/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    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 */
@media (min-width: 768px) and (max-width: 991px) {
  #footer #newsletter_block_left {
    clear: both; } }
@media (max-width: 767px) {
  #footer #newsletter_block_left {
    margin-top: 30px; } }
#footer #newsletter_block_left h4 {
  margin-bottom: 26px; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left h4 {
      margin-bottom: 0; }
      #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; }
  #footer #newsletter_block_left .form-group .form-control {
    height: 49px;
    line-height: 30px;
    font-size: 12px;
    max-width: 270px;
    background: white;
    border: none;
    border-radius: 6px;
    color: #8b7871;
    padding: 5px 40px 5px 21px;
    display: inline-block;
    float: left; }
    @media (max-width: 479px) {
      #footer #newsletter_block_left .form-group .form-control {
        max-width: 100%;
        width: 100%; } }
  #footer #newsletter_block_left .form-group .btn-sm {
    margin-left: -40px;
    border: none;
    background: none;
    text-align: center;
    color: #695049;
    padding: 0 11px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #footer #newsletter_block_left .form-group .btn-sm:before {
      content: "\f18e";
      font-family: "FontAwesome";
      font-size: 20px;
      line-height: 49px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #footer #newsletter_block_left .form-group .btn-sm:hover:before {
      color: #a54c4f; }
    #footer #newsletter_block_left .form-group .btn-sm span {
      display: none; }
#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; } }
