/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* --- CUSTOM FOOTER STYLING --- */
.tv-footer,
.tv-footer__main,
.tv-footer__bottom,
#footer,
.footer-wrapper {
    background-color: #ffa827 !important;
    color: #381604 !important;
}

.tv-footer__heading {
    color: #1f0b01 !important;
    font-weight: 700 !important;
}

.tv-footer__heading::after {
    background-color: rgba(56, 22, 4, 0.2) !important;
}

.tv-footer__links a,
.tv-footer__contact a,
.tv-footer__bottom p,
.tv-footer__tagline,
.tv-footer__hours,
.tv-footer__contact span {
    color: #381604 !important;
}

.tv-footer__links a:hover,
.tv-footer__contact a:hover {
    color: #000000 !important;
}

.tv-footer__social-link {
    background-color: #381604 !important;
    color: #ffa827 !important;
}

.tv-footer__social-link:hover {
    background-color: #110601 !important;
    color: #ffa827 !important;
}

.tv-footer__social-link svg text {
    fill: #381604 !important;
}

.tv-footer__contact svg {
    color: #381604 !important;
}

.tv-footer__bottom {
    border-top: 1px solid rgba(56, 22, 4, 0.15) !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}