@media all and (min-width: 769px){
    .col-4-section .tile {
        margin-right: 24px;
        width: calc((100% - 72px) / 4);
    }
}
footer{
	margin-top: 0;
}
@media all and (max-width: 768px){
	.single-tlp_estate .to-top-button{
		display: none !important;
	}
}

/*--------- Top Section ---------*/

.estate-top-section{
	padding-bottom: 116px;
	padding-top: 125px;
}
.estate-page-title-price{
    margin-bottom: 19px;
}
.estate-page-description{
    margin-bottom: 110px;
	margin-top: 62px;
}
@media all and (max-width: 1024px){
	.estate-page-title-price {
	    font-size: 12px;
	}
}
@media all and (max-width: 768px){
	.estate-top-section{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.estate-page-title-block.centered{
		text-align: left;
	}
	.estate-page-title-price {
	    font-size: 10px;
	}
	.estate-page-title-price:before{
		content: 'Guide - ';
	}
	.estate-page-title.h1-subtitle{
		font-weight: 400;
	}
	.estate-page-description{
		font-size: 15px;
		margin-bottom: 42px;
		margin-top: 37px;
        max-width: 90%;
	}
	.estate-featured-image {
	    height: 123vw;
	    position: relative;
	}
	.estate-featured-image img{
	    height: 100%;
	    left: 0;
	    object-fit: cover;
	    object-position: center;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
}

/*--------- Credits Section ---------*/

.estate-details{
	margin-bottom: 135px;
    overflow: hidden;
}
.estate-details-line{
	display: flex;
    justify-content: space-between;
}
.estate-details-line:not(:last-of-type) {
    margin-bottom: 107px;
}

.details-left{
	width: 49%;
}
.estate-details-tags-row{
	margin-bottom: 30px;
}
.estate-details .tile-tag{
	margin-right: 1px;
}
.estate-details .tile-tag:hover{
    background-color: #7C1913;
    border-color: #7C1913;
    color: #fff;
}
.estate-details-title {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.estate-details-specs {
    margin-bottom: 38px;
}


.estate-details .item-specs {
    margin-top: 6px;
}
.estate-details .spec{
    font-size: 16px;
    margin-right: 9px;
}
.estate-details .spec:before{
	background-size: 24px;
	height: 24px;
	width: 24px;
}
.estate-details .spec-bedrooms:before{
	background-image: url('../images/otm_icons/beds-black.svg');
}
.estate-details .spec-bathrooms:before{
	background-image: url('../images/otm_icons/bathrooms-black.svg');
}
.estate-details .spec-cars:before{
	background-image: url('../images/otm_icons/car-spots-black.svg');
}
.estate-details .spec-offices:before{
	background-image: url('../images/otm_icons/office-black.svg');
}
.estate-details .spec.spec-landsize{
    font-size: 14px;
    letter-spacing: -0.02em;
}
.meters {
    margin-left: -0.2em;
}
.square{
    font-size: 9px;
    position: relative;
    top: -4px;
    left: -1px;
}
.estate-details-landsize {
    margin-bottom: 31px;
}


.estate-details-features{
    margin-bottom: 15px;
}
.estate-feature{
	background-size: 24px;
    display: inline-block;
    height: 24px;
    margin: 4px 2px 4px 0;
    overflow: hidden;
    position: relative;
    width: 24px;
} 
.estate-feature:before{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.feature-swimming-pool:before{
	background-image: url('../images/otm_icons/pool-black.svg');
}
.feature-seaview:before{
	background-image: url('../images/otm_icons/seaview-black.svg');
}
.feature-tennis-court:before{
	background-image: url('../images/otm_icons/tennis-court-black.svg');
}
.feature-gym:before{
	background-image: url('../images/otm_icons/gym-black.svg');
}
.feature-outdoor-area:before{
	background-image: url('../images/otm_icons/outdoor-entertaining-black.svg');
}
.feature-fireplace:before{
	background-image: url('../images/otm_icons/fireplace-black.svg');
}
.feature-wine-cellar:before{
	background-image: url('../images/otm_icons/wine-cellar-black.svg');
}
.feature-cinema:before{
	background-image: url('../images/otm_icons/cinema-black.svg');
}
.feature-solar-power:before{
	background-image: url('../images/otm_icons/solar-power-black.svg');
}
.feature-internal-lift:before{
	background-image: url('../images/otm_icons/elevator-black.svg');
}
.feature-pool-house:before{
	background-image: url('../images/otm_icons/pool-house-black.svg');
}
.feature-orchard:before{
	background-image: url('../images/otm_icons/orchard-black.svg');
}
.feature-sauna:before{
	background-image: url('../images/otm_icons/sauna-black.svg');
}
.feature-direct-beach:before{
	background-image: url('../images/otm_icons/direct-beach-access-black.svg');
}
.feature-private-lift:before{
	background-image: url('../images/otm_icons/private-lift-black.svg');
}
.feature-360-views:before{
	background-image: url('../images/otm_icons/360-views-black.svg');
}
.feature-ornamental-lake:before{
	background-image: url('../images/otm_icons/ornamental-lake-black.svg');
}
.feature-study:before{
	background-image: url('../images/otm_icons/office-black.svg');
}

.estate-details .spec-landsize{
	display: block;
}
.estate-details .spec-landsize:before{
	display: none;
}

.estate-details-inspections{
	margin-bottom: 23px;
}
.estate-details-inspections .estate-details-value{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.product-details-title{
	font-size: 18px;
}
.details-right{
	font-size: 14px;
	font-weight: 300;
    line-height: 22px;
    position: relative;
    width: 48.7%;
}
.estate-text-description{
	margin-bottom: 32px;
}
.estate-bullet-points-list li {
    margin-bottom: 0.7em;
    padding-left: 0.8em;
    position: relative;
}
.estate-bullet-points-list li:before{
	content: '- ';
	display: block;
	left: 0;
    position: absolute;
}

.estate-contact-title{
    font-size: 18px;
    letter-spacing: -0.02em;
}
.credits-team-logo{
	display: inline-block;
    max-width: 45%;
    vertical-align: top;
    padding-left: 30px;
    margin-top: 3px;
}
.estate-socials-block{
	display: inline-block;
    max-width: 45%;
    vertical-align: top;
}
.credits-socials {
    margin-top: 9px;
}
.credits-buttons-block{
	padding-top: 23px;
}

@media all and (min-width: 769px){
	.article-small-banner{
		display: none;
	}
}

@media all and (max-width: 768px){
	.details-left, 
	.details-right{
		width: 100%;
	}
	.estate-details {
	    margin-bottom: 45px;
	}
	.estate-details-line{
		display: block;
	}
	.mobile-details-left{
		float: left;
        width: 48%
	}
	.mobile-details-right{
        float: right;
        position: relative;
        width: 48%;
	}
	.estate-details-title{
		font-size: 11px;
	    margin-bottom: 6px;
	}
	.mobile-details-right .estate-details-title,
	.mobile-details-right .estate-details-value{
		display: inline-block;
	}
	.mobile-details-right .estate-details-title{
		margin-bottom: 0;
	}
	.mobile-details-right .estate-details-value{
	    display: block;
	}
	.estate-details-specs {
	    margin-bottom: 0;
	}
	.estate-details .spec {
	    font-size: 10px;
	    margin-right: 2px;
	}
	.estate-details .spec:before {
	    background-size: 20px;
	    height: 20px;
	    width: 20px;
	}
	.estate-feature {
	    background-size: 20px;
	    height: 20px;
	    margin: 4px 2px 0px 0;
	    width: 20px;
	}
	.feature-study {
	    /*left: -5px;*/
	    top: 0;
	}
	.feature-study:before {
	    background-size: 16px;
	}
	.feature-outdoor-area {
	    /*left: -3px;*/
	}
	.feature-outdoor-area:before {
	    background-size: 20px;
	}
	.feature-tennis-court:before{
		background-size: 20px;
	}
	.estate-details .spec.spec-landsize {
	    font-size: 11px;
	    letter-spacing: 0.02em;
	}
	.square {
	    font-size: 10px;
	    position: relative;
	    top: 0px;
	    left: -2px;
	}
	.estate-details-share{
	    margin-left: 4px;
	}
    .credits-share-block {
        margin-top: 8px;
    }
    .credits-share-icon{
    	margin-right: 0;
    }
    .estate-details-inspections{
    	margin-top: 9px;
    }
	.estate-details-inspections .estate-details-title {
	    margin-bottom: 2px;
	}
    .estate-details-inspections .estate-details-value{
    	font-size: 12px;
    }
    .inspection:not(:last-of-type){
    	margin-bottom: 6px;
    }
    .estate-details-inspections {
	    margin-bottom: 31px;
	    margin-top: -20px;
	}
	.estate-details-tags-row {
	    margin-bottom: 50px;
	    padding-bottom: 47px;
	    border-bottom: 1px solid #666;
	}
	.details-right{
		font-size: 12px;
		font-weight: 300;
	}

	.credits-share-icon.icon-link {
	    background-position: 4px 6px;
	    background-size: 13px;
	}
	.credits-share-icon.icon-envelope {
	    background-size: 13px;
	}
	.credits-share-icon.icon-arrow {
	    background-position: 4px 5px;
	    background-size: 13px;
	}
	.estate-details .tile-tag{
		font-size: 11px;
        height: 19px;
        letter-spacing: 0.02em;
        line-height: 19px;
        margin-right: 1px;
    	padding: 0 6px;
	}
	.estate-bullet-points-list li {
	    margin-bottom: 0.85em;
	}
	.estate-details-line {
	    overflow: hidden;
	}
	.estate-details-line:not(:last-of-type){
		margin-bottom: 30px;
	}
	.estate-details-landsize {
	    margin-bottom: 0;
	}
	.contact-details-line{
		border-bottom: 1px solid #666;
	    border-top: 1px solid #666;
    	padding: 44px 0 40px;
	}
	.estate-contact-title{
		margin-bottom: 25px;
	}
	.estate-socials-block{
		width: 50%;
	}
	.credits-buttons-block {
	    padding-top: 20px;
	}
}
@media all and (max-width: 640px){
    .article-body .featured-image {
        padding-bottom: 0;
    }
}


/*.article-content-cols .wrap-article-wide > div, 
.article-content-cols .wrap-wide > div, 
.image-set-row-wrapper:not(:last-of-type), 
.article-intro .featured-in-issue-section, 
.article-intro, .article-intro-image, 
.video-intro-media, 
.content-within-display {
    margin-bottom: 100px;
}*/
.wrap-article-wide{
	overflow: visible;
}
.article-intro {
    display: none;
}
.video-intro-media{
    margin-bottom: 120px;
}
.image-post-content-block.portrait, 
.image-post-content-block.portrait img{
    max-width: 715px !important;
}
.after-image-text-section{
    overflow: visible;
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}
.revert-texts-position{
	flex-direction: row-reverse;
}
.fullwidth-text{
    margin-top: 10px;
}
.twin-text-right{
	margin-bottom: -6px;
}
.content-within-display{
    margin-bottom: 100px;
    margin-top: -29px;
}

@media all and (max-width: 768px){
	.video-intro-wrap {
	    margin: 0 15px;
	}
	.intro-video {
	    height: 0;
	    padding-bottom: 56%;
	    position: relative;
	    width: 100%;
	}
	.video-intro-media {
	    margin-bottom: 55px;
	}
	.article-content-cols .wrap-article-wide > div,
	.article-content-cols .wrap-wide > div, 
	.image-set-row-wrapper:not(:last-of-type),  
	.content-within-display, 
	.article-portrait-section {
        margin-bottom: 45px;
    }
    .after-image-text-section {
	    display: none;
	}
	.estate-plan{
	    margin: 0 30px;
    	width: calc(100% - 60px);
	}
}
@media all and (max-width: 640px){
	.content-within-display img{
		width: 100%;
	}
}
@media all and (max-width: 480px){
	.article-mobile-small-banner{
		max-width: 100%;
	}
}

/*--------- Map Section ---------*/

.estate-map-wrap{
	margin-top: 96px;
}
.estate-map-link{
	font-family: 'Suisse Intl', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
}
.estate-map-address{
	margin-bottom: 12px;
}
.estate-map-iframe-wrap{
    margin-bottom: 190px;
	margin-top: 55px;
}

@media all and (max-width:768px){
	.estate-map-wrap{
		margin-top: 43px;
	}
	.estate-map-address > div {
	    font-size: 18px;
	}
	.estate-map-address {
	    margin-bottom: 10px;
	}
	.estate-map-link{
		font-size: 14px;
	}
	.estate-map-iframe-wrap{
		margin-bottom: 0;
	    margin-top: 27px;
	}
	.estate-map-iframe-wrap iframe{
	    height: 97vw;
	    width: 100%;
	}
}

/*--------- Agent Badge ---------*/

.agent-badge{
	background: #7C1913;
	color: #fff;
	border-radius: 15px;
	left: 25px; 
	min-width: 294px;
    padding: 18px 36px;
    top:30%;
    position: fixed; 
    z-index: 12;
}
.agent-badge > div{
	display: inline-block;
	vertical-align: middle;
}
.agent-badge-text{
	font-family: 'Suisse Intl', sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 18px;
	margin-right: 14px;
}
.agent-badge-title{
	font-weight: 400;
}
.agent-badge-name{
	font-weight: 300;
}
.agent-badge-button a{
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	height: 35px;
	min-width: 114px;
}
.agent-badge-button a:hover{
	background: #fff;
    border-color: #fff;
	color: #7C1913;
}
.crossed-multi-res-estates-section.agent-badge{
	background: #fff;
	color: #7C1913;
}
.crossed-multi-res-estates-section .agent-badge-button a{
	border-color: #7C1913;
	color: #7C1913;
}
.crossed-multi-res-estates-section .agent-badge-button a:hover{
	background: #7C1913;
    border-color: #7C1913;
	color: #fff;
}
@media all and (max-width:768px){
	.agent-badge{
		border-radius: 0;
		bottom: 0;
		left: 0;
		top: auto;
	}
	.agent-badge{
	    min-width: 100%;
	    padding: 10px 15px;
	    text-align: center;
	}
	.agent-badge-text{
		font-size: 11px;
	    min-width: 134px;
		text-align: left;
	}
	.agent-badge-button a {
		font-size: 10px;
	    height: 25px;
	    line-height: 24px;
	    min-width: 81px;
	    width: 81px;
	}
}

/*--------- Featured Pre-Footer Section ---------*/
.featured-estates-section{
    background: rgb(124 25 19 / 10%);
    padding: 107px 0 0;
    margin-bottom: -13px;
}
.col-4-section .tile{
    margin-bottom: 100px;
}
.col-4-section .tile .image-container.portrait-image {
    padding-bottom: 121%;
}
.multi-res-estates-section{
    padding: 100px 0 0;
}
.multi-res-estates-section .tile .image-container.portrait-image{
    padding-bottom: 122.5%;
}
.multi-res-estates-section .tile {
    margin-bottom: 80px;
}
.multi-res-estates-section .underlined-section-title{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.02em;
    padding-bottom: 20px;
}

@media all and (max-width:768px){
	.featured-estates-section{
	    margin-bottom: -3px;
		margin-top: -10px;
		padding: 37px 0 0;
	}
	.multi-res-estates-section{
		margin-top: -10px;
		padding: 40px 0 0;
	}
	.featured-estates-section .underlined-section-title{
		margin-bottom: 40px;
	}
	.multi-res-estates-section .underlined-section-title{
		font-size: 14px;
		letter-spacing: 0;
	    padding-bottom: 10px;
	}
	.multi-res-estates-section .tile {
	    margin-bottom: 40px;
	}
	.featured-estates-section .col-4-section .tile {
	    margin-bottom: 41px;
	}
	.featured-estates-section .col-4-section .tile:nth-of-type(5), 
	.featured-estates-section .col-4-section .tile:nth-of-type(6), 
	.featured-estates-section .col-4-section .tile:nth-of-type(7), 
	.featured-estates-section .col-4-section .tile:nth-of-type(8){
		display: none;
	}
	.image-set-col-full{
		margin-bottom: 0;
	}
}