footer {

}

/** sitemap section **/
footer .sitemap-section {
	background-color: #5e775b;
	padding: 60px 0 40px;
}

footer .sitemap-section .__custom_row {
    max-width: 60rem;
    /*max-width: 62.5vw;*/
}

footer .sitemap-section .__full_center_left {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;	
}

footer .sitemap-section .__full_center_right {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;	
}

footer .sitemap-section .footer-logo {
	text-align: center;
	width: 145px;
	margin: 0 auto;
}

footer .sitemap-section .top-content {
	text-align: center;
	margin-bottom: 25px;
}

footer .sitemap-section .top-content p {
    font-size: 15px;
	font-family: "gotham", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #faf8f0;
    letter-spacing: 0.5px;
}

footer .sitemap-section .left-content {
	text-align: center;
}

footer .sitemap-section .left-content p {
    font-size: 12px;
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-style: normal;
    color: #faf8f0;
    letter-spacing: 1px;
    line-height: 1.85;
}

footer .sitemap-section .left-content p a {
    text-decoration: none;
    color: #faf8f0;
    letter-spacing: 1px;
}

footer .sitemap-section .left-content p a:hover {
    color: #a78d5d;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

footer .sitemap-section .right-content {
	text-align: center;
}

footer .sitemap-section .right-content p {
	text-align: center;
    font-size: 12px;
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-style: normal;
    color: #faf8f0;
    letter-spacing: 1px;
    line-height: 1.85;
}

footer .sitemap-section .right-content p a {
    text-decoration: none;
    color: #faf8f0;
    letter-spacing: 1px;
}

footer .sitemap-section .right-content p a:hover {
    color: #a78d5d;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

footer .sitemap-section .footer-social-media {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

footer .sitemap-section .footer-social-media span {
    margin-right: 10px;
}

footer .sitemap-section .footer-social-media span:last-of-type {
    margin-right: 0;
}

footer .sitemap-section .footer-social-media span a {
    text-decoration: none;
    font-size: 22px;
    color: #0a2917;
}

footer .sitemap-section .footer-social-media span:last-of-type a {
    font-size: 25px;
}

footer .sitemap-section .footer-social-media span a:hover {
    color: #a78d5d;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;   
}

footer .sitemap-section .footer-copyright {
	text-align: center;
	margin-top: 15px;
}

footer .sitemap-section .footer-copyright p {
	text-align: center;
    font-size: 12px;
	font-family: "gotham", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #faf8f0;
    letter-spacing: 0.5px;
}