/* ============ email subscribe =============== */
.wrap-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.7);
  z-index: 1000; }

.email-content-wrapper {
  position: fixed;
  top: 15%;
  z-index: 1001;
  width: 100%;
  min-height: 1px; }
  .email-content-wrapper .wrap {
    max-width: 400px;
    margin: 0 auto; }
    .email-content-wrapper .wrap #nl_email {
      border: 1px solid #f79421;
      height: 50px;
      margin-bottom: 5px; }
    .email-content-wrapper .wrap .button.button--primary {
      margin-left: 0;
      color: #f79421; }
    .email-content-wrapper .wrap .button.button--primary:hover {
      color: #fff !important; }

.email-content-email {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 20px; }

.email-content-email {
  max-width: 700px;
  margin: 0 auto;
  width: 90%; }

.close-wrapper .close {
  position: absolute;
  background: #f79421;
  z-index: 10;
  margin-top: -20px;
  opacity: 1;
  color: #fff;
  font-weight: normal;
  padding: 10px 15px;
  font-size: 16px;
  font-family: karla;
  margin-left: -20px;
  cursor: pointer; }

.close-wrapper {
  float: right; }

.email-main-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 400px;
  margin: 20px auto;
  width: 100%; }

.email-secondary-title {
  text-align: center;
  margin-bottom: 10px; }

.email-content-wrapper input {
  border-radius: 0; }

.email-content-wrapper .button {
  width: 100%;
  margin-top: 10px;
  color: #000; }

.email-content-wrapper .form {
  margin: 0; }

.email-contant-contact {
  display: none; }

/* ============ email subscribe =============== */
