/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4
*/

/* home page */
.SFOI__title {
    text-transform: none;
}

.property-item .content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}

div.property-details {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    border-color: #dedede;
    background-color: #fff;
    padding: 14px 8px 35px 8px;
    margin-top: 18px;
}

ul.property-details li {
    border-bottom: 0 !important;
}

/* Page head */
.page-head {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 28px;
    margin-bottom: 0;
}

/* Drop cap for first paragraph */

.first-paragraph:first-child:first-letter {
  float: left;;
  font-size: 60px;
  color: #a0ce4e;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

/* Round icon */
.circle-icon {
    background-color:#086688;
    font-size:18px;
    height:35px;
    width:35px;
    margin-right:14px;
    -webkit-border-radius: 50%; 
    border-radius: 50%; 
    background-clip: padding-box; 
    text-align: center; 
    display: table;
    float: left;
}

.li-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
}

.checklist-block {
    margin-top: 20px;
}

/* Color for rent and sell tag */
.affitto {
     background-color: #d1462f !important;
}

.vendita {
    background-color: #086688 !important;
}

/* Footer */
#footer-wrapper {
    background-image: none;
    background-color: #252a2b;
    border-top: 12px solid #e9eaee;
    padding-top: 60px;
    padding-bottom: 55px;
}

#footer .widget .title {
    color: #fff !important;
}

#footer .contacts-list {
    list-style: none;
}

#footer .contacts-list li {
    background-image: none !important;
    line-height: 16px;
}

#footer .contacts-list .fa {
    margin-right: 10px;
}

#footer .contacts-list .smartphone .fa:before {
    font-size: 20px;
}

.footer-address {
    display: inline-block;
    vertical-align: top;
}

#footer .opening {
    list-style: none;
}

#footer .opening li {
    background-image: none !important;
    line-height: 16px;
}

#footer a:hover, #footer-bottom a:hover {
    color: #4dc7ec;
}

/* Page breadcrumbs */
.page-head div.page-breadcrumbs {
    background-color: #f5f5f5;
    opacity: 1.0;
    padding: 0 0 0 18px;
    color: #707070;
}

.property-breadcrumb li, div.page-breadcrumbs li {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.page-head div.page-breadcrumbs a {
    color: #00aeef;
    font-size: 12px;
}

.page-head div.page-breadcrumbs a:focus,
.page-head div.page-breadcrumbs a:hover {
    border-bottom: 1px solid #00aeef;
}

.page-head div.page-breadcrumbs .breadcrumbs-separator {
    color: #707070;
}

/* Page title */
.page-head h1.page-title {
    text-transform: none;
}

/*
 * Fullwidth banner parallax (chisiamo)
*/

.parallax {
	height: 350px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



.parallax .banner-inner {
    width: 100%;
    height: 100%;
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .banner-inner::before {
    /*background-color: #000000;*/
    background-color: #4d4d4d;
    opacity: 0.4;
	rgba(0,0,0,0.4);
}

.parallax .banner-inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.parallax .banner-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}

.parallax .banner-caption h1 {
    font-size: 43px;
    line-height: 43px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
	color: white;
}

.parallax .banner-caption h2 {
    color: #ffffff;
}

.parallax .banner-caption h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 300;
    text-transform: inherit;
    text-align: center;
}


/* Contact form */
.single-property .property-sidebar .contact-box .contact-box-title { 
    margin: 0;
}

.widget .agency-info {
    padding: 8px 25px 5px;
    color: #394041;
}

.widget .agency-info .contacts-list {
    color: #394041;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    list-style: none;
}
ul.contacts-list li {
    background: none;
}

/* Enquiry form */
.enquiry-form textarea {
    margin-bottom: 4px;
}

.gdpr-agreement input.error[type="checkbox"] {
    outline: 1px solid #ff1a3a;
    -webkit-box-shadow: inset 0 0 1px #ff1a3a;
    box-shadow: inset 0 0 1px #ff1a3a;
}

.gdpr-agreement input[type="checkbox"] {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    -webkit-box-shadow: inset 0 0 2px #e9e9e9;
    box-shadow: inset 0 0 2px #e9e9e9;
    border: 1px solid #cdcdcd;
    color: #394041;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
}

#inspiry-gdpr-agent-form-id {
    float: none;
    display: inline-block;
}

.widget .enquiry-form .gdpr-agreement label {
    width: 80%;
}

.gdpr-agreement label {
    float: none;
    display: inline-block;
}

.hidden {
    display: none !important;
}

.printableonly {
    display: none;
}

#btn-tel, #btn-fax, #tel, #fax {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.real-btn:focus {
    background-color: #9c0063;
}


/* chi siamo */
.fw-presentation {
    overflow: hidden;
    background-color: #fff;
    border: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-border {
    border: 0;
}

.h4-post-title {
    font-size: 22px;
    line-height: 36px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #394041;
    word-spacing: -1px;
}

/* Google maps Infobox */

.infobox {
    padding: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
    background-color: rgba(0,174,239,0.9);
    color: #fff;
    font-size: 12px;
    width: 250px;
}

#officeLocation-map {
    height: 410px;
}

.container-404 {
    background-color: #fff;
    width: 100%;
}

.page-404 {
	text-align: center;
	font-size: 16px;
	margin-top: 120px;
	margin-bottom: 120px;
}

.page-404 h2 {
	color: #c8c9c9;
	margin-bottom: 44px;
}
.error-404 {
    color: #f0f0f0;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;
}


/*
 * --------------------------------- 
 * CSS for printing
 * ---------------------------------
 */

@media print {
 
    /* Impostiamo la larghezza del contenuto, eliminiamo float e margini */
    /* Attenzione: le classi e gli ID variano da tema a tema. Utilizzare i valori corretti */
    .single-property, #page {
        width: 100%; 
        margin: 0; 
        float: none;
    }
        
    /* Impostiamo i margini della pagina */       
    @page { 
        size: A4;
        margin: 2cm;
    }
    
    /* Font 16px / 13pt, sfondo bianco e colore carattere nero. */
    /* Ciò consente di risparmiare inchiostro */
    body {
        /* font: 13pt Georgia, "Times New Roman", Times, serif; */
        font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
    }
    
    h1 {
        font-size: 24pt;
    }
    
    h2, h3, h4 {
        font-size: 14pt;
        margin-top: 25px;
    } 

    a {
        page-break-inside:avoid
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
         page-break-inside:avoid }
    img { page-break-inside:avoid; 
         page-break-after:avoid; }
    table, pre { page-break-inside:avoid }
    ul, ol, dl  { page-break-before:avoid }
        
    /* Colore e resa dei link */
    /* Poiché i link non sono visibili su carta, è necessario esplicitare gli URL */
    /* Decommentare i blocchi seguenti se si vuole utilizzare tale espediente */
    /*
    a:link, a:visited, a {
        background: transparent;
        color: #520;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }
    
    a {
        page-break-inside:avoid
    }
    
    a[href^=http]:after {
          content:" <" attr(href) "> ";
    }
    
    a:after > img {
       content: "";
    }
    
    article a[href^="#"]:after {
       content: "";
    }
    
    a:not(:local-link):after {
       content:" <" attr(href) "> ";
    }
    */

    /* Hiding unnecessary elements for the print */

    nav, .sidebar, .property-sidebar, .heading, h2.logo-heading,
    #logo, .related-posts, #breadcrumbs, #footer, #footer-wrapper 
    {
        display: none;
    }

    address.title {
        padding-top: 1em;
    }

    #overview .property-item .price .status-label::before {
        content: "Contratto: ";
    }

    #overview .property-item .price .price-and-type::before {
        content: "Prezzo: "
    }

    #overview .property-item .price small {
        display: none;
    }

    .tag-arrow {
        display: none;
    }

        
    .printableonly {
        display: block;
        margin: 0 auto;
        text-align: center;      
    }

    .logo-container {
        padding-bottom: 18px;
        border-bottom: 1px solid #d7d7d7;
    }

    .printableonly img {
        margin-bottom: 45px;  
    }

    .printableonly p {
        text-align: left;
    }
    
    .printableonly .opening li {
        line-height: 16px;
        list-style: none;
        text-align: left;
    }
}
    