footer {

}

footer .subgroups-subscribe-section {
	background-color: #755148;
	padding: 40px 0 50px;
}

footer .subgroups-subscribe-section .__custom_row {
	max-width: 84rem;
}

footer .subgroups-subscribe-section .subgroups-subscribe-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

footer .subgroups-subscribe-section .footer-logo {
	width: 100px;
	margin-right: 30px;
}

footer .subgroups-subscribe-section .footer-subgroups-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
	padding: 27px 10px;
    border-left: 1px solid #FAFBF2;
    border-right: 1px solid #FAFBF2;
}

footer .subgroups-subscribe-section .subgroup-logo {
	position: relative;
	width: 95px;
    height: 77px;
    max-width: 100%;
    overflow: hidden;
}

footer .subgroups-subscribe-section .subgroup-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 5px 5px;
}

footer .subgroups-subscribe-section .footer-subscribe {
	margin-left: 30px;
}

footer .subgroups-subscribe-section .footer-subscribe h4 {
    font-size: 14px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #c4bbaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 10px;
}

footer .subgroups-subscribe-section .footer-subscribe p {
    font-size: 12px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #c4bbaa;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

footer .subgroups-subscribe-section .footer-subscribe p a {
    text-decoration: none;
    background-color: transparent;
    color: #c4bbaa;
    letter-spacing: 0.5px;
}

footer .subgroups-subscribe-section .footer-subscribe p a:hover {
    text-decoration: underline;
    -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 .subgroups-subscribe-section .footer-subscribe a {
    text-decoration: none;
    display: inline-block;
    background-color: #273250;
    border: 1px solid #c4bbaa;
    font-family: 'CircularStdBook';
    font-size: 15px;
    color: #FAFBF2;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 6px 16px 4px !important;
    line-height: normal;	
}

footer .subgroups-subscribe-section .footer-subscribe a:hover {
    background-color: #c4bbaa;
    color: #000000;
    -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 .menu-copyright-section {
	background-color: #755148;
	padding: 0 0 35px;
    display: none;
}

footer .menu-copyright-section .__custom_row {
	max-width: 82rem;
}

footer .menu-copyright-section .menu-copyright-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #c4bbaa;
    padding-top: 22px;
}

footer .menu-copyright-section .footer-main-menu {
	width: 290px;
}

footer .menu-copyright-section .footer-main-menu ul {
	padding: 0;
	margin: 0;
	display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

footer .menu-copyright-section .footer-main-menu ul li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

footer .menu-copyright-section .footer-main-menu ul li a {
    text-decoration: underline;
    display: inline-block;
    font-family: 'BrandonGrotesqueBold';
    font-size: 12px;
    color: #c4bbaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
    line-height: normal;
}

footer .menu-copyright-section .footer-main-menu ul li a:hover {
	text-decoration: none;
    -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 .menu-copyright-section .footer-copyright {
	position: relative;
	top: 4px;
}

footer .menu-copyright-section .footer-copyright p {
	text-align: left;
    font-size: 12px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #c4bbaa;
    letter-spacing: 0.5px;
    line-height: 1.5;
}


footer .menu-copyright-section .footer-copyright p a {
    text-decoration: none;
    color: #c4bbaa;
}

footer .menu-copyright-section .footer-copyright p a:hover {
	text-decoration: underline;
    -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;
}
