/*
THEME NAME: Mele
THEME URI: http://deliciousdesign.com/
DESCRIPTION: Based on Sandbox 1.6.1
VERSION: 1.0
AUTHOR: Delicious Design
AUTHOR URI:
*/

/* ----------------------------------------------------------- RESET --- */
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}  table {border-collapse: separate; border-spacing: 0;}  caption, th, td { text-align: left; font-weight: normal; }  table, td, th { vertical-align: middle; }  blockquote:before, blockquote:after, q:before, q:after { content: ""; }  blockquote, q { quotes: "" ""; }  a img { border: none; } 

/* ---------------------------------------------------------- COLORS --- */
a:link, a:visited {
	color:#60760e;
	}
a:hover, a:active {
	color:#46188c;
	}
body, 
.wp-caption p,
input[type=text], 
input[type=email],
textarea,
select,
div.product_meta div.posted_in strong {
	color: #313131;
	}
h1, h2, h3, h4, h5, h6, .headlines {
	color:#6c5639;
	}
blockquote {
	background-color:#f2ec86;
	color:#313131;
	font-weight: 900;
	}
div#menu ul.menu li.menu-item a, 
div#menu ul.sub-menu li.menu-item a, 
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a,
li.cat-item a,
label[for=toggle] {
	background:transparent;
	color:White;
	}
input[type=submit],
div#footer div.footer_cell.right a {
	background: url(images/button_bkgd_brn.jpg) #614f0c center center;
	background-size: 100% 100%;
	color:White;
	}
div#footer div.footer_cell.right a:hover,
div#menu ul.menu li.menu-item a:hover, 
div#menu ul.sub-menu li.menu-item a:hover, 
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a:hover,
li.cat-item a:hover,
input[type=submit]:hover {
	background: url(images/button_bkgd_lt_grn.jpg) #c1c59b center center;
	background-size: 100% 100%;
	color:White;
	cursor:pointer;
	}


/* ------------------------------------------------------------ BODY --- */
body {
	background: /* url(images/main_bkgd.png) */ #fff repeat-y top center;
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 400 /* 400,700,800 */;
	font-size: 15px;
	line-height:1.0em;
	text-align: left;
	}

/* ------------------------------------------------------ TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6, .headlines {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 800 /* 400,700,800 */;
	}
div#blog-description {
	margin:0 0 0 2px;
	font-size:0.9em;
	}
h1 {
	font-size:2.3em;
	line-height:1.1em;
	margin-bottom:0.4em;
	letter-spacing: -.05em;
	}
h1.entry-title {
	font-size:3.0em;
	line-height:1.0em;
	margin-bottom:0.4em;
	}
h1#blog_title {
	display:block;
	position:fixed;
	top:-1000px;
	left:0px;
	}
h2 {
	font-size:1.9em;
	line-height:1.1em;
	margin:0.1em 0 0.4em 0;
	}
h3 {
	font-size:1.42em;
	line-height:1.1em;
	margin:0.1em 0 0.4em 0;
	}
h4 {
	font-size:0.95em;
	line-height:1.1em;
	text-transform: uppercase;
	margin:0.6em 0 0.6em 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	display:block;
	margin-bottom:0.85em;
	}
.woocommerce div.product p.price {
	margin-bottom:0.0em;
	}
ul li, ol li {
	font-size: 1.0em;
	line-height: 1.4;
	margin-bottom:4px;
	}
ul {
	display:block;
	margin-left:30px;
	margin-bottom:0.85em;
	}
ol {
	display:block;
	margin-left:33px;
	margin-bottom:0.85em;
	}
blockquote {
	font-size:1.1em;
	line-height:1.3em;
	display:block;
	padding:18px 18px 1px 18px;
	margin:0 0 13px 0;
	border-radius: 5px;
	}	
em, i {font-style: italic;}
strong, b {font-weight:bold;}
a:link, a:visited {
	text-decoration:none;
	}
a:hover, a:active {
	}
.ftr_phone {
	font-size:1.2em;
	}
div.copyright {
	font-size:0.65em;
	padding: 10px 0 0 0;
	}
 
.pageid-43 div.entry_content a:link, 
.pageid-43 div.entry_content a:visited {
	border-bottom: 1px dotted #60760e;
	font-weight: 900;
	}
.pageid-43 div.entry_content a:hover, 
.pageid-43 div.entry_content a:active {
	border-bottom:1px solid #46188c;
	}

/* ---------------------------------------------------------------------- STRUCTURE --- */
div#wrapper {
	min-width:820px;
	padding: 0 60px;
	margin: 120px auto 0 auto;
	margin-bottom:20px;
	position:relative;
/*	background-color: rgba(194,194,194,0.1); */
	}
div#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 50px;
	padding:0px 0px 0px 0px;
	background: url(images/button_bkgd_brn.jpg) #69550c;
	z-index:80;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
div#logo {
	width:256px;
	height:55px;
	margin-top:0px;
	transition: width 1s, height 1s, margin-top .2s;
	float:left;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
div#logo img {
	width:100%;
	height: 100%;
	}
div#logo:hover {
	margin-top:-3px;
	}
div#dd_your_cart {
	position:fixed;
	z-index:999;
	bottom:0px;
	right:0px;
	padding:10px 10px 12px 15px;
	background-color: #546838;
	color:#fff;
	box-shadow: 0px 0px 10px #000 !important;
	border-radius: 10px 0 0 0;
	font-weight: 900;
	transition: left .5s;
	}
div#dd_your_cart a {
	color:#fff;
	border-bottom: 1px dotted #fff;
	}
div#dd_your_cart a:hover {
	color:#e4d97b;
	border-bottom: 1px dotted #e4d97b;
	}
div#dd_your_cart i.fa-shopping-cart {
	font-size: 1.5em;
	}


div#container {
/*	background-color: rgba(194,194,194,0.2);*/
	padding:0px;
	}
div#content {
	float:none;
	width:100%;
/*	background-color: rgba(194,194,194,0.2);*/
	}



/* ------------------------------------------------------------------------- FOOTER --- */
div#footer { 
	min-width:900px;
	padding: 20px 60px 60px 60px;
	margin-top:60px;
	clear: both;
	background: url(images/button_bkgd_brn.jpg) #f0e450;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color:#fff;
	}
div.footer_cell.left { 
	float:left;
	}
div.footer_cell.right { 
	float:right;
	text-align:right;
	}
.copyright a {
	color: #fff;
	}
.footer_cell.left a.social {
	color:#fff;
	font-size: 2.0em;
	line-height:1.0em;
	padding-right: 5px;
	opacity:1.0;
	}
.footer_cell.left a.social:hover {
	text-shadow: 0px 0px 3px #000;
	opacity:0.7;
	}

/* ----------------------------------------------------------------------- HOMEPAGE --- */
h2.home_title {
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align:right;
	margin-top:-60px;
	margin-bottom:60px;
	font-size: 1.2em;
	letter-spacing: 2.0px;
	}
.section_label {
	float:left;
	clear:right;
	width: 150px;
	text-align:center;
	color:#fff;
	}
.section_label h2 {
	font-size: 1.3em;
	line-height: 0.8em;
	display:block;
	width:90px;
	height:90px;
	padding: 20px;
	margin:0px;
	background: url(images/button_bkgd_lt_grn.jpg) #6c5639 center center;
	background-size: 100% 100%;
	float:left;
  display: flex;
  align-items: center;
  justify-content: center;
	}
.section_label h2 a {
	color:#5f4a2d;
	text-shadow: 0px 0px 5px #fff;
	}
.section_label h2 a:hover {
	color:#fff;
	text-shadow: 0px 0px 5px #000;
	cursor:pointer;
	}
.shortcode_output {
	float:right;
	width: calc(100% - 160px);
	}



/* -------------------------------------------------------------------- STATIC PAGE --- */
div#sidebar {
	width:250px;
	float:left;
	}
div#sidebar_woo {
	position:relative;
	width:250px;
	float:left;
	overflow:hidden;
	transition: max-height 2s;
	}
div#sidebar_woo div#read_more {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:100px;
	background:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,1.0));
	display:none;
	}

div.entry_content.has_sidebar {
/*	background:rgba(0,0,0,0.03); */
	width:calc(100% - 280px);
	float:right;
	}
div#sidebar a,
div.entry_content.has_sidebar a,
.pageid-165 div.entry_content.has_sidebar div a {
	font-weight: 900;
	}
div.entry_content.has_sidebar a {
	border-bottom:1px dotted #60760e;
	}



/* ------------------------------------------------------------------ ARTISTS LINKS --- */
div#hawaii_music {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
	}
div#hawaii_music p {
	line-height: 1.2em;
	display:block;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
	}


/* --------------------------------------------------------------------- HULA HALAU --- */
div#halau_index h2,
div#halau_index h3,
div#halau_index h4 {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 800 /* 400,700,800 */;
	color:#000;
	text-transform:none;
	font-size:16px;
	}
div#halau_index h2 {
	margin-left:0px;
	border-top:solid #ccc 3px;
	font-size:2.3em;
	margin-top:30px;
	}
div#halau_index h3 {
	margin-left:30px;
	border-top:solid #ccc 2px;
	font-size:2.0em;
	margin-top:26px;
	}
div#halau_index h4 {
	margin-left:60px;
	border-top:dotted #ccc 1px;
	font-size:1.5em;
	}
div#halau_index p {
	margin-left:90px;
	line-height:1.2em;
	margin-bottom:1.2em;
	overflow:hidden;
	}
div#halau_index p a.halau_link {
	font-weight: 400;
	}
div#halau_index p a[href^="mailto:"].halau_link:before {
	content: "\f003";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right:5px;
	}
div#halau_index p a[href^="http"].halau_link:after {
	content: "\f14c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left:5px;
	}

/* ------------------------------------------------------------------ SINGLE ARTIST --- */
.archive  .woocommerce-breadcrumb {
	display:none;
	}




/* --------------------------------------------------------------------- RADIO PAGE --- */
.pageid-165 div.entry_content.has_sidebar div {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 10px 20px 10px;
    border-top:1px dotted #ccc;
	float:left;
	width:25%;
	text-align:center;
	line-height:1.3em;
	}
.pageid-165 div.entry_content.has_sidebar div:nth-of-type(4n+1) {
	clear:left;
	}
.pageid-165 div.entry_content.has_sidebar div img {
	display:block;
	margin: 0 auto 0px auto;
	}


/* -------------------------- SEARCH RESULTS --- */
.search_result_blox,
.single_event {
	margin: 0 0 20px 0;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px #5e4a30 !important;
	}
div#nav_below {
	}
div#nav_below div {
	width:50%;
	background-color: rgba(194,194,194,0.5);
	float:left;
	}
div#nav_below div.nav_next {
	text-align: right;
	float:right;
	}

.single_event h2 {
	margin-top:-2px;
	}
.event_detail {
	font-weight: 800;
	float:left;
	padding: 0 20px 0 0;
	margin-bottom: 14px;
	line-height: 1.2em;
	width:120px;
	}
.event_location {
	float:left;
	padding: 0 20px 0 20px;
	margin-bottom: 14px;
	border-left:1px dotted grey;
	border-right:1px dotted grey;
	line-height: 1.2em;
	width:140px;
	}
.event_featuring {
	float:left;
	padding: 0 0 0 20px;
	margin-bottom: 14px;
	line-height: 1.2em;
	width: calc(100% - 390px);
	}
/* --------------------------------------------------------------------- NAVIGATION --- */
div#access {
	position:fixed;
	top:9px;
	right:60px;
	margin:0;
	padding:0;
	z-index:90;
	}
div#menu {
	margin:0;
	padding:0;
	}
div#menu ul,div#menu ul ul {
	list-style:none;
	margin:0;
	padding:0;
	}
div#footer div.footer_cell.right a {
	font-size: 0.85em;
	line-height:1.0em;
	display:block;
	margin-left:6px;
	padding: 6px 8px 6px 8px;
	text-decoration:none;
	text-align:left;
	}
div#menu ul li.menu-item a {
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height:1.0em;
	display:block;
	margin-left:6px;
	padding: 6px 8px 6px 8px;
	text-decoration:none;
	text-align:left;
	}
li.cat-item a {
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height:1.0em;
	display:block;
	margin-left:0px;
	padding: 6px 8px 6px 8px;
	text-decoration:none;
	text-align:left;
	}
div#menu ul li#menu-item-9.menu-item a {
	color:#f2ea86;
	}
div#menu ul li#menu-item-9.menu-item a:hover {
	color:#fff;
	}
div#menu ul li.menu-item a:hover {
	}
div#menu ul li ul.sub-menu {
	top:-320px;
	position:absolute;
    -ms-transition: top .1s; /* IE 9 */
    -webkit-transition: top .1s; /* Chrome, Safari, Opera */
    transition: top .1s;
	}
div#menu ul.menu li.menu-item:hover ul.sub-menu {
	top:auto;
	margin-top:0px;
    -ms-transition: top .1s; /* IE 9 */
    -webkit-transition: top .1s; /* Chrome, Safari, Opera */
    transition: top .1s;
	}
ul.sub-menu {
	z-index:-1;
	}
div#footer div.footer_cell.right a {
	float:right;
	}
div#menu ul li {
	float:left;
	margin:0px;
	}
ul.sub-menu li.menu-item {
	float:none !important;
	}
div#menu ul li.current_page_item a {
	}

.category_list {
	width:100%;
	height:2000px;
	background-color:rgba(0,0,0,0.6);
	position:fixed;
	top:0px;
	left:-9999em;
	z-index:110;
	opacity:0;
	transition: opacity .5s;
	}
.visible_menu {
	left: 0px;
	opacity:1.0;
	}
.category_list ul {
	display:block;
	position:relative;
	background: url(images/button_bkgd_brn.jpg) #f0e450;
	width:calc(100% - 20px);
	margin:50px auto 0 auto;
	padding:10px;
	box-shadow:0 0 10px #000;
	}

.category_list ul li {
	display:block;
	float:left;
	width:calc(25% - 10px);
	background: rgba(0,0,0,0.2);
	margin:5px;
	padding:0px;
	}



/* ---------------------------------------------- IMAGES / ALIGNENTS --- */
img.alignright {
	float:right;
	margin:3px 0 5px 14px;
	}
img.alignleft {
	float:left;
	margin:3px 14px 5px 0;
	}
img.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
	}
.alignright {
	float:right;
	margin:3px 0 0 14px;
	text-align:right;
	}
.alignleft {
	float:left;
	margin:3px 14px 0 0;
	text-align:left;
	}
.aligncenter, .alignnone {
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:12px;
	margin-bottom:3px;
	}
.wp-caption p {
	font-size: 0.9em;
	line-height:1.3em;
	margin: 4px 0 0 0;
	text-transform:uppercase;
	}
div.wp-caption {
	}


/* ----------------------------------------------------------- FORMS --- */
fieldset {
	padding:0px; 
	margin:0px;
	}
legend {
	display:block;
	font-size:1.8em;
	line-height:1.0em;
	margin:0 0 10px 0;
	}
.commerce-cell,
.double-cell {
	float:none;
	width:100%;
	margin: 0px;
	}
.label-cell {
	float:none;
	width:100%;
	margin: 0 0 4px 0;
	}
input[type=radio] {
	height:20px;
	}
input[type=text], 
input[type=email],
input[type=tel],
textarea {
	box-sizing: border-box;
	width:100%;
	padding:5px;	
	font-size: 1.0em;
	line-height:1.0em;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	border:1px solid #bbb;
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 400 /* 400,700,800 */;
	margin: 0 0 10px 0;
	}
textarea {
	height:250px;
	}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 250px;
	padding:4px;	
	font-size: 1.0em;
	line-height:1.3em !important;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bbb;
	background: url(images/select-pattern.png) #f0f0f0 no-repeat center right;
	background-size: auto 100%;
	}
input:focus, 
textarea:focus, 
select:focus {
	-moz-box-shadow: 3px 3px 6px #85857f; 
	-webkit-box-shadow: 3px 3px 6px #85857f; 
	box-shadow: 3px 3px 6px #85857f;  
	}
input[type=submit]:hover,
input[type=button]:hover,
a.bttn_next_step:hover {
	cursor:pointer;
	}



/* ------------------------------------------------------- FORM ERRORS --- */
div.wpcf7-response-output {
	font-weight:bold;
	font-size: 1.2em;
	background-color:yellow;
	padding: 20px;
	}
div.screen-reader-response {
	display:none;
	}
span.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
	}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
	}
.error a {
	color:#8a1f11;
	}
.notice a {
	color:#514721;
	}
.success a {
	color:#264409;
	}
input.error, 
select.error { 
	border: 1px solid #bd6800; 
	background-color: #ffe19f;
	}
label.error {
	color: #bd6800;
	}
div#confirmationErrorMsg {
	margin: 20px 0 20px 20px;
	color: #bd6800;
	}


/* ---------------------------------------------------------------------------- WOO --- */
.woocommerce img {
	box-shadow: 0px 0px 10px #5e4a30 !important;
	transition: box-shadow 1s, transform .3s; 
	}
.wp-playlist img {
	box-shadow: none !important;
	}
.home .woocommerce-page.columns-5 ul.products li.product, 
.home .woocommerce.columns-5 ul.products li.product {
	width:17.6% !important;
	}
.home .woocommerce ul.products li.product, 
.home .woocommerce-page ul.products li.product {
	margin: 0 3% 14px 0 !important;
	}
.home .woocommerce ul.products li.last, 
.home .woocommerce-page ul.products li.last {
	margin-right: 0 !important;
	}
.woocommerce ul.products li.product a img {
	margin-bottom: 2px !important;
	}
.woocommerce ul.products li.product:hover a img {
	transform: scale(.97, .97);
	box-shadow: 0px 0px 2px #5e4a30 !important;
	}

/* SINGLE */
h1.product_title.entry-title,
.woocommerce-products-header h1 {
	font-size:3.2em;
	line-height: 0.8em;
	letter-spacing: -.05em;
	}
h1.product_title.entry-title {
	margin-bottom: 0.2em;
	}

.single.woocommerce div#content,
.single.woocommerce div.product {
	width:calc(100% - 180px);
	float:left;
	position:relative;
	min-height:880px;
	}
section.related.products {
	width: 140px;
	display:block;
	position:absolute;
	right:-180px;
	top:0px;
	}
section.related.products ul.products li.product {
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px;
	}
section.related.products h2 {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 700 /* 400,700,800 */;
	font-size: 0.9em;
	margin: 0px 0px 15px 0px;
	padding-bottom:0px !important;
    letter-spacing: -0.7px;
	}
h2.woocommerce-loop-product__title,
h2.woocommerce-Reviews-title,
section.related.products h2.woocommerce-loop-product__title,
span#reply-title {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 800 /* 400,700,800 */;
	font-size: 1.5em;
    letter-spacing: 0.0px;
	margin: 0px;
	}
div.artist_name {
	font-size: 0.9em;
	line-height: 0.95em;
	font-weight: 400 /* 400,700,800 */;
	color: #313131;
	padding-bottom: 5px;
	}
h2.woocommerce-Reviews-title,
span#reply-title {
	font-size: 1.1em;
	display:block;
	margin-bottom:15px;
	color:#6c5639;
	}
h2.woocommerce-Reviews-title {
	font-size: 1.3em;
	}
section.related.products ul.products li.product span.price,
section.related.products ul.products li.product a.button {
	display:none;
	}
div#tab-description h2,
ul.tabs.wc-tabs {
	display:none !important;
	}
div#tab-description,
div#tab-reviews {
	display:block !important;
	}
div.woocommerce-tabs.wc-tabs-wrapper {
	width:48%;
	float:left;
	clear:left !important;
	}
div.woocommerce-tabs.wc-tabs-wrapper iframe {
	width:100%;
	height:260px;
	}
div.product_meta div.posted_in {
	display:block;
	margin: 0 0 5px 0;
	color:#fff;
	}
div.product_meta div.posted_in strong {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: 700 /* 400,700,800 */;
	font-size: 0.9em;
	margin: 0px 0px 15px 0px;
	padding-bottom:0px !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #6c5639;
	}
div.product_meta div.sku_wrapper {
	display:block;
	margin: 12px 0 10px 0;
	font-size: 0.7em;
	}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left:0px !important;
	background: #fbfaed;
	}
div.product_meta div.posted_in a,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
input[type=submit],
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: 0px !important;
	font-size: 15px !important;
		margin: 0;
		margin-top: 0px;
		line-height: 1;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		overflow: visible;
	padding: .6em .8em !important;
	font-weight: 800 !important;
		border-radius: 3px;
		left: auto;
	color: #614f0c !important;
	background: url(images/footer_bkgd_yllw.jpg) #614f0c center center !important;
	border: 0 transparent !important;
		white-space: nowrap;
		display: inline-block;
		background-image: none;
		box-shadow: none;
		text-shadow: none;
	}
div.product_meta div.posted_in a:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
input[type=submit]:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	color: #fff !important;
	background: url(images/button_bkgd_grn.jpg) #614f0c center center !important;
	}

div.product_meta div.posted_in a {
	font-size: 0.85em !important;
	padding: .4em .5em !important;
	margin-top:10px;
	}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 18px !important;
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}


.woocommerce ul.products li.product .price {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	color:#46582d !important;
	font-size: 1.0em !important;	
	margin-bottom: 0em !important;
	}

.woocommerce ul.products li.product .button {
	margin-top: .5em !important;
	}

.woocommerce ul.products li.product .price del {
	float:left;
	padding-right:6px !important;
	}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: .5em 0 .2em 0 !important;
	}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: .4em !important;
	}

.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 3.631em;
	height: 2.3em !important;
		text-align: center;
	}

.woocommerce .woocommerce-ordering {
	margin: -8px 0 30px 1em !important;
	}
div.entry_content.has_sidebar ul.page-numbers a {
	border-bottom: transparent;
	}
input#coupon_code {
	width:auto !important;
	}
/* ----------------------------------------------------------- CRUFT --- */
.clr, .cld { font-size: .1em; line-height: .1em; clear:both; }
.d_hidden { display: none; }
/* .hidden is used to hide misspellings and extra search terms from display */
.hidden { display: none; } 
.fixme { color:darkred; }



/* --- 1280 --------------------------------------------- */
@media (min-width: 1100px)  {
div#logo {
	width:387px;
	height:83px;
	}
}


