/*--------------------------------------------------------------
>>> FOOTER:
----------------------------------------------------------------*/
#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-nav-widgets-wrapper.header-footer-group {
	display: none;
}

footer {
	background: #fff9ea!important;
}

footer a {
    text-decoration: underline!important;
    color: #3B6635!important;
}

.dsXsrP a {
    display: block;
    text-decoration: none!important;
	color: #000!important;
    padding: 10px 0px;
}

.fLEtji > div { 
	width: 100%;
    margin: 0;
    padding: 0;
	max-width: 1130px;
}

.bGOHQx > .footer-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}

.fLEtji {
	padding: 20px;
    margin-bottom: -20px;
}

.dsXsrP {
    margin: 50px 0px;
}

.bIICeJ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
    margin: 35px 0px;
}

.bIICeJ img {
	max-width: 50px;
    margin: 0 auto;
}

.fqLFff div img {
    width: 80%;
    margin: 20px 0px 30px;
}

.fqLFff input {
	    background: #f2ebd1;
}

.footer-links a {
	font-size: 16px !important;
}

.footer-copyright {
	width: calc(100% - 8rem) !important;
    margin: 0 auto !important;
	max-width: 1130px;
}
.footer-copyright p, .footer-copyright a {
	font-size: 16px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: black !important;
	font-family: 'Sharp Grotesk Book 18' !important;
}
@media screen and (max-width: 700px){
	.footer-copyright {
		width: 100% !important;
		padding: 20px !important;
	}
	.footer-links {
		display: grid;
		grid-column-gap: 10px;
	}
	.footer-links > div:nth-child(1), .footer-links > div:nth-child(2) {
		grid-column: 1;
	}
	.footer-links > div:nth-child(3) {
		grid-column: 2;
		grid-row: 1;
	}
}


@media screen and (min-width: 1000px){
	.fLEtji {
	    padding: 35px 0 0;
	}
	
	.fLEtji > div {
		width: calc(100% - 8rem);
		margin: 0 auto;
/* 		padding: 40px 70px; */
	}
}


@media screen and (min-width: 800px){
	.bGOHQx {
		grid-area: 1 / 1 / auto / 6;
    	margin-bottom: 50px;
	}
	.fLEtji > div {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		column-gap: 120px;
	}
	.bGOHQx p {
		text-align: center;
		font-size: 20px;
	}
	.bGOHQx .footer-images {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		column-gap: 15px;
	}
	.fqLFff {
		grid-area: 2 / 1 / auto / 3;
	}
	.bIICeJ {
		grid-area: 3 / 1 / auto / 3;
	}
	.dsXsrP {
		margin: 20px 0px;
		grid-area: 2 / 3 / auto / 6;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.dTdZnl {
		grid-area: 3 / 3 / auto / 6;
		margin: 50px 0px;
	}
}