/*
 Theme Name:   Quickberg Utazas Neked - Amerika
 Description:  Quickberg Theme Child skin
 Author:       Ughoo
 Author URI:   
 Template:     quickberg-theme
 Version:      1.0.260318
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         full-width-template, theme-options
 Text Domain:  quickberg
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');

/* AM
:root {
	--highlight-color: #d7373c;
	--button-color: #293f8d;
	--text-color: #0a122d;
	--alt-background: #f2f4fd;
	--logo-image: url(img/logo-ausztralia.svg);
}
/* AZS 
:root {
	--highlight-color: #e4873c;
	--button-color: #387d48;
	--text-color: #081e15;
	--alt-background: #f4f9f1;
	--logo-image: url(img/logo-azsia.svg);
}
*/

/* AU 
:root {
	--highlight-color: #29316c;
	--button-color: #d33a2e;
	--text-color: #0a122d;
	--alt-background: #f2f4fd;
	--logo-image: url(img/logo-ausztralia.svg);
}
*/

html {
	background: #323232;
}

#hull {
	min-height: calc(100vh - 727px);
	padding-top: 0;
}



/*
@media all and (min-width: 783px) {
	
	body.enabled-sticky { padding-top: 100px !important }


	body.admin-bar { padding-top: 107px !important  }
	body.admin-bar.enabled-sticky { padding-top: 166px !important }
}

*/

body {
	background: #fff;
	padding-top: 70px;
}

#nav-holder,
.opened #nav-holder {
	top: 60px;
}

@media all and (min-width: 783px) {

	body {
		padding-top: 110px;
	}

	#nav-holder,
	.opened #nav-holder {
		top: 0;
	}

}

/*

@media all and (max-width: 1159px) {
	
	.admin-bar #hull {}
	
	#nav-extras {
		display:none;
	}

	#nav {
		height: calc( 100vh - 64px );
		overflow-y: scroll;
	}
}

*/

#header {
	background: var(--text-color);
}


#logo {
	background: var(--logo-image) 0 0 no-repeat;
	background-size: auto 100%;
	text-indent: -999px;
	width: 130px;
	height: 46px;
	margin-top: 7px;
	margin-left: -2px;
}

#nav-holder ul {
	background: var(--text-color);
}

#nav-holder ul li a {
	color: #fff;
	font-size: 14px;
}

#nav-holder ul .sub-menu li a:hover {
	color: var(--highlight-color);
}

#nav>li>a {
	padding: 8px 12px;
	border-radius: 38px;
	border: 0 none;
}

#nav-holder>ul>li.current-menu-item>a,
#nav-holder>ul>li.current_page_parent>a,
#nav-holder>ul>li.current-menu-ancestor>a {
	background: var(--button-color);
}

#nav-customs {
	float: none;
}

#callnow {
	display: block;
	box-sizing: border-box;
	padding: 14px 17px;
	width: 100%;
	overflow: hidden;

	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 400;
	font-size: 15.7px;
	line-height: 18px;
	text-align: center;
	max-width: 200px;
	text-decoration: none;

	color: #fff;
	background: var(--highlight-color);
	box-shadow: 0px 7.88679px 19.717px rgba(41, 63, 141, 0.2);
	border-radius: 70.5714px;
}

#main #callnow {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 20px;
}

#nav-customs {
	padding-top: 7px;
	float: right;
	margin-right: 60px;
}

#nav-customs #callnow {
	display: block;
	max-width: 140px;
	margin-left: 5px;
}

#nav-toggle span {
	background: #fff;
	height: 5px;
	border-radius: 3px;
	overflow: hidden;
}


#nav-holder ul .sub-menu {
	background: var(--text-color);
	box-shadow: none;
}

#nav>li>a,
#nav-holder ul .sub-menu a {
	font-family: "Open Sans 700";
	font-size: 14px !important;
	color: #fff;

	transform: scaleX(0.98);
	text-rendering: optimizeLegibility;
	/* -webkit-font-smoothing: subpixel-antialiased; */
}

#nav>li>a {
	font-family: "Open Sans 700";
	font-weight: 400;
	text-transform: uppercase;
}

@media (max-width:799px) {
	body.opened-nav {
		overflow: hidden;
	}

	#nav {
		max-height: calc(100vh - 53px);
		overflow-y: scroll;
	}

	#nav-holder ul .sub-menu {
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.05);
		padding: 0px 16px;
		margin: 10px 0 20px 10px;
	}

	#nav-holder ul .sub-menu li {
		padding: 12px 0;
	}

	.site-main .wp-block-image figure.aligncenter img,
	.site-main .wp-block-image figure.size-full img {
		width: 100% !important;
		height: auto;
		display: block;
		max-width: fit-content;
		margin-bottom: 20px;
	}
}

@media all and (min-width: 1160px) {

	#nav-holder ul .sub-menu {
		border-top: 3px solid var(--button-color);
	}

	#nav-holder ul .sub-menu li {
		padding: 8px 0;
	}



}

@media (min-width: 1160px) {

	#nav-customs {
		display: none;
	}

	body #header,
	body #header .site {
		height: 60px;
		border-bottom: none;
	}

	body #header .site {
		position: Relative !important;
		transition: all 266ms linear;
	}

	/*
	body.sticky-header #header,
	body.sticky-header #header .site {
		height:160px;
	}
	
	body.sticky-header #header {
		margin-top:0px;
	}
	*/
	body #nav-holder {}

	body #nav-holder #nav {
		float: right;
		line-height: 60px;
	}

	body #nav-holder #nav-extras {
		float: right;
		padding: 7px 20px 0 0;
	}

	body #nav-holder>ul>li {
		padding-left: 10px;
	}

	body #nav-holder>ul>li:first-of-type {
		padding-left: 0;
	}

	#nav-holder ul .sub-menu {
		top: 60px;

		max-height: calc(100vh - 60px);
		overflow-y: auto;
		/*
		background:var(--text-color);
		box-shadow:none;
		border-top:3px solid var(--button-color);
		*/
	}

	/*
	#nav > li > a,
	#nav-holder ul .sub-menu a {
		font-family: "Open Sans 700";
		font-weight:700 !important;
		text-transform:uppercase;
		font-size:14px;
		color:#fff;
	}
	*/
	/*
	
	#nav-holder .megamenu {
		position: static !important;
	}
	
	#nav-holder .megamenu .sub-menu {
		box-shadow: none;
		margin:0;
		position:Relative;
	}
	
	#nav-holder .megamenu .sub-menu a:after {
		display:none;
	}
	
	#nav-holder .megamenu > .sub-menu {
		transition: opacity 1s linear;
		margin-top: -10px !important;
		opacity:0;
		will-change:auto;
		
		width: 1160px;
		position:fixed;
		left: calc( 50vw - 580px );
		right:initial;
		top: initial;
		box-sizing:border-box;
		padding: 40px 0px;
		border:1px solid #e7e7e7;
		margin-top: -10px;
		
		justify-content: center;
	}
	
	#nav-holder .megamenu:hover > .sub-menu {
		
		
		display:flex;
		
		opacity:1;
		box-shadow: 0px 20px 30px 3px rgb(0 0 0 / 8%);
	}
	
	#nav-holder .megamenu:hover > .sub-menu > li,
	#nav-holder .megamenu .megamenu-col {
		flex: 1 0 0px;
		padding: 20px 40px 10px;
		box-sizing:border-box;
		right:initial;
		overflow:hidden;
	}
	
	#nav-holder .megamenu:hover > .sub-menu .sub-menu {
		padding:20px 0 0;
		margin:0;
		right:initial;
	}
	
	#nav-holder .megamenu:hover > .sub-menu > li + li {
		border-left: 1px solid #e7e7e7;
	}
	
	#nav-holder .megamenu .megamenu-col .sub-menu {
		
	}
	
	#nav-holder .megamenu:hover > .sub-menu > li li,
	#nav-holder .megamenu .megamenu-col li {
		text-overflow:ellipsis;
		display:block;
		overflow:hidden;
	}
	
	
	
	#nav-holder .megamenu .sub-menu {
		text-align:left;
		margin: 20px 0;
	}
	
	#nav-holder .megamenu .sub-menu a {
		font-family: "Josefin Sans 400";
		font-weight:400 !important;
		text-transform:uppercase;
		font-size:12px;
		letter-spacing:1px;
	}
	
	#nav-holder .megamenu .sub-menu a:hover {
		color: #51D676;
	}
	
	#nav-holder .megamenu > .sub-menu > li > a {
		font-weight:700 !important;
	}
*/
	#logo {
		width: 210px;
		height: 53px;
		margin: 5px auto 0;
		text-align: center;

		text-transform: none;
		text-indent: -999px;
		/*
		background: url(img/amerika-neked-utazasi-tanacsado-az-amerikai-utak-specialistaja.png) 0 0 no-repeat;
		*/
		background-size: auto 100%;


		color: #424242;
	}

	.single .site-main {
		margin-right: 20px;
	}

}


.site-main figure .rll-youtube-player img {
	max-width: initial !important;
}


/*
article p b,
article p strong {
	font-family: "Nunito Sans 700", sans-serif;
	font-weight:700;
}
*/
/*
#hull article.card {
	display: block;
	background: #333;
	padding: 0;
	box-shadow: 0 0 1px rgba(0,0,0,.2); 
	margin-bottom: 24px;
	
	position:relative;
	overflow:hidden;
	
}

article.card .image-canvas {
	transition: transform 1s ease;
	padding-top:100%;
	height:0;
	position:relative;
	margin-bottom:0;
}

article.card .image-canvas:after {
	content:"";
	display:block;
	background: rgba(0, 0, 0, .33);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	transition: all 266ms linear;
}

article.card .image-canvas img {
	position:absolute;
	height:100% !important;
	object-fit: cover;
	left:0;
	top:0;
}

article.card:hover .image-canvas {
	
	transform: scale(1.06);
    will-change: transform;
}

article.card:hover .image-canvas:after {
	background: rgba(0, 0, 0, 0.166);
}

article.card .article-header {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	
}

#hull article.card .entry-title {
	color:#ffffff;
	font-weight:normal;
	line-height: 25px;
	margin:0;
}

#hull article.card .entry-meta {
	padding-top:10px;
	padding-bottom:0;
	color:#ffffff;
}

#hull article.card .entry-meta a {
	font-family: "Josefin Sans 400";
	font-weight:400 !important;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	color:#ffffff;
	
}

#hull article.card .entry-title a {
	font-family: 'Playfair Display 600', Arial;
	font-weight:600;
	color:#ffffff;
	font-size:23px;
	line-height: 25px !important;
	letter-spacing:0.75px;
	text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}
/*
#hull .quickberg-carousel article.card .entry-title a{
	font-size:17px;
}
*/

/*
article.card .entry-content {
	display:none;
}

a.cat {
	width: 150px;
	height:auto;
	text-align:center;
}

a.cat .cat-bg {
	position: relative;
	z-index: 1;
	height: 0;
	padding-top: 100%;
	border-radius: 50%;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

a.cat .category-name {
	position:Relative;
	display:inline-block;
	clear:both;
	overflow:hidden;
	font-family: "Nunito Sans 400", sans-serif;
	font-size:14px;
	text-transform:uppercase;
	line-height: 20px;
	color:#000;


}

a.cat .category-name:before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -6px 0 #51D676, 0 2px 0 #51D676;
	content: "";
	opacity: 0.7;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: transform 0.3s ease;
	transform-origin: 0 0;
}

a.cat:hover .category-name:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

*/
.qbs-contacts {
	padding: 20px 0 10px;
}

.qbs-contacts a {
	font-family: 'Open Sans 700';
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	padding: 0;
	text-align: left;
	color: var(--button-color);
	vertical-align: middle;
	margin: 0 0 22px;
}

.qbs-contacts a:before {
	content: "";
	display: block;
	float: left;
	background: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

#contact_email:before {
	border: 2px solid var(--button-color);
	background: #fff url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2236%22 height=%2236%22 fill=%22none%22><path stroke=%22%23D7373C%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22M7.3 12.7c0-1 .8-1.8 1.8-1.8H27c1 0 1.8.8 1.8 1.8v11.5c0 1-.8 1.8-1.8 1.8H9c-1 0-1.8-.8-1.8-1.8V12.7Z%22/><path stroke=%22%23D7373C%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22M8.6 12A.7.7 0 0 1 9 11h18c.6 0 .9.7.4 1.1l-7.6 7c-1 1-2.6 1-3.6 0l-7.6-7Z%22/></svg>') center center no-repeat;
	background-size: auto 31px;
}

#contact_tel:before {
	border: 2px solid var(--button-color);
	background: #fff url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2222%22 height=%2222%22 fill=%22none%22><path stroke=%22%23D7373C%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22m15.7 2 3 .4c.9.1 1.5.8 1.5 1.6-.3 2-1.3 6.1-5.7 10.5A17.8 17.8 0 0 1 4 20.2c-.8 0-1.5-.6-1.6-1.4l-.3-3.1c0-.7.3-1.4.9-1.7l2.2-1.3c.7-.4 1.6-.3 2.1.3l.6.5c.4.5 1 .6 1.5.4.7-.3 1.6-.9 2.6-1.9 1-1 1.6-2 1.9-2.6.2-.5 0-1-.4-1.5l-.5-.6c-.6-.5-.7-1.4-.3-2.1L14 3c.3-.6 1-1 1.7-1Z%22/></svg>') center 52% no-repeat;
	background-size: auto 21px;
}

#contact_fb:before {
	width: 34px;
	height: 34px;
	background: var(--button-color) url('data:image/svg+xml,<svg width=%221792%22 height=%221792%22 viewBox=%220 0 1792 1792%22 xmlns=%22http://www.w3.org/2000/svg%22><path d=%22M1343 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759h-306v-759h-255v-296h255v-218q0-186 104-288.5t277-102.5q147 0 228 12z%22 fill=%22%23fff%22></path></svg>') center 5px no-repeat;
	background-size: auto 31px;
}


#footer {
	background: #323232;
	color: #fff;
}

#footer .footer-title {
	color: var(--highlight-color);
	font-family: "Roboto Condensed 400";
	font-size: 22px;
}

#footer a {
	color: #fff;
	font-family: "Roboto Condensed 400";
	font-weight: 400 !important;
	font-size: 16px;
	text-decoration: none;
}

#footer li {
	line-height: 23px;
	padding: 5px 0;

	padding-left: 24px;

	background-size: auto 12px;
	background-position: 0px 9px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23999' d='M25 38L5 58c-5 5-5 12 0 17l181 181L5 437c-5 5-5 12 0 17l20 20c4 5 12 5 17 0l209-210c5-4 5-12 0-16L42 38c-5-5-13-5-17 0z'/%3E%3C/svg%3E");
}

#footer li+li {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer .wp-block-latest-posts__post-date {
	color: #999;
	font-size: 14px;
}

#footer-body .widget {
	clear: both;
}

#footer-body .widget.widget_destination_terms_widget {
	padding: 0;
}

#footer .widget_destination_terms_widget a {
	background-color: var(--highlight-color);
	border-radius: 30px;
	font-size: 13px !important;
	display: block;
	float: left;
	padding: 5px 10px;
	margin-right: 7px;
	margin-top: 7px;
	border: 0 solid;
	border-color: inherit;
	font-weight: 700;
	transition: all linear 320ms;
}

#footer .term-cloud a:hover {
	opacity: .8;
}

/*
#footer svg {
	display:block;
	max-width:24px;
	height:auto;
}*/


.quickberg-social-icons a {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.quickberg-social-icons .facebook {
	background: var(--button-color);
	border-radius: 100%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
	transition: all 320ms linear;

	overflow: hidden;
}

.quickberg-social-icons .facebook svg {
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: bottom;
	margin: 0 0 -3px;
}

.quickberg-social-icons .facebook svg path {
	fill: #fff;
	transition: all 320ms linear;
}

.quickberg-social-icons .facebook:hover {
	background: #fff;
}

.quickberg-social-icons .facebook:hover svg path {
	fill: var(--button-color);
}



.quickberg-social-icons .instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	border-radius: 100%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
	transition: all 320ms linear;

	overflow: hidden;
}

.quickberg-social-icons .instagram svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin: -2px 0 0;
}

.quickberg-social-icons .instagram svg path {
	fill: #fff;
	transition: all 320ms linear;
}

.quickberg-social-icons .instagram:hover {
	background: #fff;
}

.quickberg-social-icons .instagram:hover svg path {
	fill: #e6683c;
}

#footer-bottom {
	font-size: 13px;
	color: #777;
}

#footer-bottom .site hr {
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	border-left: 0 none;
	border-right: 0 none;


	height: 0px;
	width: 100%;
	display: block;
	margin: 0;
}



/*
.archive h1,
.page article h1, 
.single article h1 {
	font-size: 2.625rem;
	font-family: "Playfair Display 600", sans-serif;
	font-weight: 600;
	font-display: swap;
}

article h2,
.home article h2 {
	font-size: 1.9rem;
	font-family: "Playfair Display 600", sans-serif;
	font-weight: 600;
	font-display: swap;
}

article h3,
.home article h2 {
	font-size: 1.35rem;
	font-family: "Playfair Display 600", sans-serif;
	font-weight: 600;
	font-display: swap;
}

#home-carousel .carousel-wrapper {
	margin-bottom:40px;
}

#home-carousel .carousel-wrapper .wp-block-media-text__content {
	text-align:center;
}

#home-carousel .carousel-wrapper .carousel-category {
	border:1px solid #000;
	padding: 0px 7px;
	display:inline-block;
	margin: 0 auto 30px;
}

#home-carousel .carousel-wrapper .carousel-category a {
	font-family: arial, sans-serif;
	font-size:11px;
	font-weight:600;
	line-height: 15px;
	color:#000;
	text-transform:uppercase;
}

#home-carousel .carousel-wrapper .carousel-title {
	font-size: 2.5rem;
	font-family: "Josefin Sans 400", sans-serif;
	font-weight: 400;
	font-display: swap;
	line-height: 2.8rem;
}
#home-carousel .carousel-wrapper .continue {
	white-space: nowrap;
	display:inline-block;
    font-size: 12px;
    line-height: 48px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    outline: none;
    box-shadow: rgb(153 153 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    transition: background 320ms ease;
    text-align: center;
	text-transform:uppercase;
    margin: 10px 0 0;
    padding: 2px 40px;
    opacity: 1;
}

#home-carousel .carousel-wrapper .continue:hover {
	color:#fff;
	background:#000;
}

.archive-header {
	position:relative;
	margin-bottom:30px;
}
.archive-header > img {
	object-fit: cover;
	height: 200px;
	width:100%;
}

.cover-content h1 {
	font-size:3rem;
	text-transform:capitalize;
}

.archive-header > img + .cover-content h1 {
	color:#fff;
}


.post-author-links a.author-link {
	padding-top:6px;
}

.post-author-links a svg,
.quickberg-social-icons svg {
	width: 20px;
	height: 20px;
}

.post-author-links a svg {
	fill:#fff;
}

.post-author-links a svg path {
	
}


article .postauthor-wrap .author {
	font-family: 'Playfair Display 600', Arial;
	font-weight:600;
}


main .postauthor-wrap .avatar-wrap {
	float:left;
	margin:20px;
	border-radius:50%;
	overflow:hidden;
	
}

article .postauthor-wrap .post-author-links {
	margin-top:10px;
}

#sidebar-pre .postauthor-wrap {
	text-align:center;
	font-family: "Nunito Sans 400", sans-serif;
	font-size:14px;
	font-weight:400;
	line-height: 18px;
	
	border:0 none;
	border-radius:0;
}

#sidebar-pre .postauthor-wrap .avatar-wrap {
	float:none;
	clear:both;
	margin:0 auto 15px;
}

#sidebar-pre .postauthor-wrap .avatar-wrap img {
	display:block;
	border-radius:50%;
	border: 1px dashed #51D676;
	padding:5px;
	margin:0 auto;
}


.widget .widgettitle {
	position: relative;
	display: block;
	width: 100%;
	padding: 13px;
	margin-bottom: 20px;
	border: 1px solid #51D676;
	box-sizing:border-box;
	font-family: "Josefin Sans 400";
	font-weight:400 !important;

	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.widget .widgettitle:after {
	position: absolute;
	left: 50%;
	bottom: -6px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #51D676;
	content: "";
}

*/
.any-posts-list {}

.any-posts-list li {
	min-height: 100px;
}

.any-posts-list li a {
	display: table-cell;
	padding-left: 100px;
	color: #000;
	line-height: 20px;
	height: 80px;
	margin-bottom: 25px;
	vertical-align: middle;
	text-decoration: none;
}

.any-posts-list li a:hover {
	color: #51D676;
}

.any-posts-list li a img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;


}

.any-posts-list li a span {
	font-family: 'Playfair Display 600', Arial;
	font-size: 16px;
	font-weight: 600;
	display: box;
	/* As specified */
	display: -moz-box;
	/* Mozilla */
	display: -webkit-box;
	/* WebKit */
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.anyterms-widget {}

.anyterms-widget.style-list {}

.anyterms-widget.style-list ul li {
	border-bottom: 1px solid #e7e7e7;
	line-height: 20px;
	padding: 0;
}

.anyterms-widget.style-list ul li a {
	font-family: 'Josefin Sans 400', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 0;
	color: #000;
}

.anyterms-widget.style-list ul li a:hover {
	color: #7a7a7a;
}

.anyterms-widget.style-flat {}

.anyterms-widget.style-flat:after {
	content: "";
	clear: both;
	display: Table;
}

.anyterms-widget.style-list ul,
.anyterms-widget.style-flat ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.anyterms-widget.style-flat ul li {
	float: left;
	padding: 0;
	font-size: 0;
	line-height: 20px;
}

.anyterms-widget.style-flat ul li a {
	line-height: 20px;
	display: inline-block;
	padding: 8px 10px;
	margin: 0 5px 5px 0;

	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	background: #F3F3F3;
	transition: all 320ms ease;
	text-decoration: none;
}

.anyterms-widget.style-flat ul li a:hover {
	background: #51D676;
}


#recipes-by-category {
	position: Relative;
	margin-top: 20px;
}

#recipes-by-category .tns-controls {
	position: absolute;
	width: 80px;
	top: -32px;
	right: 12px;
}

/*
#recipes-by-category .tns-controls .textState {
	display:none;
}

#recipes-by-category .tns-controls button {
	border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: inherit;
    line-height: 38px;
}

#recipes-by-category .tns-controls button[data-controls] {
	background-size: 7px auto;
	background-position: center center;
	width:40px;
	height:40px;
	text-align:center;
}

#recipes-by-category .tns-controls button[data-controls='prev'] {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 15L4 8.5 10.5 2l-2-2L0 8.5 8.5 17l2-2z' fill='%23000'/%3E%3C/svg%3E") !important;
	left: 0;
}

#recipes-by-category .tns-controls button[data-controls='next'] {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15l6.49-6.5L0 2l2-2 8.5 8.5L2 17l-2-2z' fill='%23000'/%3E%3C/svg%3E") !important;
	right: 0;
}

body .quickberg-carousel .tns-nav button:after {
	background: #b8b8b8;
	width: 8px;
	height: 8px;
}

body .quickberg-carousel .tns-nav button.tns-nav-active {
	opacity:1;
}

*/

body .quickberg-carousel {
	margin-bottom: 30px;
}

body .quickberg-carousel .tns-nav {
	padding: 10px;
}

body .quickberg-carousel .tns-controls button[data-controls] {
	background-color: var(--button-color);

	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin-top: -45px;

	background-size: auto 18px;
}

body .quickberg-carousel .tns-controls button[data-controls]:hover {
	opacity: 1;
}

body .quickberg-carousel .tns-controls button[data-controls='prev'] {
	left: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M231 474l20-20c5-5 5-12 0-17L70 256 251 75c5-5 5-12 0-17l-20-20c-4-5-12-5-17 0L5 248c-5 4-5 12 0 16l209 210c5 5 13 5 17 0z'/%3E%3C/svg%3E")
}

body .quickberg-carousel .tns-controls button[data-controls='next'] {
	right: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M25 38L5 58c-5 5-5 12 0 17l181 181L5 437c-5 5-5 12 0 17l20 20c4 5 12 5 17 0l209-210c5-4 5-12 0-16L42 38c-5-5-13-5-17 0z'/%3E%3C/svg%3E");
}

body .quickberg-carousel .tns-nav button {
	opacity: .5;

}

body .quickberg-carousel .tns-nav button:after {
	background: var(--text-color)99;
}

body .quickberg-carousel .tns-nav button.tns-nav-active {
	opacity: 1;
}

body .quickberg-carousel .tns-nav button.tns-nav-active:after {
	opacity: 1;
	background: var(--button-color);
}

body .quickberg-carousel .textState {
	display: none;
}


.carousel-image-item {
	position: relative;
}

.carousel-image-item a:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;

	opacity: 0;
	transition: opacity 320ms linear;

	background-size: 40px auto;
	background-color: var(--button-color);
	border-radius: 50px;
	background-image: url("data:image/svg+xml,<svg width=%2250%22 height=%2250%22 viewBox=%220 0 50 50%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22><rect width=%2250%22 height=%2250%22 rx=%2225%22 /><path d=%22M13.3664 21.8088V13.186M13.3664 13.186H21.9891M13.3664 13.186L21.9891 21.8088%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/><path d=%22M36.7039 28.0662V36.689M36.7039 36.689H28.0812M36.7039 36.689L28.0812 28.0662%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/></svg>");

	/*
	url("data:image/svg+xml,<svg width=%2250%22 height=%2250%22 viewBox=%220 0 50 50%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22><rect width=%2250%22 height=%2250%22 rx=%2225%22 fill=%22%23293F8D%22 fill-opacity=%220.8%22/><path d=%22M13.3664 21.8088V13.186M13.3664 13.186H21.9891M13.3664 13.186L21.9891 21.8088%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/><path d=%22M36.7039 28.0662V36.689M36.7039 36.689H28.0812M36.7039 36.689L28.0812 28.0662%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/></svg>");
	*/
}

.carousel-image-item a:hover:after {
	opacity: .8;
}

.quickberg-box ol {
	padding-left: 0;
}

.quickberg-box ol li {
	position: relative;
	margin: 0;
	padding-left: 65px;
	list-style-type: none !important;
	counter-increment: step-counter;
	font-size: 16px;
	line-height: 1.8;
}

.quickberg-box ol li+li {
	margin-top: 20px;
}

.quickberg-box ol li:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #51D676;
	content: counter(step-counter);
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}

.article-header.article-header-canvas .site {
	min-height: 200px;
}

article blockquote.wp-block-quote {
	padding: 30px;
	margin-top: 40px;
	background-color: #f8eee0;
	border-radius: 4px;
	border: 0 none;
	color: #000;
}

article blockquote.wp-block-quote p {
	font-family: "Nunito Sans 400", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

article blockquote.wp-block-quote h2,
article blockquote.wp-block-quote h3,
article blockquote.wp-block-quote p strong {
	font-family: 'Playfair Display 600', Arial;
	font-size: 21px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}



.pagination {
	position: relative;
	width: 100%;
	margin: 30px 0 50px;
	text-align: center;
	clear: both;
}

.pagination .pagination-container {
	display: block;
	width: 100%;
}

.pagination a,
.pagination span.page-numbers {
	color: #000;
	font-size: 16px;
	font-family: 'Open Sans 400', Arial, sans-serif;
	font-weight: bold;
	line-height: 32px;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	height: 32px;
	border-radius: 999px;
	line-height: 32px;
	text-align: center;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	position: relative;
	padding: 15px 26px;
	display: inline-block;
	border-radius: 78px;
	font-size: 20px;
	font-family: 'Roboto Condensed 700';
	background: var(--button-color);
	color: #fff;
	height: auto;
	line-height: 20px;

}

.pagination .page-numbers:not(.prev):not(.next) {
	width: 32px;
}

.pagination .page-numbers:not(.prev):not(.next).current {
	color: var(--highlight-color);
}

.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
	opacity: 0.35;
}

.desktop .pagination a.page-numbers:hover {
	background: #eaeaea;
}




.pagination-single {}

.pagination-single:after {
	content: "";
	display: table;
	clear: both;
}

.pagination-single a {
	display: block;
	width: 50%;
	float: left;
	color: #000;
	transition: all 320ms ease;
}

.pagination-single a:hover {
	color: #51D676;
}

.pagination-single a .post-thumb {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	transition: background-color 0.4s;
}



.pagination-single a .post-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.pagination-single a .post-thumb:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000;
	content: "";
	opacity: 0.5;
	transition: opacity 0.4s;
	border-radius: 50%;
}

.pagination-single a:hover .post-thumb:before {
	opacity: 0;
}

.pagination-single a .post-thumb:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	/*     font-family: 'ElegantIcons'; */
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
}

.pagination-single a.previous-post .post-thumb:after {
	content: "\2190";
}

.pagination-single a.next-post .post-thumb {
	margin: 0 0 0 15px;
}

.pagination-single a.next-post .post-thumb:after {
	content: "\2192";
}

.pagination-single a.previous-post:hover .post-thumb:after {
	-webkit-animation: prevArrowMove ease-out 0.4s;
	animation: prevArrowMove ease-out 0.4s;
}

.pagination-single a.next-post:hover .post-thumb:after {
	-webkit-animation: nextArrowMove ease-out 0.4s;
	animation: nextArrowMove ease-out 0.4s;
}

.pagination-single a.previous-post>* {
	float: left;
}

.pagination-single a.next-post {
	text-align: right !important;
}

.pagination-single a.next-post>* {
	float: right;
}

.pagination-single a.next-post span.title {
	text-align: right !important;
	direction: rtl;
}

.pagination-single a span.title {
	display: block;
	width: calc(100% - 120px);
	vertical-align: middle;
}

.pagination-single a span.title .title-inner {
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;

	font-family: 'Playfair Display 600', Arial;
	font-size: 16px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}


@-webkit-keyframes prevArrowMove {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	51% {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 1;
	}

	52% {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}

	53% {
		opacity: 0;
	}

	54% {
		opacity: 1;
	}
}

@keyframes prevArrowMove {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	51% {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 1;
	}

	52% {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}

	53% {
		opacity: 0;
	}

	54% {
		opacity: 1;
	}
}

@-webkit-keyframes nextArrowMove {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	51% {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 1;
	}

	52% {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}

	53% {
		opacity: 0;
	}

	54% {
		opacity: 1;
	}
}

@keyframes nextArrowMove {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	51% {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 1;
	}

	52% {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}

	53% {
		opacity: 0;
	}

	54% {
		opacity: 1;
	}
}

/*

div.usp-form {
	margin: 0 auto;
}

.usp-form {}

.usp-form fieldset input.usp-input:not([type="checkbox"]),
.usp-form select, 
.usp-form textarea {
	font-family: "Nunito Sans 400", sans-serif;
	width: 100%;
    height: 46px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.03);
    border: none;
    border-radius: 4px;
    color: #000;
    
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    font-weight: 400;
	min-width: 200px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
}

.usp-form select {
	padding: 5px 20px 5px 15px;
}

.usp-form select option {
	padding:5px 0px;
}

.usp-form .selectize-control {
	width:100% !important;
	border:0 none;
	box-shadow:none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    font-weight: 400;
	color: #000;
}

.usp-form .selectize-input {
	width: 100%;
	padding: 5px 15px;
    background: rgba(0, 0, 0, 0.03);
    border: none;
    border-radius: 4px;
	font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    font-weight: 400;
	color: #000;
}

.usp-form .selectize-input input {
	padding: 5px 15px;
	font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    font-weight: 400;
	color: #000;
}

.usp-form fieldset label {
	font-family: "Nunito Sans 400", sans-serif;
	font-size: 14px;
    font-size: 0.875rem;
	font-weight: 400;
    opacity: 0.8;
	line-height:20px;
	padding: 0 0 5px 0;
}
.usp-form fieldset input.usp-input:not([type="checkbox"]){
	-webkit-appearance: none;
}

.usp-textarea {
	-webkit-appearance: none;
	font-family: "Nunito Sans 400", sans-serif;
	width: 100% !important;
    min-height: 180px;
	height: 180px;
	max-height: 800px;

    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.03);
    border: none;
    border-radius: 4px;
    color: #000;
    -webkit-appearance: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    font-weight: 400;
}

.usp-form input[type='submit'] {
	position: relative;
	z-index: 9;
	display: inline-block;
	padding: 0 30px;
	background: #51D676;
	border: none;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 42px;
	text-align: center;
	transition: 0.4s;
	cursor: pointer;
}

.usp-form input[type='submit']:hover,
.usp-form input[type='submit']:focus {
	background: #000;
	color: #fff;
}

.usp-form fieldset input.usp-input.usp-clone {
    padding-top: 10px;
}


*/

a.destination {
	display: block;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid var(--alt-background);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 24px 0;
}

a.destination figure {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 65% 0;
	margin: 0;
	overflow: hidden;
}

a.destination figure img {
	width: 100%;
	height: auto;
	position: Absolute;
	left: 0;
	top: 0;
}

a.destination .titlebox {
	padding: 20px 25px;
}

a.destination .titlebox .title {
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: var(--button-color);
	padding-bottom: 10px;
}

a.destination .oneliner {
	font-family: 'Open Sans 700';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;

	color: var(--highlight-color);
}

.travel-item {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid var(--alt-background);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 24px 0;
}

.travel-item span.image-canvas {
	margin: 0;
	position: relative;
}

.travel-item-header {
	padding: 10px 20px;
	clear: both;
	display: block;
	float: none !important;
	width: auto !important;
}

.travel-item-header h2 {
	margin: 0;
	line-height: 24px;
	padding-bottom: 6px;
}

.travel-item-header h2 a,
.travel-item-header h3 a {
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: var(--button-color);
}

.travel-item-header .days {
	color: var(--text-color);
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans 400';
	font-weight: 700;
}

.travel-item-content {
	padding: 0 20px 25px 20px;
}

.travel-item-list,
article .travel-item-list,
article .travel-item-list li {
	font-family: 'Open Sans 400';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;

	color: var(--text-color);
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
}

article .travel-item-list li {
	padding: 0;
}

@media all and (min-width: 783px) {
	.travel-item-header {
		min-height: 100px;
	}

	.travel-item-list,
	article .travel-item-list {
		min-height: 220px;
	}

}

.travel-item-content p.priceline {
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;

	color: var(--highlight-color);
}

.custom-paragraph-pattern {
	color: var(--highlight-color) !important;
}

.booknow {
	display: block;
	box-sizing: border-box;
	padding: 14px 20px;
	width: 100%;

	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;

	color: #FFFFFF;
	background: var(--button-color);
	box-shadow: 0px 9.04762px 22.619px rgba(41, 63, 141, 0.2);
	border-radius: 70.5714px;

	margin: 12px 0 0 0;
	transition: all linear 320ms;
}

.booknow:hover {
	opacity: .7;
}

#quickberg-ajax-filter {
	margin-bottom: 20px;
}

#fix-range-buttons {
	text-align: center;
	padding: 20px 10px;
}

.filter-fix-range {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 12px;

	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;

	color: var(--button-color);
	background: #fff;
	border: 2px solid var(--button-color);
	border-radius: 70.5714px;
	outline: 0 none;

	margin: 12px 0 0 0;
	transition: all linear 320ms;

	cursor: pointer;
}

.filter-fix-range.active {
	background: var(--button-color);
	color: #fff;
}

#travelResultsNo {
	color: var(--button-color);
	text-align: center;
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
}

.button-outlined {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 22px;
	max-width: 270px;
	width: 100%;

	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;

	color: var(--button-color);
	background: #fff;
	box-shadow: 0px 9.04762px 22.619px rgba(41, 63, 141, 0.2);
	border: 2px solid var(--button-color);
	border-radius: 70.5714px;

	margin: 12px 0 0 0;
	transition: all linear 320ms;
}

.button-outlined:hover {
	color: #fff;
	background: var(--button-color);
}

.blog main h1,
.archive main h1,
article h1,
article header>h1,
.archive.tax-destination h1 {
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;

	margin: 0 0 22px;

	color: var(--highlight-color);
}

.home article h1 {
	margin-bottom: 7px;
}

.home article h1+p {}

article h2,
.quickberg-section h2 {
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	/* identical to box height */


	color: var(--highlight-color);
}


.blog-item {
	min-height: 460px;
}

article.blog-item {
	border: 2px solid var(--alt-background);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 24px;
}

article.blog-item .article-header {
	padding: 15px 18px 0;
}

article.blog-item .entry-content {
	padding: 0 18px 10px;
}

article.blog-item h2 {
	font-family: 'Roboto Condensed 700';
	font-size: 20px;
	line-height: 24px;
	min-height: 62px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: pre-wrap;
	color: var(--button-color);
}

article.blog-item h2 a {
	font-size: 20px;
	line-height: 24px;
	color: var(--button-color);
}

article.blog-item .entry-meta {
	padding-bottom: 10px;
}

article.blog-item .entry-time {
	font-family: 'Open Sans 400';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: var(--highlight-color);
}

.single article {
	padding-bottom: 50px;
}

.single article .entry-meta {
	font-family: 'Open Sans 400';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #7a7a7a;
	text-transform: uppercase;
}

.single article .entry-meta a {
	color: #7a7a7a;
}

.single article .entry-meta .entry-time {
	float: left;
	padding-right: 30px;
}

article p,
article ul li {
	font-family: 'Open Sans 400';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/* or 24px */


	color: var(--text-color);
}

article ul {
	margin: 0;
	padding: 10px 0 30px 25px;
}

/*
article ul li {
	padding:0;
}
*/

article.blog-item p {}

@media (min-width: 1160px) {
	.image-canvas {
		position: Relative;
		width: 100%;
		height: 0;
		padding-bottom: 62%;
	}

	.image-canvas img {
		position: Absolute;
		left: 0;
		top: 0;
	}
}

#destinations {}

#destinations,
#destination-content {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#destination-content {}



/* =============================================
   QBS COMPARE - Lovable port
   ============================================= */


/* ===== Section ===== */
.comparison {
	--brand-navy: #2c3a8a;
	--brand-navy-deep: #1f2a6b;
	--brand-yellow: #f4b942;
	--brand-green: #178669;
	--brand-red: #d94a3d;
	--brand-muted: #a8a8a8;
	--text: #1a1a1a;
	--muted-text: #6b7280;
	--border: #e5e7eb;
	--card-bg: #ffffff;
	--bg: #fafbfc;

	font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: var(--text);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;

	max-width: 1152px;
	margin: 0 auto 40px;
	padding: 0;
	overflow-x: hidden;
}

.comparison * {
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.comparison {
		padding: 0;
	}
}

/* ===== Title ===== */
.title-wrap {
	position: relative;
}

.deco {
	position: absolute;
	top: 8px;
	width: 128px;
	pointer-events: none;
	display: none;
}

.deco-left {
	left: -16px;
}

.deco-right {
	right: -16px;
	top: 40px;
}

@media (min-width: 768px) {
	.deco {
		display: block;
	}
}

@media (min-width: 1024px) {
	.deco {
		width: 176px;
	}
}

@media (min-width: 1280px) {
	.deco {
		width: 208px;
	}
}

.title-inner {
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	padding: 0 8px;
}

@media (min-width: 768px) {
	.title-inner {
		padding: 0 96px;
	}
}

.title {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--brand-navy-deep);
	line-height: 1.2;
}

@media (min-width: 640px) {
	.title {
		font-size: 1.875rem;
	}
}

@media (min-width: 768px) {
	.title {
		font-size: 3rem;
	}
}

.title-highlight {
	position: relative;
	display: inline-block;
	color: var(--brand-yellow);
}

.brush {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	width: 100%;
	z-index: -1;
	pointer-events: none;
}

@media (min-width: 768px) {
	.brush {
		bottom: -12px;
	}
}

.subtitle {
	margin-top: 24px;
	color: var(--muted-text);
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.subtitle {
		margin-top: 32px;
		font-size: 1rem;
	}
}

/* ===== Table card ===== */
.table-card {
	margin-top: 32px;
	background: var(--card-bg);
	border: 1px solid var(--border);
	border-radius: 24px;
	padding: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
	.table-card {
		margin-top: 40px;
		padding: 20px;
	}
}

.table-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 768px) {
	.table-grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0 12px;
	}
}

/* Headers */
.col-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px;
	border-radius: 16px 16px 0 0;
	color: white;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.col-header {
		font-size: 1.125rem;
	}
}

.header-yellow {
	background: var(--brand-yellow);
}

.header-navy {
	background: var(--brand-navy);
}

.header-green {
	background: var(--brand-green);
}

.header-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

/* Cells */
.cell {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 16px;
	min-height: 72px;
}

@media (min-width: 768px) {
	.cell {
		padding: 20px 24px;
	}
}

.cell-text {
	font-size: 0.875rem;
	color: var(--text);
	line-height: 1.4;
}

@media (min-width: 768px) {
	.cell-text {
		font-size: 15px;
	}
}

/* Mobile / Desktop toggles */
.d-md-none {
	display: block;
}

.d-none {
	display: none;
}

.d-md-grid {
	display: none;
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-none.d-md-grid {
		display: grid !important;
	}

	.d-none.d-md-block {
		display: block !important;
	}
}

/* Mobile specific styling */
.mobile-cols {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.desktop-compare-img {
	display: none;
}

@media (min-width: 768px) {
	.desktop-compare-img {
		display: block;
	}
}

.why-choose-us-section {
	margin-bottom: 40px;
	overflow-x: hidden;
}

.comparison img,
.why-choose-us-section img {
	max-width: 100%;
}

.mobile-col {
	border: 1px solid var(--border);
	border-radius: 16px;
	overflow: hidden;
	background: var(--card-bg);
}

.mobile-col .col-header {
	border-radius: 0;
}

.mobile-col .cell {
	padding: 16px;
	min-height: auto;
	border-bottom: 1px solid var(--border);
}

.mobile-col .cell:last-child {
	border-bottom: none;
}

/* Desktop dividers via utility classes */
@media (min-width: 768px) {
	.border-r {
		border-right: 1px solid var(--border);
	}

	.border-b {
		border-bottom: 1px solid var(--border);
	}
}

/* Badges */
.badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.badge svg {
	width: 16px;
	height: 16px;
}

.badge-check {
	background: var(--brand-green);
}

.badge-x {
	background: var(--brand-red);
}

.badge-q {
	background: var(--brand-muted);
}

/* ===== Ratings card ===== */
.ratings-card {
	margin-top: 24px;
	background: var(--card-bg);
	border: 1px solid var(--border);
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: center;
}

@media (min-width: 768px) {
	.ratings-card {
		padding: 32px;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.rating-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (min-width: 768px) {
	.rating-border {
		border-right: 1px solid var(--border);
		padding-right: 24px;
	}
}

.rating-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rating-icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.rating-score {
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--brand-navy-deep);
}

.rating-max {
	font-size: 1rem;
	font-weight: 400;
	color: var(--muted-text);
}

.stars {
	display: flex;
	gap: 4px;
	margin-top: 8px;
}

.stars svg {
	width: 20px;
	height: 20px;
}

.rating-label {
	margin-top: 4px;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--brand-navy-deep);
}

.rating-count {
	margin-top: 4px;
	font-size: 0.75rem;
	color: var(--muted-text);
}

/* Trustindex */
.trustindex {
	margin-top: 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ti-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background: #1ea7e1;
	border-radius: 3px;
}

.ti-check svg {
	width: 12px;
	height: 12px;
}

.ti-text {
	font-size: 0.875rem;
	font-weight: 600;
	color: #5b6470;
	letter-spacing: -0.01em;
}

.ti-blue {
	color: #1ea7e1;
}

/* Logo + quote */
.rating-logo {
	height: 80px !important;
	object-fit: contain;
}

.rating-quote {
	margin-top: 16px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--brand-navy-deep);
	max-width: 20rem;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.rating-quote {
		font-size: 1.125rem;
	}
}

.inline-star {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: -2px;
}

/* Visszafelé kompatibilitás */
#comparison-wrapper {
	margin: 40px 0;
}

.comparison-next,
.comparison-prev {
	display: none;
}

.wp-block-quickberg-accordion {
	margin-bottom: 40px;
}

.accordion-head,
.quickberg-section .accordion-head,
article .quickberg-section .accordion-head {
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 49px;
	color: var(--button-color);
	margin: 0;
	position: relative;
}

.accordion-head:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 13px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" fill="none"><path stroke="%23293F8D" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 1 8 8 1 1"/></svg>') center center no-repeat;
}

.opened>.accordion-head:after {
	transform: rotate(180deg);
	transform-origin: center center;
}

.wp-block-quickberg-accordion-item {
	border-bottom: 1px solid rgba(47, 49, 56, 0.1);
}

.wp-block-quickberg-accordion-item:first-of-type {
	border-top: 1px solid rgba(47, 49, 56, 0.1);
}

.wp-block-quickberg-accordion-item .wp-block-quickberg-tabs {
	margin-bottom: 20px;
}


.wp-block-quickberg-tabs {}

.wp-block-quickberg-tabs ul {
	margin-bottom: -1px;
}

.wp-block-quickberg-tabs .wp-block-quickberg-tabs-control li {
	border-color: transparent;
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	padding: 12px 40px;
}

.wp-block-quickberg-tabs .wp-block-quickberg-tabs-control li a {
	color: var(--button-color);
}

.wp-block-quickberg-tabs .wp-block-quickberg-tabs-control li.active-tab {
	background: var(--alt-background);
	border-radius: 20px 20px 0 0;
	border-color: transparent;

}

.wp-block-quickberg-tabs .wp-block-quickberg-tabs-control li.active-tab a {
	text-decoration: underline;
}

.wp-block-quickberg-tabs.tabs-inited .wp-block-quickberg-tabitem.active-tab-content {
	padding: 10px;
	background: var(--alt-background);
	border-radius: 0 0 20px 20px;
}


.range-values {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.range-values span {
	background: var(--alt-background);
	display: inline-block;
	padding: 6px 16px;
	color: var(--text-color);
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

/*
body .noUi-horizontal {
	height: 8px;
}
*/

body .noUi-connect {
	background: var(--button-color);
}

body .noUi-horizontal .noUi-handle {
	width: 32px;
	height: 32px;
	border-radius: 30px;
	background: var(--button-color);
	border: 3px solid #fff;
	box-shadow: initial;
	top: -8px;
}



#travel-filter label {
	color: var(--button-color);
	font-size: 24px;
	font-weight: 400;
	font-family: "Roboto Condensed 700";
	border-bottom: 1px solid var(--highlight-color);
	display: block;
	margin-bottom: 10px;
}


body .noUi-handle:after,
body .noUi-handle:before {
	content: none;
}

.lds-ring {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;

	margin: 30px auto;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #333;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #333 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#cookie-alert {
	background: var(--text-color);
}

#cookie-alert p {
	color: #fff;
}

#cookie-alert p a {
	color: #fff;
	text-decoration: underline;
}

#cookie-policy-close {
	border: 2px solid var(--button-color);
	border-radius: 38px;
	padding: 10px 16px 8px;
	background: var(--button-color);
	font-weight: normal;
	color: #fff;
}

#cookie-policy-close:hover,
#cookie-alert .otherbutton {
	border: 2px solid #fff;
	border-radius: 38px;
	padding: 10px 16px 8px;
	background: transparent;
	color: #fff;
}

#rolunk .tns-ovh {
	position: rel33ative;
	z-index: 3;
}

#rolunk .tns-nav {
	position: relative;
	z-index: 2;
}

#rolunk .tns-controls {
	position: relative;
	z-index: 2;
}


#rolunk .tns-inner:before,
#rolunk .tns-inner:after {
	content: "";
	display: block;
	width: 10%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 1;
}

#rolunk .tns-inner:before {
	left: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#rolunk .tns-inner:after {
	right: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#rolunk .carousel-wrapper .tns-item {
	position: relative;
	z-index: 2;
}

#rolunk .carousel-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 10%;
	right: 10%;
	width: calc(100% - 20%);
	height: 3px;
	background: var(--button-color);
}

#rolunk.quickberg-carousel .tns-controls button[data-controls] {
	background-color: var(--button-color);
	border-radius: 100%;
	width: 34px;
	height: 34px;
	opacity: 1;
	top: -50%;
}


#rolunk.quickberg-carousel .tns-controls button[data-controls='prev'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='white' d='M231 474l20-20c5-5 5-12 0-17L70 256 251 75c5-5 5-12 0-17l-20-20c-4-5-12-5-17 0L5 248c-5 4-5 12 0 16l209 210c5 5 13 5 17 0z'/%3E%3C/svg%3E");
	left: 0;
}

#rolunk.quickberg-carousel .tns-controls button[data-controls='next'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='white' d='M25 38L5 58c-5 5-5 12 0 17l181 181L5 437c-5 5-5 12 0 17l20 20c4 5 12 5 17 0l209-210c5-4 5-12 0-16L42 38c-5-5-13-5-17 0z'/%3E%3C/svg%3E");
	right: 0;
}


p.persons-and-rooms-price-line,
#request-form p.persons-and-rooms-price-line {
	font-size: 20px;
	line-height: 33px;
	text-align: justify;
	text-align-last: justify;
	margin: 40px 0;
}

article p.persons-and-rooms-price-line {
	max-width: 600px;
}

p.persons-and-rooms-price-line b {
	font-family: 'Open Sans 700';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
}



p.persons-and-rooms-price-line .guests {
	padding-left: 28px;
	background: url(img/guest.svg) 3px center no-repeat;
	display: inline-block;
}

p.persons-and-rooms-price-line .rooms {
	padding-left: 28px;
	background: url(img/bed.svg) 3px center no-repeat;
	background-size: 17px 17px;
	display: inline-block;
}

article .travel-item-content p.persons-and-rooms-price-line {
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0 30px;
}

article .travel-item-content p.persons-and-rooms-price-line b {
	font-size: 15px;
}

article .travel-item-content p.persons-and-rooms-price-line span {
	padding-left: 24px;
}



@media (min-width: 800px) {

	.single-travel article header {
		float: left;
		width: calc(50% - 12px);
	}

	.single-travel article header+.wp-block-image {
		float: right;
		width: calc(50% + 12px);
		padding-left: 24px;
	}

	/*
	.single-travel article header + .wp-block-image ~ * {
		width: calc( 50% - 10px );
	}
*/
	.single-travel article header+.wp-block-image~.wp-block-quickberg-accordion {
		clear: both;
		float: none;
		width: auto;
	}

	/*
	.single-travel article header + .wp-block-image ~ .wp-block-quickberg-accordion ~ * {
		clear:both;
		float:none;
		width:auto;
	}
*/
}

.wp-block-image img {
	border-radius: 15px;
}

article .wp-block-quickberg-accordion {
	margin-top: 40px;
}

.accordion-content .wp-block-quickberg-tabs {
	margin-top: 22px;
}

.travel-agent-info {
	margin-bottom: 40px;
}

.travel-agent-card {
	clear: both;
	overflow: hidden;
}

.travel-agent-card figure {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	float: left;

	margin: 5px 15px 25px 0;
}

.travel-agent-card img {
	width: 100%;
	height: auto;
	display: block;
}

.travel-agent-name {
	color: var(--button-color);
	font-family: 'Roboto Condensed 700';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.travel-agent-position {
	color: var(--text-color);
	font-family: 'Open Sans 700';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.site>.alignfull {
	margin-left: calc(50% - 50vw + 18px) !important;
	width: calc(100vw - 18px) !important;
}

.site>.quickberg-carousel.alignfull .tns-outer {
	margin-left: 0 !important;
	margin-right: 0 !important;
}




.travel-template-ajanlatkeres #country {
	margin-bottom: 30px;
}

.travel-template-ajanlatkeres .wp-block-quickberg-accordion {
	margin: 0;
}

.travel-template-ajanlatkeres .wp-block-quickberg-accordion .wp-block-quickberg-accordion-item {
	border: 0;
}

.travel-template-ajanlatkeres .wp-block-quickberg-accordion .wp-block-quickberg-accordion-content {
	padding: 10px 0;
	font-size: 15px;
	line-height: 21px;
}

.travel-template-ajanlatkeres .wp-block-quickberg-accordion .wp-block-quickberg-accordion-item svg {
	margin-bottom: -2px;
	margin-right: 5px;
}

.travel-template-ajanlatkeres .wp-block-quickberg-accordion .wp-block-quickberg-accordion-item .accordion-head:after {
	position: relative;
	display: inline-block;
	margin: 0 0 -4px 5px;
	top: initial;
	right: initial;
}




.error404 {
	background: #fff url(img/404bg.png) center top no-repeat;
}

.error404 #hull {
	background: transparent;
	text-align: center;
}

.error404 #hull h1 {
	font-size: 15rem;
	line-height: 14rem;
	margin-top: 5rem;
	margin-bottom: 2rem;
}

.error404 #hull h1+p {
	color: var(--text-color);
	font-family: 'Roboto Condensed 700';
	font-style: normal;
	font-size: 18px;
	line-height: 150%;
	/* 33px */
}

.error404 #hull p {
	max-width: 350px;
	text-align: left;
	margin: 0 auto 40px;
}

.error404 #hull h2 {
	text-align: left;
	margin-top: 5rem;
}




.disabled-destination {
	color: var(--highlight-color);
	font-family: 'Roboto Condensed 700';
	font-size: 16px;
	font-style: normal;
	line-height: normal;

	border-radius: 8px;

	padding: 8px 10px 8px 34px;

	background: #FFC2C4 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjRDczNzNDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE0LjY3IDMuODMgNC4zMyAxNC4xN20xMi01LjY3YTcuMzMgNy4zMyAwIDEgMS0xNC42NiAwIDcuMzMgNy4zMyAwIDAgMSAxNC42NiAwWiIvPjwvc3ZnPg==') 8px center no-repeat;
}

div.disabled-destination {
	margin-bottom: 20px;
}

figure .disabled-destination,
span.image-canvas .disabled-destination {
	position: Absolute;
	left: 10px;
	top: 10px;
}


.weather_alert {
	border-radius: 16px;
	background: #FFC2C4;
	padding: 16px;
	margin-bottom: 20px;
	color: var(--text-color);
}

.weather_alert b {
	color: #D7373C;
	/* ar(--highlight-color); */
	font-family: 'Roboto Condensed 700';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	background-size: 24px 24px;
	margin-bottom: 10px;
}

.weather_alert b.storm {
	padding-left: 34px;
	background: url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22><path stroke=%22%23D7373C%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22m1.5 14 4-4.5S5 8.45 5 7c0-3.31 2.94-6 6.55-6 2.43 0 4.54 1.2 5.67 3h1.29A4.5 4.5 0 0 1 23 8.5c0 1.56-1 3.5-2 4.75s-7 8.25-7 8.25m2.87-10.2-.65.76M3.1 19.92l-.64.76M12.8 8.72l-6.14 7.13 5 .27L6 22.5%22/></svg>") left center no-repeat;
}

.weather_alert b.snowing {
	padding-left: 34px;
	background: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22><path stroke=%22%23D7373C%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22M12 1v22M2.47 6.5l19.06 11m-19.06 0 19.06-11M9 3l3 2.5L15 3M9 21l3-2.5 3 2.5M2.7 10.1l3.67-1.35-.66-3.85m12.58 14.2-.66-3.85 3.66-1.35M5.71 19.1l.66-3.85-3.66-1.35m18.58-3.8-3.66-1.35.66-3.85%22/></svg>') left center no-repeat;
}

.weather_alert b.tornado {
	padding-left: 34px;
	background: url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22><path stroke=%22%23D7373C%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22M6 12.28c-.64.6-1 1.29-1 2.02 0 2.32 3.63 4.2 8.1 4.2 3.1 0 5.8-.9 7.16-2.24M5 16c-1.04.69-2 2.03-2 2.98C3 21.2 6.4 23 10.58 23c1.23 0 2.4-.16 3.42-.43M23 7c0 3.31-4.92 6-11 6S1 10.31 1 7s4.92-6 11-6 11 2.69 11 6Z%22/></svg>") left center no-repeat;

}

.weather_alert b.monsun {
	padding-left: 34px;
	background: url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2225%22 fill=%22none%22><path stroke=%22%23D7373C%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22m13.58 15.62-2 2.85m7.8-3.04-2.67 3.8m-7.78 3.04-.67.95m-.47-7.4-4 5.69m-.64-7.83-2 2.85m6.15-1.77c-3.08-.89-5.32-3.53-5.32-6.65 0-3.84 3.4-6.95 7.58-6.95 2.81 0 5.26 1.4 6.58 3.48h1.48a5.22 5.22 0 0 1 0 10.43H9.1a5.2 5.2 0 0 1-1.79-.31Z%22/></svg>") left center no-repeat;
}



.child-page-list {
	list-style: none;
	padding: 0;
	margin: 0;
}


.azsianeked {
	display: block;
	background: url(img/logo-azsia.svg) 0 0 no-repeat;
	background-size: auto 100%;
	text-indent: -999px;
	width: 130px;
	height: 46px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.amerikaneked {
	display: block;
	background: url(img/logo-amerika.svg) 0 0 no-repeat;
	background-size: auto 100%;
	text-indent: -999px;
	width: 160px;
	height: 54px;
	overflow: hidden;
	margin: 0 10px 10px 4px;
}

.ausztralianeked {
	display: block;
	background: url(img/logo-ausztralia.svg) 0 0 no-repeat;
	background-size: auto 100%;
	text-indent: -999px;
	width: 170px;
	height: 46px;
	overflow: hidden;
	margin: 0 10px 10px 9px;
}



div.check {
	display: inline-block;
	width: 15px;
	height: 15px;
	/* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none'%3E%3Cpath fill='%2358C515' d='M13.53 7.29c.28.29.28.76 0 1.06l-4.9 5.01a.7.7 0 0 1-1.02 0l-2.33-2.38a.76.76 0 0 1 0-1.06.7.7 0 0 1 1.03 0l1.81 1.86 4.38-4.5a.74.74 0 0 1 1.03 0Zm5.2 3.04A9.44 9.44 0 0 1 9.4 19.9a9.45 9.45 0 0 1-9.33-9.57C.07 5.03 4.25.75 9.4.75a9.45 9.45 0 0 1 9.33 9.58Zm-1.46 0A7.97 7.97 0 0 0 9.4 2.25a7.97 7.97 0 0 0-7.87 8.08A7.97 7.97 0 0 0 9.4 18.4a7.97 7.97 0 0 0 7.87-8.07Z'/%3E%3C/svg%3E") center center no-repeat; */
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23009900' d='M11.9 28.9 0 16.9l5.7-5.7 6.2 6.3L26.3 3.1 32 8.8z' /%3E%3C/svg%3E") center center no-repeat;
	background-size: 15px auto;

	margin-left: -1px;
	margin-right: 0;
}


div.xmark {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='384' height='512'%3E%3Cpath fill='%23990000' d='M342.6 150.6a32 32 0 0 0-45.3-45.3L192 210.7 86.6 105.4a32 32 0 0 0-45.3 45.3L146.7 256 41.4 361.4a32 32 0 0 0 45.3 45.3L192 301.3l105.4 105.3a32 32 0 0 0 45.3-45.3L237.3 256l105.3-105.4z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 15px auto;
}


div.money {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='288' height='512'%3E%3Cpath fill='%23009900' d='m209.2 233.4-108-31.6a29.5 29.5 0 0 1 8.3-57.8h66.3a61 61 0 0 1 34.2 10.5 15.6 15.6 0 0 0 19.5-2l34.8-34a16.2 16.2 0 0 0-1.8-24.5A141.4 141.4 0 0 0 176 64V16a16 16 0 0 0-16-16h-32a16 16 0 0 0-16 16v48h-2.5A109.6 109.6 0 0 0 .5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30a29.5 29.5 0 0 1-8.3 57.8h-66.3A61 61 0 0 1 78 357.5a15.6 15.6 0 0 0-19.5 2l-34.8 34a16.2 16.2 0 0 0 1.8 24.5 141.4 141.4 0 0 0 86.5 30v48a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7a109.8 109.8 0 0 0-72.5-141.7z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: auto 15px;

	margin-left: -3px;
	margin-right: -2px;
}