/*
	Theme Name: Atmosphere Pro for Jinas
	Theme URI: http://my.studiopress.com/themes/atmosphere/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.3

	Tags: one-column, custom-colors, custom-header, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: atmosphere-pro
*/

/* Table of Contents
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Column Classes
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Simple Share
		- Jetpack
	- Skip Links
	- Site Header
		- Site Title and Description
	- Site Navigation
		- Accessible Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Intro Text
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1024px
		- Max-width: 800px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	border-top: 3px #7f0000 solid;
	background-color: #fff8e6;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #55acee;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

.script {
	font-family: 'Dancing Script', cursive;
	font-size: 22px;
	font-size: 2.2rem;
    font-weight: 400;
    text-transform: none;
}
.dashicons,
.dashicons-before:before {
	//line-height: 1.3;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-top: 40px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	//border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	//border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
.content .widget .textwidget .button.small,
.entry-content .button.small {
	padding: 8px 16px;
}

a.more-link {
	display: inline-block;
}

.archive .content a.more-link,
.page.page-template-page_blog .content a.more-link {
	margin-bottom: 30px;
}

button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.button:focus,
.button:hover,
.content .widget .textwidget a.button:focus,
.content .widget .textwidget a.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.entry-content a.more-link:focus,
.entry-content a.more-link:hover {
	background-color: #34313b;
	border: 0px solid #34313b;
	color: #fff;
	text-decoration: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets .entry-content a.more-link:focus,
.footer-widgets .entry-content a.more-link:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #333;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

#genesis-content {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.home #genesis-content {
	max-width: 100%;
}

.home #genesis-content .wrap{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

a.button,
.button {
	margin: 10px !important;
	//border: 0px !important;
	background: #7f0000 !important;
	border-radius: 3px !important;
	color: #fff !important;
	border: 0px solid #7f0000 !important;
	font-weight: 700 !important;
	-webkit-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67) !important;
	-moz-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67)!important;
	box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67)!important;

}

a.button:hover,
.button:hover {
	background: transparent !important;
	color: #7f0000 !important;
	-webkit-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67)!important;
	-moz-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67)!important;
	box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67)!important;
}

/* Site Container
--------------------------------------------- */

.site-container {
	//background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

.atmosphere-landing .site-container {
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	//margin-top: 77px;
    padding: 5% 10%;
    background: #fff;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.archive-description,
.author-box {
	padding-bottom: 0px;
}

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.archive-description a:focus,
.archive-description a:hover,
.author-box a:focus,
.author-box a:hover {
	border-bottom: 1px solid #333;
	color: #333;
}

.archive-description p::last-child,
.author-box p::last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search .search-form input[type="submit"]:focus {
	padding: 18px 20px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content .search-form input[type="submit"] {
	border: 1px solid #333;
	height: auto;
	margin: 0;
	padding: 16px 24px;
	position: static;
	width: auto;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
}
.page .entry-title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	display: none;
}

.entry-title .atmosphere-large-text {
	display: block;
	margin-bottom: 20px;
}

.entry-title a {
	color: #333;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #55acee;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text,
figcaption {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	padding-bottom: 60px;
}

.featured-content .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featuredpost .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
	width: 100%;
}

.enews-widget p {
	margin-bottom: 15px;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:focus,
.content a.count:hover,
.content a.share,
.content a.share:focus,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #333;
	border: 1px solid #333;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #333 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #222;
	outline: #ddd solid 0px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    padding: 15px 30px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.custom-header-wrapper img {
    width: 360px;
    margin: 15px 0px -25px 10px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	display: none;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 3px 0 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.genesis-nav-menu .current-menu-item > a {
	//color: #55acee;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #fff;
	border: 1px solid #333;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-primary li.highlight > a:focus,
.nav-primary li.highlight > a:hover {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 0px;
}

.nav-secondary .genesis-nav-menu a {
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff!important;
}

.nav-secondary .genesis-nav-menu a:hover {
    color: #7f0000!important;
    background: #eee8e6;
}


.nav-secondary .genesis-nav-menu {
    text-align: center;
}

/* Top Right Box
--------------------------------------------- */

#custom_html-19 {
	padding: 8px 0px 0px 0px;
	float: right;
}

#custom_html-19 i {
	float: left;
	color: #7F0000;
	margin-left: 20px;
	font-size: 20px;
}

#custom_html-19 i:hover,
#custom_html-20 i:hover{
	color: #333;
}

.woocommerce-cart .continue-shopping {
	float: right;
}

.woocommerce-cart .continue-shopping a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 20px;
}

.woocommerce-cart .continue-shopping a i{
	color: #7F0000;
}

.woocommerce-cart .continue-shopping a i.fa-caret-left{
	padding-right: 10px;
}

#custom_html-20{
    float: right;
    padding: 5px 0px 0 0;
}

#custom_html-20 i{
    color: #7F0000;
    margin-right: 10px;
    font-weight: 800;
    font-size: 22px;
}

#custom_html-20 i::before {
   margin-top: 2px;
   float: left;
}

#custom_html-20 a.button{
	margin: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    padding: 6px 10px;
    font-size: 12px;
    margin: 0px 20px 0 0 !important;
    letter-spacing: 0.5px;
    line-height: 1;
}

#custom_html-20 a.button:hover{
	background: #333!important;
	color: #fff!important;
}

#custom_html-20 li{
	float: left;
	line-height: 1;

}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
}

.page .entry {
	margin-bottom: 30px;
}

.single .entry {
	margin-bottom: 0;
}

.entry-content a {
	//border-bottom: 1px solid #ddd;
}

.entry-content a:focus,
.entry-content a:hover {
	//border-bottom: 1px solid #333;
	//color: #333;
}

.page .entry-content p:last-child {
	margin-bottom: 0;
}

.page.page-template-page_blog-php .content p:last-child,
.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	//margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Intro Text
--------------------------------------------- */
.entry-content p.intro,
.entry-header span.intro {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.entry-content p.intro:after,
.entry-header span.intro:after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 24px;
	margin-top: -10px;
}

.entry-footer {
	margin-bottom: 30px;
}

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry a:focus,
.after-entry a:hover {
	text-decoration: underline;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}

.pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #333;
	color: #333;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #333;
	color: #fff;
}

/* Comments
--------------------------------------------- */

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.entry-pings,
.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:focus,
.comment-respond a:hover,
.entry-comments a:focus,
.entry-comments a:hover {
	border-bottom: 1px solid #333;
	color: #333;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.inner-banner {
	text-align: center;
    padding: 20px;
    color: #fff;
    background: #7f0000;

}

.inner-banner h2,
.inner-banner h3{
	margin: 0px;
	line-height: 1.25;
}

.inner-banner h2{
	font-size: 30px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.inner-banner h3{
	font-size: 18px;
}

#inner-banner-wrapper {
	padding: 2px 0px;
	border-top: 2px #7f0000 solid;
	border-bottom: 2px #7f0000 solid;
}

/* Pages By ID
----------------------------------------------------------------------------------------------------- */

.page-id-14 .contact-box {
	width: 50%;
	float: left;
	padding: 3%;
}

.page-id-14 .right-box {
	background: #eee8e6;

}

.page-id-14 .wpcf7 input,
.page-id-14 .wpcf7 textarea {
	background-color: #fff;
    border: 1px solid #aaa;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
}

.page-id-14 .wpcf7 input[type="submit"] {
    margin: 10px 0px !important;
    padding: 8px 24px;
}

.page-id-14 .wpcf7 textarea {
	height: 160px;
}

.page-id-14 .wpcf7 p {
	font-weight: 700;
	font-size: 16px;
}

.page-id-114 .info-box {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 50px;
}

.page-id-114 .info-box p{
	margin-bottom: 5px;
}

.page-id-114 .info-box h4{
	font-weight: 700;
	text-transform: uppercase;
}

.chefs-info .info-wrapper {
	width: 100%;
    float: left;
}

.chefs-info .section1,
.chefs-info .images-box {
	float: left;
	width: 100%;

}

.chefs-info .section1 h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 24px;
	font-weight: 700;
	background: #eee8e6;
}

.chefs-info .wrapper {
	width: 100%;
	float: left;
    background: #eee8e6;
    font-size: 16px;
}

.chefs-info h4.title {
	width: 83.33%;
	float: left;
	font-size: 24px;
}

.chefs-info .info {
	width: 83.33%;
	float: left;
	padding: 6px 0px;
	background: #fff;
}

.chefs-info .info .product{
	padding-right: 10px;
	width: 220px;
	float: left;
}

.chefs-info .info .description{
	width: calc(100% - 220px);
	float: left;
}

.chefs-info .box,
.chefs-info .label {
	width: 16.66%;
	float: right;

}

.chefs-info .box {
	padding: 6px 0px;
}

.chefs-info .box .box-item,
.chefs-info .label span {
	width: 100%;
	float: left;
	text-align: center;
}

.chefs-info .label span {
	width: 100%;
	float: left;
	text-align: center;
}

.chefs-info .image-line{
	padding: 100px 0 20px 0;
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.chefs-info .image-line img{
	padding: 10px;
}

.chefs-info .three-box-line{
	width: 100%;
	float: left;
}

.chefs-info .three-box-line h4 {
	font-weight: 700;
	border-bottom: 1px solid rgba(51,51,51,.5);
	padding-bottom: 10px;

}

.chefs-info .three-box-line .boxes-3 {
	float: left;
	width: 50%;
	padding: 0 2%;
	text-align: center;
}

.chefs-info .wrapper table{
	margin-bottom: 0px;
}

.chefs-info .wrapper tbody,
.chefs-info .wrapper td {
	border-bottom: 0px solid #ddd;
	border-top: 0px solid #ddd;
	padding: 0px;
}


.chefs-info .wrapper tr {
	//border-bottom: 1px solid rgba(51,51,51,.5);
	border-top: 1px solid rgba(51,51,51,.5);
}

.chefs-info .wrapper .product-line {
	background: #eee8e6;
	line-height: 1.625;
}

.chefs-info .image-line .gallery-item {
    width: 25%!important;
}

.page-id-25758 #genesis-content > article > div > div > div > p:nth-child(3) {
    display: block;
}

.page-id-25758 .entry-content h3,
.page-id-42385 .entry-content h3{
	font-size: 24px;
}

.page-id-25758 .entry-content a{
	color: #7f0000;
}

.page-id-25758 .entry-content a:hover{
	color: #333;
}

.page-id-25758 .entry-content .wp-block-separator {
    border-top: 0px solid;
    border-bottom: 1px solid;
}

.page-id-8 .work_with{
    margin-bottom: 5%;
    float: left;
}

.page-id-8 .work_with .widget_custom_html {
    background-color: #ccc8e6;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
    -moz-box-shadow: 3px 3px 9px 0px rgba(48, 48, 48, 0.67);
    box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	    width: 29.33%;
    float: left;
    margin: 2%;
}

.page-id-8 .work_with .widget_custom_html img {
    width: 100px;
    padding: 20px 0px;
    margin: 0 auto;
    display: block;
}

.page-id-8 .work_with .widget_custom_html h4 {
    text-align: center;
    font-weight: 700;
    margin: 0px;
    height: 36px;
		font-size:16px
}

.page-id-8 .work_with .widget_custom_html a.button {
    margin: 20px auto 0px auto !important;
    display: block;
    width: 160px !important;
    text-align: center;
}

.page-id-8 .work_with .widget_custom_html a.button:hover {
    background: #fff!important;
    color: #7f0000!important;
}

.page-id-8 .work_with a.button {
    box-shadow: 3px 3px 5px 0px rgba(48,48,48,0)!important;
}
#language-switcher {
	display: none!important;
}

.page-id-42385 .entry-content .wp-block-column .wp-block-file a{
	margin: 10px !important;
    background: #7f0000 !important;
    border-radius: 3px !important;
    color: #fff !important;
    border: 0px solid #7f0000 !important;
    font-weight: 700 !important;
    -webkit-box-shadow: 9px 9px 13px 0px rgba(48, 48, 48, 0.67) !important;
    -moz-box-shadow: 9px 9px 13px 0px rgba(48, 48, 48, 0.67) !important;
    box-shadow: 9px 9px 13px 0px rgba(48, 48, 48, 0.67) !important;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 12px 24px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

.page-id-42385 .entry-content .wp-block-column .wp-block-file a:hover {
    background: transparent !important;
    color: #7f0000 !important;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(48, 48, 48, 0.67) !important;
    -moz-box-shadow: 3px 3px 9px 0px rgba(48, 48, 48, 0.67) !important;
    box-shadow: 3px 3px 9px 0px rgba(48, 48, 48, 0.67) !important;
}

.page-id-42385 .entry-content ul{
	padding-left: 30px;
}

@media only screen and (max-width: 1200px){
	.page-id-8 .work_with .widget_custom_html h4 {
	    height: 48px;
	}
}

@media only screen and (max-width: 1024px){
	.page-id-8 .work_with .widget_custom_html {
		    width: 46%;
	}
	.page-id-8 .work_with .widget_custom_html h4 {
	    height: 36px;
	}

}

@media only screen and (max-width: 800px){
	.page-id-8 .work_with .widget_custom_html {
		    width: 96%;
	}

	.page-id-42385 .cetrificates,
	.page-id-42385 .photos{
		float: left;
		width: 100%;
	}

}


@media only screen and (min-width: 800px) {

	.chefs-info .image-line{
		padding: 40px 0 0px 0;
	}

	.chefs-info .gallery-item {
		margin: 0px;
	}

}





/******************** contact form *********************/

.wpcf7 .ajax-loader {
	display: none !important;
}

div.wpcf7-response-output {
    margin: 1.5em 0em 1em !important;
    padding: 0.2em .5em !important;
    border: 2px solid #ccc8e6 !important;
    background: #ddd8e6;
    text-align: center;
    font-size: 16px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #7F0000 !important;
}

span.wpcf7-not-valid-tip {
    color: #7F0000 !important;
    font-size: 14px !important;
}



/* Woocommerce
----------------------------------------------------------------------------------------------------- */

.product-category a img {
	width: 60px !important;
	margin: 0 auto !important;
}

.product-category a h2 {
	font-size: 16px;
	font-size: 1.6rem !important;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.5px;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce.single-product .related ul.products.columns-4 li.product{
    width: 23% !important;
    margin: 20px 1% !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
}

.woocommerce  ul.products.columns-4 li.product-category{
    width: 31.33% !important;
    margin: 1% !important;
}

.woocommerce  ul.products.columns-4 li.product-category.first{
    clear: none;
}

.woocommerce .woocommerce-result-count {
    font-size: 14px !important;
    font-weight: 700;
    margin-left: 1% !important;
    margin-top: 30px !important;
}

.woocommerce #custom_html-18 {
	float: left;
	width: 100%;
}

.woocommerce #custom_html-18 ul.products li.product-category{
    background-color: #fff;
    padding: 0px !important;
    width: 18% !important;
    min-height: 35px;
}

.woocommerce #custom_html-18 ul.products li.product-category:nth-child(1){
    width: 38% !important;
}

.woocommerce #custom_html-18 ul.products li.product-category:last-child{
    /*display: none;*/
}

.woocommerce #custom_html-18 ul.products li.product-category a{
    background: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:  none;
	padding: 0px !important;
}

.woocommerce #custom_html-18 ul.products li.product a h2{
    padding: 10px !important;
    font-size: 13px !important;
    color: #7F0000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.woocommerce #custom_html-18 ul.products li.product a h2:before{
    display: none;
}

.aws-container {
	padding: 10px 0 0px 0px;
	margin: 0 1%;
}

.aws-container:before {
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: block;
    float: left;
    padding: 7px 12px 6px 12px;
    background: #7f0000;
    color: #fff;
    content: '\f002';
    font-size: 18px;
}

.aws-container .aws-search-form{
	width: calc(100% - 42px)!important;
	margin-bottom: 10px;
}

.woocommerce #custom_html-18 .aws-search-form {
	width: auto;
}

.aws_result_content span.aws_result_excerpt {
	display: none !important;
}

.aws-search-result .aws_result_title {
	color: #7F0000 !important;
}

.aws-search-result a.aws_result_link:hover {
	background: #ccc8e6 !important;
}

.aws-container .aws-search-field {
    color: #333 !important;
    background: rgba(204,200,230,.33) !important;
    border: 1px solid #7F0000 !important;
}

.woocommerce.post-type-archive #custom_html-18 {
	display: none;
}

li.product-category,
.woocommerce.tax-product_cat ul.products li.product a,
.woocommerce div.product .related.products ul li a{
    background-color: #ccc8e6;
    padding: 30px 10px !important;
    border-radius: 3px;
    -webkit-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	-moz-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
}

li.product-category:hover,
.woocommerce.tax-product_cat ul.products li.product a:hover,
.woocommerce div.product .related.products ul li a:hover{
    background-color: #bbb8e6;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	-moz-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
}

.woocommerce h1.archive-title {
	text-align: center !important;
    font-size: 30px;
    color: #7F0000;
    padding: 1.5rem 1rem;
    background-color: #ccc8e6;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	-moz-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	margin-bottom: 20px;
}

.archive-description {
 	border-bottom: 0px solid #eee;
    margin-bottom: 0px;
}

.woocommerce .archive-description p{
	font-size: 14px;
  	border-bottom: 0px solid #eee !important;
    margin-bottom: 30px !important;
    //text-align: center;
}



.woocommerce.tax-product_cat ul.products li.product a img,
.woocommerce.single-product  .related ul.products li.product a img{
    display: none !important;
}

.woocommerce.tax-product_cat ul.products li.product {
    text-align: center;
    //padding: 20px 10px !important;
}

.woocommerce.tax-product_cat ul.products li.product h2,
.woocommerce div.product .related.products ul li h2{
    font-size: 16px !important;
    font-weight: 700 !important;
}

.woocommerce.tax-product_cat ul.products li.product h2:before,
.woocommerce div.product .related.products ul li h2:before{
    font-family: Font Awesome\ 5 Free;
    content: '\f0d1';
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
    color: #7F0000;
    font-size: 24px;
}

.woocommerce.tax-product_cat ul.products li.product a.button,
.woocommerce.tax-product_cat ul.products li.product a.added_to_cart,
.woocommerce div.product .related.products ul li a.button,
.woocommerce div.product .related.products ul li a.added_to_cart{
    background: #fff !important;
    color: #7F0000 !important;
    border: 0px solid #7f0000 !important;
    padding: 15px !important;
    width: 100%;
    margin: 20px 0px 0px 0px !important;
}

.woocommerce.tax-product_cat ul.products li.product a.added_to_cart,
.woocommerce div.product .related.products ul li a.added_to_cart {
	font-size: 14px!important;
	text-transform: uppercase!important;
	letter-spacing: 1px!important;
	font-weight: 700 !important;
}

.woocommerce.tax-product_cat ul.products li.product a.button:hover,
.woocommerce div.product .related.products ul li a.button:hover{
    background: #7F0000 !important;
    color: #fff!important;
}

.woocommerce.tax-product_cat ul.products li.product .price {
    margin-top: .5rem;
}


.woocommerce.single-product .woocommerce-product-gallery {
	display: none;
}

.woocommerce-page div.product div.summary {
    float: left !important;
    width: 100% !important;

}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #aaa;
}

/*SINGLE PRODUCTS
------------------------------------------------------- */


.woocommerce.single-product .woocommerce-breadcrumb {
    font-size: 15px!important;
    font-size: 1.5rem!important;
    margin-bottom: 20px!important;
    color: transparent !important;
}

.woocommerce.single-product .woocommerce-breadcrumb a{
    padding: 5px 15px !important;
    background: #7F0000!important;
    color: #fff!important;
    margin: 0px 20px 0px 0px!important;
    float: left !important;
    border-radius: 3px;
    -webkit-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	-moz-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);

}

.woocommerce.single-product .woocommerce-breadcrumb a:hover{
    background-color: #fff!important;
    color: #7F0000!important;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	-moz-box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
	box-shadow: 3px 3px 9px 0px rgba(48,48,48,0.67);
}

.woocommerce div.product div.summary {
	background: #ccc8e6 !important;
	padding: 40px 20%;
	border-radius: 5px;
	text-align: center !important;
}

.woocommerce div.product div.summary h1.entry-title:before{
	font-family: Font Awesome\ 5 Free;
    content: '\f0d1';
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
    color: #7F0000;
    font-size: 24px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
	float: none !important;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0px !important;
}

.woocommerce .quantity .qty {
    margin-right: 0px !important;
    width: 160px !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	-webkit-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	-moz-box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	box-shadow: 9px 9px 13px 0px rgba(48,48,48,0.67);
	width: 160px !important;
	text-align: center !important;
}

.woocommerce div.product div.summary .product_meta .sku_wrapper,
.woocommerce div.product div.summary .product_meta .posted_in {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 14px;
}

.woocommerce div.product div.summary .product_meta span,
.woocommerce div.product div.summary .product_meta a {
	font-weight: 400;

}

.woocommerce div.product .related.products {
	float: left;
    width: 100%;
}

.woocommerce div.product .related.products h2{
	font-size: 24px !important;
	font-weight: 700;
}

.woocommerce div.product .related.products li{
	text-align: center;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: .75em !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #7F0000 !important;
    color: #fff !important;
}

/*CHECKING OUT
------------------------------------------------------- */

.woocommerce-cart table.cart .product-thumbnail {
    display: none;
}

form.woocommerce-checkout {
    background: #eee8e6;
    padding: 3%;
}

#order_review_heading {
	margin-top: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

#custom_html-7 {
	padding: 80px;
	text-align: center;
	background: #7F0000;
}

#custom_html-7 a.button{
    background: #e1e2e3 !important;
    color: #7F0000 !important;
    border: 0px solid #e1e2e3 !important;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    max-width: 240px;
    width: 100%;
}

#custom_html-7 a.button:hover{
    background:  #7F0000!important;
    color: #e1e2e3 !important;
}


.footer-widgets {
	background-color: #34313b;
	clear: both;
	padding: 100px 20px;
	text-align: center;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .wrap a,
.footer-widgets .wrap .entry-title a {
	color: #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
}

.giving-back-box{
	background: #fff;
    border-top: 2px #7f0000 solid;
}

#custom_html-22{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	color: #222;
	padding: 20px 20px 10px 20px;
}

#custom_html-22 p{
	font-size: 18px;
	margin-bottom: 10px;
}

#media_gallery-2{
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
}

#media_gallery-2 figure{
	margin-bottom: 10px;
}

#media_gallery-2 img{
	padding: 0 10px;
}

#custom_html-5 ul {
	margin-bottom: 10px;
	float: left;
}

#custom_html-5 ul li {
	width: 50%;
	float: left;
	padding: 0 13%;
}

#custom_html-5 ul li:hover,
#custom_html-4 ul li:hover{
	opacity: .66;
}

#custom_html-5 p {
	margin-bottom: 20px;
}

#custom_html-5 p:last-child {
	margin-bottom: 0px;
}

#custom_html-5 p.script {
	font-size: 18px;
}

#custom_html-4 ul{
	margin-top: 30px;
}

.footer-box h3.widgettitle {
    text-transform: none;
    font-weight: 700;
    font-size: 20px!important;
}

#custom_html-5 a.button{
    margin: 0 0 30px 0 !important;
}



/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.site-footer .wrap{
	max-width: 100%;
	padding: 0%;
	background: #eee8e6
}

#menu-footer-menu {
	background-color: #7f0000;
}

.site-footer,
.site-footer a {
	color: #fff;
}
.site-footer p {
	color: #333;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #7f0000;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
}


.footer-box {
	background-color: #eee8e6;
    width: 1920px;
	max-width: 100%;
    margin: 0 auto;
    float: none;
    display: inline-block;
    //float: left;
    border-top: 10px solid #7f0000;
}

.footer-box .widget_custom_html{
	width: 33.33%;
    padding: 2% 3%;
	float: left;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-box #custom_html-4 li{
	width: 240px;
	margin: 0 auto;
}

.footer-box #custom_html-3{
	margin-top: 60px;
}

.site-info {
	padding: 4px 0px;
    text-align: center;
    width: 100%;
    background: #222;
    //float: none;
    margin: 0 auto;
    display: block;
}

.footer-barefoot-info {
    margin: 0 auto;
    padding: 10px 0px 7px 0px;
    display: inline-block;
}

.barefoot-logo-here,
.barefoot,
.footer-date {
    float: left;
}

.barefoot,
.footer-date {
    color: #fff;
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 17px;
}

.footer-date {
    font-weight: 700;
}

.barefoot {
    padding: 0 4px 0 6px;

}

.barefoot:hover {
    color: #e30613;
}

.barefoot-logo-here img {
    width: 19px;
    margin-top: 2px;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1440px) {
		.genesis-nav-menu a {
		    padding: 10px 7px;
		}

}


@media only screen and (max-width: 1280px) {

	.woocommerce ul.products.columns-4 li.product-category {
	    min-height: 175px;
	}

	.woocommerce #custom_html-18 ul.products li.product-category {
	    min-height: 50px;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
	    width: 100% !important;
	}
}

@media only screen and (max-width: 1240px){
	.custom-header-wrapper img {
	    margin: 20px auto;
	    display: block;
	}

	.nav-primary {
	    text-align: center;
    	float: none;
	}

	.genesis-nav-menu a {
	    padding: 10px;
	}

}

@media only screen and (max-width: 1200px) {

	.chefs-info .info-wrapper h4.label {
		font-size: 16px;
	}

	.chefs-info .box {
	    font-size: 15px;
	}
}


@media only screen and (max-width: 1024px) {

	.site-header {
	    padding: 0px;
	}

	.custom-header-wrapper {
		padding: 0px 20px;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 3%;
		padding-right: 3%;
	}

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.site-header {
		width: 100%;
	}

	.site-header {
		//position: inherit;
		text-align: center;
		position: relative;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.nav-primary,
	.title-area {
		float: none;
	}

	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:focus,
	.nav-primary li.highlight > a:hover,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-primary li.highlight > a:focus,
	.nav-primary li.highlight > a:hover {
		color: #55acee;
	}

	.nav-primary .genesis-nav-menu li.highlight > a:focus,
	.nav-primary .genesis-nav-menu li.highlight > a:hover {
		//background-color: #fff;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
		padding: 10px 20px;
		background: rgba(255,248,230, .9);
		//position: absolute;
		width: 100%;
		z-index: 99;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.site-header .genesis-responsive-menu .wrap {
		padding: 0;
	}

	.admin-bar .menu-toggle {
		top: 0;
		line-height: 1.2;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		line-height: 1.2;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff8e6;
		border-width: 0;
		color: #55acee;
	}

	.menu-toggle {
		//margin-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.menu-toggle:before {
		font-size: 1.5em;
		margin: -2px 10px 0 0;
		text-rendering: auto;
		vertical-align: middle;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border-width: 0;
		padding: 15px 10px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.page-id-14 .contact-box {
		width: 100%;
		padding-left: 7%;
		padding-right: 7%;
	}

	.page-id-14 .wpcf7 p {
	    font-size: 15px;
	    margin-bottom: 20px;
	}

	.chefs-info .three-box-line .boxes-3 {
	    padding: 0 1%;
	}

	.chefs-info .three-box-line h4 {
	    font-size: 18px;
	}

	.site-header button.menu-toggle{
	    float: left;
	    width: calc(100% - 300px);
	    text-align: left;
	}

	.custom-header-wrapper img {
	    margin: 20px 0;
	}

	.top-right-box.widget-area{
	    position: absolute;
	    right: 20px;
	    bottom: 12px;
	}

	.top-social-box.widget-area{
        position: absolute;
	    bottom: 8px;
	    right: 100px;
	}

	.home .top-social-box.widget-area,
	.page-id-12 .top-social-box.widget-area,
	.page-id-8 .top-social-box.widget-area,
	.page-id-114 .top-social-box.widget-area,
	.page-id-14 .top-social-box.widget-area,
	.page-id-25758 .top-social-box.widget-area{
	    right: 20px;
	}

	#custom_html-20 i {
	    padding-top: 0;
	}

	#custom_html-20 i::before{
        //margin-top: 4px;
    	//display: block;
	}


}

@media only screen and (max-width: 800px) {

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.footer-box {
		padding: 5% 0%;
	}

	.footer-box .widget_custom_html{
		width: 100%;
		padding: 1% 3%;
	}

	#custom_html-7 {
		padding: 60px;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft,
	a.alignright,
	img.alignright,
	.wp-caption.alignright,
	figure.alignleft,
  	figure.alignright{
		margin: 0 0 20px 0;
		width: 100% !important;
	}

	.page .entry-content img {
		max-width: 100% !important;
		width: 100%;
	}

	.page .entry-content p {
		float: left;
	}


	.page-id-14 .entry-content p {
		float: none;
	}

	.page-id-114 .info-box {
		width: 100%;
		margin-top: 30px;
	}

	.site-footer p {
		margin-bottom: 10px;
	}

	.woocommerce ul.products.columns-4 li.product-category {
	    width: 48% !important;
	}

	.woocommerce #custom_html-18 ul.products li.product-category,
	.woocommerce #custom_html-18 ul.products li.product-category:nth-child(1) {
		width: 48% !important;
		min-height: 35px;
		float: left;
	}

	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product,
	.woocommerce.single-product .related ul.products.columns-4 li.product{
	    width: 48% !important;
	}

	.woocommerce form .form-row {
	    width: 100%;
	}

	.woocommerce-additional-fields {
		margin-top: 30px;
	}

	.woocommerce-checkout #payment div.payment_box {
	    float: left;
	}

	.woocommerce-cart #payment,
	.woocommerce-checkout #payment,
	#add_payment_method #payment {
	    padding: 10px !important;
	}

	.chefs-info .info {
	    width: 75%;
	}

	.chefs-info .box, .chefs-info .label {
	    width: 25%;
	}

	.chefs-info .info .product,
	.chefs-info .info .description {
	    padding-right: 5px;
	    width: 100%;
	}

	.chefs-info .box {
	    padding-top: 34px;
	}

	.chefs-info h4.title {
	    width: 100%;
	    padding-bottom: 0px;
	}

	.chefs-info .box .box-item {
	    padding: 0px 5px;
	}

	.chefs-info .image-line {
	    padding: 20px 0;
	}

	.chefs-info .image-line img {
	    max-width: 50% !important;
	    width: 100%;
	    float: left;
	    padding: 0 2%;
	}

	.chefs-info .three-box-line .boxes-3 {
	    width: 100%;
	    padding: 0%;
	}

	.chefs-info .section1 h4 {
	    padding: 10px 0px;
	}

	#custom_html-4 ul{
		margin-top: 20px;
	}

	.chefs-info .image-line .gallery-item {
	    width: 100%!important;
	}

	.footer-box #custom_html-3{
		margin-top: 20px;
	}

}

@media only screen and (max-width: 600px) {

	body > div {
		font-size: 1.6rem;
	}

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.entry-title {
	    font-size: 24px;
	    font-size: 2.4rem;
	}

	.inner-banner h2{
		font-size: 21px;
	}

	.inner-banner h3{
		font-size: 13px;
	}

	#custom_html-7 {
		padding: 40px;
	}

	.script {
		font-family: 'Dancing Script', cursive;
		font-size: 18px;
		font-size: 1.8rem;
	    font-weight: 400;
	    text-transform: none;
	}

	.woocommerce #custom_html-18 ul.products li.product-category,
	.woocommerce #custom_html-18 ul.products li.product-category:nth-child(1) {
		min-height: 50px;
	}

	.chefs-info .info {
	    //width: 70%;
	}

	.chefs-info .box,
	.chefs-info .label {
	    //width: 30%;
	}

	.chefs-info .info-wrapper h4.label {
	    font-size: 14px;
	}

	.page-id-25758 .entry-content .wp-block-column:nth-child(1){
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 480px) {
	.woocommerce ul.products.columns-4 li.product-category {
	    width: 98% !important;
	    min-height: auto;
	    margin: 3% 1% !important;
	}

	li.product-category,
	.woocommerce.tax-product_cat ul.products li.product a,
	.woocommerce div.product .related.products ul li a{
	    padding: 20px 10px !important;
	}

	.woocommerce.tax-product_cat ul.products li.product h2:before, .woocommerce div.product .related.products ul li h2:before {
	    font-size: 20px;
	}

	.woocommerce.tax-product_cat ul.products li.product h2,
	.woocommerce div.product .related.products ul li h2 {
	    font-size: 14px !important;
	}

	.chefs-info .info-wrapper h4.label,
	.chefs-info .box {
	    font-size: 13px;
	    padding-top: 29px;
	}

	.chefs-info .info {
		font-size: 15px;
	}

	.chefs-info h4.title {
	    padding-bottom: 10px;
	    font-size: 20px;
	}

	.woocommerce #custom_html-18 ul.products li.product-category:nth-child(1){
	    //width: 98% !important;
	}

	#custom_html-5 ul li {
		padding: 0 5%;
	}

	.page-id-25758 .entry-content h2{
		font-size: 26px;
	}

	.page-id-25758 .entry-content h3,
	.page-id-42385 .entry-content h3{
		font-size: 20px;
	}


}

@media only screen and (max-width: 375px) {
	.chefs-info .info-wrapper h4.label,
	.chefs-info .box {
	    //font-size: 10px;
	}

	.chefs-info .box .box-item {
	    //padding: 0px 2px;
	}

	#custom_html-20 a.button {
	    letter-spacing: 0px;
	}
}

@media only screen and (max-width: 350px) {
	.woocommerce #custom_html-18 ul.products li.product-category,
	.woocommerce #custom_html-18 ul.products li.product-category:nth-child(1) {
		min-height: 80px;
	}

	#custom_html-19 i {
	    margin-left: 15px;
	}

	#custom_html-20 i {
	    margin-right: -5px;
	}

	#custom_html-20 a.button {
	    margin: 0px 15px 0 0 !important;
	}
}



/* Profile */
#genesis-content > article > div > div > div > form > p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
#genesis-content > article > div > div > div > form > p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last,
#genesis-content > article > div > div > div > form.woocommerce-EditAccountForm > p:nth-child(4),
#genesis-content > article > div > div > div > form.woocommerce-EditAccountForm > p:nth-child(6) {
	display: none;
}

/* Profile Menu */
#genesis-content > article > div > div > nav > ul > li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
#genesis-content > article > div > div > nav > ul > li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
	display: none;
}

/* Profile Dashboard Greetings */
#genesis-content > article > div > div > div > p:nth-child(3) {
	display: none;
}

/* WooCommerce Checkout - Additional Fields */
#customer_details > div.col-2 > div.woocommerce-additional-fields {
	//display: none;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}

/* WooCommerce Checkout - Name */
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: left !important;
}

/* WooCommerce Checkout - Account Code wrapper */
#memb_id_field {
	width: 47%;
	overflow: visible;
}

/* WooCommerce Order Received - Hide order details */
.woocommerce-order-received section.woocommerce-order-details {
	//display: none;
}

/* WooCommerce Print Orderd */
#wc-print-button {
    text-decoration:none;
    margin: 8px 10px 8px 0;
    padding: 5px 15px;
    border:0;
    color: #fff;
    background-color: #7f0000;
    border-radius: 17px;
    box-shadow: 1px 1px 1px #888;
    float: left;
}
#wc-print-button:hover {
    opacity: .7;
    color: #fff;
}

body:not(.page-id-50) .grecaptcha-badge {
	display: none;
}

@media print {

    body{
        font-size: 11px;
        border-top: unset;
    }

    .site-title,
    .site-description,
    h2,
    h3{
        font-size: 12pt;
    }

    .custom-header-media,
    .entry-title,
    #wc-print-button,
    .site-description{
        display: none !important;
    }

    .site-branding,
    .custom-header,
    .page:not(.home) #content,
    #content .site-content  {
        margin:0 !important;
        padding:0 !important;
    }

    header,
    nav.nav-primary,
	#inner-banner-wrapper,
	#custom_html-19,
    footer,
    section.woocommerce-customer-details,
    p.woocommerce-thankyou-order-received,
    body:not(.page-id-50) .grecaptcha-badge {
    	display: none;
    }

    .chefs-info .content{
    	max-width: 1000px;
    	width: 100%;
    }


	.chefs-info .info {
	    width: 75%;
	}

	.chefs-info .box, .chefs-info .label {
	    width: 25%;
	}

	.chefs-info .info .product,
	.chefs-info .info .description {
	    padding-right: 5px;
	    width: 100%;
	}

	.chefs-info .box {
	    padding-top: 5px;
	    font-weight: 700;
	}

	.chefs-info h4.title {
	    width: 100%;
	    padding-bottom: 0px;
	}

	.chefs-info .box .box-item {
	    padding: 0px 5px;
	}

	.chefs-info .wrapper td {
	    margin: 1px 0px;
	    float: left;
	    width: 100%;
	}

	.chefs-info .three-box-line h4 {
	    height: 52px;
	}

	.chefs-info .site-inner {
	    padding-top: 5%;
	}

	.chefs-info .section1 h4,
	.chefs-info .wrapper .product-line {
	    background: #fff;
	}


}

.password-error {
	border-left: 3px #7f0000 solid;
	border-right: 3px #7f0000 solid;
	border-bottom: 3px #7f0000 solid;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: center;
	width: 50%;
	background: red;
	margin: 0 auto;
}

.password-error p.error {
	color: white;
	text-transform: uppercase;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline-block;
	margin: 0 auto;
}

.woocommerce .woocommerce-info {
	//display: none;
}

.woocommerce .page-description{
	//text-align: center;
}

p.woocommerce-store-notice.demo_store {
	/* background: #fff8e6; /* #7f0000; */
	background: #ccc8e6; /* #7f0000; */
	color: #7F0000;
    position: fixed;
    top: inherit;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    z-index: 999;
    opacity: .90;
}

.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Account Application  */

.post-29345 .wpcf7 input,
.post-29345 .wpcf7 textarea {
	background: #eee8e6;
	background-color: #fff;
    border: 1px solid #aaa;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
}

.post-29345 .wpcf7 input[type="submit"] {
    margin: 10px 0px !important;
    padding: 8px 24px;
}

.post-29345 .wpcf7 textarea {
	height: 160px;
}

.post-29345 .wpcf7 p {
	font-weight: 700;
	font-size: 16px;
}

.header-message{
	text-align: center;
}

.header-message h3{
	margin-bottom: 0px;
	padding: 20px;
	background: #ccc8e6;
}

