@media screen and (max-width: 1024px) {
  .mfp-bg {
    background-color: #fff;
    opacity: 0.85; }
  .popup-subscribe {
    position: relative;
    width: 552px;
    padding: 30px 38px;
    border: 8px solid  #fff;
    margin: 0 auto;
    background: black; }
  .popup-subscribe h3 {
    margin-bottom: 12px;
    font-family: "Colors Of Autumn";
    font-size: 50px;
    line-height: 1.4;
    color: #eff2f5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 11px; }
  .popup-subscribe p {
    max-width: 500px;
    margin: 0 auto 4px;
    font-family: "Tw Cen", sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-transform: uppercase;
    font-weight: bold;
    color: #eff2f5;
    text-align: center; }
  .popup-subscribe h4 {
    margin-bottom: 12px;
    font-family: "Tw Cen", sans-serif;
    font-size: 32px;
    line-height: 1.38;
    text-transform: uppercase;
    font-weight: bold;
    color: #eff2f5;
    text-align: center; }
  .popup-gated-sale .subscribe-popup-form {
    text-align: center; }
  .popup-gated-sale .subscribe-popup-form .form-row {
    overflow: hidden;
    width: 413px;
    margin: 0 auto 17px; }
  .popup-gated-sale .subscribe-popup-form .form-controls-alt {
    float: left;
    vertical-align: top;
    width: 170px; }
  .popup-gated-sale .subscribe-popup-form .form-controls-alt + .form-controls-alt {
    float: right; }
  .popup-gated-sale .subscribe-popup-form .field {
    width: 170px;
    height: auto;
    padding: 14px 5px 14px 27px;
    background-color: #5f6e70;
    border-color: #000;
    font-family: "TW Cen", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #eff2f5;
    font-weight: bold; }
  .popup-gated-sale .subscribe-popup-form .field-alt {
    width: 242px; }
  .popup-gated-sale .subscribe-popup-form .field::-webkit-input-placeholder {
    color: #eff2f5; }
  .popup-gated-sale .subscribe-popup-form .field:-moz-placeholder {
    color: #eff2f5; }
  .popup-gated-sale .subscribe-popup-form .field::-moz-placeholder {
    color: #eff2f5; }
  .popup-gated-sale .subscribe-popup-form .field:-ms-input-placeholder {
    color: #eff2f5; }
  .popup-gated-sale .subscribe-popup-form .form-hint {
    font-family: "Tw Cen", sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    color: #eff2f5;
    text-align: center;
    font-weight: bold; }
  .popup-gated-sale .btn-black-red {
    min-width: 147px;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #5f6e70;
    background-color: #000;
    font-family: 'Colors Of Autumn';
    font-size: 15px;
    line-height: 38px;
    text-transform: uppercase;
    color: #eff2f5; } }

@media screen and (max-width: 768px) {
  .popup-subscribe {
    width: 100%; }
  .popup-gated-sale h3 {
    font-size: 2em; } }

@media screen and (max-width: 480px) {
  .popup-gated-sale .subscribe-popup-form .form-row {
    width: 100%; }
  .popup-gated-sale .subscribe-popup-form .form-controls-alt {
    width: 100%; }
  .popup-gated-sale .subscribe-popup-form .field {
    width: 100%;
    display: block; }
  .popup-gated-sale .subscribe-popup-form .form-controls-alt:first-child {
    margin-bottom: 17px; } }
