/*
Theme Name:  Vivace
Theme URI: https://espressovivace.com/
Description:  Custom WordPress theme for Espresso Vivace.
Author: COHO Web Consulting
Author URI: https://www.cohoweb.com/
Version:  3.0

/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-weight: 100;*/
}
body {
	line-height: 1;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a, a:hover, a:active, a:focus {
	outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.featured-images img,
.nivoSlider img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-medium {
	padding-right:2%;
}

/* floats */
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

body.single-product.postid-1332 .wc-autoship-options .panel-body h3.wc-autoship-price:first-of-type,
body.single-product.postid-1332 .wc-autoship-options div.wc-autoship-frequency-radio label[for=wc_autoship_frequency_1332_no_autoship] {
	display: none;
}

body.postid-1133 .woocommerce-variation-price,
body.postid-1262 .woocommerce-variation-price {

	
}


.single-product .onsale { display:none	}

.post-type-archive-product .onsale { display:none}


input#alg_wc_empty_cart.button {
	display: none;
}

table.shop_table input#alg_wc_empty_cart.button {
	display: inline-block;
	margin-right: 5px;
}

table.shop_table input[name="update_cart"] {
	float: right !important;
}

@media only screen and (max-width: 1600px) {
.woocommerce div.product form.cart .variations select {
    width: 80%;
}
}

@media only screen and (max-width: 768px) {
	.empty-cart-wrap {
		width: 100%;
		margin-top: 5px;
	}
}

/*TEMP FOR BANNER!!!*/
html body .simple-banner .simple-banner-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    z-index: 0;
    position: unset;
}

html body #page {
    /* margin-top: 30px; */
}

a.transition .sub-text {
	display: block;
	font-size: 0.75em;
	font-style: italic;
	margin-top: 5px;
}
#sub-sub-nav {display:none;}