.point-list{
    display: none;
    margin-bottom: 0;
}

.category-description [data-content-type="html"]:first-of-type{
    position: relative;
}

.destinations-list.category{
    overflow: hidden;
}

.destinationmap .sectiontitle {
    font-size: 1.2rem;
    margin: 50px 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
    line-height: 1.4;
}

.destinationmap .sectiontitle::after{
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    background: #af936c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin: 20px auto 0 auto;
    position: initial;
}

.destinationmap .sectiontitle .smaller{
    display: block;
    color: #4d4d4f;
    font-weight: 400;
    font-size: .8rem;
    margin-top: 10px;
}

.destinationmap .mapboxgl-popup-content{
    padding: 0;
    width: 266px;
}

.destinationmap .mapboxgl-popup-content .button.secondary {
    border: 1px solid #af936c;
    max-width: 120px;
    color: #242424;
    font-size: 11px;
    border-width: 2px;
    display: block;
    margin: 0 auto 24px;
    padding: 9px 0;
    letter-spacing: 2px;
    background-color: transparent;
    font-family: "Garamond Premier Pro", Arial, sans-serif;
    font-weight: 100;
}

.destinationmap .mapboxgl-popup-content .button.secondary:hover{
    text-decoration: none;
    background: #af936c;
    border-color: #af936c;
}

.destinationmap .mapboxgl-popup-content .description{
    font-family: garamond-premier-pro, serif;
    padding: 0 15px;
}

.destinationmap .mapboxgl-popup-content .description p{
    margin-bottom: 23px;
    line-height: 1.7;
    text-align: center;
    font-size: 0.9rem;
    padding: 5px;
}

.destinationmap .mapboxgl-popup-close-button{
    right: 7px;
    top: 5px;
    color: #eee;
    font-size: 4rem;
    font-weight: 200;
}

.destinationmap .mapboxgl-popup-close-button:hover{
    border: 0;
    background: none;
}

.destinationmap .mapboxgl-popup-anchor-top .mapboxgl-popup-tip{
    display: none;
}

.destinations-list-wrapper .cat-title{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: garamond-premier-pro, serif;
    font-size: 1.5rem;
    background: rgba(30, 30, 30, 0.95);
    margin-bottom: 0;
    padding: 40px 0;
}

.destinations-list-wrapper .smaller{
    padding-bottom: 7px;
}

.destinations-list .list-pin-and-name-wrapper{
    display: flex;
    align-items: center;
}

.destinations-list-wrapper{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    width: 350px;
}

.destinations-list-wrapper div[data-content-type="text"]{
    text-align: center;
    color: #fff;
    font-family: garamond-premier-pro, serif;
    padding: 34px 0;
}

.destinations-list{
    height: 320px;
    overflow: hidden;
    overflow-y: auto;
    cursor: pointer;
    background: rgba(30, 30, 30, 0.95);
}

.destinations-list li, .destinations-list .map-category{
    position: relative;
    background: rgba(30, 30, 30, 0.95);
    color: #ae946c;
    margin: 0;
    font-size: .92857rem;
    text-align: left;
    padding: 17px 20px;
    border-top: 1px solid #3a3a39;
    display: block;
    font-weight: 600;
}

.destinations-list .map-category, .destinations-list .back-to.js-generated{
    text-transform: uppercase;
}

.destinations-list li:hover, .destinations-list .map-category:hover, .destinations-list .back-to.js-generated, .destinations-list li:hover .list-pin{
    color: #fff;
}

.destinations-list li:hover .list-pin{
    border-color: #fff;
}

.destinations-list .map-category:hover:after{
    content: url('../images/arrow-right-white.svg');
}

.destinations-list .back-to.js-generated:hover {
    color: #ae946c;
}

.destinations-list .back-to.js-generated:hover::before {
    content: url('../images/arrow-left-yellow.svg');
}
.destinations-list .map-category:after{
    content: url('../images/arrow-right-yellow.svg');
    display: inline-block;
    padding-left: 10px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    line-height: 45px;
    margin-top: -23px;
    top: 50%;
    font-size: 15px;
}

.destinations-list .point-list .list-name{
    font-style: normal;
}


.destinations-list .back-to.js-generated:before{
    content: url('../images/arrow-left-white.svg');
    width: 15px;
    margin-left: 9px;
    margin-right: 25px;
}

.destinations-list .back-to.js-generated div{
    display: inline-block;
}

.destinations-list .list-pin{
    background: none;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 26px;
    border-radius: 100%;
    border: 2px solid #ebce90;
    font-size: .78571rem;
    color: #ebce90;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .destinations-list-wrapper{
        width: 100%;
        top: unset;
        transform: none;
        bottom: 0;
        z-index: 10;
        left: 0;
    }
    .destinations-list-wrapper .cat-title{
        padding: 20px 0;
        font-size: 1rem;
    }
    .destinations-list-wrapper{
        display: flex;
        flex-direction: column-reverse;
        height: 380px;
        overflow: hidden;
    }
    .destinations-list {
        opacity: 0;
        transition: all 0.6s;
        height: 0px;
    }
      
    .destinations-list.active {
        opacity: 1;
        transform: translate(0, 0);
        height: 320px;
    }

    .destinations-list-wrapper.open .cat-title:after{
        content: url('../images/arrow-down.svg');
        font-weight: bold;
    }
    
    .destinations-list-wrapper.close .cat-title:after{
        content: url('../images/arrow-up.svg');
    }
    
    .destinations-list-wrapper .cat-title:after{
        float: right;
        margin-right: 20px;
        width: 10px;
    } 
}

@media only screen and (min-width: 768px) {
    .destinations-list-wrapper .smaller{
        display: block;
    }
    .destinations-list-wrapper .smaller{
        font-size: .85714rem;
    }

}

.destinationmap {
	position: relative;
	top: auto;
	overflow: hidden;
	margin-top: 0px !important;
	@include breakpoint(large) { margin-top: mzzap-get($header-size, 'large'); }

	.MapContainer {
		width: 100%;
		max-width: none;
		height: 681px;
		border-left: 0;
		padding-top: 0;
		@media screen and (max-width: map-get($breakpoints,'medium')) and (orientation: landscape) { height: 270px; }
		@include breakpoint(medium) { height: 681px; }
	}
	.MapContainer .mapDiv {
		min-height: 681px;
		@media screen and (max-width: map-get($breakpoints,'medium')) and (orientation: landscape) { min-height: 270px; }
		@include breakpoint(medium only) { margin-left: 315px; width: auto; }
		@include breakpoint(medium) { height: 681px; }
	}

	.MapContainer .mapDiv .trump-destination-marker {
		background: url("../images/map-destination-pin.svg") no-repeat scroll 0 0 transparent;
		height: 47px;
		width: 40px;
		text-indent: 0;
		white-space: normal;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
	}

	.MapContainer .mapDiv .trump-property-marker {
		background: url("../images/map-home.svg") no-repeat scroll 0 0 transparent;
		height: 47px;
		width: 40px;
		text-indent: 0;
		white-space: normal;
	}

    .MapContainer .mapDiv .trump-property-marker svg{
        display: none;
    }
}