/*
Theme Name: WESST Child Theme
Theme URI: 
Version: 1.0
Description: Child theme built for Beaver Builder
Author: Sunny505 | Albuquerque, NM
Author URI: https://www.sunny505.com
template: bb-theme
*/

/*header mobile menu*/
#wesst-mobile-menu.fl-node-6022bdc6af7bc .uabb-creative-menu .menu > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
	float: left !important;
	padding-right: 10px;
	padding-left: 0 !important;
}

/*buttons with left icons*/
.three-button-wide i.fl-button-icon,
.three-button-tall i.fl-button-icon {
	color:red !important;
	border-radius: 25px;
	background-color: white;
	padding: 11px 11px 9px 9px;
	color: #1b7977 !important;
}

.three-button-wide .fl-button i,
.three-button-tall .fl-button i {
    font-size: 30px !important;
}


/*Location chooser*/

select.wesst-select {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	border: 1px solid #777;
	border-radius: 19px;
	padding: 0.25em 0.75em;
	font-size: 18px;
	background-color: #324B4A;
	color: #fff;
	min-width: 15ch;
	max-width: 25ch;
	margin: 0 auto;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
  
/* for IE10 */
.dropdown-container select::-ms-expand {
  display: none;
}


/* MEGA MENU CSS*/

.menu-about
{
	width: 1050px;	
	/*optional - use to move the position of the mega menu*/
	position:relative;
	/*left:0%;*/

}

.menu-programs {
	width: 1050px;	
	/*optional - use to move the position of the mega menu*/
	position:relative;
	right:90px;

}

@media (max-width: 1100px)
{
	.menu-about
	{
		width: 900px;
	}
}

@media (max-width: 992px)
{
	.menu-about
	{
		width: 700px;
	}
}


@media (max-width: 860px)
{
	.menu-about
	{
		width: 600px;
	}
}

@media (max-width:768px)
{
	.menu-about
	{
		width: 400px;
	}
}

/*add "mega-shortcode" to the CSS seaction of the parent WP menu item */
.fl-builder-content .fl-menu .mega-shortcode .sub-menu 
{
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}

.menu-about p, .menu-programs p  {
	margin: 0 !important;
	padding: 8px 12px;
}

.menu-about p:hover, .menu-programs p:hover {
	background-color: #324b4a;
}


/* EVENTS SECTION */

body.single .tribe-events-meta-group {
	width: 100% !important;
	margin-bottom: 0 !important;
}

body.single dd.tribe-venue {
	font-weight: bold;
	font-size: 22px;
}

body.single .tribe-country-name, body.single .tribe-events-gmap {
	display: none;
}