.AboveFooter{
	line-height: 50px !important; 
}
.site-footer {
	background-color: #282828;
}
.site-footer-above-section-1{
	padding-top: 15px;
}
.site-above-footer-wrap, 
.site-primary-footer-wrap,
.site-below-footer-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.site-below-footer-wrap .ast-builder-html-element > p {
    display: flex;
    justify-content: flex-end;
    gap: 120px;
}
.site-primary-footer-wrap, .site-below-footer-wrap .ast-builder-html-element > p {
	font-family: "museo-sans-rounded";
}
#FooterZip h4{
	color: white;
	padding-bottom: 5px;
	font-size: 20px;
	font-family: 'Oswald';
}
#FooterZip input[type=text]{
	width: 380px;
	height: 38px;
}
#FooterButtonZip{
	background-color:#FAA90E;
	transform: translate(-5px, 4px);
	z-index: 1;
    height: 38px;
    position: relative;
}
#FooterArrow{
	transform: translateY(-5px);
}
@media screen and (max-width: 1300px){
	.site-below-footer-wrap .ast-builder-html-element p .footerBottomSpan{
		padding-right: 50px;
	}
}
@media screen and (max-width: 1202px) {
	#FootZip{
		width: auto !important;
    	min-width: 0;
	}
}
@media screen and (max-width: 921px) {
	#astra-footer-menu{
		justify-content: center;
	}
	#FooterButtonZip {
		transform: translate(-5px, 3px);
	}
	.site-below-footer-wrap .ast-builder-html-element > p {
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}
}