/*
Theme Name: Health Coach
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}

a{
    color: #139BA9 
}
a:hover{
    color: #003656
}

.header:not(.transparent) .header-nav-main.nav>li>a{
    color:#003656 !important
}
.nav-dropdown>li>a{
    color: #003656 !important
}

.header-main{
        background-image: linear-gradient(90deg, #FFF, #139BA9);
}

.header-nav-main.nav-line-grow>li>a:before{
    background-color: #003656 !important;
}

.section3 h4{
    color:#139BA9 !important
}

.section-title-center span{
    color: #003656 !important
}

.home .section6{
    background-image: linear-gradient(90deg, #003656, #43829d);;
}

.text-color-title{
    color: #003656 !important;
}

.button.secondary{
    background-color: #139BA9 !important;
}

.home .section2{
    background-image: linear-gradient(90deg, #003656, #43829d);

}

span.widget-title {
    background: #139BA9 !important;
}