/* @override 
	http://eastbayunitedsoccer.dev/wp-content/themes/Avada-Child-Theme/style.css?ver=4.3.1
	http://eastbayunited.staging.wpengine.com/wp-content/themes/Avada-Child-Theme/style.css?ver=4.3.1
	*/

/*
Theme Name: Avada Child
Description: Child theme for the Avada theme
Author: Austen Blokker
Template: Avada
*/

/* @group Header */

.header-v2 {
	border-top-style: none;
}

#header {
	border-bottom-style: none !important;
}

#wrapper #header .logo {
	float: left;
	width: 63px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

#header #nav {
	float: left;
	text-transform: uppercase;
	margin-left: 10px;
}

#header .sub-menu,
#header .fusion-megamenu-menu {
	z-index: 100000;
}

#header .sub-menu .menu-item-has-children > a {
	background: url(images/sprite_next.png) right center no-repeat;
}

#nav.nav-holder .navigation > li {
	padding-right: 0;
}

#nav.nav-holder .navigation > li > a {
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

#nav.nav-holder .navigation > li:hover > a,
#nav.nav-holder .navigation > li.current-menu-item > a,
#nav.nav-holder .navigation > li.current-menu-ancestor > a {
	border-top-style: none;
	background-color: #5087b7;
	color: white;
}

#nav.nav-holder .navigation > li.current_page_item + li a {
	background-color: transparent;
}

#header .fusion-social-links-header {
	margin-top: 30px;
	margin-bottom: 10px;
}

#header .header-social-custom .fusion-social-network-icon {
	margin-right: 10px;
}

/* @end */

/* @group Footer */

#footer {
	border-top-style: none;
}

#footer .fusion-social-links-footer .fusion-social-network-icon {
	margin-left: 10px;
}

/* @end */

/* @group Field Status */

#header .field-status {
	float: left;
	color: white;
	display: inline-block;
	position: relative;
	margin-left: 20px;
}

#header .field-status ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#header .field-status > ul > li > a {
	line-height: 78px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	height: 75px;
	color: white;
	display: inline-block;
}

#header .field-status > ul > li:hover > a {
	background-color: #5087b7;
}

#header .field-status > ul > li:hover .field-status-dropdown {
	display: block;
}

#header .field-status .field-status-dropdown {
	background-color: white;
	color: #00529b;
	display: none;
	border-radius: 4px;
	padding: 5px 5px 5px 17px;
	float: left;
	position: absolute;
	z-index: 100000;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	text-transform: none;
	min-width: 220px;
}

.field-status-heading {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 4px;
}

#header .field-status .field-status-dropdown > li {
	margin-bottom: 10px;
}

#header .field-status .field-status-dropdown li {
	line-height: 18px;
	font-size: 16px;
}

#header .field-status .label {
	text-transform: uppercase;
	background-color: silver;
	font-size: 10px;
	padding: 2px 3px 1px 4px;
	border-radius: 4px;
	margin-right: 5px;
	letter-spacing: 1px;
	color: white;
	top: -3px;
	position: relative;
}

#header .field-status .label.label-success {
	background-color: #22a882;
}

#header .field-status .label.label-danger {
	background-color: #a80832;
	margin-left: -12px;
}

#header .field-status .field-status-dropdown a:hover {
	text-decoration: underline;
}

.icon-field-status {
	width: 28px;
	display: inline-block;
	background: url(../../uploads/2015/07/field-status-2x.png) center center no-repeat;
	background-size: 28px;
	margin-right: 5px;
	height: 28px;
	vertical-align: middle;
}

@media screen and (max-width: 800px) {

	#header .fusion-social-links-header {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#header .field-status {
		margin-top: 10px;
		margin-left: 0;
	}
	
	#header .field-status > ul > li > a {
		line-height: 30px;
		height: 30px;
	}
}

/* @end */

/* @group Side Nav */

html .side-nav li a {
	color: #333333;
}

html .side-nav li:only-of-type {
	display: none;
}

/* @end */