/*
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.   ***************/


.html_topbar_right {
text-align: right;
color: #5f508e;
}

.nav>li.html {
font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
font-family:'Uniform W01 Bold' !important;
}

body {
    font-family: arial !important;
}

p.lead, a.lead {
    font-size: 1.2em !important;
}

.copyright-footer {
font-size: .8em;
}

.mb-0 {
padding: 15px;
}

.gform_wrapper .top_label .gfield_label {
font-weight: 400;
}

.col-inner a:hover {
text-decoration: underline;
}

.page-title-sub {
font-size: 24px;
}

.page-title-sub p {
color: #ffffff !important;
}

.headlink {
color: #5f508e !important;
text-transform: none !important;
    font-family: arial !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.headlink:hover {
text-decoration: underline;
}

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


}