@media only screen and (max-width: 767px) {
  .coming-soon-content {
    max-width: 100%;
  }
  .coming-soon-content h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .coming-soon-content p {
    font-size: 13px;
    margin-top: 15px;
  }
  .coming-soon-content #timer {
    margin-top: 35px;
  }
  .coming-soon-content #timer div {
    font-size: 45px;
    width: auto;
    height: auto;
    padding-top: 0;
    background-color: transparent;
    margin-left: 9px;
    margin-right: 9px;
  }
  .coming-soon-content #timer div span {
    font-size: 13px;
    margin-top: -5px;
  }
  .coming-soon-content #timer div::before, .coming-soon-content #timer div::after {
    display: none;
  }
  .coming-soon-content .newsletter-form {
    margin-top: 30px;
  }
  .coming-soon-content .newsletter-form .input-newsletter {
    height: 55px;
    padding-left: 12px;
    font-size: 15px;
    border-radius: 11px;
  }
  
  .coming-soon-content .newsletter-form .input-newsletter {
    display: none;
    width: 53%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
	
  .coming-soon-content .newsletter-form button {
    position: relative;
    height: auto;
    padding: 14px 30px;
    font-size: 14px;
    margin-top: 1px;
  }
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
  .coming-soon-area {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .coming-soon-content h1 {
    font-size: 50px;
  }
  .coming-soon-content p {
    font-size: 13.5px;
  }
  .coming-soon-content #timer {
    margin-top: 45px;
  }
  .coming-soon-content #timer div {
    font-size: 50px;
    width: 125px;
    height: 125px;
    background-color: #FA5B0F;
    padding-top: 11px;
    margin-left: 0;
    margin-right: 0;
  }
  .coming-soon-content #timer div span {
    font-size: 15px;
    margin-top: -6px;
  }
  .coming-soon-content #timer div::before, .coming-soon-content #timer div::after {
    display: block;
  }
  .coming-soon-content .newsletter-form .input-newsletter {
    font-size: 16px;
  }
  .coming-soon-content .newsletter-form button {
    position: absolute;
    height: 55px;
    padding: 0 30px;
    font-size: 15px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-content h1 {
    font-size: 65px;
  }
  .coming-soon-content #timer div {
    font-size: 60px;
  }
}
/*# sourceMappingURL=responsive.css.map */