﻿
/*
[----------------------------------]
[--------- PROPERTY DETAIL --------]
[----------------------------------]
*/

@media only screen and (min-width:1024px) {


    .property-detail-contact-container {
        position: relative;
    }

    .property-detail-contact-container .property-contact-container {
        position: absolute;
    }

    .property-contact-container:not(.fixed) .property-contact-form {
        max-width: 360px;
    }
    
    .property .property-contact-form .close-button.close-contact {
        display: none;
    }

}

@media only screen and (max-width:1023px) {

    .property-contact-callout-container {
        display: block;
    }

    .property-contact-container {
        display: none;
        position: fixed;
        padding: 10vh 3vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-width: 100%;
    }

    .property-contact-container .property-contact-form {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .property .property-info .info-footer .options .makeoffer {
        align-self: initial;
    }
}

@media only screen and (min-width: 1024px) {
    .property-detail-contact-container {
        width: 540px;
        margin-left: 24px;
    }
}


@media only screen and (max-width: 600px) {

    .property-contact-form .buttons-container a {
        display: none;
    }

    .property-contact-form .buttons-container .btn {
        width: 100%;
    }
}
