:root {
	--body-font: 'Roboto', sans-serif;
	--primary-font: 'Montserrat', sans-serif;
	--secondary-font: 'Alegreya Sans', sans-serif;
	--tertiary-font: 'Oswald', sans-serif;
}


/* Template overwrite */

.ip-banner canvas {
	background-position: top right;
	background-size: 100vw;
}

.ip-banner .ip-banner-inner:before {
	display: none;
}

div#content-full {
	margin: 0;
}

#main-wrapper {
	overflow: hidden;
}


/* Template Stlyes */

div#ip-listings-page {
	display: block;
}

.ad-title {
	margin-bottom: 70px;
	position: relative;
}

.ad-title.white-text {
	color: #fff;
}

.ad-title.red-text {
	color: #800020;
}

#content .ad-title h2 {
	font-size: 57px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: .060em;
	line-height: 1;
	font-family: var(--secondary-font);
	text-transform: uppercase;
	margin: 0;
}

.ip-listings-text {
	font-size: 17px;
	line-height: 33px;
	letter-spacing: .040em;
	font-family: inherit;
	max-width: 809px;
}

#content .ip-listings-text p:not(:last-child) {
	margin-bottom: 40px;
	margin-top: 0;
}

.ip-listing-section1 {
	background: #1d1d1d;
	display: block;
	padding-top: 73px;
	position: relative;
	padding-bottom: 45px;
}

.ip-listing-section1 .ss-smi {
	bottom: initial;
	top: 100px;
	z-index: 10;
}

.ad-agent-photo-wrap {
	display: block;
	position: relative;
	clear: both;
}

.ad-agent-photo {
	display: block;
	margin-left: -20px;
	position: relative;
	z-index: 5;
	padding-right: 20px;
}

.ad-agent-photo-filler {
	display: block;
	right: -15px;
	position: relative;
}

.ad-agent-photo-filler>div {
	content: '';
	float: right;
	width: 100vw;
	height: 195px;
	background: #fff;
	z-index: 2;
}

.ad-agent-photo-wrap:before {
	position: absolute;
	top: 30px;
	right: -15px;
	width: calc(((100vw - 1120px) / 2) + 100%);
	content: '';
	height: calc(100% - 30px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/newhomepage/ad-bg.jpg);
	opacity: .050;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.ip-listings-desc {
	margin-right: -20px;
	display: block;
	position: relative;
	padding-left: 11px;
	z-index: 5;
}

.ip-listings-desc .ad-title:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 30px;
	background: #ffffff;
	top: -195px;
	opacity: .20;
}

.ip-listings-title {
	text-align: center;
	margin-bottom: 92px;
	padding-left: 100px;
}

#content .ip-listings-title h2 {
	margin: 0;
	font-size: 114px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--primary-font);
	line-height: 1;
	letter-spacing: 0.010em;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: url(../../images/sold/ip-listings-title-bg.jpg);
	background-position: bottom right;
	background-size: cover;
	display: inline-block;
	line-height: 90px;
}

.ip-listings-desc .ip-listings-text {
	color: #c8c8c8;
}

.ip-listings-section1-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 168px);
	height: calc(100% + 182px);
	background: #1d1d1d;
	z-index: 1
}

.ip-listings-section1-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/sold/ip-listings-section1-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .05;
}

.ip-listings-section2 {
	overflow: hidden;
	display: block;
}

.ip-listing-wrap {
	position: relative;
	z-index: 5;
	margin-top: 82px;
	font-size: 0;
}

.ip-listing-list {
	display: block;
	font-size: 0;
	margin: 0 -5px 20px;
	z-index: 5;
	position: relative;
	opacity: 1 !important;
}

.ip-proplisting-list:not(.slick-initialized) .ip-proplisting-item:nth-child(n + 4) {
	display: none;
}

.ip-proplisting-item {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 0 5px;
	margin-bottom: 53px;
}

.ip-proplisting-item a {
	display: block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ip-proplisting-item .img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.ip-proplisting-item .img-wrap canvas {
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ip-proplisting-item .img-wrap .dtls-hvr {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: -50%;
	opacity: 0;
	width: 100%;
	left: 0;
	padding: 0 35px 0;
	height: 100%;
	background-color: rgba(128, 0, 32, .90);
	color: #fff;
	-o-transition: 600ms ease;
	transition: 600ms ease;
	-webkit-transition: 600ms ease;
}

.ip-proplisting-item a:hover .img-wrap .dtls-hvr {
	opacity: 1;
	bottom: 0;
}

.ip-proplisting-item .dtls-hvr-left {
	font-family: var(--primary-font);
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.ip-proplisting-item .dtls-hvr-left span {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2.25px;
	text-transform: uppercase;
}

.ip-proplisting-item .dtls-hvr-right {
	position: relative;
	display: block;
}

.ip-proplisting-item .dtls-hvr-right ul {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 15px !important;
}

.ip-proplisting-item .dtls-hvr-right ul li {
	margin-bottom: 3px;
	display: block;
}

.ip-proplisting-item .dtls-hvr-text {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .020em;
	line-height: 26px;
	margin-bottom: 10px;
}

.ip-proplisting-item .dtls-hvr .site-btn {
	padding-left: 0;
	margin-left: 36%;
	width: 100%;
	padding: 0;
}

.ip-proplisting-item .dtls-hvr .site-btn:after {
	display: none;
}

.ip-proplisting-item .dtls-hvr .site-btn:before {
	background-color: #fff;
	width: 80px;
	height: 2px;
	right: calc(100% + 25px);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ip-proplisting-item .dtls-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 30px 0;
	font-size: 24px;
	font-weight: 500;
	font-family: var(--body-font);
	color: #1d1d1d;
}

.ip-proplisting-item .dtls-left {
	width: 100%;
	color: #800020;
	font-size: 24px;
	display: block;
	text-align: center;
}

.ip-proplisting-item .dtls-right {
	width: 30%;
	text-align: right;
	line-height: 1.2;
	font-size: 20px;
	letter-spacing: .030em;
	text-transform: uppercase;
}

.ip-listing-btn {
	text-align: right;
}

.ip-listing-btn a.site-btn {
	color: #000;
}

.dtls-specs {
	font-size: 18px;
	color: #a4a4a4;
	font-weight: 400;
	font-family: var(--body-font);
	margin-top: 8px;
}

.dtls-price {
	font-size: 20px;
	font-weight: 500;
	color: #8c1436;
	font-family: var(--body-font);
	margin-bottom: 8px;
}

.dtls-address {
	font-size: 20px;
	color: #1d1d1d;
	line-height: 1.4;
	font-family: var(--body-font);
	letter-spacing: 0.6px;
	font-weight: 600;
}

.dtls-hvr-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.ip-listings-filler-sec {
	height: 243px;
	width: 100%;
	position: relative;
	display: block;
	background: #1d1d1d;
	margin-bottom: -1px;
	z-index: 5;
}

.ip-listings-filler-sec::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/in-the-news/fixed-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .02;
	background-attachment: fixed;
}

.ip-listings-filler-sec:before {
	content: '';
	position: absolute;
	right: 0;
	width: 34.33%;
	height: 100%;
	background-color: #fff;
}

.ip-listings-pagination span a,
.page-template-sold .page-numbers
 {
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--secondary-font);
	opacity: .3;
}

.ip-listings-pagination span a.active {
	opacity: 1;
}

.ip-listings-pagination {
	text-align: center;
	padding: 60px 0 0;
}

.ip-listings-pagination span {
	display: inline-block;
	vertical-align: middle;
}

span.ip-l-border {
	width: 1px;
	height: 12px;
	background: #fff;
	opacity: .3;
	margin: 0 14px;
}

.ip-listings-pagination span:last-child a {
	opacity: 1;
}

.ip-listings-pagination span:last-child em {
	font-size: 11px;
	top: -1px;
}

.ip-listings-popup-img canvas {
	display: block;
	width: 100%;
	max-height: 90vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ip-listings-popup.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ip-listings-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	margin: 0 auto;
	background: rgba(0, 0, 0, .78);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
	padding: 25px;
}

.ip-listings-popup-img {
	position: relative;
	display: block;
	width: 100%;
}

.ip-listings-popup-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	max-width: 735px;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
}

.ip-listings-popup-content {
	position: relative;
}

.ip-listings-popup-listing-add {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 30px 0 29px 26px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.6px;
	font-weight: 500;
	color: #3e3e3e;
}

/*** Popup Arrow ***/
.page-template-sold button[class^=listing-popup] {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
    max-height: 35px;
    margin: auto
}

.page-template-sold button.listing-popup-prev {
	left: 10px;
}

.page-template-sold button.listing-popup-next {
	right: 10px;
}

.page-template-sold button[class^=listing-popup] em {
    font-size: 30px;
    color: #fff;
}

.ip-listing-exit-btn {
	position: absolute;
	top: 18px;
	right: 26px;
	display: block;
	font-size: 29px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	z-index: 1;
}

.ip-listing-exit-btn a:hover {
	color: #800020;
}

.ip-listing-exit-btn a {
	color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.ip-listings-popup.active .ip-listings-popup-wrap {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ip-listing-exit-btn:hover {
	color: #000;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

@media only screen and (min-width: 1366px) {
	.ip-listings-desc {
		margin-right: -80px;
	}
}

@media only screen and (max-width: 1560px){
	.ip-listings-text {
		padding-left: 67px;
	}
}

@media only screen and (max-width: 1440px) {
	.ip-listings-section1-bg {
		width: calc(100% - 140px);
	}

	
}

@media only screen and (max-width: 1366px) {
	#content .ip-listings-title h2 {
		font-size: 120px;
	}
	.ip-listings-section1-bg {
		width: calc(100% - 95px);
	}
	.ip-listings-desc .ip-listings-text {
		line-height: 30px;
		/* padding-left: 30px; */
	}
	.ip-listings-desc {
		margin-right: 0;
	}
	.ip-proplisting-item .dtls-hvr-text {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 5px;
	}
	.ip-proplisting-item .dtls-hvr-right ul {
		font-size: 13px;
		margin: 0 0 8px !important;
	}
	.ip-proplisting-item .dtls-hvr-right ul li {
		margin-bottom: 0px;
	}
	.ip-proplisting-item .img-wrap .dtls-hvr {
		padding: 0 20px 0;
	}
	.ip-proplisting-item .dtls-hvr-left span {
		font-size: 23px;
	}
	.ip-proplisting-item .dtls-hvr .site-btn {
		font-size: 14px;
	}
	.ip-proplisting-item .dtls-wrap {
		padding: 14px 20px 0;
	}
	.dtls-price {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.dtls-address {
		font-size: 15px;
	}
	.dtls-specs {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px) {
	.ip-listings-section1-bg {
		width: calc(100% - 78px);
	}
}

@media only screen and (max-width: 1199px) {
	.ip-listings-title {
		margin-bottom: 50px;
	}
	#content .ip-listings-title h2 {
		font-size: 90px;
	}
	#content .ad-title h2 {
		font-size: 50px;
	}
	.ip-listings-text {
		font-size: 15px;
		line-height: 28px;
	}
	#content .ip-listings-text p:not(:last-child) {
		margin-bottom: 25px;
	}
	.ip-proplisting-item .img-wrap .dtls-hvr {
		padding: 0 10px 0;
	}
	.dtls-specs {
		font-size: 12px;
		letter-spacing: 0;
	}
	.dtls-address {
		font-size: 14px;
	}
	.ip-listings-filler-sec {
		height: 200px;
	}
}

@media only screen and (max-height: 450px) {
	.ip-listings-popup {
		padding: 25px;
		position: fixed;
		display: block;
		overflow: auto;
	}
}

@media only screen and (max-width: 991px) {
	.ip-listing-section1 {
		padding-top: 30px;
	}

	.ip-listings-desc .ip-listings-text {
		padding-left: 0;
	}
	#content .ip-listings-title h2 {
		background-position: center;
		line-height: 1;
	}
	.ip-listings-section1-bg::after {
		display: none;
	}
	.ip-listings-popup-listing-add {
		padding: 20px 15px;
		font-size: 15px;
		letter-spacing: normal;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
	}
	.ip-listings-desc {
		padding: 30px 0 0;
		text-align: center;
		margin: 0;
	}
	.ip-listings-title {
		margin-bottom: 30px;
		text-align: center;
	}
	.ip-banner canvas {
		background-size: cover;
	}
	.ip-proplisting-item {
		display: block;
		width: calc(100% / 1);
		max-width: 450px;
		margin: 0 auto 50px;
	}
	.dtls-hvr-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.ip-proplisting-item .dtls-hvr-left {
		width: 100%;
		text-align: center;
	}
	.ip-proplisting-item .dtls-hvr-right {
		width: 100%;
		text-align: center;
	}
	.ip-proplisting-item .dtls-hvr-left span {
		font-size: 20px;
	}
	.ip-proplisting-item .dtls-hvr-right ul {
		font-size: 15px;
	}
	.ip-proplisting-item .dtls-hvr-text {
		font-size: 14px;
	}
	.ip-proplisting-item .dtls-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.ip-proplisting-item .dtls-left {
		width: 100%;
		color: #800020;
		font-size: 24px;
		text-align: center;
	}
	.ip-proplisting-item .dtls-right {
		width: 100%;
		text-align: center;
	}
	.ip-listings-filler-sec:before {
		width: 0%;
	}
	.ip-proplisting-item .dtls-hvr .site-btn {
		margin-left: 40px;
		width: auto;
	}

	.ip-listings-title{
		padding: 0;
	}

	.page-template-sold button[class^=listing-popup]{
		bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	#content .ip-listings-title h2 {
		font-size: 70px;
	}
	.ip-listings-desc .ip-listings-text {
		font-size: 13px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {
	#content .ip-listings-title h2 {
		font-size: 45px;
	}
	.ip-proplisting-item .dtls-hvr-right ul {
		font-size: 13px;
	}
	.ip-proplisting-item .dtls-hvr-text {
		font-size: 11px;
	}
	.ip-listings-popup {
		padding: 25px 15px;
	}
}