/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.single-property .page-price,
.single-rental .page-price-rent {
	font-size: 1.5em;
}

.propertyfeatures {
	background: #e8e8e8;
	padding: 20px;
}

.inspectiondetails {
	background: #fff;
}

.inspectiondetails h3, .archive-title {
	font-family: Montserrat!important;
	text-transform: uppercase!important;
	letter-spacing: 2px!important;
	font-size: 20px!important;
	line-height: 22px!important;
	font-weight: 600!important;
}

.epl-property-blog.epl-listing-grid-view, .epl-property-blog.epl-listing-grid-view-forced {
    min-height: 570px;
}

.prevpro {
    float: left;
}

.nextpro {
    float: right;
}

.propnav {
    position: relative;
    top: 30px;
    height: 30px;
    z-index: 9999;
}

.plarchive {
    width: 65%!important;
    float: left!important;
    margin-top: 40px!important;
}

.plarchiveside {
    width: 30%!important;
    float: right!important;
    margin-top: 40px!important;
}

.post-type-archive-rental .blurred-wrap  {
    background: #fff!important;
}

@media (max-width: 1000px) {
 
     #header-secondary-outer #social {
        display: none!important;
    }

#slide-out-widget-area.fullscreen, #slide-out-widget-area.fullscreen-alt {
    margin-top: 60px!important;
}
    
    #slide-out-widget-area.fullscreen .menuwrapper li a, #slide-out-widget-area.fullscreen-alt .menuwrapper li a {
        padding: 0!important;
    }
    
    .off-canvas-menu-container li {
        margin-bottom: 0!important;
    }
 
     .plarchive {
        width: 100%!important;
        float: none!important;
        margin-top: 40px!important;
    }
    
    .plarchiveside {
        width: 100%!important;
        float: none!important;
        margin-top: 40px!important;
    }
    
    .propnav * {
        width: 100% !important;
        text-align: center;
        float: none;
        display: block;
        margin: 5px 0;
    }

}