: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: 788px;

}



	#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;

		    filter: grayscale(1);

		}



	.ip-listings-desc {

	    margin-right: -20px;

	    display: block;

	    position: relative;

	    padding-left: 65px;

	    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: right;

		    margin-bottom: 92px;

		}



		#content .ip-listings-title h2 {

		    margin: 0;

		    /*font-size: 98px;*/
		    font-size: 128px;

		    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/listings/ip-listings-title-bg.jpg);

		    background-position: center;

		    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/listings/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: 0;
    font-size: 0;
}

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

    .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;
    }

    .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: flex;
            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;

            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{
                width: 35%;
                font-family: var(--primary-font);
            }

                .ip-proplisting-item .dtls-hvr-left span {
                    font-size: 16px;
                    font-weight: 600;
                    letter-spacing: .090em;
                    text-transform: uppercase;
                }

            .ip-proplisting-item .dtls-hvr-right{
                width: 65%;
            }

                .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;
                    color: #fff;
                    letter-spacing: .050em;
                    padding: 10px 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: 1px;
                    right: calc(100% + 20px);
                    position: absolute;
				    top: 0;
				    bottom: 0;
				    margin: auto;
                }


    .ip-proplisting-item .dtls-wrap {
        display: flex;
        padding: 14px 30px 0;

        font-size: 24px;
        font-weight: 500;
        font-family: var(--body-font);
        color: #1d1d1d;
    }

        .ip-proplisting-item .dtls-left{
            width: 65%;
            color: #800020;
            font-size: 24px;
        }

        .ip-proplisting-item .dtls-right{
            width: 35%;
            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: #767676;
    font-weight: 400;
    font-family: var(--body-font);
    margin-top: 8px;
}
  
.dtls-price, .dtls-pricenoprice {
    font-size: 20px;
    font-weight: 500;
    color: #8c1436;
    font-family: var(--body-font);
    margin-bottom: 8px;
}

.dtls-address {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 1.5;
    font-family: var(--body-font);
}

.dtls-hvr-inner{
	display: flex;
}

.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 {
    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;
}

.dtls-price::before {
	content: '$';
}

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

	.ip-listings-desc{

		margin-right: -80px;

	}

}



@media only screen and (max-width: 1366px) {


	.ip-listings-desc .ip-listings-text{

		line-height: 30px;

	}

	.ip-listings-section1-bg {
	    width: calc(100% - 65px);
	}

	.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: 14px;
	}

	.ip-proplisting-item .dtls-hvr .site-btn {
	    padding: 5px 0;
	    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: 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-width: 991px) {    

	.ip-listings-desc {

	    padding: 30px 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: flex;
	    flex-direction: column;
	    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: 16px;
	}

	.ip-proplisting-item .dtls-hvr-right ul {
	    font-size: 15px;
	}

	.ip-proplisting-item .dtls-hvr-text {
	    font-size: 14px;
	}

	.ip-proplisting-item .dtls-wrap {
	    flex-direction: column;
	    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-listing-section1{
		padding-top: 30px;
	}

}



@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: 42px;
	    line-height: 1;

	}

	.ip-proplisting-item .dtls-hvr-left span {
	    font-size: 14px;
	}

	.ip-proplisting-item .dtls-hvr-right ul {
	    font-size: 13px;
	}

	.ip-proplisting-item .dtls-hvr-text {
	    font-size: 11px;
	}

	.ip-proplisting-item .dtls-hvr .site-btn {
	    font-size: 13px;
	}

}