/* Styles for mobile menus */
.cbp-spmenu {
	padding-top: 10px;
	background-color: #93c847;
	position: fixed;
}

.cbp-spmenu img {
	padding: 1em 0em;
}

.cbp-spmenu a {
	font-family: "Gotham-Rounded-Bold", Verdana, Geneva, sans-serif;
	display: block;
	color: #0F171F;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}

.cbp-spmenu a:hover {
	color: #FFF;
}

.cbp-spmenu li.current-menu-item a {
	color: #FFF !important;	
}


.cbp-spmenu a:active, .cbp-spmenu ul li.current-menu-item a {
	/* background: #afdefa; */ /* HOVER / HIGHLIGHT COLOR */
	color: #0F171F;
}

.cbp-spmenu ul li.current-menu-item .sub-menu li a {
	/* background: #afdefa; */ /* HOVER / HIGHLIGHT COLOR */
	color: #0F171F !important;
}

.cbp-spmenu ul li.current-menu-item .sub-menu li a:hover {
	/* background: #afdefa; */ /* HOVER / HIGHLIGHT COLOR */
	color: #FFF !important;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 230px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	padding: 0.5em 1.2em;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
	right: -230px;
}


.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}



/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */


@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 230px;
	}

	.cbp-spmenu-right {
		right: -230px;
	}

}

