/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.map-container {
    max-width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.map-container:before {
    content: '';
    background-color: #3a2218;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 1;
    z-index: 100;
    transition: 0.3s all;
}

.map-container.map-ready:before {
    opacity: 0;
}

.map-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.map-container #map {
    width: 100%;
}

.map-pin {
    font-family: "Inter";
    font-size: 13px;
    color: #1E1E1E;
    letter-spacing: 0;
    width: 400px;
    position: fixed;
    left: 20px;
    top: 40px;
    height: calc(100vh - 115px);
    overflow-x: auto;
    z-index: 9999;
    display: none;
}

@media (max-width: 767px) {
    .map-pin {
        width: calc(100vw - 30px);
        left: 15px;
        right: 15px;
        top: 40px;
    }
    .map-pin .map-pin__header {
        flex-wrap: wrap;
    }
}

.map-pin .map-pin__wrap {
    background: #EBEBEB;
    z-index: 10;
    position: relative;
}
.map-pin.popup-map-active {
    display: block;
}
.map-pin strong {
    font-weight: 700;
}
.map-pin .map-pin-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 10;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
@media(max-width: 767px) {
	.map-pin .map-pin-close {
		position: fixed;
		right: 20px;
		top: 50px;
	}
}
.map-pin .map-pin-close:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.map-pin .map-pin-close:before, .map-pin .map-pin-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #333;
}
.map-pin .map-pin-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map-pin .map-pin-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.map-pin .map-pin__image {
    position: relative;
}
.map-pin .map-pin__image img {
    height: 230px !important;
    max-width: 100%;
    contain-intrinsic-size: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
.map-pin .map-pin__image-caption {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 38px;
}
.map-pin .map-pin__body {
    padding: 15px;
}
.map-pin .map-pin__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.map-pin .map-pin__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.map-pin .map-pin__button a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #B1B1B1;
    background-color: #D9D9D9;
    border-radius: 50px;
    text-decoration: none;
    padding: 6px 17px;
    transition: 0.3s all;
}
.map-pin .map-pin__button a:hover {
    background-color: #BB6400;
    color: #fff;
}
.map-pin .map-pin__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.map-pin .map-pin__location svg {
    margin-right: 15px;
}
.map-pin .map-pin__meta-item {
    line-height: 1;
}
.map-pin .map-pin__meta-item + .map-pin__meta-item {
    margin-top: 3px;
}
.map-pin .map-pin__content {
    margin-top: 15px;
    line-height: 1.2;
}
.map-pin .map-pin__meta {
    margin-top: 15px;
}
.map-pin .map-pin__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
}
.map-pin .map-pin__tags a {
    color: #BB6400;
    border-bottom: 1px solid #BB6400;
    text-decoration: none;
    margin-right: 6px;
}
.map-pin .map-pin__tags a:hover {
    color: #000;
    border-color: #000;
}
.map-pin .map-pin__tags a:not(:last-child):after {
    content: ",";
}
.map-pin .map-pin__archive {
    margin-top: 20px;
}
.map-pin .acf-accordion-item {
    margin: 20px -15px -15px;
}
.map-pin .acf-accordion-item .swiper-slide {
    position: relative;
}
.map-pin .acf-accordion-item .swiper-slide:before {
    content: "";
    padding-bottom: 56%;
    display: block;
}
.map-pin .acf-accordion-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.map-pin .swiper-button-next, .map-pin .swiper-button-prev {
    color: #000;
}
.map-pin .swiper-button-next:after, .map-pin .swiper-button-prev:after {
    font-size: 20px;
}

.map-pin__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 1;
}

.open-post-modal path,
.open-post-modal rect,
.open-post-modal polygon,
.open-post-modal polyline {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.open-post-modal:hover path,
.open-post-modal:hover rect,
.open-post-modal:hover polygon,
.open-post-modal:hover polyline {
    fill: #fff;
}

.open-post-modal:hover .st16,
.open-post-modal:hover .st14,
.open-post-modal:hover .st10,
.open-post-modal:hover .st19,
.open-post-modal:hover .st20,
.open-post-modal:hover .st6,
.open-post-modal:hover .st21,
.open-post-modal:hover .st11 {
    stroke: #fff;
}


.elementor-lightbox .swiper .elementor-swiper-button {
    color: hsla(0, 0%, 93%, .9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.elementor-lightbox .swiper .elementor-swiper-button svg {
    width: 1em;
    height: 1em;
}

.map-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3a2218;
}