/*
Theme Name: Koreantravel Guru
Theme URI: https://koreatravel.guru
Template: golo
Author: Eugene Lee
Author URI: https://koreatravel.guru
Description: A Child Theme of Golo
Version: 1.1.1739164269
Updated: 2025-02-10 14:11:09
*/



/* Single Place Light Box Navigation */
/*mn st*/
#elementor-lightbox-slideshow-lgslider .elementor-swiper-button-next,
#elementor-lightbox-slideshow-lgslider .elementor-swiper-button-prev {
    opacity: 1 !important;
    position: absolute;
    top: 0;
    width: 2px;
}

#elementor-lightbox-slideshow-lgslider .swiper-wrapper {
    z-index: 0;
}

.elementor-lightbox .swiper .elementor-swiper-button-prev {
	left: 10% !important;
}

.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 10% !important;
}

/* recipet toolkit st*/
 
/* recipet toolkit end*/
.info-window-sponsored-label:hover {
	 color: #23d3d3;
}

/*************MO Navigation Postition****************/
@media (max-width: 767px){
  #elementor-lightbox-slideshow-lgslider .elementor-swiper-button-prev{ left:16px !important; }
  #elementor-lightbox-slideshow-lgslider .elementor-swiper-button-next{ right:16px !important; }
}







.place-item .place-inner {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

.place-item:hover .place-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.city-item {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px; /* optional */
}
.city-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* galley arrow navigation at lightbox */

i.eicon-chevron-right,
i.eicon-chevron-left {
    cursor: pointer;
	background: #00000080;
    border-radius: 50%;
    padding: 11px;
	color : #fff;
}
gmp-advanced-marker> div:hover {
    transform: scale(1.2) !important;
}
gmp-advanced-marker{
   filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
/* //////Anees Css///////// */

.golo-marker .entry-bottom .place-preview {
    display: flex;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #777777 !important;
	font-family: "Outfit", Sans-serif !important;
}
.gm-style .gm-style-iw-c {
    max-width: 343px !important;
}

.gm-style .gm-style-iw-d {
    overflow: visible !important;
}
.golo-marker .place-cate {
     line-height: 0px !important;
     margin-bottom: 0px !important; 
    padding-right: 0px !important;
}
/* //////Anees Css///////// */

.reviews-list .review-content {
    overflow-wrap: break-word;
}
.place-item {
    transition: all 0.3s ease
}
.place-item:hover {
    scale: 1.015;
}

.place-item:hover .place-thumb .entry-thumb img {
    transform: unset;
}
.entry-thumb img {
    transform: unset !important;
}

.city-item {
    transition: all 0.3s ease;
}
.city-item:hover {
    scale: 1.015;
}
/*mn end*/

/*info box st*/

.golo-marker .inner-marker {
    display: block;
}

.gm-style-iw-d {
    width: 343px;
	height: 100%;
}
.golo-marker .inner-marker .entry-thumbnail img {
    width: 343px;
    height: 206px;
    /* object-fit: cover; */
}

.gm-style-iw-chr {
    display: none;
}
.gm-style-iw.gm-style-iw-c {
    border-radius: 25px;
	border: 1px solid #e0e0e0;

}


.gm-style .gm-style-iw-tc {
    display: none;
}
/* .gm-style .gm-style-iw-c {
    top: -40px !important;
} */
/* .gm-style-iw-a {
    top: -10px !important;
} */
.golo-marker h3.entry-title a {
    font-weight: 600 !important;
    color: #333;
    font-size: 18px !important;
    line-height: 24px !important;
}
.golo-marker .entry-detail {
    padding: 8px 16px 12px 16px !important; 
}
.gm-style-iw {
    transition: all 0.3s ease-in-out;
}
.gm-style-iw:hover {
    scale: 1.01;
	transform-origin: 50% 50%;
}
.gm-style-iw.gm-style-iw-c {
    box-shadow: 0 2px 2px  rgba(0, 0, 0, 0.1);
}
/*info box end*/
/**/
.slick-track {
    padding-bottom: 10px;
}


/*map external link st*/
.external-link-icon {
    width: 16px;
    height: 16px;
    opacity: 1;
    display: block;
    color: #666666;
    transition: color 0.2s, opacity 0.2s;
}

.map-link:hover .external-link-icon, 
.map-link:hover span {
    color: #23d3d3;
    opacity: 1;
}

a.map-link {
    display: flex;
	align-items: center;
}

span.map-link-text {
    padding: 0 5px 0 10px;
}

.map-link-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
    color: #666666;
}

svg.external-link-icon.wps-ext-link {
    margin-left: 5px;
}

/*map external link end*/

/* Business Info 링크 hover 효과 */
.entry-detail ul li a {
    transition: color 0.3s ease;
}

/* .place-contact .entry-detail ul li a:hover {
    color: #23d3d3 !important;
} */

/* 특정 아이콘과 함께 있는 링크들의 hover 효과 */
/* .place-contact .entry-detail ul li a:hover i {
    color: #23d3d3 !important;
} */



/* 줌 컨트롤 숨김 */
.gm-bundled-control .gm-control-active[aria-label="Zoom in"],
.gm-bundled-control .gm-control-active[aria-label="Zoom out"] {
    display: none !important;
}

/* 스트리트뷰 아이콘 숨김 */
.gm-svpc,
.gm-style-mtc,
button[title*="Street"] {
    display: none !important;
}

/* “My location” 버튼 숨김 */
div[title="My location"] {
    display: none !important;
}



/* 카메라 컨트롤  */
gmp-internal-camera-control.gmnoprint {
    display: none;
}


/* 전체화면 버튼 */
.gm-fullscreen-control {
    display: block !important;
}


/* sss */

/* .single-place aside#secondary {
    display: none;
} */

.place-booking.booking-info .entry-heading {
    /* display: none; */
    margin-bottom: -20px;
}

/* .added i.la.la-bookmark.large {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
} */
.fa-bookmark {
    font-size: 18px;
}

p.wps_chara_alert {
    text-transform: capitalize;
    color: red;
    font-weight: 700;
    margin: 0;
}

span.place-featured.wps-sponsored {
    background-color: #23d3d3 !important;
    /* left: 100px !important; */
}

.entry-detail.wrper-sponsored .wps-sponsored {
    left: 100px !important;
}

/* .icon-heart i.large {
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
} */

/* a.golo-add-to-wishlist {
    color: #23d3d3 !important;
} */

.wps-wrapper-badge {
    display: flex;
    gap: 25px;
    margin-right: 10px;
}

.page-control .form-select i {
    display: none;
}

#submit_place_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 10px;
}



.area-places .place-inner {
    cursor: pointer;
}

.user-dashboard-heading {
    display: none;
}

.place-item a.entry-category {
    display: none;
}


.golo-ajax-search .area-search.form-field,
.golo-ajax-search .form-field.input-field {
    display: block;
}

.golo-ajax-search.layout-04 {
    z-index: 9999 !important;
}

.ktg-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    /* background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.ktg-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ktg-menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ktg-menu li {
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
}

.ktg-menu li:hover {
    color: #23d3d3;
}

.ktg-mega-menu {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 60vw;
    height: 45vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ktg-menu li:hover .ktg-mega-menu {
    opacity: 1;
    visibility: visible;
}

.ktg-mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.ktg-mega-menu li {
    color: #333;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.2s ease;
    text-align: center;
    background-color: #f9f9f9;
}

.ktg-mega-menu li:hover {
    color: #23d3d3;
    background-color: #f0f8f8;
    border-color: #23d3d3;
}

.ktg-search-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #777777;
    position: relative;
    z-index: 10000;
}

.ktg-search-icon:hover {
    color: #23d3d3;
    transform: scale(1.1);
}

.ktg-search-box {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-88%) scale(0.5);
    transform-origin: right center;
    width: 320px;
    height: 50px;
    min-height: 50px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    overflow-y: scroll;
    overflow-x: clip;
}

.ktg-search-box::-webkit-scrollbar {
    display: none;
}

.ktg-search-box.expanded {
    height: auto;
    min-height: 300px;
    width: 320px;
    border-radius: 25px;
    align-items: flex-start;
    padding: 0 20px 25px 20px;
}

.ktg-search-input {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    border: none;
    outline: none;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.ktg-search-input::placeholder {
    color: #999;
}

.ktg-search-buttons {
    position: absolute;
    top: 60px;
    left: 40px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0 10px 0 10px;
}

.ktg-search-buttons-label {
    font-family: 'Jost', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-align: left;
    margin-bottom: 4px;
}

.ktg-search-buttons-row {
    display: flex;
    gap: 16px;
}

.ktg-search-box.expanded .ktg-search-buttons {
    opacity: 1;
    visibility: visible;
}

.ktg-search-button {
    padding: 4px 12px;
    border: 1px solid #111111;
    border-radius: 20px;
    background-color: white;
    color: #111111;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.ktg-search-button:hover {
    background-color: #111111;
    color: white;
    border-color: #111111;
}


.ktg-search-icon:hover~.ktg-search-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(-92%) scale(1);
}

.ktg-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

.ktg-search-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.ktg-search-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-92%) scale(1);
}

.elementor-place-search.ktg-layout-04,
.elementor-place-search.ktg-layout-04>.golo-ajax-search {
    width: fit-content !important;
    min-width: unset !important;
    max-width: unset !important;
}

.block-search.layout-04 .area-search {
    background: transparent !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.ktg-search-buttons-row {
    display: block !important;
}

.golo-ajax-search.layout-04 .area-result ul li:not(.ktg-search-item) a {
    padding: 2px 12px !important;
    border: 1px solid;
    border-radius: 50px;
}

.ktg-search-buttons-row ul.custom-scrollbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 5px;
}

.golo-ajax-search * {
    box-sizing: border-box;
}

.ktg-menu-mobile-btn {
    width: 37px;
    height: 37px;
}

.ktg-menu-mobile-btn svg {
    width: 100%;
    height: 100%;
}

.ktg-layout-04 .ktg-search-items-list {
    display: block !important;
}

.ktg-layout-04 .ktg-search-items-list .ktg-search-item {
    display: block;
    width: 85%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border: none !important;
    /*     border-bottom: 1px solid #e7e7e7; */
}

.ktg-layout-04 .ktg-search-items-list .ktg-search-item a {
    padding: 0 !important;
    border: none !important;
}


.formClaim .form-media input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.formClaim label span.name {
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    border-radius: 20px;
    background-color: #ededed;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.formClaim label span.name:before {
    /* content: ""; */
    content: "\f03e";
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    vertical-align: -2px;
}

#popup-form.popup-account .addon-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 3px;
}

.ktg-social-logins-shortcode-wrapper .theChampLogin {
    height: fit-content !important;
    width: fit-content !important;
    background-color: transparent !important;
    margin: 0 !important;
}

.ktg-social-logins-shortcode-wrapper .theChampLoginSvg {
    background: none !important;
    display: inline !important;
    line-height: 0.5;
    font-style: normal !important;
}

.ktg-social-logins-shortcode-wrapper .theChampLoginSvg.theChampRedditLoginSvg {
    color: #FF5700;
}

.ktg-social-logins-shortcode-wrapper>div,
.ktg-social-logins-shortcode-wrapper .the_champ_login_container {
    display: inline-block !important;
    margin: 0 !important;
    float: none !important;
}

.ktg-social-logins-shortcode-wrapper .the_champ_login_ul {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.ktg-social-logins-shortcode-wrapper .the_champ_login_ul>li {
    line-height: 0 !important;
    float: none !important;
}


#TB_window {
    width: 500px !important;
    height: 350px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: calc((100% / 2) - 250px) !important;
    left: calc((100% / 2) - 250px) !important;
    padding: 10px;
    border-radius: 25px;
}

#TB_window #TB_ajaxWindowTitle {
    float: unset !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
    font-size: 27px;
    text-transform: capitalize;
}

#TB_window #TB_title {
    height: fit-content;
    margin-bottom: 15px;
    padding: 15px 0 10px 0;
}

#TB_window #TB_ajaxContent {
    width: 100% !important;
    height: fit-content !important;
    text-align: center;
}

#TB_window #TB_ajaxContent input {
    width: 100% !important;
}

#TB_window #TB_ajaxContent button {
    background-color: #23d3d3;
    font-size: 16px;
    transition-duration: 0.3s;
    border: 1.5px solid #23d3d3;
    border-radius: 25px;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
}

#TB_window #TB_ajaxContent button:hover {
    color: #23d3d3;
    background-color: #fff;
}

#TB_window #TB_closeWindowButton {
    top: 12px !important;
    right: 7px !important;
}

.ktg-social-logins-shortcode-wrapper .heateor_ss_sl_optin_container {
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
}


/* //////Review CSS/////// */

p#review-note-min-85 {
	margin-bottom:0px !important;
}



.upload-receipt-wrapper {
    position: relative;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.upload-receipt-wrapper.form-media .golo-submit-place-rating {
    margin-top: 0px !important;
}

.upload-receipt-button {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #F5F5F5;
    border: none;
    border-radius: 50%;
    color: #2d2d2d;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-left: 10px;
    margin-top: 5px;
}

.upload-receipt-button svg {
    width: 20px;
    height: 20px;
}

.receipt-tooltip {
    position: absolute;
    top: 0px;
    right: -14px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #5d5d5d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
}

.receipt-tooltip-text {
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    margin-bottom: 8px;
    background-color: #2d2d2d;
    color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 20;
    min-width: 180px;
}

.receipt-tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2d2d2d;
}

.update-buttons-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.receipt-tooltip:hover .receipt-tooltip-text {
    opacity: 1;
    visibility: visible;
    font-style: italic;
}

/* //////Review CSS/////// */



@media (max-width: 1024px) {
    .ktg-menu-container.active {
        display: block !important;
    }

    .ktg-search-icon-wrap {
        display: none !important;
    }

    .ktg-menu-container.active .ktg-search-box {
        visibility: visible;
        opacity: 1;
        top: 30px;
        left: 0;
        transform: unset;
        width: 100% !important;
        height: 100%;
    }

    .ktg-layout-04.active {
        width: 100% !important;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .ktg-layout-04.active .golo-ajax-search {
        /*         padding-top: 50px; */
        background: #fff;
    }

    .ktg-layout-04.active .golo-ajax-search {
        width: 100% !important;
        height: 100%;
    }

    .ktg-layout-04.active .ktg-menu-container {
        height: 100vh !important;
    }

    .ktg-layout-04.active .ktg-search-buttons {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .ktg-layout-04.active .area-search.form-field {
        border-radius: 0 !important;
    }

    .ktg-layout-04.active .ktg_close_btn {
        display: block !important;
    }

    .ktg-layout-04.active .ktg-search-box {
        border-radius: 0px;
    }

    .ktg-layout-04 .ktg-search-box {
        max-width: 380px;
        box-shadow: unset;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .ktg-layout-04.active ul.custom-scrollbar {
        flex-direction: column;
    }

    .ktg-layout-04.active .layout-04 {
        padding: 20px;
    }

    .ktg-layout-04.active .ktg-menu-mobile-btn {
        visibility: hidden !important;
    }

    .ktg-layout-04.active .ktg-menu-mobile-btn,
    .ktg-layout-04.active svg {
        transition: all 0s ease !important;
    }

    .ktg-layout-04.active span.ktg_close_btn {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0px !important;
        right: 0px;
        z-index: 99999;
    }

    .ktg-layout-04.active .input-search {
        font-size: 20px !important;
    }

    .ktg-layout-04 .area-search.form-field {
        display: flex !important;
        align-items: center;
        justify-content: end;
    }

    .ktg-layout-04 .area-search.form-field .ktg-menu-mobile-btn {
        border: 0px;
        background-color: transparent;
    }

    .elementor-place-search.ktg-layout-04,
    .elementor-place-search.ktg-layout-04>.golo-ajax-search {
        min-width: unset !important;
    }

    .ktg-menu-container.active .ktg-search-box {
        left: 0 !important;
        transform: unset !important;
    }

    .ktg-menu-container .ktg-search-box {
        width: unset !important
    }
	
/* 	///////////////anees///////////// */
	
.golo-marker .inner-marker .entry-thumbnail img {
    width: 190px;
    height: 115px;
}	
.gm-style-iw-d {
    width: 190px;
    height: 100%;
}	
	
/* 	///////////////anees///////////// */


}

@media(min-width:1025px) {
    button.ktg-menu-mobile-btn {
        display: none;
    }
}

@media(max-width:550px) {
    .ktg-menu-container.active .ktg-search-box {
        left: 0 !important;
        transform: unset !important;
    }

    .ktg-menu-container .ktg-search-box {
        width: unset !important
    }
}