
.gray-color-bg{
    background-color: var(--main);
}
.footer-heading{
    color: #d2d7d3;
    font-family: 'Merriweather Sans Bold', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.footer-base{
      font-size: 0.9em;
       color: #d2d7d3;
}
.footer-base a:hover {
     font-family: 'Merriweather Sans Bold', Arial, sans-serif;
    text-decoration: underline;
}
.sign-up-div{
       color: #fff; 
       font-size: 1.5em;
       font-family: 'Merriweather Light', 'Times New Roman', serif;
       text-align: center;
       
}
.btn-subscribe {
    background: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid;
    /*-webkit-appearance: none;*/
    /*background: transparent;*/

    border-radius: 3px;
    /*cursor: pointer;*/
    padding: 0.5rem 1.6rem!important;
    font-size: 1em !important;
    /*font-weight: inherit;*/
    /*line-height: normal;*/
    /*padding: 1em;*/
    /*text-align: center;*/
    /*text-decoration: none !important;*/
    /*-webkit-transition: background .2s;*/
    /*transition: background .2s;*/
    /*text-transform: uppercase;*/
    /*min-width: 160px;*/
    /*margin: 0 1em;*/
}
#newspaper_email {
    width: 300px;
}
input.input-reveal {
    margin-bottom: 0;
}
input[type="email"] {
    position: relative;
    z-index: 2;
    background-color: #fdfdfd;
    border: 1px solid #8996a0;
    border-radius: 2px;
    font-family: inherit;
    outline: 0;
    padding: 1em;
   
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    text-transform: none;
}

.lists-row{
    max-width: 1300px;
    flex-direction :column;
   justify-content : center;
}
.footer-item{
    width: 100%;
    text-align-last: center;
    margin-left: 1rem;
    margin-right: 1rem;
 
}
.subscribe-box{
    flex-direction : column;
    padding: 1rem;
 
}
.email-box{
    margin-bottom: 1rem;
    
   
}
@media screen and (min-width: 990px){

 .lists-row{
         flex-direction : row;
         justify-content : around;
 }
 .footer-item{
     width: 25%;
   
    
 }
 .email-box{
    margin-bottom: none;
}
 .subscribe-box{
    flex-direction : row;
}


}