﻿/*
[----------------------------------]
[-- PROPERTY CONTACT FORM ---------]
[----------------------------------]
*/

@media only screen {

    .property-contact-container:not(.fixed) {
        display: none;
        position: fixed;
    }

    .property-contact-container {
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        align-items: center;
        justify-content: center;
    }

    .property-contact-form {
        position: relative;
        padding: 20px;
        border: 1px solid #b1b1b1;
        border-top: 4px solid #c70e0e;
        background-color: white;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }


    .property-contact-form .alert {
        display: none;
    }

    .property-contact-form .form-title {
        font-size: 18px;
        margin-bottom: 12px;
        text-align: center;
    }

    .property-contact-callout-container .btn,
    .property-contact-form .btn {
        width: 50%;
    }

    .property-contact-form .contact-logo {
        padding: 8px;
        text-align: center;
    }

    .property-contact-form .contact-logo img {
        width: 50%;
        max-width: 50%;
        height: auto;
    }


    .property-contact-callout-container {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background-color: white;
        text-align: center;
        padding: 8px;
        border-top: 1px solid black;
    }
}
