/*
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.   ***************/
strong {
    font-weight: 900;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 3em;
    font-weight: 900;
    color: #4e5d46;
}

h3 {
    font-size: 3em;
    font-weight: 100;
    color: #fff;
}

.absolute-footer, html {
    background-color: #4e5d46;
}

.header-bg-color {
    background-color: rgba(252,252,252,1);
}

[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    background-color: #4e5d46;
}

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


}