/*
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-main .nav > li > a {
    line-height: 16px;
    padding: 0 10px;
}
input.wpcf7-form-control.wpcf7-text {
    background-color: transparent !important;
    color: white !important;
    height: 45px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-image: linear-gradient(45deg, #8d5023, #ad753a, #cd9950);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}