#optinBox {
    padding-top: 7px;
    width: 280px;
    float: right;
    text-align: left;
  }
  #optinBox h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 3px;
  }
  #optinBox form {
    max-width: 100%;
    width: 100%;
    float: right;
    margin: 0;
  }
  #optinBox input[type=text] {
    width: 75%;
    float: left;
    margin: 0 !important;
    height: 35px;
    font-size: 14px;
  }
  #optinBox input[type=submit] {
    width: 25%;
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    padding-top: 10px;
  }
  #optinBox .privacyLink {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    float: right;
    margin-top: 1px;
    text-align: left;
    line-height: 1.1em;
  }
  #pageOptin .button {
    width: 100%;
    margin-top: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #pageOptin br {
    display: none;
  }
  /*Mobile Email Widget*/
  #classictextwidget-6 {
    display: none;
  }
  @media (max-width: 640px) {
    #optinBox {
      text-align: center;
      padding-bottom: 25px;
      padding-top: 0;
    }
    #optinBox form {
      float: none;
      margin: auto;
    }
  }
  @media (max-width: 1023px) {
    #optinBox {
      display: none;
    }
    /*Mobile Email idget*/
    #classictextwidget-6 {
      display: block;
    }
    #classictextwidget-6 #optinBox {
      display: block;
      width: 100%;
      float: left;
    }
  }
  
  #optinBox .button,
  #optinBox .submit-button {
    background-color: #eb9d26;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
  }
  
  #optinBox .submit-button {
    padding: 10px 20px;
    border: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    border-radius: 0;
  }
  
  #optinBox .button:focus,
  #optinBox .button:hover {
    background-color: #14679e;
    color: #fefefe;
  }
  