/* CSS Document */

@media print and (color) { * { -webkit-print-color-adjust: exact; color-adjust: exact; } } 

@media print { body { font-family: Georgia, serif; margin: 0 !important; padding: 0 !important; }

@media print {
    html, body {	
		margin: 0 !important;
		padding: 0 !important;
	    overflow: hidden;
	}
    
    @page {
	margin: 0;
    }

    .rh_responsive_header_temp {
        background: black !important;
        background-color: black !important;                
    }
    
	.rh_header .rh_header__wrap {
		margin: -10px -15px 0 -15px;
	}

	.rh_menu {
		display: none;
	}
    
    .inspiry-qr-code {
        display:none !important;
    }
   
	.rh_logo img {        
        text-align: center !important;
        margin-left: 150px !important;
        max-height: 195px !important;       		
    }
    
    .rh_menu__user_phone svg {
        display: none !important;
    }
    
    .contact-number {
        padding-right: 15px !important;
        color: white !important;
    }
    
     .rh_menu__user div > a::after{
        content: "\A info@proimmospain.com \A www.proimmospain.com" !important;
        white-space: pre !important;
        color: white !important;
    }
    
	.rh_header .rh_header__wrap .rh_logo .rh_logo_inner {
		padding: 10px 0;
		text-align: center;
	}
    
	.rh_header .rh_header__wrap .rh_logo .rh_logo_inner p {
		display: none !important;
	}

    .rh_page__head .rh_page__property_price {
        padding-top: 10px !important;
    }
    
	.rh_page__property .rh_page__property_title {
		display: inline-block;
        margin-top: 10px !important;
		width: 100%;
	}
    
    #property-featured-image img:first-of-type {
        display: none !important;
    }
    
    #property-featured-image img {
        margin-top: 10px !important;
        width: auto !important;
		margin-left: 0;
		height: 440px;
		max-height: 100%;
    }
     
     .rh_property__meta div > i:before{
		color: #1ea69a !important;
	}
        
    .rh_property__heading {        
        display: block !important;
        padding-top: 50px !important;
    }

    .rh_property__features_wrap {
        margin-top: -25px !important;
        height: auto !important;
        page-break-inside: avoid !important;       
    }
    
    .rh_content {
        display: box !important;
    }
    
    .rh_property__map_wrap {        
        margin-top: -25px !important;
    }    
    
    .rh_property__energy_performance_wrap {        
/*        margin-top: -25px !important; */        
        page-break-inside: avoid !important;
    }
    
    .rh_property__comments {
        display: none !important;        
    }
    
}
}