/*
Theme Name: Genesis Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */
@import url("bootstrap.min.css");
@import url("bootstrap-theme.min.css");

@font-face {
  font-family: "marchregular";
  src: url("./fonts/din_studio_-_march_regular-webfont.eot");
  src: url("./fonts/din_studio_-_march_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/din_studio_-_march_regular-webfont.woff2") format("woff2"),
    url("./fonts/din_studio_-_march_regular-webfont.woff") format("woff"),
    url("./fonts/din_studio_-_march_regular-webfont.ttf") format("truetype"),
    url("./fonts/din_studio_-_march_regular-webfont.svg#marchregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT Demi";
  src: url("./fonts/FuturaPT-Demi.eot");
  src: url("./fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"),
    url("./fonts/FuturaPT-Demi.woff2") format("woff2"),
    url("./fonts/FuturaPT-Demi.woff") format("woff"),
    url("./fonts/FuturaPT-Demi.ttf") format("truetype"),
    url("./fonts/FuturaPT-Demi.svg#FuturaPT-Demi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("./fonts/FuturaPT-Book.eot");
  src: url("./fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
    url("./fonts/FuturaPT-Book.woff2") format("woff2"),
    url("./fonts/FuturaPT-Book.woff") format("woff"),
    url("./fonts/FuturaPT-Book.ttf") format("truetype"),
    url("./fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://use.typekit.net/sjr0lzt.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  /* stylelint-disable max-line-length */
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
  word-wrap: break-word;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: 300;
  text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a img {
  border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
  color: #000000;
  font-family: "Futura PT Book";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  body,
  button {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "marchregular";
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3%;
}

/* Fallback title styles */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

p,
.embed-vimeo {
  margin-bottom: 1.2em;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  color: #272c30;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em 0 1.2em 0;
  position: relative;
  padding: 0 0 0 30px;
  border-left: solid 4px #272c30;
}

blockquote p {
  margin-bottom: 1em;
}

blockquote cite {
  margin-top: 10px;
  display: block;
}

.comments-area blockquote {
  font-size: 18px;
}

@media (max-width: 1000px) {
  .comments-area blockquote {
    font-size: 16px;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.comments-area pre {
  background: #d7dee5;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.highlight {
  background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
  margin: 0 0 1.4em 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

.hide-sub {
  display: none !important;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.8em;
}

.entry-content li {
  margin-bottom: 2%;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 0;
}

/* Tables */
table {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
}

table thead {
  background: #f2f2f2;
}

table thead th {
  font-weight: 600;
}

table td,
#content table th {
  padding: 15px;
}

table td {
  border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:nth-child(even) {
  background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
  color: #62707c;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
  /* The blog title in the block editor. */
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
  color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .entry-header .entry-title,
  .editor-post-title__input {
    font-size: 32px;
  }
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
  background: #0072e5;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: "Futura PT Demi";
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
  -webkit-appearance: none;
  transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .comment-navigation a {
    padding: 10px 16px;
    font-size: 16px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
  width: auto;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

.searchform {
  position: relative;
}

.searchform .search-input {
  width: 100%;
  font-size: 16px;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent !important;
  background-color: none !important;
  color: #627083;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.4;
}

.searchform .searchsubmit:hover {
  color: #272c30;
}

.searchform .searchsubmit i {
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: 16px;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .searchform .searchsubmit i {
    line-height: 1;
  }
}

@media (max-width: 1000px) {
  .searchform .searchsubmit span {
    display: none;
  }
}

.results-search {
  background: #fff;
  padding: 3% 5% 4% 5%;
  margin-top: 9%;
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
  margin-top: 5%;
}

.results-search h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
  font-size: 24px;
}

@media (max-width: 1000px) {
  .results-search .searchform #s,
  .results-search .searchsubmit {
    font-size: 16px;
  }
}

.results-search .searchsubmit {
  padding-top: 0;
  padding-bottom: 0;
}

.results-search .searchsubmit span {
  display: none;
}

.results-search .searchsubmit i {
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .results-search .searchsubmit i {
    line-height: 1.7;
  }
}

.search-results .entry-content {
  font-size: 18px;
}

form {
  display: inline-block;
  width: 100%;
}

.field-wrap {
  margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
  .field-wrap {
    margin-bottom: 1em;
  }
}

select {
  padding-right: 45px;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  width: 100%;
  -webkit-appearance: normal;
  box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
  color: #62707c;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 15px;
  border: solid 1px #d4dde5;
  transition: 0.1s ease-in-out;
  border-radius: 2px;
  font-size: 17px;
  width: 100%;
}

@media (max-width: 1000px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="tel"],
  input[type="time"],
  input[type="month"],
  input[type="tel"],
  textarea,
  select,
  .select2-container .select2-selection--single {
    padding: 12px 10px;
    font-size: 15px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}

input[type="radio"] {
  -webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
  width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inset 0 0 4px 2px #f4f8fb;
  border-color: #abb4bb;
  color: #272c30;
}

select {
  background: #fff url(images/angle-down.jpg) right no-repeat;
  background-size: 12px;
  background-position: right 15px top 20px;
}

select:hover {
  border-color: #d5dde4;
  cursor: pointer;
}

@media (max-width: 1000px) {
  select {
    background-position: right 15px top 17px;
  }
}

select::after {
  content: "x";
}

select[multiple] {
  background: none;
}

@media (max-width: 1000px) {
  input[name="post_password"] {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
}

textarea {
  overflow: auto;
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
}

fieldset legend {
  border-bottom: dotted 1px #d4dde5;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

form label {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

::-webkit-input-placeholder {
  color: #4d4d4d;
}

:-moz-placeholder {
  color: #4d4d4d;
}

::-moz-placeholder {
  color: #4d4d4d;
}

:-ms-input-placeholder {
  color: #4d4d4d;
}

#main .contact-form {
  display: inline-block;
  width: 100%;
}

#main .contact-form label {
  font-weight: 300;
}

#main .contact-form label span {
  color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
  margin-bottom: 4%;
  width: 100%;
  max-width: 100%;
}

#main .contact-form textarea {
  margin-bottom: 4%;
  width: 100%;
}

#main .contact-form .contact-submit {
  margin-bottom: 0;
}

.contact-column {
  display: inline-block;
  float: left;
  width: 48%;
  margin-left: 0;
}

.contact-column:last-child {
  margin-left: 4%;
}

@media (max-width: 1000px) {
  .contact-column {
    width: 100%;
  }
  .contact-column:last-child {
    margin-left: 0;
  }
}

.index-posts.archive-posts .post {
  width: 100%;
  margin-right: 0;
  padding-bottom: 5%;
  border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
  display: inline-block;
  width: 68%;
  padding-left: 3.5%;
  vertical-align: top;
}

#page .more-link {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: none;
  font-weight: 600;
  color: #272c30;
  border: solid 2px;
}

#page .more-link:hover {
  color: #0072e5;
}

.index-posts .more-link {
  float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
  font-size: 17px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  transition: transform 400ms linear;
  transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
  .home-nav {
    display: none;
  }
}

.home-nav a {
  color: #272c30;
}

.home-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-nav li {
  display: inline-block;
}

.home .home-nav a {
  padding: 20px 0;
  margin: 0 15px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  margin-bottom: -1px;
  transition: 0.4s ease;
}

.home .home-nav a:hover {
  border-bottom-color: #c4cdd3;
}

.home .home-nav a:active,
.home .home-nav a:focus {
  outline: none;
}

.home-nav .active,
.home-nav .active:hover {
  border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .home-nav {
    top: 46px;
  }
}

.show-nav {
  transform: translateY(0%);
}

.single-nav {
  padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
}

.button-toggle {
  background: none;
  padding: 0;
  color: #fff;
}

.button-toggle span:not(:first-child) {
  display: none;
}

.button-toggle:hover,
.button-toggle:active,
.button-toggle:focus {
  box-shadow: none;
  color: #fff;
}

.drawer-menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .drawer-menu-toggle {
    display: inline-block;
  }
}

.drawer-toggle-switch span:first-child {
  display: none;
}

.drawer-toggle-switch span:last-child {
  display: block;
}

.main-navigation {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .main-navigation {
    display: none;
  }
}

.top-navigation .main-navigation {
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (max-width: 1000px) {
  .top-navigation .main-navigation {
    display: none;
    border-bottom: none;
  }
}

.site-header .container {
  display: block;
}

.header-text {
  position: relative;
  z-index: 5;
  margin: 5% auto;
  text-align: center;
  max-width: 70%;
}

.header-text:empty,
.blog .header-text {
  display: none;
}

@media (max-width: 1000px) {
  .header-text {
    max-width: 100%;
    margin-bottom: 6%;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .header-text {
    margin-bottom: 8%;
  }
}

.header-text:empty {
  margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
  color: #272c30;
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .header-text h1,
  .header-text .browsing {
    font-size: 28px;
  }
}

.header-text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  margin: 0 0 0 0;
}

@media (max-width: 1000px) {
  .header-text p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .header-text p {
    font-size: 16px;
    margin-top: 3%;
  }
}

.header-text a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.header-text a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
  margin-top: 1%;
  width: 100%;
}

.archive.author .browsing {
  display: none;
}

.search-results .browsing {
  display: none;
}

.text-empty {
  display: none;
}

.header-text h2:empty,
.header-text p:empty {
  display: none;
}

.top-navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-navigation-right {
  float: right;
  display: inline-block;
  max-width: 70%;
}

@media (max-width: 1000px) {
  .top-navigation-right {
    display: none;
  }
}

#secondary-navigation {
  display: inline-block;
  width: 60%;
}

.drawer #secondary-navigation {
  width: 100%;
  font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
  font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .top-navigation #secondary-navigation {
    display: none;
  }
}

.top-navigation .secondary-navigation ul li {
  font-size: 14px;
  margin-right: 15px;
  padding: 0;
}

.top-navigation .secondary-navigation ul li a {
  padding: 12px 0;
  border-bottom-width: 0;
  margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
  padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
  background: #272c30;
  top: 52px;
  left: -15px;
  border: none;
}

.secondary-navigation ul.sub-menu li {
  margin-right: 0;
  padding: 0;
}

.secondary-navigation ul.sub-menu li a {
  font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
  color: #fff;
  opacity: 1;
}

.main-navigation a {
  color: #272c30;
}

.main-navigation a:hover {
  color: #0072e5;
}

.main-navigation ul {
  margin: 0;
}

.main-navigation ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  position: relative;
}

.main-navigation ul li a {
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
  color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
  color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
  color: #fff;
}

.main-navigation .menu-cta a {
  border-radius: 5px;
  color: #fff;
  padding: 4px 12px;
  background: #272c30;
}

.main-navigation .menu-cta a:hover {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
  line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
  position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
  position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
  content: "\e907";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-weight: 400;
  padding-left: 5px;
  right: 0;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .site-header .menu-item-has-children > a::after,
  .site-header .page_item_has_children > a::after {
    display: none;
    pointer-events: none;
  }
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
  content: "\e906";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
  display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
  color: #a6b5c1;
  top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 13px 0;
  line-height: 1.4;
  text-align: center;
  z-index: 75;
  display: block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #424851;
  border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
  box-shadow: none;
  color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
  display: none;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
  cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
  animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
  position: absolute;
  width: 200px;
  top: 52px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  background: #15171a;
  left: -999em;
  z-index: 100;
  border-radius: 3px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.main-navigation li ul {
  z-index: 100;
}

.main-navigation li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0;
  border-top: none;
  transition: 0.3s ease;
}

.main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.02);
  border-top: none;
}

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

.main-navigation li ul li:last-child a {
  border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
  width: 100%;
  display: inline-block;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  margin: 0;
  font-weight: 300;
  text-transform: none;
  line-height: 1.6;
  color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
  color: #fff;
}

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

.main-navigation ul ul {
  top: 0;
}

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

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
  top: 0;
  margin: 0;
  z-index: 50;
  position: absolute;
  margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
  display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
  left: 0;
}

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

.site-header .sub-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #181c1f;
  border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
  display: none;
  width: 100%;
  padding: 15px;
  background: #0072e5;
  transition: 0.2s ease;
  text-align: center;
}

.mobile-navigation button {
  width: 100%;
}

@media (max-width: 1000px) {
  .mobile-navigation {
    display: inline-block;
  }
}

.toggle-active {
  background: #0072e5;
}

.drawer .drawer-navigation {
  width: 100%;
  max-width: 100%;
  z-index: 40;
  position: relative;
}

@media (max-width: 1000px) {
  .drawer .drawer-navigation {
    font-size: 17px;
    display: inline-block;
  }
}

.drawer .drawer-navigation .menu {
  margin: 0;
}

.drawer .drawer-navigation ul {
  margin: 0;
  padding: 0;
}

.drawer .drawer-navigation ul li {
  width: 100%;
  padding: 0 0;
  list-style-type: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  transition: none;
  position: relative;
  z-index: 50;
  border-top: none;
}

.drawer .drawer-navigation ul li:hover {
  border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
  border-bottom: none;
}

.drawer .drawer-navigation ul li a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: none;
  position: relative;
  transition: none;
}

.drawer .drawer-navigation a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
  color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: auto;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
  display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
  padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
  padding: 2% 0 0 0;
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.entry-content .meta-list li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.entry-content .meta-list a {
  font-weight: 300;
  color: #0072e5;
}

.entry-content .meta-list a:hover {
  color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
.author-profile {
  position: relative;
  margin-top: 5%;
  padding: 5%;
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
}

@media (max-width: 600px) {
  .author-profile {
    padding: 8% 4%;
  }
}

.archive .author-profile {
  margin-top: 0;
  margin-bottom: 5%;
}

.author-columns .author-profile {
  margin: 0;
  border-top: none;
  border: solid 1px #cbcbcb;
  padding: 35px;
  transition: 0.2s ease;
}

@media (max-width: 1000px) {
  .author-columns .author-profile {
    padding: 30px 0;
  }
}

.author-columns .author-profile .author-profile-title {
  font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
  font-size: 14px;
  padding-left: 100px;
}

@media (max-width: 600px) {
  .author-columns .author-profile .author-profile-info {
    font-size: 15px;
  }
}

.author-columns .author-profile .author-profile-links {
  margin-top: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .author-columns .author-profile .author-profile-links {
    font-size: 15px;
  }
}

.author-columns .author-profile .author-profile-avatar img {
  transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
  transform: scale(1.1);
}

.author-profile-avatar {
  display: block;
  margin: 0 auto;
}

.author-profile-avatar img {
  border-radius: 100px;
}

.author-profile-avatar {
  position: absolute;
}

.author-profile-info {
  padding: 0 0 0 90px;
  font-size: 16px;
  line-height: 1.6;
}

.author-profile-links {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.author-profile-links a {
  background: #272c30;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}

.author-profile-links a:hover {
  opacity: 0.8;
}

.author-profile-links a:first-child {
  margin-right: 5px;
}

.author-profile-links i {
  font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
  margin-bottom: 10px;
}

.author-profile-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .author-profile-title {
    font-size: 18px;
  }
}

.archive .author-profile-title {
  font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
  display: inline-block;
  width: 100%;
  margin: 35px 0;
  text-align: center;
}

.pagination a {
  color: #272c30;
}

.pagination a,
.pagination span {
  background: #36592c;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  height: 50px;
}
.pagination span {
  background: #91352e !important;
}
.pagination a:hover {
  background: #91352e !important;
}
.pagination span.page-numbers.dots {
  color: #ffffff;
}
@media (max-width: 600px) {
  .pagination a,
  .pagination span {
    padding: 10px 15px;
  }
}

.pagination .next,
.pagination .prev {
  font-size: 0;
  line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-size: 18px;
}

.pagination .next {
  text-indent: 3px;
}

.pagination .next::after {
  content: "\e906";
}

.pagination .prev {
  text-indent: -3px;
}

.pagination .prev::after {
  content: "\e905";
}

@media (max-width: 600px) {
  .pagination .next::after,
  .pagination .prev::after {
    font-size: 17px;
  }
}

.page-numbers {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .page-numbers {
    font-size: 17px;
  }
}

.page-numbers.current,
.page-numbers:hover {
  background: #0072e5;
  color: #fff;
}

span.page-numbers.dots {
  background: transparent;
  color: #272c30;
}

.post-navigation {
  margin-top: 10%;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-weight: 600;
}

.post-navigation::before,
.post-navigation::after {
  content: "";
  display: table;
}

.post-navigation::after {
  clear: both;
}

.post-navigation a {
  color: #272c30;
}

.post-navigation a:hover .post-title {
  color: #0072e5;
}

.post-navigation span {
  vertical-align: top;
}

.post-navigation .meta-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.post-navigation .post-title {
  font-size: 20px;
  transition: 0.3s ease;
}

@media (max-width: 600px) {
  .post-navigation .post-title {
    font-size: 16px;
  }
}

.nav-next,
.nav-previous {
  display: inline-block;
  float: left;
  width: 49%;
  vertical-align: top;
}

@media (max-width: 600px) {
  .nav-next,
  .nav-previous {
    width: 100%;
  }
}

.nav-previous + .nav-next {
  text-align: right;
  float: right;
}

@media (max-width: 600px) {
  .nav-previous + .nav-next {
    text-align: left;
    margin-top: 15px;
  }
}

.nav-previous i {
  margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
  display: inline;
  float: left;
  margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
  #page .alignleft {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  #page .alignleft img {
    width: 100%;
  }
}

#page .alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
  #page .alignright {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  #page .alignright img {
    width: 100%;
  }
}

#page .aligncenter {
  clear: both;
  margin: 0 auto 1.5em auto;
}

.wp-caption {
  margin: 0.5em 0 1.5em 0;
  max-width: 100%;
  text-align: left;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
  border-left-color: #a6b5c1;
}

#main .tiled-gallery {
  margin-bottom: 1.2em;
}

#main .tiled-gallery p {
  margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
  margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  visibility: hidden;
}

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

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

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
#calendar_wrap {
  background: #fff;
  border-right: none;
  border-bottom: none;
  color: #272c30;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
  font-size: 16px;
  margin: 0;
  max-width: 100%;
}

#wp-calendar caption {
  text-align: center;
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
  text-align: center;
}

#wp-calendar tr th {
  background: #272c30;
  color: #fff;
  margin: -10px -10px 10px -10px;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
}

#wp-calendar tbody tr td {
  padding: 2px 0;
  border-right: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #d9dee3;
  padding: 7px 0 5px 0;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

#wp-calendar a {
  color: #272c30;
}

#wp-calendar a:hover {
  color: #62707c;
}

.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget_rss li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_rss li .rsswidget {
  display: inline-block;
  width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comment-navigation {
  font-size: 16px;
  margin: 0 0 6% 0;
}

.comment-navigation .button {
  display: inline-block;
}

.comment-navigation .button:empty {
  display: none;
}

.comment-navigation .nav-previous a::before {
  content: "\e904";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}

.comment-navigation .nav-next a::after {
  content: "\e903";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-left: 10px;
}

.comments-area {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10%;
  padding-top: 10%;
  border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
  .comments-area {
    margin-top: 7%;
  }
}

.comment-list + .no-comments {
  margin-top: 1.2em;
  text-align: center;
  position: relative;
}

.comment-list + .no-comments span {
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}

@media (max-width: 1000px) {
  .comment-list + .no-comments span {
    padding: 0 20px;
  }
}

.comment-list + .no-comments::after {
  content: " ";
  display: inline-block;
  height: 2px;
  background: #eee;
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 5;
}

@media (max-width: 1000px) {
  .comment-list + .no-comments::after {
    top: 14px;
  }
}

h3.comment-reply-title {
  font-size: 32px;
  margin-bottom: 5%;
  position: relative;
  font-weight: 600;
}

@media (max-width: 600px) {
  h3.comment-reply-title {
    font-size: 22px;
  }
}

h3.comments-title {
  margin-bottom: 10%;
}

#commentform,
#respond form {
  display: inline-block;
  width: 100% !important;
  min-width: 100%;
}

.comment-list #commentform {
  margin-top: 2%;
}

.comment-info {
  display: inline-block;
  margin: 0;
}

@media (max-width: 1000px) {
  .comment-info {
    line-height: 2;
  }
}

.comment-content {
  font-size: 18px;
  line-height: 1.6;
  background: #f2f2f2;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}

.comment-content::after {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
  .comment-content {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .comment-content {
    padding: 20px;
  }
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}

.comment-list > li {
  list-style-type: none;
  margin-bottom: 6%;
}

.comment-list .children {
  margin: 5% 0 0 0;
  padding-left: 25px;
}

@media (max-width: 600px) {
  .comment-list .children {
    padding-left: 15px;
  }
}

.comment-list .children li {
  margin-bottom: 6%;
}

.comment-list .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comment-list .children > li {
  list-style: none;
}

.comment-list .reply {
  margin-bottom: 0;
  font-size: 14px;
}

.comment-list .avatar {
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 100px;
  vertical-align: top;
  width: 40px;
  position: relative;
}

@media (max-width: 600px) {
  .comment-list .avatar {
    margin-top: 3px;
  }
}

.comment-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.comment-cite {
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 600px) {
  .comment-cite {
    font-size: 18px;
  }
}

.comment-cite a {
  color: #272c30;
}

.comment-time,
.comment-edit-link {
  color: #62707c;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 11px;
  vertical-align: top;
  line-height: 1;
}

.comment-list .comment-reply-title {
  margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}

.comments-closed p.reply {
  display: none;
}

.comments-closed p:nth-last-child(2) {
  margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
  margin-bottom: 2%;
  display: none;
  color: #62707c;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.comment-notes {
  display: none;
}

.required {
  color: #f35959;
}

.logged-in-as a {
  color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  display: inline-block;
  width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  width: 100%;
}

@media (max-width: 1000px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .comment-form-comment {
    width: 100%;
    margin-right: 0;
  }
}

.comment-list #respond {
  display: inline-block;
  margin-top: 4%;
  width: 100%;
}

@media (max-width: 1000px) {
  .comment-form-url {
    margin-bottom: 1em;
  }
}

.form-submit {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.comment-form #submit {
  margin-top: 10px;
  width: auto;
}

@media (max-width: 600px) {
  .comment-form #submit {
    margin: 0;
    width: 100%;
  }
}

.comment-list .comment-respond #submit {
  margin-top: 0;
}

.form-allowed-tags {
  display: none;
}

.comment-subscription-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}

.comment-subscription-form label {
  font-weight: 300;
  font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
  margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
  width: 100% !important;
}

.comment-awaiting-moderation {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
}

.comment-awaiting-moderation::before {
  content: "\e90a";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
.post-cats,
.entry-cats {
  margin-bottom: 1.5%;
  position: relative;
  z-index: 10;
}

@media (max-width: 1000px) {
  .post-cats,
  .entry-cats {
    margin-bottom: 5%;
  }
}

.post-cats a,
.entry-cats a {
  background-color: #0072e5;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .post-cats a,
  .entry-cats a {
    font-size: 11px;
    padding: 3px 4px;
  }
}

.entry-byline {
  color: #62707c;
  font-size: 15px;
  margin-bottom: 0;
}

.search-results .entry-byline {
  margin-bottom: 5px;
}

.entry-byline a {
  color: #62707c;
}

.entry-byline a:hover {
  color: #272c30;
}

.entry-byline img {
  border-radius: 100px;
  width: 22px;
  vertical-align: top;
  margin-right: 3px;
}

.meta-avatar {
  position: absolute;
}

.meta-avatar img {
  width: 24px;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: top;
}

.index-text {
  position: relative;
  z-index: 10;
  margin: 0 5%;
  background: #fff;
  padding: 0 4% 6% 4%;
  border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
  margin-top: -10%;
  padding-top: 4%;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-2%, 0, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
  transition: 0.3s ease;
}

.site-header-bg-wrap {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.background-effect {
  position: absolute;
  z-index: -999998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header-bg.background-effect {
  background-attachment: scroll;
}

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

.site-main .gallery {
  margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
  .has-wide-image .featured-image,
  .has-wide-image .featured-video {
    width: 90vw;
    margin-left: calc(50% - 90vw / 2);
  }
}

.featured-image .gallery {
  margin-bottom: 0;
}

.featured-gallery {
  background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

.gallery dd,
.gallery figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0;
}

.gallery-item {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  max-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%;
}

embed,
iframe,
object {
  max-width: 100%;
  border-width: 0;
}

#content .wp-playlist-light {
  color: #55626d;
  padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
  background: none;
}

#content .mejs-container:not(.mejs-video) {
  margin-bottom: 1em;
  height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
  border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
  background: transparent;
}

#content .wp-playlist {
  border: none;
  background: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#content .wp-playlist-tracks {
  margin-top: 3.5%;
}

#content .wp-playlist-item {
  border-bottom: dotted 1px #cad1d8;
  padding: 0;
}

#content .wp-playlist-item:last-child {
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
  padding: 2%;
}

@media (max-width: 1000px) {
  #content .wp-playlist-item .wp-playlist-caption,
  #content .wp-playlist-item-length {
    padding: 4%;
  }
}

#content .wp-playlist-item .wp-playlist-caption {
  color: #272c30;
  display: inline-block;
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
  background: none;
  border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #content .wp-playlist-caption,
  #content .wp-playlist-item-title {
    font-size: 16px;
  }
}

#content .wp-playlist-current-item {
  height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
  margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
  display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
  color: #272c30;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  #content .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 22px;
  }
}

#content .wp-playlist-current-item .wp-playlist-item-album {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #content .wp-playlist-current-item .wp-playlist-item-album {
    font-size: 16px;
  }
}

#page .mejs-controls {
  background: #272c30;
}

@media (max-width: 1000px) {
  #page .mejs-controls {
    padding: 0 10px;
  }
}

#page .mejs-controls .mejs-button button:hover {
  background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #5e7383;
}

#page
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total {
  background: #5e7383;
}

#page
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background: #e3eaf0;
}

#page
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-handle {
  background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
  height: 40px;
}

#page .mejs-video .mejs-time {
  height: 35px;
  padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
  margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
  margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
  position: relative;
}

.drawer {
  padding: 10px 0 15px 0;
  background: #22262a;
  background: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  display: none;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
  .drawer {
    display: none !important;
  }
}

.drawer-menu-explore {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1000px) {
  .drawer-menu-explore {
    background: #272c30;
    padding: 15px 5% 30px 5%;
  }
}

.drawer-menu-explore .container {
  padding: 0;
}

.show-drawer {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
  margin-top: 35px;
}

.site-header {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #f2f2f2;
}

body.admin-bar .is-sticky .site-header {
  margin-top: 32px;
}

.site-identity {
  padding: 30px 0;
  position: relative;
  z-index: 8;
}

@media (max-width: 1000px) {
  .site-identity {
    padding: 8% 0;
  }
}

@media (max-width: 600px) {
  .site-identity {
    padding: 12% 0;
  }
}

.site-title-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 30%;
  width: 100%;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title-wrap {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .titles-wrap {
    padding-top: 8px;
  }
}

.titles-wrap.has-description {
  padding-top: 0;
}

.site-title {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 1.2;
}

.site-title a {
  color: #272c30;
  transition: 0.1s ease-in;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .site-title {
    font-size: 24px;
  }
}

.site-description {
  color: #272c30;
  font-size: 14px;
  line-height: 1.4;
  margin: -2px 0 0 0;
  display: inline-block;
  width: 100%;
  position: absolute;
}

@media (max-width: 1000px) {
  .site-description {
    position: relative;
    display: block;
  }
}

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

.site-avatar img {
  border-radius: 500px;
  margin-bottom: 15px;
  width: 85px;
  transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
  transform: scale(1.1);
}

.site-logo {
  line-height: 1;
  margin: 0;
  display: block;
}

.site-logo:not(img):empty {
  margin: 0;
}

.custom-logo-link img {
  display: block;
}

@media (max-width: 1000px) {
  .custom-logo-link {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .custom-logo-link img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 8%;
  display: block;
}

@media only screen and (max-width: 1000px) {
  .container {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}

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

.container::after {
  clear: both;
}

.error404 .entry-header {
  margin-bottom: 0;
}

.archive-box {
  margin-top: 30px;
}

.archive-box ul ul {
  margin-left: 30px;
  margin-top: 0;
}

.archive-box ul li {
  margin-bottom: 0;
}

.archive-box ul a {
  border-bottom: dotted 1px #c7d6e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.archive-box ul a:hover {
  border-bottom: dotted 1px #c7d6e4;
  color: #62707c;
}

.single #page {
  margin: 0 auto;
}

#primary {
  margin: 0 auto;
  display: block;
  width: 70%;
  max-width: 830px;
}

@media (max-width: 1000px) {
  #primary {
    width: 100%;
  }
}

.error404 #primary {
  display: block;
  margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
  margin: 0 auto;
  display: block;
  width: 100%;
}

#main .entry-content .page-links {
  clear: both;
  margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
  border: none;
  padding: 0 2px;
  color: #62707c;
}

#main .entry-content .page-links a:hover {
  border: none;
  color: #272c30;
}

#page .more-link + .page-links {
  margin-top: 20px;
}

.featured-image,
.featured-video {
  margin-bottom: 5%;
  width: 100%;
  z-index: 50;
  position: relative;
}

@media (max-width: 600px) {
  .featured-image,
  .featured-video {
    margin-bottom: 1.2em;
  }
}

.featured-image img,
.featured-video img {
  display: block;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.07s ease-in-out;
}

.featured-video iframe {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

#page {
  padding-top: 6%;
}

@media (max-width: 600px) {
  #page {
    padding-top: 8%;
  }
}

.site-content {
  display: inline-block;
  width: 100%;
  padding: 0 0 7% 0;
  vertical-align: top;
  position: relative;
  z-index: 0;
}

.blog .content-area {
  width: 100%;
  display: block;
  vertical-align: top;
}

.post .entry-header {
  position: relative;
  margin-bottom: 5%;
}

.archive-header {
  margin-top: -30px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.archive-header .entry-subtitle {
  font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
  margin-bottom: 0;
}

.taxonomy-description {
  font-size: 17px;
  color: #62707c;
}

@media (max-width: 600px) {
  .taxonomy-description {
    font-size: 15px;
    line-height: 1.4;
  }
}

.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.entry-cats {
  font-size: 16px;
}

.full-post-header .entry-title {
  font-size: 58px;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .full-post-header .entry-title {
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .full-post-header .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

.full-post-header .entry-title a {
  color: #272c30;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
  color: #62707c;
}

.byline {
  color: #62707c;
  margin-top: 3%;
  font-size: 16px;
}

@media (max-width: 600px) {
  .byline {
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
  }
}

.byline img {
  width: 24px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 5px;
}

.byline a {
  color: #62707c;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
  padding-bottom: 2px;
}

.byline a:hover {
  border-bottom: 2px solid #e3eaf0;
}

.entry-content {
  vertical-align: top;
}

.entry-content p a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.entry-content p a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
  border-bottom: none;
}

.excerpt-more {
  display: inline-block;
  width: 100%;
}

.single-attachment .site-main .post .entry-content {
  padding-left: 0;
}

.single-attachment .author-profile {
  display: none;
}

.page-content {
  margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
  width: 100%;
  display: inline-block;
  position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
  margin-bottom: 8%;
  padding-bottom: 10%;
  border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
  margin-bottom: 5%;
  padding-bottom: 6%;
}

.fade-out {
  animation-name: fadeOut !important;
  animation-duration: 0.2s !important;
  animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
  padding: 0 0 2.5% 0;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f2f2;
  color: #272c30;
}

.site-footer a {
  color: #0072e5;
}

.site-footer a:hover {
  color: #272c30;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .site-footer {
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    font-size: 15px;
  }
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
  margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
  border-top: none;
}

.post-navigation + .site-footer {
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
  .post-navigation + .site-footer {
    box-shadow: none;
  }
}

.footer-padding {
  padding-top: 15%;
  opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
  font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
  border-bottom: none;
  padding: 0;
}

.footer-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
}

@media (max-width: 1000px) {
  .footer-widgets {
    padding-top: 8%;
    margin-bottom: 0;
  }
}

.footer-widgets .footer-column {
  width: 30.6%;
  float: left;
  padding-top: 7%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .footer-widgets .footer-column {
    padding-right: 0;
    margin-bottom: 7%;
  }
}

.footer-widgets .footer-column:last-child {
  margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets
  .footer-column:first-of-type:nth-last-of-type(2)
  ~ .footer-column {
  width: 48%;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
  .footer-widgets
    .footer-column:first-of-type:nth-last-of-type(2)
    ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets
  .footer-column:first-of-type:nth-last-of-type(3)
  ~ .footer-column {
  width: 30.6%;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
  .footer-widgets
    .footer-column:first-of-type:nth-last-of-type(3)
    ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets ul {
  list-style: none;
  margin: 0;
}

.footer-widgets ul li {
  padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
  padding-bottom: 0;
}

.footer-widgets ul ul li {
  list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
  padding-bottom: 0;
}

.footer-widgets ul.children,
.footer-widgets ul.sub-menu {
  margin-left: 20px;
  margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
  padding-bottom: 15px;
}

.footer-widgets .sub-menu {
  margin-left: 20px;
}

.footer-widgets .widget_text a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
  margin-top: 40px;
}

.footer-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 4%;
}

.footer-widgets + .footer-bottom {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
  .footer-widgets + .footer-bottom {
    padding-top: 30px;
  }
}

.footer-tagline {
  display: inline-block;
  width: 40%;
}

@media (max-width: 1000px) {
  .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.footer-navigation + .footer-tagline {
  float: right;
}

.footer-tagline a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}

.site-footer .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #272c30;
}

@media (max-width: 1000px) {
  .site-footer .widget-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .site-footer .widget-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.footer-navigation {
  display: inline-block;
}

.footer-navigation ul {
  margin: 0;
}

.footer-navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
  display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

#wpstats {
  display: none;
}

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

.compat-object-fit img {
  opacity: 0;
}

.post-password-form label {
  display: inline-block;
  width: 40%;
}

.post-password-form input[type="submit"] {
  display: inline-block;
}

.not-found {
  text-align: center;
}

.blog .post.sticky {
  background: #fff;
  padding: 4%;
  border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.page-template-full-width #page .entry-header {
  padding: 5% 2% 0;
}

.page-template-full-width .site-content {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
  margin-left: 0;
  margin-bottom: 1.2em;
}

.wp-block-image figcaption {
  font-size: 15px;
  margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
  padding-left: 0;
}

.alignfull,
.alignwide {
  margin-bottom: 2em;
  width: 100%;
}

@media (max-width: 600px) {
  .alignfull.wp-block-gallery,
  .alignwide.wp-block-gallery {
    margin-left: -8px;
    margin-right: -8px;
    width: inherit;
  }
}

.alignfull img,
.alignwide img {
  display: block;
}

.alignwide {
  max-width: none;
}

@media (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: calc(50% - 75vw / 2);
  }
}

.entry-content > .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}

.wp-block-columns {
  margin-bottom: 1.2em;
}

/* Custom CSS */
::-webkit-input-placeholder {
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Futura PT Book";
}
::-moz-placeholder {
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Futura PT Book";
}
:-ms-input-placeholder {
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Futura PT Book";
}
:-moz-placeholder {
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Futura PT Book";
}
button:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  font-family: "Futura PT Demi" !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("./images/red-button.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 20px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 26px;
  outline: none;
  border: none;
  transition: background-image 0.3s ease-in-out;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover {
  background-position: 0;
  transition: background-image 0.3s ease-in-out;
}
.btn-primary:focus,
.btn-primary:active {
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none;
  background-image: url("./images/red-button.svg") !important;
  color: #ffffff !important;
  transition: background-image 0.3s ease-in-out;
}
.btn-primary:hover {
  background-image: url("./images/red-hover-button.svg");
  transition: background-image 0.3s ease-in-out;
}
.btn.btn-secondary {
  font-family: "Futura PT Demi" !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("./images/green-button.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 20px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 26px;
  outline: none;
  border: none;
  transition: background-image 0.3s ease-in-out;
}
.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none;
  background-image: url("./images/green-button.svg") !important;
  color: #ffffff !important;
  transition: background-image 0.3s ease-in-out;
}
.btn.btn-secondary:hover {
  background-image: url("./images/green-hover-button.svg");
  transition: background-image 0.3s ease-in-out;
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  background: #293a38;
}
.site-header .container {
  padding: 0 38px;
}
.site-title-wrap {
  display: block;
  max-width: inherit;
  width: 100%;
}
.titles-wrap {
  display: none;
}
.custom-logo-link img {
  margin: 0 auto;
}
.mobile_logo {
  display: none;
}
.top-navigation-right {
  display: block;
  float: none;
  max-width: inherit;
}
.top-navigation .main-navigation {
  padding: 70px 0 80px;
}
.main-navigation ul li {
  padding: 12px 0;
  display: block;
  line-height: 120%;
}
.main-navigation ul li.open:before {
  position: absolute;
  content: "";
  top: 17px;
  right: -38px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid #b0b236;
  border-bottom: 10px solid transparent;
  display: none;
}
.main-navigation ul li.open:before {
  display: block;
}
.main-navigation ul li a {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  line-height: 120%;
  transition: all ease 300ms;
  letter-spacing: 5px;
  font-family: "Futura PT Demi";
}
.main-navigation ul li a:hover {
  color: #b0b136;
  transition: all ease 300ms;
}
.main-navigation ul li.current-menu-ancestor > a {
  color: #b0b136;
  transition: all ease 300ms;
}
.main-navigation ul li.current-menu-ancestor > a {
  color: #b0b136;
  transition: all ease 300ms;
}
.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
  color: #b0b136;
}

/*body.open-menu{position: fixed !important;}*/
body.open-menu .site-header:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: auto;
  right: -240px;
  background: #2a3a38b3;
  height: 100vh;
  width: 240px;
  border-left: 3px solid #b0b236;
}
body.open-mobile-menu .site-header .menu-bg {
  position: absolute;
  content: "";
  z-index: 9;
  left: 205px;
  right: auto;
  top: 0;
  bottom: 0;
  background: #2a3a38b3;
  width: 240px;
  border-left: 3px solid #b0b236;
}
.main-navigation .sub-menu,
.main-navigation .children {
  position: static;
  background: transparent;
  margin: 0 !important;
  width: 100%;
  animation: none !important;
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  right: -273px;
  z-index: 9;
  width: 235px;
  left: auto !important;
}
.main-navigation .menu-item.open .sub-menu {
  display: block;
}
.main-navigation .menu-item-has-children .toggle-sub {
  padding: 4px 8px !important;
  line-height: 120% !important;
  background-color: transparent !important;
}
.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
  display: none;
}
.main-navigation li ul li:hover {
  background: transparent;
}
.main-navigation li ul li a {
  border-bottom: none;
  padding: 7px 30px;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0;
  color: #ffffff;
  transition: all ease 300ms;
  text-transform: capitalize;
  line-height: 120%;
  font-family: "Futura PT Book";
}
.main-navigation li ul li a:hover {
  color: #b0b136;
  transition: all ease 300ms;
}
.site-header .sub-menu::before {
  display: none;
}
.site-header .widget-area li {
  list-style-type: none;
}
.header-bottom .shop-wrap a {
  color: #afb135;
  font-size: 22px;
}
.header-bottom img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: -1px;
  width: 19px;
}
.header-bottom .language-wrap {
  margin: 14px 0;
}
.header-bottom .switcher {
  width: calc(100% - 35px) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: "Futura PT Book" !important;
  display: inline-block;
  vertical-align: top;
  margin-left: -3px !important;
}
.switcher .selected {
  background: transparent !important;
}
.switcher .selected a {
  border: none !important;
  color: #afb135 !important;
  padding: 0 !important;
  width: 100% !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: "Futura PT Book" !important;
  display: block;
  line-height: 130%;
}
.switcher .selected a:hover {
  background: transparent !important;
}
.switcher .selected a:focus {
  outline: none !important;
}
.switcher a img {
  display: none !important;
}
.switcher .option {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background-color: transparent !important;
  width: 100% !important;
  padding-top: 20px;
}
.switcher .option a {
  color: #afb135 !important;
  padding: 5px 0 !important;
}
.switcher .option a:hover {
  background: transparent !important;
}
.search-header-icon {
  color: #afb135;
  font-size: 20px;
}
.search-header-icon i {
  margin-right: 8px;
}
.search-block form {
  padding-top: 20px;
}
.search-block form .screen-reader-text {
  display: none !important;
}
.search-block form input[type="text"] {
  padding: 6px !important;
  border-radius: 0 !important;
  height: 45px !important;
  font-size: 24px !important;
  color: #4d4d4d !important;
}
.search-block form input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  background-color: transparent;
  background-image: url("./images/red-button.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px 20px !important;
  transition: background-image 0.3s ease-in-out;
  font-family: "Futura PT Demi" !important;
}
.search-block form input[type="submit"]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-image: url("./images/red-hover-button.svg");
  transition: background-image 0.3s ease-in-out;
}
.site-header .text-container {
  display: none;
}
.site-content {
  padding: 0;
}
.container {
  max-width: inherit;
  padding: 0;
}
#page.container {
  padding-top: 0;
  margin: 0 0 0 240px;
  padding: 0 60px;
  width: calc(100% - 240px);
}
.site-footer {
  margin: 0 0 0 240px;
  padding: 0;
  width: calc(100% - 240px);
  background: #fbeac4;
}
.footer-middle .container {
  padding: 0 60px;
}
.site-footer .mailchimp-newsletter {
  background: #b0b136;
  padding: 50px 0 30px;
}
.site-footer .mailchimp-newsletter form {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}
.site-footer .mailchimp-newsletter h2 {
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.site-footer .mailchimp-newsletter h3 {
  font-size: 30px;
  font-family: "Futura PT Demi";
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
  text-align: center;
}
.site-footer .mailchimp-newsletter form input {
  height: 45px;
  padding: 6px 12px;
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Futura PT Book";
}
.site-footer .mailchimp-newsletter form input[type="submit"] {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(./images/green-button.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 32px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 26px;
  outline: none;
  border: none;
  height: auto;
  color: #ffffff;
  font-family: "Futura PT Demi" !important;
  margin: 30px auto 0;
  display: block;
  transition: background-image 0.3s ease-in-out;
}
.site-footer .mailchimp-newsletter form input[type="submit"]:hover {
  background-image: url(./images/green-button-opacity.svg);
  transition: background-image 0.3s ease-in-out;
}
.site-footer .mailchimp-newsletter form p {
  margin-bottom: 0;
}
.site-footer .mailchimp-newsletter form .mc4wp-error {
  text-align: center;
  color: #91352e;
  font-size: 20px;
}
.site-footer .mailchimp-newsletter form .mc4wp-success {
  text-align: center;
  color: #36582c;
  font-size: 20px;
  margin-top: 12px;
}
.site-footer .mailchimp-newsletter form .mc4wp-notice {
  text-align: center;
  color: #36582c;
  font-size: 20px;
  margin-top: 12px;
}
.footer-top .bottom_bar_1 {
  background: #ffffff;
}
.footer-top .bottom_bar_1 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0;
  align-items: center;
}
.footer-top .bottom_bar_1 li {
  list-style-type: none;
  width: 12.5%;
}
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets
  .footer-column:first-of-type:nth-last-of-type(3)
  ~ .footer-column {
  width: 30.3%;
}
.footer-bottom {
  display: none;
}
.footer-widgets {
  margin-bottom: 0;
}
.footer-widgets .footer-column {
  padding-top: 0;
  padding: 60px 0 50px;
  vertical-align: middle;
  float: none;
}
.footer-widgets .footer-column .widget-title {
  color: #36582c;
  font-size: 27px;
  font-family: "Futura PT Demi";
  margin-bottom: 30px;
}
.footer-widgets .footer-column:nth-last-of-type(2) {
  text-align: center;
}
.footer-widgets .footer-column #text-4 i {
  font-size: 30px;
  color: #36582c;
  margin: 0 10px;
}
.footer-widgets .footer-column p:last-child {
  margin-bottom: 0;
}
.footer-widgets .footer-column #text-5 ul li {
  font-size: 24px;
  padding: 0 0 25px 40px;
  color: #000000;
}
.footer-widgets .footer-column #text-5 ul li:last-child {
  padding-bottom: 0;
}
.footer-widgets .footer-column #text-5 ul li a {
  color: #000000;
  text-decoration: none;
}
.footer-widgets .footer-column #text-5 ul li i {
  margin-left: -39px;
  font-size: 23px;
  padding-left: 15px;
  color: #36582c;
  transform: rotateY(180deg);
}
.footer-widgets .footer-column .zoom-social-icons-widget ul li {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}
.footer-widgets .footer-column .zoom-social-icons-widget ul li a {
  padding: 0;
  display: block;
}
.footer-widgets .footer-column .zoom-social-icons-widget ul li a i {
  padding: 0;
  font-size: 28px;
  color: #36582c;
}
.home_banner {
  width: calc(100vw - 240px);
  position: relative;
  margin-left: calc(-50vw + 240px);
  left: calc(50% - 120px);
}

.home_banner .home_banner_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.home_banner .home_banner_text h1 {
  color: #ffffff;
  font-size: 62px;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  font-weight: 400;
  letter-spacing: 5px;
  text-shadow: 0px 0px 30px #000000;
}
.scroll_btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.scroll_btn .sroll-now i {
  color: #ffffff;
  text-shadow: 0px 0px 30px #000000;
  font-size: 42px;
}

#content_cooking {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
#content_cooking::-webkit-scrollbar {
  width: 0 !important;
}
#content_cooking .row {
  flex-wrap: nowrap;
}
#content_cooking img {
  min-width: 106px;
}
#content_cooking .internal {
  border: 1.5px solid #fceac4;
  min-width: 110px;
}
#content_cooking span {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #b0b136;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-family: "Futura PT Demi";
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto -15px;
  position: relative;
  z-index: 1;
}
.cooking_table_main {
  position: relative;
}
.cooking_table_main .cooking_control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.cooking_table_main .cooking_control a.horizon-prev {
  position: absolute;
  left: -25px;
}
.cooking_table_main .cooking_control a.horizon-next {
  position: absolute;
  right: -25px;
}
.cooking_table_main .cooking_control a i {
  font-size: 40px;
  color: #36592c;
}

.home_banner.inner-banner .home_banner_image {
  height: auto;
  overflow: inherit;
}

.section-title {
  font-size: 44px;
  line-height: 140%;
  text-align: center;
  font-weight: 400;
}
.red-title {
  color: #91352e;
}
.green-title {
  color: #36592c;
}
.yellow-bg {
  position: relative;
}
.yellow-bg:before {
  position: absolute;
  left: 0;
  right: 0;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.cooking-inner.yellow-bg:before {
  width: 100vw;
}
.reason-to-give-inner.yellow-bg:before {
  width: auto;
  left: -100%;
}

.up-events-wrap .up-events-inner {
  padding: 40px 0 30px;
  height: 100%;
}
.up-events-wrap .cooking-inner {
  padding: 40px 0 30px 60px;
  height: 100%;
}
.up-events-wrap .cooking-inner .btn-wrap .btn-secondary {
  background-image: url("./images/green-button-new.svg");
}
.up-events-wrap .cooking-inner .btn-wrap .btn-secondary:hover {
  background-image: url("./images/green-hover-button-new.svg");
}
.up-events-wrap .cooking-inner .btn-wrap .btn-secondary:focus,
.up-events-wrap .cooking-inner .btn-wrap .btn-secondary:active {
  background-image: url("./images/green-button-new.svg") !important;
}
.up-events-wrap .up-events-inner .no-event-message {
  font-size: 26px;
  margin: 20px 0;
  color: #91352e;
  text-align: center;
  display: block;
}
.up-events-wrap .cooking-inner .section-title {
  margin-bottom: 10px;
}
.up-events-wrap .cooking-inner .cooking-available-day {
  text-align: center;
  margin-bottom: 20px;
}
.up-events-wrap .cooking-inner .cooking-available-day span {
  color: #36592c;
  font-size: 28px;
  font-family: "Futura PT Demi";
  line-height: 110%;
}
.up-events-wrap .cooking-inner table th {
  padding: 0 !important;
}
.up-events-wrap .cooking-inner table th span {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #b0b136;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-family: "Futura PT Demi";
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto -15px;
  position: relative;
}
.up-events-wrap .cooking-inner table tr td {
  padding: 0;
  border: 1.5px solid #fceac4;
  background: #ffffff;
}
.up-events-wrap .up-events-list .event-list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.up-events-wrap .up-events-list .btn-wrap {
  margin-top: 35px;
}
.up-events-wrap .up-events-inner .date-wrap {
  font-family: "Futura PT Demi";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f04e33;
  line-height: 30px;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  word-break: break-all;
  text-transform: uppercase;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 6px;
}
.up-events-wrap .up-events-inner .date-wrap span {
  display: block;
  width: 100%;
  margin-bottom: -15px;
}
.up-events-wrap .up-events-list .event-list .event-right {
  width: calc(100% - 90px);
  padding-left: 25px;
}
.up-events-wrap .up-events-list .event-title a {
  color: #91352e;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 130%;
  font-family: "Futura PT Demi";
}
.up-events-wrap .up-events-list .event-desc {
  color: #000000;
  font-size: 24px;
  line-height: 130%;
}

.reason-to-give-wrap .reason-to-give-inner {
  padding: 50px 0 30px;
}
.reason-to-give-wrap .reason-to-give-inner .reason-list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.reason-to-give-wrap .reason-to-give-inner .reason-list .resson-left {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #b0b136;
  line-height: 84px;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 6px;
}
.reason-to-give-wrap .reason-to-give-inner .reason-list .resson-right {
  width: calc(100% - 90px);
  padding-left: 25px;
}
.reason-to-give-wrap
  .reason-to-give-inner
  .reason-list
  .resson-right
  .reason-title {
  color: #36592c;
  font-size: 28px;
  font-weight: 600;
}
.reason-to-give-wrap
  .reason-to-give-inner
  .reason-list
  .resson-right
  .reason-desc {
  font-size: 24px;
}
.reason-to-give-wrap .reason-to-give-inner .btn {
  padding: 24px 38px;
}

.reason-to-give-wrap .shop-inner {
  padding: 50px 0 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.reason-to-give-wrap .shop-inner i {
  font-size: 55px;
  color: #91352e;
}
.reason-to-give-wrap .shop-inner p {
  font-size: 26px;
  margin: 20px 0;
  color: #000000;
}

.inner-banner-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  max-width: 480px;
  align-items: center;
}
.inner-banner-icon li {
  list-style-type: none;
  padding: 60px 0 40px;
}
.inner-banner-text {
  text-align: center;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 30px;
}

.top-header {
  margin: 0 -100%;
  background: #91352e;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 2px 0 4px 240px;
}
.top-header p {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
}
.top-header p a {
  color: #ffffff;
}
.innerpage-container p {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 25px;
}
.innerpage-container p a {
  color: #36592c;
  font-family: "Futura PT Demi";
  text-decoration: underline;
}

.page-template-template-exploremore .about-explore a {
  text-decoration: underline;
  color: #91352e;
}
.page-template-template-exploremore .about-explore {
  padding: 55px 0;
}
.page-template-template-exploremore .about-explore::before {
  background: #fceac4;
  position: absolute;
  left: -100%;
  right: -100%;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-template-exploremore .about-explore p {
  max-width: 1185px;
  margin: 0 auto;
  font-size: 26px;
}
.page-template-template-exploremore .wp-block-columns {
  padding: 60px 0;
  position: relative;
  margin-bottom: 0;
}
.page-template-template-exploremore .wp-block-columns:nth-child(even):before {
  background: #fceac4;
  position: absolute;
  left: -100%;
  right: -100%;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-template-exploremore
  .wp-block-columns
  .wp-block-column:first-child {
  flex-basis: 42%;
}
.page-template-template-exploremore
  .wp-block-columns
  .wp-block-column:not(:first-child) {
  flex-basis: 58%;
  padding-left: 7.5em;
}
.page-template-template-exploremore .wp-block-columns h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  color: #36592c;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.page-template-template-exploremore .wp-block-columns:nth-child(even) h2 {
  color: #91352e;
}
.page-template-template-exploremore .wp-block-columns ol {
  margin: 0;
}
.page-template-template-exploremore .wp-block-columns ol li {
  font-size: 24px;
  font-weight: 400;
  counter-increment: li;
  display: list-item;
  position: relative;
  list-style-type: none;
  margin-bottom: 50px;
}
.page-template-template-exploremore .wp-block-columns ol li:last-child {
  margin-bottom: 0;
}
.page-template-template-exploremore .wp-block-columns ol li::before {
  position: absolute;
  left: -115px;
  width: 90px;
  height: 90px;
  background: #b0b136;
  font-size: 60px;
  line-height: 90px;
  color: #ffffff;
  display: list-item;
  content: "" counter(li) " ";
  text-align: center;
  border-radius: 50%;
  top: -20px;
  font-family: "Futura PT Demi";
}
.page-template-template-exploremore
  .wp-block-columns:nth-child(even)
  ol
  li::before {
  background: #f04e33;
}
.page-template-template-exploremore .wp-block-columns ol li::before::marker {
  display: none;
  content: "";
}
.page-template-template-exploremore .wp-block-columns ol li a {
  color: #36592c;
  text-decoration: underline;
}
.page-template-template-exploremore .wp-block-columns p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-template-template-exploremore .wp-block-columns p a {
  color: #36592c;
  text-decoration: underline;
}
.page-template-template-exploremore .wp-block-columns:nth-child(even) ol li a {
  color: #91352e;
}

.page-template-template-catering .innerpage-container {
  position: relative;
}
.page-template-template-catering .innerpage-container::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}

/* catering 06-07-2021 */

.page-template-template-catering #page.container {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-satellite-bites #page.container {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-satellite-bites .catering_wrapper {
  position: relative;
}
.page-template-template-satellite-bites .catering_wrapper:before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.catering_wrapper > p:first-child {
  padding-top: 50px;
}
.catering_wrapper > p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-family: "Futura PT Book";
  color: #000;
  line-height: 38px;
  padding: 0 20px;
}
.catering_wrapper > iframe {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px;
}
.catering_wrapper > p a {
  color: #36592c;
  font-family: "Futura PT Demi";
  text-decoration: underline;
}
.catering_wrapper .catering {
  margin-top: 54px;
}
.catering_wrapper .catering {
  display: flex;
  flex-wrap: wrap;
}
.catering_wrapper .catering > div {
  width: 33.33%;
  padding: 25px;
  text-align: center;
}
.catering_wrapper .catering > div:nth-child(2n + 1) {
  background: #fff;
}
.catering_wrapper .catering.catering-main-inner > div:nth-child(even) {
  background: #fceac4;
}
.catering_wrapper .catering > div h3 a {
  font-size: 48px;
  color: #36592c;
  font-weight: 400;
  margin-bottom: 15px;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  text-transform: capitalize;
}
.catering_wrapper .catering > div p.type_of {
  font-size: 30px;
  font-family: "Futura PT Demi";
  line-height: 32px;
  color: #36592c;
  text-transform: uppercase;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catering_wrapper .catering > div .inner_info_ {
  max-width: 400px;
  margin: auto;
  padding: 60px 0 0;
}
.catering_wrapper .catering > div:nth-child(2n) h3 a,
.catering_wrapper .catering > div:nth-child(2n) p.type_of {
  color: #91352e;
}
.catering_wrapper .catering > div .btn {
  color: #fff;
  font-size: 30px;
  font-family: "Futura PT Demi";
  text-transform: uppercase;
  margin-bottom: 40px;
}
.catering_wrapper .catering > div .link {
  color: #36592c;
  font-family: "Futura PT Demi";
  text-decoration: underline;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 15px;
  display: inline-block;
}
.catering_wrapper .catering > div:nth-child(2n) .link {
  color: #91352e;
}
.catering_wrapper .catering > div:nth-child(2n) .btn-secondary {
  background-image: url(images/red-button.svg);
  transition: background-image 0.3s ease-in-out;
}
.catering_wrapper .catering > div:nth-child(2n) .btn-secondary:hover,
.catering_wrapper .catering > div:nth-child(2n) .btn-secondary:focus {
  background-image: url(images/red-hover-button.svg);
  transition: background-image 0.3s ease-in-out;
}
.catering_wrapper .catering > div:nth-child(2n) .btn-secondary:active,
.catering_wrapper .catering > div:nth-child(2n) .btn-secondary:focus {
  background-image: url(images/red-hover-button.svg) !important;
  transition: background-image 0.3s ease-in-out;
}
.catering_wrapper .catering > div .extra_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 134px;
}
.catering_wrapper .catering > div .extra_info p {
  font-size: 30px;
  line-height: 120%;
  font-family: "Futura PT Book";
  color: #000;
  margin-bottom: 20px;
}
.catering_wrapper .catering > div .extra_info a {
  color: #36592c;
  font-family: "Futura PT Demi";
  text-decoration: underline;
}
.catering_wrapper .catering > div .extra_info p:last-child {
  margin-bottom: 0;
}
.catering_wrapper .catering > div .extra_info ul {
  list-style-type: none;
}
.catering_wrapper .catering > div .extra_info ul li {
  font-size: 22px;
  line-height: 120%;
}
.catering_wrapper .catering > div .extra_info ul li + li {
  margin-top: 15px;
}
.catering_wrapper .catering > div:nth-child(2n) .extra_info a {
  color: #91352e;
}
.catering_wrapper .catering > div .extra_info a.btn {
  color: #ffffff;
  margin: 0 auto;
  text-decoration: none;
}
.catering_wrapper .catering > div.satellite-bites-box .inner_info_ {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.catering_wrapper .catering > div.satellite-bites-box .inner_info_ h2 a {
  font-size: 48px;
  color: #36592c;
  font-weight: 400;
}
.catering_wrapper .catering > div.satellite-bites-box .inner_info_ .btn {
  padding: 32px 20px;
  margin-top: 30px;
}
.final_anchor {
  padding: 20px 60px;
  background: #fff;
  text-align: center;
  position: relative;
}
.final_anchor:before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #ffffff;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.final_anchor .tasting-guide-title {
  font-size: 44px;
  color: #91352e;
  margin: 30px 0 20px 0;
}
.final_anchor a {
  color: #000;
  font-size: 34px;
  font-family: "Futura PT Book";
}

.page-template-template-shop .catering_wrapper .catering > div:nth-child(even) {
  background: #fceac4;
}
.page-template-template-shop .catering_wrapper .catering > div .inner_info_ {
  padding: 35px 0 0;
}
.page-template-template-shop .catering_wrapper .bg-section-main h2 {
  font-size: 38px;
}
.page-template-template-shop .catering_wrapper {
  position: relative;
}
.page-template-template-shop .catering_wrapper:before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}

/* Event */

.innerpage-container.event-main {
  position: relative;
}
.innerpage-container.event-main::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.tribe-common .tribe-common-l-container {
  max-width: inherit;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 60px !important;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-c-events-bar {
  background-color: transparent;
  border: 1px solid #aaa;
}
.tribe-events .tribe-events-c-view-selector__content,
.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-common .tribe-common-form-control-text__input {
  background-color: #fceac4;
}
.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-c-events-bar__filter-button-container {
  margin: 22px 0;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill {
  background-color: transparent;
  border: 1px solid #aaa;
}
.tribe-common button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
  font-size: 14px;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input {
  font-size: 22px;
  font-family: "Futura PT Book" !important;
}
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #aaa;
}
.tribe-common
  .tribe-common-c-btn-icon--caret-left:disabled
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-common
  .tribe-common-c-btn-icon--caret-right:disabled
  .tribe-common-c-btn-icon__icon-svg
  path {
  fill: #aaa !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
  font-size: 16px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
  font-size: 28px;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__body {
  border-top: 1px solid #aaa;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__week {
  border-left: 1px solid #aaa;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__day {
  border-color: #aaa;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-day__event-datetime-featured-text {
  color: #2a36bf;
}
.tribe-events .tribe-events-calendar-day__event--featured:after {
  background-color: #2a36bf;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #c5bcc2;
}
.tribe-events .tribe-events-c-ical__link {
  background-color: #36592c;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Futura PT Demi" !important;
}
.tribe-events .tribe-events-c-ical__link svg {
  color: #ffffff;
}
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #b0b136;
}
.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus {
  background-color: #36592c;
}
.tribe-common .tribe-common-c-svgicon {
  color: #2a36bf;
}
.tribe-common .tribe-common-anchor-thin {
  color: #2a36bf;
  text-decoration: none;
}
.tribe-common .tribe-common-c-svgicon {
  color: #2a36bf;
}
.tribe-events-pro
  .tribe-events-pro-week-grid__header-column--current
  .tribe-events-pro-week-grid__header-column-daynum,
.tribe-events-pro
  .tribe-events-pro-week-grid__header-column--current
  .tribe-events-pro-week-grid__header-column-daynum-link {
  color: #2a36bf;
}
.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date,
.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date-link {
  color: #2a36bf;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #36592c;
  font-family: "Futura PT Demi";
  font-size: 18px;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background-color: #b0b136;
}
.tribe-common .tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:active {
  background-color: #36592c;
}
.tribe-common--breakpoint-full.tribe-events
  .tribe-events-c-top-bar__datepicker-desktop {
  color: #36592c;
  font-family: "marchregular";
}
.tribe-common .tribe-common-b2 {
  font-family: "Futura PT Book" !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 18px !important;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--labels
  .tribe-events-c-view-selector__button-text {
  font-family: "Futura PT Demi" !important;
  font-size: 18px;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "Futura PT Demi" !important;
  font-size: 18px;
}
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  font-family: "Futura PT Book";
  font-size: 18px;
}
.tribe-common .tribe-common-h3 {
  font-family: "Futura PT Book";
}
.tribe-common .tribe-common-b3 {
  font-family: "Futura PT Book";
}
.tribe-common .tribe-common-h4 {
  font-family: "Futura PT Demi";
}
.tribe-common .tribe-common-b1 {
  font-family: "Futura PT Book";
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-family: "Futura PT Book";
  font-size: 14px;
}
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
  font-family: "Futura PT Book";
  font-size: 16px;
}
.tribe-events
  .tribe-events-calendar-month__calendar-event-tooltip-description:last-child {
  font-size: 14px;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__multiday-event-wrapper {
  height: 25px;
  margin: 4px 0;
}
.tribe-events-related-events-title {
  font-size: 30px;
  color: #91352e;
  font-family: "marchregular";
  letter-spacing: 2px;
  padding-top: 20px;
  border: none;
}
.tribe-events-schedule h2,
.event-is-recurring {
  color: #36592c;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-datetime-featured-text {
  color: #2a36bf;
}
.tribe-events
  .tribe-events-calendar-list__event-row--featured
  .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #2a36bf;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 a {
  color: #91352e !important;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-description
  p {
  font-size: 22px;
}
.tribe-events .tribe-events-calendar-list-nav {
  border-top: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  color: #91352e;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-nav__next-icon-svg
  path {
  fill: #91352e;
}
.tribe-events
  .tribe-events-c-nav__prev:disabled
  .tribe-events-c-nav__prev-icon-svg
  path {
  fill: #91352e;
}
.tribe-events .tribe-events-calendar-list__event-datetime-recurring-link {
  display: none;
}
.event-is-recurring a {
  color: #91352e;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  color: #91352e;
}
.event-content-section {
  padding: 60px 0 30px;
}
.event-content-section .right-content {
  padding-left: 50px !important;
}
.event-content-section .right-content h2 {
  font-size: 48px;
  margin-bottom: 22px;
}
.event-content-section .right-content .short-description p {
  font-size: 30px;
  line-height: 125%;
}
.event-content-section .right-content .btn {
  font-family: "Futura PT Demi";
}
.tribe-block__related-events__title,
.tribe-related-events {
  display: none;
}
.single-tribe_events .tribe-events-back a {
  font-size: 22px;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 42px;
  color: #91352e;
  font-family: "marchregular";
  letter-spacing: 2px;
}
.single-tribe_events .tribe-events-single-event-recurrence-description {
  display: none;
}
.single-tribe_events h2.tribe-events-schedule__datetime {
  color: #36592c;
}
.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
  color: #36592c;
}
.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none;
}
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  padding: 0;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 30px;
  color: #91352e;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-size: 26px;
  color: #36592c;
  margin-bottom: 15px;
  font-family: "Futura PT Demi";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-size: 20px;
  color: #000000;
  font-family: "Futura PT Book";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd a {
  color: #000000;
}
.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
  display: none;
}
#tribe-events-footer {
  border: none !important;
}
.tribe-events-sub-nav li a {
  font-size: 20px;
  color: #91352e;
}
.tribe-events-single .tribe-events-sub-nav {
  font-family: "Futura PT Demi";
}
.tribe-events-cal-links {
  font-family: "Futura PT Demi";
}
.tribe-events-event-meta:before,
.tribe-events-event-meta
  ~ div:not(.tribe-events-event-meta):not(.event-tickets) {
  border: none;
}
.tribe-events-notices {
  border: none;
}
.tribe-events-notices ul li {
  font-size: 20px;
  font-family: "Futura PT Book";
  color: #91352e;
}
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
  background-color: #36592c;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Futura PT Demi" !important;
  width: auto;
  padding: 6px 24px;
}
.tribe-events-content p {
  font-family: "Futura PT Book";
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
  border: none;
}
.tribe-events-schedule .recurringinfo {
  display: none;
}
.tribe-events-cal-links .tribe-events-gcal {
  margin-bottom: 15px;
}
.tribe-events-cal-links {
  margin-bottom: 12px;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  width: 100%;
}
.tribe-events-venue-map {
  width: 100%;
}
.tribe-events-pro .tribe-events-pro-photo__event-datetime-featured-text {
  color: #2a36bf;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
  font-family: "Futura PT Demi" !important;
  font-size: 20px;
  line-height: 120%;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
  color: #91352e;
}
.tribe-events-single
  ul.tribe-related-events
  li
  .tribe-related-event-info
  .tribe-event-time,
.tribe-events-single
  ul.tribe-related-events
  li
  .tribe-related-event-info
  .tribe-event-date-start {
  font-size: 18px;
  font-family: "Futura PT Book" !important;
  margin: 0 5px;
}
.tribe-events-single
  ul.tribe-related-events
  li
  .tribe-related-event-info
  .tribe-event-date-start {
  margin-left: 0;
}
.tribe-events-single
  ul.tribe-related-events
  li
  .tribe-related-event-info
  .recurringinfo {
  display: none;
}
.tribe-events-pro .tribe-events-pro-photo__event-datetime-recurring-icon {
  display: none;
}
.tribe-common
  .tribe-events-calendar-list__event-title
  .tribe-events-calendar-list__event-title-link {
  display: block;
}
.tribe-common
  .tribe-events-calendar-list__event-title
  .tribe-events-calendar-list__event-title-link {
  font-family: "marchregular" !important;
  letter-spacing: 2px;
}
.tribe-common .tribe-events-calendar-list__event-title .event-badge {
  font-size: 24px;
  font-family: "Futura PT Book" !important;
  color: #36592c !important;
  font-weight: 400;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #91352e;
  font-family: "Futura PT Book" !important;
  font-size: 19px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  color: #36592c;
  font-family: "Futura PT Demi" !important;
  font-size: 26px;
}
.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
  border: none;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #aaa;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
  background-color: #36592c;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--labels
  .tribe-events-c-view-selector__content {
  left: auto;
  right: 0;
  box-shadow: none;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #ffffff;
}
.tribe-events
  .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
  color: #2a36bf;
}
.tribe-common--breakpoint-medium.tribe-common
  .cat_special-events
  .tribe-events-pro-photo__event-title
  a {
  color: #36592c !important;
}
.tribe-events-calendar-month
  .cat_special-events
  .tribe-events-calendar-month__calendar-event-title
  a {
  color: #36592c !important;
}
.tribe-events-calendar-month
  .cat_satellite-bites
  .tribe-events-calendar-month__calendar-event-title
  a {
  color: #91352e !important;
}
.tribe-events-calendar-list
  .cat_special-events
  .tribe-events-calendar-list__event-title
  a {
  color: #36592c !important;
}
.tribe-events-calendar-list
  .cat_satellite-bites
  .tribe-events-calendar-list__event-title
  a {
  color: #91352e !important;
}
.tribe-events-calendar-month
  .cat_special-events
  .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #36592c;
}
.tribe-events-calendar-month
  .cat_satellite-bites
  .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #91352e;
}
.tribe-events-calendar-month .tribe-common-h7,
.tribe-events-calendar-month .tribe-common-h8 {
  color: #ffffff;
}
.tribe-events-calendar-month
  .tribe-events-calendar-month__calendar-event-multiday-recurring-link {
  display: none;
}
.tooltipster-base
  .special-events
  .tribe-events-calendar-month__calendar-event-tooltip-title
  a {
  color: #36592c !important;
}
.tooltipster-base
  .satellite-bites
  .tribe-events-calendar-month__calendar-event-tooltip-title
  a {
  color: #91352e !important;
}
.tooltipster-base .tribe-events-pro-week-grid__event-tooltip-title a {
  color: #36592c !important;
}
.tooltipster-base
  .special-events
  .tribe-events-pro-week-grid__event-tooltip-title
  a {
  color: #36592c !important;
}
.tooltipster-base
  .satellite-bites
  .tribe-events-pro-week-grid__event-tooltip-title
  a {
  color: #91352e !important;
}
.tribe-events-pro-week-grid__body
  .cat_special-events
  .tribe-events-pro-week-grid__multiday-event-bar-inner {
  background-color: #36592c;
}
.tribe-events-pro-week-grid__body
  .cat_satellite-bites
  .tribe-events-pro-week-grid__multiday-event-bar-inner {
  background-color: #91352e;
}
.tribe-events-pro-week-grid__body
  .tribe-events-pro-week-grid__multiday-events-row
  .tribe-common-h7,
.tribe-events-pro-week-grid__body
  .tribe-events-pro-week-grid__multiday-events-row
  .tribe-common-h8 {
  color: #ffffff;
}
.tribe-events-pro-week-grid__body
  .tribe-events-pro-week-grid__multiday-event-bar-recurring-icon {
  display: none;
}
.tribe-events-pro-week-grid__body
  .tribe-events-pro-week-grid__events-day
  .cat_special-events
  .tribe-events-pro-week-grid__event-title {
  color: #36592c !important;
}
.tribe-events-pro-week-grid__body
  .tribe-events-pro-week-grid__events-day
  .cat_satellite-bites
  .tribe-events-pro-week-grid__event-title {
  color: #91352e !important;
}
.tribe-events-pro-map__event-column
  .cat_special-events
  .tribe-events-pro-map__event-title {
  color: #36592c !important;
  font-size: 18px;
}
.tribe-events-pro-map__event-column
  .cat_satellite-bites
  .tribe-events-pro-map__event-title {
  color: #91352e !important;
  font-size: 18px;
}
.tribe-events-pro-map__event-column
  .tribe-events-pro-map__event-card
  .tribe-common-b2 {
  font-size: 16px !important;
}
.cat_special-events .tribe-common-c-svgicon {
  color: #b0b136 !important;
}
.cat_satellite-bites .tribe-common-c-svgicon {
  color: #f04e33 !important;
}
.tribe-events-calendar-month__calendar-event.cat_special-events
  .tribe-common-c-svgicon {
  color: #36592c !important;
}
.tribe-events-calendar-month__calendar-event.cat_satellite-bites
  .tribe-common-c-svgicon {
  color: #91352e !important;
}
.tribe-events-calendar-month__calendar-event.cat_special-events:before {
  background-color: #36592c !important;
}
.tribe-events-calendar-month__calendar-event.cat_satellite-bites:before {
  background-color: #91352e !important;
}
.tribe-events-calendar-list__event.cat_special-events .tribe-common-c-svgicon {
  color: #36592c !important;
}
.tribe-events-calendar-list__event.cat_satellite-bites .tribe-common-c-svgicon {
  color: #91352e !important;
}
.tribe-events-calendar-list__event.cat_satellite-bites
  .tribe-events-calendar-list__event-datetime-featured-text {
  color: #91352e !important;
}
.tribe-events-calendar-list__event.cat_special-events
  .tribe-events-calendar-list__event-datetime-featured-text {
  color: #36592c !important;
}
.tribe-events-calendar-list__event-row
  .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #36592c !important;
}
.tribe-events-pro-photo__event.cat_satellite-bites
  .tribe-events-pro-photo__event-datetime-featured-text {
  color: #91352e !important;
}
.tribe-events-pro-photo__event.cat_special-events
  .tribe-events-pro-photo__event-datetime-featured-text {
  color: #36592c !important;
}
.tribe-events-pro-week-grid__event.cat_satellite-bites
  .tribe-events-pro-week-grid__event-link-inner:before {
  background-color: #91352e !important;
}
.tribe-events-pro-week-grid__event.cat_special-events
  .tribe-events-pro-week-grid__event-link-inner:before {
  background-color: #36592c !important;
}
.tribe-events-pro-map__event-card.cat_satellite-bites
  .tribe-events-pro-map__event-datetime-featured-text {
  color: #91352e !important;
}
.tribe-events-pro-map__event-card.cat_special-events
  .tribe-events-pro-map__event-datetime-featured-text {
  color: #36592c !important;
}
.tooltipster-base .satellite-bites .tribe-common-c-svgicon {
  color: #91352e !important;
}
.tooltipster-base .special-events .tribe-common-c-svgicon {
  color: #36592c !important;
}
.tribe-events-single-section .tribe-events-meta-group-venue {
  margin-top: 35px;
}

/* Meet The Chef */
.chef-single-main .chef-info {
  padding: 60px 0;
}
.chef-single-main .chef-info.yellow-bg:before {
  left: -100%;
  right: -100%;
}
.chef-single-main .chef-info .main-title {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 2px;
}
.chef-single-main .chef-info .sub-title {
  font-family: "Futura PT Demi";
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.chef-single-main .chef-info .chef-info-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.chef-single-main .chef-info ul {
  list-style-type: none;
  margin: 50px 0 0;
}
.chef-single-main .chef-info ul li {
  margin-bottom: 0;
}
.chef-single-main .chef-info ul li i {
  font-size: 30px;
  margin-right: 12px;
  color: #91352e;
}
.chef-single-main .chef-info ul li i.fa-phone {
  transform: rotateZ(90deg);
}
.chef-single-main .chef-info ul li a {
  color: #000000;
  font-size: 30px;
}
.chef-single-main .chef-info .btn {
  margin-right: 50px;
}
.chef-single-main .chef-desc {
  padding-top: 65px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.chef-single-main .chef-desc ul li {
  font-size: 26px;
}
.chef-single-main .chef-desc p {
  color: #000000;
  font-size: 30px;
  line-height: 130%;
}
.chef-single-main .chef-desc p strong {
  color: #36592c;
  font-family: "Futura PT Demi";
}
.innerpage-container p.more-website {
  margin: 20px 0 0 0;
}
.page-template-template-spice-bridge-graduates
  .innerpage-container
  .chef-list-right
  .btn-wrap {
  margin-top: 35px;
}
.innerpage-container p.more-website a {
  font-size: 22px;
  text-transform: capitalize;
  color: #91352e;
}
.innerpage-container p.more-website span {
  padding: 0 5px 0 8px;
}
.innerpage-container p.more-website span:last-child {
  display: none;
}
.chef-single-main .chef-desc h2 {
  color: #36592c;
  font-family: "Futura PT Demi";
}
.chef-single-main .chef-desc h2 a {
  color: #36592c;
}
.chef-single-main .chef-desc h3.green-title {
  font-size: 38px;
}
.post-detail-day {
  display: flex;
  flex-direction: row;
}
.post-detail-day span {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #f04e33;
  border-radius: 50%;
  margin-right: 30px;
  color: #ffffff;
  font-size: 30px;
  font-family: "Futura PT Demi";
  text-align: center;
  text-transform: uppercase;
}
.post-detail-day span:last-child {
  margin-right: 0;
}
.chef-single-main .related-posts {
  position: relative;
  padding: 65px 0 35px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.chef-single-main .related-posts::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.chef-single-main .related-posts h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
  color: #91352e;
  text-align: center;
}
.chef-single-main .related-posts .short-description p {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 50px;
}
.chef-single-main .related-posts .related-post h3 {
  margin-bottom: 12px;
  color: #91352e;
  font-size: 30px;
  font-family: "Futura PT Demi";
}
.chef-single-main .related-posts .related-post h3 a {
  text-decoration: underline;
  color: #91352e;
  font-size: 30px;
  font-family: "Futura PT Demi";
}
.chef-single-main .related-posts .related-post ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.chef-single-main .related-posts .related-post ul li {
  font-size: 30px;
  font-style: italic;
  color: #000000;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
.chef-single-main .related-posts .related-post ul li + li:before {
  position: absolute;
  content: "|";
  left: -19px;
  top: 0;
  font-style: normal;
}
.chef-single-main .related-posts .related-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.chef-single-main .related-posts .related-post .post-inner {
  flex-basis: calc(100% - 200px);
}
.chef-single-main .related-posts .related-post .btn {
  flex-basis: 155px;
}

/* Meet The Chef Listing */
.chef-list-main > .row {
  position: relative;
  padding: 60px 0;
}
.chef-list-main > .row:nth-child(odd)::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .more-website a {
  color: #91352e;
}
.chef-list-main > .row .chef-list-right .red-title {
  margin-bottom: 15px;
}
.chef-list-main > .row .chef-list-right .red-title a {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #36592c;
  line-height: 100%;
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .red-title a {
  color: #91352e;
}
.chef-list-main > .row .chef-list-right .sub-title {
  font-family: "Futura PT Demi";
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #36592c;
}
.chef-list-main > .row .chef-list-right .sub-title a {
  color: #36592c;
  text-decoration: underline;
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .sub-title {
  color: #91352e;
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .sub-title a {
  color: #91352e;
}
.chef-list-main .chef-list-right .short-description {
  margin-top: 40px;
}
.chef-list-main .chef-list-right .short-description p {
  font-size: 30px;
  line-height: 130%;
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .btn-secondary {
  background-image: url(./images/red-button.svg);
  transition: background-image 0.3s ease-in-out;
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .btn-secondary:hover {
  background-image: url(./images/red-hover-button.svg);
  transition: background-image 0.3s ease-in-out;
}
.chef-list-main > .row:nth-child(odd) .chef-list-right .btn-secondary:active,
.chef-list-main > .row:nth-child(odd) .chef-list-right .btn-secondary:focus {
  background-image: url(./images/red-button.svg) !important;
}
.chef-list-main .chef-list-right .chef-title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.chef-list-main .chef-list-right .chef-title-inner {
  padding-right: 60px;
  flex-basis: calc(100% - 330px);
}
.chef-list-main .chef-list-right .post-detail-day {
  flex-basis: 330px;
}
.chef-list-main > .row:nth-child(even) .chef-list-right .post-detail-day span {
  background: #b0b136;
}
.author .chef-list-main .chef-list-right .chef-title-inner {
  padding-right: 0;
  flex-basis: auto;
}
.author .chef-list-main > .row .chef-list-right h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
}
.author .chef-list-main > .row .chef-list-right h2 a {
  color: #91352e;
}
.author .chef-list-main > .row:nth-child(even) .chef-list-right h2 a {
  color: #36592c;
}
.author .inner-banner-text {
  color: #36592c;
}
.blog .chef-list-main > .row .chef-list-right .entry-title a {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #91352e;
  line-height: 100%;
}
.blog .chef-list-main > .row:nth-child(odd) .chef-list-right .entry-title a {
  color: #36592c;
}
.blog .chef-list-main .chef-list-right .chef-title-inner {
  padding-right: 0;
  flex-basis: auto;
}
.blog .chef-list-main .chef-list-right .chef-title-inner {
  padding-right: 0;
  flex-basis: auto;
}
.blog .chef-list-main > .row .chef-list-right .sub-title {
  color: #91352e;
}
.blog .chef-list-main > .row .chef-list-right .sub-title a {
  color: #91352e;
}
.blog .chef-list-main > .row:nth-child(odd) .chef-list-right .sub-title {
  color: #36592c;
}
.blog .chef-list-main > .row .chef-list-right h2 {
  color: #91352e;
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
}
.blog .chef-list-main > .row:nth-child(even) .chef-list-right h2 {
  color: #36592c;
}
.blog .chef-list-main > .row .chef-list-right ul {
  margin: 0 0 25px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.blog .chef-list-main > .row .chef-list-right ul li {
  font-size: 26px;
  font-style: italic;
  color: #000000;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  line-height: 100%;
}
.blog .chef-list-main > .row .chef-list-right ul li + li:before {
  position: absolute;
  content: "|";
  left: -19px;
  top: 0;
  font-style: normal;
}
.blog .chef-list-main > .row .chef-list-right .btn-secondary {
  background-image: url(./images/red-button.svg);
}
.blog .chef-list-main > .row:nth-child(odd) .chef-list-right .btn-secondary {
  background-image: url(./images/green-button.svg);
}
.blog .chef-list-main > .row .chef-list-right .btn-secondary:hover {
  background-image: url(./images/red-hover-button.svg);
}
.blog
  .chef-list-main
  > .row:nth-child(odd)
  .chef-list-right
  .btn-secondary:hover {
  background-image: url(./images/green-hover-button.svg);
}

/*.blog .chef-list-main > .row:nth-child(odd)::before{background: transparent;}
.blog .chef-list-main > .row:nth-child(even)::before{position: absolute;left: -100%;right: -100%;background: #FCEAC4;top: 0;bottom: 0;z-index: -1;content: "";}*/

/* Food Hall */
.page-template-template-food-hall #page.container {
  padding-right: 0;
  padding-left: 0;
}
.food-hall-main .food-hall-info {
  padding: 60px;
  margin-bottom: 65px;
}
.food-hall-main .food-hall-info::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.food-hall-main .food-hall-info .gb-2-col-wideright > .gb-layout-column-wrap {
  -ms-grid-columns: 1.5fr 2fr !important;
  grid-template-columns: 1.5fr 2fr !important;
}
.food-hall-main .food-hall-info .gb-block-layout-column-gap-2 {
  grid-gap: 0 3em !important;
}
.food-hall-main .food-hall-info p:last-child {
  margin-bottom: 0;
}
.food-hall-main.catering_wrapper .catering > div:nth-child(even) {
  background: #fceac4;
}
.food-hall-main .catering .post-detail-day {
  justify-content: center;
  margin-top: -15px;
}
.food-hall-main.catering_wrapper
  .catering
  > div:nth-child(odd)
  .post-detail-day
  span {
  background: #b0b136;
}
.food-hall-main.catering_wrapper .catering > div .inner_info_ {
  padding: 25px 0 0;
}
.food-hall-main.catering_wrapper .catering > div .chef-info-inner {
  text-align: left;
  min-height: 120px;
  display: flex;
  align-items: center;
}
.food-hall-main.catering_wrapper .catering > div .chef-info-inner ul {
  margin-left: 38px;
  list-style-type: none;
}
.food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li a {
  color: #000000;
  font-size: 30px;
}
.food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li i {
  font-size: 30px;
  margin-right: 12px;
  color: #91352e;
}
.food-hall-main.catering_wrapper
  .catering
  > div:nth-child(odd)
  .chef-info-inner
  ul
  li
  i {
  color: #36592c;
}
.food-hall-main.catering_wrapper > p a {
  color: #91352e;
}
.page-template-template-food-hall .food-hall-main {
  position: relative;
}
/*.page-template-template-food-hall .food-hall-main:before{position: absolute;left: -100%;right: -100%;background: #FCEAC4;top: 0;bottom: 0;z-index: -1;content: "";}*/

/* Common section */
.common-section {
  max-width: 1200px !important;
}
.common-section h2,
.common-section h3 {
  color: #36592c;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 15px;
}
.common-section p {
  font-size: 28px;
}
.common-section p a {
  color: #36592c !important;
  box-shadow: none !important;
}
.common-section ul,
.common-section ol {
  margin-left: 0;
  padding-left: 25px;
}
.common-section ul li,
.common-section ol li {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 10px;
}
.common-section ul li a,
.common-section ol li a {
  color: #36592c !important;
  font-family: "Futura PT Demi";
  text-decoration: underline;
}

/* Single Blog */
.single-post .inner-banner-text {
  font-size: 48px;
}
.single-blog {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.single-blog .single-post-image {
  text-align: center;
  margin-bottom: 35px;
}
.single-blog .single-post-title {
  margin-top: 35px;
}
.single-blog .single-post-title h2 {
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 15px;
}
.single-blog .single-post-author,
.single-blog .single-post-date {
  font-size: 24px;
  font-style: italic;
  color: #91352e;
  padding-right: 12px;
}
.single-blog .single-full-description {
  margin-top: 15px;
}

/* Shop List */
.page-template-template-shop #page.container {
  padding-left: 0;
  padding-right: 0;
}
.shop-list-main .catering > div:nth-child(even) {
  background: #fceac4;
}
.shop-list-main h2 {
  color: #91352e;
  font-size: 34px;
  letter-spacing: 1px;
}

/* Search */
.search .post {
  position: relative;
  padding: 60px 0 !important;
}
.search .post:not(:last-of-type) {
  margin: 0 !important;
  padding: 60px 0 !important;
  border-bottom: none !important;
}
.search .post:nth-child(odd)::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.search .post .avatar {
  display: none;
}
.search .post .entry-header {
  margin-bottom: 0;
}
.search .post .entry-title {
  margin-bottom: 20px;
}
.search .post .entry-title a {
  color: #36592c !important;
}
.search .post:nth-child(odd) .entry-title a {
  color: #91352e !important;
}
.search .post .entry-byline {
  display: none;
}
.search .post .entry-content {
  font-size: 28px;
  margin-bottom: 30px;
}
.search .post:nth-child(odd) .btn {
  background-image: url("./images/red-button.svg");
  transition: background-image 0.3s ease-in-out;
}
.search .post:nth-child(odd) .btn:hover {
  background-image: url("./images/red-hover-button.svg");
  transition: background-image 0.3s ease-in-out;
}
.search .inner-banner-text {
  color: #36592c;
}

/* 404 */
.error404 .innerpage-container {
  padding: 35px 0 65px;
}
.error404 .inner-banner-text {
  color: #36592c;
}
.no-post-message {
  color: #91352e;
  font-size: 26px;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

/* Mobile Menu */
.drawer {
  overflow-x: initial;
}
.drawer .drawer-navigation ul li {
  padding: 8px 0;
  display: block;
  line-height: 120%;
  position: relative;
  border-bottom: 0;
}
.drawer .drawer-navigation ul li a {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 120%;
  transition: all ease 300ms;
  letter-spacing: 5px;
  font-family: "Futura PT Demi";
  display: block;
  padding: 0 25px;
  text-align: right;
}
.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  z-index: 9;
  width: 230px;
  left: 207px !important;
}
.drawer .drawer-navigation .sub-menu li:first-child {
  border-top: none;
}
.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
  padding: 0 15px 0 30px;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0;
  color: #ffffff;
  transition: all ease 300ms;
  text-transform: capitalize;
  line-height: 120%;
  font-family: "Futura PT Book";
}
.drawer .drawer-navigation ul li.current-menu-parent > a {
  color: #afb135;
}
.drawer .drawer-navigation ul li.current-menu-parent li.current-menu-item > a {
  color: #afb135;
}
.bg-section-main {
  padding: 60px 0;
  background: #fceac4;
  margin-bottom: 65px;
}
.bg-section-main:before {
  position: absolute;
  content: "";
  left: -100%;
  right: -100%;
  background: #fceac4;
  top: 0;
  bottom: 0;
}
.bg-section-main .gb-2-col-wideright > .gb-layout-column-wrap {
  -ms-grid-columns: 1.5fr 2fr !important;
  grid-template-columns: 1.5fr 2fr !important;
  grid-gap: 0 3em !important;
}
.bg-section-main .wp-block-image {
  margin-bottom: 0;
}
.bg-section-main p:last-child {
  margin-bottom: 0;
}
.bg-section-main p a {
  color: #91352e !important;
}
.bg-section-main h2,
.bg-section-main h3,
.bg-section-main h4 {
  color: #91352e !important;
}
.bg-section-main ul li a,
.bg-section-main ol li a {
  color: #91352e !important;
}

/* Contact Page */
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
  height: 45px;
  padding: 6px 12px !important;
  font-size: 24px !important;
  color: #4d4d4d;
  font-family: "Futura PT Book";
  box-shadow: none !important;
  outline: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea {
  height: 135px !important;
  padding: 6px 12px;
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Futura PT Book";
  resize: none;
  box-shadow: none !important;
  outline: none !important;
}
.gform_wrapper input[type="submit"] {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(./images/red-button.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 42px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 26px;
  outline: none;
  border: none;
  font-weight: 600;
  line-height: 110%;
  transition: background-image 0.3s ease-in-out;
  font-family: "Futura PT Demi" !important;
  margin: 0 auto;
  display: block;
}
.gform_wrapper input[type="submit"]:hover {
  background-image: url(./images/red-hover-button.svg);
  transition: background-image 0.3s ease-in-out;
}
.gform_wrapper .gform_footer {
  margin-top: 20px !important;
}
.gform_confirmation_message {
  text-align: center;
  font-size: 26px;
  margin: 20px 0;
  color: #36592c;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 20px !important;
  margin-top: 5px !important;
  padding: 0 !important;
}
.page-id-396 .common-section h2 {
  color: #91352e;
}
.page-id-306 .common-section h2 {
  color: #91352e;
}
.page-id-306 .common-section p a {
  color: #91352e !important;
}
.page-id-306 .common-section ul li a {
  color: #91352e !important;
}

.common-section .common-hours {
  font-family: "Futura PT Demi" !important;
  letter-spacing: 0;
  font-size: 24px;
}

.insta-section {
  margin: 0 -60px;
}
.page-template-template-satellite-bites .innerpage-container .bg-section-main {
  padding: 50px 30px 0;
  margin-bottom: 0;
}
.page-template-template-satellite-bites
  .innerpage-container
  .bg-section-main
  p {
  max-width: 1185px;
  margin: 0 auto;
}
.page-template-template-shop .innerpage-container .bg-section-main {
  margin-bottom: 0;
  padding: 40px 30px 0;
}
.page-template-template-shop .innerpage-container .bg-section-main p {
  max-width: 1185px;
  margin: 0 auto;
}

.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row
  .chef-list-right
  .red-title
  a {
  color: #91352e;
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row
  .chef-list-right
  .sub-title {
  color: #91352e;
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  .chef-list-right
  .short-description
  p
  a {
  color: #91352e;
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row:nth-child(even)
  .chef-list-right
  .btn-secondary {
  background-image: url(./images/red-button.svg);
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row:nth-child(odd)
  .chef-list-right
  .red-title
  a {
  color: #36592c;
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row:nth-child(odd)
  .chef-list-right
  .sub-title {
  color: #36592c;
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row:nth-child(odd)
  .chef-list-right
  .short-description
  p
  a {
  color: #36592c;
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row:nth-child(odd)
  .chef-list-right
  .btn-secondary {
  background-image: url(./images/green-button.svg);
}
.page-template-template-spice-bridge-graduates
  .chef-list-main
  > .row:nth-child(odd)
  .chef-list-right
  .more-website
  a {
  color: #36592c;
}
.page-template-template-shop .catering_wrapper .bg-section-main h2 {
  color: #36592c !important;
}

@media (min-width: 1921px) {
  .up-events-wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
  }
  .reason-to-give-wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-top .bottom_bar_1 ul {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-middle .container {
    padding: 0;
    max-width: 1620px;
  }
  .top-navigation {
    height: 100%;
  }
  .site-header .container {
    height: 100%;
  }
  .site-identity {
    height: 100%;
  }
  .header-bottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  .innerpage-container {
    margin: 0 auto;
    max-width: 1620px !important;
    width: 100%;
  }
  .bg-section-main.gb-block-container .gb-container-content {
    max-width: 1620px;
    width: 100%;
  }
  .event-content-section {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
  }
  .page-template-template-exploremore .wp-block-columns {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .home_banner .home_banner_image {
    height: calc(100vh - 44px);
    overflow: hidden;
  }
  .home_banner .home_banner_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1830px) {
  .cooking_table_main .cooking_control {
    display: block;
  }
}

@media (max-width: 1600px) {
  #content_cooking span {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
  }
  .up-events-wrap .cooking-inner table th span {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
  }
  .up-events-wrap .up-events-inner .date-wrap {
    width: 72px;
    height: 72px;
    font-size: 23px;
  }
  .up-events-wrap .up-events-list .event-title a {
    font-size: 26px;
  }
  .up-events-wrap .up-events-list .event-desc {
    font-size: 22px;
  }
  .reason-to-give-wrap .reason-to-give-inner .reason-list .resson-left {
    width: 72px;
    height: 72px;
    line-height: 62px;
    font-size: 46px;
  }
  .reason-to-give-wrap
    .reason-to-give-inner
    .reason-list
    .resson-right
    .reason-title {
    font-size: 24px;
  }
  .reason-to-give-wrap
    .reason-to-give-inner
    .reason-list
    .resson-right
    .reason-desc {
    font-size: 22px;
  }
  .reason-to-give-wrap .shop-inner p {
    font-size: 22px;
  }
  .inner-banner-text {
    font-size: 58px;
  }
  .page-template-template-exploremore .about-explore p {
    font-size: 22px;
  }
  .page-template-template-exploremore .wp-block-columns h2 {
    font-size: 40px;
  }
  .page-template-template-exploremore .wp-block-columns p {
    font-size: 20px;
  }
  .page-template-template-exploremore .wp-block-columns ol li {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .page-template-template-exploremore .wp-block-columns ol li::before {
    left: -90px;
    width: 64px;
    height: 64px;
    font-size: 42px;
    line-height: 64px;
  }
  .page-template-template-exploremore
    .wp-block-columns
    .wp-block-column:not(:first-child) {
    padding-left: 5.5em;
  }
  .desktop_logo {
    display: block;
    max-width: 100px;
    margin: 0 auto;
  }
  .top-navigation .main-navigation {
    padding: 30px 0 25px;
  }
  .main-navigation ul li {
    padding: 6px 0;
  }
  .main-navigation ul li a {
    font-size: 24px;
  }
  .header-bottom .language-wrap {
    margin: 10px 0;
  }
  .search-block form input[type="submit"] {
    padding: 16px 20px !important;
  }
  .search-block form input[type="text"] {
    height: 36px !important;
    font-size: 22px !important;
  }
}
@media (max-width: 1440px) {
  .inner-banner-icon li {
    padding: 40px 0;
  }
  .catering_wrapper > p {
    max-width: 800px;
    font-size: 24px;
  }
  .catering_wrapper .catering > div h3 a {
    font-size: 40px;
    min-height: 80px;
  }
  .catering_wrapper .catering > div p.type_of {
    font-size: 24px;
    min-height: 65px;
  }
  .catering_wrapper .catering > div .extra_info {
    min-height: 105px;
  }
  .catering_wrapper .catering > div .extra_info p {
    font-size: 24px;
  }
  .catering_wrapper .catering > div .btn {
    line-height: 100%;
    font-size: 20px;
  }
  .catering_wrapper .catering > div .link {
    font-size: 24px;
  }
  .catering_wrapper .catering > div.satellite-bites-box .inner_info_ .btn {
    padding: 29px 20px;
  }
  .event-content-section .right-content h2 {
    font-size: 38px;
  }
  .event-content-section .right-content .short-description p {
    font-size: 22px;
  }
  .post-detail-day span {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin-right: 12px;
    font-size: 25px;
  }
  .chef-list-main .chef-list-right .chef-title-inner {
    padding-right: 30px;
    flex-basis: calc(100% - 228px);
  }
  .chef-list-main .chef-list-right .post-detail-day {
    flex-basis: 228px;
  }
  .chef-list-main > .row .chef-list-right .red-title a {
    font-size: 40px;
  }
  .chef-list-main > .row .chef-list-right .sub-title {
    font-size: 24px;
  }
  .blog .chef-list-main > .row .chef-list-right ul li {
    font-size: 24px;
  }
  .chef-list-main .chef-list-right .short-description p {
    font-size: 22px;
  }
  .chef-list-main .chef-list-right .btn-secondary {
    font-size: 20px;
  }
  .chef-single-main .chef-info .main-title {
    font-size: 40px;
  }
  .chef-single-main .chef-info .sub-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .chef-single-main .chef-info ul {
    margin: 25px 0 0;
  }
  .chef-single-main .chef-info ul li a {
    font-size: 21px;
  }
  .chef-single-main .chef-info ul li i {
    font-size: 21px;
  }
  .chef-single-main .chef-info .btn {
    font-size: 20px;
  }
  .chef-single-main .chef-desc p {
    font-size: 22px;
  }
  .common-section ul li,
  .common-section ol li {
    font-size: 20px;
  }
  .innerpage-container p {
    font-size: 22px;
    line-height: 28px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li a {
    font-size: 24px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li i {
    font-size: 24px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner {
    min-height: 102px;
  }
  .btn.btn-secondary,
  .btn.btn-primary {
    font-size: 20px;
  }
  .up-events-wrap .cooking-inner table tr td {
    min-width: 95px;
  }
  .chef-list-main > .row .chef-list-right .entry-title a {
    font-size: 30px;
  }
  .blog .chef-list-main > .row .chef-list-right .entry-title a {
    font-size: 30px;
  }
  .blog .chef-list-main .chef-list-right .short-description {
    margin-top: 25px;
  }
  .single-blog .single-post-title h2 {
    font-size: 36px;
  }
  .common-section h2,
  .common-section h3 {
    font-size: 34px;
  }
  .chef-single-main .related-posts .short-description p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .chef-single-main .related-posts .related-post h3 a,
  .chef-single-main .related-posts .related-post h3 {
    font-size: 24px;
  }
  .chef-single-main .related-posts .related-post ul li {
    font-size: 22px;
  }
  .up-events-wrap .cooking-inner .btn-wrap {
    margin-top: 35px;
  }
  .catering_wrapper .catering > div.satellite-bites-box .inner_info_ h2 a {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .home_banner .home_banner_text h1 {
    font-size: 48px;
    max-width: 750px;
  }
  .footer-widgets .footer-column #text-5 ul li {
    font-size: 20px;
  }
  .inner-banner-text {
    font-size: 50px;
  }
  .catering_wrapper .catering > div h3 a {
    font-size: 38px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul {
    margin-left: 20px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li a {
    font-size: 22px;
  }
  .catering_wrapper .catering > div.satellite-bites-box .inner_info_ h2 a {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  .up-events-wrap .cooking-inner {
    padding: 40px 0 30px 0;
  }
  .cooking-inner.yellow-bg:before {
    width: auto;
    left: -100%;
    right: -100%;
  }
  .reason-to-give-inner.yellow-bg:before {
    right: -100%;
  }
  .footer-widgets {
    padding: 40px 0;
  }
  .footer-widgets .footer-column:first-of-type {
    width: 100% !important;
  }
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
  .footer-widgets
    .footer-column:first-of-type:nth-last-of-type(3)
    ~ .footer-column {
    width: 48%;
    padding: 0;
  }
  .footer-widgets .footer-column {
    margin-right: 0;
  }
  .footer-widgets .footer-column:nth-last-of-type(2) {
    padding-right: 25px;
  }
  .footer-widgets .footer-column:first-of-type .widget_media_image {
    max-width: 260px;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  .food-hall-main .food-hall-info {
    padding: 40px 30px;
    margin-bottom: 45px;
  }
  .catering_wrapper .catering > div {
    width: 50%;
  }
  .catering_wrapper > iframe {
    max-height: 480px;
  }
  .catering_wrapper .catering > div .inner_info_ {
    padding: 30px 0 0;
  }
  .catering_wrapper .catering > div:nth-child(2n + 1) {
    background: inherit;
  }
  .catering_wrapper .catering > div:nth-child(4n + 1),
  .catering_wrapper .catering > div:nth-child(4n + 0) {
    background: #ffffff;
  }
  .food-hall-main.catering_wrapper .catering > div:nth-child(even) {
    background: inherit;
  }
  .food-hall-main.catering_wrapper .catering > div:nth-child(4n + 1),
  .food-hall-main.catering_wrapper .catering > div:nth-child(4n + 0) {
    background: #ffffff;
  }
  .page-template-template-food-hall
    .food-hall-main.catering_wrapper
    .catering
    > div:nth-child(4n + 1),
  .page-template-template-food-hall
    .food-hall-main.catering_wrapper
    .catering
    > div:nth-child(4n + 0) {
    background: #fceac4;
  }
  .catering_wrapper .catering.catering-main-inner > div:nth-child(even) {
    background: inherit;
  }
  .catering_wrapper .catering.catering-main-inner > div:nth-child(4n + 1),
  .catering_wrapper .catering.catering-main-inner > div:nth-child(4n + 0) {
    background: #ffffff;
  }
  .page-template-template-satellite-bites
    .catering_wrapper
    .catering.catering-main-inner
    > div:nth-child(4n + 1),
  .page-template-template-satellite-bites
    .catering_wrapper
    .catering.catering-main-inner
    > div:nth-child(4n + 0) {
    background: #ffffff;
  }
  .food-hall-main .food-hall-info .gb-block-layout-column-gap-2 {
    grid-gap: 0 1.5em !important;
  }
  .chef-single-main .chef-info {
    padding: 30px 0;
  }
  .chef-single-main .chef-info .main-title {
    font-size: 34px;
    line-height: 110%;
  }
  .chef-single-main .chef-info .chef-info-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .chef-single-main .chef-info ul {
    margin: 25px 0;
  }
  .chef-single-main .chef-desc {
    padding-top: 40px;
  }
  .chef-single-main .related-posts {
    padding: 35px 0;
  }
  .chef-single-main .related-posts h2 {
    font-size: 36px;
  }
  .final_anchor a {
    font-size: 26px;
  }
  .final_anchor {
    padding: 10px 60px;
  }
  .pagination a,
  .pagination span {
    padding: 5px 15px;
    height: 40px;
  }
  .chef-list-main > .row {
    padding: 40px 0;
  }
  .chef-list-main .chef-list-right .chef-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .chef-list-main .chef-list-right .chef-title-inner {
    padding-right: 0;
    flex-basis: 100%;
  }
  .chef-list-main .chef-list-right .post-detail-day {
    flex-basis: auto;
    margin-top: 25px;
  }
  .chef-list-main .chef-list-right .short-description {
    margin-top: 20px;
  }
  .chef-list-main > .row .chef-list-right .red-title a {
    font-size: 36px;
  }
  .chef-list-main > .row .chef-list-right .sub-title {
    font-size: 22px;
  }
  .blog .chef-list-main > .row .chef-list-right ul li {
    font-size: 22px;
  }
  .blog .chef-list-main > .row .chef-list-right h2 {
    font-size: 34px;
  }
  .blog .chef-list-main .chef-list-right .short-description {
    margin-top: 8px;
  }
  .single-post .inner-banner-text {
    font-size: 32px;
  }
  .event-content-section .right-content {
    padding-left: 15px !important;
  }
  .event-content-section .right-content h2 {
    font-size: 32px;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--selected,
  .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
  .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #2a36bf;
  }
  .tribe-events
    .tribe-events-calendar-month__day--current
    .tribe-events-calendar-month__day-date,
  .tribe-events
    .tribe-events-calendar-month__day--current
    .tribe-events-calendar-month__day-date-link {
    color: #ffffff;
  }
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #2a36bf;
  }
  .tribe-events .tribe-events-c-nav__next:disabled,
  .tribe-events .tribe-events-c-nav__prev:disabled {
    color: #91352e;
  }
  .tribe-events
    .tribe-events-c-nav__next:disabled
    .tribe-events-c-nav__next-icon-svg
    path {
    fill: #91352e;
  }
  .page-template-template-exploremore .about-explore {
    padding: 25px 0;
  }
  .page-template-template-exploremore .wp-block-columns {
    padding: 35px 0;
  }
  .page-template-template-exploremore
    .wp-block-columns
    .wp-block-column:not(:first-child) {
    padding-left: 2.5em;
  }
  .page-template-template-exploremore .wp-block-columns ol li::before {
    left: -60px;
    top: -10px;
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 48px;
  }
  .page-template-template-exploremore .wp-block-columns h2 {
    font-size: 34px;
  }
  .page-template-template-shop
    .catering_wrapper
    .catering
    > div:nth-child(even) {
    background: inherit;
  }
  .page-template-template-shop
    .catering_wrapper
    .catering
    > div:nth-child(4n + 1),
  .page-template-template-shop
    .catering_wrapper
    .catering
    > div:nth-child(4n + 0) {
    background: #ffffff;
  }
  .search .post:not(:last-of-type) {
    padding: 30px 0 !important;
  }
  .search .post {
    padding: 30px 0 !important;
  }
  .bg-section-main {
    padding: 40px 30px;
    margin-bottom: 45px;
  }
  .bg-section-main .gb-2-col-wideright > .gb-layout-column-wrap {
    grid-gap: 0 1.5em !important;
  }
  .tribe-events .tribe-events-c-nav__list li button,
  .tribe-events .tribe-events-c-nav__list li a {
    font-size: 20px;
  }
  .gform_wrapper.gravity-theme .gfield input,
  .gform_wrapper.gravity-theme .gfield select {
    font-size: 21px !important;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 21px !important;
  }
  .chef-single-main .chef-desc h3.green-title {
    font-size: 32px;
  }
  .page-template-template-satellite-bites
    .innerpage-container
    .bg-section-main {
    padding: 35px 30px 0;
  }
  .page-template-template-shop .innerpage-container .bg-section-main {
    padding: 35px 30px 0;
  }
}
@media (max-width: 1000px) {
  /*body.open-menu .site-header:before{z-index: 9;left: 205px;right: auto;}*/
  body.open-menu {
    position: relative !important;
  }
  .open-mobile-menu .home_banner {
    filter: blur(2px);
  }
  .site-header {
    position: fixed;
    width: 100%;
    top: 35px;
    bottom: auto;
  }
  .site-title-wrap {
    display: inline-block;
    max-width: 300px;
    width: auto;
    float: right;
  }
  .mobile-navigation {
    width: auto;
    background-color: transparent !important;
    padding: 30px 0 0 30px;
    position: fixed;
    top: 35px;
  }
  .mobile-wrap {
    position: absolute;
    z-index: 9;
    width: 0;
    left: -40px;
    right: 0;
    top: 122px;
    bottom: 0;
    background: #293a38;
    height: 0;
  }
  .mobile-wrap.mobile-open {
    width: 207px;
    overflow-y: scroll;
  }
  .menu-toggle {
    font-size: 36px;
  }
  .search-block form input[type="submit"] {
    max-width: 150px;
    margin: 20px auto 10px;
    text-align: center;
    display: block;
  }
  .header-bottom {
    padding: 0 27px;
    display: none;
    position: static;
    padding-bottom: 30px;
    width: 100%;
  }
  #page.container {
    margin: 0;
    padding: 0 30px;
    width: 100%;
  }
  .home_banner {
    width: 100vw;
    margin-left: 0;
    left: -30px;
  }
  .home_banner .home_banner_text h1 {
    font-size: 40px;
    max-width: 590px;
  }
  .site-footer {
    margin: 0;
    width: 100%;
  }
  .footer-middle .container {
    padding: 0 30px;
  }
  .footer-widgets .footer-column {
    margin-bottom: 0;
  }
  .desktop_logo {
    display: none;
  }
  .mobile_logo {
    display: inline-block;
    float: right;
    width: calc(100% - 50px);
    position: relative;
    z-index: 10;
  }
  .site-identity {
    padding: 20px 0;
  }
  .custom-logo-link img {
    float: right;
  }
  .drawer-menu-explore {
    background: transparent;
    padding: 35px 0 20px;
  }
  .top-header {
    font-size: 20px;
    padding: 2px 0 4px 0;
    margin: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
  }
  .site-footer .mailchimp-newsletter form {
    max-width: 82%;
  }
  .reason-to-give-wrap .reason-to-give-inner {
    padding: 35px 0 30px;
  }
  .reason-to-give-wrap .shop-inner {
    padding: 35px 0 30px;
  }
  .site-footer .mailchimp-newsletter {
    padding: 35px 0 30px;
  }
  .footer-top .bottom_bar_1 ul {
    flex-wrap: wrap;
  }
  .footer-top .bottom_bar_1 li {
    width: 25%;
  }
  .footer-top .bottom_bar_1 li:nth-child(n + 5) {
    display: none;
  }
  .inner-banner {
    left: -30px;
    right: -30px;
    width: calc(100vw + 60px);
  }
  .inner-banner-icon li {
    padding: 10px 0;
  }
  .inner-banner-text {
    font-size: 42px;
  }
  .catering_wrapper > p:first-child {
    padding-top: 35px;
  }
  .catering_wrapper .catering > div .extra_info {
    min-height: inherit;
  }
  .catering_wrapper > iframe {
    max-width: 84%;
  }
  #tribe-events-pg-template {
    padding: 30px 0 20px !important;
  }
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 30px;
  }
  .single-tribe_events .tribe-events-schedule {
    background: transparent;
    border: none;
    padding: 0;
  }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-size: 20px;
  }
  .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    font-size: 18px;
  }
  #tribe-events-footer:after,
  #tribe-events-footer:before,
  #tribe-events-header:after,
  #tribe-events-header:before {
    display: none;
  }
  .tribe-events-sub-nav li a {
    background: transparent;
    font-size: 16px;
    padding: 0;
  }
  #tribe-events-footer {
    padding-top: 0 !important;
  }
  #tribe-events-content,
  #tribe-events-content.tribe-events-list {
    margin-bottom: 0;
  }
  .page-template-template-shop .catering_wrapper > h2 {
    font-size: 30px;
  }
  .search .post .entry-title {
    font-size: 32px;
  }
  .search .post .entry-content {
    font-size: 22px;
  }
  /*body:not(.home) .mobile-wrap.mobile-open{height: 100Vh !important;}*/
  /*body:not(.home).open-mobile-menu .site-header .menu-bg{height: 100Vh !important;}*/
  .home_banner.inner-banner .home_banner_image {
    height: 350px;
  }
  .home_banner.inner-banner .home_banner_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .bg-section-main {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
  .insta-section {
    margin: 0 -30px;
  }
  .final_anchor {
    padding: 10px 30px;
  }
  .mobile_submenu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 125px;
    z-index: 9;
    width: 230px;
    left: 180px;
    height: calc(100vh - 160px);
    overflow-y: scroll;
  }
  .mobile_submenu > a {
    display: none;
  }
  .mobile_submenu .sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile_submenu .sub-menu li {
    padding: 8px 0;
  }
  .mobile_submenu .sub-menu li a {
    padding: 0 15px 0 30px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0;
    color: #ffffff;
    transition: all ease 300ms;
    text-transform: capitalize;
    line-height: 120%;
    font-family: "Futura PT Book";
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .home_banner .home_banner_image {
    height: calc(100vh - 180px);
  }
  .home_banner .home_banner_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .home_banner .home_banner_image {
    height: auto;
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .site-header .container {
    padding: 0 30px;
  }
  .btn.btn-secondary,
  .btn.btn-primary {
    font-size: 18px;
    padding: 16px 20px;
  }
  .section-title {
    font-size: 36px;
    line-height: 120%;
  }
  .search-block form input[type="submit"] {
    padding: 16px 20px !important;
  }
  .up-events-wrap .cooking-inner table th span {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  .up-events-wrap .cooking-inner table tr td {
    min-width: 80px;
  }
  .up-events-wrap .cooking-inner .cooking-available-day span {
    font-size: 24px;
  }
  .up-events-wrap .up-events-list .event-title a {
    font-size: 22px;
  }
  .up-events-wrap .up-events-list .event-desc {
    font-size: 20px;
  }
  .up-events-wrap .up-events-inner .date-wrap {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
  .up-events-wrap .up-events-list .event-list .event-right {
    width: calc(100% - 64px);
  }
  .reason-to-give-wrap .reason-to-give-inner .reason-list .resson-left {
    width: 64px;
    height: 64px;
    line-height: 42px;
    font-size: 38px;
  }
  .reason-to-give-wrap .reason-to-give-inner .reason-list .resson-right {
    width: calc(100% - 64px);
  }
  .reason-to-give-wrap
    .reason-to-give-inner
    .reason-list
    .resson-right
    .reason-title {
    font-size: 22px;
  }
  .reason-to-give-wrap
    .reason-to-give-inner
    .reason-list
    .resson-right
    .reason-desc {
    font-size: 20px;
  }
  .reason-to-give-wrap .reason-to-give-inner .btn {
    padding: 16px 26px;
  }
  .site-footer .mailchimp-newsletter h2 {
    font-size: 36px;
  }
  .site-footer .mailchimp-newsletter h3 {
    font-size: 22px;
  }
  .site-footer .mailchimp-newsletter form input[type="submit"] {
    font-size: 18px;
    padding: 16px 32px;
  }
  .site-footer .mailchimp-newsletter form input {
    font-size: 21px;
  }
  .footer-widgets {
    padding: 30px 0 15px;
  }
  .footer-widgets .footer-column #text-5 ul li {
    line-height: 130%;
    padding: 0 0 15px 25px;
  }
  .footer-widgets .footer-column #text-5 ul li i {
    margin-left: -30px;
    padding-left: 5px;
  }
  .footer-widgets .footer-column .widget-title {
    font-size: 22px;
  }
  .food-hall-main .food-hall-info .gb-2-col-wideright > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: "col1" "col2" !important;
  }
  .catering_wrapper .catering > div h3 a {
    font-size: 34px;
    min-height: 66px;
  }
  .catering_wrapper .catering > div p.type_of {
    font-size: 22px;
    min-height: 52px;
    line-height: 24px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner {
    min-height: 95px;
  }
  .inner-banner-text {
    font-size: 34px;
  }
  .chef-single-main .chef-info .main-title {
    padding-top: 25px;
  }
  .chef-single-main .chef-desc p {
    font-size: 20px;
  }
  .chef-single-main .related-posts .related-post .btn {
    flex-basis: 115px;
  }
  .chef-single-main .related-posts .related-post:last-child {
    margin-bottom: 0;
  }
  .chef-single-main .chef-info .btn {
    font-size: 18px;
  }
  .chef-single-main .chef-info .sub-title {
    font-size: 20px;
  }
  .chef-single-main .chef-info .main-title {
    font-size: 30px;
  }
  .innerpage-container p.more-website a {
    font-size: 18px;
  }
  .chef-single-main .chef-desc h2 {
    font-size: 22px;
  }
  .innerpage-container p {
    font-size: 20px;
  }
  .catering_wrapper > p {
    max-width: 92%;
  }
  .catering_wrapper .catering > div .btn {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: inherit;
  }
  .catering_wrapper .catering > div.satellite-bites-box .inner_info_ .btn {
    padding: 22px 20px;
  }
  .catering_wrapper .catering > div .extra_info p {
    font-size: 20px;
  }
  .catering_wrapper .catering > div .link {
    font-size: 20px;
  }
  .catering_wrapper .catering {
    margin-top: 25px;
  }
  .common-section h2,
  .common-section h3 {
    font-size: 30px;
  }
  .post-detail-day span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .chef-list-main > .row .chef-list-right .red-title a {
    font-size: 30px;
  }
  .chef-list-main > .row .chef-list-right .sub-title {
    font-size: 20px;
  }
  .blog .chef-list-main > .row .chef-list-right .entry-title a {
    font-size: 26px;
  }
  .blog .chef-list-main > .row .chef-list-right ul li {
    font-size: 20px;
  }
  .chef-list-main .chef-list-right .chef-title-wrap {
    padding-top: 20px;
  }
  .chef-list-main .chef-list-right .short-description p {
    font-size: 20px;
  }
  .chef-list-main .chef-list-right .btn-secondary {
    font-size: 18px;
  }
  .blog .chef-list-main > .row .chef-list-right h2 {
    font-size: 30px;
  }
  .single-post .inner-banner-text {
    font-size: 26px;
  }
  .single-blog .single-post-image {
    margin-bottom: 15px;
  }
  .single-blog .single-post-author,
  .single-blog .single-post-date {
    font-size: 22px;
  }
  .event-content-section .right-content h2 {
    font-size: 30px;
    margin-top: 25px;
    line-height: 110%;
  }
  .event-content-section .right-content .btn {
    padding: 16px 20px;
  }
  .page-template-template-exploremore .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .page-template-template-exploremore
    .wp-block-columns
    .wp-block-column:not(:first-child) {
    padding-left: 55px;
    margin-left: 0 !important;
  }
  .page-template-template-exploremore .about-explore p {
    font-size: 20px;
    line-height: 130%;
  }
  .page-template-template-exploremore .wp-block-columns ol li {
    font-size: 18px;
    line-height: 140%;
  }
  .page-template-template-exploremore .wp-block-columns h2 {
    font-size: 30px;
  }
  .search .post .entry-content {
    font-size: 20px;
  }
  .search .post .entry-title {
    font-size: 30px;
  }
  .mobile-wrap {
    left: -32px;
  }
  .header-bottom {
    bottom: 15px;
  }
  .bg-section-main .gb-2-col-wideright > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: "col1" "col2" !important;
  }
  .bg-section-main .wp-block-image {
    margin-bottom: 25px;
  }
  .catering_wrapper .catering > div.satellite-bites-box .inner_info_ h2 a {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .catering_wrapper .catering > div {
    width: 100%;
  }
  .catering_wrapper .catering > div:nth-child(4n + 1),
  .food-hall-main.catering_wrapper .catering > div:nth-child(4n + 0) {
    background: inherit;
  }
  .catering_wrapper .catering > div:nth-child(even) {
    background: #ffffff;
  }
  .food-hall-main.catering_wrapper .catering > div:nth-child(4n + 1),
  .food-hall-main.catering_wrapper .catering > div:nth-child(4n + 0) {
    background: inherit;
  }
  .food-hall-main.catering_wrapper .catering > div:nth-child(even) {
    background: #ffffff;
  }
  .page-template-template-food-hall
    .food-hall-main.catering_wrapper
    .catering
    > div:nth-child(4n + 1),
  .page-template-template-food-hall
    .food-hall-main.catering_wrapper
    .catering
    > div:nth-child(4n + 0) {
    background: inherit;
  }
  .page-template-template-food-hall
    .food-hall-main.catering_wrapper
    .catering
    > div:nth-child(even) {
    background: #fceac4;
  }
  .page-template-template-shop
    .catering_wrapper
    .catering
    > div:nth-child(4n + 1),
  .page-template-template-shop
    .food-hall-main.catering_wrapper
    .catering
    > div:nth-child(4n + 0) {
    background: inherit;
  }
  .page-template-template-shop
    .catering_wrapper
    .catering
    > div:nth-child(even) {
    background: #ffffff;
  }
  .catering_wrapper .catering > div h3 a {
    min-height: auto;
  }
  .catering_wrapper .catering > div p.type_of {
    min-height: auto;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner {
    min-height: inherit;
    flex-direction: column;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul {
    margin-left: 0;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li i {
    font-size: 22px;
    margin-right: 8px;
  }
  .food-hall-main.catering_wrapper .catering > div .chef-info-inner ul li a {
    font-size: 22px;
  }
  .catering_wrapper .catering.catering-main-inner > div:nth-child(4n + 1),
  .catering_wrapper .catering.catering-main-inner > div:nth-child(4n + 0) {
    background: inherit;
  }
  .catering_wrapper .catering.catering-main-inner > div:nth-child(even) {
    background: #ffffff;
  }
  .page-template-template-satellite-bites
    .catering_wrapper
    .catering.catering-main-inner
    > div:nth-child(4n + 1),
  .page-template-template-satellite-bites
    .catering_wrapper
    .catering.catering-main-inner
    > div:nth-child(4n + 0) {
    background: inherit;
  }
  .page-template-template-satellite-bites
    .catering_wrapper
    .catering.catering-main-inner
    > div:nth-child(even) {
    background: #ffffff;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home_banner .home_banner_image {
    height: 510px;
  }
  .home_banner .home_banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .home_banner .home_banner_image {
    height: 600px;
  }
  .home_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_banner .home_banner_text h1 {
    max-width: 84%;
  }
  .site-footer .mailchimp-newsletter h2 {
    font-size: 34px;
  }
  .site-footer .mailchimp-newsletter h3 {
    font-size: 20px;
  }
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
  .footer-widgets
    .footer-column:first-of-type:nth-last-of-type(3)
    ~ .footer-column {
    width: 100%;
    text-align: center;
  }
  .catering_wrapper .catering > div .inner_info_ {
    padding: 15px 0 0;
  }
  .catering_wrapper .catering > div h3 a {
    font-size: 30px;
  }
  .catering_wrapper .catering > div p.type_of {
    font-size: 18px;
  }
  .inner-banner .home_banner_image {
    height: 120px;
  }
  .chef-single-main .chef-info ul li a {
    font-size: 19px;
    word-break: break-all;
  }
  .chef-single-main .chef-desc p {
    font-size: 18px;
  }
  .innerpage-container p.more-website a {
    font-size: 16px;
  }
  .chef-single-main .related-posts .short-description p {
    font-size: 20px;
  }
  .chef-single-main .related-posts .related-post {
    flex-direction: column;
  }
  .chef-single-main .related-posts .related-post .post-inner {
    flex-basis: 100%;
  }
  .chef-single-main .related-posts .related-post .btn {
    flex-basis: auto;
    margin-top: 20px;
  }
  .chef-single-main .related-posts .related-post h3 a,
  .chef-single-main .related-posts .related-post h3 {
    font-size: 22px;
  }
  .chef-single-main .related-posts .related-post ul li {
    font-size: 20px;
  }
  .innerpage-container p {
    font-size: 18px;
    line-height: 24px;
  }
  .common-section ul li,
  .common-section ol li {
    font-size: 18px;
  }
  .common-section h2,
  .common-section h3 {
    font-size: 26px;
  }
  .mobile-wrap.mobile-open {
    width: calc(50% + 32px);
  }
  body.open-mobile-menu .site-header .menu-bg {
    left: 50%;
  }
  .drawer .drawer-navigation .sub-menu,
  .drawer .drawer-navigation .children {
    width: 100%;
    left: auto !important;
    right: -100%;
  }
  .header-bottom {
    padding: 0 20px;
  }
  .catering_wrapper .catering > div.satellite-bites-box .inner_info_ h2 a {
    font-size: 30px;
  }
  .footer-widgets .footer-column .zoom-social-icons-widget ul {
    margin-bottom: 25px;
  }
  /* .site-header{top: 65px;} */
  /* .mobile-navigation{top: 70px;} */
  .mobile_submenu {
    width: calc(50% + 32px);
    left: 50%;
  }
}

#shopiframe {
  width: 100% !important;
  height: 650px !important;
}

@media (max-width: 320px) {
  .mobile-navigation {
    padding: 20px 0 0 30px;
  }
}

@media (min-width: 1201px) {
  .catering_wrapper .catering:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 100vw;
    background: #fff;
    height: 100%;
    z-index: -2;
  }
  .catering {
    position: relative;
  }
  .catering_wrapper .catering:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100vw;
    background: #fff;
    height: 100%;
    z-index: -2;
  }
  .catering_wrapper .catering > div:nth-child(5n):before {
    content: "";
    position: absolute;
    left: 0px;
    background: #fceac4;
    width: 100vw;
    top: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .catering_wrapper .catering > div:nth-child(5n) {
    position: relative;
  }
  .catering_wrapper .catering > div:nth-child(5n):after {
    content: "";
    position: absolute;
    right: 0px;
    background: #fceac4;
    width: 100vw;
    top: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .page-template-template-food-hall .food-hall-main:before {
    z-index: -3;
  }
  .page-template-template-catering .innerpage-container::before {
    z-index: -3;
  }
  .page-template-template-satellite-bites .catering_wrapper:before {
    z-index: -3;
  }
  .page-template-template-shop .catering_wrapper:before {
    z-index: -3;
  }
}

.customize-support h2.common-hours {
  font-size: 24px;
}
.chef-list-left img {
  width: 100%;
}

@media (max-width: 1200px) {
  .customize-support h2.common-hours {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .customize-support h2.common-hours {
    font-size: 16px;
  }
}

.page-template-shop-template #page.container {
  padding: 0 !important;
}
.page-template-shop-template .common-section {
  max-width: inherit !important;
}
