@charset "utf-8";
/* FOOTER */
footer#site-footer {
    position: relative;
    background-color: #19333d;
    padding: 60px 0 40px;
	margin-top:50px;
}
footer#site-footer .content-footer{
    position: relative;
    max-width:1260px;
    margin:0 auto;
	padding:0 30px;
}
footer#site-footer .content-footer .logo{
    position:relative;
    width:100%;
    max-width:125px;
    height:auto;
}
footer#site-footer .content-footer h5{
    position:relative;
    font-size:15px;
    font-weight:800;
    color:#ffffff;
    margin-bottom:10px;
}
footer#site-footer .content-footer ul, footer#site-footer .content-footer ul li{
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
}
footer#site-footer .content-footer ul li a{
    position:relative;
    color:#ffffff;
    font-size:13px;
    text-decoration:none;
    line-height:30px;
}
footer#site-footer .content-footer ul li a:hover, footer#site-footer .content-footer ul li a:active, footer#site-footer .content-footer ul li a:focus{
    position:relative;
    color:#ffffff;
    text-decoration:underline;
}
footer#site-footer .content-footer .newsletter-container {
    background-color: #51abc2;
    padding: 50px;
    margin-top: -110px;
    position: relative;
}
footer#site-footer .content-footer .newsletter-container h6{
    font-size:16px;
    font-weight: 700;
    color:#ffffff;
    text-transform:capitalize;
}
footer#site-footer .content-footer .newsletter-container h5{
    font-size:35px;
    font-weight: 700;
    color:#19333d;
}
footer#site-footer .content-footer .newsletter-container p.newsletter-text{
    font-size:16px;
    font-weight: 300;
    color:#19333d;
    margin-bottom:40px;
}
footer#site-footer .content-footer .newsletter-container .form-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:30px;
}
footer#site-footer .content-footer .newsletter-container label{
    color:#ffffff;
    max-width:70%;
	font-size:13px;
}
footer#site-footer .content-footer .newsletter-container input[type=email]{
    outline: none;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    font-size: 20px;
    color: #19333d;
    padding: 10px 0;
    max-width:100%;
	margin-bottom:0;
}
footer#site-footer .content-footer .newsletter-container input[type=submit]{
    font-size: 16px;
    color: #51abc2;
    background-color: #ffffff;
    outline: none;
    border: 2px solid #ffffff;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 22.5px;
    /* float: right; */
    font-weight:700;
	transition: .3s color ease, .3s background-color ease;
}
footer#site-footer .content-footer .newsletter-container input[type=submit]:hover, footer#site-footer .content-footer .newsletter-container input[type=submit]:active, footer#site-footer .content-footer .newsletter-container input[type=submit]:focus{
    background-color:transparent;
	color:#ffffff;
}
footer#site-footer .content-footer .newsletter-container span.wpcf7-spinner {
    position: absolute;
    right: -37px;
    margin: 0;
}
footer#site-footer .content-footer .newsletter-container .wpcf7-form-control-wrap{
    vertical-align:top;
}
footer#site-footer .content-footer .newsletter-container .privacy-container label{
    width:100%;
    max-width:90%;
    font-size:13px;
}
footer#site-footer .content-footer .newsletter-container .privacy-container .form-check-input:checked {
    background-color: #19333d;
    border-color: #19333d;
}
footer#site-footer .content-footer .newsletter-container .privacy-container .form-check-input:focus {
  box-shadow: 0 0 4px 4px rgba(25,51,61,0.4);
  border-color: #19333d;
}
footer#site-footer .content-footer .newsletter-container .wpcf7-not-valid-tip{
    position:absolute;
}
footer#site-footer a.whatsapp {
    font-size: 40px;
    padding: 10px;
    color: #fff;
    background-color: #51abc2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    line-height: 40px;
    text-align: center;
    bottom: 50px;
    left: 50px;
    z-index: 999999;
}
/* END FOOTER */
/* COPYRIGHT */
footer#site-footer .copyright{
    padding-top:40px;
}
footer#site-footer .copyright-content{
    color:#ffffff;
    font-size:13px;
}
footer#site-footer .copyright-content ul, footer#site-footer .copyright-content ul li{
    position:relative;
    display:inline-block;
    margin:0;
    padding:0;
}
footer#site-footer .copyright-content ul li, footer#site-footer .copyright-content span{
    
}
footer#site-footer .copyright-content ul li:not(:last-child):after, footer#site-footer .copyright-content span:after{
    content:"|";
    padding:0 5px;
}
footer#site-footer .copyright-content a{
    color:#ffffff;
    text-decoration:none;
}
footer#site-footer .copyright-content a:hover, footer#site-footer .copyright-content a:active, footer#site-footer .copyright-content a:focus{
    color:#ffffff;
    text-decoration:underline;
}
footer#site-footer .copyright-content b{
    font-weight:700;
}
/* END COPYRIGHT */
@media all and (max-width: 991px) {
    /* FOOTER */
    footer#site-footer .copyright-content {
        font-size: 10px;
        padding:0 24px;
    }
    footer#site-footer .content-footer>.row:first-child>div:not(:last-child){
        padding:0 80px;
    }
    footer#site-footer .copyright .social a:first-child i{
        margin-left:0;
    }
    footer#site-footer .copyright-content ul, footer#site-footer .copyright-content ul li a{
        font-size:10px;
    }
    footer#site-footer .content-footer nav{
        position:relative;
        margin-bottom:32px;
    }
    footer#site-footer .content-footer .logo{
        margin-bottom:44px;
    }
    footer#site-footer .content-footer>.row:first-child>div:last-child{
        padding:0 30px;
    }
    footer#site-footer .content-footer .newsletter-container{
        margin-bottom:70px;
		margin-right: -50px;
    	margin-left: -50px;
    }
    /* END FOOTER */
}
@media all and (max-width: 767px) {
	footer#site-footer .content-footer .newsletter-container .form-content, footer#site-footer .content-footer .newsletter-container label span{
		display:block;
	}
	footer#site-footer .content-footer .newsletter-container label, footer#site-footer .content-footer .newsletter-container input{
		width:100%;
		max-width:100%;
		margin-bottom:15px;
	}
	footer#site-footer .content-footer .newsletter-container input[type=submit]{
		float:right;
		width:auto;
	}
}