/*
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.   ***************/

/* ==========================================================================
   Bottom-most Footer Background Color (#081e1a) & White Text Styling
   ========================================================================== */

.luat-copyright-bar,
.absolute-footer,
#footer .absolute-footer,
.footer-wrapper .absolute-footer,
.footer-bottom,
footer .absolute-footer,
.socket {
    background-color: #081e1a !important;
}

.luat-footer,
#footer,
.footer-wrapper {
    background-color: #11392c;
    color: #ffffff !important;
}

.footer-wrapper *,
#footer *,
footer * {
    color: #ffffff !important;
}

.footer-wrapper a,
#footer a,
footer a {
    color: #ffffff !important;
    opacity: 0.95;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.footer-wrapper a:hover,
#footer a:hover,
footer a:hover {
    color: #26a69a !important;
    opacity: 1;
}

.footer-wrapper .widget-title,
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6 {
    color: #ffffff !important;
}

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

}