/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

.footer__signup a {
  color: #f3efde;
}
.footer__signup a:hover {
  color: #b3a369;
}
.footer__signup__subheading {
  margin-bottom: 30px;
}
.footer__signup__form form {
  display: flex;
  flex-wrap: wrap;
}
.footer__signup__form form > div {
  width: 30%;
  padding: 5px;
}
div.input .hs-form-booleancheckbox label {
	border: none;
	color: #f3efde;
}
.footer__signup__form form div.input:not(.hs-fieldtype-booleancheckbox div.input) {
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 3px;
}
.footer__signup__form form .hs-fieldtype-select select, .footer__signup__form form .hs-fieldtype-text input, .footer__signup__form form .hs-fieldtype-phonenumber input {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #f3efde;
  font-size: 20px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .7);
  font-family: "Open Sans", sans-serif;
}
.footer__signup__form form .hs-fieldtype-select select {
  padding: 8px;
  color: #5c7583;
}
.footer__signup__form form .hs-fieldtype-select select option {
  color: #000;
}
.footer__signup__form form .hs_submit {
  position: relative;
  /*align-self: end;*/
}
.footer__signup__form form .hs_submit input.hs-button {
  border: 3px solid #b3a369;
  background-color: #c63527;
  color: #f3efde;
  position: relative;
  line-height: 1.125;
  padding: 16px 20px;
  font-family: "RextonExtraBold";
  font-size: 14px;
  text-transform: uppercase;
  transition: .2s linear;
  cursor: pointer;
}
.footer__signup__form form .hs_submit input.hs-button:hover {
  border: 3px solid #b3a369;
  background-color: #f3efde;
  color: #c63527;
}
.footer__signup__form .hs_error_rollup {
  display: none;
}
.footer__signup__form ul.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__signup__form ul.hs-error-msgs li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  color: #b3a369;
  padding-left: 10px;
}
.footer__signup__form .hs-form-field label {
  font-size: 13px;
}
.footer__signup__form ul.inputs-list, .footer__signup__form ul.inputs-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__signup__form .hs-form-booleancheckbox-display input {
  float: left;
  width: 20px;
  height: 20px;
}
.footer__signup__form .hs-form-booleancheckbox-display > span {
  /*display: block;*/
  margin-left: 12px;
  line-height: 1.25;
  font-size: 14px;
}
.footer__signup__form .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}
.footer__signup__form input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.footer__signup__form input[type=checkbox]:before {
  font-family: "fontello";
  content: "";
  font-size: 18px;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0);
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-right: 7px;
  border: 1px solid rgba(255, 255, 255, .7);
  outline: 1px solid rgba(255, 255, 255, .7);
  outline-offset: 2px;
}
.footer__signup__form input[type=checkbox]:checked:before {
  color: #f3efde !important;
}
h2.footer__signup__heading {
  font-variant: all-petite-caps;
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .footer__signup__form form > div {
    width: 33%
  }
  .footer__signup__form form > div.hs-fieldtype-booleancheckbox {
    padding: 15px 10px 5px 10px;
  }
  .footer__signup__form form .hs_submit {
    width: 100%;
    padding-top: 15px;
    text-align: center;
    text-align-last: center;
  }
}
@media screen and (max-width: 799px) {
  .footer__signup__form form > div {
    width: 50%
  }
  .footer__signup__form form > div.hs-fieldtype-booleancheckbox {
    width: 100%
  }
}
@media screen and (max-width: 599px) {
  .footer__signup__form form > div {
    width: 100%
  }
  .footer__signup__form form .hs_submit input.hs-button {
    width: 100%
  }
  h2.footer__signup__heading {
    font-size: 30px;
  }
}
/* Increase width of drop-down menus */
@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 340px;
}
	.sub-menu .menu-item a {
    width: 300px !important;
	/* Extra - Reduce padding on list items */
	padding: 4px 12px;
	}
#top-menu li li a {
    width: 300px;
	/* Extra - Reduce padding on list items */
	padding: 4px 12px;
	}
}
#main-header {
	display: none !important;
} 