@media only screen and (min-width: 1400px) {
body.page-template-default #logo {
max-height: 371px !important;
}
body.page-template-default span.logo_helper {
height: 371px !important;
}
body.page-template-default .et-fixed-header span.logo_helper {
height: 100% !important;
}
body.page-template-default .et-fixed-header #logo {
max-height: 100% !important;
}
}
@media only screen and (max-width: 1399px) {
body.page-template-default #logo { max-height: 133px !important; }
body.page-template-default .et-fixed-header #logo { max-height: 100% !important; }
}
@media (max-width: 980px) {
.container { width: 95% !important; }
#logo { max-height: 133px !important; }
} .mobile_menu_bar:before {
color: #002060 !important;
font-weight: bold;
font-size: 51px;
}
.et_mobile_menu {
border-top: 3px solid #002060 !important;
}
.et_mobile_menu li a {
border-bottom: 1px solid #000;
}
#main-header .et_mobile_menu {
background-color: rgb(255 255 255 / 76%) !important;
} .et_pb_contact p input[type=checkbox]+label i {
background-color: #000 !important;
border: 1px solid #FFFFFF !important;
}
.et_pb_contact_field_options_title, .et-pb-contact-message {
color: #FFFFFF;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-number, .wpcf7-date, .wpcf7-captchar {
background-color: #eee !important;
border: 1px solid black !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #000 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 600;
border: 1px solid black !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7 .et_pb_contact p input[type=checkbox] {
display: inline;
-webkit-appearance: radio !important;
}
.wpcf7-submit:hover {
background-color: #666;
border-color: #666;
padding: 16px !important;
color: #FFF !important;
font-weight: bold;
}