/* 
  -----------------------------------
  Pop Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/


.p7PM3-01 {
	line-height: 1;
	font-family: 'Avenir';
	font-stretch: condensed;
	-webkit-transform-style: preserve-3d;
	text-align:left;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) { 
#p7PM3_1 a {font-size: 17px!important;}
#p7PM3_2 ul li a {font-size: 17px!important;}
#p7PM3_2 ul ul li a {font-size: 15px!important;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { 
#p7PM3_1 a {font-size: 14px;}
#p7PM3_2 ul li a {font-size: 13px!important; padding-left:1.3em!important; padding-right:1.3em!important;}
}
@media only screen and (min-width: 980px) and (orientation:portrait) { 
#p7PM3_1 a {font-size: 17px!important;}
#p7PM3_2 ul li a {font-size: 17px!important;}
#p7PM3_2 ul ul li a {font-size: 15px!important;}
}

@media only screen and (min-width: 1025px) and (orientation:landscape) { 
#p7PM3_1 a {font-size: 17px;}
#p7PM3_2 ul li a {font-size: 16px;}
#p7PM3_2 ul ul li a {font-size: 15px!important;}
}
@media only screen and (max-width: 1024px) and (orientation:landscape) { 
#p7PM3_1 a {font-size: 15px;}
#p7PM3_2 ul li a {font-size: 16px;}
}

.p7PM3-01.horiz {
	padding: 0px 8px;
}

.pmm3-toolbar {
	display: none;
}

.p7PM3-01 a img {
	border: none;
	vertical-align: bottom;
}

.p7PM3-01.menu-centered {
	text-align: center;
}
.p7PM3-01.menu-right {
	text-align: right;
}

.p7PM3-01:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}

.p7PM3-01 ul {
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-01 ul {margin: 15px 0 0 0px;}
#p7PM3_2  ul, #p7PM3_3  ul  { margin: 0px;}

.p7PM3-01 ul li {
	list-style-type: none;
	float: left;
	position: relative;
}

.p7PM3-01 ul li a, #p7PM3_2 ul li a, #p7PM3_3 ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-position: left 45%;
	background-repeat: no-repeat;
}
.p7PM3-01 ul li a {text-shadow: 1px 3px 2px rgba(0, 0, 0, 1);}
#p7PM3_2 ul li a, #p7PM3_3 ul li a {text-shadow: 1px 3px 2px rgba(0, 0, 0, 0);}
.p7PM3-01 ul li a {
	padding: 0.5em 0.3em;
}

#p7PM3_2 ul li a, #p7PM3_3 ul li a {padding:.75em 1.5em;}

.p7PM3-01 ul li a.pm3-link:hover {
	background: rgba(102, 26, 0, 0.5);
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0);
}
.p7PM3-01 ul li a.pm3-link:hover {color: #FFF;}
#p7PM3_2 ul li a.pm3-link:hover, #p7PM3_3 ul li a.pm3-link:hover {color: #ffdf89; text-shadow: 1px 3px 2px rgba(0, 0, 0, 0);}

.p7PM3-01 a.trig_closed {
	background-image: url(img/pmm3-right-light.gif);
}
.p7PM3-01 ul ul a.trig_closed {
	background-image: url(img/pmm3-right-light.gif);
}
.p7PM3-01 a.trig_open {
	background-image: url(img/pmm3-down-yellow.gif);
	color: #ffdf89!important;
}
#p7PM3_2  ul ul, #p7PM3_3  ul ul { margin-top: 15px;}
.p7PM3-01 ul ul li a {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.4);
	color: #fff;
}

.p7PM3-01 ul ul li:last-child a {
	border-bottom: none;
}
.p7PM3-01 ul ul li a.pm3-link:hover, .p7PM3-01 ul ul li a.trig_open {
	background: rgba(102, 26, 0, 1);
	color: #ffdf89;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0);
}

/*Turn off BG Image for links that are not triggers*/
.p7PM3-01 ul li a.pm3-link, .p7PM3-01 ul li a.pm3-link:hover {
	background-image: none;
}

.p7PM3-01 ul ul {
	background: rgba(102, 26, 0, 1);
	display: block;
	text-align: left;
	width: 200px;
}
.p7PM3-01.transparent ul ul {
	background: linear-gradient(90deg, rgba(34,34,34,1), rgba(0,0,0,.95));
}

.p7PM3-01.shadows ul ul {
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
}

.p7PM3-01.auto-subs ul ul {
	width: auto;
}
.p7PM3-01.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-01 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}

/*ROUNDED CORNERS OPTION - Sub-Center Bias*/
.p7PM3-01.rounded ul ul {
	border-radius: 5px;
}
.p7PM3-01.rounded.justified ul li.pm3first ul.level_2,
.p7PM3-01.rounded.sub-left ul ul {
	border-top-left-radius: 0px;
}
.p7PM3-01.rounded.sub-left ul ul ul {
	border-top-left-radius: 5px;
}
.p7PM3-01.rounded.justified ul li.pm3last ul.level_2 {
	border-top-right-radius: 0px;
}
.p7PM3-01.rounded ul a.root_trig,
.p7PM3-01.rounded ul a.root_link {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded a.root_trig.trig_open {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-01.rounded ul ul a.pm3first,
.p7PM3-01.rounded ul ul .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-01.rounded.sub-centered.justified ul li.pm3first ul.level_2 a.pm3first,
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2 a.pm3first,
.p7PM3-01.rounded.sub-left ul.level_2 a.pm3first {
	border-top-left-radius: 0px;
}
.p7PM3-01.rounded.sub-left ul.level_3 a.pm3first,
.p7PM3-01.rounded.sub-left.justified .pm3last ul.level_2,
.p7PM3-01.rounded.sub-left.justified .pm3last ul.level_2 a.pm3first,
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
	border-top-left-radius: 5px;
}
.p7PM3-01.rounded.justified ul li.pm3last ul.level_2 a.pm3first,
.p7PM3-01.rounded.sub-right ul.level_2,
.p7PM3-01.rounded.sub-right ul.level_2 a.pm3first {
	border-top-right-radius: 0px;
}
.p7PM3-01.rounded.sub-right ul.level_2 ul,
.p7PM3-01.rounded.sub-right ul.level_2 ul a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2,
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2 a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-01.rounded ul ul a.pm3last,
.p7PM3-01.rounded ul ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-01.rounded ul ul a.pm3first.pm3last {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded ul a.root_trig.trig_up {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded li.trig_up div {
	padding-bottom: 10px;
}
.p7PM3-01.rounded .trig_up a.pm3first {
	border-radius: 5px 5px 5px 5px !important;
}
.p7PM3-01.rounded ul li.trig_up ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded .trig_up .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-01.rounded .trig_up .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px !important;
}
.p7PM3-01.vert.rounded {
	border-radius: 5px;
}
.p7PM3-01.vert.rounded a.root_trig {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.vert.rounded ul ul {
	border-radius: 5px;
}

/*IMAGE LINKS*/
.p7PM3-01 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-01 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/*VERTICAL MODE */
.p7PM3-01.vert {
	background: none;
	border: none;
}
.p7PM3-01.vert.shadows {
	box-shadow: none;
}
.p7PM3-01.vert ul {
	display: block;
}
.p7PM3-01.vert ul li {
	float: none;
	padding: 0px;
	position: relative;
}
.p7PM3-01.vert ul ul li {
	padding: 0px;
	margin: 0px;
}
/*CURRENT MARK */
.p7PM3-01 ul li a.current_mark {
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0);
}
.p7PM3-01 ul ul li a.current_mark {
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
}
.p7PM3-01.vert ul li a.current_mark {
	font-weight: bold;
	text-shadow: none;
	background: rgba(102, 26, 0, 0.5);
}
.p7PM3-01.vert ul li a.current_mark {
	font-weight:600;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-01.p7PM3noscript {
	position: absolute;
}

.p7PM3-01.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-01.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-01.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-01.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-01.p7PM3noscript li:hover ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-01.p7PM3noscript li li:hover ul, .p7PM3-01.p7PM3noscript li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li li:hover ul {
	display: block;
}


@media only screen and (min-width: 0px) and (max-width: 640px) {
#p7PM3_2 {display:none;}
  }
  
@media only screen and (min-width: 0px) and (max-width: 640px) {
	 
.p7PM3-01.responsive:after {
	display: none;
}
.p7PM3-01.responsive .pmm3-toolbar {
	display: block;
	background-color: #661a00;
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
.p7PM3-01.responsive .pmm3-toolbar a, level_2 {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.p7PM3-01.responsive .pmm3-toolbar a:hover {
	color: #ffdf89!important;
}
.p7PM3-01.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-01.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-01.responsive .pmm3-toolbar {
	display: block;
	background-color: #661a00;
	padding: 10px;
}
.p7PM3-01.responsive {
	text-align: left !important;
	padding: 0px !important;
}
.p7PM3-01.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-01.responsive ul {
	display: block;
}

.p7PM3-01 ul ul.level_2 {margin-top: 0px!important; padding-top:0!important;}


.p7PM3-01.responsive ul li {
	float: none;
	margin-right: 0px;
}
.p7PM3-01.responsive a.trig_closed:hover {
	background-color: #661a00;
	color: #ffdf89!important;
}
.p7PM3-01.responsive ul ul {
	position: static !important;
	width: auto;
}
.p7PM3-01.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-01.responsive ul ul a,
.p7PM3-01.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-01.responsive ul ul ul a,
.p7PM3-01.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3-01.responsive ul.closed {
	display: none;
}
.p7PM3-01.responsive ul.opened {
	display: block;
}
.p7PM3-01.responsive.rounded,
.p7PM3-01.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3-01.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-01_crumbs {
	display: none;
}
.p7PM3-01_crumbs.show-mobile {
	display: block;
}
/*Workaround for very old Android devices*/
.p7PM3-01 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
