@media screen and (min-width: 768px) {
#revrow {
    margin-top: -150px;
}
}

.sbi_photo {
    border: 6px solid #fff;
    box-shadow: 0 0 10px #231914; -moz-box-shadow: 0 0 10px #231914; -webkit-box-shadow: 0 0 10px #231914; -khtml-box-shadow: 0 0 10px #231914;
}

.sub-menu {
  margin-top: 5px;
}

.fa {
    font-size: 24px !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
    margin-top: 25px !important;
}

#main-footer {
    background-image: url(/custom/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
}

#footer-widgets {
    padding: 6% 0 4%;
}

#footer-info {
    width: 100%;
    text-align: center;
}

#top-menu li {
    padding-right: 30px;
}

.et_pb_widget a {
    text-decoration: none;
    color: #fff;
}

#text-2 {
    text-align: center;
    width: 100%;
}

.et_header_style_split #et-top-navigation {
    padding: 50px 0 5px 0 !important;
}

.et-fixed-header #et-top-navigation {
    padding: 20px 0 0 !important;
}

.et_pb_fullwidth_header {
    padding-bottom: 0 !important;
}

#pageintro {
    padding-top: 0 !important;
}


/* CF 7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-form-control.wpcf7-submit {
    background: #293134;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-date {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 6px;
    color: #888;
}

.wpcf7-select {
    width: 100%;
    padding: 8px 6px;
    border-color: #ccc;
}



/* MOB */
@media screen and (max-width: 768px) {

.et_fixed_nav #main-header {
    position: initial !important;
    position: unset !important;
}

/*
.et_header_style_split #logo {
    max-height: 150px;
}
*/

.et_pb_fullwidth_header {
    padding-top: 50px !important;
}

.logo_container {
  float: left;
}

.et_header_style_split #logo {
  max-width: 100%;
}

.et_header_style_split #et-top-navigation {
  padding: 2px 0 5px 0 !important;
}

.et_header_style_split #main-header .mobile_nav {
  background-color: transparent !important;
}

.select_page {
  display: none !important;
}

#mobile_menu {
  background: #fff !important;
  margin-top: 5px;
}

.mobile_menu_bar.mobile_menu_bar_toggle {
  margin-top: -5px;
}

}