/*
Theme Name: Starkers HTML5
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/

@import "css/reset.css";
@import "css/layout.css";


.menuzord .menuzord-menu .menu-item-has-children a {
  position: relative;
}
.menuzord .menuzord-menu .menu-item-has-children a::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor:pointer;
}
.menuzord .menuzord-menu .menu-item-has-children .sub-menu li a::before {
  display: none;
}
.menuzord .menuzord-menu .menu-item-has-children a {
	cursor:pointer;
}

@media(max-width: 992px) {
	.submenu-active-mb .sub-menu {
  display: block !important;
}
	.menuzord .menuzord-menu .menu-item-has-children a::before {
  top: 0;
  height: 100%;
  transform: inherit;
  border-left: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  right: 0;
}
	.header-nav-wrapper .menuzord .showhide em {
		background: #fff;
	}
}