/* RIGHT TO LEFT */
/******************************************************
 * @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
*******************************************************/
/* 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 */
#footer #newsletter_block_bottom {
  margin-bottom: 0;
}
#footer .newsletter_block {
  min-height: 243px;
  background: url(img/bg-newsletter.png) center 120% no-repeat #1e2f47;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #footer .newsletter_block {
    width: 100%;
  }
}
#footer .newsletter_block h4 {
  background: none;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}
.rtl #footer .newsletter_block h4 {
  text-align: right;
}
#footer .newsletter_block h4:after {
  display: none;
}
#footer .newsletter_block .block_content {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0;
}
#footer .newsletter_block .block_content > p {
  margin-bottom: 20px;
  padding: 0;
}
#footer .newsletter_block .block_content form {
  padding: 0;
}
#footer .newsletter_block .form-group {
  position: relative;
  margin-bottom: 0;
}
#footer .newsletter_block .form-group .form-control {
  border: none;
  height: 34px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer .newsletter_block .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .newsletter_block .form-group button {
  width: 100%;
}
#footer .newsletter_block .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both;
}
@media (min-width: 1200px) {
  #footer .newsletter_block .warning_inline {
    display: inline-block;
    position: relative;
    top: -35px;
    margin-bottom: -35px;
    left: 15px;
    clear: none;
  }
}
#footer .newsletter_block .newsletter-input {
  width: 100%;
}
