/*
Theme Name: Theme Options
Version: 1.0
Template: enfold
*/

body {
    max-width: 1920px;
    margin: 0 auto;
}

.html_header_top.html_header_sticky #header {
    left: 0;
}

@media (max-width: 767px) {
    .img-right {
        display: flex;
        flex-flow: column;
    }

    .img-right .flex_cell:last-child {
        order: 1 !important;
    }

    .img-right .flex_cell:first-child {
        order: 2 !important;
    }
}

span.special_amp {
   font-family: inherit;
   font-size: inherit;
   color: inherit !important;
   font-style: normal;
   font-weight: inherit;
}

.contact-form li {margin: 0 !important;}

.contact-form .gform_body input,
.contact-form .gform_body textarea {
   padding: 10px 20px !important;
}

.contact-form .gform_footer {
   margin: 0 !important;
   padding: 0 !important;
}

.contact-form .gform_footer input[type=submit] {
   width: 100% !important;
   padding: 15px !important;
   text-transform: uppercase !important;
   letter-spacing: 2px !important;
}

.main_color strong, 
.alternate_color strong {
    color: inherit;
}