/*animations for page load slides*/
html > body {
  /*background-color: #000000;
  height: auto;
  position: relative;*/
}
#widget-spacer {
  transition: height .5s linear;
  height: 0;
}
#bgShadow #header {
  position: absolute;
  /*transition: top .5s linear;*/
  top: -77px;
}
@media (max-width: 959px) {
  #bgShadow {
    min-height: 100vh;
  }
  #bgShadow #header {
    position: absolute;
    top: -58px;
  }
  #bgShadow #header.opened {
    height: auto;
    position: absolute !important;
    top: -58px !important;
  }
}
#bgShadow {
 /* background-color: #000000;*/
  position: relative;
 /* transition: margin-top .5s linear; */
  z-index: 1;
}
#bgShadow .default-template-main {
  background-color: #ffffff;
}

/*sign-up box*/
section#email-signup {
    position: fixed;
    text-align: center;
    background-color: #0e1010;
    width: 100%;
    top: 0;
    z-index: 0;
    background: #0e1010  no-repeat center center / cover;
}
section#email-signup .email-wrapper {
  position: relative;
  padding: 75px 20px 80px;
}
@media (max-width: 568px) {
  section#email-signup .email-wrapper {
    padding: 60px 20px;
  }
}
section#email-signup .email-wrapper .email-inner {
  max-width: 600px;
  margin: 0 auto;
}
section#email-signup * {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: .5px;
}
section#email-signup h3 {
  border-bottom: none;
  font-size: 40px;
  padding: 0;
  margin: 0 0 25px;
  font-weight: 700;
}
@media (max-width: 568px) {
  section#email-signup h3 {
    margin-bottom: 20px;
  }
}
section#email-signup .email-wrapper p {
  font-weight: 100;
  font-size: 19px;
}
section#email-signup .email-wrapper div.disclaimer p{
  font-size: 14px;
  max-width: 80%;
  margin: 0 auto;
}
section#email-signup form {
  margin: 35px auto;
  position: relative;
}
@media (max-width: 568px) {
  section#email-signup form {
    margin: 10px auto;
  }
}
section#email-signup form > label {
  position: absolute;
  opacity: 0;
}
section#email-signup form > #silverpop-email {
  background-color: #fff;
  padding: 11px 14px;
  margin-right: 13px;
  color: rgb(14,16,16);
  font-weight: normal;
  width: 350px;
}
@media (max-width: 568px) {
  section#email-signup form > #silverpop-email {
    width: 250px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*border-radius fix*/
section#email-signup form input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-border-radius:0px;
  border-radius: 0px;
}
section#email-signup form #silverpop-email::-webkit-input-placeholder {
  color: #898989;
  font-weight: 100;
}
section#email-signup form #silverpop-email:-moz-placeholder {
  color: #898989;
  opacity: 1;
  font-weight: 100;
}
section#email-signup form #silverpop-email::-moz-placeholder {
  color: #898989;
  opacity: 1;
  font-weight: 100;
}
section#email-signup form #silverpop-email:-ms-input-placeholder {
  color: #898989;
  font-weight: 100;
}
section#email-signup form #silverpop-email::-ms-input-placeholder {
  color: #898989;
  font-weight: 100;
}
section#email-signup form > .silverpop-submit {
  text-transform: uppercase;
  padding: 9px 20px 10px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none;
  background-color: transparent;
  width: auto;
  height: auto;
  letter-spacing: 1.3px;
  font-size: 15px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  -webkit-appearance: none;
}
@media (max-width: 568px) {
  section#email-signup form > .silverpop-submit {
    margin-top: 0;
  }
}
@media (hover:hover) {
  section#email-signup form > .silverpop-submit:hover {
    background-color: #000;
    border-color: #000;
  }
}
section#email-signup #close-button {
  font-weight: bold;
  background: #000;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 7px 10px;
  font-size: 20px;
  cursor: pointer;
}
section#email-signup #close-button img {
  width: 15px;
  height: auto;
}

#header-images{
background-color:#000;
}

#gdpr_linktext, .email-sign-up #gdpr_linktext{
  color:#000000;
  text-decoration:underline;
}
.email-sign-up #gdpr_linktext{
    color: #ededed !important;
	display: inline;
}