/*
Theme Name: Maleny Cheese
Author: Fig Creative
Template: canvas
*/

@import url("../canvas/style.css");
/** Basic Styles **/
h1, h2, h3, h4 {
	font-family: "Pacifico", cursive !important;
}
.green-h2{
	color:#00814c !important;
	font-size: 30px;
	line-height: 30px;
}
.orange-h2{
	color:#cd841c !important;
	font-size: 30px;
	line-height: 30px;
}
p, li{
	color:#00814c !important;
	font-family:"Open Sans Condensed", Arial !important;
	font-weight:100 !important;
}
a:link, a:visited {
	font-weight:600;
}
.home .entry h2 {
    margin: 0px 0px 0em;
}
p{
	font-size:17px !important;
	line-height: 22px !important;
}
/** Basic Styles **/
html{
	overflow-x: hidden;
}
.entry img{
	padding:0;
	border:0;
}
#logo {
	float: left;
	max-width: 100%;
	position: relative;
	bottom: -25px;
	z-index: 100;
}
/** Header **/
#wrapper {
	margin-top:70px;
}
.header-wrap .fourcol-one, .header-wrap .fourcol-three{
	margin-bottom:0px;
	margin-right:0px;
}

.header-bg{
	background:url('/wp-content/uploads/header-bg-final.png') no-repeat 100% / cover;
	background-color:#00814C;
}
#header-tag{
	font-family: 'Pacifico', cursive;
	color:#ffce00;
	font-size:30px;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
	margin-top: 43px;
}
#header-social{
	margin-top: 35px;
}
.searchform input.s, #searchform input#s {
    color: #00814C;
}
.search article{
	margin-bottom: 20px;
}
hr{
	background-color:transparent !important;
	border-top:1px dashed #BCDACC;
}
#header-social .search_main, #header-social .textwidget{
	float:right;
	margin-bottom:10px;
}
.searchform .fa-search:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px !important;
    line-height: 1.5;
    background: #FCCE01;
	padding: 3px 4px;
}
.searchform, #searchform {
    width: 98%;
    margin-top: 5px;
    position: relative;
    border-width: 0px;
	background:#ffffff;
    border-radius: 0px;
    max-width: 140px;
}
.searchform button.submit {
	right:1px;
}
.orange-header{
		background: rgb(255,210,4); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjg2MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:  -moz-linear-gradient(left, rgba(255,210,4,1) 0%, rgba(207,134,42,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,210,4,1)), color-stop(100%,rgba(207,134,42,1))); /* Chrome,Safari4+ */
	background:  -webkit-linear-gradient(left, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* Chrome10+,Safari5.1+ */
	background:  -o-linear-gradient(left, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* Opera 11.10+ */
	background:  -ms-linear-gradient(left, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* IE10+ */
	background:  linear-gradient(to right, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd204', endColorstr='#cf862a',GradientType=1 ); /* IE6-8 */
	height:6px;
	border-top:1px dashed #ffffff; 
	border-bottom:1px dashed #ffffff; 
	position:absolute;
	bottom:-8px;
	width:100%;
	left:0px;
}
.grey-header, .grey-header-2{
	background:url('/wp-content/uploads/seamless_paper_texture.png');
	height:6px;
	border-bottom:1px dashed #ffffff; 
	position:absolute;
	bottom:-15px;
	width:100%;
	left:0px;
}
.grey-header-2{
	bottom:-22px;
}
.grey-hr{
	background:url('/wp-content/uploads/seamless_paper_texture.png');
	height:10px;
	width:100%;
}
/** Nav **/
#navigation{
	font-weight:100;
	font-size:16px;
	color:#ffffff;
	background:transparent;
	padding-bottom: 20px;
    border-bottom: 0px !important;
	min-height:1% !important;
	height:30px !important;
}
.nav-wrap {
    width: 100%;
    max-height: 54px;
    padding: 10px 0px 10px;
	margin-top: -4px;
}
.nav-wrap #wrapper {
    padding: 0px;
}
#navigation ul {
    margin-bottom: 0px;
    margin-top: -10px;
}
#navigation {
	z-index:1000 !important;
}  
ul.nav li:last-child a {
	padding-right:10px !Important;
}
ul.nav li a {
	text-transform:uppercase;
	display:block;
	color:#ffffff !important;
	font-family:"Open Sans Condensed" !important;
	font-size:18px !Important;
	font-weight:600 !important;
	padding:0.5em;
}
#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover {
	transition:background 0.3s linear;
	background:transparent;
}
ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
	background:transparent;
}
/** Sub Nav **/
ul.nav ul {
    width: 14em;
}
ul.nav li ul li a {
    background: url('/wp-content/uploads/seamless_paper_texture.png') !important;
    color: #03542c !important;
    letter-spacing: 1px;
	font-size:18px !important;
}
ul.nav li ul li a:hover{
	color:#00814c !important;
}
ul.nav li ul li a:hover:before{
	content:url('/wp-content/uploads/menu-mouse.png');
	position:absolute;
	left: 3%;
	top: 0px;
}
#navigation ul.nav ul {
    background:transparent !important;
	padding-top: 20px !important;
}
#navigation ul.nav > li:hover > ul {
    left: 0px;
	padding-top: 20px;
}
ul.nav ul li a { /* Sub menu border-top */
	padding: 1em 1em !important;
	text-align:center;
	display:inline-block;
}
ul.nav ul li a:after{
	content:url('/wp-content/uploads/sub-divider.png');
	display:block;
}
ul.nav ul li:last-child:after a { /* First Sub menu item no border top */
	content: "  ";
}
/** Cart **/
#navigation .menus.nav-icons-1.cart-extended #main-nav {
    margin-right: 0em;
}
.cart-contents span.count{
	display:inline-block;
}
#navigation ul.cart a.cart-contents:before, #navigation ul.cart a{
	color:#ffffff !important;
}
.side-nav span.amount{
	font-size: 18px !important;
	color:#ffffff !important;
}
#navigation ul.cart li:hover span.amount, #navigation ul.cart li:hover a.cart-contents:before, #navigation ul.cart li:hover a{
	color:#666666 !important;
}
#navigation .menus.nav-icons .side-nav {
    top: 6px;
}
#navigation ul.cart a.cart-contents:before {
    position: relative !important;
    top: -1px !important;
}
/** Slider **/
.fullwidthbanner-container {
    padding:15px !Important;
	width: calc(100% - 30px) !important;
	background:url('/wp-content/uploads/seamless_paper_texture.png')
}
.tp-rightarrow.default, .tp-leftarrow.default {
	width:59px !important;
	height:59px !important;
}
.metaslider {
    padding: 15px;
    background: url('/wp-content/uploads/seamless_paper_texture.png') repeat scroll 0% 0% transparent;
}
element {
}
.flex-direction-nav .flex-prev {
    left: -18px;
}
.metaslider a {
    outline: medium none;
}
.flex-direction-nav a {
    transition: all 0.3s ease 0s;
}
.flex-direction-nav a {
    top: 80% !important;
}
.flex-direction-nav .flex-next {
	background:url('/wp-content/uploads/large-right1.png') !important;
}
.flex-direction-nav .flex-prev {
	background:url('/wp-content/uploads/large-left1.png') !important;
}
.flex-direction-nav a {
    width: 60px !important;
    height: 60px !Important;
}
/** Slider Callout **/
.slider-callout{
	background: rgb(255,210,4); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjg2MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url('/wp-content/uploads/slider-callout-bg.png') no-repeat scroll 0% 100%, -moz-linear-gradient(left, rgba(255,210,4,1) 0%, rgba(207,134,42,1) 100%); /* FF3.6+ */
	background: url('/wp-content/uploads/slider-callout-bg.png') no-repeat scroll 0% 100%, -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,210,4,1)), color-stop(100%,rgba(207,134,42,1))); /* Chrome,Safari4+ */
	background: url('/wp-content/uploads/slider-callout-bg.png') no-repeat scroll 0% 100%, -webkit-linear-gradient(left, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('/wp-content/uploads/slider-callout-bg.png') no-repeat scroll 0% 100%, -o-linear-gradient(left, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* Opera 11.10+ */
	background: url('/wp-content/uploads/slider-callout-bg.png') no-repeat scroll 0% 100%, -ms-linear-gradient(left, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* IE10+ */
	background: url('/wp-content/uploads/slider-callout-bg.png') no-repeat scroll 0% 100%, linear-gradient(to right, rgba(255,210,4,1) 0%,rgba(207,134,42,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd204', endColorstr='#cf862a',GradientType=1 ); /* IE6-8 */
}
.slider-callout-dash{
	border:2px dashed #ffffff;
	margin:10px;
	height:92%;
}
.green-callout{
	color:#03542c;
	font-size:36px;
	line-height: 40px;
	padding-left: 40%;
	margin-top: 25px;
	margin-bottom: 15px;
	letter-spacing: -3px;
	font-family:"Open Sans Condensed", arial !Important;
	font-weight:600;
}
.white-callout, .white-callout a{
	color:#ffffff !important; 
	font-size:45px;
	line-height:69px;
	font-family:"Pacifico", cursive;
	text-align: right;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
/*.slider-callout:before{
	content:url('/wp-content/uploads/calloutmouse.png');
	position:absolute;
	left:-55px;
}*/
.callout-mouse{
	position:absolute;
	bottom:0px;
	left:-55px;
	height:320px;
	width:58%;
	background-image:url('/wp-content/uploads/calloutmouse.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.callout-mouse img {
	width:100%;
	height:auto;
}
/** content **/
#content{
	padding-bottom:0px !important; 
}
.home article {
	clear:both;
}
.threecol-two{
	margin-right:20px;
}
.home h2.entry-title, .home h1.entry-title{
	display:none;
}
input[type="submit"], input.button{
	background:#202056;
}
input[type="submit"]:hover, input.button:hover{
	background:#404068
}
/** Callouts **/
.home-callouts .fourcol-one:last-child{
	margin-right:0px;
}
.home-callouts {
	margin-top: 30px;
}
/*.callout-wrapper{
	overflow:hidden;
}*/
.callout-image-wrap{
	position:relative;
	z-index:5;
	outline: 1px dashed #fff;
	outline-offset:-5px;
}
.callout-image-wrap img{
	height:auto;
}
.callout-title-wrap {
	background-size:cover;
    padding-top: 5px;
    padding-bottom: 5px;
	position:relative;
    z-index: 100;
    bottom: 30px;
    width: 100%;
	background-image:url('');
}
.callout-h2-wrap{
	background-image:url('/wp-content/uploads/seamless_paper_texture.png');
	position:relative;
	top: -11px;
	z-index:100;
}
.callout-title-wrap img{
	position:relative;
	z-index:1000;
}
.callout-title-wrap h2{
    font-size: 30px;
    line-height: 40px;
    color: #cd841c;
    padding: 0px;
    margin-bottom: 7px;
    font-weight: 600;
	padding: 20px 0px;
	text-align:center;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
}
.callout-title-wrap p {
    font-size: 15px;
    color: #252525;
    margin-bottom: 16px;
    line-height: 20px;
	text-align:center;
	text-transform:italic;
}
a:hover {
	text-decoration:none !important;
}
.callout-shadow{
	top: -24px;
	z-index:1 !important;
}
/** Home Prod Categories **/
.home .count {
	display:none;
}
.home-product-wrapper{
	border:1px dashed #00814C;
}
.green-h1{
	color: #00814C;
	background: #FFF;
	position: relative;
	top: -41px;
	width: auto;
	left: 20px;
	font-size: 40px;
	max-width: 220px;
	text-align: center;
}
.single-product ul.products li.product a img {
    width: 75% !important;
    height: auto;
    display: block;
    margin: auto !important;
}
.product-category h3{
	font-family: "Open Sans Condensed", Arial !important;
	text-transform:uppercase;
	font-weight:600;
	color:#00814C ;
	border-bottom:3px solid #b5d6c6;
    display: inline-block;
    padding-bottom: 3px
}
/** Home Prod Categories **/
.home .count {
	display:none;
}
.home-product-wrapper{
	border:1px dashed #00814C;
}
.green-h1{
	color: #00814C;
	background: #FFF;
	position: relative;
	top: -41px;
	width: auto;
	left: 20px;
	font-size: 40px;
	max-width: 220px;
	text-align: center;
}
.home ul.products li.product a img , .single-product ul.products li.product a img {
    width: 75% !important;
    height: auto;
    display: block;
    margin: auto !important;
}
.product-category h3{
	font-family: "Open Sans Condensed", Arial !important;
	text-transform:uppercase;
	font-weight:600;
	color:#00814C ;
	border-bottom:3px solid #b5d6c6;
    display: inline-block;
    padding-bottom: 3px
}
/** Checkout **/
#shipping_method li {
	list-style: outside none none !important;
}
input[type='radio'] {
   -webkit-appearance: none;
   border-radius:10px;
}
input[type='radio']:active, input[type='radio']:checked{
	background:#00814C !Important;
}


/** Shop **/

.products h3{
	font-family:"Open Sans Condensed", Arial !important;
}
.post-type-archive-product ul.products li.product .price {
    display: block;
    color: #000;
    font-family: "Open Sans Condensed";
    font-size: 25px;
    margin-top: 10px;
    float: right;
    margin-right: 20px;
	padding-bottom: 15px
}
.shop-menu-wrap{
	margin-top:30px;
}
.shop-menu-wrap h1{
	float:right;
	font-size:45px;
	color:#00814C;
	padding:15px;
}
#menu-shop-menu{
	float:right;
}
ul#menu-shop-menu li{
	display:inline-block;
	float:left;
	padding:10px 1em;
}
ul#menu-shop-menu li a, ul#menu-shop-menu li a:hover{
	color:#ffffff;
	text-transform: uppercase;
	font-family: "Open Sans Condensed";
	font-weight: 600;
	font-size: 20px;
	border-bottom: 3px solid #FFF;
}
.menu-shop-menu-container{
	margin-top:80px;
	background:#00814c;
	height:50px;
	clear: both;
	display:block;
}
.post-type-archive-product ul.products li.product {
    margin-right: 2.7% !important;
    border: 1px solid #FFA500;
	background-image: url('/wp-content/uploads/seamless_paper_texture.png');
	max-height:265px;
}
.post-type-archive-product .add_to_cart_button, .post-type-archive-product a.product_type_simple, .post-type-archive-product a.product_type_variable,
.tax-product_cat .add_to_cart_button, .tax-product_cat a.product_type_simple, .tax-product_cat a.product_type_variable{
	display:none !important;
}
.tax-product_cat ul.products li.product .price {
    padding: 10px;
}
.tax-product_cat .callout-h2-wrap{
	padding-top:10px;
}
.tax-product_cat .callout-h2-wrap {
    top: -21px;
 }
.post-type-archive-product .callout-h2-wrap{
	padding-top:20px;
	padding-bottom:10px;
	top:-22px;
	background:none;
}/** Shop Single **/
.woocommerce .summary p.price {
	color:#000 !important;
	font-size:32px !important;
}
.woocommerce .summary p {
	color:#000 !important;
	font-size:20px !important;
	line-height:25px;
}
.product_meta, a.reset_variations , .variations .label{
	display:none !important;
}
.woocommerce .summary form, .woocommerce .summary table.variations tr td {
	padding:0px !important;
}
.single-product .summary h1.product_title {
    margin-bottom: 10px !important;
}
.woocommerce .summary p.price {
	margin-bottom:12px !important;
}
#pa_size{
	padding: 10px;
    border: 1px solid #FFA500;
}
.woocommerce .summary table.variations tr td, .woocommerce .summary form, .woocommerce .summary table.variations {
	border-color:#fff !important;
}
.woocommerce .images img {
    border: 1px solid #FFA500;
}
.woocommerce .summary h1.product_title {
	color:#000 !Important;
	font-family:"Open Sans Condensed", Arial !important;
	font-weight:600 !important;
	font-size:35px !important;;
}
.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
    clear: both;
    border: 1px solid orange ;
	border-top: 1px solid orange ;
    margin-bottom: 3em;
    width: 48%;
	float: left;
	margin-right: 3.7%;
	border-top: 1px solid orange !important;
	padding-top: 10px;
}
.woocommerce .woocommerce-tabs ul.tabs{
	border-top:0px !important ;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
    border-top: 0px !important;
	background:#FCB315 !important;
	color:#000 !important;
	text-transform:uppercase;
	font-family:"Open Sans Condensed", Arial !important;
	font-weight:600;
	font-size:18px;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
	background:#FEE8B9 !important;
	border-top: 0px !important;
	color:#000 !important;
	text-transform:uppercase;
	font-family:"Open Sans Condensed", Arial !important;
	font-weight:600;
	font-size:18px;
	width:100%;
	padding: 0.5em 1% !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
	width:31%;
	margin: 0 1%;
	text-align: center;
}
.woocommerce .woocommerce-tabs .panel {
    padding: 1em 15px 15px 15px !important;
	outline: 1px dashed orange;
	outline-offset: -5px;
}
.single-product .related ul.products li.product a img {
	width:100% !Important;
}
.woocommerce.one-col .related {
    float: left;
    width: calc(48% - 22px) !important;
    clear: none !important;
	border:1px solid orange;
	padding:10px;
}
.single-product .callout-h2-wrap {
    top: -5px;
}
.related h2{
	background:#FEE8B9 !important;
	text-transform:uppercase;
	font-family:"Open Sans Condensed", Arial !important;
	font-size:18px;
	padding: 0.5em 1% !important;
}
.related ul.products {
    border: 1px dashed #FFA500;
	padding: 10px !important;
	margin:0px !important;
}
.related .callout-title-wrap {
    bottom: 12px;
}
.related h3{
	font-size: 15px !important;
}
.related span.amount{
	font-size:15px !important;
}
.related .add_to_cart_button, .product_type_simple{
	display:none !important;
}
.variations .label{
	padding: 0.857em 0em !important; 
}
.add_to_wishlist, .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a, .wc-forward, .wc-backward{
	background:#FDD98A !important;
	border-radius:0px !important;
	color:#000 !important;
	font-family:"Open Sans Condensed", Arial !Important;
	font-weight:600;
	padding: 0.6em 1em;
	font-size:1em;
	text-transform:uppercase;
}
.post-type-archive-product span.amount{
	background:transparent !important;
}
.woocommerce .woocommerce-tabs p, span.amount, .variations .label, .feedback {
    color:#000 !Important;
	font-family:"Open Sans Condensed", Arial !important;
	font-size:24px !important;
	margin-bottom:0px !important;
}
.single-product button.button{
	background:#FDD98A !important;
	border-radius:0px;
	color:#000 !important;
	font-family:"Open Sans Condensed", Arial !Important;
	font-weight:600;
}
.quantity .plus, .quantity .minus {
	background:#FDD98A !important;
	border-radius:0px !important;
}
.quantity .plus:hover, .quantity .minus:hover, .single-product button.button:hover, .add_to_wishlist:hover, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:hover, .wc-forward, .wc-backward{
	background:#FCB315 !important;
}
input[type="submit"], input.button {
	border-radius:0px !important;
	font-family:"Open Sans Condensed", Arial !important;
}
table.cart a.remove {
    line-height: 1.1 !important;
}
.product-name a{
	color:#000 !Important;
}
.product-name a:hover{
	opacity:0.9 !important;
}
.shop_table thead , .cart_totals h2, .shipping_calculator h2{
	font-family:"Open Sans Condensed", Arial !important;
}
.shipping_calculator h2 a, a.showcoupon, a.showlogin {
	color:#00814C;
}
.shipping_calculator h2 a:hover , a.showcoupon:hover, a.showlogin:hover{
	color:#008959;
}
.button{
	background:#FCB315 !important;
	border-radius:0px !important;
}
#customer_details h3, #order_review_heading{
	font-family:"Open Sans Condensed", Arial !important;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
    background: #FDD98A;
	border-radius:0px !Important;
}
.woo-pagination a:link:hover, .woo-pagination a:visited:hover, .woo-pagination a:active:hover {
    background: #FCB315;
	color:#000 !important;
}
.product_cat_pre-book .summary table.variations tr td{
	padding-top:13px !important;
}
.product_cat_pre-book .summary form {
	color:#fff;
}
 .product_cat_pre-book .variations .label {
	display:inline-block !important;
}
/** Woocommerce **/
.onsale {
    padding: 12px 6px !Important;
    text-align: center;
    background: #CD8429 !important;
	z-index: 100;
}
.responsive-product-title{
	display:none;
}
.woocommerce-product-rating{
	margin-bottom:10px;
}
.star-rating {
	float:left !important;
}

.star-rating:before, .star-rating span:before , p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
	content:"  " !Important;
}
p.stars a {
	background-color:transparent !important;
}
.star-rating{float:right;width:80px;height:16px;background:url('/wp-content/uploads/star-final.png') repeat-x left 0} 
.star-rating span{background:url('/wp-content/uploads/star-final.png') repeat-x left -32px;height:0;padding-top:16px;overflow:hidden;float:left} 
.hreview-aggregate .star-rating{margin:10px 0 0 0} 
#review_form #respond{position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0} 
#review_form #respond:after{content:"";display:block;clear:both} 
#review_form #respond p{margin:0 0 10px} 
#review_form #respond .form-submit input{left:auto} 
#review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%} 
p.stars:after{content:"";display:block;clear:both} 
p.stars span{width:80px;height:15px;position:relative;float:left;background:url('/wp-content/uploads/star-final.png') repeat-x left 0; overflow:hidden;} 
p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden} 
p.stars span a:hover,p.stars span a:focus{background:url('/wp-content/uploads/star-final.png') repeat-x left -16px} 
p.stars span a.active{background:url('/wp-content/uploads/star-final.png') repeat-x left -32px} 
p.stars span a.star-1{width:16px;z-index:10} 
p.stars span a.star-2{width:32px;z-index:9} 
p.stars span a.star-3{width:48px;z-index:8} 
p.stars span a.star-4{width:64px;z-index:7} 
p.stars span a.star-5{width:80px;z-index:6}
.star-rating {
    width: 80px !important;
    height: 15px !important;
}
/** Forms **/
input[type="submit"], input.button {
    background: #03542C ;
}
input[type="submit"]:hover, input.button:hover {
    background: #00814C ;
}
input[type="text"], textarea {
	border-radius:0px;
}
input[type="text"]:focus, textarea:focus {
    border-color: #00814C !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 129, 76, 0.6) !important;
}
/** Blog **/
.single-post-thumbnail img{
	height:auto;
	margin-bottom:10px;
}
.post-meta, .post-comments{
	display:none;
}
.post-more {
	text-align:right;
}
h2.title a{
	color:#CF862A !important;
}
.page-template-template-blog-php .entry h2{
	display:none;
}
.single .entry h2{
	display:block;
}
.read-more a:before{
	content:url('/wp-content/uploads/menu-mouse.png');
	position: relative;
	top: 15px;
}
.read-more a{
	color: #03542C;
	font-size:18px;
	font-family:"Pacifico", cursive;
	position: relative;
	top: -15px;
}
.read-more a:hover{
	color:#008959;
}
/** Contact **/
input[type="text"], textarea{
	border:1px solid #ccc;
}
input[type="text"]:focus, textarea:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.page-id-42 .entry p {  /****************** NEEDS TO CHANGE *********************************/
	margin-bottom:0;
}
.page-id-42 .entry p:first-child {  
	max-height:400;
}

/** Sidebar **/
#sidebar p{
	font-size:18px;
}
#sidebar a{
	color:#555;
}
#sidebar a:hover{
	color:#EB983D;
}
.widget h3 {
    margin: 10px 0;
	color:#CF862A !important;
    padding: 0;
    border-bottom: 0px !important;
    font-size: 24px !important;
	font-weight:100;
}
/* Blog */
article.post{
	border-bottom:1px dashed #BCDACC !important;
}
.rpwe-block li {
    border-bottom: 0px !important;
}
.blogimg img{
	height:auto;
	border:3px solid #202056;
}
.blogwrapper{
	min-height:150px;
	border-bottom: 1px solid #D4D4D4;
	margin-top: 40px;
}
.blogwrapper a img{
	transition: opacity 0.3s linear;
}
.blogwrapper a:hover img{
	opacity:0.6;
	transition: opacity 0.3s linear;
}
#post-author, #connect, .post-entries, #comments, #respond{
	display:none !Important;
}
.woocommerce .woocommerce_tabs #comments, .woocommerce .woocommerce-tabs #comments, .woocommerce .woocommerce_tabs #respond, .woocommerce .woocommerce-tabs #respond {
	display:block !Important;
}
.rdmore {
	float:right;
	margin-top:15px;
	color:#202056 !important;
}
.rdmore:hover {
	color:#404068 !important;
}
/** Footer **/
#footer{
	background:url('/wp-content/uploads/footer-final.png') no-repeat 100% / cover ;
	position:relative;
	border-width: 0px !important;
    padding: 35px 0px 25px;
	background-color:#00814C;
}
#footer.col-full {
	max-width:100% !important;
}
#footer-widgets{
	clear:none;
	float:left;
	border-top:0px;
	margin-bottom:0px;
	margin-top:75px;
}
#footer-widgets.twocol-one {
    width: 48%;
}
#footer-widgets.threecol-one:last-child {
	text-align:center;
	margin-right:0px;
	margin-top:90px;
}
#footer-widgets.threecol-one:nth-child(2) {
	margin-top:90px;
	text-align:center;
}
#footer-widgets.twocol-one:only-child {
	text-align:left;
}
#copyright, #credit{
	display:none;
}
#footer-widgets h2{
	margin: 0px 0px 24px;
	color: #FFF;
	font-size: 30px;
	line-height: 24px;
	font-family: "Pacifico", cursive;
	padding-bottom: 7px;
	font-weight: normal;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
}
.footer-img-one{
	margin-top: 50px;
}
.footer-text-one{
	padding-left:15px;
	width: calc(100% - 150px);
}
#footer p, #footer a {
    color: #FFF !important;
    font-weight: 600 !important;
    font-family: "Open Sans Condensed" !important;
    font-size: 20px !important;
}
#footer a {
	font-size:15px;
}
#footer-widgets .textwidget{
	margin-top:15px;
}
.mouse-footer{
	position:absolute;
	left:calc(50% - 75px);
	top:30px;
}
/** Misc **/
.archive_header, .entry-title {
	font-size:30px !Important;
	color:#CD852A !important;
	font-weight:normal !Important;
}
.quantity .plus, .quantity .minus, #pa_size {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/** Media Queries **/
@media screen and (max-width:1130px){
	#footer.col-full {
		padding-left: 15px;
		padding-right:15px;
	}
	.callout-shadow {
		top: -30px;
	}
}
@media screen and (max-width:1024px){
	ul.nav li a {
		font-size: 17px !important;
	}
}
@media screen and (max-width:980px){
	ul.nav li a {
		font-size: 16px !important;
	}
}
@media screen and (max-width:979px){
	#navigation ul.cart a, .side-nav span.amount {
		color: transparent !important;
	}
}
@media screen and (max-width:950px){
	.callout-mouse{
		width:40%;
	}
	.white-callout {
		font-size: 35px;
		line-height: 54px;
		text-align: center;
	}
	.green-callout{
		padding-left:0px;
		text-align: center;
	}
	.callout-title-wrap {
		padding-top: 9px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:900px){
	.white-callout, .white-callout a{
		font-size: 30px !Important;
		line-height: 40px !Important;
	}
}
@media screen and (max-width:880px){
	.green-callout{
		font-size: 30px;
		line-height: 33px;
	}
	.white-callout {
		font-size: 29px;
		line-height: 39px;
	}
	.callout-mouse {
    	bottom: -43px;
		left: -37px;
	}
	ul.nav li a {
		font-size: 15px !important;
	}
	#navigation ul.cart a.cart-contents:before {
		top: -3px !important;
	}
}
@media screen and (max-width:820px){
	ul.nav li a {
		font-size: 14px !important;
	}
	#navigation ul.cart a.cart-contents:before {
		top: -5px !important;
	}
}
@media screen and (max-width:768px){
	#footer .twocol-one {
		width: 94% !important;
		margin:0px 3%;
	}
	.callout-title-wrap {
		bottom: 65px;
	}
	.callout-h2-wrap {
		top: -32px;
	}
	.mouse-footer {
		position: absolute;
		left: auto;
		right: 10px;
		top: 30px;
	}
	.callout-shadow {
		top: -39px;
	}
	#footer-widgets.twocol-one:first-child {
    	margin-top: 50px !important;
	}
	#footer-widgets.twocol-one:last-child {
		text-align: center;
		margin-top: 0px;
	}
	#footer.col-full {
		padding-left: 0px;
		padding-right:0px;
	}
	#logo {
		float: none;
		position: static;
		text-align: center;
	}
	#header-tag {
		margin-top: 0;
		text-align: center;
		line-height: 36px;
	}
	#header-social {
		margin-top: 0;
		text-align:center;
	}
	.searchform, #searchform {
		margin:0 auto 10px;
	}
	#header-social .search_main, #header-social .textwidget {
		float: none;
	}
	#footer-widgets.threecol-one{
		padding:0 2% !important;
		width:96% !important;
	}
	.footer-text-one {
		margin-top: 0px;
	}
	ul.nav li a {
		font-size: 19px !important;
	}
	.slider-callout {
		background-size: cover;
	}
	.callout-wrapper{
		margin-bottom:-70px;
	}
	.home-callouts .fourcol-one:last-child {
    	margin-bottom: 50px;
	}
	#footer-widgets.threecol-one:nth-child(2), #footer-widgets.threecol-one:last-child {
		margin-top: 40px;
	}
	#footer {
		background: url('/wp-content/uploads/footer-final.png') no-repeat scroll 100% 0% #00814C;
	}
	ul.products li.product {
		width:48% !important;
	}
	ul.products li.product:nth-child(2n) {
		float: right;
		clear: none;
	}
	.post-type-archive-product ul.products li.product {
		max-height: 100%;
	}
	.post-type-archive-product ul.products li.product {
		margin-right: 0px !important;
	}
	#navigation ul.cart a.cart-contents:before {
		top: 5px !important;
	}
}
@media screen and (max-width:767px){
	ul.nav li a, ul.nav li ul li a  {
		color:#333 !Important;
		font-size: 20px !important;
		text-align:left;
		font-weight: 400 !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover {
		background:transparent;
		background-image:url('');
		color:#202056 !important;
	}
	ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
		background:transparent;
		background-image:url('');
		color:#202056 !important;
	}
	ul.nav ul li a {
		padding:0px !important;
	}
	#navigation ul.nav > li {
		border-right:0px !important
	}
	#navigation ul.nav ul {
		padding-top:0px !important;
	}
	ul.nav li ul li a, ul.nav li ul li a:hover {
		background:transparent !important;
	}
	#navigation ul.nav > li:hover > ul {
    	padding-top: 0px;
	}
	#navigation{
		text-align:left;
		
	}
	.header-right{
		position:static !important;
	}
	.nav-wrap{
		background:transparent;
		height:0;
		position:absolute;
		top: 0;
		border-bottom:0;
	}
	.nav-wrap #wrapper {
		overflow-x: visible;
	}
	#navigation h3 {
		margin-top:50px;
	}
	#navigation.col-full {
		max-width: 590px !important;
		float: left;
	}
	#navigation .nav-home {
		right: 7em;
	}
	#navigation .nav-home, #navigation .nav-close {
		background-color: #008959;
	}
	#navigation ul {
		padding: 0px 0em;
		margin-left: -20px;
	}
	ul.nav ul li a:after, ul.nav li ul li a:hover:before {
		content:" " !Important;
	}
	ul.nav li a {
		font-weight: 400;
	}
	ul.nav ul li a {
		border-top: 0px;
	}
	.show-nav .shop-menu-wrap {
		left: 80%;
		position:relative;
	}
	#navigation ul.cart a.cart-contents:before {
		top: -8px !important;
	}
	#navigation ul.cart li:hover span.amount,  #navigation ul.cart li:hover a {
		color: transparent !important;
	}
	#navigation ul.cart li:hover a.cart-contents:before{
		color:#ffffff !important;
	}
	#navigation ul.cart a.cart-contents{
		background:#CE872A;
	}
}
/** Shop **/
@media screen and (max-width:767px){
	.post-type-archive-product .callout-title-wrap {
		bottom: 40px;
	}
	.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
		width: 100%;
	}
	.post-type-archive-product ul.products li.product {
		margin-right: 0 !Important;
	}
	.woocommerce.one-col .related {
		width: calc(100% - 20px) !important;
	}
	.related .callout-title-wrap {
		bottom: 31px;
	}
	.related .callout-h2-wrap {
		top: -16px;
		padding: 20px;
	}
}
@media screen and (max-width:700px){
	.callout-h2-wrap {
		top: -30px;
	}
}
@media screen and (max-width:650px){
	.callout-h2-wrap {
		top: -26px;
	}
}
@media screen and (max-width:600px){
	.callout-h2-wrap {
		top: -22px;
	}
}
@media screen and (max-width:567px){
	.mouse-footer{
		display:none;
	}
	#pa_size, .single-product button.button  {
		width: 100%;
	}
	.add_to_wishlist{
		display:block;
		text-align:center;
	}
	.quantity .plus, .quantity .minus {
		top: 0em !important;
		width: 27px !important;
		height: 27px !important;
	}
	.buttons_added {
		margin-bottom: 1.5em !important;
	}
}
@media screen and (max-width:550px){
	#footer-widgets.twocol-one:first-child:after {
    content: "  " ;
	}
}
@media screen and (max-width:480px){
	.callout-h2-wrap {
		top: -18px;
	}
	.white-callout, .white-callout a {
		font-size: 40px;
		line-height: 60px;
	}
}
@media screen and (min-width:460px) and (max-width:568px){
	.related .callout-h2-wrap {
		top: -8px;
	}
}
@media screen and (max-width:460px){
	ul.products li.product {
		width:100% !important;
	}
	.responsive-product-title{
		display:block;
		margin-bottom: 20px;
	}
	.woocommerce .images{
		width:100% !important;
	}
	.woocommerce .summary h1.entry-title{
		display:none;
	}
	.single-product #wrapper{
		margin-top:20px;
	}
	.woocommerce #main .onsale {
		top: 56px !important;
	}
}
@media screen and (max-width:411px){
	.callout-h2-wrap {
		top: -14px;
	}
}
@media screen and (max-width:400px){
	#footer-widgets h2 {
		line-height: 36px;
		margin: 0px 0px 8px;
		padding-bottom:0px;
	}
	#footer p{
		font-size: 15px !important;
	}
	.callout-shadow {
		top: -25px;
	}
	.home .wp-image-49{
		width:100% !important;
	}
	ul#menu-shop-menu li {
		padding: 10px 5px;
	}
	ul#menu-shop-menu li a, ul#menu-shop-menu li a:hover {
		font-size: 16px;
	}
	#menu-shop-menu , ul#menu-shop-menu li {
		float: none;
		margin: auto;
		text-align: center;
    }
	.woocommerce .woocommerce-tabs ul.tabs li {
		width: 97%;
		margin: 0px 2px 2px;
	}
	.ingredients_tab{
		margin-top:2px !important;
	}
}
@media screen and (max-width:360px){
	.callout-h2-wrap {
		top: -14px;
	}
}
@media screen and (min-width:321px) and (max-width:360px){
	.related .callout-h2-wrap {
		top: -12px;
	}
}
@media screen and (max-width:320px){
	.gform_wrapper .top_label li.gfield.gf_left_half {
    	width: 100%;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100%;
	}
	.callout-h2-wrap {
		top: -12px;
	}
	.post-type-archive-product .callout-title-wrap {
		bottom: 37px;
	}
	.woocommerce .woocommerce-tabs ul.tabs li {
		width: calc(97% - 1px);
	}
	.related .callout-h2-wrap {
		top: -11px;
	}
	.tax-product_cat .callout-h2-wrap {
		top: -22px;
	}
	.post-type-archive-product ul.products li.product {
		max-height: 300px;
	}
	.post-type-archive-product ul.products li.product .price {
		margin-top: 7px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:320px) {
	 .woocommerce-checkout #payment input[type='radio'], .woocommerce-cart #payment input[type='radio']{
		margin-bottom:-3px;
	}
	.woocommerce-checkout #shipping_method input[type='radio'], .woocommerce-cart #shipping_method input[type='radio']{
		margin-bottom:-3px;
	}
	.alignright {
		margin:0 !important;
		float: none;
	}
}
/*@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .read-more a:before{
		content: url('http://malenycheese.com/wp-content/uploads/mouse-2x.png');
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}*/
/** ie8 **/
#navigation {
	left:0\9;
	padding-top:0\9;
}
.nav-close, .nav-home{
	display:none\9 !important;
}
#navigation ul li{
	float:left\9;
}
#navigation ul.cart li:hover span.amount,  #navigation ul.cart li:hover a, #navigation ul.cart li a {
	color: transparent\9 !important;
}
#navigation ul.cart li a {
	top:-6px\9 !important ;
	right:0px\9 !important;
}	
#navigation ul.cart li span.amount, #navigation ul.cart li span.count{
	display:none\9 !important;
} 
#navigation ul.cart li a:hover{
	color:transparent\9 !Important;
}
#navigation UL.nav > LI A{
	color:#ffffff\9 !important;
	font-size:18px\9 !important;
}
input[type='radio']:active, input[type='radio']:checked{
	background:transparent\9 !important;
}
#navigation h3, .nav-toggle{
	display:none\9 !important;
}
#navigation UL.nav LI A{
	padding:0.5em\9 !Important;
}
#navigation.col-full{
	width:100%\9 !Important;
}
.header-bg{
	background-image:url('/wp-content/uploads/header-bg-final.png')\9 !important;
	background-size:cover\9 !Important;
}
#footer {
    background-image: url('/wp-content/uploads/footer-final.png')\9 !Important;
	background-size:100%\9 !Important;
	background-repeat:no-repeat\9 !important;
}
#footer-widgets.threecol-one {
	margin-right:2%\9 !important;
}
.sub-menu {
	display:none\9 !important;
}
.post-type-archive-product UL.products LI.product{
	max-height:100%\9 !Important;
}
.woocommerce .images img {
	width:48%\9 !important;
	float:left\9 !important;
	margin-right:3.7%\9 !important;
}
.variations_form{
	width:48%\9 !important;
	float:left\9 !important;
}
.products li{
	width:22%\9 !Important;
	float:left\9 !important;
}
.welcome{
	margin-top:80px\9;
}
#navigation ul.cart a.cart-contents:before {
    position: relative\9 !important;
    top: -3px\9 !important;
}

/*
@media only screen and (min-width: 768px){
	#navigation .nav li.parent > a:after {
		width:auto;
	}
}
*/
p {
	-webkit-font-smoothing: subpixel-antialiased; 
	-webkit-text-stroke: .15pt #00814c;
}