/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
/* 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;
}
.rtl #columns #newsletter_block_left .form-group .form-control {
  margin-left: 6px;
  margin-right: inherit;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #columns #newsletter_block_left .form-group .form-control {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .rtl #columns #newsletter_block_left .form-group .form-control {
    margin-left: 0;
    margin-right: inherit;
  }
}
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
@media (max-width: 767px) {
  #footer #newsletter_block_left {
    width: 100%;
  }
}
#footer #newsletter_block_left h4 {
  background: none;
  float: left;
  width: 100%;
  padding: 15px 0px 5px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  border: none;
  border-top: 1px solid #e7e7e7;
}
.rtl #footer #newsletter_block_left h4 {
  float: right;
}
.rtl #footer #newsletter_block_left h4 {
  text-align: right;
}
#footer #newsletter_block_left h4:after {
  display: none;
}
#footer #newsletter_block_left .block_content {
  overflow: hidden;
  float: left;
  width: 100%;
}
.rtl #footer #newsletter_block_left .block_content {
  float: right;
}
#footer #newsletter_block_left .form-group {
  position: relative;
  margin-bottom: 0;
}
#footer #newsletter_block_left .form-group:before {
  color: #999;
  top: 10px;
  left: 15px;
  width: 16px;
  height: 16px;
  content: "\f0e0";
  position: absolute;
  font: 12px "FontAwesome";
}
.rtl #footer #newsletter_block_left .form-group:before {
  right: 15px;
  left: auto;
}
#footer #newsletter_block_left .form-group .form-control {
  color: #999;
  height: 34px;
  max-width: 267px;
  background: #f5f5f5;
  color: #666666;
  padding: 5px 43px 5px 35px;
  display: inline-block;
  float: left;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  padding: 5px 35px 5px 43px;
}
.rtl #footer #newsletter_block_left .form-group .form-control {
  float: right;
}
#footer #newsletter_block_left .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer #newsletter_block_left .form-group .button-small {
  margin-left: -35px;
  padding: 3px 7px;
  border: none;
  width: 34px;
  height: 34px;
  background: #262626;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  margin-right: -35px;
  margin-left: inherit;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.rtl #footer #newsletter_block_left .form-group .button-small {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#footer #newsletter_block_left .form-group .button-small:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
}
#footer #newsletter_block_left .form-group .button-small:hover {
  background: #e43228;
}
#footer #newsletter_block_left .form-group .button-small 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;
  }
  .rtl #footer #newsletter_block_left .warning_inline {
    right: 15px;
    left: auto;
  }
}
#footer #newsletter_block_left .newsletter-input {
  max-width: 300px !important;
}
