/*!
Theme Name: beignets
Theme URI: http://underscores.me/
Author: dataTV
Author URI: https://datatv.com/
Description: Theme for Cafe du Monde in New Orleans, LA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beignets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

beignets is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: 'kelmscott-roman';
    src: url('fonts/kelmscott-roman.eot');
    src: url('fonts/kelmscott-roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/kelmscott-roman.woff2') format('woff2'),
        url('fonts/kelmscott-roman.woff') format('woff'),
        url('fonts/kelmscott-roman.svg#kelmscott-roman') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.section-locations, .section-faq  { background: #FFF; border-radius: 5px; padding: 24px; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

.sr-only, .anww-external-link-icon { 
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
 
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	border-radius: 5px;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}
.wp-block-button__link {
	background-color: #663f00;
    border-radius: 5px!important;
	font-family: kelmscott-roman, serif;
	text-transform: uppercase;
}
.wp-block-button__link:hover {
	background-color: rgba(102,63,0,0.65);
}
.wp-block-button.btn-gold .wp-block-button__link { background: #DFC34A; color: #663f00; }
.wp-block-button.btn-gold .wp-block-button__link:hover { background: rgba(223,195,74,0.65) }
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: kelmscott-roman, serif;
	margin: 0;
}
h1 { 
	margin: 0;
}
h1, h2 { 
	font-size: 48px;
}
h3 { 
	font-size: 30px;
}
.head-white { background: transparent; color: #FFF; }
p {
	font-size: 16px;
	margin: 0 0 1em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
.trade-comp {
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 24px;
}
.trade-comp a {
  color: #FFF;
}
.hero-home h1, .hero-home p.trade-comp, .hero-home .wp-block-button {
	position: relative;
	float: left;
	clear: both;
}
p.trade-comp.has-background {
  padding: 0;
}
.home-shop {
    text-align: center;
}
.related.products {
	clear: both;
	margin: 48px auto 0;
	padding-top: 48px;
	max-width: 1200px;
	text-align: center;
}
h1.page-title, h2.page-title, .home-shop h2, .home-shop h3, section.related.products h2:first-child, h3#order_review_heading, h2.woocommerce-order-details__title, h2.woocommerce-column__title {
	background: #674000;
	background:
		linear-gradient(135deg, transparent 5px, #674000 0) top left,
		linear-gradient(225deg, transparent 5px, #674000 0) top right,
		linear-gradient(315deg, transparent 5px, #674000 0) bottom right,
		linear-gradient(45deg,  transparent 5px, #674000 0) bottom left;
	background-image:
		radial-gradient(circle at 0 0, rgba(217,191,91,0) 7px, #674000 8px),
		radial-gradient(circle at 100% 0, rgba(217,191,91,0) 7px, #674000 8px),
		radial-gradient(circle at 100% 100%, rgba(217,191,91,0) 7px, #674000 8px),
		radial-gradient(circle at 0 100%, rgba(217,191,91,0) 7px, #674000 8px);
	background-size: 51% 51%;
	background-repeat: no-repeat;
	border: 1px solid #DCBD64;
	color: #fff;
	clear: both;
	display: inline-block;
	float: none;
	font-size: 30px;
	margin: 24px auto;
	padding: 8px 24px!important;
	text-align: center !important;
	width: auto;
}
@media (max-width:959px){
	h1, h2 {  font-size: 38px; }
}
@media (max-width:767px){
	h1, h2 {  font-size: 30px; }
	h3 { font-size: 24px; }
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

.col-full {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: border-box;
}
.col-full::after, .col-full::before {
    content: '';
    display: table;
}
.col-full::after,
.col-full::before {
  	content:'';
  	display:table;
}
.col-full::after {
  	clear:both;
}
.col-full:after {
  	content:" ";
  	display:block;
  	clear:both
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.menu-item-search i {
    display: block;
    color: #fff;
    cursor: pointer;
	font-size: 24px;
	padding: 0 .4em;
}
.search-bar { background: #DBBF64 url("img/bkg-header-brown.jpg"); clear: both; display: block; padding: 1em 0; width: 100%; }
.container-1{
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-1 input#search{
  	width: 100%;
  	height: auto;
  	background: #DBBF64;
  	border: none;
  	font-size: 16px;
  	float: left;
  	color: #674000;
  	padding: 8px 30px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
}
.container-1 input#search::-webkit-input-placeholder { color: #674000; }
.container-1 input#search:-moz-placeholder { /* Firefox 18- */ color: #674000; }
.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */  color: #674000; }
.container-1 input#search:-ms-input-placeholder { color: #674000; }
.container-1 .icon{
  position: absolute;
  top: 50%;
  right: 0;
  margin: 10px 30px 0 0;
  z-index: 1;
  color: #674000;
}
.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #F5E16E;
}
@media (min-width:768px){
	.search-bar { display: none; }
}
/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.cafe-columns-1{float: left;width:100%;}
.cafe-columns-2{float: left;width:50%;}
.cafe-columns-3{float: left;width:33.3%;}
.cafe-columns-4{float: left;width:25%;}
.cafe-columns-5{float: left;width:20%;}
.cafe-columns-6{float: left;width:16.666666667%;}
.cafe-columns-7{float: left;width:14.285714286%;}
.cafe-columns-8{float: left;width:12.5%;}
.cafe-columns-9{float: left;width:11.111111111%;}
.cafe-columns-10{float: left;width:5%;}
.cafe-columns-2 p{text-align:center;}
@media (max-width:767px){
	#topbar .cafe-columns-2 { display: none; }
	#topbar .cafe-columns-4 { width: 50%; }
}
@media (max-width:767px){
	.cafe-columns-2, .cafe-columns-3, .cafe-columns-4, .cafe-columns-5, .cafe-columns-6, .cafe-columns-7, .cafe-columns-8, .cafe-columns-9, #topbar .cafe-columns-4 { width: 100%; }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #674000;
	color: #DFC34A;
	border: none;
	border-radius: 5px;
	padding: 7px 14px;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"] { width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: rgba(237,221,151,1.00)
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#topbar {
	background: #66682C;
    padding: 10px;
}
#topbar p, #topbar a {
	color: #FFF;
    font-family: kelmscott-roman, serif;
	font-size: 18px; 
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	padding: 8px 0;
}
#topbar svg {
  fill: white;
}
.site-header {
	background: url("img/bkg-header.jpg");
	position: fixed;
	width: 100%;
	z-index: 100;
}
.site-header .col-head {
    padding-top: 18px;
    padding-bottom: 18px;
}
.stick {
    top: 0;
	transition: all 0.4s ease;
}
.stick .col-head {
	padding-top: 8px;
    padding-bottom: 8px;
	transition: all 0.4s ease;
}
.site-branding .cafe-columns-2 { width: 100%; text-align: center; }
.site-branding .cafe-columns-4 { display: none; }
#topbar .cafe-columns-4.louisiana p { text-align: right!important; }
#topbar .cafe-columns-4.phone .mobile-account { display: none; }
@media (min-width:768px){
.custom-logo-link, .site-branding, .site-header-cart, .site-logo-anchor, .site-logo-link, .site-search {
    margin-bottom: 0;
}
.site-header .site-branding {
    width: 22%;
    float: left;
    margin-right: 3%;
}
}
@media (max-width:767px){
	#topbar .cafe-columns-2, #topbar .cafe-columns-4.louisiana { display: none; visibility:hidden; }
	#topbar .cafe-columns-4.phone p { text-align: center; }
	#topbar .cafe-columns-4.phone .mobile-account { display: inline-block; margin-left: 14px; }
	.site-branding .cafe-columns-2 { width: 50%; text-align: center; }
	.site-branding .cafe-columns-2 img { max-width: 170px; }
	.site-branding .cafe-columns-4 { display: block; font-size: 24px; width: 25%; }
	.site-branding .cafe-columns-4 a { color: #FFF; }
	.site-branding .cafe-columns-4 ul { list-style: none; margin: 0; padding: 0; float: right; }
	.cart-contents:before { padding: 0!important; }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #663f00;
	text-decoration: none;
}

a:visited {
	color: #663f00;
}

a:hover, a:focus, a:active {
	color: rgba(0,0,0,0.65);
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.beignets-primary-navigation, .slicknav_menu {
	background: #674000;
	background:
		linear-gradient(135deg, transparent 5px, #674000 0) top left,
		linear-gradient(225deg, transparent 5px, #674000 0) top right,
		linear-gradient(315deg, transparent 5px, #674000 0) bottom right,
		linear-gradient(45deg,  transparent 5px, #674000 0) bottom left;
	background-image:
		radial-gradient(circle at 0 0, rgba(217,191,91,0) 7px, #674000 8px),
		radial-gradient(circle at 100% 0, rgba(217,191,91,0) 7px, #674000 8px),
		radial-gradient(circle at 100% 100%, rgba(217,191,91,0) 7px, #674000 8px),
		radial-gradient(circle at 0 100%, rgba(217,191,91,0) 7px, #674000 8px);
	background-size: 51% 51%;
	background-repeat: no-repeat;
	border: 1px solid #DCBD64;
    clear: none;
    float: left;
	position: relative;
    width: 75%;
	height: 48px;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 2px 10px;
}

.main-navigation-mobile {
	display: none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: #674000;
	border: 1px solid #DCBD64;
	border-radius: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	padding: .8em 1em;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color: #fefefe!important;
}

.site-header-cart .cart-contents:hover {
    color: #FFF;
}

.main-navigation ul.menu > li, .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	color: #FFF;
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 24px;
	line-height: 1;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	background-color: transparent!important;
	float: left;
    padding: .4em .6em;
	text-transform: uppercase;
}

.main-navigation ul.menu > li.menu-item-47314 > a, .main-navigation ul.menu > li.menu-item-47472 > a, .main-navigation ul.menu > li.menu-item-47473 > a, .main-navigation ul.menu > li.menu-item-47488 > a {
    font-size: 24px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	color: #FFF;
	font-size: 20px;
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li ul li {
	padding: 8px 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.slicknav_menu { display:none; }

@media screen and (max-width: 1139px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { font-size: 20px; padding: .4em .96em; }
	.main-navigation ul.menu > li.menu-item-47314 > a, .main-navigation ul.menu > li.menu-item-47472 > a, .main-navigation ul.menu > li.menu-item-47473 > a, .main-navigation ul.menu > li.menu-item-47488 > a { font-size: 18px; }
	.beignets-primary-navigation, .slicknav_menu { height: 40px; }
}

@media screen and (max-width: 1050px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .65em; }
}

@media screen and (max-width: 1010px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { font-size: 18px; padding: .4em .8em; }
	.main-navigation ul.menu > li.menu-item-47314 > a, .main-navigation ul.menu > li.menu-item-47472 > a, .main-navigation ul.menu > li.menu-item-47473 > a, .main-navigation ul.menu > li.menu-item-47488 > a { font-size: 16px; }
	.beignets-primary-navigation, .slicknav_menu { height: 36px; }
}

@media screen and (max-width: 990px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .75em; }
}

@media screen and (max-width: 990px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .7em; }
}

@media screen and (max-width: 940px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .65em; }
}

@media screen and (max-width: 920px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .6em; }
}

@media screen and (max-width: 900px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .55em; }
}

@media screen and (max-width: 872px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { font-size: 16px; padding: .4em .65em; }
	.beignets-primary-navigation, .slicknav_menu { height: 32px; }
}

@media screen and (max-width: 850px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .6em; }
}

@media screen and (max-width: 830px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .55em; }
}

@media screen and (max-width: 810px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .5em; }
}

@media screen and (max-width: 790px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: .4em .45em; }
}

@media screen and (min-width: 768px) {
.main-navigation ul {
    display: block;
    flex-direction: row;
}

.beignets-primary-navigation #site-navigation {
    display: flex;
    flex-direction: row;
}

.col-full {
    padding: 0 2.11724em;
}
}

@media screen and (max-width: 767px) {
	.beignets-primary-navigation, #mobile-menu { display:none; }
	.slicknav_menu { height: 48px; z-index:999; }
	.slicknav_menu { display:block; margin: 8px 0 0 0; width: 100%; overflow:visible; text-align: center; }
	.slicknav_menu .slicknav_menutxt {font-family: proxima-nova-extra-condensed, sans-serif; font-size: 28px; font-weight: normal; text-shadow: none; }
	.slicknav_btn { background-color: transparent; display: inline-block; float: none; margin: 0 auto; padding: .2em .8em; text-align: center; text-shadow: none; }
	.slicknav_nav { background: #674000; border: 1px solid #DCBD64; border-top: none; border-radius: 0 0 10px 10px; color: #fff; margin: 6px auto 0; padding: .4em .5em; font-size: 24px; width: 99%; }
	.slicknav_nav a { font-family: proxima-nova-extra-condensed, sans-serif; font-size: 24px; text-align: left; text-transform: uppercase; }
	.slicknav_menu .slicknav_icon { margin: 0.55em 0 0 0.6em; }
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.alignwide {
	margin: 0 calc(25% - 25vw);
	max-width: 100vw;
	width: 100vw;
}
@media (max-width: 1140px) {
	.alignwide {
		margin: 32px -76px;
		max-width: 1140px;
		width: 1140px;
	}
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
    margin-top: 89px;
}
.page .content-area, .archive .content-area, .single-product .content-area, .search-results .content-area { background: url("img/bkg-coffee-beignets-napkins.jpg"); background-size: cover; }
.page-header {
    text-align: center;
}
article { max-width: 1200px; margin: 0 auto !important; padding: 48px 24px; }
.search-grid { max-width: 1200px; width: 1200px; margin: 0 auto !important; }
.search-grid article { float: left; max-width: 400px; width: 33.3333%; margin: 0!important; padding: 24px; }
.search-grid article h2 { font-size: 30px; text-align: center; }
.search-grid img { width: 100%; height: auto; }
.home article, .page-template-page-full article { max-width: 100%; padding: 0; }
.page-template-page-full article p { padding: 0 24px; }
.page-template-page-full p { max-width: 1200px; margin: .5em auto; }
.page-template-page-full .page-header { display: none; }
@media screen and (max-width: 1130px) {
	.content-area { margin-top: 84px; }
}
@media screen and (max-width: 980px) {
	.content-area { margin-top: 80px; }
}
@media screen and (max-width: 860px) {
	.content-area { margin-top: 74px; }
}
@media screen and (max-width: 768px) {
	.content-area { margin-top: 68px; }
}
@media screen and (max-width: 767px) {
	.page .content-area, .archive .content-area, .single-product .content-area { background: #DBBF64 url("img/bkg-coffee-beignets-mobile.jpg"); background-size: cover; }
	.content-area { margin-top: 134px; }
	article { max-width: 90% ; padding: 24px; }
	.search-grid article { width: 100%; padding: 24px 0; }
}
/*--------------------------------------------------------------
# Content Blocks
--------------------------------------------------------------*/
.section-parallax { border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; text-align: center; }
.section-parallax h1.page-title, .section-parallax h2.page-title { margin: 0 auto; }
.wp-block-mkl-section-block {
    padding: 48px 0;
}
.wp-block-column, .wp-block-cover, .wp-block-cover-image {
    margin-bottom: 0;
}
.wp-block-cover, .wp-block-cover-image { align-items: flex-end; margin: 0; }
body.home .wp-block-cover, .wp-block-cover-image { padding: 0; }
.wp-block-cover.alignfull.hero-home {
    min-height: 640px;
}
.wp-block-cover.alignfull.hero-home p {
    margin-top: 0;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    padding: 0 2% 24px;
    background: rgba(0,0,0,0)!important;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%)!important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.5)))!important;
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%)!important;
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%)!important;
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%)!important;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
/* Labor Day Hero */
@media screen and (max-width: 767px) {
  .hero-home .wp-block-cover .wp-block-cover__inner-container {
    padding: 0 30% 24px 5%;
  }
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 { margin: 0 auto; }
.home-treats {gap: 0!important;}
section.cols-vert .wp-block-columns { align-items: center; justify-content: center; }
section.cols .wp-block-columns, section.cols-vert .wp-block-columns { max-width: 1200px; margin: 0 auto; }
.wp-block-image img { width: 100%; }
.woocommerce-checkout-review-order { margin-bottom: 24px; }
.woocommerce-checkout .has-text-align-center {
    clear: both;
}
@media screen and (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  		margin-left: 0!important;
	}
	.wp-block-mkl-section-block { padding: 50px 48px!important; }
}
@media screen and (max-width: 767px) {
	.wp-block-cover.alignfull.hero-home { min-height: 430px; }
	.wp-block-mkl-section-block { padding: 30px 48px!important; }
	.wc-block-grid.has-4-columns .wc-block-grid__product { flex: 1 0 50%; max-width: 50%; }
	.wc-block-grid__product { padding: 0 16px; }
	.wp-block-mkl-section-block.alignfull.home-evans.cols-vert { text-align: center; }
}
@media (min-width:600px) and (max-width:781px) {
body.home .wp-block-column {
  flex-basis: calc(33.33%)!important;
  flex-grow:0;
 }
body.home.wp-block-cover {
    min-height: 320px!important;
}
 body.home .home-evans .wp-block-column {
  flex-basis:calc(50%);
  flex-grow:0;
 }
 body.home .wp-block-column:nth-child(2n) {
  margin-left: 0px;
 }
}
/*--------------------------------------------------------------
## Google Maps
--------------------------------------------------------------*/
.googlemap {
	position: relative;
	padding-bottom: 32%!important; /* 4:3 ratio*/
	height: 0;
	overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 1980px) {
.googlemap {
	padding-bottom: 34%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 960px) {
.googlemap {
	padding-bottom: 41%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 850px) {
.googlemap {
	padding-bottom: 47%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 800px) {
.googlemap {
	padding-bottom: 50%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 768px) {
.googlemap {
	padding-bottom: 58%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 600px) {
.googlemap {
	padding-bottom: 75%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 480px) {
.googlemap {
	padding-bottom: 96%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 360px) {
.googlemap {
	padding-bottom: 135%!important; /* 4:3 ratio*/
}
}
@media screen and (max-width: 320px) {
.googlemap {
	padding-bottom: 155%!important; /* 4:3 ratio*/
}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	text-align: left;
}

.page-id-46192 .entry-content, .privacy-policy .entry-content, .page-id-168601 .entry-content {
  background: #fff;
  border: 1px solid #DCBD64;
  border-radius: 10px;
  padding: 24px;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Homepage Lightbox
--------------------------------------------------------------*/
.lity-content {
    background: #674000;
	border: 2px solid #DCBD64;
	border-radius: 5px;
    color: #FFF;
    max-width: 960px;
    padding: 16px 24px;
	text-align: center;
}
.lity-close {
    right: 32px;
    top: 32px;
    background: #674000;
    border-radius: 50% !important;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer { background: #DBBF64 url("img/bkg-footer.jpg"); border-top: 1px solid #674000; padding-top: 24px; padding-bottom: 24px; }
.site-footer h3 { color: #DFC34A; font-size: 24px; margin: 0; }
.site-footer .cafe-columns-2 h3 { font-size: 30px; margin: 0; text-align: center; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer ul li a { color: #DBBF64; font-family: proxima-nova-extra-condensed, sans-serif; font-size: 18px; margin: 0; }
.site-footer .cafe-columns-2, .site-footer .cafe-columns-5 {padding: 14px 24px; height: 200px;}
.site-footer .cafe-columns-2 { background: rgba(103,64,0,0.35); border: 1px solid #674000; border-radius: 8px; } 
.site-footer .cafe-columns-2 h3, .site-footer .cafe-columns-2 p { color: #674000; text-align: center; }
.site-footer .cafe-columns-5 { background: #674000; border-radius: 8px; } 
.site-footer .cafe-columns-5 ul li { font-size: 18px; }
.site-footer h6 { font-size: 16px; }
@media screen and (max-width: 767px) {
	.site-footer .cafe-columns-2, .site-footer .cafe-columns-5 {height: auto;}
}