/*
    =========================================================================================
    >>>  CONTACT PAGE STYLES
    =========================================================================================
    The CONTACT Page  classes
    > Add here all the styles needed for the template/page-contact.php
    
*/
.contact-1{
    background-image: url(../../resources/contact-header.jpg);
    background-position: center;
    background-size: cover;
}
.contact-1 .row{
    min-height: 70vh;
}
.contact-1 h1{
    color: #fff;
}
.contact-2 .col-md-5{
    background: #f5f5f5;
    padding: 80px;
}
.contact-2 .col-md-5 h2{
    text-transform: uppercase;
    color: #417477;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-2 .col-md-5 p{
    color: #000;
    font-weight: normal;
    font-size: 15px;
}
.contact-2 .col-md-5 p b{
    color: #417477;
}
.contact-2 .col-md-5 a{
    display: block;
    color: #417477;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-2 .col-md-5 a img{
    max-width: 30px;
    vertical-align: bottom;
    margin-right: 10px;
}
.contact-2 .col-md-7{
    background: #417477;
    padding: 80px;
}
.contact-2 .col-md-7 h2{
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-2 .form-contact{
    display: block;
}
.contact-2 .form-contact input[type="text"], .contact-2 .form-contact input[type="number"], .contact-2 .form-contact input[type="email"]{
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    background: transparent;
    border: none;
    border-bottom: 2px solid #a2b2b3;
    margin: 0;
    font-size: 12px!important;
    width: 100%;
    margin-bottom: 40px;
    display: block;
    border-radius: 0;
}
.contact-2 .form-contact input[type="text"]:focus, .contact-2 .form-contact input[type="number"]:focus, .contact-2 .form-contact input[type="email"]:focus{
    border-bottom: 2px solid #f4df4f;
}
.contact-2 .form-contact textarea{
    border-radius: 0;
    border: 2px solid #a2b2b3;
    color: #fff;
    background: transparent;
    min-height: 100px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
}
.contact-2 .form-contact input[type="submit"]{
    border: 0;
    background: transparent;
    color: #f4df4f;
    font-weight: bold;
    padding: 0.6em 0em 0.6em;
    border-radius: 0;
    transition: all .3s;
    border-bottom: 3px solid transparent;
}
.contact-2 .form-contact input[type="submit"]:hover{
    border-bottom: 3px solid #f4df4f;
}
.contact-2 .form-contact input::placeholder, .contact-2 .form-contact textarea::placeholder{
    color: #fff;
}
.gform_wrapper .gform_footer {
    padding: 16px 15px 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
    text-align: right;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
    margin-right: 0;
}
.contact-2 .form-contact input[type="text"], .contact-2 .form-contact input[type="number"], .contact-2 .form-contact input[type="email"]{
	width: 100%!important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
    width: 50%;
    display: inline-block;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	display: none!important;
}
#field_1_11, #field_2_10{
    width: 100%!important;
}
.gform_wrapper div.validation_error {
    color: #f4df4f;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #f4df4f;
    border-bottom: 2px solid #f4df4f;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #f4df4f;
}
.gform_wrapper .validation_message {
    color: #f4df4f;
    font-weight: 700;
    letter-spacing: normal;
}
@media (max-width: 575px){
    .site-footer .col-md-10 p{
        text-align: center;
    }
    .contact-2 .col-md-7, .contact-2 .col-md-5 {
        padding: 30px;
    }
    .contact-1 .row {
        min-height: 40vh;
    }
    .about-us-1 .row{
        min-height: 50vh;
    }
    
}