/**
 * Theme Name:   Elite Lawn Care Oceanwp Child
 * Theme URI:    http://myelitelawncare.com
 * Description:  Elite Lawn Care Oceanwp child theme
 * Author:       Vlad
 * Author URI:   https://kobami.com
 * Template:     oceanwp
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:         two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
 * Text Domain:  elite-lwan-oceanwp-child
 */

/***************************************************************************
 * Quote form
 ***************************************************************************/
    #zillow {
        padding-top: 40px;
    }
    #zillow a {
        font-size: 8px;
        color: #666;
    }
    .zillow-hidden {
        display: none;
    }
    .sa-initial-form {
        text-align: center;
    }

    .sa-initial-form input {
        margin: 5px 5px 20px 5px;
        text-align: left;
        padding: 6px;
        min-height: 19px;
        font-family: source-sans-pro, sans-serif;
        color: #666;
        font-weight: 300;
        font-size: 20px;
        line-height: 34px;
    }

    @media (max-width: 479px) {
        .sa-initial-form input {
            width: 80%;
        }
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
    }

    /* Modal Content */
    .modal-content {
        background-color: #FAFAFA;
        font-family: Helvetica, sans-serif;
        margin: 150px auto auto auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 800px;
        z-index: 1001;
    }

    /* for really small phones like iPhone 5, make modal content fullscreen */
    @media (max-width: 360px) {
        .modal-content {
            margin-top: 20%;
        }
    }

    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .sa-dialog {
        text-align: center;
        width: 80%;
    }

    .sa-dialog h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 300;
        color: #666;
    }

    .sa-dialog div.form {
        margin: auto;
        text-align: center;
        display: inline-block;
        padding: 20px;
    }

    .sa-dialog input, .sa-form-input {
        font-weight: 300;
        padding: 6px;
        min-height: 14px;
        color: #333333;
        font-style: normal;
        width: 150px;
        border: 1px solid #bbb;
        margin-bottom: 10px;
    }

    .sa-dialog input.lg, .sa-initial-form input.lg {
        width: 315px;
    }

    @media (max-width: 768px) {
        .sa-dialog input, .sa-form-input, .sa-dialog input.lg {
            width: 95%;
            margin-bottom: 10px;
        }
    }

    /* buttons */
    .sa-initial-form button, .sa-dialog button {
        position: relative;
        text-align: center;
        line-height: 31px;
        font-size: 31px;
        font-family: lato, sans-serif;
        font-weight: 300;
        background-color: #9FC612;
        color: #FFFFFF;
        border-color: #333333;
        text-transform: uppercase;
        padding: 10px;
    }

    .sa-dialog button {
        width: 268px;
    }

    /* for iPhone 5 */
    @media (max-width: 360px) {
        .sa-dialog button {
            width: 95%;
        }
    }

    .sa-form-button:hover {
        background-color: #333;
        cursor: pointer;
    }

    /* devices smaller than an iPad in portrait mode, make form full screen */
    @media (max-width: 767px) {
        #sa-form-modal, .sa-dialog {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            margin: 0;
            padding: 78px 0 0 0;
            width: 100%;
            overflow: auto;
        }
        .sa-dialog {
            position: absolute;
            height: 200%;
        }
        .sa-dialog h3 {
            margin-bottom: 30px;
        }
        .sa-form-container {
            padding: 40px;
        }
        .sa-form, .sa-dialog div.form {
            display: block;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        .sa-form .form-group {
            padding: 0;
        }
        .sa-form input {
            font-size: 20px;
            border-radius: 4px;
        }
        .sa-form button {
            margin-top: 30px;
        }

        .sa-dialog .hide-on-mobile {
            display: none;
        }
    }
    input.required-field {
        border: 1px solid red;
    }
    .required-error {
        display: none;
        color: red;
        padding: 10px;
    }
/***************************************************************************
 * END Quote form
 ***************************************************************************/
