/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



.single-property .content-area {
    float: none;
    width: 1520px;
    border: none;
    margin: 0 auto;
		padding: 50px 0;
}

.single-property aside#right-sidebar {
	display: none;
}


.single-property .page-header {
    background-color: #000;
}



/* All Listing */
.epl-property-blog .property-box-right {
    width: 100%;
}

.epl-property-single .property-meta.pricing, .epl-property-single h1.entry-title {
    font-size: 28px !important;
    font-weight: 500;
}

.epl-stickers-wrapper {
    top: 35px;
 }

.epl-property-blog .epl-excerpt-content p {
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epl-author-icon-svg, .epl-icon-svg {
    width: 40px;
    height: 40px;
}

.epl-icon-svg-container .icon-value {
    margin: 0;
    line-height: 40px;
    vertical-align: top;
    font-size: 16px;
}

.epl-property-blog .status-sticker, .epl-property-single .status-sticker,
.epl-property-blog .status-sticker.new, .epl-property-single .status-sticker.new {
    background: transparent;
    font-size: 16px;
    margin: 20px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 10px 35px;
    text-shadow: 0 2px 4px #0000004f;
    box-shadow: 0 0 2px 3px #33333308;
}

.l-property-blog .property-box-right {
    width: 100%;
}

.epl-property-blog .entry-title {
    font-size: 18px;
}

.epl-property-blog .price {

    font-size: 16px;
    font-weight: 600;
}


.epl-property-blog.hentry {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
	margin-bottom: 25px;
}

.epl-property-blog .epl-property-blog-entry-wrapper {
    border: none;
    box-shadow: unset;
}

.epl-property-blog .property-box-left {
    width: 100%;
    margin-bottom: 10px;
}

.epl-property-blog .property-box img {
/*     width: 100%;
    height: 500px;
    object-fit: cover; */
    border-radius: 15px;
}