body{
	/*font-family: 'Dosis', sans-serif;*/
	width: 100%;
}

body,html{
	margin: 0;
	padding: 0;
}

body,input{
	font-family: 'Quicksand', sans-serif;
}

.our-story p,
.jar-tiles,
.ingredients-tiles{
  /*font-family: 'Permanent Marker', cursive;*/
  font-family: 'Raleway', sans-serif;
}

menu,
ol,
ul {
    padding: 0;
    margin: 0;
   	list-style-type: none;
}

img{
	max-width:100%;
}

a{
	text-transform: uppercase;
	text-decoration: none;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* slider styles */
.slideshow-arrows{
	position: relative;
}

.slideshow-arrows .previous-arrow,
.slideshow-arrows .next-arrow{
    position: absolute;
    bottom: 5px;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border: none;
}

.slideshow-arrows .previous-arrow{
	left: 5%;
	background: url("/images/slideshow/arrow-left.png");
}
.slideshow-arrows .next-arrow{
	right: 5%;
	background: url("/images/slideshow/arrow-right.png");	
}


/*  end slider styles */

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container{
    z-index: 1000;
    width: 100%; 
	background-color: #ff3507; /*reddish orange*/
}

img{
	display:block;
	margin: 0 auto;
}

h2{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

header.wrapper{
	width: 100%;
	margin: auto;
}


header{
	text-align: center;	
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

header h1{
	font-size: 12px;
	color: white;
	line-height:22px;	
	padding: 10px 0;
}

header span{
	color: #000;
	white-space: nowrap;
}

nav {
	background-color: #fff;
}
nav ul{
	margin: 0 auto;
}

nav li{
	display:inline;
}

nav a{
	display:block;
	text-align: center;
    text-decoration: none;
	color: black;
	text-transform: uppercase;
	padding: 15px 2%;
	margin-bottom: 0px;
	font-size: 12px;
}


nav a:hover{
	color: #ff3507;
}

.site-wrapper{
	margin:0 auto;
	height: 100%;
	position: relative;
	background-color: #ff3507;
}

.outer-wrapper{
	background-color: #f7f7f7; /*grey*/
}



.main-container h3{
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;		
	margin-bottom: 20px;
}
.main-container:after {
	content: "";
	display: block;
}


.mobile{display:block;}
.desktop{display:none;}

.price{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
}


.hero-image-container{
	position: relative;
	margin-bottom: 16%;
	background-color: #f7f7f7;
}	



.hero-image-container .image-wrapper{
	// padding: 0 50px;

}



.email-order{
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
	text-align: center;
	margin-bottom: 2%;
}
.email-order a{
	color: #ff3507;
}

.pickle-jar-story-container{
	margin-bottom: 2%;
}

.pickle-jar-container{
}

.pickle-jar-container img{
	width:100%
}

.our-story{
	background-color: #f7f7f7;
	font-size: 13px;
}

/* our story tab stuff */

.our-story a{
	width: 100%;
	color: #000;
	display:inline-block;
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
	/*font-size: 18px;*/
	padding-bottom: 5px;
	outline-color: transparent;
	cursor: default;
}
.our-story i{
	visibility:hidden;
	padding-top: 15px;
}

.our-story a.active{
	color: #ff3507;
}


.our-story a.active i{
	visibility: visible
}

.our-story a:hover{
	color: #ff3507;
}

.our-story a:hover i{
	visibility: visible
}

.our-story a:active{
	color: #ff3507;
}

.our-story h2{
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}

.our-story p{
	text-align: justify;
	color: #000;
	line-height: 25px;
	margin: 0;
	padding: 25px 25px;
	display: none;
}

.our-story p.active{
	display:block;
}

.picklery-noun{
	background-color: #ff3507;
	margin-bottom: 2%;
}

.picklery-noun span,
.picklery-noun p{
	color: white;
}

.picklery-noun h2{
	padding-top: 10px;
}

.picklery-noun p{
	text-align: center;
	font-size: 12px;
	padding: 0 20px 15px;
}

h2.tab-headers{
	background-color: black;
	color: white;
	width: 185px;
	height:45px;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 45px;
	margin-bottom: 2%;
}

.what-we-do .jar-tiles{
	margin-bottom: 2%;
	position: relative;
	min-height: 500px;
}

.what-we-do .jar-tiles p{
	text-align: center;
}

.what-we-do .jar-tiles p span{
	color: #ff3507;
}

.what-we-do .jar-tiles:hover img.product-photo{
	display:none;
}

.what-we-do .jar-tiles:hover img.jar-silhouette{
	display:block;
}


.what-we-do .jar-tiles:hover .ingredients{
	display:block;
}

.what-we-do img.jar-silhouette{
	display:none;
}

.what-we-do .ingredients{
	display: none;
}


.what-we-do{
	clear:both;
	margin-bottom: 2%;
}

.what-we-do .tagline{
	font-size: 12px;
	text-align: center;
	margin-bottom:20px;	
}

.what-we-do .desc{
	text-align: center;
}

.what-we-do p.ingredients{
	font-size: 14px;
	color: white;
	text-transform: none;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 23%;
    position: absolute;
}

.what-we-do .desc-price-wrapper{
}

.what-we-do a{
  color: #ff3507;

}

.how-we-do {
	clear:both;
	padding-bottom: 2%;
	padding-top: 2%;
	margin-bottom: 2%;
}
.how-we-do .tagline{
	font-size: 12px;
	text-align: center;
	margin-bottom:2%;
}

.where-to-find-us{
	clear:both;
	padding-bottom: 2%;
	padding-top: 2%;
	margin-bottom: 2%;
}
.where-to-find-us .tagline{
	font-size: 12px;
	text-align: center;
	margin-bottom:2%;
}
.where-to-find-us h3{	
	text-align: center;
	margin-bottom:0;
}
.where-to-find-us li{
	line-height: 23px;
}
.where-to-find-us .column-1,
.where-to-find-us .column-2{	
	width: 100%;
	float:left;
}
.where-to-find-us .where-to-find-us-list{
	margin-bottom: 20px;	
}


.peep-us-shout-outs{
	clear: both;
}
.peep-us{
	margin-bottom:2%;
	clear:both;
}

.peep-us a{
	display: block;
	text-align: left;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid #f7f7f7;
	line-height:45px;
	width: 100%;
	color: #ff3507;
	word-wrap: break-word;
	font-size:14px;
}

.peep-us i{
	color: #000;
	margin-right: 10px;
}

.peep-us a.first{
	border-top: 3px solid #f7f7f7;
	margin-top:10px;
}

.peep-us span{
	color: #000;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	width: 85%;
	vertical-align: middle;
}

.peep-us span.email{
	color: #ff3507;
	margin-left: 24px;	
	text-transform: uppercase;
}

.peep-us a.wholesale-email,
.peep-us a.wedding-email{
	line-height:30px;
	text-transform: none;
}

.shout-outs a{
	color: black;
	text-transform: none;
}

.shout-outs .tagline{
	font-size:12px;
	text-align:center;
}

.shout-out {
	background-color: #f7f7f7;
}
.shout-out h2{
	color: #ff3507;
	padding-top: 15px;
}

.shout-out p{
	font-weight:bold;
	text-align: center;
	padding: 0 50px;
	padding-bottom: 15px;
	margin-top: 5px;
}

.footer-container{
	background-color: black;
	color: white;
	overflow:hidden;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
footer{
	margin-top: 30px;
	margin-bottom: 30px;

}

.sign-up p{
}

input[name="email"] {
	font-weight: bold;
	height: 23px;
}

input[type="submit"] {
	background-color: #ff3507;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	border-radius: 3px;
	height: 30px;
	width: 80px;
}

.address-phone {
	vertical-align: 50%;
}
.address-phone p{
	line-height:25px;
}


@media only screen and (min-width : 480px) {
	nav{
		
		background-color: white;
	}

	nav a{
		display:inline-block;
		font-size: 18px;
		margin:0;
	}

	.hero-image-container{
		margin-bottom: 4em;
	}

	.slideshow-arrows .previous-arrow{
		left: 15%;
	}
	.slideshow-arrows .next-arrow{
		right: 15%;
	}

	.email-order{
		font-size:14px;
	}

	.our-story h2{
	}

	.our-story p{
		text-align: justify;
		line-height: 40px;
	}

	.what-we-do{
	}

	.jar-tiles{
		float: left;
		width: 50%;
		// height: 250px;
	}

	.how-we-do{
	}
	
	.ingredients-tiles{		
		width: 50%;
		float: left;
	}

	.ingredients-tiles p{
	text-align: center;
	}

	.where-to-find-us h3{
		text-align: left;
	}
	.where-to-find-us .column-1,
	.where-to-find-us .column-2{
		width: 50%;
	}
}
@media only screen and (min-width : 768px) {

	.hero-image-container{
		margin-bottom: 4em;
	}
	.peep-us{
		display: inline-block;
		width: 50%;
		margin-right:0;
		vertical-align: top;
	}
	.peep-us a{
		height: auto;
		line-height:67px;
	}
	.shout-outs{
		display: inline-block;
		width: 50%;
		margin-left: 0;

	}

	.sign-up{
		display: inline-block;
		width: 50%;
	}
	.address-phone{
		display:inline-block;
		width: 50%;
	}

}
@media only screen and (min-width : 1024px) {
	.mobile{display:none;}
	.desktop{display:block;}

	.slideshow-arrows .previous-arrow,
	.slideshow-arrows .next-arrow{
		bottom: 1.5em;
	}
	.slideshow-arrows .previous-arrow {
    	left: 30%;
	}
	.slideshow-arrows .next-arrow {
    	right: 30%;
	}

	.hero-image-container{
		margin-bottom: 5em;
	}
	header{
		text-align:start;
		height:30px;
	}
	header h1{
		display:inline-block;
		margin-left: 5%;
		padding: 0;
		float: left;
		line-height: 30px;
	}

	nav{
		display:inline-block;
		width: 500px;
		text-align: center;
		border-radius: 0 0 5px 5px;
		height: 45px;
		line-height: 45px;		
		z-index: 5;
		position: absolute;
		right: 5%;
	}

	nav li{
		border-right: 1px solid black;
	}
	nav li:last-child{
		border-right:none;
	}

	nav a{
		padding: 0 5%;
		font-size: 16px;
	}
	
	.pickle-jar-story-container{
		overflow: hidden;
	}
	.pickle-jar-container{
		display:inline-block;
		margin-right: 0;
		position: relative;
		width: 50%;
		height: 100%;
		vertical-align: top;
		padding-bottom:100%;
		margin-bottom: -100%;
	}

	.our-story{
		display:inline-block;
		margin-left: 0;
		width:50%;
		padding-bottom:100%;
		margin-bottom: -100%;
	}
	.our-story h2{
		margin-top:40px;
		margin-bottom: 40px;
	}
	.our-story p{
		padding: 0 50px;
		line-height: 35px;
	}

	.what-we-do{
		clear: both;
	}


	.jar-tiles{
		width: 25%;
	}

	.ingredients-tiles{
		width:25%;
	}

}


@media only screen and (min-width: 1140px){
	.wrapper{
		width: 1026px;
		margin: 0 auto;
	}
	header.wrapper{
		width: 1026px;
		margin: 0 auto;
	}
	.email-order{
		margin-bottom: 2%;
	}
}

@media only screen and (min-width : 1200px){
	.our-story p {
		line-height:40px;
	}
}