/*
Theme Name: Divi Child
Author: DIVI
URL author: https://www.andrewcampian.com
Description: 
Template: Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


.overview-list {
	overflow:hidden;
    padding-left: 0!important;
    margin:0;
}
.overview-list li {
    list-style: none;
    padding: 8px 0 0;
    font-weight: 400;
    border-bottom: solid 1px #ccc;
}
.overview-list.bulleted {
    padding-left: 40px;
}
.overview-list.bulleted li {
    list-style: disc;
}
.overview-list li span {
    display: inline-block;
    font-size: 100%;
    text-align: left;
    color: inherit;
    border: none;
    padding: 0;
    vertical-align: top;
    line-height: 1.2em;
    width: 65%;
}
.overview-list li span.label {
    font-weight: 300;
    width: 35%;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.acf-map {
    height: 400px;
}

/* Image gallery */



   /*single_listing_post css start*/

.single_listing_post span.label {
    font-weight: 600 !important;
}
.single_listing_post ul.overview-list.full-width.highlighted {
    border: 1px solid #ccc;
    border-bottom: none;
}
.single_listing_post ul.overview-list.full-width {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.single_listing_post .container:before {
    width: 0px !important;
}

.single_listing_post h2 {
    font-size: 48px;
    font-weight: 500;
}
.single_listing_post h3 {
    font-size: 36px;
}
.overview-list li {
    padding: 10px 20px !important;
}
.single_listing_post ul.overview-list {
    border: 1px solid #ccc;
}
.row.property-summary .fluid-width-video-wrapper {
    display: contents !important;
}
body .is-layout-flex {
    justify-content: space-between;
}
.single_listing_post .prev a,.single_listing_post .next a{
    padding: 8px 20px;
    background-color: #2E3432;
    color: #fff !important;
    text-transform: uppercase;
    transition: 0.3s;
}
.single_listing_post .prev a:hover,.single_listing_post .next a:hover {
    background-color: #000;
}
.single_listing_post nav.wp-block-query-pagination.is-layout-flex {
    border-bottom: 1px solid #2E3432;
    padding-bottom: 40px;
    padding-top: 40px;
}
.single_listing_post .overview-list li:last-child {
    border-bottom: 0px;
}
.single_listing_post p {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.single_listing_post div#entry-content >p {
    margin-bottom: 0;
}
.single_listing_post .container {
    padding-top: 0px !important;
}
.single_listing_post .gmap.full-width {
    margin-top: 50px;
}
.single_listing_post .swiper-button-next,.single_listing_post .swiper-button-prev {
    color: #2E3432 !important;
}
.single_listing_post .swiper-pagination-bullet-active {
    background: #2E3432 !important;
}
 /*single_listing_post css end*/


 .page_listings .filter_box {
    text-align: end;
    padding-bottom: 15px;
}
.page_listings select#lsort_by {
    background: #2E3432;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    border: 2px solid #928A5F;
   
}
/*.page_listings select#lsort_by option:hover{
     background: #fff;
    color: #2E3432; 
    border-color: #928A5F;
}*/
.listing_img {
    position: relative;
}

.hover_box_inn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 20px 35px;
  color: #fff;
}
.hover_box {
  position: absolute;
  top: 0;
  background-color: #2E3432 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.listing_item:hover .hover_box {
    opacity: 0.8;
}
.listing_img img {
    vertical-align: middle;
}
.hove_box_top span {
    display: block;
}
span.sts {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
}
span.prc {
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
}
.hover_box_bottom a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
}
.hover_box_bottom a:after {
    content: "\24";
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important;
}
.page_listings .listing_item {
    width: 32%;
    margin-bottom: 30px;
}
.page_listings .listings_post_wrp {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.page_listings .load_more {
    background: #2E3432;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border: 2.5px solid #928A5F;
    transition: 0.3s;
    font-weight: 600;
}
.page_listings .load_more:hover {
    background: #fff;
    color:#2E3432;
}
.button_wrap {
    text-align: center;
}
.page_listings .container {
    padding-bottom: 50px;
}
.page_listings .listing_content {
    text-align: center;
    margin-top: 15px;
}
.page_listings .listing_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.featured_list .listing_item {
    width: 48%;
    margin-bottom: 10px;
}
.featured_list .listings_ft {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}
.featured_list .listing_content {
    text-align: center;
    margin-top: 15px;
}
.ls_address {
    color: #fff;
}
.ls_bd {
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ls_detail {
    font-size: 17px !important;
    text-transform: uppercase;
}
.testimonials .et_pb_slide_description {
    display: flex;
    flex-direction: column-reverse;
}
.page_listings span.sts {
    font-size: 24px !important;
    line-height: normal;
}
.page_listings span.prc {
    font-size: 36px;
    line-height: normal;
}
.page_listings .hover_box_inn {
    padding: 12px 18px;
}
.featured-image .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.single_listing_post h1 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    font-size: 60px !important;
    color: #FFFFFF !important;
    line-height: 70px !important;
}
.listing_post_title {
    padding-right: 10% !important;
    padding-left: 10% !important;
    padding: 70px 0px;
    max-width: 63%;
    position: absolute;
    top: 0;
    left: 0;
    right: 10%;
}
.listing_post_title:before {
    content: '' !important;
    display: flex !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #928a5f !important;
    mix-blend-mode: multiply !important;
    left: 0;
}
.listing_post_title h1 {
    position: relative;
    color: #fff;
}

@media screen and (max-width:980px) {
    .page_listings .listing_item {
        width: 49%;
        margin-bottom: 20px;
	}
    .ls_detail {
        font-size: 15px !important;
        line-height: 24px;
    }
}
@media screen and (max-width:767px) {
    .page_listings .listing_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .two_blocks {
        display: block;
    }
    .two_blocks div {
        display: block;
        width: 100%;
    }
    .name {
        font-size: 15px;
        padding: 6px 0px !important;
        margin-top: 10px !important;
    }
    .featured_list .listing_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .featured_list .listings_ft {
        display: block;
    }
    .page_listings .container {
        padding-bottom: 30px;
    }
    .single_listing_post h1 {
        font-size: 36px;
    }
    .testimonials.et_pb_with_background.et_section_regular {
        background: #000 !important;
    }
    .et-pb-arrow-next, .et-pb-arrow-prev {
        font-size: 36px;
    }
    .sbt_btn {
        font-size: 15px !important;
        padding: 15px 60px !important;
    }
    .overview-list li span.label {
        font-weight: 300;
        width: 50% !important;
    }
    .overview-list {
        font-size: 15px;
    }
    .single_listing_post p {
        font-size: 15px;
        line-height: 1.8em;
    }
    .single_listing_post h2 {
        font-size: 36px;
    }
    .single_listing_post h3 {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .testimonials .et_pb_row {
        width: 95% !important;
    }
    .home_banner_slide.et_pb_slider:hover .et-pb-arrow-next {
        right: 35px !important;
    }
    .home_banner_slide.et_pb_slider:hover .et-pb-arrow-prev {
        left: 35px !important;
    }
    #main-content .home_banner_slide img {
        max-width: 150px !important;
    }
}