/*
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;
}
.webos18 {
	width: 223px;
	height: 18px;
	background: url('/static/img/webos-development-black.svg');
	background-repeat: no-repeat;
	vertical-align: middle;
	filter: invert(1.0);
}
.invisible-webos18, .invisible-webos18:hover {
	display: inline-block;
	position: relative;
	height: 18px;
	width: 223px;
	color: transparent !important;
	margin: 18px;
}
.footer-primary.pull-left {
	margin-top: 15px !important;
	font-size: 18px !important;
	/* padding: 7px 0px; */
}
.webos18:hover{filter:invert(28%) sepia(76%) saturate(6666%) hue-rotate(338deg) brightness(100%) contrast(103%);transition:all 0.4s linear;}
.footer-primary.pull-left{margin-top:15px !important;font-size:18px !important;/*padding:7px 0px;*/}
.footer-secondary {
	padding: 0px;
}
.absolute-footer.dark {
	color: #ffffff;
}
.cf7-cf-turnstile {
	margin-bottom: 15px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}