footer{background-image:url('../images/footer-bg.jpg');}
footer a, footer > *{
    color:#999;
    font-size:14px;
}
.footerTop{
    background:rgba(0,0,0,.5);
    padding:40px 0;
    margin-bottom:60px;
}
.newsletter .leftNews{
    -webkit-flex:0 33.33%;
    -moz-flex:0 33.33%;
    -ms-flex:0 33.33%;
    flex:0 33.33%;
}
.newsletter form{
    -webkit-flex:0 66.66%;
    -moz-flex:0 66.66%;
    -ms-flex:0 66.66%;
    flex:0 66.66%;
    margin:0;
    padding-left:20px;
}
.newsletter form input{
    width:365px;
    height:50px;
    border-radius:0;
    border:0;
    padding:10px;
}
.newsletter form button,
.woocommerce .newsletter form button{
    color:#eee;
    background-color:#ed5d43;
    border-radius:0;
    border:0;
    height:50px;
}
.newsletter form button:hover,
.woocommerce .newsletter form button:hover{
    color:#eee;
    background-color:#ed5d43;
    text-decoration:underline;
}
.leftNews h5{
    color:#eee;
    font-size:26px;
    font-weight:600;
}
.leftNews p{font-size:13px;}
.footerBox h5{
    color:#eee;
}
.footerBox .footerMenu a{
    padding-bottom:5px;
    margin-bottom:5px;
    display:inline-block;
    transition:.5s ease;
}
.footerBox .footerMenu a:hover{
    color:#eee;
    transition:.5s ease;
}
.footerBox .footerMenu a:after{height:1px;}
.footerBox .footerMenu a:hover:after{background-color:#eee;}
.footerBottom{
    font-size:13px;
    text-align:center;
    padding:10px;
    background:#000;
    color:#999;
}
.whatsapp{
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 15px;
}

@media(max-width:990px){
    .footerBox h5{font-size:14px;}
    footer a, footer > *{font-size:12px;}
    .newsletter .leftNews{
        -webkit-flex: 0 40%;
        -moz-flex: 0 40%;
        -ms-flex: 0 40%;
        flex: 0 40%;
    }
    .newsletter form{
        -webkit-flex: 0 60%;
        -moz-flex: 0 60%;
        -ms-flex: 0 60%;
        flex: 0 60%;
    }
    .leftNews h5{font-size:20px;}
    .leftNews p{font-size:11px;}
    .newsletter form input{width:245px;}
    .newsletter form button{
        font-size:13px;
        width:120px;
    }
}
@media(max-width:767px){
    .newsletter .leftNews,
    .newsletter form{
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding:0;
    }
    .newsletter .leftNews{
        margin-bottom:30px;
    }
}
@media(max-width:576px){
    .footerBox h5{
        display:block;
        position:relative;
    }
    .footerBox h5:after{
        content:"+";
        position:absolute;
        right:10px;
        bottom:0;
        top:0;
        left:auto;
        width:auto;
        height:auto;
        background:transparent;
        font-size:20px;
    }
	.footerBox .bordTitle + div{display:none;}
    .footerBox.active h5:after{
        content:"-";
    }
	.whatsapp img{
		width:45px!important;
	}
}