/*  
Theme Name: Hero
Theme URI: http://themetrust.com/themes/hero
Description: A Minimal Portfolio Theme
Version: 1.0.6
Author: Theme Trust
Author URI: http://themetrust.com
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

#collectionHolder {display:none !important;}
.router_edit #collectionHolder {display:block !important;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}



body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}

.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

h1.product-title {
	margin-bottom: 25px;
	text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: #c3cf23;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;     
}

/* End: Recommended Isotope styles */


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #7d7d7b;	
	background-color: #1b1b1b;	
}

p {
	line-height: 1.7em;
	font-size: .75em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #ccb676;	
}

a:hover {
	color: #aa9862;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #555555;
	font-family: "Droid Serif", "Georgia", serif;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #ccb676;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(images/field_bkg.png) repeat-x;	
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}

/* Breadcrumbs */
.breadcrumbs {
	margin: 5px 0 0 1.5rem;
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
	float: none;
	clear: both;
	padding-top: 5px;
}

.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
	color: #0d3362;
}

.breadcrumbs > span {
	padding: 0 5px;
}

.breadcrumbs > span:first-of-type {
	padding-left: 0;
}

.home .breadcrumbs {
    display: none;
}


/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/
.pr-contents .pr-rating.pr-rounded {
  margin-left: 10px;
}

.tag-group{
	display:none!important;
}

#pr-didyoureceiveasample{
 	display:none!important;    
 }

.pr-pagination-top .pr-nav-back-to-top {
  display: none !important;
}

.p-w-r .pr-table-cell {
  display: block!important;
}

#container {	
	width: 100%;
	margin: 0 auto;	
	overflow-x: hidden;	
}

.wrap {	
	background: #fff;
	padding-top: 1px;
	border-bottom:solid 1px #000;	
}

.home.blog .wrap {	
	padding-top: 30px;
}

#main {
	margin: 0 auto 20px;
	padding: 0 0 0px 0;	
	max-width: 62.5em;			
}

.home #main {	
	border: none;		
}

.home.page #content {
	padding-top: 0px !important;
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
	width: 62.5%;	
}

#sidebar {
	width: 27.5%;
	float: right;
	margin: 0 2.5% 0 0;
	padding: 0 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	
}

.twoThirds {
	width: 62.5%;	
}

.oneThird {
	width: 30%;	
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	width: 100%;	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;	
	background: #fff;	
}

#header .inside{	
	max-width: 62.5em;
	margin: 0 auto;	
	position: relative;
	padding: 10px 0 5px 0;	
}

#logo {		
	display: inline-block;	
	margin: 0px 0 0 2%;	
	float: left;	
	padding: 0;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #555555;		
}
/* 
#header h1 {
	font-size: 1.5em;	
	color: #555555;	
	margin: 0;
	font-family:'Source Sans Pro', sans-serif;			
}
 */

#header h1 a, #header h1 a:hover{	
	color: #555555 !important;	
}


/* Top level navigation */

#mainNav{	
	right: 2.5%;	
	position:absolute; top:50%; height:20px; margin-top:-10px;		
	display: inline-block;	
}

#mainNav li{
	margin: 0 0 0 1.5em;	
	display: inline-block;		
	padding: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #8f8f8f;
	font-size: .9em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight:700;	
	text-transform:uppercase;
	letter-spacing:1px;	
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #2e2e2e;		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #2e2e2e;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -10px;
	background: #fff;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
	

#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #7b7b7b!important; }

#mainNav ul li.sfHover ul a:hover { color: #fff!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}


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

#content {
	margin: 0 0 20px 2.5%;
	padding: 0 0 0 0 !important;
	width: 62.5%;	
	float: left;						
}

#content .videoContainer {margin-top: -20px;}

#content.full {
	margin: 0 0 20px 2.5%;
	padding: 0 0 0 0 !important;
	width: 95%;					
}


#content.full.grid {
	margin: 0 0 20px 0%;				
}

.page-template-page-portfolio-paginated #content.full.grid {
	margin-bottom: 0;
}

.home #content.full, .page-template-page-home-php #content.full {	
	width: 100%;						
}

.home #main {
	padding-top: 30px;
}

.home.page-template-page-full-width-php #content.full {
	width: 95%;	
}

#content.fullProjects{	
	width: 100%;				
}

 /*#content.fullProjects.rollovers {
width:50% !important;
}*/


#content.twoThirds .page {	
	width: 99%;		
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	background: transparent url(images/dotted_line.gif) bottom repeat-x;	
	padding-bottom: 10px;
	min-height: 250px;
	width: 98%;		
}

#content .post h1 {
	font-size: 1.2em;
}

.search #content .post {
	min-height: 50px;		
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	line-height: 1.5em;		
}

#content .post.lastPost {
	background: none;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #555555;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}


#pageHead {		
	padding: 10px 0 10px 0;	
	margin: 0 2.5% 10px 2.5%;
}

#pageHead h1 {	
	font-size: 1.4em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;
	color: #555555;
	font-family: "Droid Serif", "Georgia", serif;		
}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

/*Product Nav ------------------*/

#Original
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/ORIGINAL_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#Original:hover
{ 
  background-position: 0 -75px;
}

#Original span
{
  position: absolute;
  top: -999em;
}
#BlackPepper
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/SEA_SALT_&_PEPPER_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#BlackPepper:hover
{ 
  background-position: 0 -75px;
}

#BlackPepper span
{
  position: absolute;
  top: -999em;
}

#Jalapeno
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/JALAPENO_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#Jalapeno:hover
{ 
  background-position: 0 -75px;
}

#Jalapeno span
{
  position: absolute;
  top: -999em;
}


#Chocolate
{
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url("/wp-content/uploads/2017/06/CHOCOLATE_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#Chocolate:hover
{ 
  background-position: 0 -75px;
}

#Chocolate span
{
  position: absolute;
  top: -999em;
}

#WhiteCheddar
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/CHEDDAR_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#WhiteCheddar:hover
{ 
  background-position: 0 -75px;
}

#WhiteCheddar span
{
  position: absolute;
  top: -999em;
}

#AgedWhiteCheddar
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/AGED_WHITE_CHEDDAR@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#AgedWhiteCheddar:hover
{ 
  background-position: 0 -75px;
}

#AgedWhiteCheddar span
{
  position: absolute;
  top: -999em;
}

#PepperJack
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/PEPPER_JACK@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#PepperJack:hover
{ 
  background-position: 0 -75px;
}

#PepperJack span
{
  position: absolute;
  top: -999em;
}

#Sweet
{
  display: inline-block;
  width: 75px;
  height: 75px;
  padding-right:5px;
  background: url("/wp-content/uploads/2017/06/NATURALLY_SWEET_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#Sweet:hover
{ 
  background-position: 0 -75px;
}

#Sweet span
{
  position: absolute;
  top: -999em;
}

#RealButter
{
	display: inline-block;
	width: 75px;
	height: 75px;
	padding-right:5px;
	background: url("/wp-content/uploads/2018/06/REAL_BUTTER_rollover@2x.png") no-repeat 0 0;
	background-size: 75px auto;
}

#RealButter:hover
{
	background-position: 0 -75px;
}

#RealButter span
{
	position: absolute;
	top: -999em;
}

/*Buy Buttons -------------*/
.buy-button{
text-align: center;
}

.buy-button img{
display: inline;
}

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

#homeBanner {	
	height: 340px;
	display: block;
	margin: 0px auto 0;
	width: 100%;
	position: relative;
	padding-top: 1px;
	overflow: hidden;
	background-color:#fff;
	background-image:url('/wp-content/uploads/2014/01/popcorn-banner-bg-2.jpg');
	background-repeat:no-repeat;
	border-bottom:solid 1px #d8d8d8;
}

#BannerHeight {	
	height: 375px;
}

#bannerText {
	position: fixed;
	top: 250px;
	text-align: center;		
	width: 100%;
}

#homeBanner h2{	
	text-align: center;
	color:#c3cf23;
	font-size: 55px;
	display: block;
	text-shadow: 0 0 0px rgba(0,0,0,.3);
	position: relative;
	margin: 0 auto 0px;
	padding: 0 0px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight:200;
	letter-spacing:-1px;
}

#homeBanner p{	
	text-align: center;
	color:#000;
	font-family: "Source Sans Pro", sans-serif;
	font-weight:300;
	font-size: 20px;
	line-height:1.5em;
	display: block;
	position: relative;
	margin: 7px auto 1px;	
	width:65%;
}

.homeSection {	
	margin-bottom: 20px!important;
	width: 100%;	
}

.homeSection h3 {
	font-size: 1.2em;	
	margin: 0px auto 10px;
	clear: both;
	color: #c3cf23;
	text-align: center;	
	font-family: "Source Sans Pro", sans-serif;
	font-weight:700;
	letter-spacing:2px;
	width: 100%;
	text-transform: uppercase;
}

.homeSection h3 span {
	padding: 5px;
}

.homeSection h4 {
	font-size: 14px;	
	margin: 0px auto 0px;
	clear: both;
	color: #000;
	text-align: center;	
	font-family: "Source Sans Pro", sans-serif;
	font-weight:400;
	width: 75%;
}

.homeSection h4 span {
	padding: 5px;
}

.homeSection h4 img {
	display:inline;
	vertical-align:middle;
}

.TintFeed {
	width:100%;
	font-size: 1em;	
	margin: 0 auto 30px;
	clear: both;
	color: #c3cf23;
	text-align: center;	
	font-family: "Source Sans Pro", sans-serif;
	font-weight:700;
	letter-spacing:2px;
	text-transform: uppercase;
}

#content .page.small{	
	width: 300px;
	min-height: 280px;
	display: block;	
	margin: 0 0 25px 25px;	
	padding-bottom: 0px;	
	float: left;
	background: #fff;
	text-align: center;	
}

#content .moreLink{	
	display: block;
	font-family: "Droid Serif", "Georgia", serif;
}

#content .page.small .thumb{	
	margin-bottom: 15px;
	
}

#content .page.small h2{	
	font-size: 1em;	
	line-height: 1.3em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

#content .page.small p{	
	margin: 0 20px 0px 20px;
}



/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:30%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; float:left; margin-right:3%;}
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {	
	
	background: #757575 ;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.1);	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959;
	color: #fff;
}

/*Projects------------------*/

#projects {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	float: left;
	display: block;
	position: relative;
}
#projects.with-badge {
	margin-bottom: -50px;
}

.review-snippet {
  margin-top: 27px;
  padding-left: 14px;
}

#projects .thumbs2 {
	margin: 0 auto;	
}

.product-type-heading {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #012959;
	display: flex;
    justify-content: center;
    align-items: center;
}

.product-type-heading img {
	padding-right: 10px;
	width: 80px;
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{	
	/* width: 165px; */
	/* height: 196px;*/
	display: inline-block;
	margin: 0 0 25px;
	opacity: 0;
	padding-bottom: 0px;
	/* float: left;*/
	position: relative;	
	background-color: #fff;
}
#content #projects.with-badge .project.small {
	margin-bottom: 70px;
}
#content .project.button{	
	width: 75px;
	height: 75px;
	margin: 0 0 10px;
	opacity: 0;
	padding-bottom: 0px;
	float: left;
	position: relative;	
	background-color: #fff;
}

#content .project.small .inside{
	background-color: #c3cf23;
	/* height:165px;*/
}

#content .project.small .inside img{
	/* width:165px;*/
	/* height:196px; */
	height: 196px;
}

#content .homeSection .project.small .inside img{
	/* width:165px;*/
	/* height:196px; */
	height: 180px;
}


#content .project.button .inside{
	background-color: #c3cf23;
	height:75px;
	margin: 0 auto;
}

#content .project.small a{
	position: relative;
	display: block;	
}
#content .project.button a{
	position: relative;
	display: block;	
}


#content .project.small .title {
	font-size: 0.8em;
	color: #7d7d7b;
	position: absolute;
	top: 105%;
	left: 50%;
    transform: translateX(-50%);
	text-align: center;
	width: 100%;
}

#content .project.small .home-title,
#content .project.small .home-title a {
	font-size: 1em;
	color: #012a58;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	line-height: 22px;
	text-decoration: none;
	display: inline;
}

#content .project.small .home-title .hx {
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	text-decoration: none;
	display: inline;
}

#content .project.small .home-title .hx:hover {
	text-decoration: none;
}

#content .project.small .home-title .hx-new {
	color: #c32034;
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
}

#content .project.small .home-title .hx-seeall {
	line-height: 30px;
	font-size: 0.8em;
}

#content .project.small .title span{
	color: #878787;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
}
.home #content .project.small .title span{
	font-weight: 500;
}
.home #content .project.small .title {
	font-size: 1em;
}
#projects #microwave + .thumbs {
	justify-content: center;
}
#content .project.small .new-badge {
	width: 50px;
	height: 50px;
	background: url(images/new-badge.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: -6px;
	top: -11px;
}
#content .project.small#project-skinnypop-microwave-popcorn .new-badge {
	top: 25px;
	left: -15px;
}
.projectNav {
	margin: -16px 0 0 0;	
	padding-top: 0;	
	float: right;		
}

.projectNav a{
	display: inline-block !important;
	font-size: .75em;
	color: #7d7d7b;	
}

.projectNav a:hover{	
	color: #484848;	
}

.projectNav div {
	float: left;
	margin-right: 20px;		
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;	
}

.skillList li span a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 8px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

.skillList li span a:hover{	
	background: #6a6a6a;
	color: #fff !important;		
}

.single-project #content.fullProjects a {
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.single-project #content.fullProjects a img {
	width: 75px;
	height: 75px;
	border: none;
	display: inline;
}

/*Project Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}

#content #filterNav{
	padding: 0!important;
	margin: 0 auto 20px auto!important;		
	width: 95%;	
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;	
	display: inline-block;		
}

#filterNav li a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 8px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;			
}

#filterNav li a:hover {
	background: #6a6a6a;
	color: #fff !important;
}

#filterNav .selected, #filterNav a.selected:hover {
	background: #6a6a6a;
	color: #fff !important;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
	font-size: .75em;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: 1em !important;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow {	
	margin: 0 3% 0 3%;
	position: relative;			
}

.home.blog .slideshow {
	margin-bottom: 30px;
}

#content .flexslider {	
	margin: 0 0 15px 0 !important;	
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 15px 0!important; padding: 0 0 1px 0 !important; background: transparent; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {display: inline-block; width: auto; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.5); color: #fff; font-size: .9em !important; line-height: 1.3em;}
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {	
	position: absolute;
	width: 100%;
	margin: 0 !important;
	left: 0;
	top: 50%;
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 100; width: 30px!important; height: 30px; margin: -20px 0 0; display: block; background: url(images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.flex-next {background-position: -30px 0; right: 20px !important;}
.single-product .flex-direction-nav li a.flex-next {right: -5px !important;}
.flex-direction-nav li a.flex-next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.flex-prev {background-position: 0 0; left: 20px !important; }
.flex-direction-nav li a.flex-prev:hover {background-position: 0 -30px; }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 20px !important; right: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: inset 0 0 1px rgba(0,0,0,0.3) !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}




/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {		
	margin-right: 2.5%;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}

#footer .widgetBox {
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;	
}


#sidebar .widgetBox {
	margin-bottom: 30px !important;	
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .75em;
	font-weight: bold;
	color: #606060;
	font-family: "Source Sans Pro", sans-serif;
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 10px 0;	
	line-height: 1em;
	background: none;
	font-size: .75em;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}



/*Search------------------*/

.widget_search {	
	display: block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 7px .7em 7px .7em !important;
	line-height: normal!important;	
	width: 85%;
	color: #9a9a9a;	
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
	color: #444443;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	font-size: 13px !important;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 20px !important;
	border: none;
	display: block;	
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;
	margin-bottom: 15px;	
}

.twitterLink a{		
	font-style: italic;
}



/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #3a3a3a;
	border: 1px solid #464646;
}

#sidebar #flickrBox .flickrImage {	
	background: #dbdbdb;
	border: 1px solid #cfcfcf;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
	float: left;
}




/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;		
	padding: 0 0 0 0;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;	
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 80px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;
	font-size: .75em;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .75em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 98%;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 15px 0;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: inline-block;
	float: left;
	width: auto !important;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}



/*//////////////////////////////////////////////////////////////////// 
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	background: #c3cf23;
	color: #5b5b5a;
}

#footer .inside {
	max-width: 62.5em;
	margin: 0 auto 0;
	padding: 0px 0 0;
}

#footer.light {	
	background: #f3f3f3;
	color: #a2a2a2;	
	border-top: 5px solid #eeeeee;	
}

#footer .widgetBox h3{	
	color: #6f6f6e;			
}

#footer.light .widgetBox h3{	
	color: #a2a2a2;		
}

#footer .meta {
	color: #919191;	
}

#footer.light .meta {
	color: #cccccc;	
}

#footer .main {	
	padding: 20px 0 10px 0;	
	
	margin: 0 0 0 0;	
}

.footerBox{
	margin: 0 0 40px 20px;	
	float: left;
	position: relative;	
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #9a9a99;	
}

#footer.light a {
	color: #939393
}
#footer a:hover {
	color: #fff;	
}

#footer.light a:hover {
	color: #6d6d6d;	
}

#footer .secondary {		
	margin: 0 25px 0;
	padding: 5px 0 0;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

/*Power Reviews Styles*/

.product-review-header{
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
              font-family:'Source Sans Pro', sans-serif;
}

.pr-snapshot-average-based-on-text{
	display: none!important;
}

.pr-stars-small {
	background-image:url(images/stars-small.gif);

}

.pr-snippet-stars .pr-stars-small{
	background-image: url(images/stars-small.gif);
}

div.prStars {
	background-image:url(images/stars-large.gif);
}

.pr-snapshot-rating .pr-stars{
	background-image: url(images/stars-large.gif);
	height: 20px;
}

.pr-stars.pr-stars-small {
  margin-right: 0 !important;
}

.single-pr-snippet {
  position: relative;
  text-align: center;
  top: -20px;
}

.single-pr-snippet .pr-snippet {
  left: 8px;
  position: relative;
}

.project .buy-button {
  left: 8px;
  position: relative;
}

.pr-review-engine .pr-snapshot-head {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none !important;
}

.snippet-buy-wrap.sweet {
  left: -5px;
  position: relative;
}

.snippet-buy-wrap.black-pepper {
  left: -7px;
  position: relative;
}

.snippet-buy-wrap.white-cheddar {
  left: -5px;
  position: relative;
}

/*.pr-snippet .pr-snippet-stars .pr-snippet-rating-decimal {
  background: #c62034 none repeat scroll 0 0;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  height: 18px;
  margin-right: 5px;
  padding: 1px 6px;
  vertical-align: middle;
  color: #fff;
}*/

.pr-snippet .pr-snippet-rating-decimal{
	display: none!important;
}

.pr-base-modal, .pr-pa-snippet, .pr-review-engine, .pr-snippet, .prImageSnippet {
  font-family: "Source Sans Pro"!important;
}

.home.page .pr-snippet {
  margin-left: 15px !important;
}

/*.pr-rating.pr-rounded {
  background: #c62034 none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 2px !important;
  color: #fff !important;
  line-height: normal !important;
}*/

.pr-snippet-read-reviews, .pr-snippet-write-review{
	display: none!important;
}

.pr-base-modal a, .pr-pa-snippet a, .pr-review-engine a, .pr-snippet a, .prImageSnippet a {
  color: #c3cf23 !important;
  text-decoration: none;
}

.pr-review-engine .pr-review-social-bar {
  display: none!important;
}

.pr-snapshot-cobrand{
	display: none!important;
}

.pr-review-engine #pr-snapshot-histogram {
  display: none !important;
}

.pr-review-engine #pr-snapshot-histogram-container, #pr-snapshot-histogram-wrapper .pr-closed {
  border: medium none !important;
  box-shadow: none !important;
  display: block !important;
  position: static !important;
  padding: 0!important;
  margin: 0 0 0 31px!important;
}

.pr-product-follow-link-container.pr-fb-needs-merchant {
  display: none;
}

#content ul li.pr-other-attribute-label {
float:left !important;
list-style-type:none !important;
line-height: 1.5;
padding-right: 10px;
font-size:14px !important;
margin: 0 0 22px -20px !important;

}

#content ul li.pr-other-attribute-value {
float: left !important;
display:block !important;
line-height: 1.5;
padding-right: 10px;
font-size:14px !important;
width:50% !important;

}

.pr-snapshot-body .pr-other-attributes{display:none;}

@media only screen and (max-width: 500px){
	.pr-review-engine #pr-snapshot-histogram-container, #pr-snapshot-histogram-wrapper .pr-closed {
	  margin: 0px!important;
	}
}

.pr-review-points{
	display: none!important;
}

#pr-snapshot-histogram-lnk-img{
	display: none!important;
}

#pr-review-faceoff-Original{
	display: none!important;
}

.pr-snapshot-consensus{
	display: none!important;
}

.pr-fb-reviewComment{
	display: none;
}

.pr-ratings-histogram-barValue{
	background: #c3cf23!important;
}

.pr-review-rating-headline {
  display: inline-block;
  margin-left: 10px !important;
}

.pr-review-rating-wrapper{
	margin-bottom: 5px!important;
}

.pr-review-sort{
	background: none!important;
	padding: 0!important;
}

.pr-review-engine .pr-review-sort {
  background: #f6f6f6 none repeat scroll 0 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: visible!important;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.pr-review-engine .pr-pagination-top {
  display: block !important;
  height: auto!important;
  width: auto!important;
  visibility: visible!important;
  padding: 20px 0!important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 23px;
}

.pr-page-count-wrapper {
  float: left!important;
}

.pr-review-engine .pr-page-nav-wrapper {
  float: right!important;
  margin: 0!important;
}
/*.pr-review-engine .pr-snapshot-footer {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  width: 32%;
  clear: none!important;
  background: #fff;
}*/

.pr-review-engine .pr-snapshot-footer {
  border: 1px solid #eee;
  clear: both;
  display: block !important;
  line-height: normal;
  margin: 20px auto;
  padding: 7px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 200px !important;
}

.pr-review-count {
  float: none !important;
  font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px !important;
  font-weight: 200 !important;
  position: relative;
  top: -70px;
}

.pr-review-engine .pr-snapshot-average-based-on-text {
  display: inline-block;
}

.pr-review-author-date.pr-rounded {
  border: medium none !important;
}

@media only screen and (max-width: 600px){
	.pr-review-engine .pr-snapshot-footer {
		width: 100%!important;
		box-sizing: border-box;
	}
}

#pr-sampleproductreview{
	display: none!important;
}

/*.pr-snapshot-rating-wrapper {
  float: left !important;
  width: 66% !important;
}*/
.pr-snapshot-rating-wrapper {
  display: block !important;
  overflow: hidden;
  text-align: center !important;
  width: 100% !important;
}

.pr-review-engine-min-width-690px .pr-snapshot-rating {
  float: none !important;
}

.pr-ratings-histogram-content{
	margin: 0!important;
}

/*.pr-header {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: 40px !important;
  padding: 10px 10px 1px !important;
  overflow: hidden!important;
}*/

.pr-header {
  background: none!important;
  margin-bottom: 20px !important;
  padding: 10px 10px 1px !important;
  overflow: hidden!important;
}

.pr-snapshot-average-based-on-text {
  font-weight: 200!important;
}

.pr-review-rating-headline {
  font-weight: 200!important;
}

.pr-ratings-histogram-bar{
	background: #ddd!important;
}

.pr-review-engine #pr-snapshot-histogram-container{
	background: none!important;
}

.pr-ratings-histogram-content li{
	margin-bottom: 3px!important;
}

.pr-ratings-histogram-bar, .pr-ratings-histogram-barValue{
	height: 14px!important;
}

.pr-war {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 auto;
}

.pr-war .pr-header {
  background: none!important;
}

.thank-you-page .pr-star{
	background: url(images/pr-star-thanks.png) transparent!important;
}

.thank-you-page .pr-star-selected{
	background: url(images/pr-star-selected-thanks.png) transparent!important;
}

.pr-star{
	background: url(images/pr-star.png) transparent!important;
}

.pr-star-selected{
	background: url(images/pr-star-selected.png) transparent!important;
}

.pr-rating-star{
	display: none!important;
}

.p-w-r .pr-btn-review {
  -moz-user-select: none;
  background-color: #fff!important;
  border-color: #ddd!important;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #c3cf23!important;
  cursor: pointer;
  font-weight: 700;
}

.p-w-r .pr-btn-review.active, .p-w-r .pr-btn-review:active, .p-w-r .pr-btn-review:focus, .p-w-r .pr-btn-review:hover {
  background-color: #fff!important;
  border-color: #ddd!important;
  color: #c3cf23!important;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1000px){
	#projects .thumbs {
		display: block !important;
	}
	.home #content .project.small .title {
		top: auto;
		bottom: 0;
		margin: 10px 0 0;
		position: relative;
		left: auto;
		transform: none;
	}
	#content .project.small {
		margin-bottom: 35px !important;
	}
	#content #projects.with-badge .project.small {
		margin-bottom: 70px !important;
	}
	#content .project.small .inside img {
		margin: 0 auto;
	}
	.page-template-page-portfolio-paginated #projects {
		width: 100% !important;
	}
}

@media only screen and (min-width: 600px){
.project .one_third{
	width: 32%;
	margin-right: 2%;
}

.project .one_third.last{
	width: 30%;
	margin-right: 0;
}
}

/* iPad Landscape */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	#homeBanner {
		height: 350px;
		background-position: center -10px !important;
	}
	
	#bannerText {
		position: absolute;
		top: 50% !important;
		margin-top: -50px;
	}
	
	.flex-direction-nav {display: none !important;}			
}

/* iPad Portrait */

@media only screen and (max-width: 975px) {	
	.thumbs {
		width: 100%;		
		margin: 0 auto;		
	}

	.thumbs2 {
		width: 75px;		
		margin: 0 auto;		
	}
	
	.flex-direction-nav {display: none !important;}	

#signup10 .save, 
#signup10 input[type="text"] {
margin: 5px auto !important;
display:block !important;
clear:both !important;
float:none !important;
text-align:center !important;
width:100% !important;

}	

#signup10 .field, #signup10 input[type="submit"] {
display: inline-block !important;
text-align: center !important;
/*width:75px !important;*/
margin: 0 auto !important;
float:none !important;

}

#signup10 form {
display: inline-block;
    text-align: center;

}	
}

@media only screen and (max-width: 768px) and (orientation:portrait) {	
	
	#homeBanner {
		height: 350px;
		background-size:1px 1px; 
	}
	
	#bannerText {
		position: absolute;
		top: 20% !important;
	}	
	
	#comments { width: 100%;}
	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;	
	}	
	
	#comments { width: 100%;}	
}

@media only screen and (max-width: 870px) {
	#header {			
		text-align: center;			
	}
	
	#header #logo {			
		margin: 0;					
	}
	
	#header #logo img {			
		max-width: 75%;
		height: auto;
		margin:auto;			
	}

	#mainNav {
		position: relative;			
		padding-top: 10px;
		top:0;
		right: 0;	
		width: 95%;
		margin: 0 0 0px 2.5%;		
		text-align: center;				
		height: auto;
	}	
	
	#mainNav li{
		margin: 0 0 0 0!important;	
		display: inline-block;		
		padding: 0 5px 0 5px;
		float: none;		
	}
	
	#mainNav .sub-menu li{		
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	
	#logo {
		float: none;
		margin-bottom: 10px;
	}
}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	#content .project.small .inside img{
	/* width:165px;*/
	/* height:196px; */
	height: 170px;
}

#content.fullProjects.rollovers {	
	width: 80%;				
	margin: 0 auto !important;
	float: none;
}

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	#header {			
		text-align: center;			
	}
	
	#header #logo {			
		margin: 0;					
	}
	
	#header #logo img {			
		max-width: 75%;
		height: auto;
		margin:auto;			
	}
	
	#pageHead {
		margin:0px;		
	}
	
	#pageHead h1 { font-size: 1.2em;}
	
	.flex-direction-nav, .flex-control-nav, .flex-caption { display: none !important;}	
	
	#main {
		width: 95%;		
		padding-top: 5px;
	}
	
	#mainNav {
		position: relative;			
		padding-top: 10px;
		top:0;
		right: 0;	
		width: 95%;
		margin: 0 0 0px 2.5%;		
		text-align: center;				
		height: auto;
	}	
	
	#mainNav li{
		margin: 0 0 0 0!important;	
		display: inline-block;		
		padding: 0 5px 0 5px;
		float: none;		
	}
	
	#mainNav .sub-menu li{		
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	
	#logo {
		float: none;
		margin-bottom: 10px;
	}
	
	#homeBanner {
		background-size: 1px 1px;
		background-attachment: inherit!important;		
		background-position: center bottom !important;
	}
	
	#bannerText {
		position: relative;
		top: 18% !important;	
	}	
	
	#comments { width: 100%;}
	
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}	
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;	
	}
	
	#flickrBox .flickrImage {		
		margin: 0 8px 8px 0;	
	}
	
	#featuredPages .thumbs .small{		
		margin-bottom: 25px !important;			
	}
	#featuredPages .thumbs2 .small{		
		margin-bottom: 25px !important;			
	}
	
	#filterNav {
		text-align: center;			
		width: 100%;
		position: relative;			
	}	
	
	.projectNav {
		margin: 0 0 0 0;	
		padding-top: 10px;	
		float: none;		
	}
	
	.post .moreLink {
		display: none;
	}	
	
	#footer { padding: 0 !important;}
	
	#footer .footerBox{ margin-left: 4% !important;}	
	
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		text-align: left;
		margin: 0 20px;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}	
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;		
	}	
	
	#footer .secondary .right{
		float: none;
		padding-bottom: 0;
	}
				
	.gallery-item img{
		width: 90%;
	}
	
	/*Column Shortcodes------------------*/

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:3%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}	

/* #content.fullProjects.rollovers {
	width:100% !important;
	margin: 0 10% !important;
	}  */

}

@media screen and (max-width: 650px) {
	.thumbs {
		width: 100%;		
		margin: 0 auto;					
	}

	.thumbs2 {
		width: 75px;		
		margin: 0 auto;					
	}
	
	.thumbs .small{		
		margin-left: 0px !important;
		margin-bottom: 10px !important;		
	}
	.thumbs2 .small{		
		margin-left: 0px !important;
		margin-bottom: 10px !important;		
	}
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	.thumbs {
		width: 100%;		
		margin: 0 auto;					
	}

	.thumbs2 {
		width: 75px;		
		margin: 0 auto;					
	}
	
	#homeBanner {		
		height: 200px!important;	
		background-size: 1px 1px;	
	}
	
	#bannerText {		
		margin-top: -20px;
	}
	
	#homeBanner p {
		font-size: 15px;
	}
	
	.thumbs .small{		
		margin-left: 0px !important;				
	}
	.thumbs2 .small{		
		margin-left: 0px !important;				
	}	
	
	.widgetBox {
		width: 96%;
		float: left;		
	}
	
	#mainNav ul{
		margin: 0 0 0 10px;
	}	
	
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	#homeBanner {		
		height: 230px!important;
		background-size: 1px 1px;
	}
	
	#bannerText {		
		margin-top: -30px;
	}
	
	#homeBanner p {
		font-size: 14px;
	}
	
	.thumbs {
		width: 100%;	
		margin: 0 auto;				
	}
	.thumbs2 {
		width: 75px;		
		margin: 0 auto;				
	}
	
	.thumbs .small{		
		margin-left: 0px !important;
		margin-bottom: 10px !important;		
	}
	.thumbs2 .small{		
		margin-left: 0px !important;
		margin-bottom: 10px !important;		
	}
	
	.widgetBox {
		width: 94%;	
		float: none;
		margin: 0 2.5% 20px 2.5%;			
	}	
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}

              
	

}
/* iMac 27 */

@media only screen and (min-width: 1600px) {
	#homeBanner p{	
	width:40%;
}
}

/**new code**/

#projects .thumbs {
  /* overflow: hidden; */
  padding-bottom: 46px;
  text-align: center;
  /* display: flex; */
	display: block;
  justify-content: space-around;
}

#signup10 {margin: 0 auto; display:block; width:45%; text-align:center; padding-bottom: 46px !important;}

#signup10 .save {
font-size: 1em;
color: #c3cf23 !important;
font-family: "Source Sans Pro", sans-serif;
font-weight: 500;
letter-spacing: 0px;
float:left;
margin:5px 10px 0px 0px !important;
}

/*#signup10 .field {float:left !important;}*/

#signup10 input[type="text"] {
    background-color: #fff !important;
    padding: 6px !important;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #000 !important;
    border: 1px solid #c0c0c0 !important;
    background: none !important;
    width:140px !important;
float:left !important;
margin-right:10px !important;
}

::-webkit-input-placeholder {color: #000 !important; font-size:0.8em !important;}
:-moz-placeholder {color: #000 !important; font-size:0.8em !important;}
::-moz-placeholder {color: #000 !important; font-size:0.8em !important;}
:-ms-input-placeholder {color: #000 !important; font-size:0.8em !important;}

#signup10 input:focus::-webkit-input-placeholder { color:transparent !important; }
#signup10 input:focus:-moz-placeholder { color:transparent !important; } /* Firefox 18- */
#signup10 input:focus::-moz-placeholder { color:transparent !important; } /* Firefox 19+ */
#signup10 input:focus:-ms-input-placeholder { color:transparent !important; } /* oldIE ;) */

#signup10 input[type="submit"]  {  
color:#fff;
background: #c3cf23 !important;
text-align: center;
font-family: "Source Sans Pro", sans-serif;
font-weight: 700;
letter-spacing: 0px;
text-transform: uppercase;
font-size:1em;
text-shadow: 0 0px 0px rgba(0,0,0,0); !important;
border-radius: 5px !important;
-webkit-border-radius: 5px !important;
-moz-border-radius:  5px !important;
border: 0px solid rgba(0,0,0,0) !important;
padding: 5px 8px 5px !important;
float:left !important;
margin: 0 !important;

}

.project .one_third.last {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
font-size: 13px !important;
padding:0px 5px;
width:264px;
float:right;
}

.project .one_third.last p {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
font-size: 13px !important;
line-height:15px;
margin-top:10px;
}


.project .one_third.last h3 {
margin-top:35px !important;
}

.nutrition {
height:16px;
margin: 2px 0px;
border-bottom:1px solid #ccc;

}

.factsleft {
float:left;
width:45%;
text-align:left;
}

.factsright {
float:right;
width:55%;
text-align:right;
}


.thumbs .project .inside .new-star,
.thumbs .project .inside .new-star2 {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 20px;
	left: 15px;
	background: url("/wp-content/uploads/2017/06/new.png") 0 0 no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.thumbs .project .inside .new-star2 {
	top: -12px;
	left: 0;
}

.project .one_third .new-star,
.project .one_third .new-star2 {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 12px;
	left: 18px;
	background: url("/wp-content/uploads/2017/06/new.png") 0 0 no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.project .one_third .new-star2 {
	left: 42px;
}

.project.small .title .badge.cheese {
	display: block;
	margin: 10px auto 0;
	width: 105px;
	height: 28px;
	background: url("/wp-content/uploads/2017/06/real-cheese-105-28@2x.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.cheese-icon {
	display: block;
	margin: 0 auto -10px;
	width: 105px;
	height: 28px;
	background: url("/wp-content/uploads/2017/06/real-cheese-105-28@2x.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	.single-project #content.fullProjects a {
		width: 50px;
		height: 50px;
		overflow: hidden;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		background-size: 50px auto;
	}
	.single-project #content.fullProjects a img {
		width: 50px;
         height: 50px;
		border: none;
	}

#Original:hover,
#BlackPepper:hover,
#Jalapeno:hover,
#Chocolate:hover,
#WhiteCheddar:hover,
#AgedWhiteCheddar:hover,
#PepperJack:hover,
#Sweet:hover { 
  background-position: 0 0;
}

	.thumbs .project .inside .new-star,
	.thumbs .project .inside .new-star2 {
		width: 38px;
		height: 38px;
	}
	.thumbs .project .inside .new-star2 {
		top: -6px;
	}

	.project .one_third .new-star {
		width: 50px;
		height: 50px;
		left: 50%;
		top: 0;
	}

	.project.small .title .badge.cheese {
		width: 75px;
		height: 20px;
	}

	.project .one_third {
		width: 100%;
		float: none;
	}
	/* for nutrition facts */
	.project .one_third.last {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 975px) {	
	.project .one_third .new-star,
	.project .one_third .new-star2 {
		width: 50px;
		height: 50px;
		left: 50%;
		margin-left: -140px;
		top: 10px;
	}

	.project .one_third .new-star2 {
		margin-left: -108px;
		top: 12px;
	}

	.project .one_third {
		float: none;
		width: 100%;
	}
	/* for nutrition facts */
	.project .one_third.last {
		clear: both;
		width: 50%;
		float: none;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 775px) {	
	/* for nutrition facts */
	.project .one_third.last {
		width: 85%;
	}
}

.disclaimer {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 11px;
	line-height: 16px;
	width: 100%;
	margin-top: 25px;
	color: #333;
}

#newpromo-area {
	height: 270px;
	background-color: #fff;
	padding: 20px 0;
}

#newpromo-area .inside {
	position: relative;
	height: 270px;
	background-color: #8bcdac;
}

#newpromo-area .inside .title {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url("/wp-content/uploads/2017/06/promo_wedopopcorn_opt.png") center center no-repeat;
	background-size: 731px 237px;
}

#newpromo-area .inside .popcorn {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 50%;
	margin-left: -0px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
}

#newpromo-area .inside .popcorn-1 { top: 205px; margin-left: -570px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_1_opt.png"); }
#newpromo-area .inside .popcorn-2 { top: 170px; margin-left: -375px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_2_opt.png"); }
#newpromo-area .inside .popcorn-3 { top: 40px; margin-left: -500px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_3_opt.png"); }
#newpromo-area .inside .popcorn-4 { top: -25px; margin-left: -590px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_4_opt.png"); }
#newpromo-area .inside .popcorn-5 { top: 20px; margin-left: 210px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_5_opt.png"); }
#newpromo-area .inside .popcorn-6 { top: -20px; margin-left: 340px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_6_opt.png"); }
#newpromo-area .inside .popcorn-7 { top: 10px; margin-left: 480px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_7_opt.png"); }
#newpromo-area .inside .popcorn-8 { top: 200px; margin-left: 460px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_8_opt.png"); }
#newpromo-area .inside .popcorn-9 { top: 90px; margin-left: 380px; background-image: url("/wp-content/uploads/2017/06/promo_popcorn_9_opt.png"); }

@media only screen and (max-width: 775px) {
	#newpromo-area {
		height: 205px;
		padding: 20px 0 5px;
	}

	#newpromo-area .inside {
		position: relative;
		height: 205px;
		background-color: #8bcdac;
	}

	#newpromo-area .inside .title {
		background: url("/wp-content/uploads/2017/06/promo_wedopopcorn_mobile_opt.png") center center no-repeat;
		background-size: 466px 180px;
	}

	#newpromo-area .inside .popcorn {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
	}

	#newpromo-area .inside .popcorn-1 { top: -20px; margin-left: -175px; }
	#newpromo-area .inside .popcorn-2 { top: 80px; margin-left: -280px; }
	#newpromo-area .inside .popcorn-3 { top: 165px; margin-left: -245px; }
	#newpromo-area .inside .popcorn-4 { top: -20px; margin-left: 140px; }
	#newpromo-area .inside .popcorn-5 { top: 30px; margin-left: 220px; }
	#newpromo-area .inside .popcorn-6 { display: none; }
	#newpromo-area .inside .popcorn-7 { display: none; }
	#newpromo-area .inside .popcorn-8 { display: none; }
	#newpromo-area .inside .popcorn-9 { display: none; }
}

@media only screen and (max-width: 480px) {
	#newpromo-area {
		height: 155px;
		padding: 20px 0 0;
	}

	#newpromo-area .inside {
		position: relative;
		height: 155px;
		background-color: #8bcdac;
	}

	#newpromo-area .inside .title {
		background: url("/wp-content/uploads/2017/06/promo_wedopopcorn_mobile_opt.png") center center no-repeat;
		background-size: 320px 124px;
	}

	#newpromo-area .inside .popcorn {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}

	#newpromo-area .inside .popcorn-1 { top: -20px; margin-left: -125px; }
	#newpromo-area .inside .popcorn-2 { top: 70px; margin-left: -190px; }
	#newpromo-area .inside .popcorn-3 { top: 120px; margin-left: -165px; }
	#newpromo-area .inside .popcorn-4 { top: -10px; margin-left: 120px; }
	#newpromo-area .inside .popcorn-5 { top: 30px; margin-left: 160px; }
	#newpromo-area .inside .popcorn-6 { display: none; }
	#newpromo-area .inside .popcorn-7 { display: none; }
	#newpromo-area .inside .popcorn-8 { display: none; }
	#newpromo-area .inside .popcorn-9 { display: none; }
}


/* Coupon Related */

body.page-template-page-coupon .breadcrumbs {
  display: none;
}

#couponpromo-spacer {
  height: 20px;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  #couponpromo-spacer {
    height: 30px;
  }
}

#couponpromo-area {
  height: auto;
  background-color: #fff;
  padding: 10px 0 0 0;
  overflow: visible;
}

#couponpromo-area .inside {
  position: relative;
  height: 366px;
  background: url("/wp-content/uploads/2018/08/coupon-hero-bg.png") center bottom repeat-x;
  background-size: 100% auto;
  overflow: visible;
}

@media only screen and (max-width: 1124px) {
  #couponpromo-area .inside {
    height: auto;
    background-color: #8bcdac;
  }
  #couponpromo-area .inside::after {
    content: " ";
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
  }
}

@media only screen and (max-width: 600px) {
  #couponpromo-area .inside {
    height: auto;
    background-color: #fff;
  }
}

#couponpromo-area .inside .hero-wrapper {
  position: relative;
  top: -10px;
  max-width: 1124px;
  margin: 0 auto;
}

#couponpromo-area .inside .hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 33.4519%;
  margin: 0 auto;
  background: url("/wp-content/uploads/2018/08/coupon-hero.png") center center no-repeat;
  background-size: 100% auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #couponpromo-area .inside .hero {
    padding-bottom: 125.3%;
    background: url("/wp-content/uploads/2018/08/coupon-hero-mobile.png") center center no-repeat;
    background-size: 100% auto;
  }
}

#couponpromo-area .inside .hero a.coupon-button {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 50px;
  padding: 0 46px;
  border-radius: 25px;
  background: #FEEA62;
  font: 700 17px/50px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  color: #012959;
}

@media not all and (hover: none), (-ms-high-contrast: none) {
  #couponpromo-area .inside .hero a.coupon-button:hover {
    background: #012959;
    color: #FEEA62;
  }
}

@media only screen and (max-width: 1124px) {
  #couponpromo-area .inside .hero a.coupon-button {
    bottom: 9%;
  }
}

@media only screen and (max-width: 760px) {
  #couponpromo-area .inside .hero a.coupon-button {
    bottom: 6%;
  }
}

@media only screen and (max-width: 640px) {
  #couponpromo-area .inside .hero a.coupon-button {
    bottom: 4%;
  }
}

@media only screen and (max-width: 640px) {
  #couponpromo-area .inside .hero a.coupon-button {
    bottom: 12%;
  }
}

@media only screen and (max-width: 500px) {
  #couponpromo-area .inside .hero a.coupon-button {
    bottom: 9%;
  }
}


#coupon-header {
  position: relative;
  height: 50px;
  background: #FEEA62;
  font: 600 18px/50px 'Source Sans Pro', sans-serif;
  color: #012959;
  text-align: center;
}

#coupon-header a {
  text-decoration: none;
  color: #012959;
}

@media (max-width: 500px) {
  #coupon-header {
    height: auto;
    min-height: 50px;
    background: #FEEA62;
    font: 600 16px/24px 'Source Sans Pro', sans-serif;
    padding: 10px 0;
  }

  #coupon-header span {
    display: block;
    white-space: nowrap;
  }
}

#content.coupon-grid {
  width: auto;
  padding-top: 55px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 500px) {
  #content.coupon-grid {
    padding-top: 20px !important;
  }
}

h3.coupon-header {
  font: 700 32px/38px 'Source Sans Pro', sans-serif;
  color: #012959;
  text-align: center;
}

h4.coupon-header {
  font: 600 24px/31px 'Source Sans Pro', sans-serif;
  color: #012959;
}

@media (max-width: 500px) {
  h4.coupon-header {
    margin-bottom: 5px;
  }
}

h4.coupon-icon-click,
h4.coupon-icon-enjoy,
h4.coupon-icon-print {
  display: inline-block;
  min-height: 50px;
  line-height: 50px;
  padding-left: 56px;
  background: url(/wp-content/uploads/2018/08/icn_click.svg) left center no-repeat;
  background-size: 50px 50px;
}

h4.coupon-icon-print {
  padding-left: 65px;
  background-image: url(/wp-content/uploads/2018/08/icn_print.svg);
}

h4.coupon-icon-enjoy {
  padding-left: 65px;
  background-image: url(/wp-content/uploads/2018/08/icn_enjoy.svg);
}

p.coupon-text {
  font: 400 18px/26px 'Source Sans Pro', sans-serif;
  color: #4A4A4A;
}

a.coupon-location-link,
a.coupon-location-link:hover {
  font-weight: 700;
  color: #C82039;
  text-decoration: none;
}

@media not all and (hover: none), (-ms-high-contrast: none) {
  a.coupon-location-link:hover {
    color: #012959;
  }
}

a.coupon-location-link span {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 5px;
  width: 9px;
  height: 11px;
  overflow: hidden;
  background: #fff url(/wp-content/uploads/2018/08/arrow-combined.png) 0 0 no-repeat;
  background-size: 9px auto;
}

@media not all and (hover: none), (-ms-high-contrast: none) {
  a.coupon-location-link:hover span {
    background-position: 0 -11px;
  }
}

.coupon-button-container {
  text-align: center;
  margin: 0 0 100px 0;
}

@media (max-width: 500px) {
  .coupon-button-container {
    margin-bottom: 85px;
  }
}

a.coupon-button,
a.coupon-button:hover {
  display: inline-block;
  height: 50px;
  padding: 0 46px;
  border-radius: 25px;
  background: #FEEA62;
  font: 700 17px/50px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  color: #012959;
}

@media not all and (hover: none), (-ms-high-contrast: none) {
  a.coupon-button:hover {
    background: #012959;
    color: #FEEA62;
  }
}

.coupon-steps-container {
  width: 100%;
  max-width: 1124px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 50px 0;
}

@media (max-width: 1124px) {
  .ms-ie .coupon-steps-container {
    display: block;
  }
}

@media (max-width: 640px) {
  .coupon-steps-container {
    display: block;
    margin: 32px 0 50px 0;
  }
}

.coupon-steps-container div {
  flex: 0 1 auto;
  width: 30%;
  max-width: 30%;
  text-align: center;
}

@media (max-width: 1124px) {
  .ms-ie .coupon-steps-container div {
    width: 60%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .coupon-steps-container div,
  .ms-ie .coupon-steps-container div {
    width: auto;
    max-width: 100%;
    margin-bottom: 45px;
  }
  .coupon-steps-container div:last-child {
    margin-bottom: 0;
  }
}

.coupon-view-all-container {
  text-align: center;
}

.coupon-view-all-container h3 {
  margin-bottom: 40px;
}

.coupon-legal-container {
  margin-top: 94px;
  text-align: center;
}

.coupon-legal-container p {
  font: 400 12px/16px 'Source Sans Pro', sans-serif;
  color: #737373;
}