/**/


.block-social li a {
    width: inherit;
    font-size: 0px;
    height: inherit;
    text-align: center;
    display: inline-block;
}

.block-social ul li {
    display: inline-block;
    vertical-align: middle;
    /* padding: 8px; */
    padding: 0px 5px;
}

.block-social ul {
    margin: 0 -5px;
    margin-top: 19px;
}

.block-social ul li a:hover {
    opacity: 0.6;
}


/*newsletter*/
div#blockEmailSubscription_displayFooterBefore {}


div#blockEmailSubscription_displayFooterBefore .gdpr_consent{
    font-size: 12px;
}
div#blockEmailSubscription_displayFooterBefore form input[type="email"] {
    max-width: 100%;
    line-height: 47px;
    padding: 0px 10px;
    width: 370px;
    border: none;
}

div#blockEmailSubscription_displayFooterBefore form input[type="submit"] {
    line-height: 45px;
    padding: 0px 12px;
}
div#blockEmailSubscription_displayFooterBefore .contentinputs {
    width: 100%;
}

div#blockEmailSubscription_displayFooterBefore .custom-checkbox label {
    padding-left: 0px;
}

/*newsletter end*/

div#contact-infos, footer li a, div#contact-infos a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    color: white;
}
footer#footer {
    background: #1E1C1A;
    padding-top: 56px;
        padding-bottom: 43px;
}
.wrapper .h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    color: white;
}
.wrapper li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    color: white;
}
p#subblock-newsletter-label {
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    color: white;
    margin-bottom:19px;
}
p#block-newsletter-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    color: white;
    max-width: 325px;
    margin-bottom: 16px;
}

.block_newsletter_content input[type="email"] {
    border-radius: 20px 0px 0px 20px;
    border: 1px solid white;
    background: #FFF;
    line-height: 43px;
    font-size: 16px;
    padding: 0px 15px;
    width: 100%;
    max-width: 325px;
}
.block_newsletter_content input.btn.btn-primary {
    border-radius: 0px 20px 20px 0px;
    width: 100%;
    max-width: 140px;
    color: white;
    line-height: 45px;
    border: none;
}
.block_newsletter_content .contentinputs.df {
    gap: 9px;
}
.block_newsletter_content .gdpr_consent a {
    text-decoration: underline;
}

.block_newsletter_content .gdpr_consent span,
.block_newsletter_content .gdpr_consent a {
    color: white;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.block_newsletter_content .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    color: white;
}
.copyright p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: white;
}
.lastfooter_container p {
    margin: 0px;
}
.block-social [class^="icon-"] {
    color: white;
}
.lastfooter_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
}
.copyright {
    margin-top: 60px;
}
div#contact-infos a:last-child {
    display: block;
}

@media(max-width:1199px) {
	div#contact-infos a:last-child {
	    display: block;
	}

	div#contact-infos a {
    	word-break: break-all;
	}
}
@media(min-width:768px) and (max-width:991px) {
	.wrapper li a {
    	font-size: 11px;
    	line-height: 28px;
    }
    div#contact-infos, footer li a, div#contact-infos a {
    	font-size: 11px;
    	line-height: 28px;
    }
    .links {
    	padding-left: 0px;
	}
}
/*media queryes*/
@media(min-width: 768px){
    footer .collapse {
        display: block!important;
    }
}

@media(max-width: 767px){
	footer .wrapper {
    	padding: 20px 15px;
    	border-bottom: 1px solid white
	}
	.links {
    	margin-top: 20px;
	}
	.links .wrapper:first-child {
    	border-top: 1px solid white;
	}

    .collapse.in{
        display: block
    }
    footer#footer {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	.contentinputs.df .clearfix {
    	display: none;
	}
	.block-contact.links.wrapper {
    	margin: 0px;
	}
	footer i.material-icons.add, footer i.material-icons.remove {
    	color: white;
	}
	.copyright {
    	margin-top: 20px;
	}
	.lastfooter_container img {
    	width: 100%;
    	height: auto;
    	max-width: 326px;
    	margin: 0 auto 15px;
	}
	.wrapper ul {
    	margin-bottom: 0px;
	}
}
/*media queryes end */

