.fusion-logo img {
  width: auto;
  max-width: 275px;
  padding-top: 0;
}

@media only screen and (max-width: 950px) {
  .fusion-logo img {
    width: auto;
    max-width: 185px;
    padding-top: 0;
  }
  .tp-mask-wrap {
    margin-top: -68px;
    margin-left: 15px;
  }
  div#slide-5-layer-3,
  div#slide-1-layer-3 {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  #wrapper {
    padding-top: 112px !important;
  }
}

.fusion-secondary-header {
  background-color: #3a3a3a;
}

.fusion-footer-widget-area {
  background-color: #212121;
}

.wbox h2 {
  color: black;
  border-top-left-radius: 8px;
  width: max-content;
  padding: 5px 30px 5px 0px;
  margin-bottom: 2px;
  font-size: 28px !important;
  background: white;
}

#toTop {
  bottom: 10px;
  background-color: #818181;
  border-radius: 4px;
  -webkit-border-radius: 4px !important;
  height: 38px;
}

.post-content h2 {
  color: black;
}

.post-content h4 {
  color: black;
  text-transform: uppercase;
}

div#slider-1-layer-5 {
  text-shadow: 1px 2px 2px black;
}

#main.subsite {
  padding-top: 55px;
  padding-bottom: 35px;
}

.fusion-mobile-nav-item a {
  color: black;
  line-height: 40px;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  border-top: 1px solid black;
}

.fusion-mobile-current-nav-item > a {
  background-color: #ec2028;
  color: white;
}

.fusion-open-submenu:before {
  position: absolute;
  z-index: 1000;
  color: red;
  top: 2px;
}

select,
textarea,
input[type="number"],
input[type="email"],
input[type="text"] {
  float: left;
  width: 100%;
  max-width: 100%;
  color: #353535;
  border-color: black;
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 0.824rem 1.4rem;
  border: 1px solid #9c9c9c;
}

select {
  padding: 5px 10px;
  height: 30px;
}

input[type="date"] {
  width: 100%;
  max-width: 100%;
}

input[type="submit"] {
  color: #ffffff;
  background-color: #389ee3;
  width: 100%;
  max-width: 550px;
  border: none;
  font-size: 17px;
  border-radius: 4px;
  padding: 5px 0;
}
input[type="submit"]:hover {
  background-color: #69afde;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  margin-left: 15px;
}
input[type="radio"]:hover,
input[type="checkbox"]:hover {
  cursor: pointer;
}
textarea {
  height: 150px;
  min-height: 150px;
}
label {
  font-size: 17px;
  color: black;
  text-align: left;
  width: 100%;
}
span.disabled,
label.disabled {
  color: #cbcbcb;
}
.success-message {
  background: #339132;
  width: 100%;
  max-width: 100%;
  color: white;
  padding: 20px 30px;
}
.success-message strong {
  color: white;
}

.success-message a {
  color: white;
}
.success-message h4 {
  font-size: 28px;
  color: white;
  margin-bottom: 30px;
}
.error-message {
  background: #f04040;
  width: 100%;
  max-width: 650px;
  color: white;
  padding: 10px 15px;
}
.error-message h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}
.listing {
  float: left;
  width: 100%;
}
