/*
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.   ***************/
h1,h2,h3,h4,h5,h6 {
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.4 !important;
}

.container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 100% !important;
}

.logo a {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    letter-spacing: 0.3em;
    font-size: 1.5rem;
    line-height: 2rem;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    padding: 0.5rem 2rem;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}

.button.is-underline:before {
    height: 1px;
}

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


}