/* Child Theme - Custom CSS File for Buyers to Modify */

#header-top {
    border-bottom: 1px solid #343a3b;
    margin-bottom: 20px;
}

.header-contact-wrap {
    position: relative;
}

.header-contact-wrap h4 {
    color: #f38d28;
    margin-left: 260px;
    font-size: 28px;
    padding-top: 28px;
}

.header-contact-tel {
    float: right;
    color: #f38d28;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.header-translate {
    float: left;
    padding: 6px 0 0 32px;
}

.header-contact-whatsapp {
    max-height: 18px;
    float: right;
    margin-right: 30px;
}

.bible-cell {
    padding: 10px;
    color: #000;
    font-weight: bold;
}

div.main a {
    color: #2a5db0;
    text-decoration: underline;
}

@media only screen and (max-device-width: 1000px) {
    .header-contact-wrap {
        text-align: center;
    }
    .header-contact-wrap h4 {
        float: none;
        padding-top: 8px;
        margin-left: 0;
        font-size: 18px;
    }
    .header-contact-tel {
        float: none;
    }
    .header-contact-whatsapp {
        float: none;
        margin-right: 0;
    }
}

/******************/
/*   PRINT MEDIA  */
/******************/

@media print {
    .header-contact-wrap {
        text-align: center;
    }
    .header-contact-wrap h4 {
        float: none;
        padding-top: 8px;
        margin-left: 0;
        font-size: 18px;
    }
    .header-contact-tel {
        float: none;
    }
    .header-contact-whatsapp {
        float: none;
        margin-right: 0;
    }
    .content{
        display: none;
    }
    
    /*.property-meta{
        display: none;
    }
    .wrap{
        display: none;
    }
    */
    .skiptranslate{
        display: none;
    }
    .map-wrap{
        display: none;
    }
    
    #glt-translate-trigger{
        display: none;
    }
    
    .price.status-label{
        display: none;
    }
    
    .detail #overview .property-item .price .actual-price {
        padding: 0 10px 0 0;
        display: table; 
        margin: 0 auto;
    }
    
    .detail #overview .property-item .price .actual-price small {
        display: none; 
    }
    
    .detail #overview .property-item .price .status-label {
        padding: 0 10px 0 0;
        float: right;
    }
    
    .detail #overview .property-item .price .print-ref {
        padding: 0 10px 0 0;
        display: block!important;
        float: left;
    }
    
    .detail #overview .property-item .price span {
        font-size: 24px;
        padding: 24px!important;
    }
    
    .price.small{
        display: none;
    }
    
    .price{
        font-size:  40px;
    }
    
    #overview .property-item .title {
        display: none;
    }
    
    
    .detail #overview .property-item .property-meta {
        padding: 20px;
        border: 1px solid #DEDEDE;
    }
    
    .detail #overview .property-item .property-meta span {
        font-size: 15px;
        padding: 0 15px 12px 0;
    }
    
    iframe {
        display: none!important;
    }

}

/*******************/
/* END PRINT MEDIA */
/*******************/

#glt-translate-trigger {
    right: auto;
    left: 20px;
}

.property-item figure span.property-label {
    background: green;
}

div.page-head {
    background-position: center center!important;
    min-height: 287px;
}

figcaption.topleft{
    top: 0;
    left: 0;
    right: inherit!important;
    bottom: inherit!important;
    background-color: #4DC7EC!important;
}
figcaption.topleft:before{
    content: "* ";
}

#overview .property-item .price .status-label.orange {
    background: url(/wp-content/themes/realhomes/assets/classic/images/arrow-left.png) #f38d28 no-repeat right 0;
}

#overview .property-item .price .status-label {
    background: url(/wp-content/themes/realhomes/assets/classic/images/arrow-orange.png) #292d2d no-repeat right 0;
}