/*
Theme Name: Divi Child Theme
Template: Divi
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
#dynamic-google-map {
    height: 450px;
    width: 100%;
}
.loading_page {
    width: 100%;
    text-align: center;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 981px) {
    #hero .et_pb_row {
        display: flex;
        align-items: baseline;
    }
}


#quoteForm input[type="submit"] {
    color: #ffffff!important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: 600!important;
    padding: 10px 15px !important;
    text-transform: uppercase!important;
    background-color: #e8641e;
    border-color: #e8641e;
}

#quoteForm input[type="submit"]:hover {
border-color: #ffffff!important;
background-color: #042368!important;
}

#quoteForm label,
#quoteForm input:not([type="submit"]),
#quoteForm textarea {
width: 100%;
}

#quoteForm input,
#quoteForm textarea,
#quoteForm h2 {
margin-bottom: 15px;
}

#quoteForm input:not([type="submit"]),
#quoteForm textarea {
padding: 16px;
height: auto;
border-radius: 0;
box-shadow: none;
background: #eee;
color: #666;
border: none;
}