/* 
Author: Mykola Stelnyk
Author URI: https://stelnyk.com/
Version: 0.0.1
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.map-filter #map {
    height: 100%;
    width: 100%;
}

.map-filter .row {
    display: flex;
    flex-direction: var(--map-position);
    justify-content: center;
    height: var(--height);
}

.map-filter .columnT {
    width: calc(100% - var(--width-mapcol));
    height: var(--height);
    padding-left: 0.2%;
}

.map-filter .columnM {
    width: var(--width-mapcol);
    height: var(--height);
}

.map-filter .columnT{
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.map-filter .selected {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0) -webkit-animation-name:buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.81s;
    animation-duration: 0.81s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@keyframes buzz-out { 9% { -webkit-transform: translateX(5px) rotate(3deg); transform: translateX(5px) rotate(3deg) } 19% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-3deg) } 29% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg) } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg) } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg) } 58% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg) } 67% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg) } 79% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg) } 89% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0) } 99% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0) } }


.map-filter img.main {
    width: 100%;
    display: block;
}

.map-filter .marker-block {
    width: 250px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.map-filter .bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.map-filter .top,.map-filter .bottom{
    background: rgba(0,0,0,0.36);
    color: #fff;
    padding: 5px 10px;
    font-family: Lato,"Open-Sans" !important;
}

.map-filter .gm-style-iw-d{
    margin-right: -6px;
}

.map-filter #divText {
    width: 23%;
    height: 60px;
    border: 2px solid #CD2626;
    padding: 10px;
    margin-top: 10px;
}

html .map-filter  .esg-grid .mainul li.eg-eastwind-wrapper {
    position: unset !important;
    float: left;
    margin: 0.3% !important;
    opacity: unset;
}

.map-filter .esg-overflowtrick, .map-filter .mainul{height: auto!important;}

.map-filter  a.elementor-icon {
    height: 220px;
}
@media  (min-width: 768px) {
    .map-filter .elementor-59 .elementor-element.elementor-element-bd9092b {
        overflow: hidden;
    }
}
/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
   
 }
             /* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
   
}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
    .map-filter .row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        height: 100%;
    }
    .map-filter .columnT {
        width: 100%;
        overflow: auto;
        height: fit-content;
    }
    .map-filter .columnM{display: none;}
    .map-filter .page-template-map-filter a.elementor-icon {
        height: unset;
    }
  
}
/* // Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) { 
    
}
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  
}