/*
Theme Name: McDougall Energy
Theme URI: 
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: TWG
Author URI: 
template: bb-theme
*/

/* Add your custom styles here... */ 


@media (max-width: 992px) {
	
	#submenu .fl-menu .fl-menu-mobile-toggle.hamburger::after {
		content: "\f078";
		width: 1.4em;
		height: 1.4em;
		font-family: "Font Awesome 5 Free";
		font-size: 1.4em;
		font-weight: 900;
		margin-left:5px;
		position: relative;
		top:2px;
		color:white;
	}
	#submenu .fl-menu .fl-menu-mobile-toggle.hamburger.rotate-up::after {
		content: "\f077";
	}

}
@media (max-width: 320px) {
#logo {
    
    width: 100px !important;
    left: 13px;
    top: -9px;
}

}