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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*boldfont */
@font-face{font-family:'regularfont';src:url(/static/fonts/regularfont.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}
/*@font-face{font-family:'semiboldfont';src:url(/static/fonts/semiboldfont.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}*/
@font-face{font-family:'boldfontnew';src:url(/static/fonts/boldfontnew.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}

body, html, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom),.formError .formErrorContent,.nav-dropdown .menu-item-has-children > a, .nav-dropdown .title > a, .nav-dropdown .nav-dropdown-col > a,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-family: 'regularfont',/*'cf_asty_st',*/ sans-serif !important;
}
.nav-top-link {
	font-family: 'boldfontnew', sans-serif !important;
}h1, h2, h3, h4, h5, h6 {
	font-family: 'boldfontnew', sans-serif !important;
	font-weight: 400;
}
/*.nav > li > a,th{
	font-family: 'boldfontnew', sans-serif !important;
}*/
.cf7-cf-turnstile{margin-bottom:15px!important;}

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


}