.explore_map {
    margin-top: 160px;
}
.resort__popup--text--link--url {
}

.resort__popup--text--link--url--separator {
}

.resort__popup--text--link--url:hover .resort__popup--text--link--url--separator {
}

/*postype*/
.location__grid {
    display: flex;
    flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
}

.location__point {
    position: absolute;
    z-index: 2;
	cursor: pointer;
	border-style: none;
    background-color: transparent;
}

.location__grid--map--inner {
    position: relative;
}

.location__grid--posts {
    max-width: 300px;
}

.location__grid--map--inner--img {
    max-height: 650px;
    object-fit: cover;
    min-height: 650px;
	-webkit-mask: 
    linear-gradient(to top,  transparent 10%, #fff 15% 90%, transparent 95%),
    linear-gradient(to left, transparent 10%, #fff 15% 90%, transparent 95%);
  -webkit-mask-size:110% 110%;
  -webkit-mask-position:center;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-composite: source-in;
  mask: 
    linear-gradient(to top,  transparent 10%, #fff 15% 90%, transparent 95%),
    linear-gradient(to left, transparent 10%, #fff 15% 90%, transparent 95%);
  mask-size: 110% 110%;
  mask-position: center;
  mask-repeat:no-repeat;
  mask-composite: intersect;
}

.location__grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.location__grid--posts--cards {
    max-height: 650px;
    min-height: 650px;
    overflow-y: scroll;
	overflow-x: hidden;
}

.location__point--popup {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    height: auto;
    /*box-shadow: 0px 9px 42px rgba(0, 0, 0, 0.2);*/
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.location__point.active .location__point--popup {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
	z-index: 2;
}

.location__point--mark--inner {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;  
	border-style: none;
}

.location__point--mark--inner:hover {
    border: 2px solid var(--secondary-color);
}

.location__point--popup--inner {
    background-color: #f1eade;
}

.location__point--popup--inner--close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1eade;
    border-radius: 50%;
}

.location__point--popup--inner--close svg {
    transition: transform .7s ease-in-out;
    max-width: 15px;
    object-fit: cover;
    max-height: 15px;
}

.location__point--popup--inner--close:hover svg {
    transform: rotate(360deg);
}

.location__point--popup--inner--img img {
    width: 100%;
    max-height: 250px;
    min-height: 250px;
	object-fit: cover;
}

.location__popup--text {
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
    width: 100%;
    background-color: #f1eade;
}

.location__popup--text--name, .location__popup--text--name a {
    font-family: var(--primary-font);
    text-decoration: none !important;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 5px;
    color: black;
}

.location__popup--text--location {
    font-size: 16px;
    line-height: 22.4px;
}

.location__grid--posts--cards--text--cat {
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    text-align: left;
    text-transform: uppercase;
    display: block;
}

.location__grid--posts {
    border: 0.5px solid #ECD3BB;
    padding: 0 10px 0 30px;
}

.location__grid--posts--cards--text--title {
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    text-align: left;
    font-family: var(--headings-font);
    margin: 0;
    padding: 0;
}

.cpt__grid--filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
	max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #959595;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.cpt__grid--filters a {
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2F2E33;
	position: relative;
}

.cpt__grid--filters a svg {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
}

.cpt__grid--filters a:hover svg {
    opacity: 1;
	transition: all 0.3s ease-in-out;
}

.facetwp-facet-map_location_categories .facetwp-radio:after {
    padding: 0 10px;
    border-style: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjkyODYgMy40Mjg1N0MxMS45Mjg2IDMuOTU2OTggMTEuODA5IDQuNDU3NDcgMTEuNTk1NSA0LjkwNDQ3QzEyLjA0MjUgNC42OTA5NiAxMi41NDMgNC41NzE0MyAxMy4wNzE0IDQuNTcxNDNDMTQuOTY1IDQuNTcxNDMgMTYuNSA2LjEwNjQ1IDE2LjUgOEMxNi41IDkuODkzNTUgMTQuOTY1IDExLjQyODYgMTMuMDcxNCAxMS40Mjg2QzEyLjU0MyAxMS40Mjg2IDEyLjA0MjUgMTEuMzA5IDExLjU5NTUgMTEuMDk1NUMxMS44MDkgMTEuNTQyNSAxMS45Mjg2IDEyLjA0MyAxMS45Mjg2IDEyLjU3MTRDMTEuOTI4NiAxNC40NjUgMTAuMzkzNSAxNiA4LjUgMTZDNi42MDY0NSAxNiA1LjA3MTQzIDE0LjQ2NSA1LjA3MTQzIDEyLjU3MTRDNS4wNzE0MyAxMi4wNDMgNS4xOTA5NiAxMS41NDI1IDUuNDA0NDcgMTEuMDk1NUM0Ljk1NzQ3IDExLjMwOSA0LjQ1Njk4IDExLjQyODYgMy45Mjg1NyAxMS40Mjg2QzIuMDM1MDIgMTEuNDI4NiAwLjUgOS44OTM1NSAwLjUgOEMwLjUgNi4xMDY0NSAyLjAzNTAyIDQuNTcxNDMgMy45Mjg1NyA0LjU3MTQzQzQuNDU2OTggNC41NzE0MyA0Ljk1NzQ3IDQuNjkwOTYgNS40MDQ0NyA0LjkwNDQ3QzUuMTkwOTYgNC40NTc0NyA1LjA3MTQzIDMuOTU2OTggNS4wNzE0MyAzLjQyODU3QzUuMDcxNDMgMS41MzUwMiA2LjYwNjQ1IDAgOC41IDBDMTAuMzkzNSAwIDExLjkyODYgMS41MzUwMiAxMS45Mjg2IDMuNDI4NTdaIiBmaWxsPSIjNkE4NzQ1Ii8+Cjwvc3ZnPgo=)!important;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    bottom: -35px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -0%);
}

.facetwp-facet-map_location_categories .facetwp-radio {
   position: relative;
}
.facetwp-facet-map_location_categories .facetwp-radio:hover:after {   
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.facetwp-facet-map_location_categories .facetwp-radio.checked:after{
    opacity: 1;
}

/*new*/
.location__grid--posts--cards--text--description {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

.cpt-grid__posts {
    max-height: 80rem;
    overflow-y: scroll;
}

.loop-neighborhood {
    padding: 2.4rem 1rem;
    border-bottom: 0.5px solid #3D2812;
}
.loop-neighborhood .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cpt-grid__map__position__description {
    position: absolute;
    left: 30px;
    top: 0;
    min-width: 15rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: 1px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cpt-grid__map__position {
    position         : absolute;
    width            : 21px;
    height           : 21px;
    background-color : 1px solid var(--secondary-color);
    border-radius    : 50%;
    cursor           : pointer;
    z-index          : 10;
    &:hover {
        width  : 30px;
        height : 30px;
    }
}

.cpt-grid__map__position__description {
    padding: 0!important;
    width: 460px;
}

.cpt-grid__map__position {
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    cursor: pointer;
    transition: width 0.3s, height 0.3s, transform 0.3s;
    &:hover {
        width  : 30px;
        height : 30px;
        transform: translate(-5px, -5px);
    }
}

.cpt-grid__map__position.active .cpt-grid__map__position__description {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}

.facetwp-type-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .facetwp-radio {
    margin: 2px;
    background-image: none!important;
}

.facetwp-radio {
    background: url(../images/radio.png) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

body .facetwp-radio {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: .24px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.btn-outline, body .facetwp-radio {
    border-color: #3D2812;
    background-color: transparent;
    color: #3D2812;
}

.cpt-grid--neighborhood .cpt-grid__posts {
    position: relative;
    padding: 0 20px 7rem 1rem;
    border: 0.5px solid #3D2812;
    background-color: #fff;
    height: 100%;
    max-height: 69rem;
    overflow: auto;
    z-index: 2;
}

.cpt-grid--neighborhood .cpt-grid__pagination {
    position: absolute;
    padding: 0 3rem 0 1rem;
    /*width: calc(100% - 3.2rem);*/
    bottom: 1px;
    /*height: 7rem;*/
    z-index: 2;
    padding-top: 20px;
}

img.cpt-grid__map__img {
    -webkit-mask: linear-gradient(to top, transparent 10%, #fff 15% 90%, transparent 95%), linear-gradient(to left, transparent 10%, #fff 15% 90%, transparent 95%);
    -webkit-mask-size: 110% 110%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: source-in;
    mask: linear-gradient(to top, transparent 10%, #fff 15% 90%, transparent 95%), linear-gradient(to left, transparent 10%, #fff 15% 90%, transparent 95%);
    mask-size: 110% 110%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

.cpt-grid__filters {
    padding: 0 var(--lateral-gap);
    max-width: calc( 1920px - 80px);
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #959595;
}

.cpt-grid--map_location .facetwp-facet {
    margin-bottom: 20px!important;
}

.facetwp-counter {
    display: none;
}

.facetwp-facet-map_location_categories .facetwp-radio .facetwp-display-value, .facetwp-facet-map_location_categories .facetwp-radio {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #959595;
    text-transform: none;
}

.facetwp-facet-map_location_categories .facetwp-radio.checked .facetwp-display-value, .facetwp-facet-map_location_categories .facetwp-radio.checked {
    color: #2F2E33;
}

.facetwp-facet-map_location_categories .facetwp-radio {
    padding: 0 10px;
    border-style: none;
}

.cpt-grid--neighborhood .cpt-grid__posts {
    border: 0.5px solid #A67E51;
    background-color: transparent;
}

.cpt-grid--neighborhood .facetwp-pager {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cpt-grid--map_location {
}

.resort__map--content--inner {
    text-align: center;
}

.resort__popup--text--link {
    margin-top: -6px;
}

.resort__map--content--inner--heading {
    font-size      : 54px;
    font-weight    : 400;
    line-height    : 49px;
    letter-spacing : -0.02em;
    text-align     : center;
    font-family    : var(--headings-font);
    margin: 0 0 1.5em 0;
}

.explore_map .race-filters--list {
    border-style: none!important;
}

.cpt-grid__pagination.a-up {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
}

.cpt-grid__pagination.a-up .map-location-pagination_action {
    font-size: 18px!important;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: var(--primary-font);
    color: var(--primary-color);
}
/**
***responsive
**/

@media only screen and (min-width: 769px){

    .cpt-grid__pagination {
        margin-top: 6rem;
    }    

    .cpt-grid--neighborhood .cpt-grid__pagination {
        right: 0;
        width: 340px;
    }

    .cpt-grid--neighborhood .cpt-grid__posts {
        position: absolute;
        top: 0;
        right: 0;
        border-right: none;
        width: 350px;
        height: 100%;
        max-height: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
    }

    .cpt-grid__map__inner {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        max-height: 80rem;
        text-align: left;
    }

    .cpt-grid__map {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }    

    .cpt-grid__inner {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5rem auto;
        padding-right: 350px;
        text-align: center;
    }    
    .cpt-grid__map__inner {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        max-height: 80rem;
        text-align: left;
    }

    .cpt-grid__map {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }

    .cpt-grid--neighborhood {
        text-align: center;
    }

    .cpt-grid--neighborhood {
        text-align: center;        
        margin-right: auto;
        margin-left: auto;
        padding: 0 var(--lateral-gap);
        max-width: calc( 1920px - 80px);
    }

    .cpt-grid__map__img {
        width: auto;
        height: 100%;
        max-height: 80rem;
    }

}

@media only screen and (min-width: 1440px){

    .cpt-grid__map {
        margin-left: 0;
    }

    .cpt-grid--neighborhood .cpt-grid__pagination {
        right: 1px;
        width: 340px;
    }    

}

@media only screen and (max-width: 999px){
    .cpt {
        display: none;
    }
}