/*
Theme Name: Hot Squeeze
Theme URI: http://thehotsqueeze.com
Description: Theme for Hot Squeeze
Author: Nick Farley
Author URI: http://lampe-farley.com
Version: 1.0
*/



/** ----
* Overall styles
---- **/

html {background: url('https://dc854a.claudeassets.com/20150531072714im_/http://thehotsqueeze.com/wordpress/wp-content/themes/hotsqz/img/texture-bg.jpg') top center no-repeat;background-attachment: fixed;}

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

.container {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0px 0px 8px #888;
	background: white;
}

@media (max-width: 960px) {
	.container {
		width: 100% !important;
		box-shadow: none !important;
		background: white;
	}

	#tinymce {
		background: white !important;
	}
}

a {color: rgb(191,46,26); -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out; cursor: pointer; text-decoration: none;}
a:hover {color: #721106;}
a:visited {color: rgb(191,46,26);}

img {border: none !important;}

hr {margin-top: 40px; margin-bottom: 10px; border: none; border-bottom: 1px solid #f4f4f4;}
		
.post-nav {
	width: 580px;
	border-top: 1px solid rgb(191,46,26);
}

.post {width: 580px;}
		
.current_page_item {
	
}
.current_page_item a {
	color: white !important;
}

#menu-main-menu a {
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	padding: 8px 16px;
	color: rgba(255,255,255,.8);
	text-decoration: none;
	background: rgba(255,255,255,0);
	-webkit-box-shadow: 0 0 16px rgba(255,255,255,0);
	-moz-box-shadow: 0 0 16px rgba(255,255,255,0);
	-o-box-shadow: 0 0 16px rgba(255,255,255,0);
	box-shadow: 0 0 16px rgba(255,255,255,0);
}

#menu-main-menu a:hover {
	color: white;
	}

.clear {
	clear: both;
}

#menu-main-menu li ul li a {
  display: block;
}

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

.page-header {
	z-index: 1000;
	height: 100px;
	padding: 40px 20px 0px;
	-webkit-box-shadow: 0px 1px 8px #eaeaea;
	-moz-box-shadow: 0px 1px 8px #eaeaea;
	-o-box-shadow: 0px 1px 8px #eaeaea;
	box-shadow: 0px 1px 8px #eaeaea;
	background: rgb(234,234,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 67%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(67%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 67%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 67%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 67%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 67%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#social-media {
	margin-top: -20px;
	width: 535px;
	float: right;
}

#facebook-like {
	float: left;
}

#facebook, #twitter {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	float: left;
	opacity: .7;
	border-radius: 8px;
}

#facebook:hover, #twitter:hover {
	opacity: 1;
	-webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.menu-wrapper {
	position: absolute;
	z-index: 5000;
	margin-top: 25px;
	width: 960px;
	margin-left: -20px;
	height: 75px;
	background: rgb(191,46,26);
}

#menu-main-menu {
	margin-top:30px;
	padding: 0;
	margin-right: 20px;
	list-style-type: none;
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	height: 75px;
}

#menu-main-menu li {
	padding: 30px 0px;
	display: inline;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	position: relative;
}

#menu-main-menu li:hover {
	color: white;
}

.sub-menu li.current-menu-item {color: white !important; opacity: 1 !important;}

#menu-main-menu li ul {display: none; margin-left: 0; padding-left: 0; margin-top: 10px;}
#menu-main-menu li:hover ul {display: block !important;}
#menu-main-menu li ul li {display: block;}

.menu-item {list-style-position: outside;}

.sub-menu {
	width: 300px;
	position: absolute;
	display: block;
	text-align: left;
	background: rgba(0,0,0,.8); 
	list-style-postion: outside;
}

.sub-menu li {-webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transiont: .2s ease-in-out; -ms-transition: .2s ease-in-out; opacity: .8; background: transparent; line-height: 20px; border-bottom: 1px dashed rgba(255,255,255,.2); padding: 8px !important;}
.sub-menu li:hover, .sub-menu .current-menu-item {opacity: 1; -webkit-box-shadow: 0 0 5px rgba(0,0,0,.6); -moz-box-shadow: 0 0 5px rgba(0,0,0,.6); -o-box-shadow: 0 0 5px rgba(0,0,0,.6); box-shadow: 0 0 5px rgba(0,0,0,.6); background: #231f20;}
.sub-menu li:last-child {border-bottom: none;}


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

.slideshow {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
	height: 400px;
	overflow: hidden;
	margin-left: -20px;
	margin-bottom: 30px;
	color: white;
	border-bottom: 1px solid #e8e8e8;
}

.slide {
	width: 960px;
	height: 400px;
}

.slide_img {
	float: left;
}

.slide-caption {
	width: 960px;
	bottom: 0;
	position: absolute;
	color: #231F20;
	text-align: center;
	background: rgba(255,255,255,.7	);
	padding: 0 0 4px;
	border-top: 1px solid #e8e8e8;
}

.caption-body a {color: rgb(191,46,26) !important; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out; cursor: pointer; text-decoration: none;}
.caption-body a:hover {color: #721106 !important;}
.caption-body a:visited {color: inherit;}

.slide-caption p {margin-top: 0;}

.slide-caption h2 {
	margin: 15px 0 5px;
	font: 30px 'Lato', sans-serif;
	color: rgb(191,46,26);
}

#prev, #next {position: absolute; width: 960px; font-size: 36px; font-family:  "Times New Roman", serif !important; top: 145px; margin-left: -20px; z-index: 5000;}
.prev {float: left; margin-left: 15px;}
.next {float: right; margin-right: 15px;}
.prev, .next {background: rgba(0,0,0,.2); color: rgba(255,255,255,.8) !important; border-radius: 24px; width: 30px; height: 30px; text-align: center; padding: 2px;}
.prev:hover, .next:hover {background: #231F20; color: white !important;}

@media (max-width: 960px) {
	.slide, .slideshow {
		width: 100% !important;
		overflow: hidden;
		margin-left: 0px !important;
	}
	.slide_img, .slide_img img {
		width: 100%	!important;
		height: auto !important;
		float: none !important;
	}
	
	.slide-caption {
		float: none !important;
		width: 100% !important;
	}
	.slide-caption h2 {
		font-family: 15px "Lato", sans-serif !important;
	}
}

/** ----
* Posts, pages
---- **/

.byline {
	font-size: 11px;
}
.byline a:hover {color: #721106 !important;}

h2.title {
	font: 100 32px/34px "Lato", sans-serif;
	margin-top: 5px;
	font-weight: 200;
}

h2.title a:hover {color: #721106 !important;}

.news-link {
	font: 100 22px/15px "Lato", sans-serif;
	margin-top: -10px;	
}

h3 small {
	font-weight: 100 !important;
	font-size: 10px !important;
}

h2.latest {
	font: 100 30px/30px "Lato", sans-serif;
	margin-top: 5px;

}

.content h1, .content h2, .content h3, .content h4, .content h5{
	clear: both;
}

.content {color: #333;}

.content a:hover {color: #721106 !important;}
.content a:visited {color: rgb(191,46,26);}

.latest-more {
	margin: -10px 0 20px 0;
	display: block;
}

.category-recipes .content a {
color: black;
font-weight: bold;
}

.category-recipes .content a:hover {
color: rgb(191,46,26) !important;
}

.home .contents {padding: 0 20px 30px;}

.contents {
	font: 100 16px/22px Helvetica, Arial, sans-serif;
	padding: 40px;
	background: white;
	position: relative;
	z-index: 2;
}

.prev-post {
	float: left;
}
.next-post {
	float: right;
}

.post-nav {
	padding: 10px 0;
	clear: both;
}

.index-feature {
	width: 272px;
}

.index-feature img {float: left; margin-right: 15px; margin-bottom: 10px; width: 70px !important;}

.index-feature.left, .index-feature.middle {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dashed #e8e8e8;	
}

.index-feature.left {padding-left: 10px;}

.index-feature.right {
	float: left;
	padding-right: 10px;	
}

@media (max-width: 960px) {
	.index-feature {
		float: none !important;
		width: 100% !important;
	}
}

.header-logo {
	height: 120px;
	width: 120px;
	display: block;
	position: absolute;
	z-index: 9999;
	float: left;
	-ms-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}

.header-logo:hover {
	height: 130px;
	width: 130px;
}

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

.footer {
	background: #231F20;
	font: 100 12px/16px Helvetica, Arial, sans-serif;
	color: white;
	padding: 20px;
	text-align: right;
	height: 50px;
}

#footer-info {float: left; width: 735px; padding-top: 15px; text-align: left; margin-left: 15px;}
#footer-info a {color: rgba(255,255,255,.8);}
#footer-info a:hover {color: white;}

.footer-widget div {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	float: right;
	text-align: right;
}

.footer-logo {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	opacity: .8;
	-webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out;
}

.footer-logo:hover {opacity: 1;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/****** Fixes ********/

.button:hover, .button-alt:hover {background: #bf1e2e !important; -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6); -moz-box-shadow: 0 0 8px rgba(0,0,0,.6); -o-box-shadow: 0 0 8px rgba(0,0,0,.6); box-shadow: 0 0 8px rgba(0,0,0,.6);}
.checkout-button:hover, .cancel:hover {background: #eaeaea !important; -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6); -moz-box-shadow: 0 0 8px rgba(0,0,0,.6); -o-box-shadow: 0 0 8px rgba(0,0,0,.6); box-shadow: 0 0 8px rgba(0,0,0,.6);}
.button-alt {background: #ff9c07 !important; color: white;}
.button:visited, .button-alt:visited {color: white !important;}
.summary {width: 240px !important;}
.product_title {font-size: 22px !important; line-height: 26px !important;}
.product-quantity {min-width: 80px;}

.contents .page, #container {width: 580px; float: left;}

#primary-sidebar {width: 245px; float: right; margin-left: 30px; padding-left: 20px; border-left: 1px dashed #e8e8e8; color: #333;}
#primary-sidebar a:hover {color: #721106 !important;}
.widget-title {
	line-height: 22px;
	font-weight: normal;
	font-size: 20px;
	border-top-width: thin;
	border-top-color: #CCCCCC;
	border-top-style: solid;
!important;
	padding-top: 10px;
}

#jigoshop_product_categories-2 ul, #categories-3 ul {margin-left: 20px; padding-left: 0;}
#jigoshop_product_categories-2 li, #categories-3 li {margin: 5px 0; line-height: 20px;}

#testimonials-widget, #categories-3 {margin-top: 40px;}
#testimonials-widget p {margin: 8px 0;}
.testimonial-title {
	font-style: italic;
	font-size: 13px;
}
.testimonials {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	line-height: 20px;
}
.testimonials li {padding-bottom: 30px; margin-bottom: 5px; border-bottom: 1px solid #f6f6f6;}
.testimonials li:last-child {border-bottom: none;}

.products li {margin-right: 40px !important;}
.product strong:hover {color: black;}
.products li:last-child {margin-bottom: 40px !important;}

#text-2 {padding: 4px 8px 12px; background: #fceabd; margin-left: -8px; margin-right: -8px; margin-bottom: 30px; border-radius: 4px;}
#text-2 .widget-title {margin-bottom: 0; margin-top: 8px; font-size: 17px; font-family: "Lato", sans-serif; color: #721106; font-weight: normal; padding-left: 5px;}

#jigoshop_cart-2 {margin-bottom: 40px;}
/*
     FILE ARCHIVED ON 18:46:12 Dec 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:15:06 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.99
  exclusion.robots: 0.117
  exclusion.robots.policy: 0.097
  esindex: 0.018
  cdx.remote: 22.866
  LoadShardBlock: 159.578 (3)
  PetaboxLoader3.datanode: 113.945 (4)
  PetaboxLoader3.resolve: 165.516 (2)
  load_resource: 129.598
*/