.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  background-color: #e5e5e5;
  color: #000000;
  font-size: 14px;
  padding: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  border-width: 0;
  border-radius: 0;
}
.wpcf7-form input.placeholder, .wpcf7-form textarea.placeholder, .wpcf7-form select.placeholder {
  color: #000;
}
.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder, .wpcf7-form select:-moz-placeholder {
  color: #000;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  color: #000;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  color: #000;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form select::-webkit-input-placeholder {
  color: #000;
}
.wpcf7-form .submit-wrap {
  margin-left: auto;
}
.wpcf7-form .submit-wrap .btn-wrap {
  position: relative;
}
.wpcf7-form .submit-wrap .btn-wrap:after {
  font-family: ETmodules !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 1;
  content: "5";
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  color: white;
  top: 6px;
  right: 0;
  pointer-events: none;
}
.wpcf7-form .submit-wrap .btn-wrap:hover:after {
  opacity: 1;
  right: 5px;
}
.wpcf7-form .submit-wrap .btn-wrap .ajax-loader {
  position: absolute;
  right: 0;
  bottom: -24px;
}
.wpcf7-form .wpcf7-submit {
  background-color: #89010a;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
  padding-right: 32px;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-wrap .half, .form-wrap .full {
  margin-bottom: 3%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-wrap .half {
    width: 48.5%;
  }
}

.post-type-archive-case-studies .et_pb_post {
  margin-bottom: 25px;
}
.post-type-archive-case-studies .et_pb_post .entry-title {
  margin-top: 10px;
}
.post-type-archive-case-studies #et-boc .et-l .et_pb_section {
  padding-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-case-studies #sidebar {
    padding-left: 30px;
    padding-bottom: 0;
  }
  .post-type-archive-case-studies #sidebar > div {
    margin-bottom: 0 !important;
  }
  .post-type-archive-case-studies #main-content .container {
    padding-top: 58px !important;
  }
  .post-type-archive-case-studies #main-content .container:before {
    right: 20.875% !important;
  }
}

#wpb_widget-2 {
  padding-top: 40px;
  border-top: 1px solid black;
}
#wpb_widget-2 .widgettitle {
  margin-bottom: 10px;
}

.sidebar-cat a {
  margin-bottom: 10px;
  display: block;
  line-height: 1.3;
}

.et_pb_widget_area .et_pb_widget a.sidebar-link {
  color: #890808;
  font-size: 15px;
  line-height: 1.2;
}

body #logo {
  max-height: 44px !important;
}
body #et_mobile_nav_menu {
  display: none;
}
@media (max-width: 1100px) {
  body #et_mobile_nav_menu {
    display: block;
  }
  body #top-menu {
    display: none;
  }
}
