/*
Theme Name: Divi Real Estate Child Theme
Theme URI: https://diviextended.com/products/divi-realestate-child-theme
Description: Child of Divi theme for Real Estate websites.
Author: Elicus Technologies
Author URI:   https://elicus.com/
Template: Divi
Version: 1.2
License: This product constitutes of two parts. (1) The PHP and HTML code are licensed under the GPL license. The GPL license file is contained in the same folder as this file. It can also be accessed here http://wordpress.org/about/gpl/. (2) All other part of the product including but not limited to css code, php code, images and layout are licensed as per the license purchased by the user. License detail for this section can be accessed here: http://diviextended.com/licenses
License URI: http://diviextended.com/licenses
*/
@import url("../Divi/style.css");
 
/*Header*/

.text-red {
    color: #eac203;
}

.text-center {
    text-align: center;
}

/* Inner Page Header */

.inner-header {
    height: 50vh;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);*/
}

.inner-header .et_pb_title_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 3em 0 !important;
}

.inner-header .et_pb_title_container h1.entry-title {
    padding-left: 10%;
}

.light-text .el-heading span {
    color: #fff;
}

.light-text .el-heading-line {
    background: #fff;
}

.cols-3 {
    width: 33.33%;
    float: left;
}

/*Heading*/

.el-heading h2 {
    font-size: 2.5rem;
}

h3.el-heading-small {
    font-size: 2rem;
}

.el-heading span {
    color: #eac203;
}

.el-heading-line {
    width: 3%;
    height: 0.18rem;
    opacity: 0;
    background: #eac203;
    text-align: center;
    margin: 6px auto;
    animation-name: line;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    transition: ease;
}

@keyframes line {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 30px;
        opacity: 1;
    }
}

/*Home Page*/

.what-we-do {
    display: flex;
    align-items: center;
}

/*Team CSS*/

.el-team .et_pb_team_member_description {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}

.el-team .et_pb_member_social_links {
    padding: 0.4rem 0;
    background: #000;
    margin-top: 0.8rem
}

.el-team .et_pb_member_social_links li {
    margin-right: 1.3rem;
}

.el-team .et_pb_member_social_links a {
    font-size: 0.9rem;
}

.el-team .et_pb_team_member_description h4 {
    margin-bottom: 0.3rem;
}

/* Testmonials CSS*/

.el-team-clippath,
.el-team-clippath-content {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%) !important;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%) !important;
}

@keyframes fillforwards {
    from {width: 0;}
    to {width: 100%;}
}

.el-testimonial-slider {
    float: right;
    margin-bottom: 4rem !important;
    overflow: visible;
}

.el-testimonial-slider:before {
    content: '{';
    display: block;
    position: absolute;
    left: -8rem;
    top: 0;
    z-index: 2;
    font-family: ETmodules;
    font-size: 16rem;
    color: #ddd;
    opacity: 0.2;
    transform: scale(-1);
}

.el-testimonial-slider .et_pb_slide_image {
    right: 0;
    top: calc(100% - 2rem);
    width: 15%;
    height: 100%;
    margin: 0!important;
}

.el-testimonial-slider .et_pb_slide_image img {
    border: 0.3rem solid #fff;
    border-radius: 50%;
}

.el-testimonial-slider .et_pb_slide_description {
    display: table;
    height: 100%;
    width: 100%;
    padding: 8% 0;
}

.el-testimonial-slider .et_pb_slide_description .et_pb_slide_title {
    position: absolute;
    top: calc(100% + 1.5rem);
    right: 8rem;
    font-weight: 600;
}

/*Contact Form CSS*/

.et_contact_bottom_container {
    margin-top: 0.5rem;
}

/* Listing Page */

.el-head-list h3.entry-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000!important;
}

.el-head-list .epl-excerpt-content p {
    font-size: 0.85rem;
}

.el-head-list .epl-property-blog {
    font-size: 1.0em;
    line-height: 1.7;
}

.el-head-list a {
    color: #000000!important;
}

.epl-property-blog .entry-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000!important;
}

.epl-excerpt-content p {
    font-size: 0.85rem;
}

.epl-property-blog {
    font-size: 1.0em;
    line-height: 1.7;
}

.entry-title .item-street {
    color: #d92128!important;
}

.item-street {
    color: #666666!important;
}

.epl-property-meta.property-meta.pricing {
    color: #d92128!important;
}

.entry-title-sub {
    color: #666666 !important;
}

.epl-property-blog .epl-property-blog-entry-wrapper {
    margin: 1.0em
}

/* Single Listing Page */

div#content-area {
    margin-top: 2rem;
}

.epl-property-single h1.entry-title, .epl-property-single .property-meta.pricing {
    line-height: 1.8em;
}

span.entry-title-sub {
    padding: 5px 0px;
}

.et_pb_post_title.et_pb_featured_bg {
    background-size: inherit!important;
    background-repeat: no-repeat!important;
}

.epl-tab-section {
    background-color: #f5f5f5;
    padding: 1rem;
}

#sidebar .epl-tab-section {
    background-color: #ffffff;
    height: 14rem;
    margin-left: -2rem;
}

.epl-search-forms-wrapper.epl-search-default {
    padding: 1rem 0px;
}

.widget_epl_contact_capture{
    display: inline-block;
}

.widget_epl_property_search {
    display: initial;
    padding: 1.5rem;
}

body {
   font-weight: 400;
}

input#epl_contact_submit ,.epl-search-btn {
    padding: 0.7rem;
    background-color: #d92128;
    font-size: 1rem;
    border: 0.2rem solid;
    color: #ffffff;
}

#epl_property_search-2 .widgettitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.epl-video-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div#epl_ps_tab_1 {
    border: 0.01rem solid #ddd;
    padding: 1.5rem;
}

.epl_form_builder_section_fields {
    border: 0.01rem solid #ddd;
    padding: 1.5rem;
}

.el-image img {
    max-width: 100%;
    height: 21rem !important;
    object-fit: cover;
}

.et_pb_widget .widgettitle {
    border-bottom: 0.1rem solid #d92128;
    width: 75%;
    margin-bottom: 0.5rem;
}

.el-property-search .epl-search-forms-wrapper.epl-search-default {
    max-width: 46rem !important;
    margin-left: 11rem;
    
}

.epl-property-details .item-street{
	font-size: 2.18rem;
}

.epl-tab-title{
	font-size: 2rem;	
}

.el-property-search .epl-search-form .epl-search-label {
    font-size: 0.9em!important;
}

.el-property-search .epl-search-form .check-label {
    font-size: 0.8em;
    padding-top: 0;
}

.el-property-search  ul.property_search-tabs li.epl-sb-current, li.tbhead.current {
    border-bottom: 0.2rem solid #d92128;
}

.el-property-search .epl-search-form {
    border: 0.1em solid #e2e2e2;
    padding: 2rem;
}

.el-property-search .field {
    padding: 0px 0.5rem;
}

.el-serach .epl-search-forms-wrapper.epl-search-default {
    max-width: 85%;
}

.el-serach .epl-search-form .epl-search-row, .epl-search-form .epl-search-row-full {
    width: 50%;
    float: left;
}

.el-serach .field {
    padding: 0rem 0.5rem;
}

.epl-search-form .field {
     padding: 0rem 0.5rem;
}

.el-serach div#epl_ps_tab_1 {
    border: 0rem solid #d92128;
    padding: 0.1rem;
}

.el-serach .epl-search-form .epl-search-label {
    display: block;
    font-size: 0.8em;
    margin-top: 0.3rem !important;
    margin-left: 0.7rem;
    color: #d92128;
}

.el-serach span.epl-search-row.epl-search-row-checkbox.epl-search-row-half {
    width: 33%;
    margin-top: 1rem;
}

.epl-search-form .epl-search-submit-row {
    margin-top: 1.5em;
}

.epl-search-form .in-field {
    min-height: 1.1rem;
}

/* FAQ */

.el-toggle .et_pb_toggle_title:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #ccc;
    font-size: 1.2rem;
    content: '\4c'!important;
    color: #d92128;
}

.el-toggle h5 {
    font-weight: 400;
}

.el-toggle .et_pb_toggle_close {
    border-left: 0.1rem solid #d92128;
}

/* Career Page */

.downloadable-form {
    display: flex;
    width: 100%;
}

.downloadable-form:not(:first-child) {
    margin-top: 30px;
}

.downloadable-form-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    width: 80%;
    padding: 20px;
    font-size: 20px;
}

.downloadable-form-btn {
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    font-weight: 500;
    text-align: center;
}

.downloadable-form-btn a {
    padding: 20px 15px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #d92128;
}

/*Footer CSS*/

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    width: 20.875%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) {
    width: 47.25%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) .et_pb_widget {
    width: 31%;
    margin-right: 3.5%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) .et_pb_widget:last-child {
    margin-right: 0;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 5%;
}

#main-footer {
    border-top: 0.5rem solid #eac203;
}

#main-footer .footer-widget h4 {
    margin-bottom: 0.5rem;
}

#footer-widgets .footer-widget li {
    font-size: 0.9rem;
}

#footer-bottom .container {
   /*border-top: 0.01rem solid #3f3f3f;*/
   padding-top: 0.5rem;
}

.footer-widget .epl-contact-capture-form {
    padding: 0rem;
}

.footer-widget .property-feature-icons {
    margin: 0.5em 0 1em;
}

.footer-widget .property-heading {
    padding-bottom: 0;
    line-height: 1.2em;
}

#footer-info a {
    font-weight: normal;
}

.footer-address:before, .footer-phone:before, .footer-email:before {
    font-family: ETmodules;
    padding-right: 5px;
}

.footer-address:before {
    content: '\e01d';
}

.footer-phone:before {
    content: '\e090';
}

.footer-email:before {
    content: '\e010';
}

@media screen and (min-width: 981px) {
    
     .home-transparent-header {
        padding-top: 0 !important;
    }
    
    .el-clippath {
        position: relative;
        width: 100%;
        height: 100vh;
    }
    
    .el-clippath .el-clip-left,
    .el-clippath .el-clip-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        width: 100% !important;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .el-clippath .el-clip-left {
        -webkit-clip-path: polygon(0 0, 55% 0, 45% 100%, 0% 100%) !important;
        clip-path: polygon(0 0, 55% 0, 45% 100%, 0% 100%) !important;
        left: 0;
        z-index: 1;
    }
    
    .el-clippath .el-clip-right {
        right: 0;
    }
    
    .el-clippath .el-clip-left-content {
        width: 50%;
        margin-left: 10% !important;
        padding: 2.5rem 1.5rem;
        padding-right: 15% !important;
    }
    
    .el-clippath .el-clip-right-content {
        width: 50%;
        margin-left: 40% !important;
        padding: 2.5rem 1.5rem;;
        padding-left: 15% !important;
    }
    
    .el-clippath .et_pb_column.et_pb_column_1_2.el-clip-left.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough {
        z-index: 999;
    }
    
    .home-header .el-clip-right .et_pb_text_inner {
        margin-left: 0;
        margin-right: 5%;
    }
    
    .home-header .el-clip-left .et_pb_text_inner {
        margin-left: 5%;
        margin-right: 0;
    }
    
    .et_right_sidebar #sidebar {
        padding-left: 1rem;
    }
    
     li#epl_contact_capture-3 {
        width: 20.80%!important;
   }
    
} 

@media screen and (max-width: 980px) {
    
    #main-header {
        background-color: #000 !important;   
    }
    
   .el-heading h2 {
     font-size: 1.7rem;
    }
  
   .el-team-clippath, .el-team-clippath-content {
     -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%) !important; 
     clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%) !important; 
    } 
   
   .what-we-do .et_pb_text {
     text-align: center!important;
   }
  
   .el-property-search .epl-search-forms-wrapper.epl-search-default {
     max-width: 300px !important;
     margin-left: 0px;
    }
 
    .el-property-search  ul.property_search-tabs li, ul.map-tabs li {
        background: #eee;
        padding: 10px 13px;
        display: inline-flex;
        border: 1px solid #fafafa;
     }
 
    div#nav_menu-2 {
        margin-right: 8rem;
    }
    
    .el-serach .epl-search-form .epl-search-row, .epl-search-form .epl-search-row-full {
        width: 100%;
        float: left;
   }
   
   .el-text-center .et_pb_text_inner {
    text-align: center;
   }
   
   .et_pb_text_align_right {
        text-align: right;
    }
 
}

@media screen and (max-width: 767px) {
    
    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) .et_pb_widget {
        width: 100%;
        margin-right: 0;
    }
    
    .cols-3 {
        width: 100%;
    }
    
    .el-serach .epl-search-form .epl-search-row-checkbox .check-label {
        float: initial;
   }
   
   .el-serach .epl-search-forms-wrapper.epl-search-default {
        max-width: 100%;
   }
   
}

@media screen and (max-width: 480px) {
    .person-icon .et_pb_member_social_links {
        text-align: center;    
    }
}

   

/* Cusntom Style */

.et_pb_google_icon::before {
    content: "\e09a";
}
.et-social-google-plus a.icon::before {
    /*content: "\e096";*/
    content: "\e09a";
}

.home .hero.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    margin: 50px 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}
.less-z-index{
    z-index: 0;
}
.sidx-container .sidx-searchform.sidx-widget .sidx-streamlined-search .sidx-streamlined-toggle{
    color: #fff;
    border: 1px solid #eac203;
    background-color: #eac203;
}
.sidx-container .sidx-button.sidx-primary, .sidx-container button.sidx-primary,
.sidx-container .sidx-searchform.sidx-widget .sidx-button.sidx-primary, .sidx-container .sidx-searchform.sidx-widget button.sidx-primary{
    background: #eac203;
}
.sidx-container .sidx-searchform.sidx-widget .sidx-field:hover {
    border-color: #eac203;
    color: #fff;
    background-color: #eac203;
}
.sidx-searchform.sidx-widget{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
.three-col-hero-boxes h3{
    font-size: 24px;
    text-transform: uppercase;
}
.three-col-hero-boxes p{
    font-size: 17px;
    text-transform: uppercase;
}
.three-col-hero-boxes .et-pb-icon{
    font-size: 18px !important;
}
.three-col-hero-boxes .et_pb_blurb_position_left .et-pb-icon-circle{
    padding: 13px;
}
.focus-area .et_overlay::before{
    top: 10%;
}
.focus-area .et_overlay:hover::before {
    top: 40%;
}
.focus-area .overlay-meta{
    position: absolute;
    top: 60%;
    text-align: center;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.focus-area .et_portfolio_image:hover .overlay-meta{
    top: 50%;
}
.focus-area .et_pb_portfolio_item > .et_pb_module_header,
.focus-area .et_pb_portfolio_item > .post-meta{
    display: none;
}
.focus-area .et_pb_portfolio_filters{
    margin-bottom: 20px;
}
.focus-area .et_pb_portfolio_filters ul{
    text-align: center;
}
.focus-area.et_pb_filterable_portfolio .et_pb_portfolio_filters li{
    display: inline-block;
    float: none;
}
.et_pb_module.et_pb_team_member {
    padding: 10px;
}
.et_pb_team_member_image img{
    width: 100%;
}
.sidx-container .sidx-streamlined-search .sidx-streamlined-toggle{
    color: #eac203;
    border: 1px solid #eac203 !important;
}
.sidx-container .sidx-dropdown-pill.sidx-save-search-pill {
    background: #eac203;
    border: 1px solid #eac203 !important;
}
.sidx-container .sidx-searchform .sidx-field:hover {
    border-color: #eac203;
    background: #eac203 !important;
}