/* Footer CSS */

/* Original CSS */
#desktop_footer {
    padding: 0;
    z-index: 10;
    padding-bottom: 32px !important;
    background-color: #1C1714 !important;
    position: relative;
}
#copyright_Fogo .half .copyright {
    background-color: #1C1714 !important;
    padding: 10px 0;
}
.footer_desktop {
    position: relative;
    padding-top: 2rem;
    background: #003b64;
    border-top: 1px solid #e0d9c2;
}
.footer_main-menu  {
    padding-top: 64px !important;
}
.footer_main-menu  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.footer_menu-section {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #867542;
}

.footer_menu-title {
    font-family: 'LibreCaslonText-Regular' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    text-transform: none !important;
}
.footer_menu-title {
    position: relative;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'AvenirNextLT-Pro-Regular';
    color: #fff;
    text-transform: uppercase;
}
.footer_menu-list {
    list-style: none;
    font-family: 'AvenirNextLT-Pro-Regular';
    transition: max-height .2s ease-out;
}
.footer_menu-list li {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer_menu-list a, .footer_subnav-items li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'AvenirNextLT-Pro-Regular';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none !important;
}
.footer_menu-list a:hover, 
.footer_subnav-items li a:hover,
.footer_menu-list a:active,
.footer_subnav-items li a:active {
    color: #C6AA76;
}
.footer_social, .footer_subnav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px 0px;
    align-items: flex-start;
    text-align: center !important;
    padding: 16px !important;
}
.footer_social-icons {
    text-align: center;
    margin-left: 0;
}
.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.footer_social-icons li {
    display: flex;
    align-items: center;
    margin: 10px 8px 0px 0px;
}
.footer_social-icons li:last-child {
    margin-right: 0px;
  }
.footer_social-icons li a {
    display: inline-block;
    /* width: 24px;
    height: 24px; */
    vertical-align: middle;
}
.footer_social img.social-svg-icon {
    height: auto !important;
    width: 26px !important;
    display: flex;
    align-items: center;
}
.footer_subnav-items li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: 'AvenirNextLT-Pro-Regular';
}
.footer_menu-list a, .footer_subnav-items li a {
    display: inline-block;
    color: #fff;
    font-family: 'AvenirNextLT-Pro-Regular';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none !important;
}
.footer_copyright {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
}
#desktop_footer .footer_subnav li:not(:last-child):after {
    content: " | ";
    font-weight: 700;
    padding-left: 12px;
    padding-right: 12px;
}
.footer_copyright .copyright {
    font-family: 'AvenirNextLT-Pro-Regular';
    font-size: 12px;
    padding: 10px 0;
}
img.footer-svg-icon {
    height: 20px;
    width: auto;
}
div#copyright_Fogo, #copyright_Fogo .half .copyright, div#footer_menu_Fogo {
    background-color: #1C1714 !important;
}
.alt-footer .footer-desc{
    color: #ffffff !important;
    background-color: #1C1714 !important;
}
.alt-footer .footer-access {
    border-bottom: 58px solid #1C1714 !important; 
}
.fa-angle-up:before {
    color: #ffffff !important;
}
#footer_info_Fogo {
    background-color: #1C1714 !important;
}
#footer_info_Fogo .button_fogo {
    background-color: #1C1714 !important;
}
footer#footer_Fogo.footer #footer_menu_Fogo {
    background-color: #1C1714 !important;
}
footer#footer_Fogo.footer #copyright_Fogo.copyright {
    background-color: #1C1714 !important;
}
footer#footer_Fogo.footer #copyright_Fogo.copyright .copyright {
    background-color: #1C1714 !important;
}
#footer_info_Fogo {
    background-color: #1C1714 !important;
}
div#footer_menu_Fogo {
    background-color: #1C1714 !important;
}
div#copyright_Fogo {
    background-color: #1C1714 !important;
}
/* Media Query */

@media (min-width: 48em) {
    .footer_main-menu  {
        flex-direction: row;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .footer_menu-section {
        /* padding-top: 3rem; */
        border-bottom: none;
        width: 25%;
    }
    .footer_menu-title {
        cursor: default;
    }
    .footer_copyright {
        padding: 0;
    }
    .footer_copyright .copyright {
        padding-top: 15px;
    }
    .footer_menu-list {
        display: block;
        max-height: 100%;
        overflow: visible;
    }
}
@media (min-width: 64em) {
    .footer_menu-title {
        pointer-events: none;
    }
    .footer_menu-list li {
        font-size: 14px;
    }
    .footer_menu-title:after {
        content: '';
    }
}
@media (max-width: 768px) {
    .footer_main-menu{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .footer_menu-title{
        margin-bottom: 18px;
    }
    .footer_menu-section{
        margin-bottom: 24px;
    }
    .footer_menu-list li{
        margin-bottom: 11px;
    }
    .footer_subnav{
        padding-top: 28px !important;
    }
    ul.footer_subnav-items a {
        line-height: 16px !important;
        margin-bottom: 7px;
    }
    #desktop_footer{
        padding-bottom: 50px !important;
    }    
}
