/**/


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

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

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

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


/*newsletter*/
div#blockEmailSubscription_displayFooterBefore {}

p#block-newsletter-label {
    margin-top: 25px;
}

.footer-container {
    background: #D70035;
    color: white;
}

#footer .modal-body .btn-primary {
    background: #D70035;
    color: white;
    border-radius: 5px;
}

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;
}

#footer .btn-primary {
    /*background: transparent;*/
    color: white;
    /*border: solid 1px;*/
    border-radius: 0 5px 5px 0;
}

#footer input[type="email"] {
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}

/*newsletter end*/


div#contact-infos, footer li a {
    color: white;
    line-height: 30px;
    font-size: 13px;
}

.copyright {
    background: #D70035;
    color: white;
    padding-bottom: 20px;
}

#contact-infos a {
    color: white;
}

/*media queryes*/
@media(min-width: 768px){
    footer .collapse {
        display: block!important;
    }
}

@media(max-width: 767px){
footer .wrapper {
    padding: 20px 15px;
    border-bottom: 1px solid grey
}

footer .block-social {
    padding: 20px 20px;
}
    .collapse.in{
        display: block
    }
}
/*media queryes end */

footer .material-icons {
    color: white;
}

footer .text-copyright {
    text-align: end;
}
@media(max-width:991px) {
	div#contact-infos a {
    	word-break: break-all;
	}
}
@media (max-width: 767px) {
    footer .copyright {
        padding-left: 10px;
        text-align: center !important;
    }

    footer .text-copyright {
        text-align: center;
    }
}

