/* ------------------------------ */
/* ----------- Mapbox ----------- */
/* ------------------------------ */


/* Header */
.site_cover--map .section__map {
    display: block;
    height: 100%;
    width: 100%;
}


/* General */
.mapboxgl-map {
    font: unset;
    font-family: 'Overpass', sans-serif;
}

.mapboxgl-popup-content {
    position: relative;
    background: #eb1c74;
    box-shadow: 0 0 25px 0 rgba(108, 59, 16,.15);
    pointer-events: auto;
}

.mapboxgl-popup-content__info {
    padding: 20px 22px 22px;
}

.mapboxgl-popup h3, .mapboxgl-popup p, .mapboxgl-popup a {
    color: #ffffff;
}

.mapboxgl-popup h3 {
    font-family: 'Overpass', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    transition: .5s;
}

.mapboxgl-popup p {
    margin-bottom: .4rem;
    line-height: 1.6;
}

.mapboxgl-popup a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Overpass', sans-serif;
    line-height: 1.65;
}

.mapboxgl-popup a::before, .mapboxgl-popup a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
}

.mapboxgl-popup a::before {
    width: 100%;
    background-color: rgba(255,255,255,.15);
}

.mapboxgl-popup a::after {
    width: 0;
    background-color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mapboxgl-popup a:hover::after {
    width: 100%;
}

.mapboxgl-popup-close-button {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    width: 12px;
    height: 12px;
    background-color: transparent;
    cursor: pointer;
    text-indent: -3000000px;
    transition: opacity .5s;
}

.mapboxgl-popup-close-button::before, .mapboxgl-popup-close-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.mapboxgl-popup-close-button::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.mapboxgl-popup-close-button::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.mapboxgl-popup-close-button:hover {
    opacity: .7;
}

.mapboxgl-popup-tip {
    position: relative;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    z-index: 1;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: #eb1c74;
    top: -1px;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-bottom-color: #eb1c74;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    border-bottom-color: #eb1c74;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: #eb1c74;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: #eb1c74;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    border-top-color: #eb1c74;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #eb1c74;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #eb1c74;
    right: -1px;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #eb1c74;
    left: -1px;
}

.mapboxgl-ctrl-group {
    border-radius: 5px;
}

.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: none;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
    float: right;
    background: none;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group button {
    position: relative;
	display: block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
	background-color: #eb1c74;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
    border-color: transparent;
    cursor: pointer;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group button + button {
    border-top: 1px solid rgb(255 255 255 / 50%);
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl button .mapboxgl-ctrl-icon {
    display: none;
}

button.mapboxgl-ctrl-zoom-in::before, button.mapboxgl-ctrl-zoom-in::after, .mapboxgl-ctrl-zoom-out::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 2px;
    background-color: #ffffff;
}

button.mapboxgl-ctrl-zoom-in::before, .mapboxgl-ctrl-zoom-out::before {
    transform: translate(-50%, -50%);
}

button.mapboxgl-ctrl-zoom-in::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl button:not(:disabled):hover .mapboxgl-ctrl-icon,
.mapboxgl-ctrl.mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-inner a:hover {
   opacity: .7;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-inner a:hover {
    text-decoration: none;
 }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl button:disabled {
    opacity: .5;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    padding: 8px 8px 6px;
    margin: 0;
}

.mapboxgl-ctrl-attrib-inner {
    display: flex;
    line-height: 1;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-inner a {
    transition: .5s;
    font-size: 11px;
    font-weight: normal;
}

.mapboxgl-ctrl-attrib a:hover {
    text-decoration: none;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib .mapboxgl-ctrl-attrib-inner a + a {
    margin-left: 12px;
}

a.mapboxgl-ctrl-logo {
    height: 19px;
    width: 74px;
    margin: 5px;
}

.mapboxgl-scroll-zoom-blocker {
    opacity: 0;
    display: none;
}

.mapboxgl-touch-pan-blocker {
    z-index: 10;    
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 1400px) {


}


@media all and (min-width: 768px) {

    .mapboxgl-popup h3 {
        font-size: 19px;
    }
    
    .mapboxgl-popup p {
        font-size: 20px;
    }

    .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
        margin: 0 15px 5px 0;
    }

}


@media all and (max-width: 1599.98px) and (min-width: 1400px) {

    .mapboxgl-popup {
        max-width: 340px !important;
    }

}


@media all and (max-width: 1279.98px) and (min-width: 992px) {



}


@media all and (max-width: 991.98px) and (min-width: 768px) {



}


@media all and (max-width: 767.98px) {

    .mapboxgl-popup h3 {
        font-size: 18px;
    }

    .mapboxgl-popup p {
        font-size: 19px;
    }

    .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
        margin: 0 10px 10px 0;
    }


    /* Compact */
    .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
        padding: 0;
    }

    .mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact {
        display: inline-block;
        height: 28px;
        min-width: 30px;
        float: right;
        border-radius: 0;
        background-color: transparent;
    }

    .mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding: 8px 8px 9px;
        padding-right: 30px;
        visibility: visible;
        background-color: #ffffff;
    }

    .macos .mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact-show, .ios .mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding-top: 9px;
        padding-bottom: 8px;
    }

    .mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
        display: flex;
    }

    .mapboxgl-ctrl-attrib-button {
        top: 1px;
        height: 28px;
        width: 28px;
        background-size: 24px;
        padding: 0 !important;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E") !important;
        background-size: 24px !important;
        background-position: center;
        background-color: transparent;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
        background-color: transparent;
    }

    .mapboxgl-ctrl-attrib-button:hover {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E") !important;
        background-size: 24px !important;
        background-position: center;
        background-color: transparent;
    }

}