/* 
  -----------------------------------
  Mega Menu Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Crystal
  -----------------------------------
*/
	
.p7MGM-02 {
	position: relative;
	line-height: 1;
	-webkit-transform-style: preserve-3d;
}

/*Transparent Option*/
.p7MGM-02.transparent .mgm-mega-menu {
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.65));
}

/*Responsive Toolbar */
.p7MGM-02 .mgm-toolbar {
	display: none;
}

/*Clear Fix*/
.p7MGM-02:after,
.p7MGM-02 .p7mgm-row:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: block;
	height: 0px;
}

/*Root Menu Alignment*/
.p7MGM-02.menu-centered {
	text-align: center;
}
.p7MGM-02.menu-right {
	text-align: right;
}

/*Root Menu List*/
.p7MGM-02 ul.mgm-root-list {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7MGM-02 li.mgm-root-item {
	list-style-type: none;
	float: left;
	padding: 0.6em 0 0.2em 0;
	margin-left: 0.3em;
}
.p7MGM-02 li.mgm-root-item:first-child {
	margin-left: 0px;
}

/*Root Menu Link Items*/
.p7MGM-02 a.mgm-root-item {
	display: block;
	padding: 0.6em 1.2em;
	color: #111111;
	text-decoration: none;
	font-size: 1.05em;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 0.2em;
	background-color: rgba(255,251,204,0.6);
	transition: background-color linear .35s, border-color linear .35s;
	box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
.p7MGM-02.shadows a.mgm-root-item {
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
.p7MGM-02 a.mgm-root-item:hover, .p7MGM-02 a.mgm-root-item.open {
	color: #000;
	background-color: #fcf9e3;
}

/*Current Mark*/
.p7MGM-02 a.current_mark {
	background-color: #70FD8E;
}

/*Root Menu Trigger Arrows*/
.p7MGM-02 a.mgm-root-item.mgm-trig.closed {
	background-image: url(img/mgm-right-dark.gif);
}
.p7MGM-02 a.mgm-root-item.mgm-trig.open {
	background-image: url(img/mgm-down-dark.gif);
}

/*Mega Sub-Menus*/
.p7MGM-02 .mgm-mega-menu {
	background-color: #EEEEEE;
	background-image: linear-gradient(#fcf9e3, #EEEEEE);
	color: #111111;
	position: absolute;
	top: 100%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.p7MGM-02.open-up .mgm-mega-menu {
	top: auto;
	bottom: 100%;
}

/*Mega Sub-Menu Content*/
.p7MGM-02 .p7mgm-row {
	text-align: left;
}
.p7MGM-02 .p7mgm-ColContent {
	padding: 1em;
	font-size: 90%;
}

.p7MGM-02 .p7mgm-ColContent ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.p7MGM-02 .p7mgm-ColContent ul li {
	margin-bottom:0.5em;
	line-height: 1.1em;
}
.p7MGM-02 .p7mgm-ColContent ul li a {
	color: #111111;
	font-size: 0.9em;
/* 	padding: 0.2em 1em; */
	text-decoration: none;
}
.p7MGM-02 .p7mgm-ColContent ul li a:hover {
    background-color: #70FD8E;
}

.p7MGM-02 .p7mgm-ColContent img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.p7MGM-02 .p7mgm-ColContent h1,
.p7MGM-02 .p7mgm-ColContent h2,
.p7MGM-02 .p7mgm-ColContent h3,
.p7MGM-02 .p7mgm-ColContent h4 {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 1.5em;
}
.p7MGM-02 .p7mgm-ColContent h2 {
	font-size: 1.35em;
}
.p7MGM-02 .p7mgm-ColContent h3 {
	font-size: 1.25em;
}
.p7MGM-02 .p7mgm-ColContent h4 {
	font-size: 1.1em;
}


/*Mega Sub-Menu Column Widths*/
.p7MGM-02 .p7mgm-Col {
	float: left;
}
.p7MGM-02 .p7mgm-Col.p7mgm-percent50 {
	width: 50%;
}
.p7MGM-02 .p7mgm-Col.p7mgm-percent45 {
	width: 45%;
}
.p7MGM-02 .p7mgm-Col.p7mgm-percent55 {
	width: 55%;
}
.p7MGM-02 .p7mgm-Col.p7mgm-percent33 {
	width: 33.333333333%;
}

.p7MGM-02 .p7mgm-Col.p7mgm-percent35 {
	width: 35%;
}
.p7MGM-02 .p7mgm-Col.p7mgm-percent30 {
	width: 30%;
}
.p7MGM-02 .col-sep .border-left {
	border-left: 1px solid;
	border-color: rgba(0,0,0,.5);
}


/*Mega Sub-Menu Positioning and Offsets*/
.menu-centered .mgm-mega-menu.width50 {
	left: 25%;
	right: 25%;
}
.mgm-mega-menu.width100 {
	left: 1.5%;
	right: auto;
	width: 97%;
}
.mgm-mega-menu.width65 {
	left: 17.5%;
	right: auto;
	width: 65%;
}

/* menu category button icons */

.menu-category-icons-container {
     width:100%;
     height:auto;
     margin:0.5em 0px 0px 0px;
}
.menu-category-icon {
    width:22%; /* would be 25% but for 1.5% padding per side, below */
    height:auto;
    float:left;
    padding:0px 1.5%;
}
.menu-category-icon-spacer {
    width:12.5%;
    height:auto;
    float:left;
}

.menu-category-icon img {
    cursor: pointer;
}
.menu-category-icon p {
    font-size: 0.75em !important;
    line-height: 1.2em !important;
    text-align: center;
}

/*Smartphone Media Query*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
.p7MGM-02.responsive .p7mgm-Col {
	float: none;
	width: auto;
}
.p7MGM-02.responsive .p7mgm-ColContent {
	padding: 5px 20px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7MGM-02.responsive .p7mgm-ColContent p {
	margin: 6px 0px;
}

.p7MGM-02.responsive:after {
	display: none;
}
.p7MGM-02.responsive .mgm-toolbar {
	display: block;
	background-color: #222;
	margin-top: -1px;
	padding: 0.5em 1.3em 0.5em 1.3em !important;
	text-align: right;
}
.p7MGM-02.responsive .mgm-toolbar a {
	font-size: 1.1em;
	font-weight: bold;
	color: #fcf9e3;
	text-decoration: none;
}
.p7MGM-02.responsive .mgm-toolbar a:focus {
    outline:0;
}
.p7MGM-02.responsive .mgm-toolbar a:hover {
	color: #70FD8E;
}
.p7MGM-02.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
}
.p7MGM-02.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
}
.p7MGM-02.responsive .mgm-toolbar {
	display: block;
	background-color: #0f3308;
	padding: 10px;
	cursor: pointer;
}
.p7MGM-02.responsive {
	text-align: left !important;
	padding: 0px !important;
	border: none !important;
}

.p7MGM-02.responsive ul.mgm-root-list {
	display: block;
	padding: 1em;
}
.p7MGM-02.responsive li.mgm-root-item {
	float: none;
	padding: 0.2em;
	margin: 0px;
	border: none;
}
.p7MGM-02.responsive a.mgm-root-item {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding:0.8em 2em;
	font-size:1.1em;
}
.p7MGM-02 .p7mgm-ColContent ul {
	margin: 0px !important;
	padding: 0px !important;
}

.p7MGM-02 .p7mgm-ColContent ul li {
	margin: 1.3em 0px;
}

.p7MGM-02 .p7mgm-ColContent ul li:first-child {
	margin: 0px !important;
}

.p7MGM-02 .p7mgm-ColContent ul li a {
	font-size: 1.1em;
}

.p7MGM-02.responsive ul.closed {
	display: none;
}
.p7MGM-02.responsive ul.opened {
	display: block;
}
.p7MGM-02.responsive.rounded,
.p7MGM-02.responsive.rounded * {
	border-radius: 0px !important;
}
.p7MGM-02.responsive.shadows * {
	box-shadow: none !important;
}
.p7MGM-02.responsive .mgm-mega-menu {
	width: 100%;
	margin: 0px;
	top: auto;
	left: 0px;
	right: 0px;
	position: relative;
	border: none;
}

}
