﻿ /*-------DESKTOP NAV---------*/ 
 
 @media only screen and (min-width: 1113px) { 
 
/*turn mobile navigation off*/
	#mobileMenu {
	display: none;
	}
	
.masthead {
width: 100%;
height: auto;


background-image: url(../images/navbar3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
height: 11rem;


}

.mast-container {
width: 100%;
height: 12rem;
margin: 0 auto;
padding-left: 0;
padding-right: 0;
display: flex;
position: absolute;
float: right;  
z-index: +999;
}
	
 .logo-container {
 max-width: 400px;
 margin: 0 auto;
 }
	
	/*keeps the logo link fully clickable*/
	.logo-container {
	position: relative;
	z-index: +5;
	}
	
	.logo{
	display: table;	
	margin: 0 auto;
	}
	
	.logo img {
	display: block;
	margin: 0 auto;
	}
	
	.logo a {
	display: block;
	}	
	 
	.nav-wrapper {
	float: right;
	margin-right: 0;
	} 
	 
	.nav-wrapper {
	position: absolute;
	top: 0;
	height: auto;
	margin-left: 0;
	width: 100%;
	}
	
	.desktop-navigation {
 margin-top: 4.75rem;
 width: 100%;
 height: auto;
 padding-top: 1.25rem;
 max-width: 1450px;
 margin: 0 auto;
	}
 
 
.desktop-navigation ul {}

 /*new*/
 
 .desktop-navigation ul.sub-menu {}

 .desktop-navigation ul.sub-menu a{
 color: #e2b344;
 }

.desktop-navigation ul.sub-menu a:hover {
color: #1d1007;
 } 
 
	nav ul li {
	display: inline-block;
	margin-right: 0;
 padding-left: 1rem;
	padding-right: 1rem;
	}

	nav ul li a, .sub-menu a {
	padding-bottom: 0.25rem;
 font-family: "Oswald", sans-serif;
 font-size: 1.25rem;
 color: white;
 font-weight: 500;
	}
	
	nav ul li a:hover {
 color: #a5250f;
	}
	
	.menu ul li {
	border: none;
	background: none;
	text-decoration: none;
	color: white;
	font-weight: 400;
	padding: 0;
	}
	
	/*makes sub links full width*/
	nav .menu ul li {
	display: block;
	}
	
	/*hides submenu until hovered*/
	.nav-wrapper ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	text-transform: none;
	
	/*can chage the submenu width here if necessary:*/
	/*min-width: 175px;*/
	}
	
	.nav-wrapper ul.sub-menu {
	/*prevents submenu from covering the main nav*/
	box-shadow: 6px 8px 6px rgba(0,0,0,0.55);
	}
				
	.nav-wrapper ul.sub-menu {
 width: auto;
	text-align: center;
	}
	
	ul.sub-menu {
	position: absolute;
	}
	
	.nav-wrapper ul {
	z-index: +3;
	}
 	
	/*show submenu on hover*/
	.menu-item-has-children:hover .sub-menu  {
	display: block;
	}	
	
	.sub-menu a {
 color: #4f1b01;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	line-height: 125%;
	}	 
	
	nav ul li {
	margin-top: 0;
	}
 
.menu-left {
	float: left;
	position: relative;
	z-index: +999;
	}
	
	.menu-right {
	float: right;
	position: relative;
	z-index: +999;
 }
 
/*navigation, right side*/

.nav-right {
display: flex;
width: 100%;
max-width: 1450px;
margin: 0 auto;
justify-content: flex-end;
padding-right: 1rem;
padding-top: 0.5rem;
}

.nav-right img {
width: 40px;
margin-left: 10px;
}

.nav-right .shop-link {
color: #e2b344;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-size: 1.5rem;
padding: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border: 3px solid #e2b344;
letter-spacing: 4px;
font-weight: 500;
margin-right: 1rem;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.nav-right .shop-link:hover {
color: white;
border: 3px solid  #a5250f;
}


/*this hides the mobile version of the social media icons*/

.mobile-social {
display: none;
} 
 
 

	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------ADDITIONAL DESKTOP NAV STYLES---------*/ 
	
	
@media only screen and (min-device-width : 900px) and (max-width: 1300px) { 

nav ul li a, .sub-menu a {
font-size: 1.1rem;
}

.nav-right .shop-link {
font-size: 1rem;
}


/*don't touch*/	
}
/*don't touch*/


@media only screen and (min-device-width : 900px) and (max-width: 1200px) { 

.logo-container {
max-width: 375px;
}

nav ul li a, .sub-menu a {
}

nav ul li {
padding-left: 0.5rem;
padding-right: 0.5rem;
}


.nav-right .shop-link {
font-size: 1rem;
}

.nav-right img {
width: 35px;
margin-left: 5px;
}


/*don't touch*/	
}
/*don't touch*/

	
	/*-------TABLET NAV---------*/ 
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px) { 
	
   .shop-link a {
   width: 30%!important;
   }

   .mobile-social-container {
   width: 30%!important; 
   }
   

	 /*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	
	/*Tablet landscape only*/
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px)
		and (orientation: landscape) { 
	
   .shop-link a {
   width: 20%!important;
   }
	
	 
	/*don't touch*/
	}
	/*don't touch*/
	 
	
	/*===========================================*/
	
	
	 /*-------MOBILE NAV---------*/ 
	
	/*Covers all phones and tablets up to iPad Pro 12.9" portrait.
	iPad Pro 12.9" landscape shows desktop styles instead.
	*/
	
	@media only screen and (min-device-width : 320px) and (max-width: 1112px) {
	
	/*turn desktop navigation off*/
	.desktop-navigation {
	display: none;
	}
	
	/*turn mobile navigation on*/
	#mobileMenu {
	display: block;
	}
	
	.masthead {
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	background-repeat: no-repeat;
 background-position: top left;
	}
	

	/*logo extends past masthead*/
	.logo-container {
 height: 6rem;
	}
	
	.logo{
	display: inline-block;
	padding-bottom: 0.25rem;
	position: relative;
	z-index: +3;
	}
	
	.logo img {
	display: block;
 max-width: 200px;
 margin-top: 0.25rem;
	margin-left: 0.25rem;
	}
	
	nav {}
	
	nav ul {
	padding: 0;
	}
	
	nav ul li {
	text-align: center;
 font-size: 1.25rem;
	}
	
	nav ul li  {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}	
	
	
	/*1-this hides the submenu initially*/
	#menu-menu-1 li.menu-item-has-children ul {
	position: absolute;
	z-index: -1;
	opacity: 0;
	} 
	 
	/*2-this shows the submenu on hover*/ 
	#menu-menu-1 li.menu-item-has-children ul.show {
	position: relative;
	z-index: +1;
	opacity: 1;
	}	
	 
	/*toggle styles*/
	
	/*burger menu*/
	#mobileMenu button {
	-webkit-tap-highlight-color: white;
 width: 6rem;
	height: 6rem;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-right: 1rem;
	border: 1px solid transparent;
	}
	
	#mobileMenu button img {
	width: 100%;
	}
	
	#mobileMenu {
	z-index: +999;
	}
	
	#mobileMenu button {
	z-index: +999;
	}
	
	#toggleNav nav {
	padding: 0;
	}
	
	#toggleNav nav ul {
 width: 101%;
	margin-top: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
	z-index: +1;
	}
	
	#toggleNav nav ul.sub-menu {
	margin-top: 0.5rem;
	border-top: 0!important;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	}	
	
	/*tightens submenu link spacing*/
	#toggleNav nav ul.sub-menu li {
	padding-top: 1rem;
 padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	line-height: 150%;
	}
 
 #toggleNav nav ul.sub-menu li a {}
 
/*hide desktop social links*/ 
.nav-right {
display: none;
} 

/*this makes the mobile version of the social media icons visible*/
.mobile-social {
display: block;
}


.mobile-social-container{
display: flex;
width: 90%;
margin: 0 auto;
}


.mobile-social img {
width: 2.5rem;
} 

li.mobile-social {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
 
.shop-link a {
font-family: "Oswald", sans-serif;
color: #e2b344;
text-transform: uppercase;
font-weight: 700;
font-size: 1.25rem;
border: 4px solid #e2b344;
letter-spacing: 3px;
width: 50%;
padding: 0.75rem;
margin: 0 auto;
margin-bottom: 1rem;
} 

/*embeds*/



  
	 	
	/*don't touch*/
	}
	/*don't touch*/
	