/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    margin-right: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0; } }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #418B19; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left h4 {
  background: none;
  padding: 7px 16px 5px 0;
  border: none;
  text-transform: none; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left h4 {
      margin-bottom: 10px; } }
  #footer #newsletter_block_left h4:after {
    display: none; }
#footer #newsletter_block_left .block_content {
  overflow: hidden; }
#footer #newsletter_block_left .form-group {
  margin-bottom: 0;
  position: relative; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left .form-group {
      display: inline-block; } }
  #footer #newsletter_block_left .form-group .form-control {
    background: #fff;
    border-color: #e2e2e2;
    color: #777;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    max-width: 267px;
    padding: 5px 60px 5px 12px; }
    #footer #newsletter_block_left .form-group .form-control:focus {
      -moz-box-shadow: black 0 0 0;
      -webkit-box-shadow: black 0 0 0;
      box-shadow: black 0 0 0; }
  #footer #newsletter_block_left .form-group .btn-sm {
    background: #007ee1;
    border: none;
    color: #fff;
    padding: 2px;
    font-size: 21px;
    position: absolute;
    right: 0;
    height: 40px;
    text-align: center;
    top: 0;
    width: 49px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #footer #newsletter_block_left .form-group .btn-sm:hover {
      background: #31b041; }
    @media (max-width: 1199px) {
      #footer #newsletter_block_left .form-group .btn-sm {
        font-size: 16px;
        width: 38px; } }
#footer #newsletter_block_left .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both; }
  @media (min-width: 1200px) {
    #footer #newsletter_block_left .warning_inline {
      display: inline-block;
      position: relative;
      top: -35px;
      margin-bottom: -35px;
      left: 15px;
      clear: none; } }
#footer #newsletter_block_left .newsletter-input {
  max-width: 300px !important; }
