/*
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.   ***************/
.header-bottom {
    background-color: #b16037 !important;
}
.footer-2 {
    background-color: #b05c35 !important;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #fff !important;
}
.absolute-footer, html {
    background-color: #000000 !important;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background-color: #b05c35 !important;
    border: 2px solid;
    color: #fff !important;
}
.grid-tools a {
    background-color: #222126 !important;
    color: #f1f1f1;
    display: block;
    font-size: .85em;
    font-weight: 700;
    opacity: .95;
    padding: .4em 0 .5em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: opacity .3s;
    width: 100%;
}
.absolute-footer, html {
    background-color: #000000;
}
.primary, input[type=submit], input[type=submit].button {
    background-color: #000000 !important;
}

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


}