.site-primary-footer-wrap {
	background-color: #343434 !important;
	border-top: 15px solid #F7481C !important;
}

.site-primary-footer-inner-wrap {
	align-items: center !important;
}

.site-primary-footer-wrap .ast-builder-grid-row {
    grid-template-columns: 25% 50% 25% !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
	max-width: 1350px !important;
}

.site-footer-section-1 {
	border-right: 2px solid #707070 !important;
}

.site-footer-primary-section-2, .bbbMass a, .bbbNY a  {
	display: flex;
	align-items: center !important;
}

.footerSocials, .bbbIcons {
	display: flex;
	align-items: center;
}

.ast-footer-html-3 {
	max-width: 250px;
    margin-left: 50px;
}

.bbbIcons {
	flex-direction: column;
	gap: 35px;
	height: 184px;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #707070 !important;
    border-left: 2px solid #707070 !important;
    max-width: 250px;
    margin-left: auto;
}

.bbbMass, .bbbNY {
	gap: 5px;
}

.bbbMass {
	margin-left: -52px;
}

.bbbNY {
	margin-left: -20px;
}
/*
.bbbMass a, .bbbNY a {
	justify-content: center;
}

.footerSocials {
	justify-content: space-between;
}
*/
.bbbMass a, .bbbNY a {
	justify-content: center;
	margin: auto 20px;
}

.footerSocials {
	justify-content: center;
	display: flex;
}

.footerSocials img {
	margin: auto 5px;
}
.site-primary-footer-wrap a:hover, .site-primary-footer-wrap a:hover span {
	color: #F7481C !important;
}

@media (max-width: 1450px) {
	.site-primary-footer-wrap .ast-builder-grid-row {
    	grid-template-columns: 19% 50% 25% !important;
	}
}

@media (max-width: 1200px) {
	.ast-footer-html-3 {
    	max-width: 180px;
    	margin-left: 20px;
	}
	.ast-builder-footer-grid-columns {
    	grid-column-gap: 20px !important;
	}
}

@media (max-width: 980px) {
	.site-primary-footer-wrap {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
	}
	.site-primary-footer-wrap .ast-builder-grid-row {
    	grid-template-columns: 100% !important;
	}
	.site-footer-primary-section-1 {
		margin: 0 auto 190px !important;
    	border-right: none !important;
		border-bottom: 2px solid #707070 !important;
		max-width: 170px;
	}
	.site-footer-primary-section-2 {
		flex-direction: column;
	}
	.ast-footer-html-3 {
		margin-left: auto;
		margin-right: auto;
	}
	.footerSocials {
		border-top: 2px solid #707070 !important;
		max-width: 170px;
		flex-wrap: wrap;
		margin: auto;
		padding: 30px 0 20px;
		justify-content: center;
		gap: 17px;
	}
	.footerSocials span {
		display: block;
    	width: 100%;
		padding-bottom: 5px;
	}
	.facebookIcon, .twitterIcon {
		/* padding-bottom: 20px; */
	}
	.footerSocials br {
		display: none;
	}
	.bbbIcons {
   		height: 220px;
    	border-top: 2px solid #707070 !important;
    	border-left: none !important;
		border-right: none !important;
		max-width: 170px;
    	margin: auto;
	}
	.site-footer-primary-section-3 {
		margin-top: -1080px;
	}
	.ast-footer-html-4 p {
		text-align: center !important;
		font-size: 16px;
	}
	.iubendaDiv {
		justify-content: center;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    	max-width: 100vw !important;
	}
}