/*!
Theme Name: hopsndrops
Theme URI: http://creativemediaalliance.com/
Author: CMA
Author URI: http://creativemediaalliance.com
Description: Description
Version: 2.4.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hopsndrops
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.

hopsndrops 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden; /*removes extra whitespace on mobile*/
}

h1 {
	font-size: 2rem;
	margin: 0.67em 0;
}

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

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

a {
	background-color: transparent;
	color: #7a1100; 
	text-decoration: none; 
	transition: all 0.5 ease-in-out; 
	mox-transition: all 0.5 ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a:visted{
	color: #7a1100; 
}

a:hover{
	color: #a7200a; 
}

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

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}


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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}


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

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


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

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

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


details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

::selection {
    background: #9b6c46;
    color: #FFF;
}

::-moz-selection {
    background: #9b6c46;
    color: #FFF;
}

/*--------------------------------------------------------------
## Table - Nutritional & Allergens
--------------------------------------------------------------*/

.allergen-mobile-title {
	color: #640002;
  	font-size: 1rem;
  	margin: 0px;
	font-weight: 700;
}


.alergen-small {
	display: inline-block; /* 1 */
	padding: 0; /* 2 */
	margin: 0;
}

.alergen-small > li {
	display: inline; /* 3 */
}

.alergen-small > li::after {
	content: ' '; /* 4 */
	letter-spacing: 1em; /* 5 */
	background: linear-gradient(90deg, transparent calc(50% - 0.03125em), currentColor 0, currentColor calc(50% + 0.03125em), transparent 0); /* 6 */
}

.nut-wrap,
.allergen-wrap {
	border: solid #640002 5px;
	border-radius: 20px;
	background: rgba(255,255,255,0.50);
	padding: 65px 20px 20px;
	margin: -40px auto 20px;
	float: left;
	width: 100%;	
}

h2.nut-title {
	background: #640002;
	color: #ffde75;
	font-size: 2.250rem;
	line-height: 1.2rem;
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	padding: 8px 20px 7px;
	display: table;	
	border-radius: 20px;
	text-align: center;
	margin: 10px auto;
	z-index: 1199;
	position: relative;
}

.disclaimer-allergen {
	max-width: 700px;
  	margin: 15px auto 0px;
}

.disclaimer-allergen.red {
	display: inline-block;
}

.allergen-title {
	background: #640002;
	color: #ffde75;	
	padding: 8px 20px 7px;
	display: table;	
	border-radius: 20px;
	text-align: center;
	margin: 00px auto;
	z-index: 1199;
	position: relative;
}

.allergen-title h2 {
	font-size: 2.250rem;
	line-height: .8rem;
	font-family: "rockwell", sans-serif;
	font-weight: 700;	
	margin: 10px auto 2px;
}


.allergen-desktop {
	display: block;
}

.allergen-mobile {
	display: none !important;
}

@media screen and (max-width: 760px){
	
	.allergen-desktop {
		display: none !important;
	}

	.allergen-mobile {
		display: block !important;
	}
	.allergen-wrap {
		padding: 45px 20px 20px;
	}
}

.allergen-sub {
	text-align: center;
	margin-bottom: 4px;
}

td.center{
	text-align: center;
	border-left: solid 1px #ccc;
}

th.center {
	text-align: center;
	color: #640002;
}
.category-header-allergen {
	border-bottom: solid 1px #ccc;
}

.header-row-allergen {
	border-bottom: 1px solid #ccc;  
}
.color-col {
	background: #f6eddb;
}
table{
	border-collapse: collapse; 
}

th {
	text-align: left; 
}
td.title,
td.allergen-title-two {
	font-weight: 600;
}

.header-row {
	border-bottom: 1px solid #640002;  
}


td:first-child{
	padding-left: 5px; 
}

/* Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
	
    tr {
      margin: 0 0 1rem 0;
    }
	
	.nut-title {
		background: #fff; 
	}
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
		
	td:empty {
		display: none; 
	}
	
	td.center {
		text-align: left;
		border-left: none;
}
	
	td.center:first-child {
		text-align: center;
		padding-left: 0px;
}
	/* 1/16/19 Added nutrition id for bug fix */
	#nutrition td:nth-child(even){
		background-color: #f9eabb; 
	}
	
	.title {
		padding-left: 5px; 
	}
	
	
/* Label the data on mobile. 1/16/19 Added Nutrition id  for bug fix */
	.category-header td:nth-of-type(1):before { display: none; }
		#nutrition td:nth-of-type(2):before { content: "Carbohydrates"; }
		#nutrition td:nth-of-type(3):before { content: "Saturated Fat"; }
		#nutrition td:nth-of-type(4):before { content: "Sodium"; }
		#nutrition td:nth-of-type(5):before { content: "Calories"; }
}



/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.wrapper,
.pre-header-wrapper {
	max-width: 1200px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;	
	position: relative;
}

.wrapper-six-eighty {
	max-width: 680px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;	
	position: relative;
	overflow:hidden;
}

#primary {
	
}

.splash-wrap {
	width: 100%;
    display: block;
   	background-image: url(images/texture.png),url(images/background-splash2.png);
	background-position: center center, left 160px;
	background-repeat: repeat, no-repeat;
	background-color: #f8f0e5;
}

.splash-wrap-locations {
	width: 100%;
	display: block;
	background-image: url(images/background-splash.png), url(images/texture.png);
	background-position: right 60px, center center;
	background-repeat: no-repeat, repeat;
	padding-top: 60px;
	padding-bottom: 40px;
	border-top: 1px solid #ded3c3;
	background-color: #f8f0e5;
}

.splash-wrap-two {
	width: 100%;
	display: block;
	background-image: url(images/texture.png),url(images/background-splash.png);
	background-position: right 60px;
	background-repeat: repeat, no-repeat;
	background-color: #f8f0e5;
}

@media only screen and (max-width : 1199px ) {
	.wrapper  {
		padding-right: 20px;
		padding-left: 20px;
	}
}

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

.page-id-146 .splash-wrap-locations {
	display: none;
}
	}


@media only screen and (max-width : 679px ) {
	.wrapper-six-eighty  {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.center-button,
.center-button-xmas {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.center-button a {
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	padding: 8px 25px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	background: #3c3229;
	text-transform: uppercase;
}

.center-button a:hover {
	background-color: #736726;
	color: #fff;
	text-decoration: none;
}

.center-button-xmas a {
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	padding: 8px 25px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	background: #3c3229;
	text-transform: uppercase;
}

.center-button-xmas a:hover {
	background-color: #736726;
	color: #fff;
	text-decoration: none;
}

.inline-button {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	display:inline-block;
}

.inline-button a {
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	padding: 8px 25px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	background: #3c3229;
	text-transform: uppercase;
}

.inline-button a:hover {
	background-color: #736726;
	color: #fff;
	text-decoration: none;
}

.right-button,
.right-button-xmas,
.right-button-menu {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.left-button {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.right-button a,
.right-button-menu a,
.left-button a {
	color: #fff;
	padding: 8px 25px;
	font-weight: 600;
	font-size: 1rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	background: #3c3229;
	text-transform: uppercase;
}

.right-button a:hover,
.right-button-menu a:hover,
.left-button a:hover {
	background-color: #736726;
	color: #fff;
	text-decoration: none;
}

.right-button-xmas a {
	color: #fff;
	padding: 8px 25px;
	font-weight: 600;
	font-size: 1rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	background: #be1e2d;
	text-transform: uppercase;
}

.right-button-xmas a:hover {
	background-color: #fff;
	color: #be1e2d;
	text-decoration: none;
}

.second-button {
	margin-top: 25px;
}	

#wpsl-search-btn {
    border: 0 !important;
   	background: #3c3229;
	text-transform: uppercase !important;
	padding: 8px 25px;
	color: #fff;
	font-weight: 600 !important;
	font-size: 1rem;
}

/* Main container styles */
.app-button-container-top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.app-button-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start; /* aligns items to the left */
}

/* Button wrapper */
.app-image-button {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 0; /* remove vertical spacing */
}

/* Button image */
.app-image-button img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  transition: opacity 0.2s ease-in-out;
}

/* Hover effect */
.app-image-button:hover img {
  opacity: 0.8;
}

/* Mobile styles */
@media (max-width: 650px) {
  .app-button-container,
  .app-button-container-top {
    flex-direction: column;
    align-items: center;
    gap: 4px; /* reduce space between buttons */
  }

  .app-image-button {
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .app-image-button img {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
}


.spec {
  	clear: both;
  	float: left;
	color: #d15023;
	width: 100%;
}

.phone {
	display: block;
  	float: left;
  	width: 100%;
  margin: 10px 0px;
}

.floating-footer-buttons {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    display: flex;
    gap: 14px; 
    justify-content: center;
    align-items: center;
}

.floating-footer-buttons a {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #3c3229;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    white-space: nowrap; /* Keeps text from wrapping */
}

.floating-footer-buttons a:hover {
    background-color: #736726;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

@media (max-width: 675px){
	#wpsl-wrap #wpsl-result-list li{
		padding-left: 10px !important; 
	}
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1rem;
    width: auto;
    margin: 0 16px 0 0;
    background: #3c3229;
	color: #fff;
	font-weight: 600;
	padding: 8px 25px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#gform_wrapper_1 {
  text-align: left;
}
/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

#custom-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#custom-popup {
    background-color: #f8f0e5;
    background-image: url(images/texture.png);
	background-repeat: repeat;
	overflow: hidden;
    max-width: 800px;
    width: 90%;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index:1000;
    padding: 10px;
}

.popup-left {
    width:50%;
    float: left;
}
.popup-right {
    width:50%;
    float: left;
}

.pop-up-img img{
    max-width: 100%;
    max-height: 100%;
    display:block;
}

#custom-popup h2 {
    margin-top: 25%;
}

#custom-popup p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0px;
    margin-top: 10px;
}

.pop-up-title {
	font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.2em;
    color: #736726;
    text-transform: uppercase;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.popup-buttons {
  margin-top: 1.5rem;
}

.popup-btn {
    color: #fff;
	font-weight: 600;
	font-size: 1rem;
	padding: 8px 25px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	background: #3c3229;
	text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
}

.popup-btn:hover {
	background-color: #736726;
	color: #fff;
	text-decoration: none;
}

@media only screen
and (max-width : 700px ) {
    .popup-left {
        display: none;
    }
    .popup-right {
        width:100%;
        float: none;
    }
    
    #custom-popup h2 {
        margin-top: 0px;
    }
    
    #custom-popup {
    padding: 2em;
    }
}

/*--------------------------------------------------------------
# Mobile Delivery Header Links
--------------------------------------------------------------*/

.mobile-banner {
    display: none;
    position: fixed;
    top: 0;
    height: 36px; 
    width: 100%;
    background-color: #d15023;
    z-index: 9999;
    text-align: center;
}

.mobile-banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;  
    height: 100%;
    gap: 10px;
}

.mobile-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

.mobile-link:hover {
    color: #000;
}

.divider {
    color: white;
}

/* Show banner only on screens 768px or smaller */
@media screen and (max-width: 1000px) {
  .mobile-banner {
    display: block;
  }
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

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: 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: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.n {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	font-style: italic; 
	font-size:  1.25em;
	text-transform: lowercase; 
	line-height: 1rem;
}

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

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: 99%;
}

/*--------------------------------------------------------------
# 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);
	font-size: 0.75rem;
	line-height: 1;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.text-nowrap {
    white-space: nowrap;
	clear: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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: 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;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear:both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
   	top: 0;
   	left: 0;
   	z-index: 1200;
   	width: 100%;
}


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

	#masthead {
		position: relative;
	}
	}	

/*--------------------------------------------------------------
# New-Navigation
--------------------------------------------------------------*/
#new-site-header {
    
  width: 100%;
  background-image: url('images/grunge-wall.png');
  background-repeat: repeat;
  background-color: #f0dc97;
  position: fixed;
  top: 0;
  z-index: 9999;
}

@media (max-width: 650px) {
  #new-site-header {
    position: relative;
  }
  
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}
.new-logo {
    padding-top: 10px;
    flex-shrink: 0;
    overflow: visible;
}

.new-logo img {
  width: 200px;
  height: auto;
  display: block;
  margin-bottom: -20px;
}

.new-main-navigation {
  flex-grow: 1;
  margin-right: 10px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.login-link i {
  font-size: 1.25rem;
  color: #000; /* Adjust as needed */
}

.login-link i:hover {
  color: #d15023;
}

.order-now-btn {
  background-color: #7a1100;
  padding: 8px 25px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

a.order-now-btn {
  color:#fff;
}
.order-now-btn:hover {
  background-color: #d15023;
}

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

}
@media screen and (max-width: 650px) {
  #site-header {
    position: relative;
  }
  
  .order-now-btn {
  font-size:15px;
  text-align:center;
}
  
  .new-logo {
    padding-top: 4px;
    padding-bottom:4px;
    
}
  .new-logo img {
    width: 150px; /* 25% smaller than 263px */
    margin-bottom: 0px; /* optional adjustment for visual balance */
  }
  
 /* .ubermenu.ubermenu-mobile-modal .ubermenu-nav {
    padding:15px;
  }*/
}



/*--------------------------------------------------------------
# Old-Navigation
--------------------------------------------------------------*/
#site-navigation {
	position: fixed;
	top: 36px;
	width:100%;
	background-color: #f0dc97;
	font-weight: 500;
	text-transform: uppercase;
	background-image: url(images/grunge-wall.png);
	background-repeat: repeat;
}

.site-header {
	position: relative;
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	float: right;
}

#menu-item-888 {
	margin-right: 10px;
}

@media only screen and (max-width: 1110px) {
	
 /* 	.ubermenu.ubermenu-main .ubermenu-item-level-0 {
		margin: 10px 10px !important;*/
	}
	.site-header {
		float: none;
	}
	
}


@media only screen and (max-width: 1000px) {
	#site-navigation {
		position: relative;
	}

}

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

#menu-item-1303,
#menu-item-890 {
	display: none;
}
	}

.header-wrap {
	position: fixed;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
}

.logo {
	position: relative;
	display: block;
	max-width: 1200px; /* max-width makes frame responsive */
	margin: 0 auto;
	z-index: 100 !important;
}

.site-title {
	position: absolute;
	margin-top: 12px;	
	margin-left: 10px;	
}

.site-title img {
	width: 263px;
	height: auto;
}

.logo-mobile {
	float: left;
	display: none;
}

.logo-mobile img {
	width: 150px;
	height: auto;
}

@media only screen and (max-width: 1000px) {
	
	.header-wrap {
		display:none;
	}
	
	.logo-mobile {
		display: block;
}

	}
	
/*--------------------------------------------------------------
# ALERT
--------------------------------------------------------------*/

.alert-banner {
	width: 100%; /* max-width makes frame responsive */
	display:block;
	position: relative;
	background: #d15023;
	text-align: center;
	padding-top: 30px;
	padding-bottom:50px;
}

.alert-title {
	font-weight: 800;
	font-size: 2.5rem;
	color: white;
}

.alert-copy {
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 700;
}

.alert-copy a {
	color: white;
	text-decoration:underline;
}

.alert-copy a:hover {
	opacity: .5;
}

.overflow {
	overflow: hidden;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.banner {
	width: 100%; /* max-width makes frame responsive */
	display:block;
	position: relative;
	margin-top: 85px;
}
@media (max-width: 650px) {
  .banner {
      margin-top:0px;
  }
}

.yellow-title-wrapper {
	width: 100%;
	display: block;
	position:absolute;
	z-index: 1100;
	margin-top: -60px;
	text-align:center;
}

.yellow-title-wrapper h1 {
	color: #9b6c46;
	font-weight: 800;
	font-size: 2.5rem;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

h1.slanted {
	display: inline-block;
	transform: rotate(-3deg);
	-webkit-clip-path: polygon(1% 0, 100% 0%, 100% 98%, 1% 100%);
	clip-path: polygon(1% 0, 100% 0%, 100% 98%, 1% 100%);
	background: #9b6c46;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}

.yellow-page-wrapper {
	width: 100%;
	background:#f0dc97;
	background-image: url(images/grunge-wall.png);
	background-repeat: repeat;
	display: block;
	text-align:center;
	clear:both;
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding-top: 100px;
	padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
	.yellow-title-wrapper {
		width: 100%;
		position:relative;
		margin-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
		background:#f0dc97;
		background-image: url(images/grunge-wall.png);
		background-repeat: repeat;
		overflow: hidden;
	}

	.yellow-page-wrapper {
		padding-top: 0px;
	}

}

@media only screen and (max-width: 650px) {
	.yellow-title-wrapper h1 {
		font-size: 1.75rem;
	}
	
	.yellow-page-wrapper {
		font-size:1rem;
		
		padding-bottom: 20px;
	}

}


/*--------------------------------------------------------------
# New Menu Section
--------------------------------------------------------------*/
.menu-page {
  	width: 100%;
  	display: block;
  	background-image:url("images/menulines.png");
  	background-repeat: repeat;
	background-color: #fff6db;
	overflow: hidden;
	letter-spacing: -0.025em;
}
.menu-page h3{
  	margin:0 0 4px 0;
  	text-transform: uppercase;
  	color: #640002;
}

.menu-page-content {
	border: solid #b32517 5px;
	border-radius: 20px;
	background: #ffde75;
	padding: 20px;
	margin: 20px auto;
	overflow: hidden;
	float: left;
	width: 100%;
}

.new-menu-page-content-left {
	display: block;
	float: left;
	width: 73%;
}

.new-menu-page-content-left h1 {
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #640002;
	font-size: 2.250rem;
	line-height: 1.1rem;
}

.new-menu-page-content-left p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.new-menu-page-content-right {
	display: block;
	float: right;
	text-align: right;
	width: 25%;
	margin-right: 2%;
}

@media only screen
and (max-width : 1000px ) {
	.new-menu-page-content-right,
	.new-menu-page-content-left {
		width: 100%;
		float: none;
		margin-right: 0px;
		text-align: center;
	}
}

/*--- Header Block ----*/

.menu-header-wrap {
	border: solid #b32517 5px;
	border-radius: 20px;
	background: #ffde75;
	padding: 20px;
	margin: 0px auto 20px;
	overflow: hidden;
	float: left;
	width: 100%;
}

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

.menu-header h3 {
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #640002;
	font-size: 2.250rem;
	line-height: 1.1rem;
}


.menu-header p {
  margin: 0;
}

/*--- Single Block ----*/

.full-menu-block-wrapper,
.disclaimer-block-wrapper,
.third-right-menu-block-wrapper,
.third-left-menu-block-wrapper,
.left-column-menu,
.right-column-menu {
	border: solid #640002 5px;
	border-radius: 20px;
	background: rgba(255,255,255,0.50);
	padding: 0 20px 20px;
}

.third-right-menu-block-wrapper-yellow,
.third-left-menu-block-wrapper-yellow,
.left-column-menu-yellow,
.right-column-menu-yellow {
	border: solid #b32517 5px;
	border-radius: 20px;
	background:#ffde75;
	padding: 0 20px 20px;
}

.full-menu-block-wrapper,
.thirds,
.fiftyfifty-block-wrapper {
	margin: 20px auto;
	float: left;
	width: 100%;
}

.third-right-menu-block-wrapper,
.third-right-menu-block-wrapper-yellow {
	margin-left: 2%;
	float: left;
	width: 58%;
}

.third-left-menu-block-wrapper,
.third-left-menu-block-wrapper-yellow {
	float: left;
	width: 40%;
}

.left-column-menu,
.left-column-menu-yellow {
	float: left;
	width: 49%;
	text-align: center;
}

.right-column-menu,
.right-column-menu-yellow  {
	margin-left: 2%;
	float: left;
	width: 49%;
	text-align: center;
}

.mb-title-align-left {
	text-align: left;
}

.mb-title-align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.mb-title-align-right {
	text-align: right;
}

h2.mb-title {
	background: #640002;
	color: #ffde75;
	font-size: 2.250rem;
	line-height: 2.5rem;
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	padding: 8px 20px 7px;
	display: table;
	margin-top: -35px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.third-right-menu-block-wrapper-yellow > h2.mb-title,
.third-left-menu-block-wrapper-yellow > h2.mb-title,
.left-column-menu-yellow > h2.mb-title,
.right-column-menu-yellow > h2.mb-title{
	background: #b32517 !important;
}

.mb-description {
	font-weight: 600;
}

.mb-description p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.mb-description h3,
.new-menu-page-content-left h2 {
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #b32517;
	margin: 0px;
}

/*---- Menu Blocks ----*/

.menu-block,
.menu-block-wrap,
.ybw-no-title,
.yellow-block-wrap {
	display: block;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

.menu-block-wrap strong,
.mb-description strong {
	color: #640002;
}

.menu-block-wrap h3 {
	color: #640002;
	font-size: 1rem;
	margin: 0px;
}

.menu-block-wrap ul {
  font-size: .875rem;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.black {
	color: #000 !important;
}

.black strong {
	font-weight: normal !important;
}

.red {
	font-style: italic;
	color: #b32517 !important;
}

.red strong {
	color: #000;
}

.red h3 {
	color: #b32517;
}

.menu-block-wrap p {
	font-size: .875rem;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 1.38em;
}

/*---- drink pairings ----*/
.drink-pairing {
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 5px 10px 0px 40px;
	display: table;
	height: 60px;
}

.drink-pairing-copy {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-style: normal !important;
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	color: #b32517;
	line-height: 1.2em;
	display: table-cell;
    vertical-align: middle;
}

.beer {
	background-image: url("images/beer.png");
}

.drop {
	background-image: url("images/drop.png")
}

.marg {
	background-image: url("images/marg.png")
}

/*---- Yellow Blocks ----*/

.yellow-block-wrap {
  	border: solid #b32517 5px;
  	border-radius: 20px;
  	background: #ffde75;
  	padding: 0px 15px 15px;
  	text-align: center;
	margin-top: 40px;
}

.ybw-no-title {
  	border: solid #b32517 5px;
  	border-radius: 20px;
  	background: #ffde75;
  	padding: 0px 15px 15px;
  	text-align: center;
	margin-top: 10px;
}

.yellow-block-wrap-top {
  	border: solid #b32517 5px;
  	border-radius: 20px;
  	background: #ffde75;
  	padding: 15px 15px 15px;
  	text-align: center;
	margin: 30px 0px 10px;	
}

.ybw-no-title-top {
  	border: solid #b32517 5px;
  	border-radius: 20px;
  	background: #ffde75;
  	padding: 0px 15px 15px;
  	text-align: center;
	margin: 10px 0px;	
}

.yellow-block-space {
	display: block;
	margin-top: 15px;
}

h2.mb-title-red {
	background: #b32517;
	color: #fff;
	font-size: 2rem;
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	padding: 7px 15px 5px;
	display: table;
	border-radius: 20px;
	margin:-35px auto 10px;
	line-height: 1.1em;
}

/*--- three column ----*/

.three-column-content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	-moz-column-count: 3;
	-moz-column-gap: 60px;
	-ms-column-count: 3;
    -ms-column-gap: 60px;
	-webkit-column-count: 3;
	-webkit-column-gap : 60px;
	-o-column-count: 3;
	-o-column-gap : 60px; /* Opera */
	column-count: 3;
    column-gap: 60px;
}

/*--- disclaimer ----*/
.disclaimer-block-wrapper {
	display: block;
	float: left;
	padding: 30px;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
}

.disclaimer-copy {
	max-width: 700px;
	margin: 15px auto 0px;
}

ul.footer-disclaim {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

ul.footer-disclaim li {
	display: inline-block;
}

.footer-disclaim {
	font-family: "rockwell", sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}

/*--- nutrition ----*/
.nut-wrap {}
@media only screen
and (max-width : 1000px ) {
	.drink-pairing {
		background-position: left center;
		background-size: contain;
		background-repeat: no-repeat;
		padding: 5px 10px 0px 40px;
		display: table;
		height: 70px;
	}
	
}

@media only screen
and (max-width : 900px ) {
	.three-column-content {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-ms-column-count: 1;
		-ms-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap : 0px;
		-o-column-count: 1;
		-o-column-gap : 0px; /* Opera */
		column-count: 1;
		column-gap: 0px;
		text-align: center;
	}
	
	.right-column-menu,
	.right-column-menu-yellow,
	.left-column-menu,
	.left-column-menu-yellow,
	.third-left-menu-block-wrapper,
	.third-left-menu-block-wrapper-yellow,
	.third-right-menu-block-wrapper,
	.third-right-menu-block-wrapper-yellow {
		margin-left: 0%;
		width: 100%;
		float: none;
		text-align: center;

	}
	
	.right-column-menu,
	.right-column-menu-yellow,
	.third-right-menu-block-wrapper,
	.third-right-menu-block-wrapper-yellow {
		margin-top: 40px;

	}
	
	.mb-title-align-left,
	.mb-title-align-right,
	.mb-description,
	.right-button-menu {
		text-align: center !important;
	}
	
	h2.mb-title {
		margin: -35px auto 10px;
	}
	
	.drink-pairing {  
		margin: 0 auto;
	}
}

@media only screen
and (max-width : 640px ) {
	.three-column-content,
	.right-column-menu,
	.right-column-menu-yellow,
	.left-column-menu,
	.left-column-menu-yellow,
	.third-left-menu-block-wrapper,
	.third-left-menu-block-wrapper-yellow,
	.third-right-menu-block-wrapper,
	.third-right-menu-block-wrapper-yellow {
	}
}



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

.img-block-wrapper {
	position: relative;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	background-color: #f8f0e5;
	background-image: url(images/texture.png);
	background-repeat: repeat;
	overflow: hidden;
}

/*---- Right ----*/

.right-img-copy-wrapper {
	width: 50%;
    float: left;
    display: block;
    background-image: url(images/background-splash.png);
    background-repeat: no-repeat;
    background-position: right top;
	padding: 40px;
}

.right-img-copy {
	float:none;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.right-img-copy-image {
	width: 50%; /* max-width makes frame responsive */
	height: 100%;
	position: absolute;
	right: 0;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
}

/* not needed for background*/
.right-img-copy-image img {
	object-fit: cover;
	object-position: 50% center;
	display: block;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width : 900px ) {
	.right-img-copy-wrapper {
		width: 100%;
		float: none;
		display: block;
		padding: 0px; 
	}

	.right-img-copy {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1rem;
		padding: 20px;
	}

	.right-img-copy-image {
		width: 100%; /* max-width makes frame responsive */
		height: 400px;
		position: relative;
	}

}

/*---- LEFT ----*/
.left-img-copy-wrapper {
	width: 50%;
    float: right;
    display: block;
    background-image: url(images/background-splash2.png);
    background-repeat: no-repeat;
    background-position: -60px 300px;
}

.left-img-copy {
	float:none;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding: 40px;
}

.left-img-copy-image {
	width: 50%; /* max-width makes frame responsive */
	height: 100%;
	position: absolute;
	left: 0;
	background-size: cover; 
	background-position: center center; 
	background-repeat: no-repeat; 
}


/* not needed if using background */
.left-img-copy-image img {
	object-fit: cover;
	object-position: 50% center;
	display: block;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width : 900px ) {
	.left-img-copy-wrapper {
		width: 100%;
		float: none;
		display: block;
	}

	.left-img-copy {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1rem;
		padding: 20px;
	}

	.left-img-copy-image {
		width: 100%;
		float: none;
		background-position: center center;
		position: relative;
		height: 400px; 
	}
}

.right-img-copy h2,
.left-img-copy h2 {
	font-size: 2rem;
	font-weight:800;
	line-height:1.7rem;
	color: #736726;
	text-transform: uppercase;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.right-img-copy p,
.left-img-copy p {
	
}

.full-width-banner {
	width: 100%; /* max-width makes frame responsive */
	display:block;
	position: relative;
}

#motion-banner-wrap {
	position: relative;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	max-height: 1500px;
	text-align: center;
	overflow: hidden; 
}

.motion-header-image {
	width: 100%;
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
}

@media only screen and (max-width : 769px ) {
.motion-header-image {
		background-attachment:scroll;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .motion-header-image {
		background-attachment:scroll;
	}
}

.full-width-banner-title {
	width: 100%;
	display: block;
	position:absolute;
	z-index: 1100;
	margin-top: -60px;
	text-align:center;
}

.full-width-banner-title h2 {
	color: #3c3229;
	font-weight: 800;
	font-size: 2rem;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

h2.slanted {
	display: inline-block;
	transform: rotate(-3deg);
	-webkit-clip-path: polygon(1% 0, 100% 4%, 100% 100%, 1% 98%);
	clip-path: polygon(1% 0, 100% 4%, 100% 100%, 1% 98%);
	background: #9b6c46;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}

.full-width-banner-wrap {
	width: 100%; /* max-width makes frame responsive */
	display:block;
	background: none repeat scroll 0 0 rgba(248, 240, 229, 0.8);
	vertical-align: top;
	position: relative;
	overflow:hidden;
	margin-bottom: 600px;
}

.full-width-clear {
	width: 100%; /* max-width makes frame responsive */
	display:block;
	vertical-align: top;
	position: relative;
	overflow:hidden;
	margin-bottom: 450px;
}
.full-width-banner-container {
	max-width: 1200px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	display:block;	
}

.full-width-banner-copy {
	max-width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;	
}

.full-width-banner-copy p {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #000;
}

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

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

.form-copy,
.video {
	text-align: center;
	width: 100%;
	font-weight: 400;
}

.form-padding,
.video-padding {
overflow: hidden;
	display: block;
	padding-bottom: 60px;
}

.form-copy h2,
.video h2{
	margin-top: 40px;
}

h2.rewards-sub {
	margin-top: 0px;
}

.form-copy-text,
.video-copy-text{
	margin-bottom: 20px;
	text-align: center;
}

.form-copy-text ul,
.form-copy-text ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.form-copy-text li {
	margin-bottom: 5px;
}

.video h2{
	font-size: 2rem;
	font-weight:800;
	line-height:1.7rem;
	color: #736726;
	text-transform: uppercase;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
	text-transform:uppercase;
	font-size: .93rem;
}


/*--------------------------------------------------------------
## Specials-Banner
--------------------------------------------------------------*/

.center-banner-wrap {
	position: relative;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	text-align: center;
}

.center-header-image {
  	min-height: 420px;
	width: 100%;
  	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	background-attachment: fixed;
}

@media only screen and (max-width : 769px ) {
.center-header-image {
		background-attachment:scroll;
	}
}

.center-banner-title {
	padding-top: 40px;
}

.center-banner-title h2 {
	font-size: 2.125rem;
	margin-top: 0px;
	font-weight:800;
}

h2.slanted-red{
	display: inline-block;
	transform: rotate(3deg);
	-webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 98%);
	background: #9b6c46;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 650px) {
	h2.slanted-red {
		font-size: 1.75rem;
	}
		}
	
.menu-title{
	text-align: center; 
	width: 100%; 
	font-size: 1.5rem; 
	padding-top: 20px; 
}



.center-banner-text-wrap {
	max-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	color: #000;
	background: rgba(248, 240, 229, 0.8);
}

.center-banner-text {
	position: relative;
	text-align: center;
	display:block;
	margin-top: -60px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.250rem;
	line-height: 1.875rem;
}

.center-banner-text h3 {
	font-size: 1.5rem;
	color: #3c3229;
	margin-bottom: 20px;
	font-weight:800;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# SINGLE LOCATIONS
--------------------------------------------------------------*/
#wpsl-wrap, .wpsl-gmap-canvas {
    margin-bottom: 0px !important;
}

.right-column, .left-column{
	width: 50%; 
	padding-left: 20px; 
	padding-right: 20px;
	text-align: left;
	float: left;
}

ul.contact-info {
	margin-top: 1em; 
	margin-left: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	padding: 0; 
}

ul.contact-info li{
	list-style: none; 
}

ul.contact-info li:nth-child(3), ul.contact-info li:nth-child(4), ul.contact-info li:nth-child(5), ul.contact-info li:nth-child(6), ul.contact-info li:nth-child(7), ul.contact-info li:nth-child(8){
	display: inline-block;
}

ul.contact-info li.pipe::after {
	content: " |"; 
}

.label{
	display: block; 
	float: left;
	padding-right: 10px; 
}

table.wpsl-opening-hours{
	float: left; 
}

table.wpsl-opening-hours tr{
	border: none !important; 
}

.is_desktop {
	display: block;
}

.is_mobile {
	display: none !important;
}

@media screen and (max-width: 640px){
	.left-column, .right-column{
		width: 100%; 
	}
	
	.is_desktop {
		display: none !important;
	}

	.is_mobile {
		display: block !important;
	}
}

.locations-banner-title {
	text-align: center;
	padding-bottom: 30px;
}

.locations-banner-title h2 {
    font-size: 2.125rem;
    margin-top: 0px;
    font-weight: 800;
}

.reviews {
	display: block;
	width: 100%;
	clear: both;
}

.reviews h3 {
	font-size: 2rem;
	font-weight:800;
	line-height:1.7em;
	color: #736726;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## Locations Grid
--------------------------------------------------------------*/
.all-locations{
	max-width: 1200px; 
	display: block; 
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto; 
	clear: both; 
	position:relative; 
	overflow: hidden; 
	text-align: center;
}

.all-locations h2{
	color: #736726; 
	text-transform: uppercase; 
	text-align: center; 
}

.all-locations h3{
	text-transform: uppercase; 
	display: inline-block;
	transform: rotate(-3deg);
	-webkit-clip-path: polygon(1% 4%, 98% 0, 100% 92%, 0% 100%);
	clip-path: polygon(1% 4%, 98% 0, 100% 92%, 0% 100%);
	background: #9b6c46;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.location {
	float: left; 
	width: 33.33%; 
	min-height: 180px;
}

.location a:first-child, #wpsl-wrap strong a{
	font-size: 1.125rem; 
	font-weight: 800; 
	text-transform: uppercase;
}


.locationlist{
	width: 100%; 
	overflow: hidden; 
}

/* Clear floats after the columns */
.locationlist ::after{
	content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width : 740px ) {
	.location {
		width: 50%; 
		padding-bottom: 20px; 
	}
}

@media only screen and (max-width : 450px ) {
	.location {
		width: 100%; 
		padding-bottom: 10px; 
	}
}

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Food Menus
--------------------------------------------------------------*/

.actions-wrapper {
    clear: both;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.action-widget ul{
	list-style:none;
	margin:0;
	padding:0;
}

.action-widget a{
	text-decoration: none;
}

.action-widget ul li {
	width: 32.0312%;
	float: left;
	margin-right: 1.95312%;
	text-align: center;
	text-transform: uppercase;
}

.action-widget ul li img{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.action-widget ul li img:hover,
.state-active {
	
	-webkit-filter: contrast(0.32);
	
	font-weight: 600px;
}

.action-widget-link {
	color: #736726;
	display: block;
}

.action-widget-link:hover {
		color: #333;
}

.action-widget ul li:last-child {
	margin-right: 0;
}

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


.action-widget ul li img{
	max-width: 80px;
}
}

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

	.actions-wrapper {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.action-widget ul li {
		width: 100%;
		float: none;
		margin-right: 0%;

	}
	.action-widget ul li img{
		max-width: 60px;
	}
}

.tab-wrapper {
  background: #3c3229;
  width: 100%;
}

.menu-tab-wrapper {
	width: 100%;
	background: #3c3229;
	font-size: 1.125rem;
	font-weight: 500;
}

@media only screen
and (max-width : 960px ) {
	.menu-tab-wrapper {
		overflow: hidden;
	}
}
/*Keeps background from overlapping on pages with anchor tags*/
#tab-block.splash-wrap{
	padding-top: 5px; 
}

/*Fixes page jump on anchor tags works on mozilla.*/
#happy-hour::before{
display: block; 
  content: " "; 
  margin-top: -250px; 
  height: 250px; 
  visibility: hidden; 
  pointer-events: none;
}

/*Fixes page jump on anchor tags works on chrome*/
.tab-content{
	padding-top: 175px; 
	margin-top: -175px; 
}

#tab-block h2{ 
	color: #9b6c46;
	text-transform: uppercase;
	text-align: center;
}

.tab-block-description { 
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.menus-content {
	display: block;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-ms-column-count: 2;
	-ms-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap : 60px;
	-o-column-count: 2;
	-o-column-gap : 60px; /* Opera */
	column-count: 2;
	column-gap: 60px;
	padding-top: 20px;
	padding-bottom: 60px; 
}

@media only screen
and (max-width : 650px ) {
.menus-content {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-ms-column-count: 1;
	-ms-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap : 0px;
	-o-column-count: 1;
	-o-column-gap : 0px; /* Opera */
	column-count: 1;
	column-gap: 0px;
    text-align: left;
}

}





.page-id-166 .menu-block {
	display: block;
	-webkit-column-break-inside: auto !important;
	    page-break-inside: auto !important;

    break-inside: auto!important;
}


#happy-hour .menu-block:first-child{
	 /* keeps happy hour from adding extra unneeded space*/
	-webkit-column-break-inside: auto; /* Chrome, Safari, Opera */
}

.menu-block-description,
.menu-block-text {
	padding-left: 18px;
}

.menu-block-description{
	clear: both;
}

.menu-block-description p {
	margin-bottom: 8px;
}

.menu-block-text {
	margin-right: 30px;
}

.menu-block h3 {
	color: #3c3229;
	font-weight: 800;
	font-size: 1.5rem;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

h3.slanted {
	display: inline-block;
	transform: rotate(-3deg);
	-webkit-clip-path: polygon(1% 4%, 98% 0, 100% 92%, 0% 100%);
	clip-path: polygon(1% 4%, 98% 0, 100% 92%, 0% 100%);
	background: #9b6c46;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	text-transform: uppercase; 
}

.standard-item {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
	position: relative;
}

.standard-item h4 {
	color: #736726;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	font-size: 1.125rem;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
	margin-bottom: 10px;
}

.menuprice  {
	display: inline-block;
	margin-left: 10px;
}

.price {
	display: inline-block;
	margin-left: 15px;
	padding-top: 25px;
	position: absolute; 
}

@media only screen 
and (min-width:970px){
	.standard-item{
		position: relative; /* To prevent price floating on Safari */
	}	
}

@media only screen
and (max-width : 970px ) {
.standard-item h4 {
	display: block;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
	
/*updated 12/21*/	
.price {
	display: inline-block;
	margin-left: 20px;
	padding-top: 0px;
	position: absolute; 
}

.menu-block-text{
	padding-top: 1.5em; 
}
	
.kids-title .price{
	margin-left: 10px; 
	margin-top: 1.35em; 
}
	
}

@media only screen and (min-width:651px) and (max-width: 826px){
	.addon-price{
		position: relative; 
	}
	
	.addon .or{
		margin-left: -30px; 
	}
	
	.addon .co{
		margin-left: -100px; 
	}
	
}
/*end of update*/

.slanted .price{
	padding-top: 0; 
	position: relative; 
}

.slanted .wa{
	margin-left: 0; 
}

.slanted .or{
	margin-left: -50px; 
}

.slanted .co{
	margin-left: -50px; 
	text-align: right; 
	width: 52px; 
}

.menu-block-sub-description,
.menu-block-description{
	font-style: italic;
}

.addon {
	font-weight: 600;
	font-style: italic;
	position: relative;
}

.addon-text {
	display: inline-block;
	position: relative;
}


.addon-price {
	padding-top: 0px;
}

.asterisk-text {
	font-style: italic;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fa-exclamation-triangle {
	color: #9b6c46;
	margin : 5px;
}

.kids-title{
	text-align: center;
}

.kids-title h2{
	display: inline-block;
	postion: relative;
}

.kids-title span {
	color: #736726;
	font-weight: 600;
	font-size: 1.125rem;
}

.kid-item h4{
	color: #3c3229;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
	font-size: 1.125rem;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
}

.kid-description {

}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.catering {
	padding-top: 30px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	background-image: url(images/background-splash2.png);
    background-repeat: no-repeat;
    background-position: 60px 300px;
	
	}
/*--------- instagram ---------*/
.instagram-wrapper {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	z-index: 20;
	position: relative;
}

.instagram-wrapper h3 a {
	color: black;
	text-decoration:none;
	text-transform:uppercase;
}

.instagram-wrapper h3 a:hover {
	color: #736726;
	text-decoration:none;
}

.notxt {
  display:none; 
}

/*--------- social ---------*/

.social-wrap {
	padding-top: 30px;
	margin-bottom: 50px;
	z-index: 20;
	position: relative;
}

.center {
	text-align: center;
}

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 1.75rem;
}

ul.social li {
	list-style-type: none;
	float: left;
}

ul.social li a i {
	display: inline-block;
  	border-radius: 60px;
  	box-shadow: none;
  	padding: 0.5em ;
	background: #3c3229;
	color: #fff;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	margin-right:10px;
}

ul.social li a i:hover {
	color: #fff;
	background: #736728;
}

/*--------- newsletter-sign-up ---------*/

.newsletter-banner-wrap {
	position: static;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	text-align: center;
	padding-top: 50px;
}

.newsletter-header-image {
	width: 100%;
  	top: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-attachment: fixed;
}

@media only screen and (max-width : 769px ) {
.newsletter-header-image {
		background-attachment:scroll;
	}
}

.newsletter-banner-title {
	margin-top: -40px;
}

.newsletter-banner-title h3 {
	font-size: 2.125rem;
	margin-top: 0px;
	font-weight:800;
}

h3.slanted-orange {
	display: inline-block;
	transform: rotate(3deg);
	-webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 98%);
	background: #9b6c46;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: -80px;
}

.newsletter-banner-text-wrap {
	max-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	color: #000;
	background: rgba(248, 240, 229, 0.8);
}

.newsletter-banner-text {
	position: relative;
	text-align: center;
	display:block;
	margin-top: -38px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1rem;
	line-height: 1.5rem;
}

.shim {
	position: relative;
	height: 25px;
	display:block;
}

.footer-nav ul {
	padding: 0;
	margin: 0;
	display:inline-block;
	text-transform:uppercase;
	list-style:none;
}

.footer-nav {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size:1.125em;
	line-height: 1.875em;
	font-weight:600;
}

.footer-nav ul li {
	margin-right: 15px;
	display:inline;
	white-space: nowrap;
}

.footer-nav ul li a {
	color: #000;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #736728;
	text-decoration: none;
}

/*--------- newsletter-sign-up ---------*/
.copyright-wrapper {
	background-color: #3c3229;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 85px;
	color: white;
	text-align: center;
	font-size:1em;
}

.copyright-wrapper p {
	margin-bottom: 5px;
	margin-top: 0px;
}

.copyright-wrapper a {
	color: white;
	text-decoration:none;
}

.copyright-wrapper a:hover {
	color: #ded8b8;
	text-decoration: none;
}

/*--------------------------------------------------------------
## 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;
	font-size: .875rem;
	line-height: 1.4rem;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Stuff I don't need???
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


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

.compat-object-fit {
   background-size: cover;
   background-position: center center; 
}

/* 
-------------------------------------------------------------- 
XMAS
-------------------------------------------------------------- 
*/

.menu-page-xmas {
  	width: 100%;
  	display: block;
  	background: rgb(177,223,218);
	background: radial-gradient(circle, rgba(177,223,218,1) 0%, rgba(76,194,191,1) 54%);
	overflow: hidden;
}

.snow {	
	width: 100%;
    display: block;
   	background-image: url(images/snow.png);
	background-repeat: repeat;
	overflow: hidden;
}

.img-block-wrapper-xmas {
	position: relative;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	 background-color: #8ad1ce;
	background-image: url(images/snow.png);
	background-repeat: repeat;
	overflow: hidden;
}

.right-img-copy-wrapper-xmas {
	width: 50%;
    float: left;
    display: block;
	 background-color: #8ad1ce;
	background-image: url(images/snow.png);
	background-repeat: repeat;
	padding: 40px;
}

.right-img-copy-xmas {
	float:none;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.left-img-copy-wrapper-xmas {
	width: 50%;
    float: right;
    display: block;
    background-color: #8ad1ce;
	background-image: url(images/snow.png);
	background-repeat: repeat;
}

.left-img-copy-xmas {
	float:none;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding: 40px;
}

.right-img-copy-xmas h2,
.left-img-copy-xmas h2 {
	font-size: 2rem;
	font-weight:800;
	line-height:1.7rem;
	color: #000;
	text-transform: uppercase;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.allergen-wrap .color-col {
  	background: white;
}

@media only screen and (max-width : 900px ) {
	.right-img-copy-wrapper-xmas {
		width: 100%;
		float: none;
		display: block;
		padding: 0px; 
	}
	
	.right-img-copy-xmas {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1rem;
		padding: 20px;
	}
	
	.left-img-copy-wrapper-xmas {
		width: 100%;
		float: none;
		display: block;
	}
	
	.left-img-copy-xmas {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1rem;
		padding: 20px;
	}
	
}
@media only screen and (max-width : 480px ) {
	#menu-item-3662,
	#menu-item-3659 {
		display: none;	
	}

}
