/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ============================================================	============== */
html, body {height: 100%;}

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.331; font-family: 'Muli', sans-serif; }

body, button, input, select, textarea { color: #222; }

::-moz-selection { background: #9f191d; color: #fff; text-shadow: none; }
::selection { background: #9f191d; color: #fff; text-shadow: none; }

html, body {background: #fff url(/img/bg-paper.jpg) top center repeat;}

@font-face {
    font-family: 'allie';
    src: url('/wp-content/themes/olli/inc/fonts/alliewriting-webfont.eot');
    src: url('/wp-content/themes/olli/inc/fonts/alliewriting-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/olli/inc/fonts/alliewriting-webfont.woff') format('woff'),
         url('/wp-content/themes/olli/inc/fonts/alliewriting-webfont.ttf') format('truetype'),
         url('/wp-content/themes/olli/inc/fonts/alliewriting-webfont.svg#alliewritingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content li {list-style-type:none; }
li { margin: 0; }
.hide { display: none; }

/* =============================================================================
   Woocommerce
   ========================================================================== */
.minus, .plus { display: none; }
.variations_button { text-align: right; }
.quantity.buttons_added input[name=quantity] { margin: 1em 0; }
.postid-7548 .shopp-product-quantity, .postid-7545 .shopp-product-quantity, .postid-7546 .shopp-product-quantity { clear: both; text-align: center; display: none; }
.shopp-product-quantity { clear: both; text-align: center; display: block; }
.shopp-product-add-to-cart { margin-bottom: 10px; border: 0; }
input.button-checkout {
	background: transparent url('../img/shop-button-checkout.jpg') top left no-repeat;
	width: 218px;
	height: 29px;
	text-indent: -99999px;
	display: block;
	float: right;
	border: 0;
}
.shopp-title-block p { margin-top: 12px; }
#main .shop-index-category { background-position: top left; padding-top: 2em; margin-bottom: 0; }
.shop-index-parentcategory { width: 100%; background: url('../img/red-dotted-border.jpg') top center repeat-x; overflow: hidden; margin-bottom: 2em; padding-top: 2em; }
.shop-index-parentcategory .category-sub { vertical-align: top; }
.shop-index-parentcategory .category-sub:first-child {  }
.shop-index-parentcategory .category-sub a { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	display: block;
	height: auto; 
}
.shop-index-parentcategory .category-sub .details { 
	margin: 1em auto 0;
	max-width: 300px;
	text-align: right !important; 
}
.shop-index-parentcategory .category-sub .details h4 { text-align: right; font-size: 19px; }
.shop-index-parentcategory .category-sub .details p { text-align: right; font-size: 17px; }
.details a {
	text-align: right !important;
}

.shop-index-parentcategory img { 
	width: 360px;
}


/* =============================================================================
   Links
   ========================================================================== */

#front-page-shop-icon{
	top:80px !important;
	right:45px !important;
	z-index: 9999;
}
#shop-link-frontpage{
	text-decoration:none;
	color:white;
	margin-top:10px;
}
#shop-link-frontpage:hover{
	color:#f2d9d9;
}
#interiorcircle{
	box-sizing: border-box;
	padding-top: 30px;
}
a { color: #333; }
a:focus, a:hover  { color: #ba2e33; outline: 0; }
a:active { color: #999; }
a:active, input.button:active { outline: 0; position: relative; }

.button, #post-nav a, #comments-nav a {
	display: inline-block;
	background: #06c;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));		
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	width: auto;
	overflow: visible;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
}
.button:hover, #post-nav a:hover, #comments-nav a:hover { 
	color: #fff; 
}

.buyonline {
	margin-top:14px;
	float:right;
	color:#fff;
	padding: 3px 5px;
	text-decoration:none;
	background-color: #ba2e33;
	font-size:10px;
	letter-spacing: 1px;
}

.buyonline:hover {
	color:#fff !important;
	background-color: #a01c26;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1, h2, h3, h4, h5, h6 {}
.h1, .h2, .h3, .h4, .h5, .h6 {color:#000;}

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

.page-id-2565 #content ul {margin: -1em 0 1em; padding: 0 0 0 20px;}
.page-id-2565 #content ul li {list-style-type: disc}


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

legend { border: 0; *margin-left: -7px; padding: 0; }

label { cursor: pointer; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Header
   ========================================================================== */

#wrap {  
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	position:relative; /* needed for footer positioning*/
	background: #bbb;
	width:1200px;
	margin:0 auto;
	background: #fff; 
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,.3);
  	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.3);
  	box-shadow: 0px 0px 7px rgba(0,0,0,.3);
}

#banner { position: relative; margin: 0 auto; z-index: 999; height: 85px;  }
#banner .container { padding: 0; height: 85px; }

#logo {
	float: left; 
	width: 252px; 
	height: 226px; 
	margin: 10px; 
	padding: 0; 
	background: transparent url(../img/logo-block.png) top left no-repeat;
	}
	#logo img.o {position: relative; top:10%; left:25%;}

#primary {
	width:906px;
	float: right;
	height: 59px;
	display: block;
	background: transparent url(/img/nav-bg.png) top left no-repeat;
	position: absolute;
	top:12px;
	right:0;
	}
	
	/*navigation*/	
	#menu-primary-navigation {padding:0;margin:0;	width: 550px; margin:5px 0 0 7px;}
	#menu-primary-navigation li {position:relative; display:block; float:left; text-indent: 0; padding: 0 0px; margin: 0;}
	
	#menu-primary-navigation li a {display:block;float:left; height: 25px; color: #fff; font-family: 'Muli', sans-serif; text-decoration: none; text-transform: uppercase; font-size: .9em; font-weight: 300; background: transparent url(/img/primary-nav-div.gif) center right no-repeat; padding: 12px 16px;}
	
	#menu-primary-navigation li a:hover, #menu-primary-navigation > li.current-menu-item > a, #menu-primary-navigation > li.current-menu-ancestor > a {background: transparent url(/img/nav-primary-hover.png) top left repeat-x;}
	#menu-primary-navigation li.menu-item-392 a:hover {background: transparent url(/img/nav-primary-hover-left.png) top left repeat-x;}

	/*sub navigation*/
	#menu-primary-navigation ul {position:absolute; left:5px; top: 39px; padding:0; display: none;}
	#menu-primary-navigation ul a {float:none; background: none; padding: 12px 10px; height: auto;}	
	#menu-primary-navigation ul li {background: rgb(54, 54, 54); background: rgba(0,0,0,.35); min-width:175px;}
	#menu-primary-navigation ul li a:hover {background:none; background: rgba(0,0,0,.2);}
	#menu-primary-navigation li.menu-item-392 ul li a:hover {background:none; background: rgba(0,0,0,.1);}	
	
	#menu-primary-navigation ul li a:hover {text-decoration: underline;}
	#menu-primary-navigation li:hover ul ul, #menu-primary-navigation li:hover ul ul ul, #menu-primary-navigation li:hover ul ul ul ul{display:none;}
	#menu-primary-navigation li:hover ul, #menu-primary-navigation li li:hover ul, #menu-primary-navigation li li li:hover ul, 
	#menu-primary-navigation li li li li:hover ul{display:block; z-index: 100;}


/* 	SHOP Header */
	.cartstatus {clear: both; background: none; position: relative; top: 10px; background: transparent url(/img/cartstatus-border.jpg) top center no-repeat; padding-top: 10px; width: 276px; margin:0 auto;}

	.cartstatus-items {font-size: 10px; text-transform: uppercase; font-size: 10px; margin-left: 8px;}
	.cartstatus-view-cart {font-size: 10px; text-transform: uppercase; float: right; padding-right: 16px; background: transparent url(/img/cart-icon.jpg) center right no-repeat; margin-top:2px;}
	.cartstatus-checkout {clear: both; float: right; text-align: right; text-transform: uppercase; display: block;  font-size: 10px; color:#ba2e33; margin: 6px 16px 0 0;}
	
	#store-finder-links {		
		cursor: pointer;
		height: 72px;
	}


	.store-finder-links-left {
		float: left;
		width: 51.75%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding: 1.5em;
		cursor: pointer;
		text-align: center;
	}

	.store-finder-links-right {
		float: right;
		width: 47.75%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding: 1.5em;
		cursor: pointer;
		text-align: center;
	}

	.store-finder-middle {
		width: 0.5%;
		background: #464646;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px 0 17px;
		float: left;
		position: relative;
		top: 20px;
		height: 40%;
		left: 0;
		right: 0;
	}


	#store-finder {
		font-family: 'Muli', sans-serif;
		background: transparent url(/img/store-finder-container.png) top left no-repeat;
		padding:0;
		margin:0;
		position: absolute;
		top:0;
		left:850px;
		overflow: hidden;
		width:315px; 
		height:83px;
		-webkit-transition: all .75s;
		-moz-transition: all .75s;
		transition: all .75s;
	}

	#store-finder.with-cart-options {
		background: transparent url(/img/store-finder-container-with-items.png) top left no-repeat;
		padding:0;
		margin:0;
		position: absolute;
		top:0;
		left:850px;
		overflow: hidden;
		width:315px; 
		height: 150px;
	}

	.finder-height {
		background: transparent url(/img/store-finder-container-with-items.png) top left no-repeat !important;
		height: 143px !important;
		
	}

	header .store-finder-form {
		display: block;
		margin:0 15px 5px; 
		position: relative; 
		background: #fff;
	}
		
	div.store-finder-field-container {}
	header .store-finder-form label {
		float: left;
		text-transform: uppercase;
		font-size: .9em;
		color:#555;
		margin-top:3px;
	}
	
	header .store-finder-form label:hover {cursor: default;}
		
	header #store-finder-search {
		position: absolute;
		top:0px;
		left:110px;
		width:140px;
	}

	header .store-finder-submit {
		width:20px;
		height: 20px;
		float: right;
	}
			
		
	div.store-finder-footer {
		display: block;
		position: absolute;
		top: 25px;
		width:100%;
	}
	
	div.store-finder-footer a.advanced-search {
		font-size: .7em;
		text-decoration: underline;
		position: absolute;
		top:-3px;
	}
		
	div.store-finder-footer small {
		font-size: .7em;
		margin-left: 50px;
		position: absolute;
		left:80px;
	}
				
	 #main 	.widget_sp_image .container, #main .widget_links .container  {clear: none !important; margin-bottom: 30px;}
	.widget_sp_image h3, .widget_links h3 {font-size: 1em; font-weight: 700; font-family: 'Muli', sans-serif; margin-bottom:10px;}
	.widget_links ul {margin:0; padding: 0;}
	.widget_links ul li {margin:0; padding: 0;  text-indent: 0; margin-bottom: 10px;}
	
	header.border-bottom {
		background: transparent url('../img/red-dotted-border.jpg') bottom left repeat-x;
		float:right;
		width:920px;
		height:230px;
	}
	.pagetitle {
		position:relative; 
		top:195px;
		color:#403d3e;
		text-transform:uppercase; 
		padding-bottom:5px;
		font-family: 'Muli', sans-serif;
		font-weight: 300;
		letter-spacing: 2px;
		}
		
	ul.header-breadcrumbs  {margin: 0; padding: 0; float: right; position: relative; top: 170px; margin-right: 20px; text-transform: uppercase;}
	ul.header-breadcrumbs  li {display: block; color: #a7a9ac;  float: left; text-indent: 0; margin:0 0 0 12px; padding:0; font-size: .85em;}
	ul.header-breadcrumbs  li a {color: #a7a9ac;}

	.postid-793 .pagetitle, .postid-1614 .pagetitle {
		top:105px;
		width:440px !important;
		float:none;
		display:inline-block;
	}
	
	.postid-793 ul.header-breadcrumbs, .postid-1614 ul.header-breadcrumbs {
		position: absolute;
		bottom:20px;
		right:0;
		top:auto;
	}
	
	#product-side-nav li {white-space: nowrap; overflow-x:hidden;width:223px;}

/* =============================================================================
   Content
   ========================================================================== */

#master-container {}

#content {clear:both; padding-bottom:150px; }
.home #content {clear:both; padding-bottom:150px; margin-top: 0;}
#content .container { width: auto; position: relative; padding: 0; }
#slideContainer {background: rgba(0,0,0,.2); width:100%; height: 100%;}

.slideimgs, .bgstretcher ul {margin:0; padding:0;}
.slideimgs li, .bgstretcher ul li {margin:0; padding:0;  text-indent: 0;}
.btn-newsletter { cursor: pointer; background: url(/img/olli-footer-sprite.png) no-repeat 0 0; width: 245px; height: 55px; float: left; margin: 0 8px 0 0; }
.btn-newsletter:hover { cursor: pointer; background: url(/img/olli-footer-sprite.png) no-repeat 0 0; width: 245px; height: 55px; background-position: 0 -54px;   }

/* =============================================================================
   Home
   ========================================================================== */

.home .home-paper-box {
	width:546px; 
	min-height: 302px;
	position: relative; 
	top:15px; 
	left: 100px; 
	background: transparent url(/img/home-paper-box.png) top left no-repeat;
	display: block;
	padding-top:50px;
	}

.home .home-paper-box-inner {
	margin:0 40px 0 50px; 
	display: block;
	}

.home .home-paper-box h1 {
	font-family: 'Muli', sans-serif; 
	font-weight: 300;
	font-size: 1.7em; 
	background: transparent url(/img/red-dotted-border.png) bottom left repeat-x; 
	padding-bottom: 10px;
	}

	.home-slide {display: none;}
	.home .home-slide-text {
		font-family: 'Muli', sans-serif; 
		font-size: 1em; 
		line-height: 1.6em;
		margin-top:15px; display: block;
		text-transform: uppercase;		
		}	
	
	.home .home-paper-box a.text-read-more {
		width:99px;
		height:26px;
		background: transparent url(/img/readmore-bg.png) top left no-repeat;
		position: absolute;
		top:185px;
		left:340px;
		text-decoration: none;
		padding: 11px 8px 0;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		}


#home-slide-nav ul {margin:0; padding:0; float: left; overflow: visible;}
#home-slide-nav ul li {margin:0; padding:0;  text-indent: 0; float: left;}
#home-slide-nav ul li.showPage a{background: transparent url('../img/home-slide-nav-bullet.png') top left no-repeat;}

#home-slide-nav {position: absolute; top:245px; left: 50px}
#home-slide-nav-pause {position: absolute; top:-8px; right:20px; cursor: pointer; background: transparent url('../img/slide-pause.png') top left no-repeat; width:11px; height: 13px; display: block; margin-top: 3px; margin-left: -2px;}
#home-slide-nav-pause.paused {background: transparent url('../img/slide-pause-on.png') top left no-repeat; }

#home-slide-nav a { background: transparent url('../img/home-slide-nav-bullet-trans.png') top left no-repeat; overflow: hidden; display: block; height: 100%; text-indent: -9999px; width:15px; height: 15px; display: block; float: left; margin: 0 7px 0 0; padding:0;}
#home-slide-nav a.activeSlide {background: transparent url('../img/home-slide-nav-bullet.png') top left no-repeat;}

/* slides */
.home-slide {display: none;}
.home-slide-text {margin-top:20px;}

.sm-conversation {
	z-index: 1;
/* 	top:-100px;  */
	position: absolute;
	width:312px; 
	right:20px;
/* 	height: 496px;  */
	background: transparent url(../img/sm-conversation-container.png) top left no-repeat; 
	}
	
	.sm-conversation h3 {
		font-size: .85em;
		color:#ba2e33;
		text-transform: uppercase;
		font-weight: 300;
		text-indent: -99999px;
		width: 187px;
		height: 18px;
		background: transparent url(/img/text-join-the-conversation.png) top left no-repeat;
		}
		
	.sm-conversation span {text-transform: capitalize; font-size: 1em !important;}
	ul.sm-list {width: 70px; height: 24px; overflow: hidden; margin: 0; padding:0;}
	.sm-conversation ul.sm-list {position: absolute; left: 222px; top:12px; }
	ul.sm-list li {width:24px; height: 124px; float: left; background: #bb0; margin: 0 6px 0 0;  padding: 0; text-indent: -9999px; }
	ul.sm-list li a {display: block; height: 100%;}
	ul.sm-list li.facebook {background: transparent url(../img/fb-icon.png) top left no-repeat;}
	ul.sm-list	 li.twitter {background: transparent url(../img/twitter-icon.png) top left no-repeat;}	
	
	
	.conversation-tab {width:312px; position: absolute; right: 20px;}
	
	.conversation-tab-top {width:312px; height: 47px; background: transparent url('../img/conversation-tab-top.png') top left no-repeat; display: block; position: relative;}
		.conversation-tab-social {margin:0; padding:0; position: absolute; right: 5px; top:10px;}
		.conversation-tab-social li {margin:0; padding:0; text-indent: 0;  float: left; width:24px; height: 24px; overflow: hidden;  margin-right: 5px; text-indent: -999999px; }
				.conversation-tab-social li.facebook {background: transparent url(../img/fb-icon.png) top left no-repeat;}
				.conversation-tab-social li.twitter {background: transparent url(../img/twitter-icon.png) top left no-repeat;}
				.conversation-tab-social li a {display: block; height: 100%;}
	.conversation-tab-mid {width:312px; background: transparent url('../img/conversation-tab-mid.png') top left repeat-y; min-height: 300px;}

	.conversation-tab-contract {width:10px; height:10px; position: absolute; top:20px; left:220px; background: transparent url(../img/downArrowGray.gif) center center no-repeat; display: block; text-indent: -999999px; overflow: hidden;}
	.conversation-tab-expand-text {width:232px; height:54px; background: transparent url('../img/conversation-tab-expand-text.jpg') bottom center no-repeat; margin-left: 10px; text-indent: -999999px; overflow: hidden; display: block;}
		
	.conversation-tab-mid-inner {width:280px; background: #fff; margin:0 auto; padding-top: 20px;}
	.conversation-tab-bottom {width:312px; height: 25px; display: block; background: transparent url('../img/conversation-tab-bottom.png') top left no-repeat;}
	
/* 	Background Switcher */
.bgSwitcher {overflow: visible; width:240px; font-size: .85em;}
.bgSwitcherTitle {float: left; display: block; padding: 18px 5px 0 0; text-transform: uppercase;}
.bgSwitcher ul {margin:0; padding:0; margin: 10px 0; float: right; margin-left: 5px;}
.bgSwitcher ul li {margin:0 6px 0 0; padding:0; width:28px; height:28px; background: rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.25);  float: left; text-indent: -99999px; overflow: hidden; cursor: pointer;}
.bgSwitcher ul li a {display: block; height: 29px;}
.bgSwitcher ul li:hover {border-color:#444}
.bgSwitcher ul li.current {border-color: #ba2e33;}
	.bgpaper {background: url(/img/olli-bg-paper-sample.jpg) repeat;}
	.bgdarkwood {background: url(/img/olli-bg-dark-wood-sample.jpg) repeat;}
	.bgplank {background: url(/img/olli-bg-plank-sample.jpg) repeat;}
	.bgwarmwood {background: url(/img/olli-bg-warm-wood-sample.jpg) repeat;}
	
.footer-location {clear: both; display: block; font-size: 1.25em;
line-height: 1.4em; }
	
	.conversation-contents {width:270px; background: #f0f0f0; margin: 0 auto; margin-top: 20px; height: 225px; overflow: hidden; color: #999;}
	
.inner-10 {margin:10px;}
.inner-15 {margin:15px;}
.inner-20 {margin:20px;}


/* =============================================================================
	 Wholesale
   ========================================================================== */
#sidebar .resources li {padding:4px 0;}
#sidebar .resources li a {color:#333;text-decoration: none;}


/* =============================================================================
   Learn
   ========================================================================== */
/*resources*/
.page-id-2334 #main li:before, #sidebar li:before  {
	content:"-"; padding-right:10px; 
}

.page-id-2334 #main ul {padding-left:0}
.page-id-2334 #main li {padding-left:10px;}
.page-id-2334 #main img {margin: 0 30px 30px 0}

/*how to read a salame */
.bullet {width: 22px; height: 22px; background: url(../img/bullet.png) top left no-repeat; cursor: pointer; display: block;}
.tool-tip {display: none; color: #fff; padding: 14px; background: url(../img/black-60.png); cursor: default}
.tool-tip h6 {margin: 0 0 5px 0; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; font-weight: 100; padding-bottom: 4px; border-bottom: 1px dotted #fff}
.tool-tip p {font-size: 13px; margin: 0}

#look-outside, #look-inside, #feel-it, #taste-aroma, #shape, #mouth-feel {position: absolute}

#look-outside {left: 140px; top: 150px}
	#look-outside .tool-tip {width: 375px; height: 85px; margin: 18px 0 0 19px;}
	#look-outside:hover .tool-tip {display: block}
#look-inside {left: 447px; top: 309px}
	#look-inside .tool-tip {width: 335px; height: 85px; margin: 16px 0px 0px -361px;}
	#look-inside:hover .tool-tip {display: block}
#feel-it {left: 190px; top: 290px}
	#feel-it .tool-tip {width: 203px; height: 67px; margin: 16px 0px 0px 21px;}
	#feel-it:hover .tool-tip {display: block}
#taste-aroma {left: 370px; top: 89px}
	#taste-aroma .tool-tip {width: 223px; height: 67px; margin: 17px 0px 0px 21px;}
	#taste-aroma:hover .tool-tip {display: block}
#shape {left: 576px; top: 230px}
	#shape .tool-tip {width: 223px; height: 67px; margin: 17px 0px 0px 21px;}
	#shape:hover .tool-tip {display: block}
#mouth-feel {left: 511px; top: 379px}
	#mouth-feel .tool-tip {width: 253px; height: 87px; margin: 17px 0px 0px 21px;}
	#mouth-feel:hover .tool-tip {display: block}

/*how to peel*/
#peel-serve {top: 0; position: inherit; margin-top: 70px}

.step {position: absolute; width: 87px; height: 109px; cursor: pointer}
.instruct {display: none; width: 330px; height: 40px; margin: 121px 0 0 10px}

#step1 {margin: -131px 0 0 4px}
	#step1:hover .instruct {display: block}
#step2 {margin: -131px 0 0 129px;}
	#step2:hover .instruct {display: block}
#step3 {margin: -131px 0 0 257px;}
	#step3:hover .instruct {display: block}
#step4 {margin: -131px 0 0 380px;}
	#step4:hover .instruct {display: block}


/* =============================================================================
	 Products
   ========================================================================== */
#product-side-nav {margin-bottom: 5px; display: block;}
#product-side-nav li {margin-bottom:10px;}
#product-side-nav li ul{margin:5px 0 5px;}   
#product-side-nav li ul li {margin-bottom:0px;}
#product-side-nav li a {text-transform: uppercase;}
	#product-side-nav li li a {text-transform: none;}
	#product-side-nav ul li a, 	#product-side-nav ul li {text-transform: normal}
	
.products-index-salame {width: 904px; height: 358px; background: transparent url('../img/product-index-salame.jpg') top left no-repeat; overflow: hidden; display: block; margin-left: 17px; float: left; }
.products-index-whole-cured-meats {width:274px; height: 174px; background: transparent url('../img/product-index-whole-cured-meats.jpg') top left no-repeat; overflow: hidden; display: block; float: right; text-indent: -9999px; margin: 3px 2px 0 0;}
.products-index-cooking-fats {width:274px; height: 174px; background: transparent url('../img/product-index-cooking-fats.jpg') top right no-repeat; overflow: hidden; display: block; float: right; text-indent: -9999px; margin: 3px 0px 0 0;}
.products-index-cooking-fats a, .products-index-whole-cured-meats a {display: block; height: 162px;}

	.page-template-template-products-index-php .shadow {}
		
	.salame-info-box {width:450px; height:170px; position:relative; top:85px; left:30px; display: block;}
	.salame-info-box h2 {width:100%; display:block; padding-bottom:10px; color:#222; margin-bottom:17px; background: transparent url('../img/red-dotted-border.png') bottom left repeat-x; font-size: 1.75em;}
	.salame-info-box p {text-transform:uppercase; line-height:20px; margin-bottom: 10px;}
	.salame-info-box img {clear: both; display: block; margin:0 auto; text-align: center;}
	
.arrow {background: transparent url('../img/arrow-right-transparent.png') top left no-repeat; width:25px; height:25px; overflow: hidden; text-indent: -9999px; display: block; position: relative; top:-20px;}



/* Product Category Page */

.tax-producttype #content {padding-top: 25px; background: transparent url(/img/product-category-header-bottom-shadow.jpg) top left repeat-x;}

#product-category-header { height:465px; width:100%;}

#category-paper-box {width:465px; position: absolute; top:280px; left:35px; overflow: hidden;}
#category-paper-box .pagetitle {top:0; margin-bottom: 15px;}

/* Product Index Page */
#product-category-container {margin-bottom: 30px; display: block;}

#featured-products-container {width:1121px; margin:30px auto; clear:both; margin-top: 30px; clear: both; padding-bottom: 150px;}

#featured-products-container h3 {margin-bottom: 15px; display: block; text-indent: -9999px; background: transparent url(/img/text-featured-products.png) top left no-repeat; width:239px; height: 24px;}

#featured-products-carousel {
	background:#fff; 
	border:1px solid #ececec; 
	height:283px;
	width:1121px;
	margin:0 auto;
	-moz-box-shadow: 0px 0px 12px #d2d3d5; /* Firefox */
	-webkit-box-shadow: 0px 0px 12px #d2d3d5; /* Safari, Chrome */
	box-shadow: 0px 0px 12px #d2d3d5; /* CSS3 */
	}

	#product-carousel {
		margin:20px 50px 30px;
		padding: 0;
		float: left;
		width: 980px;
		background: rgba(0,0,0,0.15);
		overflow: hidden;
		width:970px;
		height: 260px;
		}
	
	#product-carousel li {
		 
		padding:0; 
		margin:0 18px;
		width:205px;
		text-indent: 0;
		display: block;
		float: left;
		text-align: center;
		}

	#prouct-carousel li img {margin:0; padding: 0;}

	#product-carousel li a {
		text-decoration: none;
		clear: both;
		text-transform: uppercase;
		color: #222; font-size: .9em;
		display: block; margin: 0;

		}
	#product-carousel li a:hover {text-decoration: underline;}

	#carousel-left {width:18px; height: 49px; float: left; position: relative; top:120px; left:20px;}
	#carousel-right {width:18px; height: 49px; float: right; position: relative; top:120px; right:20px;}
	#carousel-left:hover, #carousel-right:hover {margin-top: 1px}
	
/* Olli TV	 */

/* .page-id-1808 .pagetitle {text-indent: -999999px; z-index: 0;} */
	
/* Category Index Page */

.product-index-container {border:1px solid #f0f0f0; float:left; margin:0 15px 20px 0; padding:10px; list-style-type:none;}	
.product-index-container a {text-decoration: none;}	
	
/* Single Product Page	 */

	/*.single-product .container {overflow: auto;}*/
	
	.primary-product-photo-container {padding-bottom: 20px; }
	.primary-product-photo { width:856px; position: relative; }
	.primary-product-photo-inner { width:856px; overflow:hidden; margin:0px auto; height: 300px; margin-left: 0.25em; }

	.product-thumbnail-container ul {margin:15px 0; padding:0;}
	.product-thumbnail-container ul li {width:140px; height:130px; background: transparent url('../img/product-thumbnail-container.png') top left no-repeat; text-indent:0; list-style-type:none; float:left; display:block; margin:0 10px 0 0; padding:0;}
	.product-thumbnail-container ul li img {width:130px; height: 113px; margin:0 auto; overflow: hidden; position: relative; top:5px; left:5px;}	
	.additional-products-container {clear:both; background: transparent url('../img/hdiv.jpg') top center no-repeat; display: block; padding-top:1px; margin-top:5px;}
	.additional-products-title {text-transform: uppercase; color: #333; margin: 20px 0;} 
	.additional-products ul {margin-left:0; padding:0;}
	.additional-products ul li {float:left; list-style-type:none; margin-left:0; margin-right:10px; padding:0; width:200px;}
	
	.additional-products-container img {}
	.additional-products-container img {}

	.moreProducts {margin: 0; padding:0;}
	.moreProducts li {margin:0; padding:0; float: left; margin:0 9px 5px 0; min-width:260px}
	.moreProducts li img {border: 1px solid #f5f5f5; padding: 4px; margin-bottom: 5px;}
	.moreProducts li a {text-decoration: none; padding-top: 5px;}
	.moreProducts li a:hover {text-decoration: underline;}

	.ourproduct-info-container { 
		width: 856px;
		display: block;
		height: 450px;
		margin-left: 0.25em;
	}

	.product-nutrition-info { float: left; width: 50%; height: 350px; }
	.product-nutrition-info a {
		
	}
	.product-details-info {
		float: right;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 25px;
	 }

	.shop-now-icon-outer {
		position: absolute;
		bottom: -50px;
		right: 5px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		width: 100px;
		height: 100px;
		border: 3px solid #b51b1d;
		cursor: pointer;
	}

	.shop-now-icon-inner {		
		text-align: center; 
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		width: 90px; 
		height: 90px; 
		color: #fff; 
		background: #b82227; /* Old browsers */
		background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */ 
		font-weight: 100;
		margin: 0 auto;
		position: relative;
		top: 5px;
	}

	.shop-now-icon-inner span {
		position: relative;
		top: 30px;		
	}

	.shop-now-icon-inner span a {
		color: #fff;
		text-decoration: none;
	}

	.product-details-info h2 { color: #000; font-size: 24px;  width: 315px; padding-bottom: 25px; }
	.flavor-entry { letter-spacing: 2px; }

/* 	TESTIMONIALS */

.testimonial-list {margin:0; padding:0 0.5em; clear:both;}
.testimonial-list li {
	background: transparent url('../img/hdiv.jpg') top center no-repeat;
	margin:0px;
	padding:10px 0;
	text-indent:0; list-style-type:none; text-align: center;}
.tax-testimonials .testimonial-list li {background: transparent url('../img/hdiv.jpg') bottom center no-repeat;}
.testimonial-list li .testimonial-name, .testimonial-list li .testimonial-name a {color: #ba2e33;  font-style: italic;}
.testimonial-list li blockquote {margin:0; font-size: 1.5em;}
.testimonial-list li .organization-info {display: block; margin: 3px 0 7px;}
	
/* =============================================================================
   Main content area
   ========================================================================== */
   
	#main { 
		position: relative;
		clear: both;
		margin-top: -125px;
		margin-bottom: 12px;
		padding-bottom: 25px;
		padding-right: 2em;
		width: 76%;
		padding-left: 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main .container { padding: 0; clear: both;}


/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar {position: relative; font-family: 'Muli', sans-serif; /*max-width: 240px;*/ max-width: 230px; margin-left: 1.75em; margin-top: 0;}
#sidebar .container { width: auto; padding: 0; }
#sidebar .widget { clear: both; margin-bottom: 1.5em; overflow: hidden;}
#sidebar .widget .gform_wrapper ul { padding: 0;  }

#sidebar ul {margin:0; padding:0; text-indent: none;}
#sidebar li {margin:0; padding:0;  text-indent: -1em; margin-left:7px;}
#sidebar li a {text-decoration: none;}
#sidebar h3, #sidebar h3.widgettitle {
	font-size: 3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #b4091c;
	font-family: "felt-tip-senior";
}

#sidebar .current_page_item:before, #sidebar .current-cat:before, #sidebar .current-menu-item:before {
	content: url(../img/plus-sign-nav.png);
	margin-left: -5px;
	padding-right: 5px;
}

#sidebar .widget_text {font-size: 1em;}

#sidebar .side-subnav li { padding: 0; margin: 4px 0 0 2px; }
#sidebar .side-subnav a { font-family: 'Muli'; text-decoration: none;}

.learn-subnav {margin-bottom: 30px;}

#sidebar .gform_wrapper {padding-top: 20px;}
#sidebar .gform_fields li {margin-left: 0;}
#sidebar .gform_wrapper label {font-weight: normal; margin:0; padding: 0; text-transform: uppercase; font-size: .8em;}
#sidebar .ginput_container {margin-bottom: 3px;}
#sidebar .ginput_container input {margin:0; padding: 0; width:209px; height: 26px;}
#sidebar .ginput_container textarea {margin:0; padding: 0; width:209px;}
#sidebar .ginput_container input {border-color: #a7a9ac;}
.gfield {color: #a7a9ac;}
#field_1_4 .gfield_label {color:#000; text-transform: none !important; font-size: 1em !important;}
.gform_footer input {position: relative; left: 0; margin: 0.5em 0em; background: #ba2e33; color: #fff !important;}
.gform_footer input:hover { background: #9f191d; }

.gform_wrapper form {
	padding: 0 0 0 1em;
}
		
.stringdiv {height: 27px; width:245px; background: transparent url('../img/string-div.jpg') top left no-repeat; position: relative; left:-16px; margin-bottom: 25px;}
	
.sidebar-conversation h4 {font-family: 'Muli', sans-serif;}

.widget_sp_image {clear: both; margin:0; padding:0;}

/*#menu-press-side-menu li.current-menu-item a {color: #ba2e33;}*/

#sidebar .widget_categories ul li.cat-item, #sidebar .widget_archive ul li, #sidebar #menu-shop-sidebar li {margin:4px 0 0 5px;}

#sidebar .product {margin-left:0;}
#sidebar .product .price {text-align:left;padding-left:0px;margin:10px 0;font-size:16px;}
#sidebar .shop, #sidebar .recent_posts {
	background:url('/img/dotted-bg.png') 0 0 repeat-x;
	padding: 10px 0 20px 0;;
}
#sidebar .shop h3, #sidebar .recent_posts h3 {padding-top:10px;}

#sidebar .recent_posts ul {margin-left: 0px;}
#sidebar .recent_posts li {font-size:14px; white-space: nowrap; padding-left: 10px; overflow: hidden; text-overflow: ellipsis;}
#sidebar .recent_posts a {text-decoration: none;}

#sidebar .product .price {font-size:14px;}
/*.page-template-archive-blog-php #sidebar h3 {
    color: #ba2e33;
    font-family: 'allie',script;
    font-weight: normal;
    text-decoration: none;
    font-size:24px;
}*/
.page-template-archive-blog-php #sidebar h4 {font-size: 22px;}

/******JAY SHOP SIDEBAR CHANGE******/
.page-id-8 aside#sidebar a#shoplink {
	text-decoration: none;
}

/*******JAY BLOG SIDEBAR CHANGE******/
.recent-posts ul {
	list-style-type: none;
}

/*******JAY WHERE TO BUY STYLES*******/
div#simplemap {
	left: 10%;
}

/*******JAY WHERE TO BUY PAGE********/
.page-id-430 div#main {
	width: 90% !important;
}

/******JAY GET RID OF PRODUCT DESC*****/
div.desc > big {
	display: none;
}

/******JAY MOBILE BGSTRETCHER FIX******/
@media screen and (max-width: 460px) {
	li.img-loaded img {
		height: 100% !important;
		width: auto !important;
	}

	li.img-loaded, li.bgs-current {
		height: 100% !important;
		width: auto !important;
	}

	div#bgstretcher.bgstretcher {
		height: 100% !important;
	}

	div.bgstretcher-area {
		height: 510px;
	}

	#wrap {
		min-height: 90%;
	}

	.home #mobile-footer {
		z-index: 30;
	}

	body.home.page.page-id-3418.page-parent.page-template-default {
		overflow: hidden;
	}

	span.image-path {
		display: none;
	}
}

div#results {
	position: relative;
	left: 10%;
	margin-bottom: 20%;
}

#sidebar .recent-posts li {
	overflow: none;
}

.recent-posts ul li:before {
	content: "-";
	padding-right: 10px;
}
	
/* Where To Buy	 */

	#map_search {margin:0 16px; float: left; margin-left: 16px;}
	#simplemap {float:right; margin-right:20px; width:900px;}
/* 	# table.location_search {width:80px !important; background: #bbb;} */
/* 		#location_search_0_tr {display: none;} */
		#location_search_address_field, .location_search_street_cell, .location_search_city_cell, .location_search_cell, #location_search_city_field, #location_search_state_field, #location_search_zip_field {clear: both; display: block; margin-bottom: 10px;}
		#location_search_submit_field {display: block; margin-top: 10px;}

#map_search, #map_search table, #map_search table tr, #map_search table tr td {width:75px !important;}
		
		#results {clear: both; float:right; margin:20px 20px 0 0; width:900px;display:block !important;}
			.result {border: 0 !important; background:  transparent url('../img/hdiv.jpg') bottom left no-repeat; padding-top: 5px;}
			.result_name h3 {font-size: 1em !important;}
			.result_name small {display: none;}
			.result_links a {padding-right: 15px;}
			
	.wheretobuy-sidebar .widget{clear: both;}

		body.page-template-template-where-to-buy-php #content {min-height: 750px;}	
#sidebar .chefs-talk-categories {margin:0; padding: 0;}
#sidebar .chefs-talk-categories li {margin:0; padding: 0; text-transform: uppercase; }
	#sidebar .chefs-talk-categories li ul li {margin:4px 0 0 7px; text-transform: none;}

/* =============================================================================
   Content Styles
   ========================================================================== */
	
/*Blockquote on Our Story page */
blockquote pre {color:#ba2e33; width:100%; text-align: center; font-size: 1em; text-transform: uppercase; margin:50px 0; display: block; letter-spacing: 2px;}


.featured-page-content {color:#403d3e; font-weight:300; font-size: 2em; line-height: 1.35em; margin:0 0 24px 0; padding: 0 0.5em; }
.featured-page-content img {margin: 20px 0 5px;}
.featured-farmer-partners-container h2 {margin-bottom: 10px;}
ul.featured-list li {margin-bottom: 10px;}
ul.featured-list li h2 {display:block; margin-bottom: 10px;}
ul.featured-list li img{ float: left;}
ul.featured-list li.featuredimg p{margin-left: 120px;}

.featured-thumbnail-left {float: left;
width: 120px;}
	
	h2.handwritten {margin-bottom: 20px; text-transform: capitalize; font-size: 2em;}
	ul.featured-list {margin:0; padding: 0; position: relative;} 
	ul.featured-list li {margin: 0; padding: 0; text-indent: 0; }
	ul.featured-list h3 {color:#ba2e33; font-weight: 300; text-transform: uppercase; }
	ul.featured-list li .featured-farmer-partners-contact {width: 100%; text-align: center; display: block;}
	ul.featured-list li .featured-farmer-partners-contact p, ul.featured-list li .featured-farmer-partners-contact a {color:#403d3e; text-decoration: none;}
	
	.additional-featured-farmers-container {margin-top:20px;}
	
	ul.secondary-featured-list {margin:0; padding:0;}
	ul.secondary-featured-list li {margin:0; padding:0;  font-size: 1.4em; font-weight: 300; line-height: 1.6em;}
	ul.secondary-featured-list li a {
		color:#403d3e; 
		text-decoration: none;
		}

	h2.text-featured-farms {
		width:100%; 
		/*height:22px; */
		font-family: "felt-tip-senior";
		/*background: transparent url('../img/featured-farms-text.jpg'); */
		overflow: hidden; 
		/*text-indent: -9999px; */
		margin-bottom: 20px;
		font-size: 35px;
		}
		
	.the-blog-archives h3, .faq-list h2 { color:#ba2e33; font-size: 1.14em; margin: 0; padding:0; margin-bottom: 15px;}
	.faq-list { color:#ba2e33; font-size: 1.14em; margin-bottom: 15%; padding:0;}
	.faq-list h2:hover {cursor: pointer;color:#999;}
	.faq-list p { color:#222; font-size: 1em;}

/* =============================================================================
   Blog Styles
   ========================================================================== */
	.cat-header {
		position:relative; 
		top:105px;
		color:#9f191d;
		font-family: "allie", script;
		font-weight:100;
		}
	
	.category .pagetitle {top:95px;}
	.article-content h2, .the-blog-archives h3 {
		font-size:17px;
		text-transform: uppercase;
		font-family:'Muli', sans-serif;
		color:#403d3e;
		padding-bottom:8px;
		margin-bottom:8px;
		background:url('/img/dotted-bg.png') 0 100% repeat-x;
		font-weight:100;	
		height: 25px;
		line-height: 32px;
		overflow: hidden;
	}
	
	
		 
	.single-blog #main p, 
	.the-blog-archives #main p {font-size:16px;line-height:25px;}
	
	.the-blog-archives p.more {margin-bottom:15px; position: absolute; bottom: 10px;}
	
	p.the-date {
		color:#959595;
		font-style: italic;
	}

	.the-blog-archives {
		margin: 5px;
	}

	.a-blog-post {
		font-family: 'Muli', sans-serif;
		width: 421px;
		min-height: 475px;
		float: left;
		padding: 9px;
		margin: 0 13px 24px 0;
		overflow: hidden;
		border-radius: 1px;
		box-shadow: 0px 0px 8px #f1f1f1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		   		
	}
	.a-blog-post:nth-child(2n) {margin-right:0;}
	
	.blog {overflow: visible;}
	
	.comments, .featured-image, .article-content {box-shadow: 0px 0px 8px #f1f1f1; width: 856px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.rgba .comments, .rgba .article-content, .rgba .featured-image, .rgba .a-blog-post {
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
	}
	img.featured-image {margin-bottom: 20px;}
	
	.comments, .article-content {padding:25px;margin-bottom:25px;}
	.article-content h2 {padding-bottom:14px;}
	.article-content p.the-date {padding-top:14px;}
	
	a.readmore {
		background:url('/img/readmore.png') -1px -39px no-repeat;
		display: block;
		font-size:13px;
		text-transform: uppercase;
		color:#fff;
		text-decoration: none;
		width:115px;
		height:38px;	
		padding-top:8px;
		text-align:center;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		   		box-sizing: border-box;
	}
	
	a.readmore:hover {background-position: -1px 1px;}
	
	.addthis_toolbox a {float:left;width:75px;}
	
/* =============================================================================
   Posts
   ========================================================================== */
   
.hentry header { margin-bottom: 1.5em; }
.hentry h1 { line-height: 1.2em; margin-bottom: 0.2em; }
.hentry h2:first-child { line-height: 1.2em; margin-bottom: 0; }
.hentry h2 a { text-decoration: none; }
.hentry time { display: block; font-size: 1em; position: relative; font-family: 'Muli', sans-serif; color: #666;}
.hentry p.byline { }

article.post {background: transparent url('../img/press-div.jpg') bottom center no-repeat; margin-bottom: 20px; padding-bottom: 10px;}

/* =============================================================================
   Post and comment navigation
   ========================================================================== */

#post-nav { clear: both; *display: inline-block; }
#post-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#post-nav .post-previous { float: left; width: 50%; }
#post-nav .post-next { float: right; width: 50%; text-align: right; }
#post-nav .post-next a { float: right; }

#comments-nav { clear: both; margin: 0 0 1.5em 0; *display: inline-block; }
#comments-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#comments-nav .comments-previous { float: left; width: 50%; }
#comments-nav .comments-next { float: right; width: 50%; text-align: right; }
#comments-nav .comments-next a { float: right; }


/* =============================================================================
   Post comments
   ========================================================================== */
   
ol.commentlist img.avatar { float: left; margin-right: 10px; }
ol.commentlist time { display: block; font-size: 1em; margin-bottom: 0.5em; position: relative; }
ol.commentlist .comment-reply-link { display: block; margin-bottom: 1.5em; }
#commentform { *display: inline-block; }
#commentform p { margin-bottom: 1em; }
#commentform label { display: block; }
#commentform textarea { display: block; }
#commentform input.button { margin-top: 0.5em; }
#commentform:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }

body.contact #wrap {background: #fff;}
body.contact #content {min-height: 700px;}


/* =============================================================================
   Gallery
   ========================================================================== */
   
figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img {
	border: 4px solid #bbb;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
}
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }


/* =============================================================================
   Footer
   ========================================================================== */


	#footer {
		overflow: hidden;
		z-index: 10;
		font-family: 'Muli', sans-serif;
		position: relative;
		margin-top: -124px; /* negative value of footer height */
		height: 124px;
		clear:both;
	    background: transparent url('/img/footer-bg.png') bottom left repeat;
		position:absolute; width:100%;
		color: #898989;
		font-size: .9em;
	}

	#footer .container_24 {margin:15px auto;}
	#footer p {margin:0;}
	#footer p.footer-location {margin-top:5px;margin-bottom: 3px; margin-left: 8px; }
	#footer .footer-section-title {}

#footer li {list-style-type:none;}

#content-info { clear: both; position: relative; }
#content-info > .container { padding: 0 0 1.5em; }

#content-info ul.menu { margin: 0 0 24px; padding: 0; }
#content-info ul.menu li { display: inline; margin-right: 1em; }

#content-info p.copy small { font-size: 1em; }


/* 	Footer Widgets */

	footer .widget_nav_menu h3 {font-size: 1em; text-transform: uppercase; margin: 3px 0 10px; font-weight: 500; color: #696969}
	footer .widget_nav_menu ul{margin: 0; padding: 0;}
		footer .widget_nav_menu ul li { margin: 0; padding: 0; margin-bottom: 3px;}
		footer .widget_nav_menu ul li a { color: #898989; text-decoration: none;}
		footer .widget_nav_menu ul li a:hover {color:#ba2e33;text-decoration: underline;}
	

	 	footer div.footer-widget-4 .widget_nav_menu ul li {float: left; width: 200px;  margin-right: 10px;} 
	 	
		footer .footer-copyright {clear: both; float: right; font-size: 11px; padding-right: 10px;}
		footer .footer-copyright a {color: #a7a9ac;}
		footer .footer-copyright a:hover {color: #999;}
		
		
		.footer-info {width: 305px !important;}
		.footer-widget-1 {background: transparent url('../img/footer-hdiv.jpg') center right no-repeat; width:233px; rgba(0,0,0,.2); margin-right: 20px;}
	 		footer div.footer-widget-1 .widget_nav_menu ul li {float: left;  margin-right: 10px; min-width: 113px;}
	 		
		.footer-widget-2 {background: transparent url('../img/footer-hdiv.jpg') center right no-repeat; width: 120px !important; margin-right: 20px;}
		
		.footer-widget-3 {background: transparent url('../img/footer-hdiv.jpg') center right no-repeat; margin-right: 20px; width:190px !important;}
		.footer-widget-4 {background: transparent url('../img/footer-hdiv.jpg') center right no-repeat; margin-right:20px;}
	 		footer .footer-widget-4 .widget_nav_menu ul li {float: left;  margin-right: 10px; min-width: 113px; width:120px !important;} 
	 	
	 	.footer-widget-5 {float:right; width: 435px; margin-top: 5px; }	
	 	.footer-pinterest, .footer-fb, .footer-twit { width:55px;height:55px;text-indent: 100%;overflow-x:hidden;display:inline-block}
	 	
	 	.footer-pinterest, .footer-fb, .footer-twit {background-image: url('../img/olli-footer-sprite.png');background-repeat: no-repeat;}
	 	
	 	.footer-pinterest {background-position: -354px 0;}
	 	.footer-fb {background-position: -244px 0;}
	 	.footer-twit {background-position: -298px 0;}
	 	
	 	.footer-pinterest:hover {background-position: -354px -54px; }
	 	.footer-fb:hover {background-position:-244px -54px; }
	 	.footer-twit:hover {background-position: -298px -54px;}
/* =============================================================================
   Gravity Forms
   ========================================================================== */

.gform_wrapper { margin: 0; max-width: none; }
.gform_wrapper .gform_heading { width: 100%; margin-bottom: 1.5em; }
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {	font-size: 1.5em; font-weight: 400; }
.gform_wrapper h3.gform_title { margin-top: 0; }
.gform_wrapper .top_label .gfield_label { margin: 6px 0 0 0; }
.gform_wrapper .top_label input.medium { padding-right: 0; }
.gform_wrapper .left_label .gfield_label,
.gform_wrapper .right_label .gfield_label { margin: 10px 10px 0 0; }
.gform_wrapper .left_label ul.gfield_checkbox, 
.gform_wrapper .left_label ul.gfield_radio, 
.gform_wrapper .right_label ul.gfield_checkbox, 
.gform_wrapper .right_label ul.gfield_radio {
	margin: 9px 0 0 31%;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=file],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
	font-size: 1em;
	line-height: 14px;
	padding: 4px;
	margin: 6px 0;
	border: 1px solid #bbb;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	vertical-align: middle;	
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
	border: 1px solid #666;
}
.gform_wrapper select { padding: 3px; }
.gform_wrapper .small, .gform_wrapper .large { font-size: 1em; line-height: 14px; }
.gform_wrapper ul.right_label li, 
.gform_wrapper ul.left_label li, 
.gform_wrapper form ul.right_label li, 
.gform_wrapper form ul.left_label li {
	margin-bottom: 4px;
}
.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, 
.gform_wrapper .instruction {
	font-size: 0.9em;
	font-style: normal;
	padding: 0;
}
.gform_wrapper .right_label .gfield_description, 
.gform_wrapper .right_label .instruction,
.gform_wrapper .left_label .gfield_description, 
.gform_wrapper .left_label .instruction {
	padding: 0;
	margin-left: 31%;
}
.gform_wrapper .ginput_complex label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .instruction {
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 6px 0;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper .gfield_radio li input[type=radio], 
.gform_wrapper .gfield_checkbox li input { float: none; display: inline-block; margin-top: 0; vertical-align: middle; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label  { display: inline-block; margin: 0 0 0 8px; vertical-align: middle; }
.gform_wrapper .left_label .ginput_complex .ginput_right label, 
.gform_wrapper .left_label .ginput_complex .ginput_left label, 
.gform_wrapper .right_label .ginput_complex .ginput_right label, 
.gform_wrapper .right_label .ginput_complex .ginput_left label { word-spacing: 0; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { font-weight: 400; }
img.ui-datepicker-trigger { vertical-align: middle; }
.gform_wrapper .gf_progressbar_wrapper { width: 100%; }
.gform_wrapper .gf_page_steps { border-bottom: 1px dashed #ddd; width: 100%; }
.gform_wrapper .gf_step { font-family: sans-serif; }
.gform_wrapper .gf_step span.gf_step_number { font-family: sans-serif; }
.gform_wrapper .gsection  { border-bottom: 1px dashed #ddd; }
.gform_wrapper .gform_page_footer { border-top: 1px dashed #ddd; }
.gform_wrapper .gform_footer { margin: 6px 0 0 0; padding: 0; }
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label { margin: 6px 0 0 0; padding: 0 0 0 31%; }
.gform_footer input.button { *padding: 8px 16px; }
.gform_footer input.button {
	padding: 0.5em 1em;
}
.gform_wrapper .gform_edit_link { display: none; }
.gform_wrapper .validation_error { font-size: 1em; font-weight: 400; padding: 0.8em; margin-bottom: 1.5em; background: #fbe3e4; color: #8a1f11; border: 2px solid #fbc2c4; }
.gform_wrapper .validation_message { display: none; }
.gform_wrapper li.gfield.gfield_error {
	background: none;
	margin-bottom: 6px !important;
	padding: 0 !important;
	border: none;
}
.gform_wrapper .top_label .gfield_error .ginput_container { max-width: none; }
.gform_wrapper .top_label .gfield_error { margin-bottom: 0 !important; }
.gform_wrapper .gfield_error .gfield_label { color: #8a1f11; }
.gform_wrapper .gfield_error input, 
.gform_wrapper .gfield_error select, 
.gform_wrapper .gfield_error textarea { background: #FBE3E4; border-color: #FBC2C4; }
.gform_wrapper .top_label .gfield_error input, 
.gform_wrapper .top_label .gfield_error textarea, 
.gform_wrapper .top_label .gfield_error select { border-color: #FBC2C4; }
.gform_wrapper .top_label .gfield_error { width: auto; }

.gform_wrapper .top_label .gfield_label {color:#bc1827; font-weight: 700;}

#input_2_5_1 {width:50% !important;}
#input_2_5_3_container, #input_2_5_4_container {width:25%;}
#input_2_5_5_container {width:100% !important;}
#input_2_5_5_container input {width:25% !important;}
/*
#input_2_3_3 {width:100% !important;}
.bus_address #input_2_3_4_container select {width:150px !important;}
*/

/* =============================================================================
   Fancybox
   ========================================================================== */

#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url(../img/fancybox/fancybox.png); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: 0px; right: -35px; width: 23px; height: 23px; background: transparent url(../img/fancybox/close.gif) top left no-repeat; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px sans-serif; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(../img/fancybox/blank.gif); z-index: 1102; display: none; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; }
#fancybox-right:hover span { left: auto; right: 20px; }
#fancybox-left:hover span { left: 20px }
#fancybox-left { left: 0px }
#fancybox-right { right: 0px }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url(../img/fancybox/fancybox.png); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url(../img/fancybox/fancybox.png); background-position: -40px -60px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url(../img/fancybox/fancybox-x.png); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url(../img/fancybox/fancybox-y.png); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url(../img/fancybox/fancybox-x.png); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url(../img/fancybox/fancybox-y.png); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -122px; }
#fancybox-title { font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #fff; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url(../img/fancybox/fancy_title_over.png); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url(../img/fancybox/fancybox.png) -40px -90px no-repeat; }
#fancybox-title-float-main { color: #fff; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url(../img/fancybox/fancybox-x.png) 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url(../img/fancybox/fancybox.png) -55px -90px no-repeat; }


/* =============================================================================
   Search form
   ========================================================================== */
  
#searchform #s { padding: 5px; }



/* =============================================================================
   WordPress generated classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.entry-content img.alignleft {margin:0 15px 0 0; border:1px solid #ababab;}
.entry-content img.alignright {margin:0 0px 0 15px; border:1px solid #ababab;}

.wp-caption {padding: 14px 10px 6px 10px; margin: 15px 10px; }
.wp-caption-text { margin: 20px auto 0; text-align: center;}

.olli-featured-text {font-size: 24px; line-height: 1.42; margin-left: 0.25em; font-family: 'Muli', sans-serif; font-weight: 100; padding-bottom: 20px; }
.olli-medium-red, .olli-medium-red a {color:#bc1827; font-size: 17px; font-family: 'Muli', sans-serif; text-decoration: none; font-weight: 100; letter-spacing:2px;}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */

}



/* =============================================================================
   Print styles
   ========================================================================== */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}




.edit-link a {background: #cdcdcd; color: #555; font-size: 12px; padding:4px 8px; text-decoration:  none;}
.edit-link a:hover {background: #999; color: #dfdfdf;}



#productcarousel .arrow {background: transparent url('../img/arrow-right-transparent.png') top left no-repeat; width:25px; height:25px; overflow: hidden; text-indent: -9999px; display: block; position:absolute; top:-40px; right:10px; text-indent:-99999px;}


.jcarousel-skin-tango .jcarousel-container {
	height:283px;
	width:1021px;
/*     background: #bbb; */
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {


    padding: 0px 50px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  1022px;
	height: 270px;
/* 	background: #ccc; */
}


.jcarousel-skin-tango .jcarousel-item {
    height: 225px;
	margin:0 18px;
	width:209px;
	height:209px;
	margin: 18px;
	padding: 10px 19px;
/* 	background: #ddd; */
}

.jcarousel-skin-tango .jcarousel-item img{
	width:209px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 7px #bbb;
	-webkit-box-shadow: 0px 0px 7px #bbb;
	box-shadow: 0px 0px 7px #bbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#dddddd')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#dddddd');
	margin: 0 0 10px
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 15px;
    width: 18px;
    height: 200px;
    cursor: pointer;
    background: transparent url(../img/carousel-arrow-right.jpg) no-repeat center center;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(../img/carousel-arrow-right.jpg) no-repeat center center;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {

}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 15px;
    width: 18px;
    height: 200px;
    cursor: pointer;
    background: transparent url(../img/carousel-arrow-left.jpg) no-repeat center center;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(../img/carousel-arrow-left.jpg) no-repeat center center;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {

}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider li:before {content:none !important;}
.flexslider .slides img {max-width: 960px; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom: 1;}
.flexslider .slides {zoom: 1; width: 856px; overflow: hidden; margin: 5px; }
.flexslider .slides > li {position: relative; margin: 0px; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0;color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3);}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/img/slider-nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .flex-next {background-position: -35px 0; right: 0px;}
.flex-direction-nav li .flex-prev {left: -10px;background-position: 20px 0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

.flexslider .slides > li {margin-left:0;}
.flexslider .slides > li img {box-shadow: 0px 0px 8px #808080;}
.rgba .flexslider .slides > li img {box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23); -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.flexslider {margin-bottom:20px;height:340px;}
.flex-caption {
	background:url('/img/flex-caption-bg.png') 0 0 no-repeat; 
	width:546px;
	height:302px;
	padding:45px 55px 0;
	top:20px;
	left:40px;

	font-family:'Muli', sans-serif;
	font-size:13px;
	line-height:20px;
	text-transform: uppercase;
	color:#000;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}

.flex-caption h3 {
	font-size:17px;
	text-transform: uppercase;
	font-family:'Muli', sans-serif;
	color:#403d3e;
	padding-bottom:8px;
	margin-bottom:8px;
	background:url('/img/dotted-bg.png') 0 100% repeat-x;
	font-weight:100;
}

h6.holiday_special {
	color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	padding: 15px 5px;
	text-align: center;
	background: #ba2e33;
	border-radius: 5px;
	margin-bottom: 40px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}

.home h6.holiday_special {
	position: absolute;
	margin-top: 70px;
	margin-left: 320px;
	width: 530px;
}

#order-data-comments {
min-width: 330px;
min-height: 100px;
}

/*==============================================================================
	Shopp Overrides
  =========================================================================== */
body #shopp .shop-index-category.organics li { margin-right: 0; }

#shopp {
	padding: 0 1.25em 0 0.25em;
}

/* =============================================================================
   Responsive
   ========================================================================== */
#mobile_nav { position: absolute; z-index: 1001; display: none; }
#mobile_nav #nav_bar { position: relative; 
	padding: 5px; 
	height: 100%; 
	height: 45px; 
	background: #b82227; /* Old browsers */
	background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */ }
#mobile_nav #nav_bar .logo { position: absolute; left: 5%; top: 8%; background: url('../img/olli-mobile-logo.svg') no-repeat 5% 0; background-size: cover; height: 48px; width: 115px; }
#mobile_nav #nav_bar .menu-icon { position: absolute; right: 3%; background: url('../img/mobile/navlines.svg') no-repeat; height: 28px; width: 34px; top: 28%; }
#mobile_nav #nav_bar .cart-icon { position: absolute; right: 19.5%; background: url('../img/mobile/cart.svg') no-repeat; height: 28px; width: 34px; top: 25%; }
#mobile_nav li { background: #861518;  opacity: .9; padding: 15px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); list-style: none; }
#mobile_nav li:last-child { border-bottom: 0; }
#mobile_nav li a { color: #fff; text-decoration: none; width: 100%; height: 100%; }
#mobile_nav #menu-mobile-nav, #mobile_nav .mobile-cart-status { border-top: solid 1px #fff; -webkit-transition: all .25s ease; opacity: 1; float: right; width: 80%; box-shadow: -6px 4px 25px rgba(0, 0, 0, 0.25); }
#mobile_nav #menu-mobile-nav.hide { opacity: 0; display: block; height: 0; overflow: hidden; }
#mobile_nav #menu-mobile-nav > li.menu-item-has-children { background: #861518 url('../img/mobile/icon-navarrow.png') no-repeat 92% 6px; background-size: 7px; opacity: .9; }
#mobile_nav #menu-mobile-nav > li.menu-item-has-children li {  }
#mobile_nav #menu-mobile-nav > li.menu-item-has-children.arrow-down { background-image: url('../img/mobile/icon-navarrowdown.png'); background-size: 12px; }
#mobile_nav .mobile-cart-status { height: auto; color: #fff; background-color: #b31e23; padding: 2em 1em 2em 2em; width: 40%; }
#mobile_nav .mobile-cart-status .cartstatus-items { display: block; text-align: center; font-size: 1em; margin: 0 auto 2em auto; width: 70%; }
#mobile_nav .mobile-cart-status a { color: #fff; font-size: 1em; width: 70%; margin: 0 auto; float: none; display: block; text-align: center; }
#mobile_nav .mobile-cart-status .cartstatus-view-cart, #mobile_nav .mobile-cart-status .cartstatus-checkout { text-decoration: none; background: none; background-color: #fff; padding: 8px 10px; color: #b31e23; }
#mobile_nav .mobile-cart-status .cartstatus-view-cart { margin-bottom: .5em; }
.mixmatch-instruct-mobile { display: none; }
.mobile-form { display: none; }
.mobile-error { color: #ba2e33; font-size: 16px; margin-bottom: 1em; }

/* Home page Paperbox */
.mobile-paperbox { background: transparent url(/img/home-paper-box-mobile.png) top left no-repeat; width: 100%; margin: 0 auto; background-size: 100%; width: 100%; height: 370px; overflow: hidden; display: none; }
.mobile-paperbox-inner { padding: 2em 3em 0 3em; width: 78%; height: 100%; overflow: hidden; margin: 0 auto; }
.mobile-paperbox-slide { width: 100%; height: 100%; display: none; }
.mobile-paperbox-slide-title { color: #b31e23; font-size: 1.1em; margin-bottom: .15em; }
.mobile-paperbox-slide-text { height: 45%; overflow-y: scroll; display: block; margin-bottom: .5em; }
.mobile-paperbox p { padding: 0; margin: 0; }
.mobile-paperbox a.text-read-more { color: #fff; width: 98px; height: 38px; display: block; padding-top: .85em; padding-left: 1.25em; text-transform: uppercase; text-decoration: none; background: transparent url(/img/readmore-bg.png) top left no-repeat; margin: 1.25em auto 0 auto; overflow: hidden; position: absolute; left: 0; right: 0; bottom: 40px; }

/**About Page**/
.about-us #main ul {
	width: 100%;
}

.about-us #main li {
	margin: 5px;
	display: inline-block;
	width: 421px;
	height: 350px;
}

.about-us #main li a {
	width: 421px;
	height: 350px;
	display: block;
	position: relative;
}

.about-us #main li:first-child, .about-us #main li:last-child {
	margin: 5px;
	display: inline-block;
	width: 856px;
	height: 350px;
}

.about-us #main li:first-child a,.about-us #main li:last-child a {
	width: 856px;
	height: 350px;
	display: block;
	position: relative;
}


.grid-the-diff {
	background: url(../img/thedifference/thedifference-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-our-story {
	background: url(../img/ourstory/ourstory-desktop.jpg) no-repeat;
	margin-right: 0;
}

.grid-history {
	background: url(../img/history/history-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-farmer-partners {
	background: url(../img/farmerpartners/farmerpartners-desktop.jpg) no-repeat;
	margin-right: 0;
}


/**Learn Page**/
.learn #main ul {
	width: 100%;

}

.learn #main li:first-child {
	margin: 5px;
	display: inline-block;
	width: 856px;
	height: 350px;
}

.learn #main li:first-child a {
	width: 856px;
	height: 350px;
	display: block;
	position: relative;
}

.learn #main li {
	margin: 5px;
	display: inline-block;
	width: 421px;
	height: 350px;
}

.learn #main li a {
	width: 421px;
	height: 350px;
	display: block;
	position: relative;
}

.grid-ollitv {
	background: url(../img/learn/ollitv-desktop.jpg) no-repeat;
	margin-left: 0;
}
.grid-allergens {
	background: url(../img/learn/allergens-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-resources {
	background: url(../img/learn/resources-desktop1.jpg) no-repeat;
	margin-right: 0;
}

.grid-ourpackaging {
	background: url(../img/learn/ourpackaging-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-faq {
	background: url(../img/learn/faq-desktop.jpg) no-repeat;
	margin-right: 0;
}

.grid-howtoreadasalame {
	background: url(../img/learn/howtoreadasalame-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-suggestedpairings {
	background: url(../img/learn/suggestedpairings-desktop.jpg) no-repeat;
	margin-right: 0;
}

/**Our Products Page**/
.our-products #main ul {
	width: 100%;
	margin: 0 auto;

}
.our-products #main li:first-child {
	margin: 5px;
	display: inline-block;
	width: 856px;
	height: 350px;
}

.our-products #main li:first-child a {
	width: 856px;
	height: 350px;
	display: block;
	position: relative;
}

.our-products #main li {
	margin: 5px;
	display: inline-block;
	width: 421px;
	height: 350px;
}

.our-products #main li a {
	width: 421px;
	height: 350px;
	display: block;
	position: relative;
}

.grid-allnaturalsalame {
	background: url(../img/salame/allnaturalsalame-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-organicsalame {
	background: url(../img/organicsalame/organicsalame-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-salamini {
	background: url(../img/salamini/salamini-desktop.jpg) no-repeat;
	margin-right: 0;
}

.grid-wholecuredmeats {
	background: url(../img/wholecuredmeats/wholecuredmeats-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-cookingfats {
	background: url(../img/cookingfats/cookingfats-desktop.jpg) no-repeat;
	margin-right: 0;
}

.grid-cuttingboards {
	background: url(../img/cuttingboards/cuttingboards-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-wholesaleinfo {
	background: url(../img/wholesaleinfo/wholesaleinfo-desktop.jpg) no-repeat;
	margin-left: 0;
}

.grid-deli {
	background: url(../img/deli/products_main_deli.jpg) no-repeat;
	margin-right: 0;
}

.grid-presliced {
	background: url(../img/pre-sliced/products_main_presliced.jpg) no-repeat;
	margin-left: 0;
}

#mobile-footer { display: none; }

#sidebar li {font-size: 15px;}

.children li, .shop-side-menu li{
	font-size: 14px !important;
	padding-left: 20px !important;
}

.red-dotted {
	width: 100%;
	background: url('../img/red-dotted-border.jpg') top left repeat-x;
	overflow: hidden;
	margin-bottom: 2em;
	padding-top: 2em;
}

.blog-mainimg {
	width: 856px;
}

.article-content {}

.ui-draggable-dragging {
	list-style-type: none;
}

#tablet_nav {
	display: none;
}

.more {
	line-height: 25px;
}

.wholesale-info #main .alpha {
	display: none;
}

.red-dotted {
	display: none;
}

/**Products Parent Landing Pages**/
.productparent-list {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
}

.productparent-list li:first-child{
	width: 856px;
	height: 350px;
	display: inline-block;
	margin: 5px; 
}

.productparent-list li:first-child a {
	width: 856px;
	height: 350px;
	display: block;
	position: relative;
}

.productparent-list li {
	margin: 5px;
	display: inline-block;
	width: 421px;
	height: 350px;
}

.productparent-list a {
	width: 421px;
	height: 350px;
	display: block;
	position: relative;
}

.productparent-list span {
	position: absolute;
	top: 150px;
	left: 8.5%;
	width: 475px;
}

/**All Natural**/
.productparent-list .all-natural-salame {
	background: url(../img/allnaturalsalame/landingpage/header/allnaturalsalame-header.jpg) center center no-repeat;
}

.productparent-list .all-natural-salami {
    background: rgba(0, 0, 0, 0) url(../img/allnaturalsalame/landingpage/header/allnaturalsalame-header.jpg) no-repeat scroll center center;
}

.productparent-list .calabrese {
	background: url(../img/allnaturalsalame/landingpage/calabrese/calabrese.jpg) center center no-repeat;	
}

.productparent-list .chorizo {
	background: url(../img/allnaturalsalame/landingpage/chorizo/chorizo-desktop.jpg) center center no-repeat;	
}

.productparent-list .hot-chorizo {
	background: url(../img/allnaturalsalame/landingpage/hotchorizo/hotchorizo-desktop.jpg) center center no-repeat;	
}

.productparent-list .molisana {
	background: url(../img/allnaturalsalame/landingpage/molisana/molisana-desktop.jpg) center center no-repeat;	
}

.productparent-list .napoli {
	background: url(../img/allnaturalsalame/landingpage/napoli/napoli-desktop.jpg) center center no-repeat;	
}

.productparent-list .norcino {
	background: url(../img/allnaturalsalame/landingpage/norcino/norcino-desktop.jpg) center center no-repeat;	
}

.productparent-list .pepperoni {
	background: url(../img/allnaturalsalame/landingpage/pepperoni/pepperoni-desktop.jpg) center center no-repeat;	
}

.productparent-list .tartufo {
	background: url(../img/allnaturalsalame/landingpage/tartufo/tartufo-desktop.jpg) center center no-repeat;	
}

.productparent-list .toscano {
	background: url(../img/allnaturalsalame/landingpage/toscano/toscano-desktop.jpg) center center no-repeat;	
}

.productparent-list .wild-boar {
	background: url(../img/allnaturalsalame/landingpage/wildboar/wildboar-desktop.jpg) center center no-repeat;	
}

.a-blog-post p:not(.the-date) {
	margin: 5px 0;
}

/**Salamini**/
.productparent-list .salamini {
	background: url(../img/salamini/landingpage/header/salamini-header-desktop.jpg) center center no-repeat;
}

.productparent-list .calabrese-salamini {
	background: url(../img/salamini/landingpage/calabrese-salamini/calabrese-salamini-desktop.jpg) center center no-repeat;	
}

.productparent-list .napoli-salamini {
	background: url(../img/salamini/landingpage/napoli-salamini/napoli-salamini-desktop.jpg) center center no-repeat;	
}

.productparent-list .norcino-salamini {
	background: url(../img/salamini/landingpage/norcino-salamini/norcino-salamini-desktop.jpg) center center no-repeat;	
}

.productparent-list .pepperoni-salamini {
	background: url(../img/salamini/landingpage/pepperoni-salamini/pepperoni-salamini-desktop.jpg) center center no-repeat;	
}

/**Organic**/
.productparent-list .organic-salame {
	background: url(../img/organicsalame/landingpage/organic-header-desktop.jpg) center center no-repeat;
}

.productparent-list .organic-hot-chorizo {
	background: url(../img/organicsalame/landingpage/organichotchorizo/organichotchorizo-desktop.jpg) center center no-repeat;	
}

.productparent-list .organic-molisana {
	background: url(../img/organicsalame/landingpage/organicmolisana/organicmolisana-desktop.jpg) center center no-repeat;	
}

.productparent-list .organic-norcino {
	background: url(../img/organicsalame/landingpage/organicnorcino/organicnorcino-desktop.jpg) center center no-repeat;	
}

/**whole cured meats**/
.productparent-list .whole-cured-meats {
	background: url(../img/wholecuredmeats/landingpage/header/wholecuredmeats-header-desktop.jpg) center center no-repeat;
}

.productparent-list .barley-fed-berkshire-prosciutto {
	background: url(../img/wholecuredmeats/landingpage/barleyfedberkshireprosciutto/barleyfedberkshireprosciutto-desktop.jpg) center center no-repeat;	
}

.productparent-list .berkshire-prosciutto-becker-lane-farms {
	background: url(../img/wholecuredmeats/landingpage/berkshireprosciutto/berkshireprosciutto-desktop.jpg) center center no-repeat;	
}

.productparent-list .bresaola {
	background: url(../img/wholecuredmeats/landingpage/bresaola/bresaola-desktop.jpg) center center no-repeat;	
}

.productparent-list .duroc-prosciutto {
	background: url(../img/wholecuredmeats/landingpage/durocprosciutto/durocprosciutto-desktop.jpg) center center no-repeat;	
}

.productparent-list .hot-coppa {
	background: url(../img/wholecuredmeats/landingpage/hotcoppa/hotcoppa-desktop.jpg) center center no-repeat;	
}

.productparent-list .mangalitsa-prosciutto {
	background: url(../img/wholecuredmeats/landingpage/mangalitsaprosciutto/mangalitsaprosciutto-desktop.jpg) center center no-repeat;	
}

.productparent-list .prosciutto-di-paolo-sliced {
	background: url(../img/wholecuredmeats/landingpage/prosicuttodipaolo/prosciuttodipaolo-sliced-desktop.jpg) center center no-repeat;	
}

/*.productparent-list .prosciutto-di-paolo-whole {
	background: url(../img/wholecuredmeats/landingpage/organicnorcino/organicnorcino-desktop.jpg) center center no-repeat;	
}*/

.productparent-list .prosciutto {
	background: url(/assets/Olli_proscuitto2.jpg) center center no-repeat;	
}

.productparent-list .speck {
	background: url(../img/wholecuredmeats/landingpage/speck/speck-desktop.jpg) center center no-repeat;	
}

.productparent-list .sweet-coppa {
	background: url(../img/wholecuredmeats/landingpage/sweetcoppa/sweetcoppa-desktop.jpg) center center no-repeat;	
}

/**cooking fats**/
.productparent-list .cooking-fats {
	background: url(../img/cookingfats/landingpage/header/cookingfats-header.jpg) center center no-repeat;
}

.productparent-list .guanciale {
	background: url(../img/cookingfats/landingpage/guanciale/guanciale-desktop.jpg) center center no-repeat;	
}

.productparent-list .lardo {
	background: url(../img/cookingfats/landingpage/lardo/lardo-desktop.jpg) center center no-repeat;	
}

.productparent-list .pancetta {
	background: url(../img/cookingfats/landingpage/pancetta/pancetta-desktop.jpg) center center no-repeat;	
}

/**cutting boards**/
.productparent-list .cutting-boards {
	background: url(../img/cuttingboards/header/cuttingboards-header-desktop.jpg) center center no-repeat;
}

.productparent-list .large-maple-cutting-board {
	background: url(../img/cuttingboards/largemaplecuttingboard/largemaplecuttingboard-desktop.jpg) center center no-repeat;
}

.productparent-list .large-pecan-cutting-board {
	background: url(../img/cuttingboards/largepecancuttingboard/largepecancuttingboard-desktop.jpg) center center no-repeat;	
}

.productparent-list .small-maple-cutting-board {
	background: url(../img/cuttingboards/smallmaplecuttingboard/smallmaplecuttingboard-desktop.jpg) center center no-repeat;	
}

.productparent-list .small-pecan-cutting-board {
	background: url(../img/cuttingboards/smallpecancuttingboard/smallpecancuttingboard-desktop.jpg) center center no-repeat;	
}

/*--Deli--*/

.productparent-list .deli {
    background: rgba(0, 0, 0, 0) url(../assets/category-header-desktop-deli.jpg) no-repeat scroll center center;
}

.productparent-list .calabrese-deli {
    background: rgba(0, 0, 0, 0) url(../img/deli/olli_product_deli_calabrese_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .genoa-deli {
    background: rgba(0, 0, 0, 0) url(../img/deli/olli_product_deli_genoa_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .napoli-deli {
    background: rgba(0, 0, 0, 0) url(../img/deli/olli_product_deli_napoli_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .pepperoni-deli {
    background: rgba(0, 0, 0, 0) url(../img/deli/olli_product_deli_pepperoni_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .sopressata-deli {
    background: rgba(0, 0, 0, 0) url(../img/deli/olli_product_deli_sopressata_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .toscano-deli {
    background: rgba(0, 0, 0, 0) url(../img/deli/olli_product_deli_toscano_0_desktop.jpg) no-repeat scroll center center;
}

/*---PreSliced---*/

.productparent-list .pre-sliced {
    background: rgba(0, 0, 0, 0) url(../assets/category-header-desktop-presliced.jpg) no-repeat scroll center center;
}

.productparent-list .calabrese-pre-sliced {
    background: rgba(0, 0, 0, 0) url(../img/pre-sliced/olli_product_presliced_calabrese_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .genoa-pre-sliced {
    background: rgba(0, 0, 0, 0) url(../img/pre-sliced/olli_product_presliced_genoa_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .napoli-pre-sliced {
    background: rgba(0, 0, 0, 0) url(../img/pre-sliced/olli_product_presliced_napoli_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .pepperoni-pre-sliced {
    background: rgba(0, 0, 0, 0) url(../img/pre-sliced/olli_product_presliced_pepperoni_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .sopressata-pre-sliced {
    background: rgba(0, 0, 0, 0) url(../img/pre-sliced/olli_product_presliced_sopressata_0_desktop.jpg) no-repeat scroll center center;
}

.productparent-list .toscano-pre-sliced {
    background: rgba(0, 0, 0, 0) url(../img/pre-sliced/olli_product_presliced_toscano_0_desktop.jpg) no-repeat scroll center center;
}


/**Product-Items**/
.nutrition-pic-bar {
	width:421px;	
	height: 20px;padding: 5px 0;
	text-align: center;
	background: #b82227; /* Old browsers */
	background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */
}

.nutrition-pic-bar a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 4px;
	text-transform: uppercase;
	
	font-size: 16px;
}

.nutrition-pic-bar a:hover {
	text-decoration: none;
	color: #fff;
}

.calabrese-label-pic {
	background: url(../img/product-items/calabrese/calabrese-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.chorizo-label-pic {
	background: url(../img/product-items/chorizo/chorizo-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.hot-chorizo-label-pic {
	background: url(../img/product-items/hotchorizo/hotchorizo-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.molisana-label-pic {
	background: url(../img/product-items/molisana/molisana-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.napoli-label-pic {
	background: url(../img/product-items/napoli/napoli-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.norcino-label-pic {
	background: url(../img/product-items/norcino/norcino-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.pepperoni-label-pic {
	background: url(../img/product-items/pepperoni/pepperoni-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.tartufo-label-pic {
	background: url(../img/product-items/tartufo/tartufo-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.toscano-label-pic {
	background: url(../img/product-items/toscano/toscano-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.wild-boar-label-pic {
	background: url(../img/product-items/wildboar/wildboar-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

/**Salamini label**/
.calabrese-salamini-label-pic {
	background: url(../img/product-items/calabrese-salamini/calabrese-salamini-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.norcino-salamini-label-pic {
	background: url(../img/product-items/norcini-salamini/norcino-salamini-labels.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.napoli-salamini-label-pic {
	background: url(../img/product-items/napoli-salamini/napoli-salamini-labels.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.pepperoni-salamini-label-pic {
	background: url(../img/product-items/pepperoni-salamini/pepperoni-salamini-labels.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

/**Organics label**/
.organic-hot-chorizo-label-pic {
	background: url(../img/product-items/organicsalame/hot-chorizo/hot-chorizo-organic-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.organic-molisana-label-pic {
	background: url(../img/product-items/organicsalame/molisana/molisana-organic-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.organic-norcino-label-pic {
	background: url(../img/product-items/organicsalame/norcino/norcino-organic-label.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

/**wholecured label**/
.barley-fed-berkshire-prosciutto-label-pic {
	background: url(../img/product-items/wholecuredmeats/barleyfedberkshireprosciutto/barleyfedberkshireprosciutto-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.berkshire-prosciutto-becker-lane-farms-label-pic {
	background: url(../img/product-items/wholecuredmeats/berkshireprosciuttobeckerlane/berkshireprosciutto-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.bresaola-label-pic {
	background: url(../img/product-items/wholecuredmeats/bresaola/bresaola-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.duroc-prosciutto-label-pic {
	background: url(../img/product-items/wholecuredmeats/durocprosciutto/durocprosciutto-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.hot-coppa-label-pic {
	background: url(../img/product-items/wholecuredmeats/hotcoppa/hotcoppa-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.mangalitsa-prosciutto-label-pic {
	background: url(../img/product-items/wholecuredmeats/mangalitsaprosciutto/mangalitsaprosciutto-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.prosciutto-label-pic {
	background: url(/assets/prosciutto.png) center left no-repeat;
	width: 100%;
	height: 100%;
}


.prosciutto-di-paolo-sliced-label-pic {
	background: url(../img/product-items/wholecuredmeats/prosciuttodipaolosliced/prosciuttodipaolosliced-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.speck-label-pic {
	background: url(../img/product-items/wholecuredmeats/speck/speck-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.sweet-coppa-label-pic {
	background: url(../img/product-items/wholecuredmeats/sweetcoppa/sweetcoppa-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

/**cooking fats label**/
.guanciale-label-pic {
	background: url(../img/product-items/cookingfats/guanciale/guanciale-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.lardo-label-pic {
	background: url(../img/product-items/cookingfats/lardo/lardo-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.pancetta-label-pic {
	background: url(../img/product-items/cookingfats/pancetta/pancetta-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

/**cutting boards label**/
.large-maple-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/largemaplecuttingboard/largemaplecuttingboard-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.large-pecan-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/largepecancuttingboard/largepecancuttingboard-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.small-maple-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/smallmaplecuttingboard/smallmaplecuttingboard-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.small-pecan-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/smallpecancuttingboard/smallpecancuttingboard-side.jpg) center left no-repeat;
	width: 100%;
	height: 100%;
}

.red-dots {
	width: 100%;
	background: url('../img/red-dotted-border.jpg') top left repeat-x;
	overflow: hidden;
	margin-bottom: 2em;
	padding-top: 3em;
}

.rand-products-heading {
	margin-bottom: 10px;
	font-family: "felt-tip-senior";
	font-size: 32px;
}

.rand-products {
	width: 100%;
	padding-bottom: 20px;
	margin-left: 0.25em;
}

.rand-products li {
	width: 250px;
	display: inline-block;
	float: left;
	margin-right: 52px
}

.rand-products li:last-child {
	margin-right: 0;
}
.rand-products a img {
	width: 100%;
}

.rand-products p {
	margin-top: 10px;
}

.shop-now-tablet-bar {
	display: none;
}

.nutrition-pic-bar-mobile {
	display: none;
}

.postid-7548 #shopp .shopp-mix-and-match ul#choices, .postid-7546 #shopp .shopp-mix-and-match ul#choices {
	border: 1px solid #efefef;
	background: url('/img/pick-three/choose-salame-bg.png') 0 15px no-repeat;
	height:185px;
	width:100%;
	padding: 10px;
}

.postid-7545 #shopp .shopp-mix-and-match ul#choices {
	border: 1px solid #efefef;
	background: url('/img/pick4-salamini/salamini-pick-four.png') 0 15px no-repeat;
	height:350px;
	width:100%;
	padding: 10px;
}

.postid-8387 #shopp .shopp-mix-and-match ul#choices, .postid-7546 #shopp .shopp-mix-and-match ul#choices {
	border: 1px solid #efefef;
	background: url('/img/pick-three/choose-salame-bg.png') 0 15px no-repeat;
	height:185px;
	width:34%;
	padding: 10px;
}


@media ( min-width : 768px ) {
	.left { float: left !important; }
	.right { float: right !important; }
	.flexslider { display: block !important; width: 856px;}
}


@media ( max-width : 1024px ) {

	#banner {
		display: none;
	}

	.home .home-paper-box {
		width: 546px;
		min-height: 302px;
		position: relative;
		top: 25%;
		left: 15%;
		background: transparent url(/img/home-paper-box.png) top left no-repeat;
		display: block;
		padding-top: 50px;
	}

	#tablet_nav {
		display: block;
		float: right;
		height: 100px;
		margin-bottom: 5px;
		width: 100%;
		background: #b82227; /* Old browsers */
		background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */
		position: relative;

	}

	#tablet_nav #nav_bar .logo { position: absolute; left: 2%; top: 14.5%; background: url('../img/olli-mobile-logo.svg') no-repeat 0 0; background-size: cover; height: 71px; width: 171px; }

	#menu-tablet-nav {
		position: absolute;
		right: 40px;
		width: 78%;
		text-align: right;
		margin-right: -7px;
		display:block;
	}

	#menu-tablet-nav li#menu-item-8157, #menu-tablet-nav li#menu-item-3422, #menu-tablet-nav li#menu-item-3520, #menu-tablet-nav li#menu-item-3533, #menu-tablet-nav li#menu-item-3566, #menu-tablet-nav li#menu-item-3588 {
		line-height: 0;
		padding-top: 60px;
	}

	#menu-tablet-nav li {
		display: inline-block;
		padding-left: 2%;
		line-height: 120px;
		text-align: right;
		height: 40px;
	}

	#menu-tablet-nav li:hover {
		background: url(/img/nav-primary-hover.png) repeat-x;
		background-size: cover;
	}

	#menu-tablet-nav li:hover:nth-child(1) {
		height: 100px;
	}

	#menu-tablet-nav li:hover:nth-child(3) {
		height: 100px;
	}

	#menu-tablet-nav #menu-item-7649 ul {
		left: 38%;
	}	

	#menu-tablet-nav li:after {
		content: url(../img/tablet-after-li.png);
		position: absolute;
		margin-right: 10px;
		margin-left: 1px;
		top:20px;
	}

	#menu-tablet-nav li:first-child:before {
		content: url(../img/tablet-after-li.png);
		position: absolute;
		margin-left: -15px;
		top:20px;
	}

	#menu-tablet-nav a {
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		font-weight: 100;
		text-transform: uppercase;
		padding-right: 12px;
	}

	#menu-tablet-nav .sub-menu {
		position: absolute;
		left: 11%;
		top: 100px;
		padding: 0px;
		display: block;
		background-color: rgba(0,0,0,.6);
		width: 250px;
		z-index: 10;
		line-height:50px;
	}

	#menu-tablet-nav #menu-item-3520 .sub-menu {
		left: 46%;
	}

	#menu-tablet-nav #menu-item-3520 .sub-menu li {
		line-height: 34px;
	}

	#menu-tablet-nav #menu-item-3533 .sub-menu {
		left: 65%;
	}

	#menu-tablet-nav .sub-menu li {
		display: block;
		line-height: 45px;
	}

	#menu-tablet-nav .sub-menu li a {
		text-align: center;
	}

	#menu-tablet-nav .sub-menu li:before {
		content: none;
	}

	#menu-tablet-nav .sub-menu li:after {
		content: none;
	}

	.container {
		max-width: 100%;
		width: 100%;
	}
	#main {
		position: relative;
		clear: both;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-left: 0.5em;
		padding-right: 0.5em;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}

	#main .container {
		height: 100%;
	}

	#sidebar {
		display: none;
	}

	/**Blog Page**/
	.flexslider {
		width: 100%;
	}

	.flexslider .slides {
		width: 100%;
		margin: 0;
	}

	.flexslider .slides .more {
		position: absolute;
		bottom: 45px;
	}	

	.the-blog-archives {
		margin: 0;
	}

	.a-blog-post {		
		width: 49%;
	}

	.a-blog-post img {
		width: 100%;
	}

	.a-blog-post p:not(.the-date) {
		margin: 5px 0;
	}

	/**About Page**/
	.about-us #main ul {
		width: 100%;
	}

	.about-us #main li {
		margin: 0px 0 5px;
		display: inline-block;
		width: 49.5%;
		height: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.about-us #main li a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.about-us #main li:first-child, .about-us #main li:last-child {
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 300px;
	}

	.about-us #main li:first-child a,.about-us #main li:last-child a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}


	.grid-the-diff {
		background: url(../img/thedifference/thedifference-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}

	.grid-our-story {
		background: url(../img/ourstory/ourstory-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}

	.grid-history {
		background: url(../img/history/history-tablet.jpg) center center no-repeat;
		margin-right: 0;
		float: right;
	}

	.grid-farmer-partners {
		background: url(../img/farmerpartners/farmerpartners-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}


	/**Learn Page**/
	.learn #main ul {
		width: 100%;

	}

	.learn #main li:first-child {
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 300px;
	}

	.learn #main li:first-child a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.learn #main li {
		margin: 0px 0 5px;
		display: inline-block;
		width: 49.5%;
		height: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.learn #main li a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.grid-ollitv {
		background: url(../img/learn/ollitv-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}
	.grid-allergens {
		background: url(../img/learn/allergens-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}

	.grid-resources {
		background: url(../img/learn/resources-tablet.jpg) center center no-repeat;
		margin-right: 0;
		float: right;
	}

	.grid-ourpackaging {
		background: url(../img/learn/ourpackaging-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}

	.grid-faq {
		background: url(../img/learn/faq-tablet.jpg) center center no-repeat;
		margin-right: 0;
		float: right;
	}

	.grid-howtoreadasalame {
		background: url(../img/learn/howtoreadasalame-tablet.jpg) center center no-repeat;
		margin-left: 0;
		float: left;
	}

	.grid-suggestedpairings {
		background: url(../img/learn/suggestedpairings-tablet.jpg) center center no-repeat;
		margin-right: 0;
		float: right;
	}

	/**Our Products Page**/
	.our-products #main ul {
		width: 100%;
		margin: 0 auto;

	}
	.our-products #main li:first-child {
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 300px;
	}

	.our-products #main li:first-child a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.our-products #main li {
		margin: 0px 0 5px;
		display: inline-block;
		width: 49.5%;
		height: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.our-products #main li a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.grid-organicsalame {
		background: url(../img/organicsalame/organicsalame-tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}
	.grid-allnaturalsalame {
		background: url(../img/salame/allnaturalsalame-tablet-top.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.grid-salamini {
		background: url(../img/salamini/salamini-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}

	.grid-wholecuredmeats {
		background: url(../img/wholecuredmeats/wholecuredmeats-tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.grid-cookingfats {
		background: url(../img/cookingfats/cookingfats-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}

	.grid-cuttingboards {
		background: url(../img/cuttingboards/cuttingboards-tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.grid-wholesaleinfo {
		background: url(../img/wholesaleinfo/wholesaleinfo-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}
  
  .grid-presliced{
		background: url(../img/pre-sliced/products_main_presliced_tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}
  
  .grid-deli {
		background: url(../img/deli/products_main_deli_tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: left;
	}
  

	/**Products Parent Landing Pages**/
	.productparent-list {
		width: 100%;
		margin: 0 auto;
	}

	.productparent-list li:first-child{
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 300px;
	}

	.productparent-list li:first-child a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.productparent-list li {
		margin: 0px 0 5px;
		display: inline-block;
		width: 49.5%;
		height: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.productparent-list a {
		width: 100%;
		height: 300px;
		display: block;
		position: relative;
	}

	.productparent-list span {
		position: absolute;
		top: 80px;
		left: 40px;
	}

	.productparent-list .all-natural-salame {
		background: url(../img/allnaturalsalame/landingpage/header/allnaturalsalame-header-tablet.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .calabrese {
		background: url(../img/allnaturalsalame/landingpage/calabrese/calabrese-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .chorizo {
		background: url(../img/allnaturalsalame/landingpage/chorizo/chorizo-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .hot-chorizo {
		background: url(../img/allnaturalsalame/landingpage/hotchorizo/hotchorizo-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .molisana {
		background: url(../img/allnaturalsalame/landingpage/molisana/molisana-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .napoli {
		background: url(../img/allnaturalsalame/landingpage/napoli/napoli-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .norcino {
		background: url(../img/allnaturalsalame/landingpage/norcino/norcino-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .pepperoni {
		background: url(../img/allnaturalsalame/landingpage/pepperoni/pepperoni-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .tartufo {
		background: url(../img/allnaturalsalame/landingpage/tartufo/tartufo-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .toscano {
		background: url(../img/allnaturalsalame/landingpage/toscano/toscano-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .wild-boar {
		background: url(../img/allnaturalsalame/landingpage/wildboar/wildboar-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;
	}

	/**Salamini Tablet**/
	.productparent-list .salamini {
		background: url(../img/salamini/landingpage/header/salamini-header-tablet.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .calabrese-salamini {
		background: url(../img/salamini/landingpage/calabrese-salamini/calabrese-salamini-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .napoli-salamini {
		background: url(../img/salamini/landingpage/napoli-salamini/napoli-salamini-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .norcino-salamini {
		background: url(../img/salamini/landingpage/norcino-salamini/norcino-salamini-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni-salamini {
		background: url(../img/salamini/landingpage/pepperoni-salamini/pepperoni-salamini-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	/**Organic Tablet**/
	.productparent-list .organic-salame {
		background: url(../img/organicsalame/landingpage/organic-header-tablet.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .organic-hot-chorizo {
		background: url(../img/organicsalame/landingpage/organichotchorizo/organichotchorizo-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .organic-molisana {
		background: url(../img/organicsalame/landingpage/organicmolisana/organicmolisana-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .organic-norcino {
		background: url(../img/organicsalame/landingpage/organicnorcino/organicnorcino-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	/**whole cured meats tablet**/
	.productparent-list .whole-cured-meats {
		background: url(../img/wholecuredmeats/landingpage/header/wholedcuredmeats-header-tablet.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .barley-fed-berkshire-prosciutto {
		background: url(../img/wholecuredmeats/landingpage/barleyfedberkshireprosciutto/barleyfedberkshireprosciutto-tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .berkshire-prosciutto-becker-lane-farms {
		background: url(../img/wholecuredmeats/landingpage/berkshireprosciutto/berkshireprosciutto-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .bresaola {
		background: url(../img/wholecuredmeats/landingpage/bresaola/bresaola-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .duroc-prosciutto {
		background: url(../img/wholecuredmeats/landingpage/durocprosciutto/durocprosciutto-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .hot-coppa {
		background: url(../img/wholecuredmeats/landingpage/hotcoppa/hotcoppa-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: right;
	}

	.productparent-list .mangalitsa-prosciutto {
		background: url(../img/wholecuredmeats/landingpage/mangalitsaprosciutto/mangalitsaprosciutto-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .prosciutto-di-paolo-sliced {
		background: url(../img/wholecuredmeats/landingpage/prosicuttodipaolo/prosciuttodipaolo-sliced-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	/*.productparent-list .prosciutto-di-paolo-whole {
		background: url(../img/wholecuredmeats/landingpage/organicnorcino/organicnorcino-tablet.jpg) center center no-repeat;	
	}*/

	.productparent-list .speck {
		background: url(../img/wholecuredmeats/landingpage/speck/speck-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;	
	}

	.productparent-list .sweet-coppa {
		background: url(../img/wholecuredmeats/landingpage/sweetcoppa/sweetcoppa-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	/**cooking fats tablet**/
	.productparent-list .cooking-fats {
		background: url(../img/cookingfats/landingpage/header/cookingfats-header-tablet.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .guanciale {
		background: url(../img/cookingfats/landingpage/guanciale/guanciale-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .lardo {
		background: url(../img/cookingfats/landingpage/lardo/lardo-tablet.jpg) center center no-repeat;
		margin-right: 0 !important;
		float: right;	
	}

	.productparent-list .pancetta {
		background: url(../img/cookingfats/landingpage/pancetta/pancetta-tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;	
	}
  
  /**Deli Tablet**/
  
	.productparent-list .calabrese-deli{
		background: url(../img/deli/olli_product_deli_calabrese_0_tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .genoa-deli {
		background: url(../img/deli/olli_product_deli_genoa_0_tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .napoli-deli {
		background: url(../img/deli/olli_product_deli_napoli_0_tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni-deli {
		background: url(../img/deli/olli_product_deli_pepperoni_0_tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .sopressata-deli {
		background: url(../img/deli/olli_product_deli_sopressata_0_tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}
  
  .productparent-list .toscano-deli{
		background: url(../img/deli/olli_product_deli_toscano_0_tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

/**Pre-Sliced Tablet**/

	.productparent-list .calabrese-pre-sliced{
		background: url(../img/pre-sliced/olli_product_presliced_calabrese_0_tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .genoa-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_genoa_0_tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .napoli-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_napoli_0_tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_pepperoni_0_tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .sopressata-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_sopressata_0_tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}
  
  .productparent-list .toscano-pre-sliced{
		background: url(../img/pre-sliced/olli_product_presliced_toscano_0_tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	/**cutting boards**/
	.productparent-list .cutting-boards {
		background: url(../img/cuttingboards/header/cuttingboards-header-tablet.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .large-maple-cutting-board {
		background: url(../img/cuttingboards/largemaplecuttingboard/largemaplecuttingboard-tablet.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .large-pecan-cutting-board {
		background: url(../img/cuttingboards/largepecancuttingboard/largepecancuttingboard-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.productparent-list .small-maple-cutting-board {
		background: url(../img/cuttingboards/smallmaplecuttingboard/smallmaplecuttingboard-tablet.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .small-pecan-cutting-board {
		background: url(../img/cuttingboards/smallpecancuttingboard/smallpecancuttingboard-tablet.jpg) center center no-repeat;	
		margin-right: 0 !important;
		float: right;
	}

	.container_24 {
		width: 100%;
	}

	#store-finder {
		display: none;
	}




/**Tablet labels**/
.calabrese-label-pic {
	background: url(../img/product-items/calabrese/calabrese-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}


.chorizo-label-pic {
	background: url(../img/product-items/chorizo/chorizo-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.hot-chorizo-label-pic {
	background: url(../img/product-items/hotchorizo/hotchorizo-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.molisana-label-pic {
	background: url(../img/product-items/molisana/molisana-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.napoli-label-pic {
	background: url(../img/product-items/napoli/napoli-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.norcino-label-pic {
	background: url(../img/product-items/norcino/norcino-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.pepperoni-label-pic {
	background: url(../img/product-items/pepperoni/pepperoni-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.tartufo-label-pic {
	background: url(../img/product-items/tartufo/tartufo-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.toscano-label-pic {
	background: url(../img/product-items/toscano/toscano-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.wild-boar-label-pic {
	background: url(../img/product-items/wild-boar/wildboard-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

/**Salamini label**/
.calabrese-salamini-label-pic {
	background: url(../img/product-items/calabrese-salamini/salamini-calabrese-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.norcino-salamini-label-pic {
	background: url(../img/product-items/norcini-salamini/salamini-norcino-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.napoli-salamini-label-pic {
	background: url(../img/product-items/napoli-salamini/salamini-napoli-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.pepperoni-salamini-label-pic {
	background: url(../img/product-items/pepperoni-salamini/salamini-pepperoni-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

/**Organics label**/
.organic-hot-chorizo-label-pic {
	background: url(../img/product-items/organicsalame/hot-chorizo/hot-chorizo-organic-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.organic-molisana-label-pic {
	background: url(../img/product-items/organicsalame/molisana/molisana-organic-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.organic-norcino-label-pic {
	background: url(../img/product-items/organicsalame/norcino/norcino-organic-label-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

/**wholecured label**/
.barley-fed-berkshire-prosciutto-label-pic {
	background: url(../img/product-items/wholecuredmeats/barleyfedberkshireprosciutto/barleyfedberkshireprosciutto-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.berkshire-prosciutto-becker-lane-farms-label-pic {
	background: url(../img/product-items/wholecuredmeats/berkshireprosciuttobeckerlane/berkshireprosciutto-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.bresaola-label-pic {
	background: url(../img/product-items/wholecuredmeats/bresaola/bresaola-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.duroc-prosciutto-label-pic {
	background: url(../img/product-items/wholecuredmeats/durocprosciutto/durocprosciutto-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.hot-coppa-label-pic {
	background: url(../img/product-items/wholecuredmeats/hotcoppa/hotcoppa-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.mangalitsa-prosciutto-label-pic {
	background: url(../img/product-items/wholecuredmeats/mangalitsaprosciutto/mangalitsaprosciutto-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.prosciutto-di-paolo-sliced-label-pic {
	background: url(../img/product-items/wholecuredmeats/prosciuttodipaolosliced/prosciuttodipaolosliced-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.speck-label-pic {
	background: url(../img/product-items/wholecuredmeats/speck/speck-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.sweet-coppa-label-pic {
	background: url(../img/product-items/wholecuredmeats/sweetcoppa/sweetcoppa-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

/**cooking fats label**/
.guanciale-label-pic {
	background: url(../img/product-items/cookingfats/guanciale/guanciale-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.lardo-label-pic {
	background: url(../img/product-items/cookingfats/lardo/lardo-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.pancetta-label-pic {
	background: url(../img/product-items/cookingfats/pancetta/pancetta-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

/**cutting boards label**/
.large-maple-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/largemaplecuttingboard/largemaplecuttingboard-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.large-pecan-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/largepecancuttingboard/largepecancuttingboard-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.small-maple-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/smallmaplecuttingboard/smallmaplecuttingboard-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

.small-pecan-cutting-board-label-pic {
	background: url(../img/product-items/cuttingboards/smallpecancuttingboard/smallpecancuttingboard-side-tablet.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}

	/**Single our products**/
	.post-links {
		position: absolute;
		top: 115px;
		width: 100%;
		height: 60px;
	}
	.post-links a {
		width: 60px;
		height: 60px;
		display: block;
	}

	.post-link-prev {
		background: url(../img/post-link-prev.png) center center no-repeat;
		width: 60px;
		height: 60px;
		display: block;
		float: left;
		padding-left: 20px;
	}

	.post-link-next {
		background: url(../img/post-link-next.png) center center no-repeat;
		width: 60px;
		height: 60px;
		display: block;
		float: right;
		padding-right: 20px;
	}

	.primary-product-photo-container {
		padding-bottom: 10px;
	}

	.primary-product-photo {
		width: 100%;
		position: relative;
	}

	.primary-product-photo-inner {
		width: 100%;
		overflow: hidden;
		margin: 0px auto;
		height: 300px;
		margin-left: 0;
	}

	.primary-product-photo-inner img {
		overflow: hidden;
		text-align: center;
		width: 1024px;
		height: auto;
	}

	.shop-now-icon-outer {
		display: block;
	}

	.ourproduct-info-container {
		width: 100%;
		display: block;
		height: 340px;
		margin-left: 0;
		padding-bottom: 55px;
	}

	.product-nutrition-info {
		float: left;
		width: 50%;
		height: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 5px;
	}

	.nutrition-pic-bar {
		padding: 12px 0;
		width: 100%;
	}

	.shop-now-tablet-bar {
		width: 300px;
		display: none;
		text-align: center;
		padding: 12px 0;
		margin-top: 5px;
		background: #b82227; /* Old browsers */
		background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */
	}

	.shop-now-tablet-bar a {
		color: #fff;
		text-decoration: none;
		letter-spacing: 4px;
		font-size: 16px;
	}

	.shop-now-tablet-bar a:hover {
		text-decoration: none;
	}

	.product-details-info {
		float: right;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 5px;
	}

	.product-details-info p {
		width: 75%;
	}

	.red-dots {
		width: 100%;
		background: url('../img/red-dotted-border.jpg') top left repeat-x;
		overflow: hidden;
		margin-bottom: 2em;
		padding-top: 2em;
	}

	.rand-products {
		width: 100%;
		padding-bottom: 20px;
		margin-left: 0;
	}

	.rand-products li {
		width: 240px;
		display: inline-block;
		float: left;
		margin-right: 10px;
	}

	.entry-content .grid_9 {
		width: 100%;
	}

	#shopp {
		padding: 0;
	}

}

@media ( max-width : 767px ) {
	html, body {
		background: #fff;
	}

	#wrap {  
		width:100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: auto !important;
	}

	#tablet_nav {
		display: none;
	}

	.about #main, .learn #main { 

		text-align: center;
	}

	.home #main {
		margin-top: 0;
	}

	#main p, #main blockquote, #main h2 {
		margin-left: 0.25em;
	}

	#content { margin-top: 0px; }

	#sidebar { margin-top: 0; }	


	html, body { margin: 0; padding: 0; }
	body #content { padding: 0em; }
	body #main { width: 100%; margin-top: 4.5em; padding: 0 0 0px; height: auto; min-height: 950px; }
	.salame-mix-and-match-pick-3 #main, .salamini-mix-and-match-pick-4 #main { width: 100%; margin-top: 4.5em; padding: 0 0 10px; height: auto; min-height: 1075px; }
	.organic-salame-mix-and-match-pick-3 #main { width: 100%; margin-top: 4.5em; padding: 0 0 10px; height: auto; min-height: 1020px; }
	footer { display: none; }
	#mobile-footer { position: relative; bottom: 0; display: block; width: 100%; text-align: center; font-weight: 100; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

	.home #mobile-footer {
		position: fixed;
	}
	#mobile-footer a { text-decoration: none; color: #fff; }
	.mobile-footer-left { float:left; width: 50%; background: #b82227; /* Old browsers */
	background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */ padding: 1.5em 3em; border-right: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.mobile-footer-right { float:right; width: 50%; background: #b82227; /* Old browsers */
	background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 ); /* IE6-9 */ padding: 1.5em 2.5em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	#mobile_nav { display: block; height: auto; }
	header#banner { display: none; }
	#sidebar { max-width: 100%; margin-left: 0; display: none; }	
	body .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
		border: solid 1px #dadada !important; padding: 10px !important;
	}

	.home-paper-box { display: none !important; }
	.mobile-paperbox { display: none; }
	.featured-page-content { font-size: 1.5em; }
	h2.img-container { width: 100%; overflow: hidden; }

	.wp-caption { margin: 0; padding: 0; }

	body.contact #wrap { background: #fff 90% 110% no-repeat !important; 
		height:550px;
	}
	img[title=big-pig-o] { display: block; margin: 0 auto 0 auto !important; float: none; width: 100%; height: 75%; }
	img[title=shop-offer-olli-cap-full] { width: 100%; height: 75%; }
	img.size-full { width: 100%; height: 75%; }
	.wp-caption { width: auto !important; }
	.sub-menu { display: none; border-top: dotted 1px rgba(255, 255, 255, 0.35); margin-top: 1em; }
	.sub-menu li { border-bottom: 0 !important; margin-top: 1em; padding: 10px 0 10px 0!important; width: 100%; display: inline-block; }
	.sub-menu li a { padding-left: 1em; }

	ul.featured-list li.featuredimg { margin-left: 0.25em; }
	ul.featured-list li.featuredimg img { display: block; float: none; }
	ul.featured-list li.featuredimg h2 { text-align: left; }
	ul.featured-list li.featuredimg p { text-align: left; } 
	ul.featured-list li.featuredimg img + p { margin-top: 1em; }

	.ginput_container textarea, .ginput_container input { width: 100% !important; }
	.gform_footer input { left: 65%; }

	body .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=file], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea, .gform_wrapper select { padding: 10px; line-height: 1em; }

	#main .shopp-product-info { width: 100%; }
	#shopp { 
		position: relative; 
		top: 1.5em;
	}
	#shopp .shop-index-category.organics li { margin: 0 auto 2em auto !important; overflow: hidden; float: none; }
	#main .shopp-product-gallery { width: 100%; }
	.shopp-product-add-to-cart {
		margin-top: 15px;
		margin-left:auto;
		margin-bottom:50px;
		margin-right: auto;
	}
	#main .primary-product-photo { width: 100%; }
	#main .primary-product-photo-inner { width: 100%; margin-left: 0; }
	#main .primary-product-photo-inner img { max-width: 90%; margin: 0 auto; display: block; }
	#main .shopp-title-block {
		width: 100%;
		display: block;
	}
	#main .shopp-description{
		min-height:315px !important;
	}
	#main .shopp-title-block h3 {
		font-size: 15px;
	}

	#main .shopp-title-block p {
		display: none;
	}

	#main .shopp-product-price-block { width: 100%;
		position: absolute;
		top: 35em; 
		margin-top:50px;}
	#main .shopp-product-description { margin-top: 2em; }
	#main .shopp-mix-and-match-info .shopp-product-description { display: none; }
	#main .shopp-product-specs { margin-top: 2em; }
	.shopp-product-price-block {
		clear: both;
		float: none;
		padding-bottom: 100px;
	}

	.shop-index-parentcategory .category-sub .details { 
		margin: 1em auto 0;
		max-width: 260px;
		text-align: right !important; 
	}

	.shop-index-parentcategory .category-sub img { 
		width: 260px;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.shop-index-category-container h3 { text-align: center; margin-bottom: 1em; }

	.a-blog-post { width: 100%; min-height: 430px; }
	.a-blog-post img { width: 100%; height: 75%; }
	.flexslider { display: none; }
	.single-blog p, .the-blog-archives p { margin-top: 1em; }

	.single-blog .blog { overflow: hidden; }
	.single-blog img.featured-image { width: 100%; height: 75%; }

	.product-index-container { float: none; padding: 0; display: block; max-width: 285px; margin: 0 auto 20px auto; padding: 1em 0; }
	.product-index-container img { margin: 0.5em auto 0 auto; display: block; }
	.product-index-container span.caption { margin-left: 1em; }

	/* Mix & Match */
	.mobile-form { display: block; }
	.mobile-form select[name=quantity] { height: 30px; border: 0; }

	.mixmatch-instruct { display: none; }
	.mixmatch-instruct-mobile { text-align: center; display: block; }
	.mobile-form { max-width: 300px; margin: 0 auto; overflow: hidden; clear: both; margin-top: 1.75em; display: none;}
	.mobile-form .mobile-price { float: left; font-size: 1.3em; }
	.mobile-form .mobile-add-to-cart { overflow: hidden; float: right; display: inline-block; }
	#main #shopp .shopp-mix-and-match { width: 100%; margin-top: 3em; float: none; }
	
	#main #shopp ul#options { width: 245px; max-width: 288px; margin: 0 auto; }
	#main #shopp .cart-item:hover { background-size: 100% 68px !important; }

	#main ul#choices li, #main ul#options li { width: 73px; height: 68px; overflow: hidden; }
	#main ul#choices li img, #main ul#options li img { width: 100%; }

	#main #shopp .shopp-mix-and-match-info { width: 80%; float: none; margin: 3em auto 0 auto; }

	.shop-index-parentcategory .category-sub a { 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		text-align: center;
		display: block;
		height: auto; 
	}

	#main iframe {
		width: 100%; height: auto;
	}

	.faq #content {
		width: 100% !important;
	}

	.faq #main {
		width: 90%;
	}

	.bullet {
		display: none;
	}

	.how-to-read-a-good-salame #content {
		overflow: hidden !important;
	}

	.how-to-read-a-good-salame #main p img {
		width: 100%;
		height: 100%;
	}

	.products-index-salame {width: 274px; height: 174px; background: transparent url('../img/salame-phone.png') top left no-repeat; overflow: hidden; display: block; margin: 45px auto 0; float: none; }

	.products-index-whole-cured-meats {width:274px; height: 174px; background: transparent url('../img/product-index-whole-cured-meats.jpg') top left no-repeat; overflow: hidden; display: block; float: none; text-indent: -9999px; margin: 0 auto;}
	.products-index-cooking-fats {width:274px; height: 174px; background: transparent url('../img/product-index-cooking-fats.jpg') top right no-repeat; overflow: hidden; display: block; float: none; text-indent: -9999px; margin: 0 auto;}

	.salame-info-box {display: none;}

	#featured-products-container {width:100%; margin:30px auto; clear:both; margin-top: 30px; clear: both; padding-bottom: 150px;}

	#featured-products-carousel {
		background:#fff; 
		height:100%;
		width:209px;
		margin:0 auto;
	}

	#productcarousel li {
		text-align: center;
		-moz-box-shadow: 0px 0px 12px #d2d3d5;
		-webkit-box-shadow: 0px 0px 12px #d2d3d5;
		box-shadow: 0px 0px 12px #d2d3d5;
		padding-bottom: 10px;
	}


	/**About Page**/
	.about-us #main ul {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.about-us #main li, .about-us #main li:first-child, .about-us #main li:last-child {
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 175px;
	}

	.about-us #main li:first-child a,.about-us #main li:last-child a {
		width: 100%;
		height: 175px;
		display: block;
		position: relative;
	}


	.grid-the-diff {
		background: url(../img/thedifference/thedifference-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-our-story {
		background: url(../img/ourstory/ourstory-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-history {
		background: url(../img/history/history-mobile-fullwidth.png) center center no-repeat;
		margin-left: 0;
	}

	.grid-farmer-partners {
		background: url(../img/farmerpartners/farmerpartners-mobile-fullwidth.png) center center no-repeat;
		margin-left: 0;
	}


	/**Learn Page**/
	.learn #main ul {
		width: 100%;
		margin: 0 auto;

	}

	.learn #main li {
		margin: 0 0 5px;
	}

	.learn #main li:first-child, .learn #main li:first-child a  {
		
		display: inline-block;
		width: 100%;
		height: 175px;
	}

	.learn #main li, .learn #main li a {
		
		display: inline-block;
		width: 100%;
		height: 175px;
	}

	.grid-ollitv {
		background: url(../img/learn/ollitv-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}
	.grid-allergens {
		background: url(../img/learn/allergens-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-resources {
		background: url(../img/learn/resources-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-ourpackaging {
		background: url(../img/learn/ourpackaging-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-faq {
		background: url(../img/learn/faq-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-howtoreadasalame {
		background: url(../img/learn/howtoreadasalame-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-suggestedpairings {
		background: url(../img/learn/suggestedpairings-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	/**Our Products Page**/
	.our-products #main ul {
		width: 100%;
		margin: 0 auto;

	}

	.our-products #main li, .our-products #main li:first-child {
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 175px;
	}

	.our-products #main li a, .our-products #main li:first-child a {
		width: 100%;
		height: 175px;
		display: block;
		position: relative;
	}

	.grid-organicsalame {
		background: url(../img/organicsalame/organicsalame-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}
	.grid-allnaturalsalame {
		background: url(../img/salame/allnaturalsalame-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-salamini {
		background: url(../img/salamini/salamini-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-wholecuredmeats {
		background: url(../img/wholecuredmeats/wholecuredmeats-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-cookingfats {
		background: url(../img/cookingfats/cookingfats-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-cuttingboards {
		background: url(../img/cuttingboards/cuttingboards-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}

	.grid-wholesaleinfo {
		background: url(../img/wholesaleinfo/wholesaleinfo-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0;
	}
  
  .grid-presliced {
		background: url(../img/pre-sliced/products_main_presliced_mobile.jpg) center center no-repeat;
		margin-left: 0;
	}
  
  .grid-deli {
		background: url(../img/deli/products_main_deli_mobile.jpg) center center no-repeat;
		margin-left: 0;
	}

	/**Products Parent Landing Pages**/
	.productparent-list {
		width: 100%;
		margin: 0 auto;
	}

	.productparent-list li:first-child{
		margin: 0px 0 5px;		
		width: 100%;
		height: 175px;
		display: none;
	}

	.productparent-list li:first-child a {
		width: 100%;
		height: 175px;
		display: block;
		position: relative;
	}

	.productparent-list li {
		margin: 0px 0 5px;
		display: inline-block;
		width: 100%;
		height: 175px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.productparent-list a {
		width: 100%;
		height: 175px;
		display: block;
		position: relative;
	}

	.productparent-list span {
		display: none;
	}

	.productparent-list .all-natural-salame {
		background: url(../img/allnaturalsalame/landingpage/header/allnaturalsalame-header-mobile-fullwidth.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .calabrese {
		background: url(../img/allnaturalsalame/landingpage/calabrese/calabrese-mobile-fullwidth.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .chorizo {
		background: url(../img/allnaturalsalame/landingpage/chorizo/chorizo-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .hot-chorizo {
		background: url(../img/allnaturalsalame/landingpage/hotchorizo/hotchorizo-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .molisana {
		background: url(../img/allnaturalsalame/landingpage/molisana/molisana-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .napoli {
		background: url(../img/allnaturalsalame/landingpage/napoli/napoli-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .norcino {
		background: url(../img/allnaturalsalame/landingpage/norcino/norcino-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni {
		background: url(../img/allnaturalsalame/landingpage/pepperoni/pepperoni-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .tartufo {
		background: url(../img/allnaturalsalame/landingpage/tartufo/tartufo-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .toscano {
		background: url(../img/allnaturalsalame/landingpage/toscano/toscano-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .wild-boar {
		background: url(../img/allnaturalsalame/landingpage/wildboar/wildboar-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	/**salamini**/
	.productparent-list .calabrese-salamini {
		background: url(../img/salamini/landingpage/calabrese-salamini/calabrese-salamini-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .napoli-salamini {
		background: url(../img/salamini/landingpage/napoli-salamini/napoli-salamini-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .norcino-salamini {
		background: url(../img/salamini/landingpage/norcino-salamini/norcino-salamini-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni-salamini {
		background: url(../img/salamini/landingpage/pepperoni-salamini/pepperoni-salamini-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	/**organic**/
	.productparent-list .organic-hot-chorizo {
		background: url(../img/organicsalame/landingpage/organichotchorizo/organichotchorizo-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .organic-molisana {
		background: url(../img/organicsalame/landingpage/organicmolisana/organicmolisana-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .organic-norcino {
		background: url(../img/organicsalame/landingpage/organicnorcino/organicnorcino-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	/**whole cured meats**/
	.productparent-list .whole-cured-meats {
		background: url(../img/wholecuredmeats/landingpage/header/wholedcuredmeats-header-mobile.jpg) center left no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .barley-fed-berkshire-prosciutto {
		background: url(../img/wholecuredmeats/landingpage/barleyfedberkshireprosciutto/barleyfedberkshireprosciutto-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .berkshire-prosciutto-becker-lane-farms {
		background: url(../img/wholecuredmeats/landingpage/berkshireprosciutto/berkshireprosciutto-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .bresaola {
		background: url(../img/wholecuredmeats/landingpage/bresaola/bresaola-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .duroc-prosciutto {
		background: url(../img/wholecuredmeats/landingpage/durocprosciutto/durocprosciutto-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .hot-coppa {
		background: url(../img/wholecuredmeats/landingpage/hotcoppa/hotcoppa-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .mangalitsa-prosciutto {
		background: url(../img/wholecuredmeats/landingpage/mangalitsaprosciutto/mangalitsaprosciutto-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .prosciutto-di-paolo-sliced {
		background: url(../img/wholecuredmeats/landingpage/prosicuttodipaolo/prosciuttodipaolo-sliced-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	/*.productparent-list .prosciutto-di-paolo-whole {
		background: url(../img/wholecuredmeats/landingpage/organicnorcino/organicnorcino-mobile.jpg) center center no-repeat;	
	}*/

	.productparent-list .speck {
		background: url(../img/wholecuredmeats/landingpage/speck/speck-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;	
	}

	.productparent-list .sweet-coppa {
		background: url(../img/wholecuredmeats/landingpage/sweetcoppa/sweetcoppa-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

/**Deli Mobile**/
  
	.productparent-list .calabrese-deli{
		background: url(../img/deli/olli_product_deli_calabrese_0_mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .genoa-deli {
		background: url(../img/deli/olli_product_deli_genoa_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .napoli-deli {
		background: url(../img/deli/olli_product_deli_napoli_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni-deli {
		background: url(../img/deli/olli_product_deli_pepperoni_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .sopressata-deli {
		background: url(../img/deli/olli_product_deli_sopressata_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}
  
  .productparent-list .toscano-deli{
		background: url(../img/deli/olli_product_deli_toscano_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

/**Pre-Sliced Mobile**/

	.productparent-list .calabrese-pre-sliced{
		background: url(../img/pre-sliced/olli_product_presliced_calabrese_0_mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .genoa-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_genoa_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .napoli-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_napoli_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .pepperoni-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_pepperoni_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .sopressata-pre-sliced {
		background: url(../img/pre-sliced/olli_product_presliced_sopressata_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}
  
  .productparent-list .toscano-pre-sliced{
		background: url(../img/pre-sliced/olli_product_presliced_toscano_0_mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	/**cooking fats mobile**/
	.productparent-list .guanciale {
		background: url(../img/cookingfats/landingpage/guanciale/guanciale-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .lardo {
		background: url(../img/cookingfats/landingpage/lardo/lardo-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;	
	}

	.productparent-list .pancetta {
		background: url(../img/cookingfats/landingpage/pancetta/pancetta-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;	
	}

	/**cutting boards**/
	.productparent-list .large-maple-cutting-board {
		background: url(../img/cuttingboards/largemaplecuttingboard/largemaplecuttingboard-mobile.jpg) center center no-repeat;
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .large-pecan-cutting-board {
		background: url(../img/cuttingboards/largepecancuttingboard/largepecancuttingboard-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .small-maple-cutting-board {
		background: url(../img/cuttingboards/smallmaplecuttingboard/smallmaplecuttingboard-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	.productparent-list .small-pecan-cutting-board {
		background: url(../img/cuttingboards/smallpecancuttingboard/smallpecancuttingboard-mobile.jpg) center center no-repeat;	
		margin-left: 0 !important;
		float: left;
	}

	/**mobile labels**/
	.calabrese-label-pic {
		background: url(../img/product-items/calabrese/calabrese-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}


	.chorizo-label-pic {
		background: url(../img/product-items/chorizo/chorizo-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.hot-chorizo-label-pic {
		background: url(../img/product-items/hotchorizo/hotchorizo-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.molisana-label-pic {
		background: url(../img/product-items/molisana/molisana-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.napoli-label-pic {
		background: url(../img/product-items/napoli/napoli-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.norcino-label-pic {
		background: url(../img/product-items/norcino/norcino-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.pepperoni-label-pic {
		background: url(../img/product-items/pepperoni/pepperoni-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.tartufo-label-pic {
		background: url(../img/product-items/tartufo/tartufo-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.toscano-label-pic {
		background: url(../img/product-items/toscano/toscano-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.wild-boar-label-pic {
		background: url(../img/product-items/wild-boar/wildboar-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	/**Salamini label**/
	.calabrese-salamini-label-pic {
		background: url(../img/product-items/calabrese-salamini/salamini-calabrese-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.norcino-salamini-label-pic {
		background: url(../img/product-items/norcini-salamini/salamini-norcino-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.napoli-salamini-label-pic {
		background: url(../img/product-items/napoli-salamini/salamini-napoli-labels-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.pepperoni-salamini-label-pic {
		background: url(../img/product-items/pepperoni-salamini/salamini-pepperoni-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	/**Organics label**/
	.organic-hot-chorizo-label-pic {
		background: url(../img/product-items/organicsalame/hot-chorizo/hot-chorizo-organic-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.organic-molisana-label-pic {
		background: url(../img/product-items/organicsalame/molisana/molisana-organic-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.organic-norcino-label-pic {
		background: url(../img/product-items/organicsalame/norcino/norcino-organic-label-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	/**wholecured label**/
	.barley-fed-berkshire-prosciutto-label-pic {
		background: url(../img/product-items/wholecuredmeats/barleyfedberkshireprosciutto/barleyfedberkshireprosciutto-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.berkshire-prosciutto-becker-lane-farms-label-pic {
		background: url(../img/product-items/wholecuredmeats/berkshireprosciuttobeckerlane/berkshireprosciutto-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.bresaola-label-pic {
		background: url(../img/product-items/wholecuredmeats/bresaola/bresaola-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.duroc-prosciutto-label-pic {
		background: url(../img/product-items/wholecuredmeats/durocprosciutto/durocprosciutto-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.hot-coppa-label-pic {
		background: url(../img/product-items/wholecuredmeats/hotcoppa/hotcoppa-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.mangalitsa-prosciutto-label-pic {
		background: url(../img/product-items/wholecuredmeats/mangalitsaprosciutto/mangalitsaprosciutto-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.prosciutto-di-paolo-sliced-label-pic {
		background: url(../img/product-items/wholecuredmeats/prosciuttodipaolosliced/prosciuttodipaolosliced-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.speck-label-pic {
		background: url(../img/product-items/wholecuredmeats/speck/speck-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.sweet-coppa-label-pic {
		background: url(../img/product-items/wholecuredmeats/sweetcoppa/sweetcoppa-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	/**cooking fats label**/
	.guanciale-label-pic {
		background: url(../img/product-items/cookingfats/guanciale/guanciale-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.lardo-label-pic {
		background: url(../img/product-items/cookingfats/lardo/lardo-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.pancetta-label-pic {
		background: url(../img/product-items/cookingfats/pancetta/pancetta-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	/**cutting boards label**/
	.large-maple-cutting-board-label-pic {
		background: url(../img/product-items/cuttingboards/largemaplecuttingboard/largemaplecuttingboard-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.large-pecan-cutting-board-label-pic {
		background: url(../img/product-items/cuttingboards/largepecancuttingboard/largepecancuttingboard-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.small-maple-cutting-board-label-pic {
		background: url(../img/product-items/cuttingboards/smallmaplecuttingboard/smallmaplecuttingboard-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.small-pecan-cutting-board-label-pic {
		background: url(../img/product-items/cuttingboards/smallpecancuttingboard/smallpecancuttingboard-side-mobile.jpg) center center no-repeat;
		width: 100%;
		height: 100%;
	}

	.shop-now-icon-outer {
		display: none;
	}
	.primary-product-photo-container {
		padding-bottom: 5px;
	}

	.primary-product-photo-inner {
		width: 100%;
		overflow: hidden;
		margin: 0px auto;
		height: 250px;
		margin-left: 0;
	}

	.single-ourproducts #main .primary-product-photo-inner img {
		max-width: 767px;
		margin: 0 auto;
		display: block;
		height: 250px;
		text-align: center;
		overflow: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.post-links {
		position: absolute;
		top: 87px;
		width: 100%;
		height: 60px;
	}

	.post-link-next {
		padding-right: 30px;
	}

	.post-link-prev {
		padding-left: 30px;
	}

	.ourproduct-info-container {
		width: 100%;
		display: block;
		height: 307px;
		margin-left: 0;
		padding-bottom: 0;
	}

	.product-nutrition-info {
		float: left;
		width: 50%;
		height: 250px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 5px;
	}

	.nutrition-pic-bar {
		padding: 12px 0;
		width: 200px;
		display: none;
	}

	.nutrition-pic-bar a {
		color: #fff;
		text-decoration: none;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-size: 12px;
	}

	.shop-now-tablet-bar {
		width: 100%;
		display: block;
		text-align: center;
		padding: 12px 0;
		margin-top: 5px;
		margin-bottom: 10px;
		clear: both;
		background: #9e1b1f; /* Old browsers */
		background: -moz-linear-gradient(top,  #9e1b1f 0%, #841719 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e1b1f), color-stop(100%,#841719)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #9e1b1f 0%,#841719 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #9e1b1f 0%,#841719 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #9e1b1f 0%,#841719 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #9e1b1f 0%,#841719 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1b1f', endColorstr='#841719',GradientType=0 ); /* IE6-9 */
	}

	.shop-now-tablet-bar a {
		color: #fff;
		text-decoration: none;
		letter-spacing: 4px;
		font-size: 16px;
	}

	.product-details-info {
		float: right;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 5px;
	}

	.product-details-info h2 {
		color: #000;
		font-size: 17px;
		width: 100%;
		padding-bottom: 5px;
	}

	.product-details-info p {
		width: 95%;
	}

	.red-dots {display: none;}

	.rand-products-heading {
		display: none;
	}

	.rand-products {
		display: none;
	}

	.nutrition-pic-bar-mobile {
		display: block;
		width: 100%;
		padding: 5px 0;
		text-align: center;
		background: #b82227;
		background: -moz-linear-gradient(top, #b82227 0%, #9e1b1f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f));
		background: -webkit-linear-gradient(top, #b82227 0%,#9e1b1f 100%);
		background: -o-linear-gradient(top, #b82227 0%,#9e1b1f 100%);
		background: -ms-linear-gradient(top, #b82227 0%,#9e1b1f 100%);
		background: linear-gradient(to bottom, #b82227 0%,#9e1b1f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 );
		margin-bottom: 5px;
	}

	.nutrition-pic-bar-mobile a { 
		color: #fff;
		text-decoration: none;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-size: 16px;
	}

	.postid-7548 #shopp .shopp-mix-and-match ul#choices, .postid-7546 #shopp .shopp-mix-and-match ul#choices {
		background-size: 100% 105px; height: 80px; background-position: 0; width: 250px; margin: 0 auto; padding: 4px 2px 0px 5px; max-width: 300px;
	}

	.postid-7546 #main .shopp-product-price-block { 
		width: 100%;
		position: absolute;
		top: 25em; 
	}

	.postid-7545 #shopp .shopp-mix-and-match ul#choices {
		border: 1px solid #efefef;
		background: url('/img/salamini-pick-four-mobile.png') no-repeat;
		height:165px;
		width:265px;
		padding: 10px;
		margin: 0 auto;
	}

	.postid-7545 #main .shopp-product-price-block { 
		width: 100%;
		position: absolute;
		top: 35em; 
	}


	/* Cart Table */

	/* end - Mix & Match */
}

@media ( max-width : 480px ) {
	.mobile-footer-left { height:73px; padding: 1.5em 1em; }
	.mobile-footer-right { height: 73px; padding: 1.5em 1em; }

}

@media screen and (max-width: 768px) {
	body #main {
	}
}

/* Begin Jay Stylez - Front Page & Testimonials Page */
ul.chefstalk li:hover {
	cursor: pointer;
}

ul.chefstalk li span:hover {
	color: #b82227;
}

a#awards {
	background: url(../img/accolades/awards-mobile.jpg) no-repeat center;
	display: block;
	height: 175px;
}

a#testimonials {
	background: url(../img/accolades/testimonials-phone.jpg) no-repeat center;
	display: block;
	height: 175px;
	margin-top: -12px;
}



@media (min-width: 468px) {

	a#awards {
		background-image: url(../img/accolades/awards-tablet.jpg);
		height: 300px;
	}

	a#testimonials {
		background-image: url(../img/accolades/testimonials-tablet.jpg);
		height: 300px;
	}
}

@media (min-width: 768px) {

	a#awards {
		background-image: url(../img/accolades/awards-desktop.jpg);
		height: 350px;
	}

	a#testimonials {
		background-image: url(../img/accolades/testimonials-desktop.jpg);
		height: 350px;
	}
}

.page-id-8170 ul#awards_list li {
	list-style-type: disc !important;
}

div#testimonial_buttons {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 96%;
	height: 54px;
	background: #b82227; /* Old browsers */
		background: -moz-linear-gradient(top,  #b82227 0%, #9e1b1f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b82227), color-stop(100%,#9e1b1f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b82227 0%,#9e1b1f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b82227 0%,#9e1b1f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82227', endColorstr='#9e1b1f',GradientType=0 );
}

div#testimonial_buttons div {
	float: left;
	padding: 20px 0px 0px;
	width: 25%;
	height: 54px;
	color: white;
	text-align: center;
	border-right: 1px solid white;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div#testimonial_buttons div:last-child {
	border-right: none;
}

div#testimonial_buttons div:hover {
	cursor: pointer;
	background: transparent url(/img/accolades/testimonial_button_hover.png) top left repeat-x;
}

/*@media (max-width: 768px) {
	div#testimonial_buttons div {
		width: 21%;
	}
}*/

@media (max-width: 556px) {
	/*div#testimonial_buttons div {
		width: 19%;
	}*/

	div#testimonial_buttons div#all {
		padding-top: 12px;
	}
}

/* Jay Adding FB & Blog Feed Styles to front page */
div#blog_fb_front {
	display: none;
}

.page-id-3418 div#blog_fb_front {
	display: block;
}


li.img-loaded {
	height: 859px !important;
}

.page-id-3418 div#wrap {
	min-height: 859px !important;
}

.page-id-3418 #footer {
	margin-top: 3px;
}

.page-id-3418 .flexslider {
	width: 626px;
}

.page-id-3418 .slides {
	width: 684px;
}

.page-id-3418 .slides img {
	max-width: 744px !important;
}

.page-id-3418 .slides li:nth-child(1) {
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: list-item;
}

.page-id-3418 #fb_front {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 26px;
}

.page-id-3418 #blog_front {
	float: right;
}

.page-id-3418 .flex-caption {
	top: -5px !important;
}

.page-id-3418 .featured {
	margin-left: 19px;
	margin-top: 30px;
	margin-bottom: -30px;
}

.page-id-3418 #blog_fb_front {
	background-color: white;
	padding-top: 15px;
}

.page-id-3418 #fb_front .cff-author {
	display: none;
}

.page-id-3418 #fb_front .cff-item {
	background: url('/img/dotted-bg.png') 0 100% repeat-x;
}

.page-id-3418 #fb_front h3 {
	color: #bf2227;
}

.page-id-3418 .cff-shared-link {
	display: none;
}

.page-id-3418 a.cff-viewpost-facebook {
	background: url('/img/readmore.png') -1px -39px no-repeat;
	width: 115px;
	height: 38px;
	color: white;
	-webkit-box-sixing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 16px !important;
	font-size: 13px !important;
}

.page-id-3418 a.cff-viewpost-facebook:hover {
	text-decoration: none !important;
	background-position: -1px 1px;
}

.page-id-3418 .cff-likebox {
	display: none;
}

@media (max-width: 1200px) {
	.page-id-3418 .slides {
		width: 762px;
	}

	.page-id-3418 .flex-caption {
		width: 534px;
		height: 212px;
	}

	.page-id-3418 .slides img {
		height: 339px;
		max-width: 554px !important;
	}

	.page-id-3418 .flex-caption {
		top: 25px !important;
		left: 11px;
	}
}

@media (max-width: 480px) {
	#blog_fb_front {
		display: none !important;
	}
}

/*
Cyber Monday CSS edits */
.postid-8387 div.shopp-description {
	height: 200px;
}

/* Shop Now Buttons Hidden */
.postid-7610 .shop-now-icon-outer,
.postid-7606 .shop-now-icon-outer,
.postid-7593 .shop-now-icon-outer,
.postid-7597 .shop-now-icon-outer {
	display: none !important;
}

/* Hide Cutting Boards from our products sidebar */
li.cat-item-90 {
	display: none;
}  

/* Search Now Widget */
#location_widget_search_form {
	margin-left: 9%;
}

table.location_search_widget tr {
	display: block;
	float: left;
}

.location_search_widget_zip_cell {
	font-size: 10px;
}

#sm_search_widget-2 {
	margin-top: 11px;
}

input#location_search_widget_submit_field {
	background-image: url('/img/search-icon.jpg');
	width: 25px;
	background-repeat: no-repeat;
	border: none;
	background-color: white;
	margin-left: 10px;
}

.with-cart-options #sm_search_widget-3, .with-cart-options .buyonline {
	display: block;
}

/*
.buyonline {
	margin-top: -60px;
	margin-right: 13%;
}
*/

.cartstatus {
	display: block;
}

.shop_table .actions a.checkout-button {
	display: none;
}

#order_review > div#payment {
	display: block;
}

.place-order #place_order {
	background-color: #B41F24;
}

.woocommerce-checkout #payment {
	background: rgb(228, 228, 228) !important;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: white !important;
}



#main h1 {
	font-size: 17px;
  letter-spacing: 2px;
  color: #b51f24;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  margin: 0 0 3px;
}
#main .product-details-info h1 {
  line-height: 1.2em;
  margin-bottom: 0;
  color: #000;
  font-size: 24px;
  width: 315px;
  padding-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  margin: 0 0 3px;
}

.page-id-430 #footer .container_24
{
	margin-top:32px;
	margin-bottom:32px;
}
.body.home, body.page, body.single, body.archive{
	overflow: visible !important;
}

/* Zacks Edits */

.primary-product-photo-container {
    width: 46%;
    float: left;
    overflow: hidden;
}

#main .product-details-info h1 {
    font-size: 36px;
    margin-top: 25px;
}
.flavor-entry {
    color: #a11f26;
}
.burg-btn {
    width: 400px;
    display: block;
    background-color: #a11f26;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
}
.burg-btn:hover {
    background: #8a1a1c;
    color: #fff;
}
.right-prod-box {
    float: left;
    width: 48%;
    margin-left: 5.5%;
}
.product-details-info {
    float: left;
    width: 100%;
    padding-left: 0;
}
#tabs {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    margin-top: 70px;
}
#tabs #tabs-2 img {
    margin: 0 auto;
    display: block;
}
#tabs > div {
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#tabs ul li:first-child a {
    border-radius: 5px 0 0 0;
}
#tabs ul li:last-child a {
    border-radius: 0 5px 0 0;
}
#tabs li a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    width: 33.333333333%;
    display: block;
    float: left;
    text-align: center;
    padding: 17px 0;
    background: #fbfbfb;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 );
    border-right: 1px solid #dbdbdb;
    box-sizing: border-box;
}
#tabs li:last-child a {border: 0;}
#tabs li.ui-state-active a {
	color: #fefefe;
    background: #b5222a;
    background: -moz-linear-gradient(top,  #b5222a 0%, #9c1920 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5222a), color-stop(100%,#9c1920));
    background: -webkit-linear-gradient(top,  #b5222a 0%,#9c1920 100%);
    background: -o-linear-gradient(top,  #b5222a 0%,#9c1920 100%);
    background: -ms-linear-gradient(top,  #b5222a 0%,#9c1920 100%);
    background: linear-gradient(to bottom,  #b5222a 0%,#9c1920 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5222a', endColorstr='#9c1920',GradientType=0 );
}
.red-dots {
    margin-top: 55px;
    margin-bottom: 55px;
    float: left;
    padding-top: 0;
    overflow: auto;
    height: 3px;
}
.fotorama__nav__frame--thumb {
    margin-right: 10px !important;
    padding: 0 !important;
}
.fotorama__nav__frame--thumb:last-child {
    margin-right: 0 !important;
}
.fotorama__nav--thumbs {
    padding-top: 10px !important;
}
.sm-share span {
    display: block;
    float: left;
    margin-right: 3%;
    font-size: 12px;
    line-height: 1.7;
    width: 10%;
}

#s-share-buttons {
    width: 87%;
    float: left;
}

.button-wrap {
    width: 100%;
    float: left;
}

.sm-share {
    width: 100%;
    float: left;
    margin-top: 14px;
}
.fotorama__thumb-border {
    display: none;
}
.rev-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.rwp-rating-stars-count {
    visibility: hidden;
}
.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label {
    color: #000 !important;
}
.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a {
    color: #A11F26;
}
.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a:hover {
    color: #A11F26;
    text-decoration: underline;
}
.rwp-review-wrap .rwp-review .rwp-ratings-form-wrap .rwp-ratings-form-label {
    color: #000 !important;
}
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=button] {
    background-color: #a11f26 !important;
}
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=button]:hover {
    background-color: #8a1a1c !important;
}
span.rwp-people-label {
  display: none !important;
}
div.rwp-users-reviews-toolbar {
  display: none !important;
}
span.rwp-u-review__date {
  position: relative;
  top: -40px;
}
div.rwp-review-wrap {
  padding: 0 40px;
  margin: 10px 0 !important;
}
div.rwp-u-review {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
    #tabs li.ui-state-active a {
        background: #9F212B;
    }
    #tabs li a {
        background: #ECECEC;
    }
    #tabs {
        box-shadow: 0 0 0;
    }
    .button-wrap {
	    float: left;
	    width: 100%;
	    margin-bottom: 20px;
	}
    .burg-btn {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .right-prod-box {
        width: 96%;
    
        margin: 0 2%;
}

    .sm-share {
        float: left;
        width: 100%;
    }

    .primary-product-photo-container {
        width: 96%;
    
        margin: 2% 2% 0;
}

    .fotorama__stage {
        margin: 0 auto;
    }
}

@media (max-width: 768px){
  
  #master-container > iframe {
    margin-top: 90px;
  } 
}