
/* Footer */
#footer-content .menu li {
    text-align: center;
    /*float: left;*/
    display: inline-block;
    /*width: 49%;*/
    list-style-type: none;
    /*font-size: 16px;*/
    /*text-decoration: underline;*/
    margin: 0 10px;
    width: auto;
}
@media only screen and (min-width: 768px) {
    #footer-content .menu li {
        /*text-align: left;*/
        /*float: left;*/
        /*width: 50%;*/
        /*margin: 0;*/
    }
}




#footer-content .square-icons .social-icon {
    border: none !important;
    color: #000;
    background-color: #fff;
    padding: 0px 0 0;
    font-size: 17px;
}

#footer-content .square-icons .social-icon {
    border: .05em solid #444;
    border-radius: 3px;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    padding: 1px 0 0;
}






/* Footer Menu (main) */
#footer-menu .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
}
#footer-menu .menu > .menu-item {
    text-align: center;
    text-decoration: none;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#footer-menu .menu > .menu-item > a {
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1.5rem;
    display: inline-block;
}
#footer-menu .menu  a {
    margin-bottom: 0.75rem;
}
#footer-menu .menu > .menu-item > a small {
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
#footer-menu .menu > .menu-item .menu-item {
    width: 100%;
    text-align: center;
    text-decoration: none;
}


.footer-menu *,
.footer-menu ul a {
    color: white;
    font-family: 'Barlow Condensed', Sans-Serif;
}
.footer-menu > li > a {
    color: white;
    /*display: block;*/
    /*padding: 34px 21px;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: 600;
    /*font-size: 24px;*/
    line-height: 30px;
}
.footer-menu > li > a:hover {
    color: var(--color-primary);
}
.footer-menu > li + li {
    margin-left: 1em;
}

#footer-content .footer-logo .logo-link img {
    max-width: 140px;
}
#footer-content .social-icon+.social-icon {
    margin-left: 15px;
}
.footer-menu .sub-menu {
    display: none;
}




/* Sub Footer */
#sub-footer .sub-footer-text,
#sub-footer li a {
    color: #777777;
}
@media only screen and (min-width: 768px) {
    #sub-footer .menu {
        display: table;
        width: 100%;
    }
    #sub-footer .menu li + li {
        margin-left: 10px;
        padding-left: 12px;
        border-left: 1px solid #333;
    }
}
    #sub-footer .menu li {
        width: auto;
    }