div#newsletter_block_left {
  background-color: #EEE;
  padding: 30px;
  margin: 30px 0 0 0; }
  div#newsletter_block_left .center {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      div#newsletter_block_left .center {
        display: block; } }
    div#newsletter_block_left .center h4 {
      color: #333;
      font-size: 22px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0;
      padding: 0; }
    div#newsletter_block_left .center p {
      font-size: 14px;
      color: #999;
      margin: 0;
      padding: 0;
      letter-spacing: 0.1px; }
    div#newsletter_block_left .center input.newsletter-input {
      width: calc(100% - 170px);
      margin: 0 15px;
      background-color: #FFF;
      border: 1px solid #d5d5d5;
      padding: 10px 15px;
      font: 14px 'Lato', sans-serif;
      color: #666;
      font-style: italic;
      outline: none;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      div#newsletter_block_left .center input.newsletter-input:focus {
        border-color: #a2a2a2; }
      @media (max-width: 768px) {
        div#newsletter_block_left .center input.newsletter-input {
          width: 100%;
          margin: 15px 0; } }
    div#newsletter_block_left .center button.newsletter-button {
      padding: 10px 15px;
      box-sizing: border-box;
      white-space: nowrap;
      width: 140px;
      border: 0;
      background-color: #ff7800;
      color: #FFF;
      font: 0.8 "Lato", sans-serif;
      letter-spacing: 0.5px;
      font-weight: bold;
      outline: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      div#newsletter_block_left .center button.newsletter-button:hover {
        color: #333;
        background-color: #FFF; }
      @media (max-width: 768px) {
        div#newsletter_block_left .center button.newsletter-button {
          width: 100%; } }

/*# sourceMappingURL=blocknewsletter.css.map */
