/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

#newsletter_block_left {
    padding: 7px;
    border: 1px solid #ccc;
    background: #eee;
}

#newsletter_block_left .title_block,
#newsletter_block_left h4 {
    padding: 0 0 12px 28px;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    background: url(img/icon/newsletter.png) no-repeat 0 0 transparent;
}

#newsletter_block_left p {
    padding: 0;
}

#newsletter_block_left p.success_inline {
    color: #418B19;
    text-align: center;
    font-weight: bold;
}

#newsletter_block_left p.warning_inline {
    color: #DA0F00;
    text-align: center;
    font-weight: bold;
}

#newsletter_block_left input.inputNew {
    position: relative;
    top: -1px;
    padding: 0 5px;
    height: 20px;
    width: 148px;
    border: 1px solid #ccc;
    border-right: none;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-topleft: 3px;
    -webkit-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 10px;
    color: #999;
}

*:first-child+html #newsletter_block_left input.inputNew {
    position: static;
}
/* hack ie 7 */

#newsletter_block_left input.button_mini {
    position: relative;
    left: -2px;
    height: 23px;
    width: 24px;
    border: 0;
    text-indent: -5000px;
    background: url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
    cursor: pointer
}

*:first-child+html #newsletter_block_left input.button_mini {
    padding-left: 24px !important;
}
/* hack ie 7 */

.subs-news-letter-block {
    background: #000;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.subs-news-letter-block > div {
    display: flex;
    justify-content: center;
}

.subs-news-letter-block>.heading-main-block>form>.input-group {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px;
}
.subs-news-letter-block>.heading-main-block>form>.input-group>#newsletter-input.heading-input-control {
    height: unset;
    border: none;
    font-size: 22px;
    line-height: 25px;
    padding: 24px 10px;
    padding-left: 27px;
    padding-top: 23px;
    padding-bottom: 20px;
}

.subs-news-letter-block>.heading-main-block>form>.input-group>.input-group-btn>.heading-btn-control {
    padding: 16px 26px;
    z-index: 2;
    border-radius: 5px;
    cursor: pointer;
}

.subs-news-letter-block>.heading-main-block>form>.input-group>.input-group-btn>.heading-btn-control>span {
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
}

.subs-news-letter-block>.heading-main-block>form>.input-group>.heading-input-control::placeholder {
    opacity: 0.3;
    color: #000000;
}

.subs-news-letter-block>.heading-text-block>.heading-text {
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0.86px;
    line-height: 64px;
}

@media(max-width: 970px) {
    .subs-news-letter-block>.heading-text-block>.heading-text {
        line-height: 55px;
    }
}

@media(max-width: 767px) {
    .subs-news-letter-block>.heading-text-block>.heading-text {
        font-size: 40px;
    }
}

.subs-news-letter-block .checkbox {
    position: absolute;
    margin-top: 10px;
}
.subs-news-letter-block .checkbox label{
    color: #ffffffa8;
}