/*
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-button .is-outline:not(:hover) {
    color: #845102;
}

.button.is-outline {
border: 1px solid currentColor;
}

.button {
font-weight: 400;
}

.button span {
    padding-top: 7px;
}

.nav-uppercase>li>a {
font-weight: normal;
}

.nav>li>a {
    font-size: 16px;

.copyright-footer {
font-size: 13px;
}

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


}