/** Shopify CDN: Minification failed

Line 1722:0 Expected "*/" to terminate multi-line comment

**/
/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Global Colours
Brown: #5a3a31;
Orange: #db572a;
Green: #8DC63F;
Peach: #faeedd;
*/

/* Reset All */

* {
	margin: 0px;
	padding: 0px;
}

.woocommerce,
.row .column,
.row .columns {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: 300;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3,
h4 {
	font-weight: 800;
}

.banner h1 {
	font-family: 'Nunito Sans', sans-serif;
}

h1 {
	margin-bottom: 25px;
	color: #db572a;
	font-size: 60px;
	line-height: 70px;
}

body.home h1 {
	margin-bottom: 40px;
	color: #5a3a31;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -5px;
}

h2 {
	margin-bottom: 20px;
	color: var(--wiur-brown);
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -2px;
}

body.home h2 {
	margin-bottom: 25px;
	color: var(--wiur-brown);
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -5px;
}

h3 {
	margin-bottom: 15px;
	color: #5a3a31;
	font-size: 30px;
	line-height: 40px;
}

body.home h3 {
	margin-bottom: 20px;
	color: var(--wiur-brown);
	font-size: 40px;
	line-height: 50px;
}

p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 15px;
}

.main ul li,
.main ol li {
	
}

.white-popup-block ul,
.main ul {
	padding-left: 15px;	
}

.white-popup-block ol,
.main ol {
	padding-left: 20px;	
}

a {
	color: #db572a;
}

a:hover {
	text-decoration: none;	
}

ul.block-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

strong {
	font-weight: 700;
}
.topNav {
	background-color: #faeedd;
	padding: 10px 20px;
}

/*.topNav .row {
	max-width: 1000px;
}*/

.topNav .row .columns:last-of-type {
	text-align: right;
}


.topNav .row .columns a {
	text-decoration: none;
	margin: 0 5px;
}

.topNav .row .columns a:hover {
	color: #5a3a31;
}

.page-id-10 .woocommerce ul.products li.product a img {
	max-width: 300px;
	margin: 0 auto;
}

.page-id-10 .woocommerce ul.products li.product {
	text-align: center;
}

.switcher {
	float: right;
	width: 130px !important;
}

.switcher .selected {
	background: transparent !important;
}

.switcher .selected a {
	border: 0px !important;
}



/* End Content Styles */

/* =Menu
-------------------------------------------------------------- */
header nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	text-align: right;
}

header nav li {
	/*float: left;*/
	display: inline-block;
	position: relative;
	list-style: none;
}

header nav a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 17px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 800;
}

.translated-ltr header nav a {
	padding: 0 5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 800;
}

header nav ul ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 5px;
	background-color: #fff;
}
header nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #666;
}

header nav ul li:hover > ul {
	display: block;
}

header nav ul ul a {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	min-width: 170px;
}

header nav #menu-item-29 a,
header nav li:hover > a,
header nav ul li.current_page_item > a,
header nav ul li.current-menu-ancestor > a,
header nav ul li.current-menu-item > a,
header nav ul li.current-menu-parent > a,
* html header nav ul li.current_page_item a,
* html header nav ul li.current-menu-ancestor a,
* html header nav ul li.current-menu-item a,
* html header nav ul li.current-menu-parent a,
* html header nav ul li a:hover {
	color: var(--wiur-green-deep);
}

header nav #menu-item-29 a :hover {
	color: #db572a;
}

header ul ul .menu-item-has-children {
	width: 175px;
}

header nav a.menu-link {
   display:  none;
   background: #db572a;
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;
}

header .menu:before,
header .menu:after {
    content: " "; 
    display: table; 
}

header .menu:after {
    clear: both;
}

header .menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 6px;
	position: absolute;
}

header .row {
	padding-top: 0;
	align-items: center;
	display: flex;
}

header {
	padding: 4px 0;
	position: relative;
	background: #5a3a31;
}

header .logo {
	display: inline-block;
	max-width: 110px;
	z-index: 999999;
}

header .logo svg {
	width: 100%;
}
/* invert brown paths to white on dark header */
header .logo svg .b759f2bb-1883-47ec-8f85-e9acbef72a10 { fill: #fff; }

/*header nav li#menu-item-34 {
	margin-right: 160px;
}

header nav li#menu-item-35 {
	margin-left: 160px;
}*/

/*header nav {
	padding-left: 20px;
}*/

.topNav .gtranslate_wrapper {
	float: right;
}

.ctas {
	padding: 50px 0;
}

.ctas .row .columns {
	text-align: center;
}

.cta {
	max-width: 95px;
	display: inline-block;
	margin: 0 10px;
}

.cta svg {
	width: 100%;
}

.cuisine {
	padding-top: 50px;
}

.cuisine .row .columns {
	text-align: left;
}

.cuisine .cta {
	max-width: 70px;
	margin: 0 5px;
}

table.ingredients {
	width: 100%;
}

table.ingredients td:first-of-type {
	width: 150px; 
}

.slideshow {
	position: relative;
	background-color: #fff;
}

.slideshow img.rip {
	position: absolute;
	width: 100%;
	display: block;
	bottom: -1px;
	left: 0;
}

.fullWidth {
	padding: 52px 0;
}

.fullWidth.homeWhite,
.fullWidth.White {
	background-color: #fff;
}

.fullWidth.PeachWaves,
.fullWidth.Peach {
	background-color: #faeedd;
}

.fullWidth.Orange {
	background-color: #db572a;
}

.fullWidth.Green {
	background-color: var(--wiur-green);
}

.fullWidth.Brown {
	background-color: #5a3a31;
}

.fullWidth.PeachWaves {
	padding: 0;
}

.fullWidth.PeachWaves .inner {
	padding: 36px 0 0;
}

.fullWidth.PeachWaves .waveTop,
.fullWidth.PeachWaves .waveBot {
	display: block;
	width: 100%;
}

.fullWidth.Orange p,
.fullWidth.Orange ul,
.fullWidth.Orange a,
.fullWidth.Orange h2,
.fullWidth.Orange h3,
.fullWidth.Orange h4,
.fullWidth.Brown p,
.fullWidth.Brown ul,
.fullWidth.Brown a,
.fullWidth.Brown h2,
.fullWidth.Brown h3,
.fullWidth.Brown h4 {
	color: #fff;
}

.fullWidth.Green p,
.fullWidth.Green ul,
.fullWidth.Green a,
.fullWidth.Green h2,
.fullWidth.Green h3,
.fullWidth.Green h4,
.fullWidth.Green strong,
.fullWidth.Green em {
	color: #3d3018;
}

a.add_to_cart_button.button,
.gform_button,
.fullWidth.Green a.button,
a.button {
	color: #db572a;
	background-color: transparent;
	font-weight: 800;
	font-size: 22px;
	line-height: 25px;
	border: 1px solid #db572a;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px !important;
	
}

.fullWidth.Brown a.button,
.fullWidth.Green a.button:hover,
.fullWidth.Orange a.button {
	color: #fff;
	border-color: #fff;
}

a.add_to_cart_button.button:hover,
.gform_button:hover,
.fullWidth.Brown a.button:hover,
.fullWidth.Orange a.button:hover,
a.button:hover {
	color: #fff;
	border-color: #db572a;
	background-color: #db572a;
}

.buttonWrapper {
	min-height: 102px;
	background-image: url(images/button-spot.png);
	background-repeat: no-repeat;
	background-position: 110px 0;
	position: relative;
}

.Peach .buttonWrapper,
.PeachWaves .buttonWrapper {
	background-image: url(images/button-spot-peach.png);
}	

.home .PeachWaves .buttonWrapper {
	background-position: 170px 0;
}

.buttonWrapper a.button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.fullWidth.Peach,
.fullWidth.Orange,
.fullWidth.Green,
.fullWidth.Brown {
	position: relative;
}

.fullWidth.noTopPad {
	padding-top: 0;
	margin-top: -75px;
}

.ripTop,
.ripBot {
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
}

.ripTop {
	top: 0;
}

.ripBot {
	bottom: 0;
}

.twoColumns .large-6:first-of-type {
	padding-right: 50px;
}

.twoColumns .large-6:last-of-type {
	padding-left: 50px;
}

.home .twoColumns .large-6:first-of-type {
	padding-right: 0px;
}

.home .twoColumns .large-6:last-of-type {
	padding-left: 100px;
}

.home .PeachWaves .waveTop {
	display: none;
}


.home .introBlock {
	background-image: url('//wrapitupraw.com/cdn/shop/t/6/assets/peach-wave-top.jpg?v=744028707021844261785017590');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}

.home .twoColumns.PeachWaves .large-6:last-of-type {
	position: relative;
}


.home .twoColumns.PeachWaves .large-6:last-of-type img {
	position: absolute;
	top: 0;
}

.quote {
	max-width: 45px;
	margin: 0 auto;
}

.quote svg {
	display: block;
	width: 100%;
}

.stars {
	text-align: center;
	color: #fde75b;
	padding: 30px 0;
}

.home .RecipeArea h3 {
	text-align: center;
	font-size: 60px;
	line-height: 70px;
}

.owl-nav button svg {
	width: 45px;
}

.owl-nav button:focus {
	outline: 0px !important;
}

.owl-nav button:hover {
	background-color: transparent !important;
}

.White .owl-nav button:hover .cls-arrow {
	fill: var(--wiur-green);
}

.Orange .owl-nav button:hover .cls-arrow2,
.Orange .owl-nav button:hover .cls-arrow {
	fill: #fff;
}

.TestimonialArea .owl-carousel {
	position: relative;
	padding: 0px 45px 0;
}

.RecipeArea .owl-carousel {
	position: relative;
	padding: 50px 45px 0;
}

.owl-next,
.owl-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}

.owl-next {
	left: auto;
	right: -30px;
}

.TestimonialArea .owl-dots,
.RecipeArea .owl-dots {
	display: none;
}

.recipe a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}

.recipe .text {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(151, 201, 64, 0.8);
	padding: 70px 45px;
}

.recipe a:hover .text {
	display: block;
}

.recipe .text h4 {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 48px;
}

.recipe .text p {
	position: absolute;
	bottom: 70px;
	width: calc(100% - 90px);
	margin-bottom: 0;
	font-weight: 800;
	font-size: 22px;
	line-height: 25px;
}

.recipe .text p svg {
	display: inline-block;
	max-width: 25px;
}

.allRecipe {
	padding-top: 35px;
	text-align: center;
}

.allRecipe .buttonWrapper a.button {
	transform: translate(-50%, -50%);
	left: 50%;
}

.allRecipe .buttonWrapper {
	background-position: 41%;
}

.TestimonialArea .item {
	max-width: 830px;
	text-align: center;
	margin: 0 auto;
}

.TestimonialArea .item h3 {
	letter-spacing: -1px;
}

.TestimonialArea .item h4 {
	font-size: 20px;
	line-height: 25px;
}

.storeLogos h3,
.insta h3 {
	text-align: center;
}

.fullWidth.insta.noTopPad {
	margin-top: 0;
}

.subscribe {
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
}

.subscribe .gform_wrapper .gform_heading {
	float: left;
	width: auto;
}

.subscribe .gform_wrapper .gform_heading h3 {
	color: #5a3a31;
	font-weight: 200;
	font-size: 32px;
	line-height: 47px;
}

.subscribe .gform_wrapper .top_label .gfield_label {
	display: none;
}

.subscribe .gform_wrapper ul {
	float: left;
	padding-left: 25px !important;
	width: 100%;
	max-width: 300px;
}

.subscribe .gform_wrapper input {
	border: 1px solid #db572a;
	border-radius: 8px;
	padding: 11px 25px !important;
}

.subscribe .gform_wrapper .gform_footer {
	float: left;
	width: auto;
	clear: none;
	margin: 0;
}

.subscribe .gform_wrapper .gform_footer .gform_button {
	color: #fff;
	background-color: #db572a;
	border: 0px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 22px;
	line-height: 25px;
	padding: 10px 25px !important;
}

.storeLogos .logos {
	text-align: center;
}

.storeLogos img {
	max-width: 275px !important;
	/*padding: 0 20px 20px;*/
}

.storeLogos .item {
	height: 120px;
	position: relative;
}

.storeLogos img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

footer .footTop {
	display: block;
	width: 100%; 
}

footer .inner {
	background-color: #faeedd;
	padding: 70px 0;
	background-image: url('//wrapitupraw.com/cdn/shop/t/6/assets/footer-background.jpg?v=62063324408234282551785017590');
	background-position: center top;
	background-size: cover;
}

footer .large-3 a,
footer .large-2 p {
	color: #5a3a31;
	font-weight: 800;
	font-size: 15px;
	line-height: 22px;
}

footer .large-2 a {
	color: #db572a;
	text-decoration: none;
	font-size: 40px;
	line-height: 45px;
	display: inline-block;
	margin-right: 20px;
}

footer .large-4 ul a:hover,
footer .large-2 a:hover {
	color: #5a3a31;
}

footer .large-3 a {
	text-decoration: none;
}


footer .large-3 a:hover {
	color: #db572a;
}

footer .large-4 ul a {
	color: #db572a;
	font-weight: 800;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
}


footer .large-4 ul {
	float: left;
	list-style: none;
}

footer .large-4 ul:first-of-type {
	padding-right: 80px;
}

footer .footer {
	padding-top: 50px;
}

footer .footer p a,
footer .footer p {
	font-weight: 300;
	color: #5a3a31;
	font-size: 13px;
	list-style: 20px;
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 100%;
	position: relative;
}

.banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(58,42,36,.15) 0%, rgba(58,42,36,.55) 100%);
}

.banner h1 {
	font-size: 65px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}

@media (max-width: 767px) {
	.banner { height: 35vh; min-height: 160px; }
	.banner h1 { font-size: 1.6rem; line-height: 1.25; padding: 16px; }
}

.banner img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wpsl-search {
	background-color: #faeedd;
}

#wpsl-search-btn {
	background-color: var(--wiur-green);
	color: #fff;
	border: 0 !important;
	border-radius: 5px !important;
	background-image: none;
	padding: 11px 20px;
	font-weight: 800;
}

#wpsl-search-btn:hover {
	background-color: #db572a;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	width: 105px !important;
}

a.wpsl-directions {
	background-color: #db572a;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: 10px;
}

a.wpsl-directions:hover {
	background-color: var(--wiur-green);
}

.wpsl-store-location p strong {
	color: var(--wiur-green-deep);
	font-weight: 800;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -1px;
}

.recipeSection .column {
	padding: 0 20px 40px;
}

.recipeSection .column img {
	display: block;
}

.pagination .columns {
	text-align: center;
	padding-top: 10px;
}

.pagination a,
.pagination span {
	background-color: #db572a;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	padding: 10px 10px;
}

.pagination a:hover,
.pagination span {
	background-color: var(--wiur-green);
}

.recipeSection .recipe .text {
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
}


.recipeSection .recipe a:hover .text {
	background-color: rgba(242, 101, 34, 0.7);
}

.entry-content .woocommerce {
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 90px 0 90px;
}

.page-id-10 .entry-content .woocommerce {
	max-width: 1200px;
	margin: -30px auto 0;
	padding: 0px 0 90px;
}

li.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
	padding-right: 50px;
}

.woocommerce-MyAccount-navigation ul li a  {
	background-color: var(--wiur-green);
	position: relative;
	padding: 8px 20px;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 800;
	letter-spacing: 0;
	display: block;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #db572a;
}

.woocommerce input {
    border: 1px solid var(--wiur-green);
    border-radius: 8px;
    padding: 11px 25px !important;
}

.woocommerce fieldset {
	background-color: #eee;
	padding: 20px;
	margin: 30px 0;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	left: 11px;
}

.woocommerce-notices-wrapper ul {
	padding-left: 40px;
}


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


.threeColumn .column {
	padding: 0 20px 40px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 25px;
	list-style: 30px;
	letter-spacing: 0;
}

.woocommerce-LoopProduct-link:hover h2,
.woocommerce-LoopProduct-link:hover span, {
	color: #db572a;
}

.woocommerce-product-gallery {
	padding-right: 50px;
	width: 50% !important;
}

.woocommerce .entry-summary {
	padding-left: 50px;
	width: 50% !important;
}

.wp-nutrition-label {
	margin: 30px 0 0 !important;
}

.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background-color: #db572a;
	color: #fff;
}

.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
	background-color: var(--wiur-green);
}

.woocommerce .quantity .qty {
	padding: 10px 10px !important;
}

img.nutritionLabel {
	max-width: 300px !important;
	width: 100%;
	padding-top: 30px;
}
.recipeDetails {
	padding-top: 20px;
	padding-bottom: 5px;
}

.recipeDetails p {
	text-align: center;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
}


.white-popup-block a.popup-modal-dismiss {
	text-decoration: none;
	float: right;
	font-weight: 700;
}

map area:focus {
	outline: none;
}

.um_login_form input {
 	padding: 5px 4px;
 }

.um_login_button {
	color: #db572a;
    background-color: transparent;
    font-weight: 800;
    font-size: 22px;
    line-height: 25px;
    border: 1px solid #db572a;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    padding: 15px 40px !important;
} 

body.otherlogged #menu-item-948,
body.retailerlogged #menu-item-36,
body.retailerlogged .woocommerce-MyAccount-navigation-link--orders {
	display: none !important;
}

.create-account {
	background-color: #faeedd;
    padding: 20px 20px !important;
    text-align: center;
}

.create-account label:before {
	content: 'Make an Account';
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}



/* =Photo Gallery
-------------------------------------------------------------- */
.collapseRow  {
	padding: 10px 20px 30px;
}

a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordianWrap h2.title {
	background-color: var(--wiur-green);
	position: relative;
	padding: 10px 45px 10px 20px;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0;
}

.accordianWrap h2.title:hover {
	cursor: pointer;
	background-color: #db572a;
}

.accordianWrap h2.title:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
	color: #fff;
	padding-left: 10px;
}

.accordianWrap h2.title.open:after {
	content: '-';
}

/* =Clearfix
-------------------------------------------------------------- */
.single-product .entry-content .woocommerce:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.single-product .entry-content .woocommerce,
.clearfix { 
	display: inline-block; 
}

.single-product .entry-content .woocommerce,
* html .clearfix { 
	height: 1%; 
}

.single-product .entry-content .woocommerce,
.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}

body.blog .large-9,
body.archive .large-9,
body.single .large-9 {
	padding-right: 20px !important;
	border-right: 1px solid #000;
}

body.blog .post,
body.search .post,
body.archive .post {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #49176E;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1240px) {
	.fullWidth .inner,
	.fullWidth.insta.noTopPad,
	.fullWidth.PeachWaves .inner,
	.entry-content .woocommerce,
	footer .inner,
	header,
	.ingredientCircle,
	.page-id-10 .entry-content .woocommerce {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*header nav {
	    padding-left: 200px;
	}
	header nav li#menu-item-35 {
	    margin-left: 0px;
	}
	header nav li#menu-item-34 {
	    margin-right: 0px;
	}

	header .logo {
		left: 20px;
		transform: translateX(0);
	}*/
	.home .twoColumns.PeachWaves .large-6:last-of-type img {
		position: relative;
		top: auto;
	}
	.owl-prev {
		left: -15px;
	}

	.owl-next {
		right: -15px;
	}
	.recipeSection .column img {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) { /*  MEDIUM GRID BREAK  */
	.page-id-7 img.wp-image-82 {
		max-width: 300px !important;
		margin: 0 auto !important;
		display: block;
	}
	.twoColumns .large-6:last-of-type {
	    padding-left: 0px;
	}

	.twoColumns .large-6:first-of-type {
	    padding-right: 0px;
	}

	.home .twoColumns .large-6:last-of-type {
	    padding-left: 0px;
	}
	.home .White:first-of-type {
		padding-bottom: 150px;
	}
	.home .twoColumns.PeachWaves .large-6:last-of-type {
		display: none;
	}
	body.home h1,
	body.home h2 {
	    font-size: 60px;
	    line-height: 65px;
	}
	.storeLogos img {
		max-width: 200px !important;
	}
	.main .alignleft, .main img.alignleft,
	.main .alignright, .main img.alignright {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	header .row .columns,
	header nav {
		text-align: center;
	}

	header nav {
		margin-top: 10px;
	}
	header {
	    padding-right: 0px;
	    padding-left: 0px;
	}

}

/*@media only screen and (max-width: 990px) {
	header .logo {
	    left: 50%;
	    transform: translateX(-50%);
	}
	header nav {
	    padding-left: 0px;
	    margin-top: 60px;
	    width: 775px;
	}

}*/

@media only screen and (max-width: 800px) {
	header {
		padding-bottom: 0
	}
	.woocommerce-MyAccount-navigation ul {
		padding-right: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
	    float: none;
	    width: 100%;
	}
	/* Override other menu code */
	nav ul li:hover > ul {
		display: none;
	}
	
	nav ul ul {
		top: 0px;
		position: relative;
		float: none;
	}

	nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 36px; 
		height: auto !important;
		height: 36px;
	}

	/*mobile menu */
	.active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
        display: block;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    .menu-item-has-children {
    	width: 100%;
    }

    nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #666;
    }

    .menu li .more {
        background-image: url(images/list.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 8px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    ul.menu {
    	border-top: 4px solid #666;
    }
    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 35px
    }

    nav ul ul ul li a {
		padding-left: 45px;
	}

    nav ul ul,
    nav ul ul li {
    	width: 100%;
    }

    nav ul ul {
    	padding: 0px !important;
    }

    nav ul ul li {
    	float: none;
    }

    nav {
   		width:100% !important;
   	}

   	nav ul ul ul {
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 750px) {
	.subscribe .gform_wrapper .gform_heading {
		float: none;
		width: 100%;
	}
	.subscribe .gform_wrapper ul {
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.topNav .large-6:first-of-type {
		display: none;
	}

	.banner h1,
	body.home h1,
	body.home h2 {
	    font-size: 50px;
	    line-height: 55px;
	}
}

.wiur-mobile-home {
	display: none;
}

@media only screen and (max-width: 800px) {
	.wiur-mobile-home {
		display: list-item;
	}
}

/**
