/*!
Theme Name: Mikes_Organic_Delivery
Theme URI: 
Author: 
Author URI: 
Description: 
License: 
License URI: 
Text Domain: mikes-organic-delivery
Tags: 


/* ! normalize.css v7.0.0 added to critical.css */
/**
 * Icon font - Add the @font-face rule to functions.php and include the rest in the critical.css file
 *
 */

/**
 * Fonts:
 * NOTE: Don't think we'll need all these... Old site just used light and regular
 *
 * font-family: 'proximanova-thin', sans-serif;
 * font-family: 'proximanova-light', sans-serif;
 * font-family: 'proximanova-regular', sans-serif;
 * font-family: 'proximanova-semibold', sans-serif;
 * font-family: 'proximanova-bold', sans-serif;
 * font-family: 'proximanova-extrabold', sans-serif;
 *
 */
@font-face {
    font-family: 'proximanova-thin';
    src: url('fonts/proximanova-thin-webfont.eot');
    src: url('fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-thin-webfont.woff') format('woff'),
         url('fonts/proximanova-thin-webfont.ttf') format('truetype'),
         url('fonts/proximanova-thin-webfont.svg#proximanova-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-light';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proximanova-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-semibold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proximanova-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-bold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proximanova-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-extrabold';
    src: url('fonts/proximanova-extrabold-webfont.eot');
    src: url('fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-extrabold-webfont.svg#proximanova-extrabold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-condensed';
    src: url('fonts/proximanova-condensed-webfont.woff') format('woff'),
         url('fonts/proximanova-condensed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-condensed';
    src: url('fonts/proximanova-condensed-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-condensed-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-condensed';
    src: url('fonts/proximanova-condensed-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-condensed-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

 
/**
 * Colors:
 * tan - #f2f0e3 (top bar)
 * coral - #ff8872 (buttons)
 * gold - #b78500 (icon links)
 * dark gray - #384f5f (headings)
 * light gray - #d8d8d8 (borders)
 * gray - #929d9f (text)
 *
 *
 *
 */
:root {
	--text_gray: #929da1;
	--dark_gray: #384f5f;
	--light_gray: #d8d8d8;
	--gold: #b78500;
	--coral: #ff8872;
	--tan: #f2f0e3;	
	
	/* 4-10-20 Added this for new site message bar */
	--blue: #265d77;
	
	--border_radius: 4px;
	
	--font_normal: 'proximanova-regular', sans-serif;
	--font_semibold: 'proximanova-semibold', sans-serif;
	--font_bold: 'proximanova-bold', sans-serif;
}
 
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;
	min-width: 320px;
	font-family: 'proximanova-regular', sans-serif;
	font-family: var(--font_normal, 'proximanova-regular', sans-serif);	
	line-height: 1.5;
	color: #929da1;
	color: #929da1; color: var(--text_gray);
	position: relative; /* for positioning the overlay and popups */
}

body.woocommerce-checkout {
	background: #f2f0e3; background: var(--tan);	
}

/* overlay gets used for site-header toggled items and popups */
.site-overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.75);
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}
/* with header items the overlay is under the site-header */
body.has-overlay .site-overlay {
	opacity: 1;
	z-index: 8;
}
/* popups  - are these only used for gform confirmations? */
.ft-popup {
	position: fixed;
	z-index: 10;
	width: 90%;
	max-width: 450px;
	max-height: 90%;
	overflow: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
/* not showing the close button */

.ft-popup-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 4px; border-radius: var(--border_radius);
}
/* with popups the site-overlay is on top of site-header */
body.has-ft-popup .site-overlay {
	z-index: 9;
}
/* this site is not using the regular close buttons */
.ft-popup-content > .close-ft-popup {
	display: none;	
}
/* gform popup styles */
.ft-popup .gform_confirmation_message h2,
.ft-popup .gform_confirmation_message p,
.ft-popup .gform_confirmation_message ul {
	text-align: center;
}
.ft-popup .gform_footer {
	margin-top: 10px;
}
.with-bars li {
	display: inline-block;
	padding: 0 1em;
	position: relative;	
}
.with-bars li + li:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	left: -3px;
	top: 0;
	background-color: #d8d8d8; background-color: var(--light_gray);
}

.full-width-submit input[type="submit"] {
	width: 100%;	
}


hr {
	background-color: #f2f0e3; background-color: var(--tan);
	border: 0;
	height: 1px;
	margin: 1em 0;
}

img {
	max-width: 100%;
	height: auto;
}

p,ul,ol,dl,form {
	margin: 1em 0;	
}

/* empty paragraphs always exist around shortcodes :( */
p:empty {
	display: none;	
}
.menu,
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;		
}

.gold {
	color: #b78500; color: var(--gold);	
}

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

table {
	margin: 1em 0;
	width: 100%;
}

button,
.button {
	border: 0;
	padding: 0.75em 1.5em;
	background-color: #ff8872; background-color: var(coral);
	border-radius: 4px; border-radius: var(--border_radius);
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'proximanova-bold', sans-serif;
	font-size: 14px;
	line-height: inherit;
}
.button + .button {
	margin-left: 0.5em;	
}
[disabled] {
	opacity: 0.5;
	cursor: not-allowed;	
}

.search-submit {
	background-color: #ff8872; background-color: var(coral);
	color: #fff;
	border-color: #ff8872; border-color: var(--coral);	
}
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

#gform_9,
#gform_11 {
	display: flex;
	display: inline-flex;	
}
#gform_9 .gform_footer,
#gform_11 .gform_footer {
	margin-top:	10px;
	margin-left: 4px;
}

legend {
	font-family: 'proximanova-semibold', sans-serif; font-family: var(--font_semibold);
	color: #384f5f; color: var(--dark_gray);
	padding: 0 0.25em;
}

.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.ginput_container {
	margin-top: 10px;	
}

.ginput_complex {
	margin-top: 0;	
}
.ginput_complex > span {
	display: block;
	margin-top: 10px;
}

.gform_validation_container {
	position: absolute;
	left: -9999em;	
}

/* only on user reg form ?*/
.validation_error {
	margin-bottom: 1em;
}

.gfield_password_strength {
	margin-top: 10px;
	position: relative;
	padding: 0.5em 0.75em;
	background-color: #ccc;
	text-align: right;
	color: #384f5f; color: var(--dark_gray);
	border-radius: 4px; border-radius: var(--border_radius);
	overflow: hidden;
	z-index: 1;
}
.gfield_password_strength:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	transition: all ease-out .25s;
	z-index: -1
}
.gfield_password_strength.blank:before {
	width: 10%;
	background-color: #e06048;
}
.gfield_password_strength.short:before {
	width: 25%;
	background-color: #c03c24;
}
.gfield_password_strength.bad:before {
	background-color: #ffba72;
	width: 33%;
}
.gfield_password_strength.good:before {
	background-color: #4b8a9f;
	width: 67%;
}
.gfield_password_strength.strong:before {
	background-color: #53bb76;
	width: 100%;
}
.gfield_password_strength.strong {
	color: #fff;	
}
.validation_message {
	text-align: left;
	font-size: 0.875em;	
}


label {
	font-family: 'proximanova-semibold', sans-serif; font-family: var(--font_semibold);
	color: #384f5f; color: var(--dark_gray);
}

.hideLabel > label,
.hideSubLabel .ginput_container label {
	position: absolute;
	left: -9999em;	
}

/*
li > label {
	font-family: 'proximanova-regular', sans-serif;
	color: inherit;
}
*/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
	width: 100%;
}
input,
textarea {
	line-height: inherit;
	padding: 0.5em 0.75em;
	border: 1px solid #d8d8d8; border: 1px solid var(--light_gray);
	border-radius: 4px; border-radius: var(--border_radius);
}
input:focus,
textarea:focus {
	border-color: #384f5f; border-color: var(--dark_gray);
	box-shadow: 0 2px 1px -1px var(--light_gray);
}

textarea {
	resize: vertical;	
}

select {
	line-height: inherit;
	padding: 0.5em 0.75em;
	border: 1px solid #d8d8d8; border: 1px solid var(--light_gray);
	border-radius: 4px; border-radius: var(--border_radius);
	width: 100%;
}



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

a:visited {
	
}

a:hover, a:focus, a:active {
	
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}



.entry-content a:not(.button) {
	color: #ff8872; 
	color: var(--coral);
	text-decoration: underline;	
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 1.5em 0;
}
.widget select {
	max-width: 100%;
}
.widget-title {
	margin: 0;	
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


.wp-post-image {
	border-radius: 4px; border-radius: var(--border_radius);
}



/* this div only exists on search page and content-none.php template */
.page-content {
	padding: 0 20px;
	max-width: 808px;
	margin: 0 auto;
}






/* archives */
.archive-posts {
	display: grid;	
	padding: 0 20px;
  	grid-template-columns: repeat(1, 1fr);
  	grid-gap: 20px;
}

.archive-post {
	background-color: #fff;
	border-radius: 4px; border-radius: var(--border_radius);
	overflow: hidden;
	text-align: center;
	width: 100%;
	max-width: 580px;
	margin: 0 auto 20px;
}

.archive-post .entry-header {
	text-align: center;
}
.archive-post .entry-header img {
	display: block;
	margin: 0 auto;
	border-radius: 0;
}
.archive-post .entry-meta {
	padding: 0 20px;
	margin: 1em 0;
}
.archive-post .entry-title {
	font-size: 20px;
	padding: 0 20px;
	margin: 1rem 0;	
}
.archive-post .entry-footer {
	text-align: center;
}
.archive-post .entry-footer a {
	font-family: 'proximanova-bold', sans-serif;
	font-size: 14px;
	color: #b78500; color: var(--gold);
	text-transform: uppercase;
}

/*
@media only screen and (min-width: 40em) {
	.archive-posts {
		grid-template-columns: repeat(2, 1fr);
	}
}
*/

@media only screen and (min-width: 64em) {
	.archive-posts {
		padding: 0 40px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 40px;
		max-width: 1280px;
		margin: 0 auto;
	}
}


/* archive pagination */
.pagination {
	padding: 0 20px 20px;
}
.nav-links {
	text-align: center;	
	font-family: 'proximanova-bold', sans-serif;	
	text-transform: uppercase;
	line-height: 40px;
}
.nav-links .page-numbers {
	display: inline-block;
	min-width: 40px;
	border: 1px solid #d8d8d8; border: 1px solid var(--light_gray);
	border-radius: 4px; border-radius: var(--border_radius);
	background-color: #fff;
	color: #384f5f; color: var(--dark_gray);
	margin: 0.5em 0.25em;	
}
.nav-links .page-numbers.current {
	color: #b78500; color: var(--gold);
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	border: 0;
	display: inline;
	background-color: transparent;	
}
.nav-links .page-numbers.prev {
	margin-left: 0;	
}
.nav-links .page-numbers.next {
	margin-right: 0;	
}
.nav-links .page-numbers.dots {
	min-width: 20px;
	border: 0;
	background-color: transparent;
}



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

/*
.hentry {
	margin: 0 0 1.5em;
}
*/

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}





/* archive posts */

.archive-post .entry-header,
.archive-post .post-thumbnail {
	padding: 0;

}

/* regular pages */
.entry-header,
.post-thumbnail,
.entry-summary,
.entry-content,
.entry-footer {
	padding: 0 20px;
	max-width: 808px; 
	margin: 0 auto;
}

/* entry-content should always contain */
.entry-content:before,
.entry-content:after {
	content: '';
	display: table;	
}


/* wc pages */
.woocommerce-page .entry-header,
.woocommerce-page .entry-content {
	max-width: 1240px;
	margin: 0 auto;	
}

.woocommerce-page .entry-header {
	margin-top: 20px;	
}
.woocommerce-page .entry-header h1 {
	margin: 0;	
}

/* this site isn't showing anything in the entry-footer (yet) */
.single .entry-footer {
	display: none;	
}


/* single post navigation */
.single .nav-links {
	text-align: inherit;
	text-transform: none;
	padding: 1em 20px;
	max-width: 808px;
	margin: 0 auto;
}
.single .nav-links:after {
	content: '';
	display: block;
	clear: both;	
}
.single .nav-previous {
	float: left;
}
.single .nav-next {
	float: right;
}




/* instagram widget on homepage */
.instagram-widget {
	padding: 0 20px;
		
}
.instagram-widget-inner {
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid var(--tan);
	padding: 20px 0;
	text-align: center;
}
.instagram-pics {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.instagram-pics img {
	display: block;
}
@media only screen and (min-width: 48em) {	
	.instagram-pics {
		grid-template-columns: repeat(4, 1fr);	
	}
}


/* product categories on homepage */
.wc-top-cats {
	padding: 20px;
	background-color: #f2f0e3; background-color: var(--tan);	
}
.wc-top-cats-inner {
	max-width: 1200px;
	margin: 0 auto;	
}
.wc-top-cats-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;	
}
.wc-top-cats-menu li {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 4px; border-radius: var(--border_radius);
	
}
.wc-top-cats-menu a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wc-top-cats-menu a img {
	display: block;
}
.wc-top-cats .term-image {
	/* temp - not the right images yet :( */
	max-width: 60px;	
}
.wc-top-cats .term-name {
	font-family: 'proximanova-bold', sans-serif;
	color: #384f5f; color: var(--dark_gray);
}

@media only screen and (min-width: 38em) {
	.wc-top-cats-menu {
		grid-gap: 20px;
	}
	.wc-top-cats-menu li {
		padding: 20px;
		text-align: left;
			
	}
	.wc-top-cats-menu a {
		flex-direction: row;
	}
	.wc-top-cats .term-name {
		padding-left: 20px;
		font-size: 1.25em;
		line-height: 1.2;	
	}
	
}

@media only screen and (min-width: 64em) {
	.wc-top-cats-menu {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 40px;	
	}
}




/* post slider sections */
.ps-ps {
	padding: 20px 0;	
}
.ps-ps-inner {
	margin-left: 20px;
	overflow: hidden;	
}
.ps-ps-inner .slick-slider {
	margin-left: -10px;
}

/* 5-21-18 added nav arrow buttons to post sliders */
.ps-ps-title-nav {
	display: flex;
	align-items: center;	
}
.ps-ps-title-nav h2 {
	padding-right: 20px;	
}
.ps-ps-nav button {
	margin-right: 10px;
	padding: 0;
	width: 32px;
	height: 32px;	
}
.ps-ps-nav [class^="icon-"]{
	font-size: 1.5em;
	line-height: 32px;
}


@media only screen and (min-width: 1240px) {
	.ps-ps-inner {
		margin-left: calc( (100% - 1200px) / 2 );
	}
}

















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

.bypostauthor {
	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%;
}


/*--------------------------------------------------------------
## 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;
}




/* product slider page sections */
.slider-posts .product {
	max-width: 270px;
	padding: 0 10px;	
}




/* recipe adjustments */
.cooked-recipe-search .cooked-sortby-wrap {
    top: auto;
}




/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	border-top: 1px solid var(--light_gray);
	padding: 1em 20px;
	text-align: center;	
	clear: both;

}

.social-menu li {
	display: inline-block;
	margin: 0 0.5em;	
}

.social-menu a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #b78500; background-color: var(--gold);
	color: #fff;
	font-size: 1.5em;
	border-radius: 4px; border-radius: var(--border_radius);
}
.social-menu a span {
	line-height: inherit;	
}

@media only screen and (min-width: 30em) {
	
	.site-footer-inner {
		max-width: 450px;
		margin: 0 auto;
		text-align: left;
		
		display: flex;
		flex-wrap: wrap;
	}
	
	.site-footer .widget {
		width: 50%;	
	}
	
	.social-menu {
		margin-left: -0.5em;	
	}
	.social-menu li {
		text-align: center;	
	}

} 


@media only screen and (min-width: 64em) {
	
	.site-footer-inner {
		max-width: 1200px;	
		justify-content: space-between;
	}
	
	.site-footer .widget {
		width: auto;	
	}
	
	.social-menu {
		text-align: right;
		margin-left: 0;	
	}
	
	.social-menu ul li:last-child {
		margin-right: 0;	
	}
	
}





@media only screen and (min-width: 100em) {
	
	

} /* end 1600 */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/* 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. */
}

pre {
	text-align: left !important;	
}
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/*** Search ***/

body.search-results .page-header {
	background: white;
	padding-bottom: 30px;
}

body.search-results .page-header .page-header-search-form {
	width: 100%;
	max-width: 785px;
	margin: 0 auto;
	position: relative;
}

body.search-results .page-header .page-header-search-form input[type="text"],
body.search-results .page-header .page-header-search-form input[type="search"] {
	font-size: 18px;
	padding: 12px 45px 11px 15px;
	width: 100%;
}

body.search-results .page-header .page-header-search-form input[type="submit"],
body.search-results .page-header .page-header-search-form button[type="submit"] {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 0;
	font-size: 0;
	width: 42px;
	height: 42px;
	background-color: transparent;
	background-image: url();
	cursor: pointer;
}

body.search-results .page-header .page-header-search-form button[type="submit"]:before {
	font-family: "mikesorganic" !important;
	font-size: 30px;
	line-height: 20px;
	content: "\f002";
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #b78500; color: var(--gold);
}

@media (min-width: 80em) {
	body.search-results .page-header .page-title {
		font-size: 3em;
	}
}

body.search-results .search-results {
	max-width: 825px;
	padding: 1.5em 20px;
	margin: 0 auto;
}

body.search-results .search-results .search-results-count {
	color: #384f5f; color: var(--dark_gray);
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

body.search-results .search-results article {
	padding: 40px 0;
	border-top: 1px solid var(--tan);
}

body.search-results .search-results article:last-of-type {
	border-bottom: 1px solid var(--tan);
	margin-bottom: 3em;
}

body.search-results .search-results article:after {
	content: " ";
	font-size: 0;
	display: block;
	clear: both;
}

body.search-results .search-results .entry-header {
	padding: 0;
}

body.search-results .search-results a.post-thumbnail {
	display: block;
	width: 100%;
	font-size: 0;
	padding: 0;
	max-width: 280px;
	margin: 0 auto 10px auto;
}

body.search-results .search-results .entry-title {
	margin: .25em 0 0 0;
}

body.search-results .search-results .woocommerce-Price-amount {
	font-size: 18px;
	font-weight: bold;
	color: #384f5f; color: var(--dark_gray);
	display: block;
}

body.search-results .search-results a.button {
	margin-top: 1.5em;
}

@media (min-width: 32em) {
	body.search-results .search-results a.post-thumbnail {
		width: 145px;
		padding: 0 20px 0 0;
		margin: 0;
		float: left;
	}
}

@media (min-width: 48em) {
	body.search-results .search-results .entry-title {
		font-size: 1.75em;
	}
	
	body.search-results .search-results a.post-thumbnail {
		width: 205px;
		padding-right: 40px;
	}
}