/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2019 | 14:06:58 */
#newsletterSignup {
  color: #fff;
}

#newsletterSignup .wpcf7-list-item-label {
  display: none;
}
#newsletterSignup .title {
  font-size: 25px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  display: block;
}
#newsletterSignup .sub_title {
  font-size: 25px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  display: block;
}

#newsletterSignup .col5 {
  float: left;
  width: 20%;
}
#newsletterSignup .row.options {
  width: 80%;
  float: right;
  font-size: 12px;
}

#newsletterSignup .col40 {
  width: 22%;
  float: left;
}
#newsletterSignup .col60 {
  width: 75%;
  float: left;
}

#newsletterSignup .col40 span.wpcf7-not-valid-tip,
#newsletterSignup .col60 span.wpcf7-not-valid-tip {
  width: 150px;
}

#newsletterSignup .wpcf7-response-output {
  background-color: #ffffff6e;
  width: 95%;
  padding: 0.2em 0.8em;
  font-size: 13px;
  text-align: left;
}

#newsletterSignup input[type=text],
#newsletterSignup input[type=email],
#newsletterSignup input[type=submit] {
  padding: 0.8em !important;
  font-size: 14px;
  border: 0;
  width: 95%;
}
#newsletterSignup input[type=submit] {
  background-color: #4e6535;
  color: #fff;
  width: 70%;
}

#newsletterSignup a {
  text-decoration: underline;
  color: #fff;
}

.wpcf7-validation-errors {
  border: 0 !important;
  background-color: rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.7);
  text-align: center;
}
#newsletterSignup .mc4wp-response {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 481px){
  #newsletterSignup .title {
    font-size: 16px;
  }
  #newsletterSignup .col40 {
    width: 32%;
  }
  #newsletterSignup .col60 {
    width: 68%;
  }  
}
@media only screen and (max-width: 480px){

  #newsletterSignup input[type=text],
  #newsletterSignup input[type=email],
  #newsletterSignup input[type=submit] {
    width: 100%;
  }

  #newsletterSignup .col5 {
    float: none;
    width: 100%;
    margin: 1em 0;
  }

  #newsletterSignup span.wpcf7-not-valid-tip {
    width: 100%;
  }
  
  #newsletterSignup .col40 span.wpcf7-not-valid-tip,
  #newsletterSignup .col60 span.wpcf7-not-valid-tip {
    width: 100%;
  }
  
  #newsletterSignup .row.options {
    width: 100%;
    float: none;
    line-height: 16px;
  }

  #newsletterSignup .col40 {
    width: 100%;
    float: none;
  }
  #newsletterSignup .col60 {
    width: 100%;
    float: none;
  }
}