/*
 Theme Name:   Cloe Brooks Child
 Theme URI:    http://cloe-brooks.themerex.net/
 Description:  Cloe Brooks Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net/
 Template:     cloe-brooks
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  cloe-brooks-child
*/


/********************** begin mobile menu mod *******************/
/* Slide submenu button */
.open_child_menu {
	cursor:pointer;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	
	/* cag mod 4-2020 to make the mobile menu better
	text-align:center; 
	width: 2em; */
	
	text-align:right;
	width: 36em;
	
	height: 2.2857em;
	line-height:2.2857em;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}


.open_child_menu:before {
	/* cag mod 4-2020 to make the mobile menu better adding a space to carrot character for padding
	content: '\e828'; */
	content: '\e828\2001';
	font-family:fontello;
}
li.opened > a > .open_child_menu:before {
	/* cag mod 4-2020 to make the mobile menu better adding a space to carrot character for padding
	content: '\e835'; */
	content: '\e835\2001';
}

/********************** end mobile menu mod *******************/

/********************** begin main menu mod *******************/

.menu_user_nav > li,
.menu_main_nav > li {
	position:relative;
	float:left;
	z-index:20;
	/* cag mod 3-2020 to fix main menu nav from flowing onto SAPHS logo */
	/* when psychiatry was in the top bar font-size: 80%; */
	font-size: 90%;
}

/********************** end main menu mod *******************/

/*********** cag edit make animated drop down menu wider ************/
 
.menu_side_nav>li ul, .menu_main_nav>li ul {
    width: 300px !important; 
}





 
 
 
 