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

#main, #wrapper {
    background-color: #000000 !important
}

#main.dark {
  background-color: #000000 !important
}

.header {
	color: #000000; !important
}

.header-main {
    background-color: #000000; !important
}

.shop-page-title {
    background-color: #000000; !important
}

#shop-page-title.dark {
    background-color: #000000; !important
}

.trx_addons_scroll_to_top {
    background-color: #000000; !important
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1680px; !important
}

.row.row-small {
    max-width: 1680px; !important
}

.lightbox-content {
    color: #000000; !important
}

.absolute-footer {
    color: #000000; !important
}

.footer-1 {
    background-color: #000000; !important
}

.absolute-footer.dark {
    background-color: #000000; !important
    color: #fff;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #000000; !important
}

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


}