/*!
Theme Name: Wired
Theme URI: http://theme2.wired.co.nz
Author: Wired Internet Group
Author URI: https://www.wired.co.nz
Description: Wired Parent Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wired

Wired is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
#primary .product ul li{
	background: white;
    padding-left: 1em;
    padding-bottom: 0px;
}
.page-banner{
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	color: white;
	padding: 6% 10% 4%;
background-color: #1b1f2a;
text-align: center;
}
#cart{
    float: right;
    margin: 0 0 0 8px;
    z-index: 9;
}

#cart a:link, #cart a:visited {
    background: url(https://www.jihome.nz/wp-content/themes/jihome/images/icons.png) -112px -10px no-repeat;
    border: 1px solid #f4f1eb;
    border-radius: 50%;
    display: block;
    float: left;
    height: 38px;
    width: 38px;
}
#cart span {
    display: block;
    font-size: 0.9em;
    float: left;
    padding: 8px;
	color: #cb6817;
}
#cart span.cart-contents-count
{
	border: 1px solid #ea8e4d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8em!important;
    padding: 0px!important;
    padding-left: 5px!important;
}

/*--------------------------------------------------------------
# Normalize - normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/

/* 1. Correct the line height in all browsers. 
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Remove the margin in all browsers. */
body {
	margin: 0;
}

/* Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
.entry-header h1 {line-height: 1; margin-top:0;}

/* 1. Add the correct box sizing in Firefox. 
 * 2. Show the overflow in Edge and IE. */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* 1. Correct the inheritance and scaling of font size in all browsers. 
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Remove the grey background on active links in IE 10. */
a {
	background-color: transparent;
}

/* 1. Remove the bottom border in Chrome 57- 
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
	font-weight: bolder;
}

/* 1. Correct the inheritance and scaling of font size in all browsers. 
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Add the correct font size in all browsers. */
small {
	font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* Remove the border on images inside links in IE 10. */
img {
	border-style: none;
}

/* 1. Change the font styles in all browsers. 
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/* Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input { /* 1 */
	overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE. 
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select { /* 1 */
	text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/* Correct the padding in Firefox. */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/* 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE 10+. */
textarea {
	overflow: auto;
}

/* 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/* 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/* Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
	display: block;
}

/* Add the correct display in all browsers. */
summary {
	display: list-item;
}

/* Add the correct display in IE 10+. */
template {
	display: none;
}

/* Add the correct display in IE 10. */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #231f20;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 1.9;
}
h1,h2,h3,h4 {font-family: 'Playfair Display', serif;}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {font-size: 56px; line-height: 1.1; margin-top: 0;}
h2 {font-size: 48px; line-height: 1.1; margin-top: 0;}
h3 {font-size: 36px; line-height: 1.1; margin-top: 0;}
h6 {text-transform:uppercase; color:#ea8e4d; font-size:12px; font-weight: 700; letter-spacing: 1px;}
#secondary h2 {line-height:1; margin-top:0; }

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
	padding:0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
#primary ul li {
	background:url('../images/heart.png') no-repeat 0 4px;
	padding-left:30px;
	padding-bottom: 15px;
}
#primary ul.products li, #primary ul#shipping_method li, #primary ul.wc_payment_methods.payment_methods.methods li, #primary ul.woocommerce-order-overview li {
	background: none;
padding-left: 0px;
padding-bottom: 0;}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
a.btn, .wpcf7-form-control.wpcf7-submit {background:#9F1F63; color: #fff; display:inline-block; font-size:18px; font-weight:700; padding: 20px 80px; border-radius:5px; transition:all .2s ease;}
a.btn:hover, .wpcf7-form-control.wpcf7-submit:hover {transform: scale(1.1); transition:all .2s ease; color: #fff;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-header {background: #fff; padding: 5px 30px 20px; position: relative; z-index: 15;}
#logo {float: left; padding: 15px 0; max-width: 200px; max-height: 80px;}
#logo img {height: auto; max-height: 80px; max-width: 200px; width: 100%;}
.social {float:right; margin-top: 40px;}
/*.role-wholesale #tpbr_topbar {display:none!important;}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {background: #efefef; color:#332a21; height:490px; padding: 0; width:100%; position: fixed; left: 0; bottom: 0; z-index: -1;}
#site-footer a {color:#ea8e4d; text-decoration:none;}
#site-footer a:hover {text-decoration:underline; }
#site-footer .col {width:33%; float:left; padding-top:50px; padding-right:70px;}
#site-footer .col:first-child {padding-top:80px;}
/*#site-footer .col:last-child a:hover {text-decoration:none;}*/
#site-footer .col h4 {font-size:26px; font-weight:700; line-height:1.6;}
#primary #site-footer .col ul li {background: none;padding-left: 0px;}
#primary #site-footer .col ul.contacts li a {color:#332a21;}
#primary #site-footer .col ul.contacts li img {margin-bottom:-6px; margin-right:8px;}
.credit {border-top:1px solid #d7d7d7; padding:20px 0; margin-top:50px;}
#site-footer .credit a {color: #332a21;}
.footer-banner {
    background: #1B1F2A;
    text-align: center;
    padding: 10px 0;
}
.footer-banner h6 {
	text-transform: uppercase;
	color: #EEEBE0;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#nav {float: right; margin: 38px 0 0 9%; padding: 0; position: relative; text-align: left; width: 65%; z-index: 9;}
#nav input[type="checkbox"], #nav input[type="checkbox"] + label  { display:none;}
#nav input[type="checkbox"] ~ ul  { margin:0; padding:0; list-style:none; }
#nav input[type="checkbox"] ~ ul li { border-left:1px solid #525252; float:left; margin:0; padding:0; position:relative; text-align:center; width:calc(20% - 1px); }
#nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li.current-menu-item a:link , #nav li.current-menu-item a:visited {  }

#nav li a:link, #nav li a:visited, #nav li a { border-radius:4px; color:#231f20; display:block; font-size:0.9em; font-weight: 700; padding:0; text-transform: uppercase; }
#nav li > a:active, #nav li:hover > a, #nav li.current-menu-item a {color:#9f1f63;} 

.main-navigation {display: block;}
.main-navigation ul {display: none; float: right; list-style: none; margin: 0 60px 0 0; padding-left: 0;}
.main-navigation li {float: left; position: relative; margin-left: 60px;}
.main-navigation a {display: block; text-decoration: none;}

.sub-menu {background:#eee; padding: 0 20px; visibility: hidden; /* hides sub-menu */ opacity: 0; position: absolute; top: 100%; left: -20px; width: 200px; transform: translateY(-2em); z-index: -1; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;}
.main-navigation .sub-menu li {float:none; margin: 0 20px;}

.main-navigation li:focus .sub-menu, .main-navigation li:focus-within .sub-menu, .main-navigation li:hover .sub-menu { visibility: visible; /* shows sub-menu */ opacity: 1; z-index: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search {  height:54px; position:absolute; top:36px; right:20px; width:54px; z-index:5;}
#search input[type="checkbox"] {display:none;}
#search input[type="checkbox"] + label  { background: url(../images/icons.png) -2px -2px no-repeat #03445A; border-radius:50%; cursor:pointer; display: block; height:54px; width:54px; z-index:20; }
#search input[type="checkbox"]:checked + label { background-color:rgba(0, 0, 0, 0.66); border-radius:50%; cursor:pointer;}

#search input[type="checkbox"]  + label ~ #search-inputs  { background-color:rgba(0, 0, 0, 0.66); height:0; overflow:hidden; padding:0 20px; position:absolute; top:91px; left:-485px; overflow:hidden; transition:0.3s; width:534px; z-index:-5;}
#search input[type="checkbox"]:checked  + label ~ #search-inputs {height:auto; padding:15px 20px; }

#search-inputs input[type="text"] { border:none; float:left; margin:0 2px 0 0; width:405px;}
#search-inputs input[type="submit"] { margin:0;}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.banner {height: 100%; position: relative; width: 100%; margin:0 0 -9px 0;}
#banner {
    background: #1b1f2a;
    padding: 80px 0 60px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border-bottom: 14px solid #9f1f63;
	text-align: center;
}
#banner img {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-left: -20px;
}
.bx-wrapper img, .banner img {max-height: 904px !important; object-fit: cover; width: 100%;}
.scroll {position:absolute; border-right: 3px solid #fff; bottom: 9px; color:#fff; font-weight: 700; font-size:11px; height:75px; padding: 0 20px 0 0; right: 70px; text-transform: uppercase; }
.intro-section {background:#1b1f2a; overflow:hidden; padding: 200px 0; width:100%;}
.kiss-intro {float:left; color:#eeebe0; padding: 0px 60px; width:calc(100% - 443px);}
.kiss-intro h6 {color:#ea8e4d; font-size:12px; font-weight: 700; letter-spacing: 1px;}
.kiss-intro h1 {font-size: 56px; line-height: 1; margin-top: 0; width: 80%;}
.kiss-intro h1 span, .kiss-intro h1 strong {color:#ea8e4d;}
.why-kombucha {position:relative; background:url('../images/bubbles.jpg') no-repeat 0 0; float:left; height: 504px; text-align:center; width:/*442px*/ 40%; display: flex; justify-content: center; align-content: center; flex-direction: column;}
.why-kombucha h2 {color:#fff; font-size: 48px; line-height: 1; margin-top: 0; }
.why-kombucha a.btn {align-self:flex-start; background:#fff; color:#9F1F63; margin: 20px auto 0;}
.intro-footer {background:#EEECE0; width:100%; height:100%; overflow:hidden;}
.intro-footer img {width: calc(100% - 40%); max-height: 503px;}
.product-section {background:#eeebe0; overflow:hidden; padding: 100px 0; width:100%;}
.product-section h6, .product-section h1 {text-align:center;}
.product-section h1 {margin-bottom:70px;}
.product-section .product-intro {float:left; width:55%;}
.product-section .product-img {float:right; margin-top:-40px; max-width: 40%}
.product-intro a.btn {background:#9f1f63; color:#fff; margin-top:40px;}
.row {display: none;}
.thumbs {text-align:center;}
.thumb-img {display:inline-block; border:1px solid #ebebeb; position:relative;margin-top: 20px; background:#fff;}
/*.thumb-img:first-child::before {content:''; width: 0; height: 0; left:50%; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #ea8e4d; margin-left:-5px; position:absolute; top:-10px;}*/
.show-bar::before {content:''; width: 0; height: 0; left:50%; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #9f1f63; margin-left:-5px; position:absolute; top:-10px;}
.thumb-img:first-child {border-right:none;}
/*.thumb-img:first-child::after {content:''; background: #ea8e4d; height:5px; left:0; position:absolute; top:-5px; width:100%;}*/
.show-bar::after {content:''; background: #9f1f63; height:5px; left:0; position:absolute; top:-5px; width:100%;}
.thumb-img:last-child {border-left:none;}
.thumb-img:hover {cursor:pointer;}
.kiss-special {background:#fffcf3; color:#1B1F2A; text-align:center; padding: 100px 0;}
/*.kiss-special .btn {background: #fff; color:#9F1F63;}*/
.kiss-special .content-width {max-width: 900px;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em*/;
}
.content-width {margin: auto; max-width: 1108px; position: relative;}
.page-banner + .content-width {padding-top:30px;}
article.page {/*margin: 0 0 0 370px;*/ float:left; margin-left:70px;  width: calc(100% - 390px);}
/*.home #primary, .woocommerce-cart #primary, .post-type-archive-product > #primary, .single-product > #primary, .woocommerce-checkout > #primary {margin: 3.5em 0 480px;}*/
#site-header + #primary {margin: 3.5em 0 480px;}

/*.home #primary {margin: 0;}*/

aside#secondary {float:left; width:320px;}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#main {
    background: #fff;
    padding: 100px 0;
}
.home.page #main {
    background: transparent;
    padding: 0;
}
.post-type-archive-product #main, .single-product #main {padding: 50px 0;}
.page #main {
    padding: 0px 0 100px;
	min-height:calc(100vh - 100px);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ea8e4d;
	border:none;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em;
	font-weight: 700;
	border-radius: 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {padding:10px;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #9f1f63;
	text-decoration: none;
}

a:visited {
}

a:hover, a:focus, a:active {
	color: #9f1f63;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
.page-id-24 a:hover {text-decoration: underline;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 1.5em;}
.woocommerce ul.products li.product .price {font-size: 1.2em;}
#coupon_code {width: auto;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #ea8e4d;}
.woocommerce button.button {padding: 1em;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {padding: 10px;}
.woocommerce-checkout #payment {padding: 20px;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #9f1f63;}
.single-product .quantity input[type="number"] {padding: 7px 5px;}
.woocommerce-MyAccount-navigation-link--request-quote {display:none!important;}
a.button.single_add_to_cart_button.product_type_simple.pum-trigger {
    text-align: center;
    margin-bottom: 25px;
}
.product-info {background: #efefef; padding: 15px 30px; margin-top: 30px;}

/*--------------------------------------------------------------
## Media queries
--------------------------------------------------------------*/
@media(max-width:1635px){
	#nav {width:66%;}
}
@media(max-width:1611px){
	.main-navigation li {
    margin-left: 50px;
}
}
@media(max-width:1528px) {
	.main-navigation li {
    margin-left: 40px;
}
}
@media(max-width:1449px) {
	.main-navigation ul {margin: 0 20px 0 0;}
}
@media(max-width:1358px) {
	#site-header {padding: 5px 50px 20px;}
	#nav {width:70%;}
	.main-navigation li {
    margin-left: 40px;
}
}
@media(max-width:1306px) {
	#nav {width:74%;}
}
@media(max-width:1275px) {
	.main-navigation li:first-child {margin-left: 0px;}
	#nav {margin: 56px 0 0 0;}
}
@media(max-width:1200px){
	#nav {
    margin: 56px 0 0 50px;
}
}
@media(max-width:1156px) {
	.main-navigation li {margin-left: 30px;}
}
@media(max-width:1106px) {
	.intro-section {padding: 0px 0 1px;}
	.product-slide.row, #site-footer .content-width {padding: 0 40px;}
	.main-navigation ul {
    margin: 0;
}
}
@media(max-width:1078px){
	.main-navigation li {
    margin-left: 20px;
}
}
@media(max-width:1061px){
	#nav {
    margin: 56px 0 0 30px;
}
	.main-navigation li {
    margin-left: 15px;
		font-size:13px;
}
}
@media(max-width:1003px) {
	.kiss-intro {padding: 30px 30px 30px 60px;}
}
@media(max-width:973px) {
	.kiss-intro h1 {font-size: 48px;}
	.product-slide.row img {width:calc(90% - 55%);}
	.product-section .product-img {margin-top: 0px;}
	.thumbs {margin-top: 70px;}
}
@media(max-width:863px) {
	.scroll {display:none;}
	.kiss-intro h1 {font-size: 42px;}
	.why-kombucha {padding: 0 40px;}
	a.btn {padding: 20px 50px;}
	.product-section {padding: 30px 0 50px;}
	#site-footer .col {padding-right: 40px;}
}
@media(max-width:780px){
	#banner img {
		margin-left:auto;
	}
}
@media(max-width:768px) {
	.kiss-intro {padding: 30px;}
	.kiss-intro h1 {font-size: 33px;}
	a.btn {font-size: 16px;}
	#site-footer .col h4 {font-size: 22px;}
	#site-header {
    padding: 5px 30px 20px;
}
}
@media(max-width:467px){
	#tpbr_calltoaction {display:none!important;}

}
@media(max-width:447px){
	#banner img {
		width:80%;
	}
}
@media(max-width:414px) {
	.kiss-intro, .why-kombucha, .intro-footer img, .product-section .product-intro, .product-slide.row img {width: 100%;}
	/*.product-slide.row {display:flex; flex-wrap: wrap;}
	.product-section .product-intro {order: 2;}
	.product-slide.row img {order: 1;}*/
	#site-footer .col {padding-top:0;}
	#site-footer .col {width: 100%;}
	#site-footer {position: relative; margin-top: -10px; z-index: 1; height: auto;}
	#primary {margin: 3.5em 0 0;}
	.credit {font-size: 12px; text-align: center;}
	#site-footer .col:first-child {padding-top: 30px;}
	.credit .top {display:none;}
	h1 {font-size: 48px;}
}


/* Home Instagram Feed */
.footer-banner.sign-up {
    background: white;
	padding-bottom: 26px;
}
.footer-banner.sign-up p{
    font-size: 20px;
	margin-bottom: 0px;
}

.home #mc_embed_signup .button {
    background-color: #9f1f63;
    color: #fff;
	margin-left: 5px;
}

.home #mc_embed_signup .button:hover {
    background-color: #9f1f63;
    transform: scale(1.1);
    transition: all .2s ease;
}

@media(max-width:780px){
	.home #mc_embed_signup {
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}
	.home #mc_embed_signup .button {
		margin-left: 0px;
	}
}


/* Blog */

.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
	display: block;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}

.woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
}

.woocommerce-breadcrumb a {
    color: #767676;
}