.site-footer {
    background-color: #ce1141;
}

.site-primary-footer-wrap {
    background-color: transparent !important;
	padding-bottom:0 !important;
}

.site-below-footer-wrap {
    background-color: transparent !important;
    border: none !important;
}

.site-footer-primary-section-3 img {
    width: 95px;
    height: 95px;
}
.site-footer-primary-section-3, .site-footer-primary-section-1 {
    min-width: max-content;
}
.logo-footer{
	width:100px;
}
#astra-footer-menu {
    flex-wrap: nowrap;
    min-width: max-content;
	gap:40px;
}
#astra-footer-menu .menu-link{
	color:white;
	font-weight:800;
	font-size:14px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    align-items: center !important;
}
.ast-footer-copyright{
    font-size:12px !important;
}

@media screen and (max-width:768px){
    #astra-footer-menu {
        gap: 20px;
        margin: 20px 0;
    }
}


@media screen and (max-width:544px){
    footer{
        min-height:500px;
    }
}

.social-footer{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
	a{
		display: inline-flex;
		img{
			height: 20px;
			width: auto;
		}
	}
}