/*
 * Footer CSS
*/


/*<editor-fold desc="Footer Bottom">*/
/* List Heading */
.footer-column .list-heading {
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: var( --gray-light ) !important;
}

/* UL */
.footer-column ul {
    padding: 0;
    list-style-type: none;
}


/* List Item */
.footer-column ul li {
    padding: 5px 0;
}

/* List Item Anchor */
.footer-column ul li a {
    font-size: 15px;
    color: var( --white ) !important;
    font-weight: 500
}

.footer-column ul li a:hover {
    text-decoration: underline;
}
/*</editor-fold>*/


/* ---------- MOBILE ---------- */
@media only screen and (max-width: 768px) {

}


