/*
Theme Name: Kidrated
Theme URI: https://www.kidrated.com/
Author: Kidrated
Author URI: https://www.kidrated.com/
Description: Kidrated look beautiful everywhere.
Version: 1.0
Tags: one-column, two-columns
Text Domain: Kidrated
*/
/*********************** RESET **************************************/
/*@import url('https://fonts.googleapis.com/css2?family=Capriola&family=Agbalumo&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
:root {
	--primary-paragraphs: #21272A;
	--primary-headings:#21272A;
	font-size: 18px;
	line-height:1.4;	
}
html,body{
	font-size: 18px;
	line-height:1.4;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	--wp--preset--font-size--small: 12px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 26px;
    --wp--preset--font-size--x-large: 32px;	
    overflow-x: hidden;
    max-width: 100vw;
}
body{
	text-align:left; 
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height:1.4;
	word-wrap: break-word;
	overflow-wrap: break-word;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	position:relative;
	min-height:100vh;
	color:var(--primary-paragraphs);
	background:#FFFFFF;
}
img{
	max-width:100%;
	height:auto;
}
strong,b{
	font-weight: 700;
    font-style: normal;
	margin:0;
	cursor:default;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin:0;
	cursor:default;
	line-height:1.12;
	color: var(--primary-headings);	
}
.home-h1{
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}
ul,
p{
	margin:0;
	margin-bottom: 1.4rem;
	cursor:default;
}
h1{
	font-size:2.33rem;
	margin-bottom: 1.4rem;
}
h2{
	font-size:1.66rem;
	margin-bottom: 1.4rem;
}
h3{
	font-size:1.44rem;
	margin-bottom: 1.4rem;
}
h4{
	font-size:1.22rem;
	margin-bottom: 1.4rem;
}
h5{
	font-size:1.12rem;
	margin-bottom: 1.4rem;
}
h6{
	font-size:1rem;
	margin-bottom: 1.4rem;
}
.clear{
	clear:both;
}
html{
	background-color:white;
	min-height:100%;	
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x:hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.center{
	text-align:center;
}
.gap{
	padding-top:22px;
}
.gap32{
	padding-top:32px;
}
.gap44{
	padding-top:44px;
}
.gap12{
	padding-top:12px;
} 
.gap6{
	padding-top:6px;
} 
/*********************** CUSTOM **************************************/ 
body {
    padding-top: 110px;
}
#main-nav-wrapper {
	background:white;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: background .3s ease-out, box-shadow .3s ease-out, -webkit-transform .3s ease-out;
	transition: background .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
	-webkit-transform: none;
	transform: none;
}
#main-nav-wrapper.scrolled {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
#main-nav-wrapper.hidden:not(.extended) {
	webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.width-wrapper{
	max-width:1264px;
	padding:0 32px;
	margin:0 auto;
}
.width-wrapper-header{
	max-width:1264px;
	padding:0 32px;
	margin:0 auto;
}
#menu-footer-menu,
#footer-wrapper,
.pre-header .flex-parent,
.header-menu.flex-parent{
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header-search{
	background:#6DA0BD;
	height:30px;
	width:30px;
	border-radius:15px;
	background-image:url('img/search.svg');
	background-position:center center;
	background-repeat:no-repeat;
}
#main-nav {
    flex-grow: 1;
}
.main-menu-home-btn {
    padding: 12px 0;
}
#main-menu-wrapper ul {
	width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;	
}
#main-menu-wrapper li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#main-menu-wrapper li a {
	display: inline-block;
	position: relative;
	padding: 20px 12px;
	text-decoration:none;
	font-size: 16px;
    line-height: 24px;	
	color:black;
	-webkit-transition:color .3s ease;
	transition:color .3s ease;
}
#main-menu-wrapper li li a{
	padding:18px 12px;
}
#main-menu-wrapper li a:hover{
	color:#F7935A;	
}
#main-menu-wrapper li{
	position:relative;
}
#main-menu-wrapper li ul.sub-menu {
    display: none;
}
#main-menu-wrapper ul.sub-menu {
    display: none;
}
.menu-item-has-children a span {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 24px;
	margin-left: 6px;
	margin-top: -2px;
	background-image: url('img/arrow-submenu.svg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}
.menu-item-has-children .sub-menu a span{
	display:none;
}
.pre-header{
	background:#514E85;
	padding:8px 0;
}
.pre-header a{
	color:white;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	margin-left:16px;
}
.home-search-block.flex-parent{
	background-image: url('img/searchbar-bg.jpg');
	background-size: auto 100%;
	background-position: right -22px center;
	background-repeat: no-repeat;
}
.pre-header .newsletter-btn{
	background:#6DA0BD;
	padding:5px 12px;
	border-radius:32px;
	display:inline-block;
	font-size:14px;
	line-height:20px;
}
.fields-home{
    padding: 44px;	
	width:480px;
}
.home-bg{
	width:calc(100% - 480px);
}
.home-search-block.flex-parent{
	color:white;
	background-color:#6ba1bd;
	border-radius:50px;
	-webkit-align-items: stretch;
    align-items: stretch;
	overflow: hidden;
}
.fields-home h1{
	color:white;
	font-size:2rem;
	margin-bottom:32px;
}
.fancybox-yt{
	position:relative;
	display:inline-block;
}
.fancybox-yt{
	-webkit-transition:background .3s ease-out;
	transition:background .3s ease-out;
}
.fancybox-yt:hover{	
	background:black;
}
.single-post-header .fancybox-yt{
	max-width: calc(100% - 740px);
	margin-left:20px;
}
.fancybox-yt img{
	display:block;
	-webkit-transition:opacity .3s ease-out;
	transition:opacity .3s ease-out;
	opacity:1;	
}
.fancybox-yt svg{
	position:absolute;
	width:20%;
    display: block;
    height: auto;
    left: 40%;
    top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:transform .3s ease-out;
	transition:transform .3s ease-out;
}
.fancybox-yt:hover svg{	
	-webkit-transform:translateY(-50%) scale(1.2);
	transform:translateY(-50%) scale(1.2);
}
.fancybox-yt:hover img{	
	opacity:0.8;
}
.is43 .wrapper43{
	position: relative;
	padding-top: 56%;
	width: 100%;
	overflow: hidden;
}
.fancybox-yt.is43{
	width: 100%;
}
.fancybox-yt.is43 img{
	position: absolute;
	top: 0;
	left: 0;
	top: -17%;
	width: 100%;
}
.inline-block{
	display:inline-block;
}
/* Dots */
.slick-dots{
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: white;
}
.main-place-slider .arrow {
    position: absolute;
    top: calc(50% - 27px);
	z-index: 30;
}
.main-place-slider .prev-arrow{
    left: 12px;	
    right: auto;	
}
.main-place-slider .next-arrow {
    right: 12px;
	left:auto;
}
.main-place-slider .arrow svg {
    display: block;
    width: 36px;
    height: 36px;
}
.main-place-slider .arrow svg, .arrow {
    cursor: pointer;
}
.main-place-slider .prev-arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-place-slider{
	border-radius:16px;
	overflow:hidden;
}
.main-place-slider a,
.main-place-slider img{
	display:block;
}
.flex-parent{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.cat-content-area,
.single-place-imgs.flex-parent,
.flex-parent.single-place-gallery-wrapper{
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.single-place-gallery-wrapper,
.main-place-slider-wrapper{
	flex-basis:49.5%;
	width:49.5%;
}
.single-place-gallery-wrapper{
	flex-wrap: wrap;	
}
.single-place-gallery-wrapper a,
.single-place-gallery-wrapper img{
	display:block;
}
.single-place-gallery-wrapper a{
	flex-basis:49%;
	width:49%;
	border-radius:16px;
	overflow:hidden;	
	margin-bottom:1.25%;
	cursor: zoom-in;
}
.fancybox-gallery img{	
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.fancybox-gallery{
	-webkit-transition:background .3s ease;
	transition:background .3s ease;
}
.fancybox-gallery:hover{
	background:black;
}
.fancybox-gallery:hover img{	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.7;
}
.main-thumb{
	width:100%;
	aspect-ratio: 16/9;
}
.main-thumb img{
	object-fit: cover;
	border-radius:16px;
}
#breadcrumbs{
	font-size:12px;
	margin-bottom:1.4rem;
}
#breadcrumbs a{
	color:inherit;
}
h1.single-things{
	font-size: 24px;
}
.adress-single-things{
	font-size: 16px;
	text-decoration: underline;
}
.has-btn .header-title-things{
	max-width:calc(100% - 218px);
}
.has-btn .header-btn-things{
	padding-left:32px;
}
.header-btn-things,
.header-title-things{
	display:inline-block;
	vertical-align:middle;
}
.tab-place{
	background: rgba(109, 160, 189, 0.5);
	font-weight: 500;
	text-align: center;
	color:black;
	text-decoration:none;
	border-radius:24px;
	width:32%;
	display:block;
	padding:11px;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;	
}
.tab-place:hover,
.tab-place.active{
	background: #6DA0BD;
	color:white;
}
.fancybox-gallery.hidden{
	display:none;
}
/***************COMMENTS****************/
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	font-size: 0;
	display: inline-flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
    height: 1px;
    width: 5px;
    opacity: 0;
    margin: 0;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	/*text-indent: 9999px;*/
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	/*text-indent: -9999px;*/
	content: "\f155";
	color: #D9D9D9;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #FCBA2B;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	/*text-indent: -9999px;*/
	width: 0;
	/*margin-left: -.5em;*/
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #FCBA2B;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	/*text-indent: 9999px;*/
}

.comment-respond .rating-container > input + label {
	/*text-indent: -9999px;*/
}
.wp-block-separator,
hr{
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
.k-rate{
	font-family: "Capriola", sans-serif;
	font-weight:700;
	background-image:url('img/K-Rating-Badge.svg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
	font-size: 36px;
	text-align: center;
	padding:67px 0 20px 0;
	width:118px;
	margin:0 auto;
}
.column-3{
	text-align:center;
}
.column-1,
.column-2,
.column-3{
	width:32%;
	padding:44px 0;
}
.place-feature-ico{
	margin-right:12px;
}
.place-feature a{
	color:black;
}
.place-feature-ico,
.place-feature-txt{
	display:inline-block;
	vertical-align:middle;
	max-width: calc(100% - 52px);
}
.comment-block-rate,
.comment-block-txt{
	display:inline-block;
	vertical-align:top;
}
.place-feature{
	margin-bottom:12px;
}
.comment-form-kr.flex-parent,
.tab-target-1-inner.flex-parent{
	-webkit-align-items: flex-start;
    align-items: flex-start;
}
.comment-block .k-rate{
	font-size: 17px;
	padding:33px 0 5px 0;
	width:56px;
	margin:0 22px 12px 0;
}
.comment-block-txt b{
	font-weight:800;
}
.comment-block-txt p{
	margin-bottom: 2.2rem;
}
.tab-target-2{
	max-width:870px;
	margin:0 auto;
}
.comment-form-kr{
	background: rgba(217, 217, 217, 0.25);
	border-radius:16px;
	padding:32px 32px 0 32px;
}
.required{
	color:#F04923;
}
.form-cln1 h3{
	color: #FCBA2B;
	font-weight: 700;
	font-size: 24px;
}
.select-wrapper{
	margin-bottom: 32px;
}
.select-wrapper option[disabled]{
	display:none;
}
.select-wrapper option,
.select-wrapper select,
.comment-form-kr input[type=email],
.comment-form-kr input[type=text],
.comment-form-kr textarea {
  width: 100%;
  padding: 12px 20px;
  background:white;
  color:black;
  margin: 7px 0;
  display: inline-block;
  border: none;
  border-radius: 25px;
  box-sizing: border-box;
  border:1px solid #FFFFFF;
}
.select-wrapper option{
	font-size:1.1rem;
}
.select-wrapper select{
	font-size:1rem;
}
.home-search-form input[type=submit],
.comment-form-kr input[type=submit] {
	font-family: "Roboto", sans-serif;
	display: inline-block;
	background-color: #FCBA2B;
	color: white;
	padding: 13px 35px;
    margin: 0 0 0 auto;
    border: none;
    border-radius: 34px;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    background-image: url('img/paper_plane.svg');
    background-repeat: no-repeat;
    background-position: right 26px center;
    background-size: 30px 23px;
	min-width:190px;
	text-align:left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}
.home-search-form input[type=submit]{
	background-image: url('img/home-search-arrow.svg');
	background-size: 23px 22px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}
.home-search-form input[type=submit]:hover{
    background-position: right 16px center;
}
.comment-form-kr input[type=submit]:hover {
  background-color: #45a049;
}
.comment-form-kr textarea:focus,
.comment-form-kr input:focus {
  outline-style: none;
  border:1px solid #D9D9D9;
}
.select-wrapper select {
  outline-style: none;
  margin:0;
}
p.form-submit{
	text-align:right;
	margin-bottom:0;
	padding-bottom:32px;
}
.select-wrapper .option-target{
	display:none;
}
.select-wrapper .option-target:first-child{
	display:block;
}
.comment-form-email label,
.comment-form-comment label,
.comment-form-title label,
.big-label{
	font-weight: 700;
	font-size: 20px;
}
.comment-form-cookies-consent{
	font-size:14px;
}
.comment-form-email{
	margin-bottom:0;
}
.form-cln1{
	width:280px;
}
.form-cln1 img{
	max-width:calc(100% + 22px);
	margin-left:-54px;
	display:block;
}
.form-cln2{
	width:calc(100% - 300px);
}
.comment-form-title,
.comment-form-email{
	display:flex;
	-webkit-align-items: center;
    align-items: center;
}
.select-wrapper div,
.comment-form-title label,
.comment-form-email label{
	white-space: nowrap;
	margin-right:12px;
}
.comment-form p:not(.comment-form-email){
	margin-bottom:1rem;
}
.comment-notes{
	margin-bottom:3rem;
}
.more-reviws-links{
	display: inline-block;
	background-color: #FCBA2B;
	color: white;
	padding: 13px 35px;
    margin: 0 0 0 auto;
    border: none;
    border-radius: 34px;
    cursor: pointer;
	text-decoration:none;
	margin-bottom:32px;
}
.hidden-comments{
	display:none;
}
#map { height: 80vh;border-radius:25px }
.tab-target-3{
	padding:32px 0;
}
.tab-target-1,
.tab-target-3,
.tab-target-2{
	display:none;
}
.wp-block-yoast-faq-block{
	background:rgba(128, 187, 230, 0.45);
	padding: 54px 32px;
    margin: 0 0 54px 0;
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.alignfull{
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.wp-block-yoast-faq-block:before{
	content:'FAQs';
	display:block;
	text-align:center;
	font-size: 30px;
	margin-bottom:64px;
	padding-bottom:44px;
	background-image:url('img/faq_wave.svg');
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: 495px 23px;
	font-family: "Capriola", sans-serif;
}
.schema-faq-section {
    max-width: 900px;
    margin: 0 auto;
	background:white;
	border-radius:25px;
	margin-bottom:16px;
}
.schema-faq-question{
	font-weight: 700;
	font-size: 20px;
	display:block;
	padding:13px 40px 13px 22px;
	cursor:pointer;
	position:relative;
}
.schema-faq-question strong{
	cursor:pointer;
}
body:not(.wp-admin) .schema-faq-answer{
	padding:0px 32px 22px 22px;
	display:none;	
}
.schema-faq-question:after{
	cursor:pointer;
	content:'';
	width:24px;
	height:24px;
	background-image:url('img/plus.svg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 24px 24px;	
	position:absolute;
	top: 14px;
	right: 15px;
	-webkit-transition:-webkit-transform .3s ease;
	transition:transform .3s ease;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.schema-faq-question.active:after{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.follow-us-things-wrapper{
	position:relative;
	max-width:588px;
	margin:0 auto;
}
.follow-us-things-wrapper img{
	display:block;
	position:relative;
}

.news-popv2 {
    position: relative;
    padding-top: 62%;
    width: 867px;
    max-width: 100%
}

.news-bg-image {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block
}

.news-title-image {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: block
}

.news-popv2 .form-popv2 .mc-embedded-subscribe {
    background-color: #55566e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%
}
.news-popv2-wrapper{
	max-width:867px;
	margin:0 auto;
}
.news-popv2 .form-popv2 .mc-embedded-subscribe:hover {
   background:#45a049;
}

.news-popv2 .form-popv2 {
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 35%;
    left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.news-popv2 .form-popv2 .mce-EMAIL {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%
}

.newsmessage {
    background-color: #fff
}

.existing-wrapper {
    text-align: center;
    padding: 12px 0 0 0
}

.existing-wrapper input,.existing-wrapper label {
    cursor: pointer
}

.fancybox-skin {
    border-radius: 0
}
.news-popv2 .form-popv2 .mc-embedded-subscribe {
	display: inline-block;
	width: 38%;
	margin: 0;
	font-size: 18px
}
.news-popv2 .form-popv2 .mce-EMAIL {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 55%
}
#mce-EMAIL, .mce-EMAIL {
	font-size: 1rem;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #D2D1CD;
    height: 48px;
    line-height: 24px;
    padding: 0;
    text-align: left;
    text-indent: 12px;
    vertical-align: top;
    width: 226px;
}
.newsmessage {
    background-color: #fff;
}
.news-popv2 .form-popv2 .mc-embedded-subscribe {
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
    background-color: #58c4be;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border: none;
    cursor: pointer;
    margin-left: -6px;
    vertical-align: top;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #55566e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
}
#newsletter-form-popup-wrapper{
	display:none;
}
.follow-us-things-wrapper a{
	opacity: 0.4;
	display:block;
	position:absolute;
	-webkit-transition:background .3s ease;
	transition:background .3s ease;
}
.follow-us-things-wrapper a:hover{
	background:#fbfae6;
}
#fb4{
    width: 9%;
    height: 12%;
    top: 25%;
    left: 16%;	
}
#inst4{
	width: 9%;
	height: 12%;
	top: 25%;
	left: 29%;
}
#tw4{
	width: 10%;
	height: 12%;
	top: 25%;
	left: 42%;	
}
#pint4{
    width: 10%;
    height: 13%;
    top: 25%;
    left: 56%;	
}
.newsletter-popup-footer{
    width: 11%;
    height: 13%;
    top: 25%;
    left: 69%;
}
.newsletter-popup-footer2{
	width: 30%;
	height: 20%;
	top: 70%;
	left: 71%;
}
.follow-us-things-wrapper a.newsletter-popup-footer2:hover{
	background:#fff;
}
.zoom-in img{
	-webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;	
}
.zoom-in:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main-place-slider .arrow{
	opacity:0;
	-webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;		
}
.main-place-slider:hover .arrow{
	opacity:1;
}
.cat-main-content{
	flex-basis:calc(100% - 292px);
	width:calc(100% - 292px);
}
.home-main-content{
	width:100%;
}
.home-main-content .home-wave-title0,
.home-main-content .home-wave-title4{
	color:#514E85;
}
.home-main-content .home-wave-title1,
.home-main-content .home-wave-title5{
	color:#F7935A;
}
.home-main-content .home-wave-title2,
.home-main-content .home-wave-title6{
	color:#93D5D7;
}
.home-main-content .home-wave-title3,
.home-main-content .home-wave-title7{
	color:#FCBA2B;
}
.home-main-content .home-wave-title0 .wave,
.home-main-content .home-wave-title4 .wave{
    background-image: url('img/wave-line-side-h2-1.svg');
}
.home-main-content .home-wave-title1 .wave,
.home-main-content .home-wave-title5 .wave{
    background-image: url('img/wave-line-side-h2-2.svg');
}
.home-main-content .home-wave-title2 .wave,
.home-main-content .home-wave-title6 .wave{
    background-image: url('img/wave-line-side-h2-3.svg');
}
.home-main-content .home-wave-title3 .wave,
.home-main-content .home-wave-title7 .wave{
    background-image: url('img/wave-line-side-h2-4.svg');
}
.cat-main-sidebar{
	flex-basis:260px;
	width:260px;
}
/*.large-red-title,*/
.large-title,
.christmas-hack-title,
.grey-h2-title,
.blue-h2-title,
.green-h2-title,
.pink-h2-title,
.red-h2-title,
.orange-h2-title,
.green-h2-title,
.h2-kr-orange-wave,
.red-h2-title,
.orange-h2-title{
	padding-top:44px;
	background-image:url('img/orange-title-wave.svg');
	background-position:top left;
	background-repeat:no-repeat;
	background-size: 367px 17px;	
}
.wp-caption-text{
	font-size:0.8rem;
}
.cat-main-content img{
	border-radius:25px;
}
.orange-h2-title,
.grey-sub-title,
.blue-sub-title,
.green-sub-title,
.pink-sub-title,
.red-sub-title,
.orange-sub-title,
.h2-kr-w-wave,
.red-funky-nobg{	
	background-image:url('img/bg-yellow-stripe.svg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	display:block;
	width:584px;
	max-width:100%;
	padding:12px 22px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-align:center;
}
.grey-funky-nobg,
.blue-funky-nobg{
	color: #93D5D7;
}
.green-funky-nobg{
	color: #1A987D;
}
.pink-funky-nobg{
	color: #514E85;
}
a b{
	cursor:pointer;
}
.red-funky-nobg,
.orange-funky-nobg{
	color: #FE602F;
}
.is-content-wrapper a,
.cat-main-content a{
	color:inherit;
}
.alignleft {
    float: left;
	max-width:50%;
}
.alignright {
    float: right;
	max-width:50%;	
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
img.alignleft, .wp-caption.alignleft {
    margin: 12px 24px 12px 0;
    margin: .857142857rem 1.714285714rem .857142857rem 0;
}
img.alignright, .wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: .857142857rem 0 .857142857rem 1.714285714rem;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	clear: both;
}
img.aligncenter, .wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: .857142857rem;
    margin-bottom: 12px;
    margin-bottom: .857142857rem;
}
.wp-caption {
    max-width: 100%;
    padding: 4px;
}
.venue-title-v2{
	color:#FCBA2B;
}
.is-content-wrapper .kr-orange-btn,
.kr-orange-btn{
	min-width: 140px;
    display: inline-block;
    border-radius: 25px;
    padding: 11px 60px 11px 28px;
    background-color: #FF6600;
    color: white !important;
    text-decoration: none;
    background-image: url('img/right-arrow.svg');
    background-position: right 22px center;
    background-repeat: no-repeat;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;	
	margin: 0 0 8px 8px;
}
.is-content-wrapper .kr-orange-btn:hover,
.kr-orange-btn:hover{
	background-position: right 12px center;
}
.post-card{
	border: 1px solid #D9D9D9;
	border-radius:25px;
	overflow:hidden;
	color:black;
	text-decoration:none;
	margin-bottom:22px;
	width:19%;	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap:22px;
}
.post-card img{
	display:block;
}
.post-card h3,
.post-card p{
	padding: 0 22px;
	font-size:16px;
}
.post-card h3{
	padding-top:22px;	
}
.flex-parent.may-like-block{
	-webkit-align-items: stretch;
	align-items: stretch;
}
.kr-h2-w-side-wave{
	color:#FE602F;
	display:flex;
	-webkit-align-items: center;
	align-items: center;	
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.kr-h2-w-side-wave .txt{
	padding-right:22px;
	white-space: nowrap;
}
.kr-h2-w-side-wave .wave{
	flex-shrink:3;
	background-image: url('img/wave-line-side-h2.svg');
    background-position: left center;
    background-repeat: no-repeat;
	width:395px; 
	height:14px;
	background-size: 395px 14px;
}
.icons-topic-wrapper{
	text-align:center;
}
.icons-topic-wrapper a{
	width:100px;
	display:inline-block;
	margin: 0 14px 22px 14px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p{
	cursor:pointer;
}
.sidebar-thumbnails a,
.post-card{
	-webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease;	
}
.sidebar-thumbnails a:hover,
.post-card:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.icons-topic-wrapper a{
	-webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;	
}
.icons-topic-wrapper a:hover{
	-webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.sidebar-thumbnails img,
.sidebar-thumbnails a{
	display:block;
}
.sidebar-thumbnails a{
	border-radius:25px;
	margin-bottom: min(8.4%, 22px);
	overflow:hidden;
}
.cat-main-content .post-card{
	width:24%;
}
.cat-main-content .post-card img{
	border-radius:0;
}
.post-card{
	display:block;
}
.may-like-block-line-1{
	flex-wrap: wrap;
}
.kr-h2-2-items.kr-h2-w-side-wave{
	color:#1A987D;
}
.wrapper-2-items{
	border: solid 1px #A6D27D;
	border-radius:50px;
	padding:44px;
}
.wrapper-2-items a{
	color:inherit;
	text-decoration:none;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}
.wrapper-2-items a:hover{
	opacity:0.7;
}
.post-card-2-items{
	width:49%;
}
.post-card-2-items .post-thumb{
	border-radius:25px;
	padding-top:56.25%;
	background-size:cover;
	background-position:center center;
	margin-bottom:22px;
}
.kr-postcards-2-items{
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.kr-postcards-2-items h3{
	font-weight:700;
	font-family: "Roboto", sans-serif;
	padding:0 22px;
}
.kr-postcards-2-items p{
	font-size:16px;
	padding:0 22px;	
}
#burger {
    width: 44px;
    height: 44px;
    display: block;
    cursor: pointer;
    padding: 6px;
    position: relative;
    display: none;
}
#burger span {
    height: 4px;
    width: 32px;
    background: black;
    display: block;
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#burger span:nth-child(1) {
    top: 6px;
    left: 6px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
#burger.active span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 32px;
}
#burger.active{
	position: fixed;
	z-index: 1200;
	top: 7px;
	right: 16px;
}
#burger.active span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 32px;
}
#burger span:nth-child(2) {
    top: 17px;
    left: 6px;
}
#burger.active span:nth-child(2) {
	display:none;
}
#burger span:nth-child(3) {
    top: 28px;
    left: 6px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.is-content-wrapper iframe,
.cat-main-content iframe{
	display:block;
	max-width:100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.flex-parent.wrap {
    flex-wrap: wrap;
}
.post-card{
	max-width:320px;
}
.archive-navigation a{
	color:inherit;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;		
}
.page-numbers:hover,
.page-numbers.current{
	color:#FE602F;
}
.page-numbers{
	display:inline-block;
	vertical-align:middle;
	padding:4px;
}
#searchsubmit2{
	background: #6DA0BD;
    height: 44px;
    margin-left: 12px;
    width: 44px;
    border-radius: 25px;
    background-image: url('img/search.svg');
    background-position: center center;
    background-size: 22px 22px;
    background-repeat: no-repeat;	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
	vertical-align:middle;
	border:none;
	outline:none;
	cursor:pointer;
}
#searchsubmit2:hover,
#searchsubmit2:focus{	
	outline:none;
}
#s2{
	border: 1px solid #D9D9D9;
	width: calc(100% - 56px);
    padding: 12px 20px;
    background: white;
    color: black;
    margin: 7px 0;
    display: inline-block;
	vertical-align:middle;
    border-radius: 25px;
    box-sizing: border-box;
    font-size:1rem;
}
#searchform2{
	max-width:540px;
	margin:0 auto;
}
.has-kr-orange-background-color{
	background-color:#FF6600;
}
.has-kr-orange-color{
	color:#FF6600;
}
.has-kr-purple-background-color{
	background-color:#514E85;
}
.has-kr-purple-color{
	color:#514E85;
}
.has-kr-blue-background-color{
	background-color:#6DA0BD;
}
.has-kr-blue-color{
	color:#6DA0BD;
}
.has-kr-clear-blue-background-color{
	background-color:#93D5D7;
}
.has-kr-clear-blue-color{
	color:#93D5D7;
}
.has-kr-yellow-background-color{
	background-color:#93D5D7;
}
.has-kr-yellow-color{
	color:#93D5D7;
}
.has-kr-green-background-color{
	background-color:#1A987D;
}
.has-kr-green-color{
	color:#1A987D;
}
#colophon{
	background:#FE602F;
	color:white;
}
#colophon a{
	color:white;
}
#footer-wrapper ul{
   width: 100%;	
	max-width:400px;
}
#footer-wrapper li,
#footer-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer-wrapper li{
	width:50%;
	display:block;
}
#footer-wrapper li a{
	padding: 6px;
	display:block;
	text-decoration:none;
}
.grow1{
	flex-grow:1;
}
.malus-top-32-on-desktop{
	margin-top:-32px;
	margin-bottom:0;
}
.malus-top-32-on-desktop img{
	width:408px;
	max-width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.what-is-k-rating{
	background: rgba(252, 186, 43, 0.2);
	border: 1px solid rgba(255, 102, 0, 1);
	border-radius:25px;
	padding:0 32px;
}
.newsletter-popup{
	cursor:pointer;
}
.home-main-content.cat-main-content{
	width:100%;
}
/*********************** MEDIA QUERIES **************************************/
/*RETINA*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	   
}
@media screen and (min-width: 1080px) {
	#main-menu-wrapper .sub-menu li {
		display: block;
		width:100%;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}	
	#main-menu-wrapper ul.sub-menu {
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 240px;
		background: white;
	}	
	#main-menu-wrapper li:hover a span {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}	
}
/* FONT SIZE BREAK POINT */
@media screen and (max-width: 1120px) {
	.what-is-k-rating{
		padding:0 12px;
		gap:1rem;
	}
	:root,html,body{
		font-size: 16px;
		line-height: 1.6;
		
	}
	ul,p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin-bottom: 1.6rem;
	}	
	html,body{
		--wp--preset--font-size--small: 10px;
		--wp--preset--font-size--medium: 16px;
		--wp--preset--font-size--large: 24px;
		--wp--preset--font-size--x-large: 30px;	
	}
	.cat-main-sidebar{
		width:25.12%;
	    flex-basis: 25.12%;
	}
	.cat-main-content {
		flex-basis: calc(74.88% - 32px);
		width: calc(74.88% - 32px);
	}
}
/* FONT SIZE BREAK POINT */
@media screen and (max-width: 1001px) {
	h1{
		font-size:2rem;
	}
	h2{
		font-size:1.42rem;
	}
	h3{
		font-size:1.23rem;
	}
	h4{
		font-size:1.04rem;
	}
	h5{
		font-size:1rem;
	}
	h6{
		font-size:1rem;
	}	
	#breadcrumbs {
		margin-bottom: 1.6rem;
	}
}
@media screen and (max-width: 1079px) {
	#main-menu-wrapper li a span:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}	
	.menu-item-has-children a{
		position:relative;
		padding-right:72px;
		overflow:hidden;
	}
	#main-menu-wrapper .sub-menu li {
		display: block;
		width:100%;
		border-top: 1px solid rgba(0,0,0,0.3);
	}	
	.menu-item-has-children li a{
		padding: 20px 12px;
	}
	.menu-item-has-children a span{
		position:absolute;
		right:0;
		top:0;
		width:64px;
		height:64px;
	}
	#menu-main-nav-menu{
		display:block;
	}
    #burger {
        display: block;
    }
	#burger {
        position: absolute;
        top: 54px;
        right: 26px;
    }
	#main-nav.active {
        display: table;
        opacity: 1;
        left: 0;
        right: 0;
    }
	#main-nav {
        position: fixed;
        top: 0;
        left: 100%;
        right: -100%;
        bottom: 0;
        background: white;
        z-index: 1090;
        opacity: 0;
        -webkit-transition: .5s all;
        transition: .5s all;
        display: table;
        width: 100%;
        padding-top: 54px;
        height: 100vh;
    }
	#main-menu-wrapper {
        overflow-y: auto;
        padding: 0 22px;
        max-height: calc(100vh - 54px);
        max-width: 540px;
        margin: 0 auto;
    }
	#main-menu-wrapper li {
        display: block;
        padding: 0 12px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        position: relative;
    }
	#main-menu-wrapper .sub-menu li{
		border-bottom: none;
	}
	#main-menu-wrapper li a {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
	.home-search-block.flex-parent{
        background-position: left 354px center;
	}
}
@media screen and (max-width: 720px) {
	.home-bg {
		width: 0;
	}
	.home-search-block.flex-parent{
		background-image:url('img/form-star.jpg');
        background-size: auto auto;
        background-position: top -36px right 25px;
	}	
	.fields-home {
		width: 100%;
	}
}
@media screen and (max-width: 1069px) {
	.cat-main-content .post-card{
		width:32.33%;
	}
	.cat-main-content .post-card:nth-child(4){
		display:none;
	}
}
.cat-main-content.search-content .post-card:nth-child(4),
.search-content.cat-main-content .post-card{
	display:block;
}
@media screen and (max-width: 920px) {
	.cat-main-content .may-like-block{
		flex-wrap: wrap;
	}
	.cat-main-content:not(.home-main-content) .post-card{
		width:49%;
	}
	.cat-main-content:not(.home-main-content) .post-card:nth-child(4){
		display:block;
	}
}
@media screen and (max-width: 1039px) {
	.may-like-block-inc .post-card{
		width:24%;
	}
	.may-like-block-inc .post-card:nth-child(5){
		display:none;
	}
}
@media screen and (max-width: 840px) {
	.cat-main-content:not(.home-main-content) {
		flex-basis: calc(100% - 222px);
		width: calc(100% - 222px);
	}
	.cat-main-sidebar {
		flex-basis: 190px;
		width: 190px;
	}
}
@media screen and (max-width: 839px) {
	.may-like-block-inc .post-card{
		width:32.3%;
	}
	.may-like-block-inc .post-card:nth-child(4){
		display:none;
	}
}
@media screen and (max-width: 737px) {
	.cat-main-content .post-card{
		width:49%;
	}
	.cat-main-content .post-card:nth-child(4){
		display:block;
	}
}
@media screen and (max-width: 679px) {
	.post-card-2-items{
		width:100%;
	}
	.kr-postcards-2-items{
		flex-wrap:wrap;
	}
	.kr-postcards-2-items h3{
		padding:0;
	}
	.kr-postcards-2-items p{
		padding:0;	
	}
}
@media screen and (max-width: 839px) {
	.wp-block-image .alignleft,
	.alignleft,
	.wp-block-image .alignright,
	.alignright {
		float: none;
		max-width:100%;	
		margin-left: auto;
        margin-right: auto;		
	}
	.wp-block-image .aligncenter>figcaption, 
	.wp-block-image .alignleft>figcaption, 
	.wp-block-image .alignright>figcaption, 
	.wp-block-image.aligncenter>figcaption, 
	.wp-block-image.alignleft>figcaption, 
	.wp-block-image.alignright>figcaption{
		font-size: 12px;
		text-align: center;
	}
}
@media screen and (max-width: 639px) {
	.may-like-block-inc .post-card{
		width:49%;
	}
	.may-like-block-inc .post-card:nth-child(3){
		display:none;
	}
}
.home-h1 br{
	display:none;
}
@media screen and (max-width: 439px) {
	.may-like-block-inc .post-card{
		width:100%;
		max-width:320px;
	}
	.flex-parent.may-like-block-inc{
		-webkit-justify-content: center;
		justify-content: center;
	}	
	.may-like-block-inc .post-card:nth-child(2){
		display:none;
	}
}
@media screen and (max-width: 729px) {
	#menu-footer-menu, 
	#footer-wrapper,
	.footer-flex{
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		text-align:center;
	}
	.footer-logo{
		width:100%;
		padding-bottom:44px;
		text-align:center;
	}
}
@media screen and (max-width: 719px) {
	.tab-target-1-inner{
		display:block;
	}
	.column-1, .column-2, .column-3{
		width: 100%;
		padding: 44px 0 0 0;
	}
	.column-3,
	.column-2{
		padding-top:0;
	}
	.comment-form-kr.flex-parent{
		display:block;
	}
	.form-cln2,
	.form-cln1 {
		width: 100%;
	}
	.form-cln1 img{
		display:none;
	}
	.rating-container > input {
		height: 1px;
		width: 1px;
	}
	.comment-notes{
		margin-bottom:1.4rem;
	}
}
@media screen and (max-width: 640px) {
	.single-place-gallery-wrapper, 
	.main-place-slider-wrapper{
		width:100%;
		flex-basis:100%;
	}
	.single-place-gallery-wrapper{
		display:none;
	}
}
@media screen and (max-width: 790px) {
	.cat-content-area{
		display:block;
	}
	.cat-main-content:not(.home-main-content),
	.cat-main-content {
		flex-basis: 100%;
		width: 100%;
	}
	.cat-main-sidebar {
		flex-basis: 100%;
		width: 100%;
		margin:0 auto;
		margin-bottom:44px;
		max-width:100%;
	}
	.sidebar-thumbnails{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sidebar-thumbnails a{
		width:49%;
		max-width:260px;
	}
}
@media screen and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.malus-top-32-on-desktop{
		margin-top:0;
	}
	.not-on-small-screens{
		display:none;
	}
}
@media screen and (max-width: 740px) {
	.width-wrapper-header, .width-wrapper {
        padding: 0 12px;
    }
}
@media screen and (max-width: 539px) {
	h1 {
        font-size: 1.75rem;
    }
	.header-btn-things,
	.header-title-things{
		display:block;
	}	
	.has-btn .header-title-things{
		max-width:100%;
	}
	.has-btn .header-btn-things{
		padding-top:22px;		
		padding-left:0;
	}
	.orange-h2-title, .grey-sub-title, .blue-sub-title, .green-sub-title, .pink-sub-title, .red-sub-title, .orange-sub-title, .h2-kr-w-wave, .red-funky-nobg{
		font-size: 1.4rem;
	}	
}
@media screen and (max-width: 479px) {
	.kr-h2-w-side-wave{
		display:block;
	}
	.kr-h2-w-side-wave .txt{
		padding-right:0;
		white-space: normal;
	}
	.kr-h2-w-side-wave .wave{
		display:none;
	}
}
@media screen and (max-width: 440px) {
	#footer-wrapper li {
		width: 100%;
	}
	.home-h1{
		text-align:center;
		margin-bottom:22px;
	}
	.select-wrapper div{
		text-align:center;
		width:100%;
		white-space: normal;
		margin-right: 0;
		margin-bottom:12px;
	}
	.flex-parent.select-wrapper{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 400px) {
    .home-search-block.flex-parent {
        background-position: top -36px right 13px;
    }
}
@media screen and (max-width: 360px) {
	.pre-header .width-wrapper-header{
		padding: 0 12px;
	}
	.pre-header a{
		margin-left:8px;
	}
}
.show-on-mobile{
	display:none;
}
@media screen and (max-width: 740px) and (max-height: 740px) {
	.show-on-mobile{
		display:block;
	}	
	.wp-block-yoast-faq-block {
		padding: 32px 18px;
	}
	.wp-block-yoast-faq-block::before {
		margin-bottom: 32px;
	}
	.width-wrapper-header,
	.width-wrapper{
		padding: 0 12px;
	}	
    .fields-home {
        padding: 14px 14px 23px 14px;
    }
	.fields-home h1{
		font-size: 1.8rem;
		margin-bottom: 14px;
		text-align:center;
	}
	.select-wrapper {
		margin-bottom: 18px;
	}
	.select-wrapper div {
        margin-bottom: 6px;
    }
	.home-h1 br{
		display:inline;
	}
	.kr-h2-w-side-wave{
		font-size: 1.4rem;
		margin-bottom: 1rem;
		text-align:center;
	}
	.reduced-gap{
		padding-top:32px;
	}	
	.post-card p{
		display:none;
	}
	.hide-on-mobile{
		display:none;
	}
	.post-card h3 {
		padding: 7px 7px 0 8px;
		font-size: 12px;
		margin-bottom: 12px;
	}
	.orange-h2-title, .grey-sub-title, .blue-sub-title, .green-sub-title, .pink-sub-title, .red-sub-title, .orange-sub-title, .h2-kr-w-wave, .red-funky-nobg{
		font-size: 1.4rem;
	}
	.icons-topic-wrapper a {
		width: 30%;
		max-width:100px;
		display: inline-block;
		margin: 0 1.65% 22px 1.65%;
	}
	.wrapper-2-items {
		padding: 18px;
	}
	.kr-postcards-2-items h3{
		font-size: 1.4rem;
	}
}