/*
Theme Name: Franklin Street Bakery
Theme URI: https://www.buffleheadweb.net/
Description: Theme created for Franklin Street Bakery
Author: Bufflehead Internet Technology
Author URI: https://www.buffleheadweb.net/

Version: 3.0.3

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: franklin
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- 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 FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

@import url('//fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('//fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

/*
font-family: 'Satisfy', cursive;
font-family: 'Bree Serif', serif;
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: rgba(171,62,22,0.75);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: rgba(171,62,22,1);
	font-weight: 600;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-family: 'Satisfy', cursive;
	font-size: 38px;
	text-transform: none;
	color: rgba(171,62,22,1.0);
	font-weight: 400;
}

h1.headline {
	font-size: 58px;
	text-transform: none;
	color: rgba(255,255,255,1.0);
	letter-spacing: 3px;
	text-shadow: 2px 2px 2px #000000;
	line-height: 1.15;
}

.mission h2 {
	font-family: 'Satisfy', cursive;
	font-size: 32px;
	font-weight: 400;
	text-transform: none;
	color: rgba(255,255,255,1.0);
	line-height: 1;
  margin-bottom: 12px;
}

h2 {
	font-family: 'Satisfy', cursive;
	font-size: 32px;
	color: rgba(35,31,21,1.0);
	font-weight: 400;
	text-transform: none;
}

h3 {
	font-family: 'Satisfy', cursive;
	font-size: 32px;
	color: rgba(35,31,21,1.0);
	font-weight: 400;
	text-transform: none;
}

h4 {
	font-size: 18px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-family: 'Bree Serif', serif;
	font-size: 18px;
}

h6 {
	font-family: 'Bree Serif', serif;
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-ms-input-placeholder {
  opacity: 0.3;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.3;
}

::placeholder {
	color: #333;
	opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::placeholder {
  opacity: 0.3;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 15px 0px 0;
}

.page p {font-size: 17px; font-weight: 400; color: #231f20;}
.page .mission p {color: #ffffff;	font-size: 20px;}

.page .inner-content ul {font-size: 17px; font-weight: 400; margin-top: -12px; margin-bottom: 16px; color: #231f20;}

.page .inner-content ul li {
list-style-type: disc;
list-style-position: inside;
padding-left: 20px;
text-indent: -22px;
margin-left: 20px;
}

/* Headline */
.headline_hero {margin-top: -30px; min-height: 540px;}
@media screen and (max-width: 1024px) {
.headline_hero {margin-top: -30px; min-height: 460px;}
}
@media screen and (max-width: 962px) {
.headline_hero {margin-top: -60px; min-height: 420px;}
}
@media screen and (max-width: 640px) {
.headline_hero {margin-top: -30px; min-height: 300px;}
}

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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
  color: rgba(223,110,33,1)!important;
	font-size: 16px!important;
	border-color: rgba(223,110,33,1)!important;
	border: 2px solid!important;
	text-transform: uppercase;
	background-color: #ffffff!important;
	padding: 8px 26px 8px 26px!important;
	border-radius: 0px;
}

.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	margin-top: 10px;
  color: rgba(223,110,33,0.75)!important;
	font-size: 16px!important;
	border-color: rgba(223,110,33,0.75)!important;
	border: 2px solid!important;
	text-transform: uppercase;
	background-color: #ffffff!important;
	border-radius: 0px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 34px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	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: 100%;
}

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 0px;
}


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

.site-header {
  background: rgba(255,255,255,1);
	border-bottom: 0px solid;
	border-color: rgba(35,31,32,1);
	box-shadow: rgba(156,156,156,.45) 0px 0px 0px 0px;
	padding: 0 0px;
}


/* limit the logo & nav to max of 1140px */
.site-header .wrap {
		width: 100%;
		max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
		/* 1140px*/
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

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

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	font-family: 'Bree Serif', serif;
	color: rgba(171,62,22,1.00);
	display: block;
	font-size: 20px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s;
  position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ffffff;
	outline: none!important;
}

.genesis-nav-menu a:focus:after,
.genesis-nav-menu a:hover:after {
	width: 84%;
  left: 4%;
}



.genesis-nav-menu .current-menu-item > a {
	color: rgba(35,31,32,1);
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a:focus,
.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: rgba(17,120,179,0.7);
	text-decoration: none;
	outline: none!important;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-family: 'Bree Serif', serif;
	background-color: #fff;
	font-size: 16px;
	position: relative;
	word-wrap: break-word;
}

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

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

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

.genesis-responsive-menu {
	display: none;
	position: relative;
	padding: 0px 20px 12px 20px;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle, .sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: rgba(171,62,22,1.0);
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	padding: 8px 16px !important;
	font-size: 22px;
	font-family: 'Bree Serif', serif;
	font-weight: 500;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: rgba(171,62,22,0.65);
}

.menu-toggle {
	float: none;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 12px;
	padding-top: 6px !important;
	width: 100%;
	/* background-color: #231f20; */
}
@media screen and (max-width: 960px) {
	.nav-primary {
		background-color: transparent;
	}
	.nav-primary li.menu-item a {color: rgba(171,62,22,1.0);}
	.nav-primary li.menu-item a:visited {color: rgba(171,62,22,1.0);}
	.nav-primary li.menu-item a:hover, .nav-primary li.menu-item a:focus {color: rgba(171,62,22,0.65);}
}

/* Footer Menu
--------------------------------------------- */

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

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	border-top: 30px solid;
	border-color: rgba(255,255,255,1);
	background-color: rgba(35,31,32,1);
	clear: both;
  color: #fff;
	padding:15px 0px 20px 0px;
}

.footer-widgets p {
 font-size: 15px;
 line-height: 1.42;
 color: #fff;
 margin: 8px 0px 15px 0px;
}

.footer-widgets-2 p {
	  font-size: 17px;
		font-weight: 600;
    line-height: 1.42;}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 1176px) {
	.footer-widget-area {
		margin-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

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

.footer-widgets-2 {text-align: center;}
.footer-widgets-3 {text-align: right;}
@media screen and (max-width: 962px) {
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {text-align: center;}
.footer-widgets-2 {}
}

p .fab {margin-top: 0px;}
.fab.fa-2x {font-size: 1.60em!important; margin-right: 16px;}
@media screen and (max-width: 960px) {
.fab.fa-2x {font-size: 1.60em!important; margin-right: 10px; margin-left: 10px;}
}

.footer-widgets a:link, .footer-widgets a:visited  {color: rgba(252,214,165,1); text-decoration: none; transition: color 0.3s ease-in-out}
.footer-widgets a:hover, .footer-widgets a:focus  {color: rgba(252,214,165,0.7); text-decoration: none;}

.footer-widgets img {width: 100%; max-width: 240px; opacity: 1;}
.footer-widgets img:hover, .footer-widgets img:focus {width: 100%; max-width: 240px; opacity: 0.75;}
.footer-widgets a {color: rgba(255,255,255,0.8);}
.footer-widgets a:hover, .footer-widgets a:focus  {color: rgba(255,255,255,1);}

.footer-widgets .tagline {
  font-family: 'Satisfy', cursive;
	font-size: 34px;
	font-weight: 400;
	text-transform: none;
	margin: 14px 0px 28px 0px;
}

.footer_tagline {border-color: #fff; border: 4px solid; margin: -60px 0px 30px 0px; z-index: 1000; background-color: rgba(171,62,22,1); padding: 4px 0px 10px 0px;}
@media screen and (max-width:959px) {
.footer_tagline {border-color: #fff; border: 4px solid; margin: 2px auto 30px auto; z-index: 1000; background-color: rgba(171,62,22,1); padding: 4px 0px 10px 0px; width: 100%; max-width: 480px;}
}

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

.site-footer {
	background-color: rgba(49,35,30,1);
	border-top: 0px solid #eee;
	font-size: 14px;
	line-height: 1.42;
	padding: 8px 30px;
	text-align: center;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.site-footer a:link, .site-footer a:visited  {color: rgba(255,255,255,0.75); text-decoration: none;}
.site-footer a:hover, .site-footer a:focus   {color: rgba(255,255,255,0.9); text-decoration: underline;}

.inner-content {background-color: #ffffff;}

.inner-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 15px 30px;
}
/* Add 15 px padding to Posts & Products pages */
.single-post .site-inner {padding: 15px 15px;}
.single-products .site-inner {padding: 15px 15px}
@media screen and (max-width: 1160px) {

}

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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
		/* position: -webkit-sticky;
		position: sticky; */
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 0px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

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

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

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto; /* set to 100% to have it span whole .wrap */
		margin-top: 6px;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* nav customization */
	.nav-primary li.menu-item a {font-size: 18px; padding: 8px 10px 8px 10px; letter-spacing: 0px; font-weight: 400;}
	.nav-primary li.menu-item a, .nav-primary li.menu-item a:visited {color: rgba(171,62,22,1.0); font-weight: 500;}
	.nav-primary li.menu-item a:hover, .nav-primary li.menu-item a:focus {color: rgba(171,62,22,0.65);}
  .nav-primary {text-align: center !important;}
	.current_page_item a {color: rgba(35,31,32,0.9)!important; font-weight: 700;}
	.current_page_item a:hover {color: rgba(171,62,22,0.65)!important; font-weight: 700;}
  /* Sub Menu */
	.nav-primary li .sub-menu {padding-top: 6px;}
  .nav-primary li .sub-menu li.menu-item a {font-size: 17px; text-align: left; padding: 8px 8px; background-color: rgba(255,255,255,0.9); border-bottom: 2px solid; border-color: rgba(171,62,22,0.25);}
  .nav-primary li .sub-menu li.menu-item a:hover {color: rgba(35,31,32,1);}
  .nav-primary li .sub-menu li.menu-item:last-child a {}

  /* SHIFT effect on top nav */
  .nav-primary ul li.menu-item a,
	.nav-primary ul li.menu-item a:after,
	.nav-primary ul li.menu-item a:before {
		  transition: all 0.3s;
		}
	.nav-primary ul li.menu-item a:after {
		position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 0%;
	  content: '.';
	  color: transparent;
	  background: rgba(171,62,22,0.45);
	  height: 3px;
		}
	.nav-primary ul li.menu-item a:hover:after {
  width: 100%;
		}

  .nav-primary li .sub-menu li.menu-item a:after {
		height: 0px;
	}

  /* Shrink Font Awesome slightly in the top nav */
  .fas, .far {font-size: .8em;}

	.custom-logo {padding: 1px 0px;}

/* message bar under top nav */
.bottomMenu {
    display: none;
    position: fixed;
    top: 206px;
    width: 100%;
    height: 32px;
    border-top: 0px solid #000;
    background: rgba(35,31,32,1);
    z-index: 1;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
}


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

	.site-inner {
		max-width: 1140px;
	}

  /* Full Width Page */
	.site-inner.full {
	    max-width: none;
	    padding: 0;
	}

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

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.inner-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1140px;
		padding: 15px;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

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

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

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

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

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

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Main Content Area Styles */
.home_page_bar {background-color: rgba(103,184,69,0.27); padding: 22px 0px 6px 0px;}
.home_page_bar h3 {color: #fff;}
.home_page_bar .vc_btn3 {margin-top: -16px;}
.content p {font-weight: 400; color: #231f20; font-size: 17px;}
.site-inner.full .content img {margin: 12px 24px; border: 2px solid #fcd6a5; padding: 0px;}
.site-inner.full .content img.alignleft {margin: 12px 24px 12px 0px; border: 2px solid #fcd6a5; padding: 0px;}
@media screen and (min-width:769px) and (max-width:959px) {
  .content img.size-medium-large {width: 500px!important; height: auto;}
}
@media screen and (max-width: 768px) {
  .content img.size-medium-large {width: 96%!important; height: auto; margin: 12px 2%; text-align:center;}
}

/* .content img {margin: 0px; border: 0px solid #d0e3f1;} */
.content .home-intro img {margin: 12px auto;}
.content .home-intro img:hover {
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.home-page-hero h1 {font-size: 48px; color: #231f20;}
.home-page-hero p {font-size: 25px; line-height: 1.33;}
@media screen and (max-width:1136px) {
.home-page-hero h1 {font-size: 46px; color: #231f20;}
.home-page-hero p {font-size: 24px; line-height: 1.33;}
}
@media screen and (max-width:1024px) {
.home-page-hero h1 {font-size: 40px; color: #231f20;}
.home-page-hero p {font-size: 24px; line-height: 1.33;}
}
@media screen and (max-width:960px) {
.home-page-hero h1 {font-size: 36px; color: #231f20;}
.home-page-hero p {font-size: 22px; line-height: 1.33; margin: 0px 0px 22px 0px;}
}
@media screen and (max-width:767px) {
.home-page-hero h1 {font-size: 32px; color: #231f20;}
.home-page-hero p {font-size: 20px; line-height: 1.33; margin: 0px 0px 22px 0px;}
}
@media screen and (max-width:640px) {
.home-page-hero h1 {font-size: 28px; color: #231f20;}
.home-page-hero p {font-size: 18px; line-height: 1.33; margin: 0px 0px 22px 0px;}
}

.home-page-photo-lrg {min-height: 500px; margin-top: -60px; height:500px;}
.home-page-photo-lrg:after {
    content: '\A';
    position: absolute;
		width: 100%;
		height: 100%;
    top:0;
		left:0;
		background:rgba(255,255,255,0.05);
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
	  -moz-transition: opacity 0.5s;
}
@media screen and (max-width:960px) {
.home-page-photo-lrg {
	margin-top: -36px;
}
}

/* Orange box over hero image on home page */
.orange-negative-box {background-color: rgba(223,110,33,1); border: 7px solid #fff;}
.orange-negative-box .vc_column-inner {padding: 8px 8px;}
.orange-negative-box p {color: #fff; font-size: 20px;}
.orange-negative-box h2 {font-family: 'Satisfy', cursive; font-size: 50px; letter-spacing: 2px; line-height: 1.32; text-align: center; margin: 0px 12px; color: #fff; font-weight: 400;}
.orange-negative-box h4 {font-family: 'Bree Serif', serif; font-size: 30px; letter-spacing: 0px; line-height: 1.32; text-align: left; margin: 4px 0px; color: rgba(252,214,165,1.0); font-weight: 600;}
.orange-negative-box a {color: rgba(255,255,255,0.8); text-decoration: none; font-weight: 700;	transition: color 0.3s ease-in-out; background-color 0.3s ease-in-out;}
.orange-negative-box a:focus, .orange-negative-box a:hover {color: rgba(255,255,255,0.6);	font-weight: 700;	text-decoration: none;}

/* More Than Sliced Bread Section on home page */
.sliced-bread h3 {color: rgba(171,62,22,1.0); font-family: 'Satisfy', cursive; font-size: 58px; letter-spacing: 2px; line-height: 1.32; font-weight: 400; margin: 10px 0px 0px 0px;}
.three-boxes h4 {color: rgba(255,255,255,1.0); font-family: 'Satisfy', cursive; font-size: 32px; letter-spacing: 2px; line-height: 1.32; font-weight: 400; margin: 0px 0px 0px 0px; text-align: center;}
.three-boxes strong {color: rgba(252,214,165,1.0); font-size: 24px; line-height: 1.32; font-weight: 600; margin: 0px 0px 0px 0px; text-align: center;}
.three-boxes p {color: rgba(255,255,255,1.0); font-size: 20px; line-height: 1.32; font-weight: 400; margin: 0px 0px 0px 0px; text-align: center;}
.three-boxes h4:after {font-family: 'Font Awesome 5 Free'; display: block; padding-bottom: 3px; font-size: 50px;}
.three-boxes .fade-in-box-left h4:after {content: "\f279"; font-family: 'Font Awesome 5 Free'; font-weight: 900;}
.three-boxes .fade-in-box-center h4:after {content: "\f0c0"; font-family: 'Font Awesome 5 Free'; font-weight: 900;}
.three-boxes .fade-in-box-right h4:after {content: "\f1fa"; font-family: 'Font Awesome 5 Free'; font-weight: 900;}

/* Fade In boxes on the home page */
.fade-in-box {padding: 4px 32px 4px 48px; width: 100%; max-width: 580px;}
.fade-in-box h3 {color: #fff; font-size: 24px;}
.fade-in-box p {color: #fff; font-size: 19px;}

.services-home .vc_column-inner {
box-shadow: 3px 1px 6px 1px #999999;
}

.content .home-icon {text-align: center; width: 80%; max-width: 240px;}
.content .home-intro {text-align: center;}
.home-intro p {text-align: center;}

.home_page_boxes img {margin-top: 12px; border: 3px solid #d0e3f1;}
.home_page_boxes img:hover {margin-top: 12px; border: 3px solid #88bbda;}

.services-home img {border: 0px;}
 .site-inner.full .content .no-border img {margin: 12px 12px; border: 0px solid #fcd6a5; padding: 0px;}
.service-icon img {width: 56%; max-width: 192px; text-align: center; margin-left: auto; margin-right: auto;}
.service-icon img:hover, .service-icon img:focus {opacity: 0.8;}


/* Full Width with Header */
.specialty-center {
	text-align: center;
	width: 100%;
	padding: 7px;
	height: 41px;
	background-color: rgba(35,31,32,1.0);
	background-repeat: no-repeat;
  background-position: center;
}
.masthead-content {
	width: 100%;
	max-width: 1140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    padding: 2px 8px 11px 6px;
	height: 36px;
    margin-top: -8px;
}
.header-container {width: 100%; max-width: 1120px; text-align: center; margin-left: auto; margin-right: auto;}

.masthead-content h1 {}
.specialty-center h1 {
		color: #fff;
		font-size: 28px;
		line-height: 1.33;
		margin: -8px 20px;
}
.line-1 {
    position: relative;
    top: 50%;
    width: 24em;
    margin: 0 auto;
    border-right: 0px solid rgba(255,255,255,.75);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}


/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
	margin-top: 0px!important; margin-left: 6px!important;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}

/* Bill Pay Button in Footer */
.vc_btn3-color-billpay {text-align: center; background-color: rgba(255,255,255,0)!important; padding: 6px 45px 6px 45px!important; display:inline-block; text-transform: uppercase; border-color: rgba(255,255,255,0.75); border: 2px solid; color: rgba(255,255,255,0.75); font-size: 21px;}
.vc_btn3-color-billpay:hover, .vc_btn3-color-billpay:focus {background-color: rgba(255,255,255,0)!important; padding: 6px 45px 6px 45px!important; border: 2px solid #fff; color: rgba(255,255,255,1);}

.vc_btn3-color-success {color: rgba(223,110,33,1)!important; font-size: 22px!important; border-color: rgba(223,110,33,1)!important; border: 3px solid!important; text-transform: uppercase; background-color: #ffffff!important; padding: 8px 26px 8px 26px!important;}
.vc_btn3-color-success:hover {color: rgba(35,31,32,1)!important; font-size: 22px!important; border-color: rgba(223,110,33,0.75)!important; border: 3px solid!important; text-transform: uppercase; background-color: #ffffff!important;}

.vc_btn3-color-orange {color: rgba(223,110,33,1)!important; font-size: 18px!important; border-color: rgba(223,110,33,1)!important; border: 3px solid!important; text-transform: uppercase; background-color: #ffffff!important; padding: 8px 26px 8px 26px!important; margin-top: -14px;}
.vc_btn3-color-orange:hover {color: rgba(35,31,32,1)!important; font-size: 18px!important; border-color: rgba(223,110,33,0.75)!important; border: 3px solid!important; text-transform: uppercase; background-color: #ffffff!important;}

/* Contact Form 7 Styles */
.contact {margin-bottom: 16px;}
.wpcf7 form input, .wpcf7 form textarea {border: 1px solid #fab760;}
.wpcf7 form input[type="checkbox"] {	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #f8981d;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
  top: 2px;}
.wpcf7 form input[type="checkbox"]:checked {
	background-color: #fafafa;
	border: 1px solid #fab760;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #23201f;
}
.wpcf7 form input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 15px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #23201f;
}
.wpcf7-list-item-label {display: inline-block; line-height: 1; margin-left: 6px; margin-top: 2px!important; font-size: 16px;}
.wpcf7 form textarea {height: 110px; font-size: 16px;}
.wpcf7-submit {background-color: rgba(255,255,255,1.0)!important; border-color: rgba(223,110,33,1.0)!important; border: 2px solid!important; border-radius: 0px!important; text-transform: uppercase; color: rgba(223,110,33,1.0)!important;}
.wpcf7-submit:hover {background-color: rgba(255,255,255,1.0)!important; border-color: rgba(223,110,33,0.75)!important; color: rgba(223,110,33,0.75)!important; border-radius: 0px!important;}
.wpcf7-text {font-size:16px; padding: 12px;}

/* Light Orange Column */
.light-orange-col {
	padding: 10px 15px;
	background-color: rgba(223,110,33,0.1);
}

/* tweaks to the WPBakery Image Carousel */
.vc_images_carousel .vc_carousel-control .icon-prev, .vc_images_carousel .vc_carousel-control .icon-next {font-size: 54px!important; color: rgba(255,255,255,1.0)!important; background-color: #231f20;}
.vc_images_carousel .vc_carousel-control .icon-prev::before, .vc_images_carousel .vc_carousel-control .icon-next::before {top:-34px!important;}

/* Partners Page */
.partners img {border: 0px; text-align: center; margin: 0px auto;}
img.partners {border: 0px; text-align: center; margin: 0px auto;}
.partners-full h2 {font-family: 'Bree Serif', serif; font-size: 34px; color: rgba(255,255,255,0.9); text-align: center;}

/* -- Menu Search -- */
a.menu-search, a.menu-search:visited {color: rgba(171,62,22,0.5); font-size: 26px}
a.menu-search:hover, a.menu-search:focus {color: rgba(171,62,22,0.95); font-size: 26px;}
@media screen and (min-width:960px) {
.nav-primary .genesis-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

/* Grow / Shrink Header Logo on pg scroll */
#Logo{
  transition: all 0.65s;
  text-align: left;
  margin: 0px auto;
	float: left;
}
.largeLogo{width: 220px;}
.smallLogo{width: 270px;}

/* Site Back Button
--------------------------------------------------------------*/
.site-back {
 display:block;
 height:40px;
 width:40px;
 position:fixed;
 bottom:0;
 right:0;
 box-shadow:0 0 0px rgba(0,0,0,0.05);
 overflow:visible;
 text-indent:100%;
 white-space:nowrap;
 background:rgba(252,214,165,1) url('../../uploads/2020/07/to-top.svg') no-repeat center 50%;
 visibility:visible;
 opacity:0;
 -webkit-transition:all .3s;
 -moz-transition:all .3s;
 transition:all .3s;
 border-radius: 2%;
}

.site-back.top-is-visible {
 visibility:visible;
 opacity:1;
}

.site-back.top-fade-out {
 border: 0px solid #906e6e;
}

.no-touch .site-back:hover {
 background-color:red;
 opacity:1;
}
.site-back.top-is-visible:hover {
 background:rgba(250,183,96,1) url('../../uploads/2020/07/to-top.svg') no-repeat center 50%;
}

@media only screen and (max-width: 768px) {
 .site-back {
 bottom:10px;
 right: 10px;
 }
}
@media only screen and (min-width: 768px) {
 .site-back {
 bottom:16px;
 right: 110px;
 }
}

@media only screen and (max-width: 1024px) {
 .site-back {
 right:30px;
 bottom:30px;
 }
}
/* End Site Back Button
--------------------------------------------------------------*/


/* Custom Product Post Type Styles */
.custom-product .content {width: 100%;}
.custom-product .content img.wp-post-image {display: block; margin: 0px auto 14px auto; width: 100%!important; max-width: 1140px; border: 2px solid #fcd6a5; padding: 0px;}
.custom-product .content .entry-meta {display: none;}
.custom-product h2 {font-family: 'Bree Serif', serif; font-size: 24px; font-weight: 400;}
.custom-product h3 {font-family: 'Bree Serif', serif; font-size: 22px; font-weight: 400; margin-bottom: 2px;}

/* AddToAny Customization */
.a2a_dd {display: none!important;} /* Hide the Universal Button that allows for all of the other socials

/* Products Pages Images and Text */
.product-entry .shortdesc {display:none;} /* Hide the Short Description from showing on the Products page */
.al_archive {box-shadow: none;}
.al_archive img {margin: 0px!important;}
h3.orange-box {background-color: rgba(223,110,33,0.8)!important; font-size: 28px!important;}
.modern-grid-element {overflow: visible!important;}
.al_archive.orange-box {box-shadow: none!important;}
.al_archive {margin-bottom: 6%!important;}
.products-description p {font-size: 20px;}
.products-description strong {color: rgba(223,110,33,1);}
.tax-al_product-cat .products-description {display: none;} /* hide the overall catalog info on the category pages */
.tax-al_product-cat .taxonomy-description p {font-size: 20px; line-height: 1.32;}
.tax-al_product-cat h2.catalog-header {font-family: 'Bree Serif', serif; font-size: 26px; line-height: 1.32; margin-bottom: 0px;}
.al_product-template h1.product-name {font-family: 'Bree Serif', serif; font-size: 28px;}
.product-subcategories {margin-bottom: -80px;}
.addtoany_share_save_container {display: none;}
.product-description .addtoany_share_save_container {display: block;}
.al_product-template .product-description h2 {font-family: 'Bree Serif', serif; font-size: 22px; margin-bottom: 12px;}
.al_product-template .product-description h3 {font-family: 'Bree Serif', serif; font-size: 20px; margin-bottom: 2px;}
#after-product-details img {border: 0px;}
.after-product-description h2.catalog-header {font-size: 28px; color: rgba(223,110,33,1); margin-bottom: 0px;}
.product-image {width: 100%; max-width: 1090px; max-height: 400px; overflow: hidden; border: 2px solid #fcd6a5;}
#product_details_container img {width: 100%; max-width: 1090px; margin: 0px; border: 0px;}
#product_details_container .product-image{
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
  /* needed? not sure */
  zoom: 1;
}
#product_details_container .size-product-page-image {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
  /* needed? not sure */
  zoom: 1;
}
@media screen and (max-width:767px) {
.nutrition {text-align: center;}
.nutrition img {float:none; text-align: center!important; margin: 24px auto!important;}
}
.product-description-ingredients img {margin: 10px 0px 5px 0px!important;}
.product-description-ingredients .wp-caption-text {font-weight: 400; font-style: italic;}


/* Career Page Flips */
.oxilab-heading {display:none;}
.oxilab-info {margin-top: -16px;}

/* Main Recipe Page Styles */
.post-grid.filterable .item {width: 340px!important;}
.post-grid .item .layer-media {position: relative; overflow: hidden; max-height: 200px; line-height: 0; border: 2px solid #fcd6a5; background-color: rgba(252,214,165,1);}
.post-grid .item .layer-media img {margin: 0px; border: 0px;}
.post-grid .item .layer-media img:hover {opacity: 0.75;}
.post-grid .nav-filter {padding: 2px 0px!important;}
.post-grid .nav-filter .filter {background-color: rgba(223,110,33,0.9)!important; color: White!important; padding: 5px 20px; font-weight: 500;}
.post-grid .nav-filter .filter.mixitup-control-active {background-color: rgba(35,32,31,1)!important; color: White!important;}
.post-grid .nav-filter .filter:hover {background-color: rgba(223,110,33,0.75)!important; color: White!important;}
.post-grid .grid-nav-top .nav-search {margin-bottom: -20px;}
.post-grid .grid-nav-top .nav-search .search {border: 2px solid #fcd6a5!important; padding: 10px 32px!important;}

/* Ind Recipe Page Style */
#genesis-sidebar-primary .category-recipes {margin-bottom: 0px;}
#genesis-sidebar-primary .category-recipes a {margin-bottom: 0px;}
.entry-footer .entry-meta {border-top: 0px solid;}
p.entry-meta .entry-categories, .entry-tags {display: none;}
.after-product-details .recipe {background:rgba(252,214,165,0.12) url('../../uploads/2020/08/recipe-graphic-side.png') no-repeat right top; border-top: 4px solid #fcd6a5; border-bottom: 4px solid #fcd6a5; padding: 4px 0px; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 8px 0 rgba(0, 0, 0, 0.1);}
 /* End Ind Recipe Page Style */

/* Partners Page Styles */
.page-id-43 h3 {font-family: 'Bree Serif', serif; font-size: 26px; color: rgba(171,62,22,1)}
.vc_btn3-color-btn-partners {color: rgba(255,255,255,1)!important; font-size: 14px!important; border-color: rgba(223,110,33,0.9)!important; border: 1px solid!important; text-transform: none; background-color: rgba(223,110,33,0.9)!important; padding: 3px 15px 3px 15px!important; margin: 5px;}
.vc_btn3-color-btn-partners:hover {color: rgba(255,255,255,1)!important; font-size: 14px!important; border-color: rgba(223,110,33,0.7)!important; border: 1px solid!important; text-transform: none; background-color: rgba(223,110,33,0.7)!important; padding: 3px 15px 3px 15px!important; margin: 5px;}
.page-id-43 .states_list {text-align: center; margin: 0px auto 20px auto;}
.vc_btn3-container.states {margin-bottom: 8px;}
.page-id-43 .partners img {margin: 6px 0px; max-height: 230px; width: auto;}
.page-id-43 .partners img {margin: 8px 0px!important;}
.page-id-43 .partners img:hover {opacity: 0.95; background-color: rgba(248,152,29,0.15);}
.destination {scroll-margin-top: 150px;} /* Offset for the onpage scroll down the page */

/* Custom Buttons for WP Bakery */
.vc_btn3-color-btn-whitebg {color: rgba(223,110,33,1)!important; font-size: 22px!important; border-color: rgba(223,110,33,1)!important; border: 3px solid!important; text-transform: uppercase; background-color: #ffffff!important; padding: 8px 26px 8px 26px!important;}
.vc_btn3-color-btn-whitebg:hover {color: rgba(35,31,32,1)!important; font-size: 22px!important; border-color: rgba(223,110,33,0.75)!important; border: 3px solid!important; text-transform: uppercase; background-color: #ffffff!important;}

/* News Post Page Styles */
.single-post h3 {font-family: 'Bree Serif', serif; font-size: 20px; color: rgba(171,62,22,1); font-weight: 400;}
.single-post .featured-content h4.entry-title a {color: rgba(171,62,22,0.75);}
.single-post .featured-content h4.entry-title a:hover, .single-post .featured-content h4.entry-title a:focus {color: rgba(171,62,22,1);}
.single-post .featured-content article {border-bottom: 0px;}
.single-post article img {border: 2px solid #fcd6a5; margin: 0px 0px 18px 0px;}
.category h3 {font-family: 'Bree Serif', serif; font-size: 20px; color: rgba(171,62,22,1); font-weight: 400;}
.category .featured-content h4.entry-title a {color: rgba(171,62,22,0.75);}
.category .featured-content h4.entry-title a:hover, .single-post .featured-content h4.entry-title a:focus {color: rgba(171,62,22,1);}
.category .featured-content article {border-bottom: 0px;}
.category article img {border: 2px solid #fcd6a5; margin: 0px 0px 18px 0px;}
.category h1.archive-title {font-size: 34px;}
.category h2.entry-title {font-size: 30px;}
.category h2.entry-title a.entry-title-link {color: rgba(171,62,22,0.75);}
.category h2.entry-title a.entry-title-link:hover, .category h2.entry-title a.entry-title-link:focus {color: rgba(171,62,22,1);}

/* Search Page Styling */
.page-template-search-page form input[type="search"] {border: 2px solid #fcd6a5; width: 100%; max-width: 360px;}
.page-template-search-page form input[type="submit"] {margin: 16px 0px 36px 0px; float:none; display:block;}
.page-template-search-page form input[type="submit"]:hover {margin: 16px 0px 36px 0px; float:none; display:block;}
.page-template-search-page h2 {font-family: 'Bree Serif', serif; font-size: 20px; color: rgba(171,62,22,1); font-weight: 400;}

.search-results h1.archive-title {font-family: 'Bree Serif', serif; font-size: 20px; color: rgba(171,62,22,1); font-weight: 400;}
.search-results h2.entry-title {font-family: 'Bree Serif', serif; font-size: 22px;}
.search-results h2.entry-title a.entry-title-link {color: rgba(171,62,22,0.75);}
.search-results h2.entry-title a.entry-title-link:hover, .category h2.entry-title a.entry-title-link:focus {color: rgba(171,62,22,1);}
.search-results .post-type-heading {font-family: 'Bree Serif', serif; font-size: 23px; color: rgba(35,32,31,1); font-weight: 400;}
.search-results .content-sidebar-wrap {width: 100%!important;}
.search-results .content {width: 100%!important;}
.search-results article {margin-bottom: -20px;}
.search-content {padding: 0px 0px 80px 0px;}
.frozen-vs-fresh-search h3 a {color: rgba(255,255,255,1); font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-size: 45px;text-align: center;}
.frozen-vs-fresh-search h3 a:hover, .frozen-vs-fresh-search h2 a:focus {color: rgba(255,255,255,0.8);}
.frozen-vs-fresh-headline h2 {font-family: 'Bree Serif', serif; font-size: 40px; color: rgba(35,32,31,1); font-weight: 400; padding: 0px; margin-bottom: 0px;}

/* Instagram Feed */
.wdi_load_more {display:none;}
.wdi_feed_main_container {width: 100%; max-width: 1098px; margin-left: -4px!important;}
#wdi_feed_0 .wdi_feed_item img {
	margin: 2px 2px 2px 0px;
	height:94%;
	width: 97%;
	border: 2px solid #fcd6a5;
}
#wdi_feed_0 .wdi_feed_item img a:hover {
	opacity: 0.8;
}
/* End Instagram Feed */

/* Frozen vs Fresh Page */
.frozen-vs-fresh h2 {font-family: 'Bree Serif', serif; font-size: 38px; color: rgba(35,32,31,1); text-align: center; text-transform: uppercase;line-height: 1.32}
.frozen-vs-fresh h2 .frozen {font-size: 100px; color: rgba(223,110,33,1)}
.frozen-vs-fresh h2 .fresh {font-size: 64px; color: rgba(171,62,22,1)}
.bread-programs p {text-align: center; text-transform: uppercase; font-size: 24px;}
.frozen-vs-fresh-compare h3 {font-family: 'Open Sans', serif; font-size: 42px; color: rgba(255,255,255,1); text-align: center; text-transform: uppercase;line-height: 1.32}
.frozen-vs-fresh-compare img {border: 0px!important; margin: 0px auto!important; text-align: center!important; width: 100%; max-width: 180px;}
.frozen-vs-fresh-compare p {color: rgba(255,255,255,1); font-size: 26px; text-align: center;}
.frozen-vs-fresh-compare .compare-block {height: 120px; padding: 0px 32px;}
@media screen and (max-width:1090px) {
.frozen-vs-fresh-compare .compare-block {height: 148px; padding: 0px 32px;}
}
@media screen and (max-width:890px) {
.frozen-vs-fresh-compare .compare-block {height: 158px; padding: 0px 32px;}
.frozen-vs-fresh-compare p {font-size: 22px;}
.frozen-vs-fresh-compare h3 {font-family: 'Open Sans', serif; font-size: 34px;}
}
@media screen and (max-width:767px) {
.frozen-vs-fresh-compare .compare-block {height: 90px; padding: 0px 32px;}
.frozen-vs-fresh-compare p {font-size: 20px;}
.frozen-vs-fresh-compare h3 {font-family: 'Open Sans', serif; font-size: 30px;}
.compare-separator {text-align: center!important; margin-left: auto!important; margin-right: auto!important;}
}
@media screen and (max-width:480px) {
.frozen-vs-fresh h2 {line-height: 1.12}
.frozen-vs-fresh h2 .frozen {font-size: 72px; color: rgba(223,110,33,1)}
.frozen-vs-fresh h2 .fresh {font-size: 50px; color: rgba(171,62,22,1)}
.frozen-vs-fresh-compare .compare-block {height: 110px; padding: 0px 24px;}
.frozen-vs-fresh-compare p {font-size: 20px;}
.frozen-vs-fresh-compare h3 {font-family: 'Open Sans', serif; font-size: 30px;}
}
/* End Frozen vs Fresh Page */

/* 404 Pg */
.error404 form input[type="search"] {border: 2px solid #fcd6a5; width: 100%; max-width: 360px;}
.error404 form input[type="submit"] {margin: 16px 0px 36px 0px; float:none; display:block;}
.error404 form input[type="submit"]:hover {margin: 16px 0px 36px 0px; float:none; display:block;}
.error404 h2 {font-family: 'Bree Serif', serif; font-size: 20px; color: rgba(171,62,22,1); font-weight: 400;}
.error404 .widget_search input[type="submit"] {
 width: 100%;
 max-width: 180px;
 position: relative!important;
 height: auto;
}
/* End 404 Pg */

/* Header tweaks */
.site-header {height: 140px!important;}
.largeLogo {position:absolute; z-index:99999!important; margin-top: 0px;border: 0px solid #fff; /* background-color: #fff;*/ height: 130px; /* box-shadow: 0px 0px 0px #000; */}
.largeLogo .custom-logo {padding: 0px;}
img.custom-logo {width: 210px!important;}
@media screen and (min-width: 960px) and (max-width: 1054px) {
.wp-custom-logo .site-container .largeLogo {height: 120px; width: 212px!important; max-width: 212px;}
img.custom-logo {width: 206px!important;}
}

/* Products Page bottom nav */
.orange-box ul li.active a {background-color: rgba(171,62,22,1)!important; width: 42px;}
.orange-box ul li a {background-color: rgba(171,62,22,0.75)!important; text-indent:0px; margin-right: 3px; width: 42px;}
.orange-box ul li.next-page a {width: 136px;}
.orange-box ul li.previous-page a {width: 168px;}
.orange-box ul li {text-indent:0px!important;}
.orange-box ul li a:hover {background-color: rgba(171,62,22,0.85)!important;}