/*
 Theme Name:   Realty Child Theme
 Theme URI:    http://demo.themetrail.com/realty/
 Description:  Realty Child Theme
 Author:       ThemeTrail
 Author URI:   http://themetrail.com
 Template:     realty
 Version:      1.0
 Text Domain:  tt
*/

@import url("../realty/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@media (min-width:768px) {
    body.single.single-property .property-image-container, 
    body.single.single-property .flexslider-thumbnail {
        min-height:580px !important;
    }

    .no-desktop {
        display: none;
    }
}

@media (min-width:1000px) {
    body.single.single-property .property-image-container, 
    body.single.single-property .flexslider-thumbnail {
        min-height:600px !important;
    }
}

@media (min-width:1200px) {
    body.single.single-property .property-image-container, 
    body.single.single-property .flexslider-thumbnail {
        min-height:750px !important;
    }
}

@media (min-width:1600px) {
    body.single.single-property .property-image-container, 
    body.single.single-property .flexslider-thumbnail {
        min-height:800px !important;
    }
}

body.single.single-property .property-header-container {
    position:relative;
    top:25px;
}

@media (max-width:767px) {
    .no-mobile {
        display: none;
    }

    body.single.single-property #property-layout-full-width .property-header {
        max-width:100%;
        margin-left:0;
    }

    body.single.single-property .property-image-container, 
    body.single.single-property .flexslider-thumbnail {
        min-height:unset !important;
    }
}