/* Custom Styles */


/* Header
-------------------------------- */
.genesis-nav-menu .sub-menu,
.site-header{
	background:#778e08;
}

.genesis-nav-menu a {
    color: #fff;
}
.genesis-nav-menu a:hover {
    color: #000;
}
.genesis-nav-menu a:focus{
	color:#000 !important;
}

/* Footer
-------------------------------- */
.footer-widgets a {
    border-bottom-width: 0;
    font-family: 'Neuton', sans-serif;
    font-size: inherit;
    font-weight: normal;
    text-transform: none;
}
.footer-widgets .footer-widgets-1 a:hover {
	color:#fff;
	text-decoration:none;
}
.footer-widgets-2{
	text-align:center;
	padding:55px 0 0;
	margin:0 auto;
	width:51%;
}
.footer-widgets-2 img{
	margin:20px 20px;
}

/* Content 
-------------------------------- */

/* Responsive Video Wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  margin-bottom:20px;
}

/* Map Wrapper */
.map-overlay {
   background:transparent; 
   position:relative; 
   width:640px;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}
.map-wrapper {
    position: relative;
    padding-bottom: 75%; /* 800:600 */
    height: 0;
	margin-bottom:30px;
}
.map-wrapper iframe,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  background:#fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin-bottom:30px;
}

/* Form */
input[type="submit"], .content input[type="submit"] {
    width: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content a.button, .textwidget a.button {
	border-radius:0;
}

/* Home Page
-------------------------------- */

.front-page-5, .front-page-5 p, .front-page-5 .widget-title,
.front-page-1, .front-page-1 p, .front-page-1 .widget-title {
    color: #fff;
}
.front-page-5, .front-page-5 p{
	font-size:28px;
}
.front-page-2 .widget-wrap {
    padding-bottom: 0;
    padding-top: 0;
}
.front-page-4 a{
	font-weight:600;
	border-bottom:none;
}
.front-page-4 ul li {
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
	margin-bottom:20px;
}

/* Page Specific Content 
-------------------------------- */

/* Territory Page
.page-id-7 .entry-title, .single .entry-title{
	text-align:center;
}
.page-id-7 .entry-content, .single .entry-content {
    max-width: 100%;
	text-align:center;
}
 */
/* Brands Page */
.page-id-27.page  .entry-content a{
	width:32%;
	display:inline-block;
	border-bottom:none;
	text-align: center;
	margin-bottom:50px;
}
.page-id-27.page  .entry-content img:nth-child(3n+4){  
	clear:both;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {
	.nav-primary{
		width:100%;
		float:none;
		text-align:center;
		margin-top:30px;
	}
	.title-area{
		width:100%;
		padding:10px 0 20px;
	}
	.header-image .site-title > a {
		min-height: 70px;
		width: 100%;
		display: block;
		text-align:center;
	}
	.site-inner {
    	padding: 13% 40px 10%;
    }
}

@media only screen and (max-width: 800px) {
	.title-area{
		padding:0;
	}
	/* Nav */
	.js nav button:hover, 
	.js .menu-toggle:hover, 
	.js .nav-primary,
	.menu-toggle::before, .menu-toggle.activated::before,
	.menu-toggle, .sub-menu-toggle {
		color: #fff;
	}
	.header-image .nav-primary:not(button) {
    	background: none;
	}
	.genesis-nav-menu {
		max-width: 300px;
		margin: 0 auto;
	}
	.js .genesis-nav-menu .menu-item a {
    	max-width: 300px;
	}
	/* End Nav */
	
	.footer-widgets-2{
		width:95%;
		padding:30px 0;
}

@media only screen and (max-width: 600px) {
	/* Brands Page */
	.page-id-27.page  .entry-content a{
		width:100%;
	}
}
