/*********** COLOR REFERENCE *************

bg tan: 		#fff5c3
yellow: 		#fee534
footer brown: 	#6b533c
green: 			#367c2b
dark green:		#3a6408
******************************************/

.dhwidget.content-dhwidget img, .dhwidget.content-simplified-dhwidget img { height:auto !important; }

#inner .dhwidget h1:first-of-type, #inner .dhwidget h2:first-of-type, #inner .dhwidget h3:first-of-type { margin-top: 0;}

.width-1-00 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.width-0-50 {
	width: 42%;
	padding: 0 2%;
	margin: 0 2%;
}

#mobile-menu-btn {
	display: none;
	background: url('../media/images/mobile-menu-btn.png');
	background-size: cover;
	width: 32px;
	height: 18px;
	position: absolute;
	bottom: 12px;
	right: 86px;
}

#mobile-menu-btn:after {
	content: "Menu";
	color: #3a6408;
	position: absolute;
	top: -7px;
	right: -68px;
	font-size: 1.5em;
}

#menu-overlay {
	position: absolute;
	width: 100%;
	height: 1000%;
	background: rgba(0,0,0,.3);
	display: none;
	z-index: 50;
}

body {
	background: #fff5c3;
	font-size: 11pt;
}

a {
	text-decoration: none;	
}

h1, h2, h3, h4, h5, h6 {
	color: #367c2b;	
	font-weight: lighter;
}


#container {
	margin: 145px auto 30px auto;
}

#header-content, #header-top-content, #footer-content, .section-content {
	max-width: 1050px;
	padding: 0 2%;
}

.primary {
	background: #367c2b;
	color: #fff5c3;
}

.secondary {
	background: #fff5c3;
	color: #367c2b;
}

.button {
	border-radius: 3px;
	padding: 8px;
	font-size: 16px;
}

hr {
	border: 0;
	border-top: 1px solid #3a6408;
	display: block; height: 1px;
    margin: 1em 0; padding: 0;
}

#back-to-top {
  background: url('../media/images/back-to-top.png');
  background-size: cover;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 1000;
}

/******************** HEADER ********************/

#header {
	background: #fee534;
	height: 98px;
	position: absolute;
}

#header-top {
	width: 100%;
	background: url('../media/images/header-bg.jpg');
}

#header-top-content {
	text-align: right;
	margin: 0 auto;
}

#header-top-content a {
	color: #000;
	font-weight: bold;
}

#header-top-content .phone {
	padding: 18px 0;
}

.location-icon {
	display: none;
}

.phone-icon {
	background: url('../media/images/phone-icon.png');
	background-size: cover;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: text-top;
}

.location-icon {
	background: url('../media/images/location-icon.png');
	background-size: cover;	
}

#header-content {}

#header-logo {
	background: url('../media/images/logo.png');
	background-size: cover;
	height: 220px;
	width: 348px;
	position: absolute;
	top: -52px;
	z-index: 1000;
}

#header #nav-bar {
	background: #fee534;
}

a[href=^tel] {
	color: inherit;	
}

#share-tools {
	margin-bottom: 20px;	
}

.vidwrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin: 20px 0;
	height: 0;
}

.vidwrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
}

#social-media {
	display: inline-block;
	margin-left: 10px;
	padding: 10px 0;
	float: right;
}

#social-media .fb-icon {
	background: url('../media/images/facebook.png');
	background-size: cover;
	height: 20px;
	width: 20px;
}


/******************** NAVIGATION ********************/

#header .navigation {
	width: 66%;
	float: right;
	text-align: right;
}

#header .navigation > li {
	padding: 11px;
}

#header .navigation > li a {
	color: #3a6408;
	font-weight: bold;
}

#header .navigation > li:hover {
	background: #367c2b;
}

#header .navigation > li:hover a  {
	color: #fff5c3;
}

#footer .navigation > .parent > ul > li > a{
	padding: 0 .8em;
}

#header .navigation > li > ul {
	padding: 0;
	position: absolute;
	top: -60px;
	width: 150px;
	display: none;
	opacity: 0;
	visibility: hidden;
	margin: 0;
}

#header .navigation > .parent > ul > li { 
  display: block; 
  background: #367c2b;
  color: #fee534;
  border-bottom: 1px solid #dbc4a1;
  padding: 10px;
  text-align: left;
}

#header .navigation > .parent > ul > li:last-child {
	border: none;
}

#header .navigation > .parent > ul > li:hover { 
	background: #3a6408;
	font-weight: bold, 700;
}

#header .navigation > .parent > ul > li > a,
#header .navigation > .parent > ul > li > a:hover,
#header .navigation > .parent > ul > li > a:visited { 
	color: #fee534;
	width: 100%;
	display: block;
}

#header .navigation > .parent > ul > li > a:hover {
	font-weight: 700;
}

#header .navigation > .parent:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 98px;
}

/******************** FOOTER ********************/
#footer {
	max-width: 100% !important;
	margin: 0;
	background: #6b533c;
	color: #fff;
	text-align: center;
}

#footer-content {
	padding: 20px 0;
	border-bottom: 1px solid #53402f;
}

#footer-address {
	text-align: center;
	color: #fff;	
}

#footer-address a {
	color: #fff;	
}

#footer .navigation {
	display: none;	
}

#copyright {
	border-top: 1px solid #8c6d4f;
	padding: 10px 0;
	font-size: .8em;
}

#copyright a {
	color: #fff;	
}

#index #map {
	margin-bottom: 20px;
	border: 1px solid #ccc;	
}

/******************** HOME PAGE ********************/

#index #container {
	margin: 110px auto 0 auto;
	max-width: none;	
}

#index #title {
	display: none;	
}

#index h1 {
	font-size: 2.5em;
	font-weight: lighter;
	line-height: 1em	
}

#index h1 span{
	font-weight: bold;	
}

#map-box {
	background: rgba(255,255,255,0.7);
	padding: 30px;
	width: 50%;
	text-align: center;
	margin: 0 5% 0 44%;
}

#map-box h1 {
	margin-top: 0;
}

#gallery {
	background: url('../media/images/gallery-bg.jpg');
	background-size: cover;
	height: auto;
	width: 100%;
}

#gallery #image-container {
	width: 60%;
	/* height: 410px; */
	background-size: cover;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}

#gallery-side {
	width: 38%;
	/* height: 300px; */
	text-align: right;
	padding: 10% 2% 10% 0;
	float: left;
}

#gallery-side h1 {
	line-height: 1em;	
}

#gallery-side .button {
	margin-top: 10px;	
}

.image-title {
	font-size: 2em;
	color: #fff5c3;
	margin-bottom: 5px;
	font-weight: lighter;
}

.image-caption {
	color: #fff;
	font-style: italic;
	margin-bottom: 30px;
}

#products {
	padding: 50px 0;
}

#products img{
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#location {
	background: url('../media/images/peppers.jpg');
	background-size: cover;
	height: auto;
	width: 100%;
	padding: 100px 0;
}

#careers {
	padding: 50px 0;
}

#careers img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 49%;
}

#careers img + img {
	margin-left: 10px;
}

.section-content {
	margin: 0 auto;	
}

.first-image {
	float: left;
	width: 38%;
}

.other-images {
	float: left;
	width: 60%;
	margin-left: 10px;
}

.first-image img {
	width: 100%;
	height: auto;
}

.other-images img {
	  width: 29%;
	  height: 132px;
	  margin: 0 5px 5px 0;
}

/*** INDEX GALLERY ***/

#image-container ul {
	margin: 0;
	padding: 0;
}

#image-container ul li {
	position: absolute;
	opacity: 0;
	transition: 1s opacity;
}

#image-container li .image-title {
	position: absolute;
	font-family: sans-serif;
	font-size: .8em;
	bottom: .75em;
	right: .35em;
	padding: .25em;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .25);
	border-radius: 2px;
}

#image-container li .image-caption {
	position: absolute;
	font-family: sans-serif;
	font-size: .8em;
	bottom: .75em;
	right: .35em;
	padding: .25em;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .25);
	border-radius: 2px;
}

.show {
	opacity: 1 !important;
	position: static;
	transition: 1s opacity;
}

#image-container img {
	width: 100%;
	height: 100%;	
}

.slide-title, .slide-caption {
	display: none;
}

.next-s, .prev-s {
	color: #fff;
	position: absolute;
	background: #000;
	background: rgba(0,0,0, .6);
	top: 50%;
	z-index: 1;
	font-size: 2em;
	margin-top: -2.75em;
	opacity: .3;
	user-select: none;
}

.next-s:hover, .prev-s:hover {
	cursor: pointer;
	opacity: 1;
}

.next-s {
	right: 0;
	padding: 10px 5px 15px 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.prev-s {
	left: 0;
	padding: 10px 10px 15px 5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*** END INDEX GALLERY ***/


/*********PHOTO GALLERY***********************/
/*
.photo-gallery { width: 1000px; width: 100%; }
.photo-gallery #images { margin-bottom: 20px; }
.photo-gallery #images h1 { margin-bottom: -10px; margin-top: 5px; }
.photo-gallery #images img { width: 100%; }

#images .image { height: 100%; overflow: hidden; }
#images .caption { min-height: 80px; }
#images img {  }
#thumbs img { width: 100px; height: 60px; }
#thumbs .thumb { max-width: 100px; height: 60px; overflow: hidden; float: left; margin-right: 5px; }
#thumbs { margin-left: 30px; }
#thumbs-wrapper { position: relative; }
#thumbs-wrapper .prev { position: absolute; left: 0; top: 0; display: block; width: 30px; height: 60px; background: transparent url('../media/images/sprite_left_arrow.gif') no-repeat center center; }
#thumbs-wrapper .next { position: absolute; right: 0; top: 0; display: block; width: 30px; height: 60px; background: transparent url('../media/images/sprite_right_arrow.gif') no-repeat center center; }

.images-wrapper { position: relative;}
.images-wrapper .controls { position: absolute; bottom: 40px; right: 0; color: #3a6408; font-size: 11px; }
.images-wrapper .controls .slide-numbering-wrapper { float: left; }
.images-wrapper .controls .prev { margin-left: 5px; float: left; width: 16px; height: 15px; background: transparent url('../media/images/sprite_controls_prev.png') no-repeat; display: block; }
.images-wrapper .controls .controller { margin-left: 5px; float: left; width: 8px; height: 15px; background: transparent url('../media/images/sprite_controls_pause.png') no-repeat; display: block; }
.images-wrapper .controls .next { margin-left: 5px; float: left; width: 16px; height: 15px; background: transparent url('../media/images/sprite_controls_next.png') no-repeat; display: block; }
*/
.gallery-topline #categories { background: #367c2b; color: #fff; width: 278px; position: relative; z-index: 400; }
.gallery-topline #categories ul { margin: 0; padding: 0; list-style: none; }
.gallery-topline #categories ul li { border-top: 1px solid #f8971d; border-bottom: 1px solid #3a6408; }
.gallery-topline #categories ul li.open { border-top: none; }
.gallery-topline #categories ul li ul { background: #620f17; display: none; padding-bottom: 8px; }
.gallery-topline #categories ul li ul li { border: none; }
.gallery-topline #categories a { display: block; }
.gallery-topline #categories a.drop { font: 700 17px Roboto-Bold, sans-serif; padding: 5px 8px; border-bottom: 1px solid #3a6408; background: transparent url('../media/images/sprite_dropdown.gif') no-repeat 97% center; color: #ffffff; }
.gallery-topline #categories ul li { font: 16px Roboto, sans-serif; color: #eadbc5; padding: 5px 8px; }
.gallery-topline #categories ul li.open { background: #620f17 url('../media/images/sprite_collapse.gif') no-repeat 254px 16px; padding-bottom: 0; }
.gallery-topline #categories ul li.closed { background: transparent url('../media/images/sprite_expand.gif') no-repeat 254px center; }
.gallery-topline #categories ul li ul li{ font: 14px Roboto, sans-serif; color: #fff; padding: 2px 0 2px 15px; }
.gallery-topline #categories ul li.open ul li { background: none; }
.gallery-topline #categories ul li.closed ul li { background: none; }
.gallery-topline #categories ul.main { display: none; }

.selected {  border: 2px solid #3a6408; }

.gallery-topline, #gallery-content {
    width: 92%;
    padding: 2%;
	margin: 0 auto;
}

#thumbs-wrapper .next, #thumbs-wrapper .prev {
    bottom: 21.5% !important;
}

#thumbs-wrapper .next {
    right: 0 !important;
}

#thumbs-wrapper .prev {
    left: -2% !important;
}

#pause {
    vertical-align: super;
}

.cycle-prev, .cycle-next {
	display: none;	
}
/****************************** END PHOTO GALLERY *********************/


@media screen and (max-width: 1050px) {
	#inner #container {
		padding: 0 3%;	
	}
}

@media screen and (max-width: 988px) {

	#header .navigation > li a {
		font-size: .85em;
	}

}

/***** MAIN MOBILE BREAKPOINT *****/
@media screen and (max-width: 900px) {

	#index #container {
		margin: 98px auto 0 auto !important;
	}

	#map-box {
		width: 94%;
		margin: 0;
	}
	
	.first-image {
		width: 94%;	
	}
	
	.other-images {
		width: 94%;
	}
	
	#mobile-menu-btn {
		display: inline-block;	
	}
	
	#social-media {
		display: none;
	}

	#gallery-side {
		background: #647b34;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 30px 0;
	}
	
	#image-container {
		width: 100% !important;
		/* height: 40vh !important;	*/
	}
	
	.image-title {
		font-size: 3em;
	}
	
	#header-top {
		height: 56px;	
	}
	#header-content {
		padding: 0;	
	}
	
	#header-top-content .phone {
		padding: 0;
		position: absolute;
		right: 25px;
		top: 9px;
	}
	
	#header-top-content .phone span {
		display: none;
	}
	
	.phone-icon, .location-icon {
		width: 39px;
		height: 38px;
		display: inline-block;
	}
	
	.phone-icon {
		vertical-align: inherit;
	}
	
	#header .navigation {
		display: none;
		position: relative;
		top: 42px;
		background: #fee534;
		width: 100%;
		z-index: 500;
		text-align: left;
		font-size: 1.5em;
		padding-top: 75px;
	}
	
	#header .navigation li {
		display: block;
		border-top: 1px solid #fff3a4;
		border-bottom: 1px solid #e5b700;
	}
	
	#header .navigation li a {
		width: 100%;
		height: 100%;
	}
	
/* Mobile nav submenu behavior */
	#header .navigation > .parent > ul { 
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		border: none;
		padding-top: 3%;
		visibility: visible;
	}
	
	#header .navigation > .parent:hover ul {
		display: none;
		opacity: 1;
		top: 0;
	}
	
	#map {
		height: 50vh !important;
	}
	
	.gallery-topline {
		margin-bottom: 100px !important;
	}
	
	#categories {
		float: left !important;
		margin: 11px 0;
	}

}

@media screen and (max-width: 767px) {
	#careers img {
		width: 47%;	
	}
	
	.photo-gallery #categories	{
		position: inherit;
		margin: 3% 0;
		width: 100%;
		top: 0; bototm: 0; left: 0; right: 0;	
	}
	/*
	#thumbs-wrapper {
		height: 0;
		overflow: hidden;	
	}
	*/
	
	.vidwrap iframe {
		width: 98%;
	}
	
}

@media screen and (max-width: 600px) {

	.other-images {
		display: none;	
	}
	
	#map-box {
	  width: 79%;
	  margin: 0 auto;
	}
	
	.width-0-50 {
	  width: 94%;
	  padding: 0 2%;
	  margin: 0 2%;
	}
	
}

@media screen and (max-width: 530px) {
#gallery-content #categories {
    position: inherit;
    margin: 3% 0;
    width: 100%;
    top: 0;
    bototm: 0;
    left: 0;
    right: 0;
}
}

@media screen and (max-width: 512px) {
	
  #header-logo {
	height: 121px;
	width: 192px;
	top: -12px;
	left: -14px;
  }
  
  #inner #container {
	margin: 110px auto 30px auto !important;
  }
  
  #header .navigation {
	padding-top: 12px;  
  }

	#share-tools {
		display: none;
	}
	
	.gallery-topline {
		margin-bottom: 40px !important;
	}
}