/*!
Theme Name: xoco
Theme URI: http://underscores.me/
Author: Carrmichael
Author URI: http://carrmichael.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xoco
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.

xoco is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #4D328F;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1, h2, h3 {
  font-family: "felt-tip-roman", sans-serif;
  font-style: normal;
  margin: 0 0 0.5em;
  color: #ffffff;
  font-weight: 700;
  text-transform: lowercase;
}

h1.page-title,
h1.entry-title {
  font-size: 7em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1920px) {
  h1.page-title,
h1.entry-title {
    font-size: 5em;
  }
}
@media (max-width: 1100px) {
  h1.page-title,
h1.entry-title {
    font-size: 4em;
  }
}
@media (max-width: 700px) {
  h1.page-title,
h1.entry-title {
    font-size: 3em;
    line-height: 0.85;
  }
}

h2 {
  font-size: 2em;
  line-height: 1;
}

body.error404 h1.entry-title {
  font-size: 4em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1920px) {
  body.error404 h1.entry-title {
    font-size: 3em;
  }
}
@media (max-width: 1100px) {
  body.error404 h1.entry-title {
    font-size: 3em;
  }
}
@media (max-width: 700px) {
  body.error404 h1.entry-title {
    font-size: 2em;
    line-height: 0.85;
  }
}
@media (max-width: 700px) {
  body.error404 p, body.error404 li {
    font-size: 20px;
    line-height: 1.5;
  }
}

.wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko,
.wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko[data-kb-block=kb-adv-heading32_56671a-4f] {
  font-size: 140px;
  line-height: 0.2em;
}
@media (max-width: 1920px) {
  .wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko,
.wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko[data-kb-block=kb-adv-heading32_56671a-4f] {
    font-size: 120px;
  }
}
@media (max-width: 700px) {
  .wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko,
.wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko[data-kb-block=kb-adv-heading32_56671a-4f] {
    font-size: 100px;
  }
}
@media (max-width: 700px) {
  .wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko,
.wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko[data-kb-block=kb-adv-heading32_56671a-4f] {
    font-size: 80px;
  }
}
@media (max-width: 600px) {
  .wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko,
.wp-block-kadence-advancedheading.kt-adv-heading32_56671a-4f.sho-ko[data-kb-block=kb-adv-heading32_56671a-4f] {
    font-size: 60px;
  }
}

@media (max-width: 600px) {
  .kb-row-layout-wrap.sho-ko-row .kt-row-column-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media (max-width: 600px) {
  .wp-block-kadence-advancedheading.kt-adv-heading32_4f1bfc-93.aztec-word,
.wp-block-kadence-advancedheading.kt-adv-heading32_4f1bfc-93.aztec-word[data-kb-block=kb-adv-heading32_4f1bfc-93] {
    font-size: 24px;
    line-height: 1.4em;
  }
}

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: "Montserrat", "Helvetica Neue", sans-serif;
  line-height: 1.7;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4D328F;
}
a:visited {
  color: #4D328F;
}
a:hover, a:focus, a:active {
  color: #7BCF34;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Social Links
--------------------------------------------- */
#mobile-social-links {
  margin: 0 auto;
}
#mobile-social-links ul {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
  padding: 40px 0 120px;
}
@media (max-width: 1920px) {
  #mobile-social-links ul {
    padding: 40px 0 100px;
  }
}
@media (max-width: 500px) {
  #mobile-social-links ul {
    padding: 40px 0 80px;
  }
}
#mobile-social-links ul li {
  margin-right: 40px;
}
@media (max-width: 1920px) {
  #mobile-social-links ul li {
    margin-right: 30px;
  }
}
@media (max-width: 500px) {
  #mobile-social-links ul li {
    margin-right: 20px;
  }
}
#mobile-social-links ul li a {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("/wp-content/themes/xoco/svg/social-icons.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 245px 175px;
}
@media (max-width: 1920px) {
  #mobile-social-links ul li a {
    width: 60px;
    height: 60px;
    background-size: 209px 150px;
  }
}
@media (max-width: 500px) {
  #mobile-social-links ul li a {
    width: 45px;
    height: 45px;
    background-size: 157px 112px;
  }
}
#mobile-social-links ul li a.instagram {
  background-position: 0 0;
}
#mobile-social-links ul li a.instagram:hover {
  background-position: 0 -104px;
}
@media (max-width: 1920px) {
  #mobile-social-links ul li a.instagram {
    background-position: 0 0;
  }
  #mobile-social-links ul li a.instagram:hover {
    background-position: 0 -89px;
  }
}
@media (max-width: 500px) {
  #mobile-social-links ul li a.instagram {
    background-position: 0 0;
  }
  #mobile-social-links ul li a.instagram:hover {
    background-position: 0 -67px;
  }
}
#mobile-social-links ul li a.twitter {
  background-position: -87px 0;
}
#mobile-social-links ul li a.twitter:hover {
  background-position: -87px -104px;
}
@media (max-width: 1920px) {
  #mobile-social-links ul li a.twitter {
    background-position: -74px 0;
  }
  #mobile-social-links ul li a.twitter:hover {
    background-position: -74px -89px;
  }
}
@media (max-width: 500px) {
  #mobile-social-links ul li a.twitter {
    background-position: -57px 0;
  }
  #mobile-social-links ul li a.twitter:hover {
    background-position: -57px -67px;
  }
}
#mobile-social-links ul li a.facebook {
  background-position: -174px 0;
}
#mobile-social-links ul li a.facebook:hover {
  background-position: -174px -104px;
}
@media (max-width: 1920px) {
  #mobile-social-links ul li a.facebook {
    background-position: -149px 0;
  }
  #mobile-social-links ul li a.facebook:hover {
    background-position: -149px -89px;
  }
}
@media (max-width: 500px) {
  #mobile-social-links ul li a.facebook {
    background-position: -112px 0;
  }
  #mobile-social-links ul li a.facebook:hover {
    background-position: -112px -67px;
  }
}
#mobile-social-links ul li:last-child {
  margin-right: 0;
}

#footer-social ul {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
  padding: 0;
}
#footer-social ul li {
  margin-right: 20px;
}
#footer-social ul li a {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("/wp-content/themes/xoco/svg/social-icons-footer.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 157px 112px;
}
#footer-social ul li a.instagram {
  background-position: 0 -67px;
}
#footer-social ul li a.instagram:hover {
  background-position: 0 0;
}
@media (max-width: 500px) {
  #footer-social ul li a.instagram {
    background-position: 0 0;
  }
  #footer-social ul li a.instagram:hover {
    background-position: 0 -67px;
  }
}
#footer-social ul li a.twitter {
  background-position: -57px -67px;
}
#footer-social ul li a.twitter:hover {
  background-position: -57px 0;
}
@media (max-width: 500px) {
  #footer-social ul li a.twitter {
    background-position: -57px 0;
  }
  #footer-social ul li a.twitter:hover {
    background-position: -57px -67px;
  }
}
#footer-social ul li a.facebook {
  background-position: -112px -67px;
}
#footer-social ul li a.facebook:hover {
  background-position: -112px 0;
}
@media (max-width: 500px) {
  #footer-social ul li a.facebook {
    background-position: -112px 0;
  }
  #footer-social ul li a.facebook:hover {
    background-position: -112px -67px;
  }
}
#footer-social ul li:last-child {
  margin-right: 0;
}

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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;
}

.wp-block-button a.wp-block-button__link {
  color: #fff;
  background-color: #EE5890;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
.wp-block-button a.wp-block-button__link:hover {
  background-color: #7BCF34;
  color: #fff;
}
@media (max-width: 1920px) {
  .wp-block-button a.wp-block-button__link {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 820px) {
  .wp-block-button a.wp-block-button__link {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .wp-block-button a.wp-block-button__link {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  .kb-row-layout-wrap.xoco-buttons-row .kt-row-column-wrap {
    row-gap: 12px;
  }
}

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

svg#social-icons-svg .st0 {
  fill: #fff;
}
svg#social-icons-svg .st0:hover {
  fill: #EE5890;
}
svg#social-icons-svg .st1 {
  fill: #4d328f;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
body {
  background-color: #4D328F;
}

#page {
  background-color: #FFBB0D;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.xoco-yellow-page #page {
  background-color: #FFBB0D;
}
body.xoco-yellow-page *::selection {
  background-color: #7BCF34;
}
body.xoco-yellow-page .site-branding #xoco-logo svg#xoco-logo-svg .st0 {
  fill: #FFBB0D;
}
body.xoco-yellow-page .site-branding #xoco-logo:hover svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}
body.xoco-yellow-page #menu-toggle svg#mobile-menu-btn .st0 {
  fill: #FFBB0D;
}
body.xoco-yellow-page #menu-toggle:hover svg#mobile-menu-btn .st0 {
  fill: #fff;
  opacity: 1;
}

body.xoco-blue-page #page {
  background-color: #20BED7;
}
body.xoco-blue-page *::selection {
  background-color: #FFBB0D;
}
body.xoco-blue-page a:hover {
  color: #FFBB0D;
}
body.xoco-blue-page .site-branding #xoco-logo svg#xoco-logo-svg .st0 {
  fill: #20BED7;
}
body.xoco-blue-page .site-branding #xoco-logo:hover svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}
body.xoco-blue-page #menu-toggle svg#mobile-menu-btn .st0 {
  fill: #20BED7;
}
body.xoco-blue-page #menu-toggle:hover svg#mobile-menu-btn .st0 {
  fill: #fff;
  opacity: 1;
}

body.xoco-pink-page #page {
  background-color: #EE5890;
}
body.xoco-pink-page *::selection {
  background-color: #20BED7;
}
body.xoco-pink-page a:hover {
  color: #20BED7;
}
body.xoco-pink-page .site-branding #xoco-logo svg#xoco-logo-svg .st0 {
  fill: #EE5890;
}
body.xoco-pink-page .site-branding #xoco-logo:hover svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}
body.xoco-pink-page #menu-toggle svg#mobile-menu-btn .st0 {
  fill: #EE5890;
}
body.xoco-pink-page #menu-toggle:hover svg#mobile-menu-btn .st0 {
  fill: #fff;
  opacity: 1;
}

body.xoco-green-page #page {
  background-color: #7BCF34;
}
body.xoco-green-page *::selection {
  background-color: #EE5890;
}
body.xoco-green-page a:hover {
  color: #ffffff;
}
body.xoco-green-page .site-branding #xoco-logo svg#xoco-logo-svg .st0 {
  fill: #7BCF34;
}
body.xoco-green-page .site-branding #xoco-logo:hover svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}
body.xoco-green-page #menu-toggle svg#mobile-menu-btn .st0 {
  fill: #7BCF34;
}
body.xoco-green-page #menu-toggle:hover svg#mobile-menu-btn .st0 {
  fill: #fff;
  opacity: 1;
}

main.site-main {
  padding: 125px 40px 0;
}
main.site-main .xoco-content-container,
main.site-main article {
  padding: 60px 0;
}
@media (max-width: 700px) {
  main.site-main .xoco-content-container,
main.site-main article {
    padding: 30px 0;
  }
}
main.site-main .xoco-content-container .entry-content,
main.site-main article .entry-content {
  position: relative;
  max-width: 1428px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1920px) {
  main.site-main .xoco-content-container .entry-content,
main.site-main article .entry-content {
    max-width: 1000px;
  }
}

/*--------------------------------------------------------------
# Accent Images
--------------------------------------------------------------*/
.accent-image {
  position: absolute;
  width: 70px;
  transform: translate(-50%, -50%);
}
.accent-image img {
  width: 100%;
}
@media (max-width: 500px) {
  .accent-image {
    display: none;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
body.home #page {
  background-color: #ffffff;
}
body.home main.site-main {
  position: relative;
  padding: 0;
}
body.home .site-header {
  background: transparent;
}
body.home .site-header.toggled {
  margin-top: -125px;
}
@media (max-width: 500px) {
  body.home .site-header.toggled {
    margin-top: -85px;
  }
}
body.home .site-header.toggled .main-navigation {
  top: 125px;
}
@media (max-width: 500px) {
  body.home .site-header.toggled .main-navigation {
    top: 85px;
  }
}
body.home .site-branding #xoco-logo {
  display: none;
}
body.home #menu-toggle svg#mobile-menu-btn .st0 {
  fill: #fff;
}
body.home #menu-toggle:hover svg#mobile-menu-btn .st0 {
  fill: #fff;
  opacity: 0.6;
}
body.home .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full screen height */
  overflow: hidden;
}
body.home .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video covers the entire hero section */
  z-index: 1;
}
body.home .xoco-home-mobile {
  display: none;
  background: #4D328F;
}
@media (max-width: 500px) {
  body.home .xoco-home-mobile {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    height: 25%;
    width: 100%;
  }
}
body.home .xoco-home-mobile svg#xoco-logo-svg {
  width: 80%;
}
body.home .xoco-home-mobile svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}
body.home .home-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 500px) {
  body.home .home-menu {
    display: block;
  }
}
body.home .home-menu .home-menu-item {
  flex-basis: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  body.home .home-menu .home-menu-item {
    flex-basis: 100%;
    height: 25%;
  }
}
body.home .home-menu .home-menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.81);
  text-decoration: none;
  text-align: center;
  height: 100%;
}
body.home .home-menu .home-menu-item a:hover {
  color: white;
}
body.home .home-menu .home-menu-item a h2 {
  font-size: 9em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (max-width: 1920px) {
  body.home .home-menu .home-menu-item a h2 {
    font-size: 6em;
  }
}
@media (max-width: 1200px) {
  body.home .home-menu .home-menu-item a h2 {
    font-size: 4.5em;
  }
}
@media (max-width: 900px) {
  body.home .home-menu .home-menu-item a h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 700px) {
  body.home .home-menu .home-menu-item a h2 {
    font-size: 3em;
  }
}
@media (max-width: 600px) {
  body.home .home-menu .home-menu-item a h2 {
    font-size: 2.5em;
  }
}
body.home .home-menu .home-menu-item.menus a {
  background-color: #FFBB0D;
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.menus a:hover {
  background-color: rgba(255, 187, 13, 0.7);
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.order a {
  background-color: #7BCF34;
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.order a:hover {
  background-color: rgba(123, 207, 52, 0.7);
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.catering a {
  background-color: #20BED7;
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.catering a:hover {
  background-color: rgba(32, 190, 215, 0.7);
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.info a {
  background-color: #EE5890;
  transition: background-color 0.5s ease;
}
body.home .home-menu .home-menu-item.info a:hover {
  background-color: rgba(238, 88, 144, 0.7);
  transition: background-color 0.5s ease;
}
body.home .home-down-arrow {
  position: absolute;
  top: 39%;
  left: 50%;
  width: 150px;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 1920px) {
  body.home .home-down-arrow {
    width: 110px;
  }
}
@media (max-width: 500px) {
  body.home .home-down-arrow {
    top: 34%;
    width: 80px;
  }
}
body.home .home-down-arrow svg#down-arrow-svg {
  width: 100%;
}
body.home .home-down-arrow svg#down-arrow-svg .st0 {
  fill: #fff;
  isolation: isolate;
  opacity: 1;
}
body.home .home-down-arrow:hover svg#down-arrow-svg .st0 {
  fill: #fff;
  opacity: 0.6;
}
body.home .logo-float {
  position: fixed;
  top: 47%;
  left: 50%;
  width: 1200px;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1920px) {
  body.home .logo-float {
    width: 900px;
  }
}
@media (max-width: 1200px) {
  body.home .logo-float {
    width: 660px;
  }
}
@media (max-width: 900px) {
  body.home .logo-float {
    width: 500px;
  }
}
@media (max-width: 700px) {
  body.home .logo-float {
    width: 400px;
  }
}
@media (max-width: 500px) {
  body.home .logo-float {
    display: none;
  }
}
body.home .logo-float svg#xoco-logo-svg {
  width: 100%;
}
body.home .logo-float svg#xoco-logo-svg .st0 {
  fill: rgba(255, 255, 255, 0.84);
  transition: fill 1s ease;
}
body.home .logo-float svg#xoco-logo-svg.scrolled .st0 {
  fill: #4d328f;
  transition: fill 1s ease;
}

/*--------------------------------------------------------------
# ORDER
--------------------------------------------------------------*/
.order-links-container .order-links-inner {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: center;
}
.order-links-container .order-links-inner .order-link {
  flex-basis: 50%;
  padding-bottom: 100px;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link {
    padding-bottom: 60px;
  }
}
.order-links-container .order-links-inner .order-link a, .order-links-container .order-links-inner .order-link a:visited {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.order-links-container .order-links-inner .order-link a .order-label, .order-links-container .order-links-inner .order-link a:visited .order-label {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a .order-label, .order-links-container .order-links-inner .order-link a:visited .order-label {
    font-size: 21px;
    margin-top: 16px;
  }
}
.order-links-container .order-links-inner .order-link a .toast, .order-links-container .order-links-inner .order-link a:visited .toast {
  width: 415px;
  height: 106px;
  text-indent: -9999px;
  background-image: url(/wp-content/themes/xoco/img/order/Toast.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a .toast, .order-links-container .order-links-inner .order-link a:visited .toast {
    width: 250px;
    height: 63.3px;
  }
}
.order-links-container .order-links-inner .order-link a .uber-eats, .order-links-container .order-links-inner .order-link a:visited .uber-eats {
  width: 489px;
  height: 79px;
  text-indent: -9999px;
  background-image: url(/wp-content/themes/xoco/img/order/UberEats.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a .uber-eats, .order-links-container .order-links-inner .order-link a:visited .uber-eats {
    width: 294px;
    height: 47px;
  }
}
.order-links-container .order-links-inner .order-link a .doordash, .order-links-container .order-links-inner .order-link a:visited .doordash {
  width: 631px;
  height: 73px;
  text-indent: -9999px;
  background-image: url(/wp-content/themes/xoco/img/order/Doordash.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a .doordash, .order-links-container .order-links-inner .order-link a:visited .doordash {
    width: 300px;
    height: 44px;
  }
}
.order-links-container .order-links-inner .order-link a .grubhub, .order-links-container .order-links-inner .order-link a:visited .grubhub {
  width: 457px;
  height: 129px;
  text-indent: -9999px;
  background-image: url(/wp-content/themes/xoco/img/order/Grubhub.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a .grubhub, .order-links-container .order-links-inner .order-link a:visited .grubhub {
    width: 275px;
    height: 78px;
  }
}
.order-links-container .order-links-inner .order-link a:hover .order-label {
  color: #EE5890;
}
.order-links-container .order-links-inner .order-link a:hover .toast {
  background-position: 0 -124px;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a:hover .toast {
    background-position: 0 -75px;
  }
}
.order-links-container .order-links-inner .order-link a:hover .uber-eats {
  background-position: 0 -95px;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a:hover .uber-eats {
    background-position: 0 -58px;
  }
}
.order-links-container .order-links-inner .order-link a:hover .doordash {
  background-position: 0 -113px;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a:hover .doordash {
    background-position: 0 -53px;
  }
}
.order-links-container .order-links-inner .order-link a:hover .grubhub {
  background-position: 0 -136px;
}
@media (max-width: 1920px) {
  .order-links-container .order-links-inner .order-link a:hover .grubhub {
    background-position: 0 -81px;
  }
}

/*--------------------------------------------------------------
# CATERING  FORM
--------------------------------------------------------------*/
.party-form,
.catering-form {
  font-size: 20px;
  line-height: 30px;
  /* Hide the default checkbox */
  /* Create a custom checkbox circle */
  /* Custom circle */
  /* Add a "checked" style when the input is checked */
}
.party-form p,
.catering-form p {
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .party-form,
.catering-form {
    font-size: 16px;
    line-height: 24px;
  }
}
.party-form .contact-email,
.catering-form .contact-email {
  height: 0;
  overflow: hidden;
}
.party-form .catering-form-title,
.catering-form .catering-form-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: -8px;
}
.party-form .xoco-form-title,
.catering-form .xoco-form-title {
  font-family: "felt-tip-roman", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  text-transform: lowercase;
}
@media (max-width: 1920px) {
  .party-form .xoco-form-title,
.catering-form .xoco-form-title {
    font-size: 2em;
    line-height: 1;
  }
}
.party-form .xoco-form-title p,
.catering-form .xoco-form-title p {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: lowercase;
}
.party-form p,
.catering-form p {
  padding: 0;
  margin: 0 0 12px;
}
.party-form .rb_small_copy,
.catering-form .rb_small_copy {
  margin-bottom: 20px;
}
.party-form .rb_field_container,
.catering-form .rb_field_container {
  margin: 0 0 20px;
}
.party-form .checkbox_group,
.catering-form .checkbox_group {
  margin: 0 0 50px;
}
.party-form .catering-desc,
.catering-form .catering-desc {
  display: block;
}
.party-form .wpcf7-form-control-wrap .wpcf7-list-item,
.catering-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.party-form .wpcf7-form-control-wrap input[type=checkbox],
.catering-form .wpcf7-form-control-wrap input[type=checkbox] {
  display: none;
}
.party-form .wpcf7-form-control-wrap .wpcf7-list-item-label,
.catering-form .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  /* Space for the custom checkbox */
  cursor: pointer;
  font-weight: 700;
}
.party-form .wpcf7-form-control-wrap .wpcf7-list-item-label::before,
.catering-form .wpcf7-form-control-wrap .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
.party-form .wpcf7-form-control-wrap .wpcf7-list-item-label.checked::before,
.catering-form .wpcf7-form-control-wrap .wpcf7-list-item-label.checked::before {
  background-color: #4D328F;
}
.party-form input[type=submit],
.catering-form input[type=submit] {
  color: #fff;
  background-color: #4D328F;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  outline: none;
  border: none;
}
@media (max-width: 1920px) {
  .party-form input[type=submit],
.catering-form input[type=submit] {
    font-size: 24px;
    line-height: 24px;
    outline: none;
  }
}
.party-form input[type=submit]:hover,
.catering-form input[type=submit]:hover {
  border: none;
  background-color: #FFBB0D;
  color: #4D328F;
}
.party-form textarea,
.party-form select,
.party-form input[type=email],
.party-form input[type=tel],
.party-form input[type=text],
.catering-form textarea,
.catering-form select,
.catering-form input[type=email],
.catering-form input[type=tel],
.catering-form input[type=text] {
  background: #20BED7;
  border: 3px solid #ffffff;
  border-radius: 32px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  height: 64px;
  padding: 0 20px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1920px) {
  .party-form textarea,
.party-form select,
.party-form input[type=email],
.party-form input[type=tel],
.party-form input[type=text],
.catering-form textarea,
.catering-form select,
.catering-form input[type=email],
.catering-form input[type=tel],
.catering-form input[type=text] {
    border-radius: 27px;
    font-size: 18px;
    line-height: 18px;
    height: 54px;
    padding: 0 16px;
  }
}
.party-form textarea:focus,
.party-form select:focus,
.party-form input[type=email]:focus,
.party-form input[type=tel]:focus,
.party-form input[type=text]:focus,
.catering-form textarea:focus,
.catering-form select:focus,
.catering-form input[type=email]:focus,
.catering-form input[type=tel]:focus,
.catering-form input[type=text]:focus {
  border: 3px solid #ffffff;
  outline: none;
}
.party-form textarea::placeholder,
.party-form select::placeholder,
.party-form input[type=email]::placeholder,
.party-form input[type=tel]::placeholder,
.party-form input[type=text]::placeholder,
.catering-form textarea::placeholder,
.catering-form select::placeholder,
.catering-form input[type=email]::placeholder,
.catering-form input[type=tel]::placeholder,
.catering-form input[type=text]::placeholder {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .party-form textarea::placeholder,
.party-form select::placeholder,
.party-form input[type=email]::placeholder,
.party-form input[type=tel]::placeholder,
.party-form input[type=text]::placeholder,
.catering-form textarea::placeholder,
.catering-form select::placeholder,
.catering-form input[type=email]::placeholder,
.catering-form input[type=tel]::placeholder,
.catering-form input[type=text]::placeholder {
    font-size: 18px;
    line-height: 18px;
  }
}
.party-form .rb_checkbox p,
.catering-form .rb_checkbox p {
  margin: 0 0 8px;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1920px) {
  .party-form .rb_checkbox p,
.catering-form .rb_checkbox p {
    font-size: 20px;
    line-height: 20px;
  }
}
.party-form .rb_checkbox.num_list p,
.catering-form .rb_checkbox.num_list p {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}
.party-form .rb_checkbox.num_list select,
.catering-form .rb_checkbox.num_list select {
  border: 2px solid #ffffff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  height: 40px;
  padding: 0 8px;
  width: 60px;
  color: #ffffff;
  margin-right: 12px;
}
.party-form .rb_checkbox.num_list select:focus,
.catering-form .rb_checkbox.num_list select:focus {
  border: 2px solid #ffffff;
}
.party-form .rb_checkbox.num_list select::placeholder,
.catering-form .rb_checkbox.num_list select::placeholder {
  font-size: 16px;
  line-height: 16px;
}
.party-form option,
.catering-form option {
  font-weight: 700;
  background: #ffffff;
  color: #4D328F;
}
.party-form textarea,
.catering-form textarea {
  height: 160px;
  padding: 20px;
}
.party-form .catering-notes textarea,
.catering-form .catering-notes textarea {
  height: 300px;
}
.party-form .rb_field_container p label,
.catering-form .rb_field_container p label {
  display: none;
}
.party-form span.wpcf7-not-valid-tip,
.catering-form span.wpcf7-not-valid-tip {
  color: #b30000;
  font-weight: 700;
  display: block;
  padding: 2px 20px;
}

.catering-table {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 820px) {
  .catering-table {
    flex-direction: column;
  }
}
.catering-table .catering-col-left {
  width: 47%;
}
@media (max-width: 820px) {
  .catering-table .catering-col-left {
    width: 100%;
  }
}
.catering-table .catering-col-left .rb_small_copy {
  margin-bottom: 30px;
}
.catering-table .catering-col-right {
  width: 47%;
}
@media (max-width: 820px) {
  .catering-table .catering-col-right {
    width: 100%;
  }
}

.party-form input[type=text],
.party-form input[type=email],
.party-form input[type=tel],
.party-form select,
.party-form textarea {
  background: #EE5890;
}

body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #EE5890;
}

/*--------------------------------------------------------------
# FOOD MENU
--------------------------------------------------------------*/
a.back-to-menu, a.back-to-menu:visited {
  position: fixed;
  display: none;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  color: #ffffff;
  background: #EE5890;
  padding: 16px 30px 16px 20px;
  margin-top: 125px;
  z-index: 999;
}
@media (max-width: 600px) {
  a.back-to-menu, a.back-to-menu:visited {
    font-size: 35px;
    line-height: 35px;
    padding: 10px 18px 10px 18px;
  }
}
a.back-to-menu .back-to-menu-inner, a.back-to-menu:visited .back-to-menu-inner {
  display: flex;
  align-items: center;
}
a.back-to-menu span, a.back-to-menu:visited span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #ffffff;
  cursor: pointer;
  margin-right: 24px;
}
@media (max-width: 600px) {
  a.back-to-menu span, a.back-to-menu:visited span {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 16px solid #ffffff;
    margin-right: 20px;
  }
}
a.back-to-menu:hover, a.back-to-menu:visited:hover {
  background: #7BCF34;
}
@media (max-width: 500px) {
  a.back-to-menu, a.back-to-menu:visited {
    margin-top: 85px;
  }
}

body.archive.tax-menu-type a.back-to-menu {
  display: block;
}

.xoco-menu-categories {
  max-width: 100%;
  width: 100%;
}

.gutter-sizer {
  width: 10%;
}
@media (max-width: 820px) {
  .gutter-sizer {
    width: 0;
  }
}

.page-header.archive-menu-types {
  margin: 0 0 50px;
}
.page-header.archive-menu-types h1.page-title {
  margin: 0;
}
.page-header.archive-menu-types .archive-description p {
  text-align: center;
  margin: 0;
}

.menu-category-section {
  padding: 0 0 10px;
  width: 45%;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .menu-category-section {
    width: 100%;
  }
}
.menu-category-section .menu-category-header {
  margin-bottom: 40px;
}
.menu-category-section .menu-category-header .menu-category-title {
  position: relative;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 6px;
  text-align: center;
  color: #EE5890;
}
@media (max-width: 1920px) {
  .menu-category-section .menu-category-header .menu-category-title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 600px) {
  .menu-category-section .menu-category-header .menu-category-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.menu-category-section .menu-category-header .menu-category-title .menu-type-image {
  position: absolute;
  width: 100px;
  top: -20px;
  left: -130px;
}
.menu-category-section .menu-category-header .menu-category-title .menu-type-image img {
  width: 100%;
}
.menu-category-section .menu-category-header .menu-category-description {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 3px;
  font-weight: 800;
}
@media (max-width: 1920px) {
  .menu-category-section .menu-category-header .menu-category-description {
    font-size: 20px;
    line-height: 26px;
  }
}
.menu-category-section .menu-subcat-title {
  font-family: "felt-tip-roman", sans-serif;
  font-size: 46px;
  line-height: 0.8em;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 24px;
  color: #ffffff;
}
@media (max-width: 1920px) {
  .menu-category-section .menu-subcat-title {
    font-size: 38px;
    line-height: 0.8em;
    margin: 10px 0 24px;
  }
}

ul.food-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.food-items li.featured {
  padding: 12px 12px 10px;
  margin: 0 0 50px;
  border: 8px solid #4D328F;
}

ul.food-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.food-items li {
  padding: 0;
  margin: 0 0 50px;
}
ul.food-items li .food-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
ul.food-items li .food-item .food-info {
  padding-right: 10%;
}
ul.food-items li .food-item .food-info .food-title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 1920px) {
  ul.food-items li .food-item .food-info .food-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  ul.food-items li .food-item .food-info .food-title {
    font-size: 28px;
    line-height: 32px;
  }
}
ul.food-items li .food-item .food-info .food-description {
  position: relative;
  font-size: 24px;
  line-height: 1.4em;
}
@media (max-width: 1920px) {
  ul.food-items li .food-item .food-info .food-description {
    font-size: 20px;
  }
}
ul.food-items li .food-item .food-info .food-description .seasonal-image {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: auto;
  visibility: hidden;
}
@media (max-width: 1920px) {
  ul.food-items li .food-item .food-info .food-description .seasonal-image {
    width: 50px;
  }
}
ul.food-items li .food-item .food-info .food-description .seasonal-image img {
  width: 100%;
}
ul.food-items li .food-item .food-info .food-description p {
  margin: 0 0 4px;
}
ul.food-items li .food-item .food-info .food-description.seasonal::before {
  position: absolute;
  top: 10px;
  content: "";
  width: 60px;
  height: 54px;
  background-image: url(/wp-content/themes/xoco/img/MENU_Seasonal_Icon.png);
  background-size: 60px 54px;
}
@media (max-width: 1920px) {
  ul.food-items li .food-item .food-info .food-description.seasonal::before {
    top: 8px;
    width: 50px;
    height: 44px;
    background-size: 50px 44px;
  }
}
ul.food-items li .food-item .food-price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 1920px) {
  ul.food-items li .food-item .food-price {
    font-size: 24px;
    line-height: 30px;
  }
}

ul.food-additions {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
ul.food-additions li {
  padding: 0;
  margin: 0;
}
ul.food-additions li .food-addition {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
ul.food-additions li .food-addition .addition-label {
  font-size: 24px;
  line-height: 1.4em;
  padding-right: 10%;
}
@media (max-width: 1920px) {
  ul.food-additions li .food-addition .addition-label {
    font-size: 20px;
  }
}
ul.food-additions li .food-addition .addition-label p {
  margin: 0 0 4px;
}
ul.food-additions li .food-addition .addition-price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 1920px) {
  ul.food-additions li .food-addition .addition-price {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Category Menu fixed to bottom of screen */
.xoco-category-menu.toggled .xoco-category-menu-header .xoco-category-up-down-btn::before {
  border-bottom: none;
  border-top: 10px solid white;
  /* Down triangle */
}
.xoco-category-menu.toggled .xoco-category-menu-content {
  max-height: 200px;
  transition: max-height 0.5s ease;
}

.xoco-category-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-transform: uppercase;
  background: #4D328F;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .xoco-category-menu {
    display: block;
  }
}
.xoco-category-menu .xoco-category-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xoco-category-menu .xoco-category-menu-header .xoco-category-menu-title {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #ffffff;
}
.xoco-category-menu .xoco-category-menu-header .xoco-category-up-down-btn {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  color: white;
  /* To match the triangle color */
  cursor: pointer;
}
.xoco-category-menu .xoco-category-menu-header .xoco-category-up-down-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid white;
  /* Up triangle */
  transition: transform 0.3s ease;
}
.xoco-category-menu .xoco-category-menu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.xoco-category-menu .xoco-category-menu-content .xoco-category-menu-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
  padding: 0 0 20px;
}
.xoco-category-menu .xoco-category-menu-content .xoco-category-menu-content-inner .menu-category-item {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 10px;
  border-right: 2px solid #ffffff;
  margin-bottom: 8px;
}
.xoco-category-menu .xoco-category-menu-content .xoco-category-menu-content-inner .menu-category-item:last-child {
  border-right: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background: #4D328F;
  height: 125px;
  padding: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 500px) {
  .site-header {
    height: 85px;
  }
}
.site-header .site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 1920px) {
  .site-header .site-header-inner {
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  .site-header .site-header-inner {
    padding: 0 30px;
  }
}

.site-header.toggled {
  position: relative;
}

.site-branding #xoco-logo {
  width: 210px;
  display: flex;
}
@media (max-width: 500px) {
  .site-branding #xoco-logo {
    width: 160px;
  }
}
.site-branding #xoco-logo svg#xoco-logo-svg {
  width: 100%;
}
.site-branding #xoco-logo svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}
.site-branding #xoco-logo:hover svg#xoco-logo-svg .st0 {
  fill: #ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  display: block;
  background: #4D328F;
  padding: 30px 100px;
}
@media (max-width: 1920px) {
  footer.site-footer {
    padding: 30px 50px;
  }
}

.site-footer-inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .site-footer-inner {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .site-footer-inner .footer-navigation {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .site-footer-inner .footer-navigation {
    display: none;
  }
}

ul#footer-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#footer-menu li {
  padding: 0;
  margin: 0;
}
ul#footer-menu li a {
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 4px solid #ffffff;
  padding: 0 16px;
  text-decoration: none;
  display: inline-block;
}
ul#footer-menu li a:hover {
  color: #EE5890;
}
@media (max-width: 900px) {
  ul#footer-menu li a {
    font-size: 24px;
    line-height: 17px;
    padding: 0 12px;
    border-right: 3px solid #ffffff;
  }
}
ul#footer-menu li.order-menu-item a:hover {
  color: #7BCF34;
}
ul#footer-menu li.menus-menu-item a:hover {
  color: #FFBB0D;
}
ul#footer-menu li.catering-menu-item a:hover {
  color: #20BED7;
}
ul#footer-menu li.info-menu-item a:hover {
  color: #EE5890;
}
ul#footer-menu li:first-child a {
  padding: 0 16px 0 0;
}
ul#footer-menu li:last-child a {
  border-right: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#menu-toggle {
  display: flex;
  width: 56px;
  height: 44px;
  padding: 8px;
  cursor: pointer;
  float: right;
}
#menu-toggle svg#mobile-menu-btn {
  width: 100%;
}
#menu-toggle svg#mobile-menu-btn .st0 {
  fill: #fff;
}

#menu-toggle:hover svg#mobile-menu-btn .st0 {
  fill: #fff;
  opacity: 0.6;
}

#menu-toggle.toggled {
  display: none;
}

#close-btn-row {
  height: 125px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 104px;
}
@media (max-width: 1920px) {
  #close-btn-row {
    padding: 0 54px;
  }
}
@media (max-width: 500px) {
  #close-btn-row {
    height: 85px;
    padding: 0 34px;
  }
}
#close-btn-row #close-btn {
  width: 46px;
  height: 46px;
  padding: 8px;
}
#close-btn-row #close-btn #close-btn-svg {
  width: 100%;
}
#close-btn-row #close-btn #close-btn-svg .st0 {
  fill: none;
  stroke: #ffff;
  stroke-linecap: round;
  stroke-width: 2px;
}
#close-btn-row #close-btn:hover #close-btn-svg .st0 {
  stroke: #ffff;
  opacity: 0.6;
}

.main-navigation.toggled {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
}

.main-navigation {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99999;
  background: rgba(77, 50, 143, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  padding: 30px;
  color: #ffffff;
}
@media (max-width: 1920px) {
  .main-navigation a {
    font-size: 50px;
    padding: 12px;
  }
}
@media (max-width: 500px) {
  .main-navigation a {
    font-size: 35px;
    padding: 10px;
  }
}
.main-navigation li.menus-menu-item a:hover {
  color: #FFBB0D;
}
.main-navigation li.order-menu-item a:hover {
  color: #7BCF34;
}
.main-navigation li.catering-menu-item a:hover {
  color: #20BED7;
}
.main-navigation li.info-menu-item a:hover {
  color: #EE5890;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

.hr-circle-dot {
  border: none;
  /* Remove any default border */
  height: 20px;
  /* Height of the line, which matches the dot size */
  background-image: radial-gradient(circle, white 20%, transparent 20%);
  background-size: 20px 20px;
  /* Size of each dot and the spacing between dots */
  background-repeat: repeat-x;
  /* Repeat only horizontally */
  background-color: transparent;
  margin-left: -8px;
  margin-bottom: 0;
}

.kt-divider {
  background: transparent !important;
}

.grecaptcha-badge {
  display: none;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Logos
--------------------------------------------- */
/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

@media (max-width: 500px) {
  body.page-id-32 {
    font-size: 20px;
  }
}
body.page-id-32 .kb-google-maps-container32_9c727a-15 {
  width: 630px;
  height: 630px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #ffffff;
}
@media (max-width: 1920px) {
  body.page-id-32 .kb-google-maps-container32_9c727a-15 {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1100px) {
  body.page-id-32 .kb-google-maps-container32_9c727a-15 {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 500px) {
  body.page-id-32 .kb-google-maps-container32_9c727a-15 {
    width: 340px;
    height: 340px;
  }
}

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: #4D328F;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
