/*
Theme Name: AllTeams
Theme URI: https://keystonewebstudios.com/workflow/
Description: Workflow is a responsive development ready child theme of the OceanWP Framework for Wordpress. Simply customize this theme with your default plugin set, custom hooks and styling then reuse anytime you build a new website! Feel free to whitelabel this theme for your own purposes.
Author: Levi Beers
Author URI: http://keystonewebstudios.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body{
	background-size: 100% 100% !important;
background-attachment: fixed !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {	max-width: 1300px !important;}
.bhb-side-menu.sidebar-box .widget-title {display: none;}
.bhb-side-menu.sidebar-box .menu-widget li a {
	font-size: 18px !important;
	padding: 12px 0 12px 8% !important;
	color: #757575 !important;
	font-weight: bold !important;
	position: relative;
	display: block;
}
.bhb-side-menu.sidebar-box .menu-widget li a:before {
	position: absolute;
	left: 0;
	top: 5%;
	content: "\203A";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bhb-side-menu.sidebar-box .menu-widget li:hover a:before, .bhb-side-menu.sidebar-box .menu-widget li:hover a,
.bhb-side-menu.sidebar-box .menu-widget li.current-menu-item a:before, .bhb-side-menu.sidebar-box .menu-widget li.current-menu-item a{color: #212167 !important;}
/* Responsive */
@media (min-width:768px) and (max-width: 990px) {
 #site-header .elementor-nav-menu--main .elementor-nav-menu a{padding: 13px 4px; font-size: 14px;}
}
@media (max-width: 767px) {
 #site-header .elementor-column-wrap.elementor-element-populated {margin: 0;	border: 0;}
}
