@charset "utf-8";
:root {
	--primary: #03c1ca;
}

.vc_ui-panel-header-container {
	background: red !important;
}

.fwf-root .mobile__nav-container {background: #202237 !important;}
.fwf-root .mobile__nav-menu li a {color: #fff;}
.fwf-root .mobile__nav-menu { background: rgba(33, 33, 55,.9);}

@media screen and (max-width:799px) {
	.fwf-root div[role=main] {padding-top: 60px;}
	.fwf-root #menu-item-9627 a { border-radius: 0; text-align: center; }
	
	.fwf-root .mobile__nav-menu li:last-of-type a {background: none;} 
    #menu-item-9627 a {background: var(--primary); }

}