/*!
Theme Name: CWK
Theme URI: https://them.es/starter
Author: Oddish
Author URI: https://them.es/
Description: 
Version: 3.6.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: cwk
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

html body {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	line-height: 1.3;
}

body p {
	margin-top: 0;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"owners-xwide", sans-serif;
}

.top_header_text p {
	font-family:"owners-xwide", sans-serif;
	letter-spacing: 0.28px;
	font-size: 14px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

:root {
	--theme-blue: #285078;
	--theme-light: #3CA0A0;
	--theme-black: #282828;
}

.blue {
	color: var(--theme-blue);
}

.blueBg {
	background-color: var(--theme-blue) !important;
}

.black {
	color: var(--theme-black);
}

.blackBg {
	background-color: var(--theme-black) !important;
}

.gradientBg_1 {
	background: transparent linear-gradient(90deg, #3CA0A0 0%, #285078 100%) 0% 0% no-repeat;
}

.gradientBg_2 {
	background: transparent linear-gradient(90deg, #EBF5F5 0%, #E9EDF1 100%) 0% 0% no-repeat;
}


body h1 {
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: var(--theme-blue);
	font-weight: 500;
}

body h2 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: var(--theme-black);
	font-weight: 400;
}

body h3 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: var(--theme-blue);
	font-weight: 500;
	letter-spacing: 1px;
}

body h4 {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: var(--theme-black);
	font-weight: 400;
	letter-spacing: 0.7px;
}

div#services_list h4 {
	font-weight: 500;
}

body h5, .vc_toggle_title>h4 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: var(--theme-black);
	font-weight: 500;
	letter-spacing: 0.44px;
}


body a {
	color: inherit;
}

header a {
    padding: 5px;
}

header li {
	margin-left: 50px;
}

.top_header_items a {
	margin-left: 30px;
}

#top_header {
	font-size: 14px;
	letter-spacing: 0.28px;
	padding: 10px 0;
}

body .navbar-brand img {
	height: auto;
}

ul#menu-menu {
	margin-right: -5px !important;
}

nav#header {
    padding: 25px 0;
	box-shadow: 0px 10px 20px #0000001A;
}

header {
	position: sticky;
	top: 0;
	z-index: 10;
}

div#footer_col_3 h3.widget-title {
    visibility: hidden;
}

.text-right {
	text-align: right;
}

div#copyright p {
	margin: 0;
}

div#copyright {
	padding: 30px 0;
}

footer#footer {
	padding: 80px 0;
}

body .container {
	margin: 0 auto;
}

div {
	position: relative;
}

html, body {
	scroll-padding-top: 100px;
}

a.nav-link {
    font-size: 18px;
    letter-spacing: 0.36px;
    font-weight: 500;
    padding: 5px;
	color: var(--theme-black);
	opacity: 1;
}

a.nav-link.active {
	opacity: 1;
}

main#main {
	margin: 0;
	padding: 0 15px;
}

.container.inner_container {
	padding: 0;
}

.image_shadow img {
	box-shadow: 0px 30px 60px #28507833;
	border-radius: 20px;
}

body .vc_do_btn {
	margin-bottom: 0;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, input[type=submit] {
    background: transparent linear-gradient(90deg, #3CA0A0 0%, #285078 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: white !important;
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 12px 36px;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-classic {
    background: transparent;
    border: none;
    color: var(--theme-blue);
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 10px 36px;
    border: 2px solid var(--theme-blue);
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after, input[type=submit]::after {
	background-image: url('/wp-content/uploads/2025/06/nyil_gomb_feher.svg');	
}

.vc_btn3::after, input[type=submit]::after {
    content: "";
	width: 0;
	height: 15px;
	background-image: url('/wp-content/uploads/2025/06/nyil_gomb_kek.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    display: inline-block;
    margin-left: 0;
	transition: 0.3s;
}

.vc_btn3:hover::after, input[type=submit]:hover::after {
	width: 18px;
	margin-left: 10px;
}

.pt_100 {
	padding-top: 100px;
}

.pb_100 {
	padding-bottom: 100px;
}

.wpcf7-submit, .wpcf7-spinner {
	display: none;
}

input, select {
    border-radius: 3px;
    padding: 12px 20px;
    border: 1px solid var(--theme-black);
    outline-color: #3CA0A0;
}

input:not([type="checkbox"]):not([type="submit"]), select {
    height: 48px;
    width: 100%;
}

input[type="checkbox"] {
    height: 24px;
    min-width: 24px;
	margin-right: 20px;
}

input::placeholder {
    color: var(--theme-black);
    opacity: 0.2;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item label {
	display: flex;
	align-items: start;
}

span.form_label {
    font-size: 18px;
    letter-spacing: 0.36px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
	font-family: 'owners-xwide', sans-serif;
}

form p {
	margin-bottom: 30px;
}

label {
	width: 100%;
}

form {
	max-width: 520px;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1070px;
    }
}

@media (min-width: 1300px) {
   	body .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    body .container {
        max-width: 1270px;
    }
}

@media (min-width: 1500px) {
    body .container {
        max-width: 1370px;
    }
}

@media (min-width: 1600px) {
    body .container {
        max-width: 1470px;
    }
}

@media (min-width: 1700px) {
    body .container {
        max-width: 1570px;
    }
}

@media (min-width: 1800px) {
    body .container {
        max-width: 1670px;
    }
}


#slider {
	margin-bottom: 300px;
}

.slider_button {
	margin-left: 40px;
}

div#rolunk .container.inner_container {
	padding: 40px 25px 5px 25px;
	border: 1px solid #D4DCE4;
	border-radius: 20px;
	margin-bottom: 60px;
}

div.slider_image {
	margin-bottom: -140px;
}

.services_item {
    padding: 40px 60px 40px 40px;
    border-top: 2px solid var(--theme-black);
}

#services_list {
	padding-top: 55px;
}

div#referenciak_list {
    border: 1px solid #D4DCE4;
    border-radius: 20px;
    padding: 40px;
}

div#referenciak_list .vc_btn3-container {
	margin-top: 20px;
}

.nav_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

div#referenciak_list .nav_wrap, div#ref_popup .nav_wrap {
	padding-right: 40px;
	justify-content: end;	
}

.referencia_item img {
	border-radius: 20px;
}

.nav_wrap img {
	cursor: pointer;
}

.nav_next {
	transform: rotate(180deg);
}

.nav_item_wrap {
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}

.new_nav {
    position: absolute;
    bottom: 40px;
    z-index: 5;
    width: 100%;
}

.before_title {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.velemeny_item {
    border: 1px solid #D4DCE4;
    border-radius: 10px;
    padding: 40px;
}

.owl-carousel .owl-item .velemeny_item img {
	margin-bottom: 30px;
	width: 70px;
}

body h3.widget-title {
    font-size: 15px;
    font-weight: 400;
    color: white;
	font-family: 'Noto Sans', sans-serif;
}

footer p, div#copyright p {
	font-size: 15px;
}

div#kapcsolat_gombok .vc_do_btn {
	padding: 0 5px;
}

div#usps img {
	max-height: 60px;
	width: auto;
}

.services_item, .services_item * {
	transition: 0.3s;
}

.services_item {
	cursor: pointer;
}

.services_item svg {
	display: block;
	margin-left: auto;
	position: relative;
	right: 0;
	top: 0;
	transition: 0.3s;
}

.services_item:hover svg {
	top: -20px;
	right: -20px;
}

.services_item:hover svg g * {
    stroke-width: 4;
    stroke: #3CA0A0;
}

.services_item::before, .vc_do_toggle::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
	opacity: 0;
    background: #3CA0A0;
    position: absolute;
    top: -2px;
    left: 0;
	transition: 0.3s;
	z-index: 7;
}

.services_item:hover::before, .vc_do_toggle:hover::before, .vc_toggle_active::before {
	opacity: 1;
	transition: 0.3s;
}

.services_item:hover h4 {
	color: #3CA0A0;
}

.usp_text p {
	width: 80%;
}

.usp_img.wpb_single_image {
	margin-bottom: 20px;
}

svg.svg_nav, svg.svg_nav * {
	transition: 0.3s;
	cursor: pointer;
}

svg.svg_nav:hover {
    width: 74px;
    height: 74px;
}

svg.svg_nav:hover circle {
    fill: #ebf5f5;
}

svg.svg_nav:hover path {
    stroke-width: 4;
}

#kapcsolat {
	margin-top: 165px;
	margin-bottom: 200px;
}

div#kapcsolat h4 {
    font-weight: 400;
}

#gyik {
	margin-top: 65px;
	margin-bottom: 35px;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding: 0 180px 0 40px;
}

body .vc_toggle_content {
	margin-top: 10px;
	margin-bottom: 0;
}

body .vc_do_toggle {
    margin-bottom: 0;
    padding: 30px 0;
    border-top: 2px solid var(--theme-black);
}

.vc_do_toggle p {
	margin-bottom: 0;
}

.vc_toggle_title>h4 {
	margin-bottom: 0;
}

body .vc_toggle_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .vc_toggle_title svg {
    position: absolute;
    right: 40px;
	transition: 0.3s;
}

.vc_toggle_active svg path, .vc_do_toggle:hover svg path {
	stroke-width: 4;
	stroke: #3CA0A0;
}

.vc_toggle_active svg {
	transform: rotate(180deg);
}

.vc_do_toggle:hover h4, .vc_toggle_active h4 {
	color: #3CA0A0;
}

i.vc_toggle_icon {
	display: none !important;
}

#gyik h3, #velemenyek h3 {
	margin-bottom: 90px;
}

#main li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/06/felsorolas_pipa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#main li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

#main ul {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}

.wpb_video_widget .wpb_video_wrapper {
	padding-top: 0 !important;
}

#video {
	padding-top: 60px;
	margin-bottom: 60px;
}

iframe {
	border-radius: 20px;
}

div#referenciak_archive .row {
    margin-left: -40px;
    margin-right: -40px;
}

div#referenciak_archive .col-md-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.ref_post img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ref_post {
	cursor: pointer;
}

div#ref_slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 50vh;
    background: transparent linear-gradient(90deg, #EBF5F5 0%, #E9EDF1 100%) 0% 0% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}


div#ref_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111;
    display: flex;
	align-items: center;
	justify-content: center;
    left: 0;
    top: -100%;
	transition: 0.3s;
	opacity: 0;
}

div#ref_popup.show {
	top: 0;
	opacity: 1;
}

.popup_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgb(40 40 40 / 80%);
    display: flex;
	align-items: center;
	justify-content: center;
    left: 0;
    top: 0;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

div#ref_popup.show .popup_bg {
	opacity: 1;
	visibility: visible;
}

img#popup_close {
    position: absolute;
    right: -30px;
    top: -30px;
	cursor: pointer;
	z-index: 77;
}

div#ref_popup .container {
	height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;	
}

.popup_container {
    background: white;
    border-radius: 20px;
    padding: 40px;
	z-index: 10;
}

.popup_content .row {
	margin-left: -20px;
	margin-right: -20px;
	align-items: center;
}

.popup_content .col-md-6 {
	padding-left: 20px;
	padding-right: 20px;
}

.ref_slider img {
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.post_tags {
	margin-top: 30px;
}

.post_tags li {
    border: 2px solid var(--theme-black);
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 0.32px;
    margin-right: 10px;
	margin-bottom: 10px;
}

.post_tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	flex-wrap: wrap;
}

.elerhetosegek h2.wpb_heading {
    font-size: 22px;
    letter-spacing: 0.44px;
    font-weight: 500;
	margin-bottom: 0;
	margin-left: 30px;
	order: 1;
}

.elerhetosegek {
	display: flex;
	align-items: center;
}

div.mobil_top_header {
	display: none !important;
}

#hambi line {
	transition: 0.3s;
}

.mobilmenu_on line#Line_9 {
    transform: rotate(-45deg) translate(-10px, 25px);
}

.mobilmenu_on line#Line_7 {
    transform: rotate(45deg) translate(10px, -10px);
}

.mobilmenu_on line#Line_8 {
	opacity: 0;
}

.mobilmenu_on nav#header .collapse {
	max-height: calc(100svh - 120px);
}

	svg#hambi {
		display: none;
	}


@media (max-width: 1024px) {
	
	nav#header .container {
		flex-wrap: wrap;
	}
	
	div#navbar, .logo_button {
		width: 100%;
	}
	
	.logo_button {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	svg#hambi {
		display: block;
		height: 20px;
		width: auto;
	}
	
	a.navbar-brand {
		padding: 0;
		line-height: 0;
	}
	
	body h1 {
		font-size: 30px;
		margin-bottom: 10px;
		letter-spacing: -0.36px;
	}
	
	body h2 {
		font-size: 28px;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	
	body h3 {
		font-size: 28px;
		margin-bottom: 15px;
		letter-spacing: 0.6px;
	}
	
	body h5, .vc_toggle_title>h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	body h4 {
		font-size: 18px;
		margin-bottom: 20px;
		letter-spacing: 0.48px;
	}
	
	nav#header {
		padding: 20px 0;
	}
	
	#slider {
    	margin-bottom: 60px;
		padding-bottom: 40px;
	}
	
	.pt_100 {
		padding-top: 30px;
	}
	
	.pb_100 {
		padding-bottom: 30px;
	}
	
	.slider_button {
   		margin-left: 0;
		margin-top: 15px;
	}
	
	div.slider_text {
		margin-bottom: 15px;
	}
	
	#slider .vc_col-sm-6:nth-child(2) {
		order: 1;
	}
	
	#slider .vc_col-sm-6:nth-child(1) {
		order: 2;
	}
	
	div.slider_image {
		margin-bottom: 40px;
	}
	
	.wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner {
		padding: 0;
	}
	
	div#rolunk .container.inner_container {
		padding: 15px;
		margin-bottom: 30px;
	}
	
	div#rolunk .wpb_content_element {
		margin-bottom: 15px;
	}

	#services_list {
		padding-top: 5px;
	}
	
	div#services_list h4 {
		margin-bottom: 10px;
	}

	.services_item {
		padding: 20px 15px;
	}
	
	.services_item svg {
		width: 75px;
		height: auto;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	div.services_list_b {
		margin-bottom: 0;
	}
	
	div.vc_custom_1750330837858 {
    	padding-bottom: 0 !important;
	}
	
	.usp_img.wpb_single_image {
		margin-bottom: 10px;
	}
	
	#usps h5 {
		margin-bottom: 10px;
	}
	
	div#usps img {
		max-height: 40px;
	}
	
	.usp_text p {
		width: 100%;
	}
	
	div.vc_custom_1750330335702 {
		padding-top: 0 !important;
	}

	.referencia_item img {
		height: 340px;
		object-fit: cover;
		object-position: center;
	}
	
	.referencia_item h3 {
		margin-top: 20px;
	}
	
	div#referenciak_list {
		padding: 15px;
	}
	
	.before_title {
		position: relative;
		margin-bottom: 20px;
	}
	
	.new_nav {
		bottom: 10px;
	}
	
	svg.svg_nav, svg.svg_nav:hover {
		width: 50px;
		height: auto;
	}
	
	.nav_item_wrap {
		width: unset;
		height: unset;
		margin-left: 10px;
	}
	
	div#referenciak_list .nav_wrap, div#ref_popup .nav_wrap {
		padding-right: 10px;
	}
	
	div#referenciak_list .vc_btn3-container {
		margin-top: 15px;
	}
	
	.vc_toggle_title>h4 {
		margin-bottom: 10px;
	}
	
	body .vc_do_toggle {
		padding: 15px;
	}
	
	body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
		padding: 0 30px 0 0;
	}
	
	body .vc_toggle_title svg {
		right: 0;
		width: 20px;
		height: auto;
	}
	
	body .vc_toggle_content {
		margin-bottom: 15px;
	}
	
	div#kapcsolat_gombok .vc_do_btn {
		padding: 20px 5px;
		display: block;
		text-align: center;
	}
	
	div#kapcsolat_infok .wpb_content_element {
		margin-bottom: 20px;
	}
	
	div#kapcsolat_infok {
		padding-top: 40px;
	}
	
	#gyik {
		margin-top: 15px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.velemeny_item {
		padding: 15px;
	}
	
	.nav_wrap {
		justify-content: start;
	}
	
	div#velemenyek .nav_item_wrap {
		margin-left: 0;
		margin-bottom: 20px !important;
	}

	footer#footer {
		padding: 40px 0 0 0;
	}
	
	footer#footer .col-md-3 {
		padding-bottom: 30px;
	}

	footer#footer div#footer_col_2.col-md-3 {
		padding-bottom: 0;
	}	
	
	div#copyright .col-md-4 {
		padding: 10px 10px;
		text-align: center;
	}
	
	footer#footer p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	div#footer_col_3 h3.widget-title {
		display: none;
	}
	
	div#velemenyek {
		margin: 0 auto;
		padding: 0 15px;
	}
	
	#kapcsolat {
		margin-top: 25px;
		margin-bottom: 60px;
	}
	
	form p {
		margin-bottom: 20px;
		font-size: 15px;
	}
	
	span.form_label {
		font-size: inherit;
	}
	
	#velemenyek h3 {
		margin-bottom: 0;
	}
	
	div#copyright .col-md-4:nth-last-child(1) {
		order: 2;
	}
	
	div#copyright .col-md-4:nth-last-child(2) {
		order: 1;
	}
	
	div#copyright .col-md-4:nth-last-child(3) {
		order: 3;
	}
	
	div.mobil_top_header {
		display: flex !important;
	}
	
	div.top_header_items {
		display: none !important;
	}
	
	.col-md-6.top_header_icons {
		max-width: 30%;
		width: 100%;
	}
	
	.col-md-6.top_header_text {
		max-width: 70%;
		width: 100%;
	}

	header .mobil_top_header a {
		padding: 0;
	}
	
	header .mobil_top_header a:nth-child(2) {
		margin-left: 15px;
	}
	
	div#top_header, nav#header  {
		min-height: 60px;
		display: flex;
		align-items: center;
	}
	
	nav#header .collapse {
		height: calc(100svh - 120px);
		max-height: 0;
		display: flex !important;
		align-items: center;
		justify-content: center !important;
		overflow: hidden;
		transition: 0.3s;
	}

	header li {
		margin-left: 0;
		padding: 30px 0;
		text-align: center;
	}
	
	header li:nth-child(1) {
		padding-top: 0;
	}
	
	ul#menu-menu {
		margin: 0 auto !important;
		display: block;
	}
	
	div#referenciak_archive .col-md-4 {
		padding-left: 5px;
		padding-right: 5px;
		width: 50%;
	}

	div#referenciak_archive .row {
		margin: 0 auto;
		padding: 0 5px;
	}
	
	.ref_post img {
		margin-bottom: 10px;
	}
	
	.ref_post p {
   		margin-bottom: 10px;
		font-size: 15px;
	}
	
	.ref_post h5 {
		font-size: 15px;
	}
	
	.popup_container {
		padding: 10px;
	}
	
	.ref_slider img {
		height: 250px;
		margin-bottom: 0;
	}
	
	div#ref_popup .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div#ref_popup .container h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	div#ref_popup .container h5 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	div#ref_popup .container .post_text {
		font-size: 15px;
	}
	
	img#popup_close {
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
	}
	
	.popup_content.carousel_div {
		height: calc(100svh - 80px);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.gallery_wrap {
		margin-bottom: 15px;
	}
	
	.post_tags li {
		padding: 7px 10px;
		font-size: 15px;
	}
	
	.post_tags {
		margin-top: 15px;
	}
	
	form {
		margin-bottom: 60px;
	}
	
	.elerhetosegek h2.wpb_heading {
		font-size: 18px;
		margin-left: 20px;
	}
	
	div.elerhetosegek {
		margin-bottom: 20px;
	}
	
	#gyik h3, #velemenyek h3 {
		margin-bottom: 30px;
	}

	div#ref_slider::before {
		height: 100%;
	}
	
	div#referenciak .new_nav {
		bottom: unset;
		top: 325px;
	}
	
	div.vc_custom_1750425773133 {
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}
	
	div.vc_custom_1750425773133 img {
		width: 100px;
	}
	
	div#miert_erdemes .vc_col-sm-6 {
		order: 2;
		margin-bottom: 50px;
	}
	
	div.vc_btn3-container.vc_btn3-inline {
		display: block;
	}
	
	body:not(.home) div#velemenyek {
		padding: 50px 15px;
	}
	
}



@media (min-width: 768px) and (max-width: 1024px) {
	
	/*.col-md-6.top_header_icons, .col-md-6.top_header_text {
		max-width: 50%;
	}*/
	
	a.nav-link {
		font-size: 30px;
	}
	
	body .navbar-brand img {
		height: 30px;
		width: auto;
	}
	
	svg#hambi {
		height: 30px;
	}
	
	.top_header_text p {
		font-size: 18px;
	}
	
	div.vc_btn3-container.vc_btn3-inline {
		display: block;
	}
	
	.referencia_item img {
		height: 100%;
	}
	
}