/** EPL Custom Styles */
#main-content .container {
    padding-bottom: 58px;
}
.loop.epl-shortcode,
.et_right_sidebar #left-area {
    margin-bottom: 30px;
}

/** EPL Property Archive */

.epl-property-blog-rec.epl-listing-grid-view .epl-property-box-with-fixed-elements .property-box-right, 
.epl-property-blog-rec.epl-listing-grid-view-forced .epl-property-box-with-fixed-elements .property-box-right {
	position: absolute;
	height: 100%;
	padding: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all  500ms;
	-ms-transition: all  500ms;
	transition: all  500ms;
}
.epl-property-blog-rec.epl-listing-grid-view .epl-property-box-with-fixed-elements:hover .property-box-right, 
.epl-property-blog-rec.epl-listing-grid-view-forced .epl-property-box-with-fixed-elements:hover .property-box-right {
	visibility: visible;
	-webkit-transition: all 500ms;
	-moz-transition: all  500ms;
	-ms-transition: all  500ms;
	transition: all  500ms;
}
.epl-property-blog-rec .epl-stickers-wrapper {
    display: none;
}
.epl-property-blog-rec:hover .epl-stickers-wrapper {
	display: none;
    -webkit-transition: all 500ms;
    -moz-transition: all  500ms;
    -ms-transition: all  500ms;
    transition: all  500ms;
}
.epl-property-blog-rec .property-content-wrapper {
	height: 100%;
}
.epl-property-blog-rec .epl-cover-image-wide {
    display: none;
}
.epl-property-blog-rec .epl-property-box-with-fixed-elements {
	min-height: auto;
}
.epl-property-blog-rec .epl-card-cover-link {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/* visibility: hidden; */
}
.epl-property-blog-rec .epl-image-cover-content {
    /* transform: translateY(100%); */
    text-align: center;
}
.epl-property-blog-rec .property-address,
.epl-property-blog .property-feature-icons {
	color: #fff;
}
.epl-property-blog-rec .item-street,
.epl-property-blog-rec .entry-title-sub {
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.epl-property-blog-rec .item-state,
.epl-property-blog-rec .item-pcode,
.epl-property-blog-rec .epl-icon-container-air {
	display: none;
}

/** SVG Icons */
/** Overall Fill **/
.epl-icon-fill g {
    fill: #fff;
}
.epl-icon-fill-dark g {
    fill: #182b44;
}

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

    .epl-property-blog-rec.hentry:nth-of-type(2), 
    .epl-property-blog-rec.hentry:nth-of-type(6),
    .epl-property-blog-rec.hentry:nth-of-type(12) {
        width: 66.6%;
    }
    .epl-listing-grid-view .epl-property-box-with-fixed-elements .property-box-left,
    .epl-listing-grid-view-forced .epl-property-box-with-fixed-elements .property-box-left {
        max-width: 420px;
    }
    .epl-listing-grid-view.hentry:nth-of-type(2) .epl-property-box-with-fixed-elements .property-box-left,
    .epl-listing-grid-view-forced.hentry:nth-of-type(2) .epl-property-box-with-fixed-elements .property-box-left,
    .epl-listing-grid-view.hentry:nth-of-type(6) .epl-property-box-with-fixed-elements .property-box-left,
    .epl-listing-grid-view-forced.hentry:nth-of-type(6) .epl-property-box-with-fixed-elements .property-box-left,
    .epl-listing-grid-view.hentry:nth-of-type(12) .epl-property-box-with-fixed-elements .property-box-left,
    .epl-listing-grid-view-forced.hentry:nth-of-type(12) .epl-property-box-with-fixed-elements .property-box-left {
       max-width: 840px;
    }
    .epl-property-blog-rec.hentry:nth-of-type(2) .epl-cover-image, 
    .epl-property-blog-rec.hentry:nth-of-type(6) .epl-cover-image,
    .epl-property-blog-rec.hentry:nth-of-type(12) .epl-cover-image {
        display: none;
    }
    .epl-property-blog-rec.hentry:nth-of-type(2) .epl-cover-image-wide, 
    .epl-property-blog-rec.hentry:nth-of-type(6) .epl-cover-image-wide,
    .epl-property-blog-rec.hentry:nth-of-type(12) .epl-cover-image-wide {
        display: block;
    }
    .epl-property-blog-rec.epl-listing-grid-view .epl-property-box-with-fixed-elements .property-box-right, 
	.epl-property-blog-rec.epl-listing-grid-view-forced .epl-property-box-with-fixed-elements .property-box-right {
		visibility: hidden;
	}
	.epl-property-blog-rec .item-street,
	.epl-property-blog-rec .entry-title-sub {
	    font-weight: normal;
	}

}

@media only screen and (max-width: 767px) {
	.epl-property-blog-rec-image-cover.epl-listing-grid-view .property-content-wrapper,
	.epl-property-blog-rec-image-cover.epl-listing-grid-view-forced .property-content-wrapper {
	   background: rgba(0,0,0,0.5);
	} 
}

@media only screen and (min-height: 767px) and (max-width: 950px) {

}

.epl-property-blog-rec.epl-listing-grid-view .epl-property-blog-entry-wrapper, 
.epl-property-blog-rec.epl-listing-grid-view-forced .epl-property-blog-entry-wrapper {
    margin: 10px;
}
.epl-property-blog-rec-image-cover.epl-listing-grid-view .property-content-wrapper,
.epl-property-blog-rec-image-cover.epl-listing-grid-view-forced .property-content-wrapper {
    -webkit-transition: all 500ms;
    -moz-transition: all  500ms;
    -ms-transition: all  500ms;
    transition: all  500ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
.epl-property-blog-rec-image-cover.epl-listing-grid-view .property-content-wrapper:hover,
.epl-property-blog-rec-image-cover.epl-listing-grid-view-forced .property-content-wrapper:hover {
   background: rgba(0,0,0,0.7);
} 
.epl-property-blog-rec-image-cover.epl-listing-grid-view:hover .epl-blog-image img,
.epl-property-blog-rec-image-cover.epl-listing-grid-view-forced:hover .epl-blog-image img {
    -webkit-transition: all 500ms;
    -moz-transition: all  500ms;
    -ms-transition: all  500ms;
    transition: all  500ms;
}
.epl-property-blog-rec-image-cover.epl-listing-grid-view:hover .epl-blog-image img,
.epl-property-blog-rec-image-cover.epl-listing-grid-view-forced:hover .epl-blog-image img {
    -webkit-transform: scale(1.05) translateZ(0) rotate(0.0001deg);
    -moz-transform: scale(1.05) translateZ(0) rotate(0.0001deg);
    -ms-transform: scale(1.05) translateZ(0) rotate(0.0001deg);
    transform: scale(1.05) translateZ(0) rotate(0.0001deg);
}
.epl-paginate-default-wrapper {
    padding: 20px;
}
.epl-search-not-found-message {
    margin-bottom: 30px;
}

/** Single Listing */
.single-property #main-content .container,
.single-rental #main-content .container,
.single-rural #main-content .container,
.single-land #main-content .container {
    padding-top: 30px;
}
.epl-property-single-rec,
.epl-property-blog-rec {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 17px;
}
/** Carousel */
.rec-single-carousel-wrapper {
    /* max-width: 1600px; */
    margin: 0 auto;
}
.rec-single-carousel-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.rec-single-carousel-wrapper .slick-slide {
    background: rgba(0, 0, 0, 1);
}
.rec-single-carousel-wrapper .slick-frame .frame img {
    opacity: 0.3;
}
.rec-single-carousel-wrapper .slick-dots {
    bottom: 25px;
    padding-right: 40px;
    text-align: right
}
.rec-single-carousel-wrapper .slick-dots li button::before {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}
.rec-single-carousel-wrapper .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
}
.rec-single-carousel-wrapper .slick-prev, 
.rec-single-carousel-wrapper .slick-next {
    background: none!important;
    opacity: 1;
}
.rec-single-carousel-wrapper .slick-prev::before, 
.rec-single-carousel-wrapper .slick-next::before {
    /* font-family: 'slick'; */
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background:  #182b44; */
}
.rec-single-carousel-wrapper .slick-prev:hover::before, 
.rec-single-carousel-wrapper .slick-prev:focus::before, 
.rec-single-carousel-wrapper .slick-next:hover::before, 
.rec-single-carousel-wrapper .slick-next:focus::before {
    opacity: 1;
}
.rec-single-carousel-wrapper .slick-prev::before {
    content: '\2190';
}
.rec-single-carousel-wrapper .slick-next::before {
    content: '\2192';
}

/** Content */
.epl-property-single-rec p {
    margin: 1em 0;
    padding-bottom: 0;
}
.epl-property-single-rec .epl-element-outer-wrapper {
    width: 65%;    
    border-right: 2px solid #182b44;
}
.epl-property-single-rec .epl-sidebar-outer-wrapper {
    width: 35%;
    margin-left: 65%;
    padding-left: 3em;
}
.epl-property-single-rec .entry-title,
.epl-property-single-rec .entry-content,
.epl-property-single-rec .property-meta.pricing .page-price,
.epl-property-single-rec .widget-title,
.epl-property-single-rec .epl-tax-feature {
    color: #182b44;
}
.epl-property-single-rec .epl-entry-title-row {
    padding-top: 1em;
}
.epl-property-single-rec.epl-property-single .item-street,
.epl-property-single-rec.epl-property-single .entry-title-sub {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.epl-property-single-rec .property-meta.pricing {
    text-align: left;
}
.epl-property-single-rec .epl-tab-title {
    display: none;
}
/** Sidebar */
.epl-property-single-rec .epl-block-widget {
    margin: 2em 0;
}
.epl-property-single-rec .widget-title {
    font-weight: 500;
}
.epl-property-single-rec .epl-block-widget-icons {
    margin-top: 0;
}
.epl-property-single-rec .epl-icon-svg-container {
    margin-right: 2em;
}
.epl-property-single-rec .epl-icon-svg-container .icon-value {
    display: block;
    margin-left: 0;
    text-align: center;
}
.epl-property-single-rec .epl-inspection-times-label {
    display: none;
}
.epl-property-single-rec ul.home-open-wrapper {
    margin: 0;
    list-style-type: disc;
    list-style-position: inside;
    padding: 0
}
.epl-property-single-rec ul.home-open-wrapper li {
	line-height: 26px;
}
.epl-property-single-rec .epl_inspection_calendar {
    color: #182b44;
}
.epl-property-single-rec .epl-tab-section-features {
    margin-top: 1em;
}
.epl-property-single-rec .tab-content ul {
    padding-bottom: 0;
}
.epl-property-single-rec .epl-button,
.epl-property-single-rec a.epl-button {
    background: #182b44;
    color: #fff;
    font-size: 17px
}
.epl-property-single-rec .epl-button:hover,
.epl-property-single-rec a.epl-button:hover {
    background: #fab89b ;
    color: #182b44;
}
.epl-property-single-rec .rec-agent-contact,
.epl-property-single-rec .rec-office-contact,
.epl-property-single-rec .rec-agent-email {
    margin: 0;
}
.epl-property-single-rec .epl-block-widget-staff-entry a {
    color: #182b44;
}
.epl-property-single-rec .agent-name {
    margin-right: 5px;
}
.epl-property-single-rec .epl-author-box-container {
    margin: 0;
}
.epl-property-single-rec .epl-author-box-outer-wrapper {
    background: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
}
.epl-property-single-rec .epl-author-image {
    min-width: 75px;
}
.epl-property-single-rec .epl-author-details {
    width: 100%;
}
.epl-property-single-rec .epl-author-details a,
.rec-contact-footer-wrapper .et-pb-icon.et-pb-icon-circle {
    color: #182b44;
}
.epl-property-single-rec .epl-author-contact a {
    display: block;
}
@media only screen and (max-width: 500px) {
    .epl-property-single-rec .epl-element-outer-wrapper,
    .epl-property-single-rec .epl-sidebar-outer-wrapper {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }
    .epl-property-single-rec .epl-author-image {
        width: 30%!important;
    }
}
.archive-title.loop-title,
.entry-title.main_title {
    padding: 0 10px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 46px;
    color: #182b44;
    margin-bottom: 1em;
    position: relative;
}
.archive-title.loop-title::after,
.entry-title.main_title::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 3px;
    background: #fab89b;
    margin-top: 10px;
    display: block;
}