/*
Theme Name: Miguel's Jr 2019
Theme URI: https://monkeykodeagency.com/
Author: Monkey Kode
Author URI: https://monkeykodeagency.com/
Description: Custom Wordpress theme for Miguel's Jr 2019.
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.monkeykodeagency.com/
*/
/* @font-face {
  font-family: 'holsteinregular';
  src: url('assets/fonts/holstein-webfont.woff2') format('woff2'),
    url('assets/fonts/holstein-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

form {
  margin: 0 auto;
  padding: 0;
}

p {
  margin: 0 0 25px 0;
}

p:last-child {
  margin-bottom: 0;
}

div {
  width: auto;
  height: auto;
  margin: 0 auto;
}

main {
  width: auto;
  height: auto;
  margin: 0 auto;
}

a,
.a {
  color: #aa273e;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover,
.a:hover {
  color: #00422a;
  text-decoration: none;
}

img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
}

object,
embed {
  outline: none;
  display: block;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

input[type="text"],
input[type="email"],
select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 0;
  background: transparent;
  border-radius: 0;
}

input[type="search"],
select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #222;
  background: transparent;
  border-radius: 0;
  margin: 10px 0 20px;
}

select {
  border-bottom: 0;
  background: #d1d1d1;
}

textarea {
  width: 100%;
  height: 80px;
  font-size: 16px;
  padding: 10px;
  border: 0;
  border-bottom: 2px solid #26bdbd;
  background: transparent;
  border-radius: 0;
  resize: none;
}

input[type="submit"],
button {
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-appearance: none;
}

ul {
  list-style: disc;
  margin: 0 0 15px 20px;
  text-align: left;
}

ol {
  margin: 0 0 15px 20px;
}

li:last-child,
ul.children {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

blockquote {
  font-size: 1em;
}

strong,
b {
  font-weight: 700;
}

hr {
  height: 1px;
  background: #000;
  clear: both;
  border: 0;
  outline: 0;
}

label {
  display: none;
}

#blackOverlay {
  z-index: 9;
  background-color: #000000ad;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #00422a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00422a;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #969696;
}

:-moz-placeholder {
  color: #969696;
  opacity: 1;
}

::-moz-placeholder {
  color: #969696;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #969696;
}

:placeholder-shown {
  color: #969696;
}

body {
  font: 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }
}

.light {
  color: #fff;
}

.la {
  text-align: left;
}

.ra {
  text-align: right;
}

.mid {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*general styles*/
.btns {
  text-align: center;
  position: relative;
}

.btns:after {
  content: "";
  display: block;
  clear: both;
}

.btns a,
.btns .a,
input[type="submit"],
input[type="button"],
button {
  min-width: 130px;
  display: inline-block;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  background-color: #aa273e;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1pt;
  margin: 0 8px 10px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.btns a:first-child,
.btns .a:first-child,
input[type="submit"]:first-child,
input[type="button"]:first-child,
button:first-child {
  margin-left: auto;
}

.btns a:last-child,
.btns .a:last-child,
input[type="submit"]:last-child,
input[type="button"]:last-child,
button:last-child {
  margin-right: auto;
}

.btns a:hover,
.btns .a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  color: #fff;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #00422a;
}

.btns a::before,
.btns .a::before,
.btns.light a::before,
button::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btns a:hover::before,
.btns .a:hover::before,
.btns.light a:hover::before,
button:hover::before {
  left: 0;
  right: 0;
}

.fancybox-button {
  height: auto !important;
  min-width: 0;
}

.ninja-form-col-3 {
  width: 24% !important;
  display: inline-block;
  padding: 0 10px 0 0;
}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
  border: 1px solid #9e9e9e;
  padding: 10px;
}

.label-above .nf-field-label {
  margin-bottom: 10px;
  text-align: left;
  margin: 10px 0px;
}

.nf-field select {
  background: #ffffff;
}

.epPage input#ninja_forms_field_57 {
  background: #a9233e;
  padding: 10px 25px;
  color: #fff;
  font: 20px/20px "futura-pt", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.homeStore {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 6px;
}

div#at20mc {
  display: none !important;
}

#at-expanded-menu-host .at-expanded-menu-close {
  color: #fff !important;
  background: none !important;
}

#at-expanded-menu-host .at-expanded-menu-close:before {
  color: #fff !important;
  background: none !important;
}

.tileMenu {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  height: auto;
  background: #aa263f;
  overflow: hidden;
}

.tileMenu .menuItem {
  display: table;
  border-top: 2.5px solid #aa263f;
  border-bottom: 2.5px solid #aa263f;
  width: 50%;
  height: calc(21vh - 20.25px);
  background: #aa263f;
  float: left;
  outline: 5px solid #f2dd53;
  outline-offset: -6px;
}

.tileMenu .menuItem:nth-child(1),
.tileMenu .menuItem:nth-child(2) {
  border-top: 5px solid #aa263f;
}

.tileMenu .menuItem:nth-child(7),
.tileMenu .menuItem:nth-child(8) {
  border-bottom: 5px solid #aa263f;
}

.tileMenu .menuItem:nth-child(odd) {
  border-left: 5px solid #aa263f;
  border-right: 2.5px solid #aa263f;
}

.tileMenu .menuItem:nth-child(even) {
  border-right: 5px solid #aa263f;
  border-left: 2.5px solid #aa263f;
}

.tileMenu .menuItem .title {
  line-height: 33px;
  font-family: "futura-pt", sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
}

.tileMenu .menuItem a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#hidden-form {
  max-width: 750px;
  overflow: hidden;
}

#signup-ajax {
  margin: 0 auto;
  height: 150px;
  margin-top: 250px;
}

.emSignup.sectionForm {
  background-color: #fff;
  height: auto;
  display: table;
}

.emSignup.sectionForm input {
  border: 1px solid #afafaf;
  width: 300px;
  margin: 10px;
}

.emSignup.sectionForm select {
  border: 1px solid #afafaf;
  width: 300px;
  margin: 10px;
}

.emSignup.sectionForm option {
  border: 1px solid #afafaf;
  width: 300px;
  margin: 10px;
}

.emSignup.sectionForm .CBcontainer input {
  width: auto;
  height: auto;
}

.emSignup.sectionForm p {
  color: #000;
  display: inline-block;
  vertical-align: sub;
  font-size: 15px;
}

.emSignup.sectionForm .ongoing {
  display: none;
  padding-bottom: 20px;
  padding-left: 40px;
}

.emSignup.sectionForm .submit {
  text-align: center;
  width: 640px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.emSignup.sectionForm .submit label {
  display: block;
}

.emSignup.sectionForm .submit label span {
  position: absolute;
  left: -9999px;
  z-index: -1;
  opacity: 0;
}

.emSignup.sectionForm .ongoing small {
  color: #000;
  padding-left: 10px;
}

.emSignup.sectionForm .ongoing p {
  height: 15px;
}

.emSignup.sectionForm form {
  vertical-align: middle;
  display: table-cell;
}

.emSignup.sectionForm select {
  background: #ffffff;
  color: #a9a9a9;
}

.emSignup.sectionForm input,
.emSignup.sectionForm textarea,
.emSignup.sectionForm select,
.emSignup.sectionForm button {
  outline: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.emSignup.sectionForm textarea {
  width: 100%;
  min-height: 145px;
  font-size: 16px;
  padding: 25px 14px 15px;
  border: 0;
  background: #fff;
  color: #666;
}

.emSignup.sectionForm input[type="submit"] {
  width: 312px;
  height: 58px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  background: #f1dc4d;
  color: #232323;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-appearance: none;
}

.emSignup.sectionForm input[type="submit"]:hover {
  background-color: #00422a;
  color: #fff;
}

.emSignup.sectionForm .button.form {
  width: 170px !important;
  height: 50px !important;
  border: none !important;
  margin: 0 7px;
  display: inline-block;
  padding: 10px 5px;
  background: #f1dc4d;
  font-weight: 700;
  text-transform: uppercase;
  color: #272626;
  font-size: 15px;
}

.fancybox-button svg {
  color: #000;
}

.CBcontainer {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CBcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #afafaf;
}

.CBcontainer input:checked~.checkmark {
  background-color: #f1dc4d;
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.CBcontainer input:checked~.checkmark:after {
  display: block;
}

.CBcontainer .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Rcontainer {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Rcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio {
  padding: 4px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #afafaf;
}

.Rcontainer input:checked~.radio {
  background-color: #f1dc4d;
  background-size: 12px !important;
  background-clip: content-box;
}

.radio:after {
  content: "";
  position: absolute;
  display: none;
}

.Rcontainer input:checked~.radio:after {
  display: block;
}

.display {
  display: inline-block !important;
}

@media (min-width: 3000px) {

  .btns a,
  .btns .a,
  .btn,
  input[type="submit"],
  input[type="button"],
  button {
    font-size: 22px;
  }
}

@media (max-width: 500px) {

  .btns a,
  .btns .a,
  a.btn,
  input[type="submit"],
  input[type="button"],
  button {
    padding-left: 18px;
    padding-right: 18px;
  }
}

#videoPreloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.vidframe {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.vidframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/*!
	 * Hamburgers
	 * @description Tasty CSS-animated hamburgers
	 * @author Jonathan Suh @jonsuh
	 * @site https://jonsuh.com/hamburgers
	 * @link https://github.com/jonsuh/hamburgers
	 */
.hamburger {
  cursor: pointer;
}

.hamburger-box {
  width: 33px;
  height: 22px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 0;
  left: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 33px;
  height: 6px;
  top: 9px;
  background-color: #aa263f;
  position: absolute;
  transition: all 0.25s ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #aa263f;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*modals*/
.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: none;
}

.modal {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1101;
  display: none;
}

.modal .close-btn {
  padding: 18px 10px 15px;
  cursor: pointer;
  position: absolute;
}

.modal .close-btn i {
  width: 19px;
  height: 19px;
  display: block;
  background: url(images/site-icons2.png) -17px 0 no-repeat;
}

.mobile-menu {
  width: 100%;
  right: 0;
  top: 81px;
  background: transparent;
  height: fit-content;
  position: fixed;
  z-index: 500;
  overflow: hidden;
}

/* .mobile-menu .inner {
  border-top: 1px solid #efdb4c;
} */
.mobile-menu .scroll {
  overflow: hidden;
  overflow-y: auto;
}

.mobile-menu ul {
  background: #ccd53b;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}

.mobile-menu ul li {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.mobile-menu ul li.mobile {
  display: none;
}

.mobile-menu ul li span {
  font-weight: 300;
  text-transform: none;
}

.mobile-menu ul li>a {
  display: block;
  color: #222;
  padding: 22px 10px 22px 20px;
  position: relative;
  background: #ccd53b;
}

.mobile-menu ul li>a:hover {
  color: #333;
}

.mobile-menu ul li>a i {
  width: 9px;
  height: 15px;
  display: block;
  background: url(images/site-icons2.png) -266px -55px no-repeat;
  position: absolute;
  right: 28px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-menu .sub-menu {
  width: 100%;
  list-style: none;
  margin: 0;
  background: #ccd53b;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.mobile-menu .sub-menu li {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .sub-menu li:last-child {
  margin-bottom: 25px;
}

.mobile-menu .sub-menu li>a {
  padding-left: 42px;
}

.mobile-menu .sub-menu li.back>a {
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  font-weight: 900;
  background: #f2db4d;
  padding: 15px 10px 14px 46px;
}

.mobile-menu .sub-menu li.back>a i {
  right: auto;
  left: 25px;
  width: 8px;
  height: 13px;
  display: block;
  background: url(images/site-icons2.png) -257px -55px no-repeat;
}

.mobile-menu .sub-menu li.section-title {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.mobile-menu .sub-menu li.section-title>a {
  padding-left: 25px;
}

.mobile-menu .menu-info {
  margin: 20px 20px 0;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.mobile-menu .menu-info a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 80%;
}

@media (max-width: 767px) {
  .mobile-menu ul li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 630px) {
  .mobile-menu {
    width: 100%;
  }
}

@media (max-width: 374px) {

  .mobile-menu ul li>a,
  .mobile-menu .sub-menu li.section-title>a {
    padding-left: 20px;
  }

  .mobile-menu .sub-menu li>a,
  .mobile-menu .sub-menu li.back>a {
    padding-left: 40px;
  }

  .mobile-menu .sub-menu li.back>a i {
    left: 20px;
  }
}

/*main styles*/
.container {
  width: 100%;
  min-width: 300px;
  min-height: 100%;
  position: relative;
  margin-top: 107px;
}

.header {
  width: 100%;
  height: 107px;
  background: #ccd53b;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 500;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}

body.logged-in .header {
  top: 32px;
}

.header::after {
  content: "";
  display: block;
  clear: both;
}

.header .logo {
  width: 231px;
  max-height: 70px;
  float: left;
  overflow: hidden;
  margin: 20px 0 0 90px;
  transition: all 0.25s ease;
}

.header .logo a {
  display: block;
}

.header .logo img {
  width: 100%;
  display: block;
}

.header .main-nav {
  padding: 42px 0 0 50px;
  float: left;
  transition: all 0.25s ease;
}

.header .main-nav>ul {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

body.mobile .header .main-nav>ul {
  display: none;
}

.header .main-nav>ul>li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
}

.header .main-nav>ul>li>a {
  display: block;
  color: #222;
  padding: 8px 0 10px;
  border-bottom: 5px solid transparent;
}

.header .main-nav>ul>li>a:hover {
  color: #aa273e;
}

.header .main-nav>ul>li .arrow {
  width: 9px;
  height: 6px;
  background: url(images/site-icons2.png) -101px -25px no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 9px;
  transition: all 0.25s ease;
}

.header .main-nav>ul>li.open .arrow {
  transform: rotateX(180deg);
}

.header .main-nav .sub-nav {
  min-width: 200px;
  background: #fff;
  border: 1px solid ##f9f6f6;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  display: none;
}

.header .main-nav .sub-nav>ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.header .main-nav .sub-nav>ul li {
  margin: 0;
}

.header .main-nav .sub-nav>ul li a {
  color: #222;
  display: block;
  padding: 8px 10px;
}

.header .main-nav .sub-nav>ul li a:hover {
  color: #fff;
  background: #aa273e;
}

.header .gift-cards {
  float: right;
  padding: 27px 88px 0 0;
  transition: all 0.25s ease;
}

.header .gift-cards a {
  color: #222;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1pt;
  text-align: left;
}

.header .gift-cards a i {
  width: 65px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  /* background:url(images/site-icons2.png) -24px 0 no-repeat; */
  margin: 0 6px 31px 0;
}

.header .gift-cards a em {
  width: 65px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  /* background:url(images/site-icons2.png) -24px 0 no-repeat; */
  margin: 0 6px 31px 0;
}

.header .gift-cards a span {
  display: inline-block;
  vertical-align: middle;
}

.header .locs {
  float: right;
  margin: 40px 26px 0px 0px;
  border-left: 1px solid #00422a;
  border-right: 1px solid #00422a;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  transition: all 0.25s ease;
}

.header .locs a {
  display: block;
  padding: 0px 22px 0px 20px;
  margin-top: -5px;
  margin-bottom: 2px;
}

.header .locs span {
  display: block;
}

.header .locs .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  /* background:url(images/site-icons2.png) 0 0 no-repeat; */
  margin: 0px 0px -5px 0px;
}

.header .locs .txt {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}

.header .locs .txt .top {
  text-align: left;
  white-space: nowrap;
}

.header .locs .txt .top strong {
  font-weight: 900;
}

.header .locs .txt .btm {
  font-size: 14px;
  line-height: 1;
}

.header .locs .txt .btm .time {
  display: inline-block;
  font-weight: 900;
  color: #00422a;
}

.header .locs .txt .btm .find {
  display: inline-block;
  font-weight: 600;
}

.header .mobile-btn {
  float: right;
  padding: 29px 20px 0 14px;
  display: none;
}

.header .mobile-loc {
  float: right;
  padding: 19px 4px 0;
  display: none;
}

.header .mobile-loc a {
  display: block;
  padding: 10px;
}

.header .mobile-loc i {
  width: 17px;
  height: 24px;
  display: block;
  background: url(images/site-icons2.png) -222px -55px no-repeat;
}

.header .mobile-menu-link {
  float: right;
  padding: 19px 4px 0;
  display: none;
}

.header .mobile-menu-link a {
  display: block;
  padding: 10px;
}

.header .mobile-menu-link i {
  width: 16px;
  height: 24px;
  display: block;
  background: url(images/site-icons2.png) -240px -55px no-repeat;
}

.header .locs .txt .btm .find.mobile {
  display: none;
}

@media (max-width: 1430px) {
  .header .main-nav {
    padding-left: 15px;
  }

  .header .logo {
    margin: 20px 0 0 30px;
  }
}

@media (max-width: 1340px) {
  .header .gift-cards {
    padding: 27px 35px 0 0;
  }
}

@media (max-width: 1300px) {
  .header .gift-cards {
    padding-right: 40px;
  }

  .header .locs {
    margin-right: 20px;
  }

  .header .locs a {
    padding: 0px 16px 0px 8px;
  }
}

@media (max-width: 1512px) {
  .header .locs .txt .btm .find.mobile {
    display: block;
    text-align: left;
    padding-top: 2px;
  }

  .header .locs .txt .btm .find.desktop {
    display: none;
  }

  .header .locs {
    margin: 32px 26px 0px 0px;
  }

  .header .locs a {
    padding-left: 10px;
    padding-right: 15px;
  }

  .header .locs .icon {
    width: 35px;
  }

  .header .logo {
    width: 180px;
    max-height: 54px;
    margin-top: 28px;
  }

  .header .main-nav {
    padding-left: 20px;
  }

  .header .main-nav>ul>li {
    margin: 0 12px;
  }

  .header .locs {
    margin-right: 12px;
  }

  .header .locs a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header .locs .icon {
    margin-right: 5px;
  }
}

@media (max-width: 1110px) {
  .header .main-nav>ul>li {
    font-size: 14px;
  }

  .header .locs .txt .btm {
    font-size: 12px;
  }
}

@media (max-width: 1070px) {
  .header .logo {
    margin-left: 20px;
  }

  .header .main-nav>ul>li {
    margin: 0 10px;
  }

  .header .gift-cards {
    padding-right: 20px;
  }
}

@media (max-width: 1023px) {
  .container {
    margin-top: 81px;
  }

  .header {
    height: 81px;
  }

  .header .logo {
    width: 150px;
    max-height: 45px;
    margin-top: 19px;
  }

  .header .main-nav,
  .header .locs,
  .header .gift-cards {
    display: none;
  }

  .header .mobile-loc,
  .header .mobile-menu-link,
  .header .mobile-btn {
    display: block;
  }
}

@media (max-width: 374px) {
  .header .logo {
    width: 128px;
    max-height: 34px;
    margin-top: 24px;
  }
}

/*main banners*/
.banner {
  width: 100%;
  clear: both;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner::after {
  content: "";
  display: block;
  clear: both;
}

.banner .countdown {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 40px;
  z-index: 10;
  opacity: 0;
}

.banner .countdown .main-txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}

.banner .countdown .timer {
  display: inline-block;
  vertical-align: middle;
}

.banner-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

/*KAI EDIT*/
.banner.home .swiper-wrapper {
  /*position: fixed;*/
  width: 100%;
  height: auto;
}

.banner.home .swiper-slide {
  /*height:auto;*/
  height: calc(100vh - 102px);
}

.banner-item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-banner-video .banner-item {
  height: 100vh;
}

.banner-item .block-txt {
  width: 80%;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.banner-txt {
  background-color: #00422acc;
  padding: 2% 1%;
}

.block-txt {
  background-color: #00422acc;
  padding: 3% 2% !important;
}

.banner-item .banner-txt .top-txt {
  font-size: 28px;
  font-weight: 900;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.banner-item .banner-txt .divider {
  max-width: 95%;
  display: block;
  margin: 25px auto 22px;
}

.banner-item .banner-txt .btm-txt {
  font-family: "futura-pt", sans-serif;
  font-size: 80px;
  font-size: calc(4vw + 1vh + 1vmin);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.banner-item .banner-txt .btns {
  padding: 30px 0 0;
  line-height: 1;
  font-weight: 900;
}

.banner-item .banner-img {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-item .banner-img.mob-cover {
  display: none;
}

/*KAI EDIT*/
/*.banner-item .banner-img.dt,*/
.banner-item .banner-img.mob {
  height: auto;
  display: none;
}

.banner .mob-bg {
  width: 100%;
  display: none;
}

.banner .bg-video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: height 999999s;
  opacity: 0;
}

.banner .bg-video .bg-video-inner {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  transition: height 999999s;
}

.banner .bg-video .bg-video-inner video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: height 999999s;
}

.banner #videoPreloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner #videoPreloader .mob {
  width: 114px;
  height: 114px;
  display: block;
}

.banner .swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 120px;
  top: auto !important;
  left: auto;
  right: 173px;
  bottom: 51px !important;
}

.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ccd53b !important;
}

.banner .swiper-num {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 120px;
  bottom: 40px;
  z-index: 5;
}

@media (max-width: 1300px) {

  /*KAI EDIT*/
  .banner.home .swiper-slide {
    height: auto;
  }

  .banner-item .banner-img {
    display: none;
  }

  .banner-item .banner-img.dt {
    display: block;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner.home .swiper-wrapper {
    width: 100%;
    height: auto;
  }

  .banner.home .swiper-slide {
    min-height: 300px;
  }

  .banner-item .banner-img.dt {
    display: none;
  }

  .banner-item .banner-img.mob {
    display: block;
  }
}

@media (max-width: 736px) and (orientation: landscape) {
  .banner-item .banner-img.dt {
    display: block;
  }

  .banner-item .banner-img,
  .banner-item .banner-img.mob {
    display: none;
  }
}

@media (max-width: 520px) {
  .banner .swiper-num {
    right: 50px;
  }

  .banner .swiper-container-horizontal>.swiper-pagination-progressbar {
    right: 103px;
  }
}

@media (max-width: 520px) and (orientation: portrait) {
  /*KAI EDIT*/
  /*.banner-item .banner-img, .banner-item .banner-img.mob, .banner-item .banner-img.dt {display:none;}
		.banner-item .banner-img.mob-cover {display:block;}*/
}

@media (max-width: 320px) and (max-height: 480px) and (orientation: portrait) {

  .banner-item .banner-img,
  .banner-item .banner-img.mob-cover,
  .banner-item .banner-img.dt {
    display: none;
  }

  .banner-item .banner-img.mob {
    display: block;
  }
}

@media (min-width: 1440px) and (orientation: portrait) {

  .banner-item .banner-img,
  .banner-item .banner-img.mob-cover,
  .banner-item .banner-img.dt {
    display: none;
  }

  .banner-item .banner-img.mob {
    display: block;
  }
}

.banner.sub {
  height: 400px;
}

.banner.sub .banner-txt {
  width: 90%;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.banner.sub .banner-txt .sub-txt {
  font-family: "futura-pt", sans-serif;
  font-size: 90px;
  font-size: calc(4.2vw + 1vh + 1vmin);
}

@media (max-width: 1200px) {
  .banner.sub {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .banner.sub {
    height: 120px;
  }
}

@media (max-width: 560px) {
  .banner.sub {
    height: 94px;
  }

  .banner.sub .banner-txt .sub-txt {
    font-size: 40px;
    letter-spacing: 0;
  }
}

@media (max-width: 413px) {
  .banner.sub .banner-txt .sub-txt {
    font-size: 36px;
  }
}

@media (max-width: 400px) {
  .banner.sub {
    height: 75px;
  }
}

/*sections*/
.section {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}

.section::after {
  content: "";
  display: block;
  clear: both;
}

.section header {
  width: 90%;
  text-align: center;
  padding-bottom: 35px;
  margin: 0 auto;
}

.section header h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 60px;
  font-size: calc(3.3vw + 1vh + 1vmin);
  font-weight: 400;
}

.section header h2 {
  padding-top: 22px;
  text-transform: none;
}

@media (min-width: 1600px) {
  .section header h1 {
    font-size: 90px;
    font-size: calc(2.3vw + 1vh + 1vmin);
  }
}

@media (max-width: 1025px) {
  .section header {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .section header h1 {
    font-size: 45px !important;
  }
}

/*homepage 3 blocks*/
.three-blocks {
  height: 125vh;
  max-height: 988px;
  background: #ccd53b;
  border-top: 2px solid #ccd53b;
  border-bottom: 2px solid #ccd53b;
}

.three-blocks span {
  display: block;
  margin: 0 auto;
}

.three-blocks a {
  width: 100%;
  height: 100%;
  display: block;
}

.three-blocks .block-txt {
  width: 100%;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  z-index: 1;
}

.three-blocks .block-2 {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
}

.three-blocks .block-2::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #ccd53b;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.three-blocks .block-2 .block-txt {
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
}

.three-blocks .block-2 .block-txt .top-txt {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.three-blocks .block-2 .block-txt .btm-txt {
  font-size: 64px;
  line-height: 75px;
  font-family: "futura-pt", sans-serif;
}

.three-blocks .block-2 .block-txt img {
  max-width: 75%;
  margin: 25px auto 20px;
}

.three-blocks .stacked {
  width: 60%;
  height: 100%;
  float: right;
}

.three-blocks .block-3 {
  width: 100%;
  height: 50%;
  position: relative;
}

.three-blocks .block-3::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccd53b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.three-blocks .block-3 .block-txt {
  width: auto;
  left: 8%;
  bottom: 22%;
  text-align: left;
}

.three-blocks .block-3 .block-txt .top-txt {
  max-width: 82%;
  font-size: 64px;
  line-height: 75px;
  font-family: "futura-pt", sans-serif;
  margin: 0;
}

.three-blocks .block-3 .block-txt .btm-txt {
  max-width: 85%;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}

.three-blocks .block-3 .block-txt img {
  max-width: 68%;
  margin: 25px auto 20px 15px;
}

.three-blocks .block-3 .video-bg,
.three-blocks .block-2 .video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three-blocks .block-4 {
  width: 100%;
  height: 50%;
  position: relative;
}

.three-blocks .block-4 .block-txt {
  width: auto;
  left: 3%;
  bottom: 6%;
  text-align: left;
}

.three-blocks .block-4 .block-txt .top-txt {
  max-width: 72%;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  margin: 0;
}

.three-blocks .block-4 .block-txt .btm-txt {
  max-width: 100%;
  font-size: 52px;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  margin: 0;
}

.three-blocks .block-4 .block-txt img {
  max-width: 38%;
  margin: 25px auto 20px;
}

.three-blocks .btns {
  padding-top: 22px;
  text-align: left;
}

.three-blocks .btns .a {
  display: inline-block;
}

@media (max-height: 800px) {

  .three-blocks .block-2 .block-txt .btm-txt,
  .three-blocks .block-3 .block-txt .top-txt,
  .three-blocks .block-4 .block-txt .btm-txt {
    font-size: 58px;
    line-height: 62px;
  }

  .three-blocks .block-4 .block-txt {
    bottom: 11%;
  }
}

@media (max-width: 1460px) {
  .three-blocks .block-3 .block-txt .top-txt {
    max-width: 90%;
  }
}

@media (max-width: 1330px) {
  .three-blocks .block-3 .block-txt .top-txt {
    font-size: 45px;
    line-height: 1;
  }
}

@media (max-width: 1130px) {

  .three-blocks .block-2 .block-txt .btm-txt,
  .three-blocks .block-4 .block-txt .btm-txt {
    font-size: 45px;
    line-height: 1;
  }

  .three-blocks .block-2 .block-txt .top-txt,
  .three-blocks .block-4 .block-txt .top-txt {
    font-size: 24px;
  }

  .three-blocks .block-3 .block-txt .btm-txt {
    font-size: 20px;
  }

  .three-blocks .block-2 .block-txt img,
  .three-blocks .block-3 .block-txt img,
  .three-blocks .block-4 .block-txt img {
    margin: 15px auto 10px;
  }
}

@media (max-width: 767px) {
  .three-blocks {
    height: auto;
    max-height: none;
  }

  .three-blocks .block-2 {
    width: 100%;
    height: 94vh;
    float: none;
  }

  .three-blocks .stacked {
    width: 100%;
    height: auto;
    float: none;
  }

  .three-blocks .block-3,
  .three-blocks .block-4 {
    height: 100vh;
  }

  .three-blocks .block-3 .block-txt,
  .three-blocks .block-4 .block-txt {
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .three-blocks .block-3 .block-txt .top-txt,
  .three-blocks .block-3 .block-txt .btm-txt,
  .three-blocks .block-4 .block-txt .top-txt,
  .three-blocks .block-4 .block-txt .btm-txt {
    margin-left: auto;
    margin-right: auto;
  }

  .three-blocks .block-3 .block-txt img,
  .three-blocks .block-4 .block-txt img {
    max-width: 80%;
  }

  .three-blocks .btns {
    text-align: center;
    padding-top: 5px;
  }

  .three-blocks .block-3 .block-txt .top-txt,
  .three-blocks .block-2 .block-txt .btm-txt,
  .three-blocks .block-4 .block-txt .btm-txt {
    font-size: 35px;
  }

  .three-blocks .block-2 .block-txt img,
  .three-blocks .block-3 .block-txt img,
  .three-blocks .block-4 .block-txt img {
    margin: 5px auto;
  }
}

/*mobile queries for homepage blocks*/
@media (max-width: 736px) and (orientation: landscape) {
  .three-blocks .block-2 {
    height: 90vh;
  }

  .three-blocks .block-2 .block-txt {
    top: 45%;
  }

  .three-blocks .block-3,
  .three-blocks .block-4 {
    height: 100vh;
  }
}

@media (max-width: 667px) and (orientation: landscape) {}

@media (max-width: 414px) and (orientation: portrait) {
  .three-blocks .block-2 {
    height: 77vh;
  }

  .three-blocks .block-3,
  .three-blocks .block-4 {
    height: 34vh;
  }

  .three-blocks .block-4 .block-txt {
    bottom: 6%;
  }
}

@media (max-width: 375px) and (orientation: portrait) {

  .three-blocks .block-3,
  .three-blocks .block-4 {
    height: 32vh;
  }
}

/*homepage block 5*/
.block-5 {
  height: 70vh;
  max-height: 500px;
  background: url(images/bg-tile.jpg) center center repeat;
}

.block-5 a {
  width: 100%;
  height: 100%;
  display: block;
}

.block-5 span {
  display: block;
  margin: 0 auto;
}

.block-5 .left {
  width: 62%;
  height: 100%;
  backface-visibility: hidden;
}

.block-5 .left img {
  display: none;
}

.block-5 .right {
  width: 38%;
  height: 100%;
}

.block-5 .right .content {
  width: 100%;
  height: 100%;
  display: table;
}

.block-5 .right .content-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.block-5 .right .title {
  width: 80%;
  font-size: 64px;
  line-height: 75px;
  font-family: "futura-pt", sans-serif;
  color: #222;
  text-transform: uppercase;
}

.block-5 .right .divider {
  width: 75%;
  margin: 25px auto;
}

.block-5 .right .txt {
  width: 70%;
  color: #222;
  text-align: left;
}

@media (max-width: 1279px) {
  .block-5 .right .title {
    width: 85%;
    font-size: 50px;
    line-height: 60px;
  }

  .block-5 .right .divider {
    margin: 10px auto 15px;
  }

  .block-5 .right .txt {
    width: 75%;
  }
}

@media (max-width: 860px) {
  .block-5 {
    height: auto;
    max-height: none;
  }

  .block-5 .right {
    width: 100%;
    height: auto;
    padding: 40px 0 50px;
    float: none;
  }

  .block-5 .right .divider {
    width: 80%;
  }

  .block-5 .left {
    width: 100%;
    height: auto;
    background: transparent;
    float: none;
  }

  .block-5 .left img {
    display: block;
  }
}

@media (max-width: 767px) {
  .block-5 .right .title {
    font-size: 40px;
    line-height: 1;
  }
}

/*homepage block 6*/
.block-6 {
  height: 70vh;
  max-height: 500px;
  background: url(images/bg-tile.jpg) center center repeat;
}

.block-6 a {
  width: 100%;
  height: 100%;
  display: block;
}

.block-6 span {
  display: block;
  margin: 0 auto;
}

.block-6 .left {
  width: 38%;
  height: 100%;
}

.block-6 .left .content {
  width: 100%;
  height: 100%;
  display: table;
}

.block-6 .left .content-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.block-6 .left .title {
  width: 80%;
  font-size: 64px;
  line-height: 75px;
  font-family: "futura-pt", sans-serif;
  color: #222;
  text-transform: uppercase;
}

.block-6 .left .divider {
  width: 75%;
  margin: 25px auto;
}

.block-6 .left .txt {
  width: 70%;
  color: #222;
  text-align: left;
}

.block-6 .right {
  width: 62%;
  height: 100%;
  backface-visibility: hidden;
}

.block-6 .right img {
  display: none;
}

@media (max-width: 1279px) {
  .block-6 .left .title {
    width: 85%;
    font-size: 50px;
    line-height: 60px;
  }

  .block-6 .left .divider {
    margin: 10px auto 15px;
  }

  .block-6 .left .txt {
    width: 75%;
  }
}

@media (max-width: 860px) {
  .block-6 {
    height: auto;
    max-height: none;
  }

  .block-6 .right {
    width: 100%;
    height: auto;
    background: transparent;
    float: none;
  }

  .block-6 .right img {
    display: block;
  }

  .block-6 .left {
    width: 100%;
    height: auto;
    padding: 40px 0 50px;
    float: none;
  }

  .block-6 .left .divider {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .block-6 .left .title {
    font-size: 40px;
    line-height: 1;
  }
}

/*instagram panel*/
.instapanel {
  background: #f1d83d url(images/bg-yellow.jpg) left top repeat;
}

.instapanel .inner {
  padding: 55px 25px 40px;
}

.instapanel header .ig {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  background: url(images/site-icons2.png) -120px -34px no-repeat;
  margin: 2px 18px 0 0;
}

.instapanel header a {
  color: #222;
}

.instapanel header a:hover {
  color: #aa273e;
}

.instapanel .content {
  max-width: 1230px;
}

.instapanel .inner {
  padding: 15px 25px 40px;
}

@media (max-width: 767px) {
  .section.instapanel header h1 {
    font-size: 46px;
    font-size: calc(7.2vw + 1vh + 1vmin);
  }

  .instapanel header .ig {
    margin-top: -4px;
  }
}

/*general content block*/
.general-content {
  width: 100%;
  clear: both;
  position: relative;
  background-color: #fff;
}

.general-content::after {
  content: "";
  display: block;
  clear: both;
}

.general-content .inner {
  padding: 80px 25px;
  text-align: center;
}

.general-content header h3 {
  color: #5c5c5c;
  padding-top: 10px;
}

.general-content .content {
  max-width: 920px;
  min-height: 300px;
  text-align: left;
}

.general-content .content h3 {
  font-size: 20px;
  padding: 0 0 20px;
}

.general-content .content ul {
  list-style: disc;
  margin: 0 0 20px 45px;
  text-align: left;
}

.general-content .content li {
  margin-bottom: 3px;
}

/*.general-content .content li {margin-bottom:15px;}*/
.general-content .content li:last-child {
  margin-bottom: 0;
}

.general-content .content h2.entry-title {
  padding-bottom: 20px;
}

.general-content .story-img {
  display: block;
  margin: 0 auto 30px;
}

.general-content .btns.stories {
  padding-top: 40px;
}

.general-content .post-result.left {
  width: 28%;
}

.general-content .post-result.left a {
  display: block;
  max-height: 125px;
  overflow: hidden;
}

.general-content .post-result.left img {
  width: 100%;
}

.general-content .post-result.right {
  width: 68%;
  text-align: left;
}

.general-content article {
  margin-bottom: 40px;
}

.general-content article:after {
  content: "";
  display: block;
  clear: both;
}

.general-content article.no-pastor {
  margin-bottom: 0;
}

.general-content .post-result header {
  text-align: left;
  padding-bottom: 0;
}

.general-content .post-result header h1 {
  font-size: 20px;
  line-height: 20px;
  color: #284459;
  font-weight: 400;
}

.general-content .post-result .searchLink {
  color: #284459;
  display: block;
  margin: 0 0 6px;
}

.general-content .post-result .searchLink:hover {
  color: #000;
}

.general-content .searchform label.screen-reader-text {
  display: none;
}

.general-content .search-input {
  margin-bottom: 45px;
}

.general-content .search-input input[type="text"] {
  width: 65%;
  padding: 12px 10px 13px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

.general-content .search-input input[type="submit"] {
  height: 47px;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

.general-content .social-share {
  color: #00422a;
  font-weight: 900;
  padding: 30px 0 0;
  text-align: center;
}

.general-content .social-share .addthis_toolbox,
.general-content .social-share .addthis_sharing_toolbox {
  margin: 0 auto;
  padding: 5px 0 0;
}

.general-content .social-share .addthis_toolbox a,
.general-content .social-share .addthis_sharing_toolbox a {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  background: #aa273e !important;
  border-radius: 50% !important;
  text-align: center;
  padding-top: 4px;
}

.general-content .social-share .addthis_toolbox a:hover,
.general-content .social-share .addthis_sharing_toolbox a:hover {
  background: #00422a !important;
}

.general-content .social-share .addthis_toolbox a i,
.general-content .social-share .addthis_sharing_toolbox a i {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

@media (max-width: 920px) {

  .general-content .social-share,
  .general-content .social-share .addthis_toolbox,
  .general-content .social-share .addthis_sharing_toolbox {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .general-content .inner {
    padding: 40px 25px;
  }
}

/*story archive*/
.story-archive {
  width: 100%;
  clear: both;
  position: relative;
  background-color: #fff;
}

.story-archive::after {
  content: "";
  display: block;
  clear: both;
}

.story-archive .inner {
  padding: 80px 25px;
  text-align: center;
}

.story-archive .content {
  max-width: 1240px;
}

.story-archive .story-item {
  width: 30%;
  max-width: 370px;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 66px;
}

.story-archive .story-item .img {
  width: 100%;
}

.story-archive .story-item .img img {
  width: 100%;
  display: block;
}

.story-archive .story-item .txt {
  padding: 50px 0 0;
  text-align: left;
}

.story-archive .story-item .txt h2 {
  font-size: 18px;
  font-weight: 900;
  color: #00422a;
}

.story-archive .story-item .txt .desc {
  padding: 12px 0 0;
}

.story-archive .story-item .txt .date {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #5c5c5c;
  padding: 30px 0 0;
}

.story-archive .load-more-anim {
  text-align: center;
  padding: 25px 0 0;
  display: none;
}

.story-archive .load-more-anim img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .story-archive .story-item {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .story-archive .story-item .txt {
    padding-top: 30px;
  }
}

/*menu pages*/
.menu-nav {
  width: 100%;
  clear: both;
  background: #ccd53b;
  border-top: 2px solid #f2db4d;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 499;
}

.menu-nav .menu-nav-swiper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.menu-nav .swiper-slide {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.menu-nav .swiper-slide a {
  display: block;
  color: #222;
  font-weight: 900;
  text-transform: uppercase;
  padding: 8px 1px 4px;
  font-size: 14px;
  border-bottom: 4px solid transparent;
}

.menu-nav .swiper-slide.selected a {
  color: #222;
  border-bottom: 4px solid #aa263f;
}

.menu-nav .swiper-slide a:hover {
  color: #aa263f;
}

body.is-mobile .menu-nav .swiper-slide a:hover {
  color: #222;
}

.menu-nav .menu-dd {
  text-align: center;
  position: relative;
  display: none;
}

.menu-nav .menu-dd-top {
  color: #222;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 5px 6px;
  cursor: pointer;
}

.menu-nav .menu-dd-top i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.menu-nav .menu-dd-options {
  width: 100%;
  max-height: 65vh;
  background: #ccd53b;
  padding: 0 10px 10px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 3;
  transform: translateX(-50%);
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.menu-nav .menu-dd-option {
  font-weight: 700;
}

.menu-nav .menu-dd-option a {
  display: block;
  color: #222;
  padding: 4px 0;
}

.menu-nav .menu-dd-option.selected a {
  color: #aa263f;
}

@media (max-width: 1200px) {
  .menu-nav .menu-nav-swiper {
    max-width: 96%;
  }

  /* .menu-nav .swiper-slide a {padding-top:18px; padding-bottom:16px;} */
}

@media (max-width: 767px) {
  .menu-nav .menu-nav-swiper {
    display: none;
  }

  .menu-nav .menu-dd {
    display: block;
  }
}

.menu-gallery {
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}

.menu-gallery.outer {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 35px 0;
}

.menu-gallery .swiper-slide::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccd53b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.menu-gallery .swiper-slide::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccd53b;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.menu-gallery .swiper-slide {
  margin-left: 0;
}

.menu-gallery .swiper-slide img {
  width: 100%;
  max-height: 80vh;
  display: block;
  opacity: 0;
}

.menu-gallery .swiper-slide .title {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  position: absolute;
  left: 28px;
  bottom: 27px;
  z-index: 2;
}

.menu-gallery .swiper-button-next,
.menu-gallery .swiper-button-prev {
  width: 52px !important;
  height: 52px !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75) !important;
  transform: translateY(-50%);
  text-align: center;
  background: rgb(171, 36, 63) !important;
}

.menu-gallery .swiper-button-prev {
  opacity: 0;
}

.menu-gallery .swiper-button-next i,
.menu-gallery .swiper-button-prev i {
  width: 11px;
  height: 17px;
  display: block;
  background: url(images/site-icons2.png) -234px -32px no-repeat;
  margin: 17px auto 0;
  filter: brightness(0) invert(1);
}

.menu-gallery .swiper-button-prev i {
  background-position: -222px -32px;
}

.menu-gallery .swiper-button-next span,
.menu-gallery .swiper-button-prev span {
  width: 11px;
  height: 17px;
  display: block;
  background: url(images/site-icons2.png) -234px -32px no-repeat;
  margin: 17px auto 0;
  filter: brightness(0) invert(1);
}

.menu-gallery .swiper-button-prev span {
  background-position: -222px -32px;
}

.menu-gallery .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.menu-gallery.mobile {
  display: none;
}

@media (max-width: 900px) {
  .menu-gallery .swiper-slide .title {
    font-size: 16px;
    left: 22px;
    bottom: 15px;
  }
}

@media (max-width: 1025px) {
  .menu-gallery.desktop {
    display: none;
  }

  .menu-gallery.mobile {
    display: block;
  }

  .menu-gallery.outer {
    padding: 42px 35px;
  }
}

@media (max-width: 500px) {
  .menu-gallery.outer {
    padding: 42px 30px;
  }
}

.menu-items {
  background: #fff;
}

.menu-items .inner {
  max-width: 1250px;
  padding: 88px 25px 60px;
  text-align: left;
  position: relative;
}

.menu-items header {
  text-align: left;
  margin: 0;
}

.menu-items header .desc {
  padding-top: 10px;
  font-size: 22px;
  line-height: 32px;
}

.menu-items .right-info {
  position: absolute;
  right: 20px;
  top: 90px;
}

.menu-items .right-info .menu-link a {
  color: #aa273e;
  font-weight: 900;
  text-decoration: underline;
}

.menu-items .right-info .menu-link a:hover {
  color: #00422a;
}

.menu-items .right-info .social-share {
  color: #00422a;
  font-weight: 900;
  padding: 30px 0 0;
  text-align: right;
}

.menu-items .right-info .social-share .addthis_toolbox,
.menu-items .right-info .social-share .addthis_sharing_toolbox {
  margin: 0;
  padding: 5px 0 0;
  text-align: right;
}

.menu-items .right-info .social-share .addthis_toolbox a,
.menu-items .right-info .social-share .addthis_sharing_toolbox a {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  background: #aa273e !important;
  border-radius: 50% !important;
  text-align: center;
  padding-top: 4px;
}

.menu-items .right-info .social-share .addthis_toolbox a:hover,
.menu-items .right-info .social-share .addthis_sharing_toolbox a:hover {
  background: #00422a !important;
}

.menu-items .right-info .social-share .addthis_toolbox a i,
.menu-items .right-info .social-share .addthis_sharing_toolbox a i {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

.menu-items .content {
  padding: 60px 0 0;
}

.menu-items .content::after {
  content: "";
  display: block;
  clear: both;
}

.menu-items .menu-block {
  width: 100%;
  -webkit-columns: 2 525px;
  -moz-columns: 2 525px;
  columns: 2 525px;
}

.menu-items .menu-block.single-col {
  -webkit-columns: 1 auto;
  -moz-columns: 1 auto;
  columns: 1 auto;
}

.menu-items .col {
  width: 55%;
  float: left;
}

.menu-items .col:last-child {
  width: 45%;
}

.menu-items .col-inner {
  max-width: 530px;
  text-align: left;
  margin: 0;
}

.group-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #222;
  text-transform: uppercase;
  padding-bottom: 45px;
}

.menu-items .menu-item {
  padding: 0 60px 50px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  margin: 0;
}

.menu-items .col:last-child .menu-item {
  padding-right: 20px;
}

.menu-items .menu-item .title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #00422a;
}

.menu-items .menu-item .title .fav {
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/site-icons2.png) -69px 0 no-repeat;
  margin: -5px 0 0 15px;
}

.menu-items .menu-item .desc {
  max-width: 460px;
  padding: 15px 0 0;
  margin: 0;
}

.menu-items .mobile-info {
  display: none;
}

.menu-items .mobile-info .menu-link a {
  color: #aa273e;
  font-weight: 900;
  text-decoration: underline;
}

.menu-items .mobile-info .menu-link a:hover {
  color: #00422a;
}

.menu-items .mobile-info .social-share {
  color: #00422a;
  font-weight: 900;
  padding: 30px 0 0;
  text-align: left;
}

.menu-items .mobile-info .social-share .addthis_toolbox,
.menu-items .mobile-info .social-share .addthis_sharing_toolbox {
  margin: 0;
  padding: 5px 0 0;
  text-align: left;
}

.menu-items .mobile-info .social-share .addthis_toolbox a,
.menu-items .mobile-info .social-share .addthis_sharing_toolbox a {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  background: #aa273e !important;
  border-radius: 50% !important;
  text-align: center;
  padding-top: 4px;
}

.menu-items .mobile-info .social-share .addthis_toolbox a:hover,
.menu-items .mobile-info .social-share .addthis_sharing_toolbox a:hover {
  background: #00422a !important;
}

.menu-items .mobile-info .social-share .addthis_toolbox a i,
.menu-items .mobile-info .social-share .addthis_sharing_toolbox a i {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

.footnote {
  width: 100%;
  text-align: right;
  font-style: italic;
}

.footnote i {
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/site-icons2.png) -69px 0 no-repeat;
  margin: -5px 15px 0 0;
}

@media (max-width: 920px) {
  .menu-items .inner {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .menu-items .right-info {
    position: relative;
    right: auto;
    top: auto;
    display: none;
  }

  .menu-items .right-info .social-share,
  .menu-items .right-info .social-share .addthis_toolbox,
  .menu-items .right-info .social-share .addthis_sharing_toolbox {
    text-align: left;
  }

  .menu-items .mobile-info {
    display: block;
  }
}

@media (max-width: 767px) {

  .menu-items .col,
  .menu-items .col:last-child {
    width: 100%;
    float: none;
  }

  .menu-items .col .group-title {
    padding-bottom: 28px;
  }

  .menu-items .menu-item {
    padding-bottom: 28px;
  }

  .menu-items .footnote {
    padding-top: 40px;
  }

  .menu-items .content {
    padding-top: 20px;
  }

  .menu-items header .desc {
    font-size: 18px;
    line-height: 25px;
  }
}

/*location landing page*/
.location-landing {
  height: 100vh;
  height: calc(100vh - 107px);
}

.location-landing .left {
  width: 27%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}

.location-landing .left .loc-search {
  width: 100%;
  padding: 30px 5% 22px;
  border-bottom: 1px solid #a09f9f;
}

.location-landing .left .loc-search-inner {
  background-color: #e9e9e9;
  width: 80%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.location-landing .left .loc-search input {
  border: 0;
  padding: 4px;
  color: #000000;
}


.location-landing .left .loc-search input::placeholder {
  color: #474747;
}


/*.location-landing .left .loc-search i {width:22px; height:22px; display:block; background:url(images/site-icons2.png) -259px -32px no-repeat; position:absolute; right:0; top:0; z-index:1;}
			.location-landing .left .loc-find {width:100%; padding:20px 10% 22px; border-bottom:1px solid #a09f9f;}
				.location-landing .left .loc-find a {color:#222; font-weight:900;}
				.location-landing .left .loc-find a:hover {color:#aa273e;}
					.location-landing .left .loc-find a i {width:12px; height:12px; display:inline-block; vertical-align:middle; background:url(images/site-icons2.png) -246px -32px no-repeat; margin:-4px 5px 0 0;}*/
.location-landing .left .loc-find {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.location-landing .left .loc-find a {
  display: block;
  position: relative;
}

.location-landing .left .loc-find i {
  width: 26px;
  height: 25px;
  display: block;
  background: url(images/site-icons2.png) -120px -85px no-repeat;
  margin: 0 0 0 auto;
}

.location-landing .left .loc-find span.find {
  width: 26px;
  height: 25px;
  display: block;
  background: url(images/site-icons2.png) -120px -85px no-repeat;
  margin: 0 0 0 auto;
  position: relative;
  left: auto;
  z-index: 1;
}

.location-landing .left .loc-find span {
  position: absolute;
  left: -9999px;
  z-index: -1;
}

.location-landing .loc-items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.location-landing .loc-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(247, 245, 245, 0);
  background-color: #f7f5f5;
}

.location-landing .loc-items::-webkit-scrollbar {
  width: 6px;
  background-color: #f7f5f5;
}

.location-landing .loc-items::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.location-landing .loc-item {
  cursor: pointer;
  text-align: left;
  clear: both;
  position: relative;
  padding: 24px 5% 20px;
  transition: all 0.25s ease;
}

.location-landing .loc-item:nth-child(even) {
  background: #f9f6f6;
}

.location-landing .loc-item .top {
  color: #00422a;
  padding: 0 0 6px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  text-transform: uppercase;
}

.location-landing .loc-item .top::after {
  content: "";
  display: block;
  clear: both;
}

.location-landing .loc-item .top .open {
  float: right;
  font-size: 14px;
  font-weight: 900;
  padding-top: 2px;
}

.location-landing .loc-item .top .name {
  float: left;
  letter-spacing: 0.5pt;
  font-weight: 900;
}

.location-landing .loc-item .top .name span {
  font-weight: 400;
}

.location-landing .loc-item .info {
  padding: 18px 0 0;
}

.location-landing .loc-item .info::after {
  content: "";
  display: block;
  clear: both;
}

.location-landing .loc-item .info .txt {
  width: 60%;
  float: left;
  font-size: 14px;
  line-height: 22px;
}

.location-landing .loc-item .info .txt a {
  color: #222;
  position: relative;
}

.location-landing .loc-item .info .txt a:hover {
  color: #aa273e;
}

.location-landing .loc-item .info .txt a span {
  position: absolute;
  left: -9999px;
  z-index: -1;
}

.location-landing .loc-item .info .txt .addy {
  display: inline-block;
}

.location-landing .loc-item .info .txt .addy a {
  display: block;
}

.location-landing .loc-item .info .txt .phone {
  padding: 12px 0 0;
  display: inline-block;
}

.location-landing .loc-item .info .txt .phone strong {
  font-weight: 900;
}

.location-landing .loc-item .info .txt .distance {
  padding: 15px 0 0;
  display: inline-block;
}

.location-landing .loc-item .info .txt .icons {
  padding: 12px 0 0;
  display: inline-block;
}

.location-landing .loc-item .info .txt .icons i#delivery {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/site-icons2.png);
  background-repeat: no-repeat;
}

.location-landing .loc-item .info .txt .icons i.delivery {
  width: 31px;
  height: 15px;
  background-position: -151px 0;
}

.location-landing .loc-item .info .txt .icons i.online {
  width: 24px;
  height: 17px;
  background-position: -151px -16px;
}

.location-landing .loc-item .info .txt .icons i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 0 0;
  background-image: url(images/3rd-party-icon.png);
  background-repeat: no-repeat;
}

.location-landing .loc-item .info .txt .icons i.delivery3 {
  width: 31px;
  height: 21px;
  background-position: 0px 0;
}

.location-landing .loc-item .info .txt .icons i.online {
  width: 31px;
  height: 21px;
  background-position: 0px 0px;
}

.location-landing .loc-item .info .txt .icons span.delivery-car {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/site-icons2.png);
  background-repeat: no-repeat;
}

.location-landing .loc-item .info .txt .icons span.delivery {
  width: 31px;
  height: 15px;
  background-position: -151px 0;
  position: relative;
  left: auto;
  z-index: 1;
}

.location-landing .loc-item .info .txt .icons span.online {
  width: 24px;
  height: 17px;
  background-position: -151px -16px;
  position: relative;
  left: auto;
  z-index: 1;
}

.location-landing .loc-item .info .txt .icons span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/3rd-party-icon.png);
  background-repeat: no-repeat;
}

/* .location-landing .loc-item .info .txt .icons a span.delivery { */
/* position:relative; */
/* left:auto; */
/* z-index:1; */
/* } */
.location-landing .loc-item .info .txt .icons span.delivery3 {
  width: 31px;
  height: 21px;
  background-position: 0px 0;
  position: relative;
  left: auto;
  z-index: 1;
}

.location-landing .loc-item .info .txt .icons span.online {
  width: 31px;
  height: 21px;
  background-position: 0px 0px;
  position: relative;
  left: auto;
  z-index: 1;
}

.location-landing .loc-item .info .txt .icons span.tooltiptext {
  background-image: none;
}

.location-landing .loc-item .info .btns {
  width: 40%;
  float: right;
}

.location-landing .loc-item .info .btns a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-left: 5px;
  padding-right: 5px;
}

.location-landing .loc-item .info .btns a:last-child {
  margin-right: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}

.tooltip .tooltiptext {
  transition: visibility 0.3s;
  visibility: hidden;
  background-color: #aa273e;
  color: #fff;
  padding: 10px;
  max-width: 549px;
  width: max-content;
  position: absolute;
  z-index: 1;
  font-size: 13px;
  left: 0px;
  text-align: left;
  top: 35px;
}

.tooltip .tooltiptext.right-t-t {
  left: 55px;
  top: -10px;
}

.tooltip .tooltiptext.right-t-t::after {
  content: " ";
  position: absolute;
  bottom: 16px;
  left: -5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #aa273e transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 17px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #aa273e transparent;
}

.tooltip .tooltiptext {
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
  transition: opacity 0.3s;
}

.location-landing .right {
  width: 73%;
  height: 100%;
  transition: all 0.25s ease;
}

.location-landing .right .map-full {
  width: 100%;
  height: 100%;
}

button.gm-control-active {
  min-width: 0;
}

.map-full .map-item {
  text-align: left;
  clear: both;
  position: relative;
  padding: 28px 10px 30px 30px;
  transition: all 0.25s ease;
}

.map-full .map-item .top {
  color: #00422a;
  padding: 0 0 6px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  text-transform: uppercase;
}

.map-full .map-item .top::after {
  content: "";
  display: block;
  clear: both;
}

.map-full .map-item .top .open {
  float: right;
  font-size: 14px;
  font-weight: 900;
  padding-top: 2px;
}

.map-full .map-item .top .name {
  float: left;
  font-size: 16px;
  letter-spacing: 0.5pt;
  font-weight: 900;
}

.map-full .map-item .top .name span {
  font-weight: 400;
}

.map-full .map-item .info {
  padding: 18px 0 0;
}

.map-full .map-item .info::after {
  content: "";
  display: block;
  clear: both;
}

.map-full .map-item .info .txt {
  width: 60%;
  float: left;
  font-size: 14px;
  line-height: 22px;
}

.map-full .map-item .info .txt a {
  color: #222;
}

.map-full .map-item .info .txt a:hover {
  color: #aa273e;
}

.map-full .map-item .info .txt .addy {
  max-width: 80%;
  margin: 0;
  font-size: 16px;
}

.map-full .map-item .info .txt .addy a {
  display: block;
}

.map-full .map-item .info .txt .phone {
  padding: 12px 0 0;
  font-size: 14px;
}

.map-full .map-item .info .txt .phone strong {
  font-weight: 900;
}

.map-full .map-item .info .txt .distance {
  padding: 15px 0 0;
  font-size: 14px;
}

.map-full .map-item .info .txt .icons {
  padding: 12px 0 0;
  position: relative;
}

.map-full .map-item .info .txt .icons i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/site-icons2.png);
  background-repeat: no-repeat;
}

.map-full .map-item .info .txt .icons i.delivery {
  width: 31px;
  height: 15px;
  background-position: -151px 0;
}

.map-full .map-item .info .txt .icons i.online {
  width: 24px;
  height: 17px;
  background-position: -151px -16px;
}

.map-full .map-item .info .txt .icons .itxt {
  position: absolute;
  left: -9999px;
  z-index: -1;
}

.map-full .map-item .info .btns {
  width: 40%;
  float: right;
}

.map-full .map-item .info .btns a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.map-full .map-item .info .btns a:last-child {
  margin-right: 0;
}

.map-full .gm-ui-hover-effect {
  min-width: 0 !important;
}

.map-full .gm-ui-hover-effect::before {
  height: 0;
}

@media (max-width: 1400px) {
  .location-landing .left {
    width: 30%;
  }

  .location-landing .right {
    width: 70%;
  }

  .location-landing .loc-item .info .btns a {
    letter-spacing: 0;
  }
}

@media (max-width: 1200px) {
  .location-landing .left {
    width: 36%;
  }

  .location-landing .right {
    width: 64%;
  }

  .location-landing .loc-item .info .btns a {
    font-size: 12px;
  }
}

@media (max-width: 880px) {
  .location-landing .left {
    width: 100%;
    float: none;
  }

  .location-landing .left .loc-search .tooltip .tooltiptext {
    left: auto;
    right: 0;
  }

  .location-landing .left .loc-search .tooltip .tooltiptext::after {
    left: auto;
    right: 15px;
  }

  .location-landing .right {
    display: none;
  }
}

/*location detail page*/
.location-detail-map {
  height: 350px;
}

.location-detail-map .map-detail {
  width: 100%;
  height: 100%;
}

.location-detail-map .gm-style-cc {
  display: none;
}

.location-info {}

.location-info .img-mob {
  margin: -46px auto 0;
  text-align: center;
  display: none;
}

.location-info .img-mob img {
  display: block;
  margin: 0 auto;
}

.location-info .inner {
  max-width: 1250px;
  padding: 0 25px 60px;
}

.location-info .inner::after {
  content: "";
  display: block;
  clear: both;
}

.location-info .main-info {
  width: 47%;
  float: right;
}

.location-info .main-info .change-loc {
  padding: 52px 0 12px;
}

.location-info .main-info .change-loc a {
  color: #aa273e;
  display: block;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.location-info .main-info .change-loc a:hover {
  color: #00422a;
}

.location-info .main-info .top {
  width: 100%;
  position: relative;
  padding: 0 0 12px;
  border-bottom: 2px solid #ededed;
}

.location-info .main-info .top::after {
  content: "";
  display: block;
  clear: both;
}

.location-info .main-info .top .open {
  float: right;
  font-size: 18px;
  font-weight: 900;
  padding-top: 4px;
  color: #00422a;
  text-transform: uppercase;
}

.location-info .main-info .top .title {
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

.location-info .main-info .main {
  padding: 40px 0 0;
}

.location-info .main-info .main::after {
  content: "";
  display: block;
  clear: both;
}

.location-info .main-info .main h5 {
  color: #00422a;
  font-weight: 900;
  padding-bottom: 12px;
}

.location-info .main-info .main .left {
  width: 32%;
}

.location-info .main-info .main .group {
  padding: 0 0 30px;
}

.location-info .main-info .main .group a {
  color: #222;
}

.location-info .main-info .main .group a:hover {
  color: #00422a;
}

.location-info .main-info .main .left .dir a {
  color: #aa273e;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: underline;
}

.location-info .main-info .main .left .dir a:hover {
  color: #00422a;
}

.location-info .main-info .main .right {
  width: 65%;
}

.location-info .main-info .main .right table {
  width: 100%;
}

.location-info .main-info .main .right .hours {}

.location-info .main-info .main .right .hours i.sun {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/site-icons2.png) -276px 0 no-repeat;
  margin: -2px 9px 0 0;
}

.location-info .options-info {
  width: 45%;
  float: left;
}

.location-info .options-info .img {
  margin-top: -46px;
}

.location-info .options-info .img img {
  width: 100%;
  display: block;
}

.location-info .options-info .items {
  padding: 30px 0 0;
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (max-width: 767px) {
  .location-info .options-info .items {
    align-items: center;
    justify-content: center;
  }
}

.location-info .options-info .items::after {
  content: "";
  display: block;
  clear: both;
}

.location-info .options-info .item {
  width: 50%;
  max-width: 235px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 25px 0;
  line-height: 1;
  flex: 1 50%;
}

.location-info .options-info .item .txt {
  display: inline-block;
  vertical-align: top;
  color: #222;
  text-transform: uppercase;
  font-weight: 900;
  margin: 8px 0px -5px 5px;
}

.location-info .options-info .item .txt a {
  color: #aa273e;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  margin-top: -4px;
}

.location-info .options-info .item .txt a:hover {
  color: #00422a;
}

.location-info .options-info .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  text-align: center;
}

.location-info .options-info .item .icon i {
  display: inline-block;
  vertical-align: top;
  background: url(images/site-icons2.png) 0 0 no-repeat;
  margin: 0;
}

.location-info .options-info .item .icon i.delivery {
  width: 49px;
  height: 24px;
  background-position: -101px 0;
  /* margin-right:17px; */
}

.location-info .options-info .item .icon i.store {
  width: 31px;
  height: 31px;
  background-position: -222px 0;
  /* margin-right:12px; */
  /* margin-left:6px; */
}

.location-info .options-info .item .icon i.online,
.loc-items .loc-item .info .icons span.online,
i.online {
  background: url(images/online-ordering-icon21.png) center center no-repeat !important;
  background-size: 100%;
  width: 21px !important;
  height: 31px !important;
  /* background-position: -183px 0; */
  margin-right: 22px;
  margin-left: 6px;
}

.location-info .options-info .item .icon i.menu {
  width: 21px;
  height: 31px;
  background-position: -254px 0;
  /* margin-right:20px; */
  /* margin-left:8px; */
}

.location-info .options-info .item .icon span {
  display: inline-block;
  vertical-align: top;
  background: url(images/site-icons2.png) 0 0 no-repeat;
  margin: 0;
}

.location-info .options-info .item .icon span.delivery {
  width: 49px;
  height: 24px;
  background-position: -101px 0;
  /* margin-right:17px; */
}

.location-info .options-info .item .icon span.store {
  width: 31px;
  height: 31px;
  background-position: -222px 0;
  /* margin-right:12px; */
  /* margin-left:6px; */
}

.location-info .options-info .item .icon span.online {
  width: 38px;
  height: 27px;
  background-position: -183px 0;
  margin-right: 22px;
  margin-left: 6px;
}

.location-info .options-info .item .icon span.menu {
  width: 21px;
  height: 31px;
  background-position: -254px 0;
  /* margin-right:20px; */
  /* margin-left:8px; */
}

.location-info .options-info .item .icon span.catering {
  width: 21px;
  height: 31px;
  background: url(/wp-content/themes/mjr2019/images/catering-icon.png) center center no-repeat;
  background-size: cover;
}

.location-info .social-share {
  color: #00422a;
  font-weight: 900;
  padding: 8px 0 0;
  text-align: left;
}

.location-info .social-share h5 {
  color: #00422a;
  font-weight: 900;
  padding-bottom: 15px;
}

.location-info .social-share .addthis_toolbox,
.location-info .social-share .addthis_sharing_toolbox {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .location-info .social-share .addthis_sharing_toolbox {
    text-align: center;
  }
}

.location-info .social-share .addthis_toolbox a,
.location-info .social-share .addthis_sharing_toolbox a {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  background: #aa273e !important;
  border-radius: 50% !important;
  text-align: center;
  padding-top: 4px;
}

.location-info .social-share .addthis_toolbox a:hover,
.location-info .social-share .addthis_sharing_toolbox a:hover {
  background: #00422a !important;
}

.location-info .social-share .addthis_toolbox a i,
.location-info .social-share .addthis_sharing_toolbox a i {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

@media (max-width: 1279px) {
  .location-info .main-info .top .title {
    font-size: 24px;
  }

  .location-info .main-info .main .right {
    width: 50%;
  }

  .location-info .options-info .item {
    width: 46%;
    margin-right: 1%;
    font-size: 14px;
  }

  .location-info .options-info .item .txt a {
    font-size: 14px;
  }

  .location-info .options-info .item .icon i.delivery {
    margin-right: 7px;
  }

  .location-info .options-info .item .icon i.online {
    margin-left: 4px;
    margin-right: 14px;
  }

  .location-info .options-info .item .icon i.store {
    margin-right: 4px;
  }

  .location-info .options-info .item .icon i.menu {
    margin-right: 12px;
  }
}

@media (max-width: 990px) {
  .location-info .main-info {
    width: 100%;
    float: none;
  }

  .location-info .img-mob {
    display: block;
  }

  .location-info .options-info {
    width: 100%;
    float: none;
    padding-top: 20px;
  }

  .location-info .options-info .img {
    display: none;
  }
}

@media (max-width: 767px) {
  .location-detail-map {
    display: none;
  }

  .location-info .main-info .change-loc {
    padding-top: 30px;
  }

  .location-info .main-info .top .title {
    font-size: 22px;
  }

  .location-info .main-info .top .open {
    font-size: 16px;
    padding-top: 0;
  }

  .location-info .main-info .main .left,
  .location-info .main-info .main .right {
    width: 100%;
    float: none;
  }

  .location-info .options-info .items {
    padding-top: 0;
  }

  .location-info .options-info .item {
    width: 31%;
    max-width: 120px;
    margin: 0 0 25px;
    text-align: center;
  }

  .location-info .options-info .item:last-child {
    width: 33%;
  }

  .location-info .options-info .item .icon i {
    margin: 8px auto 0 !important;
  }

  .location-info .social-share h5 {
    text-align: center;
  }

  .location-info .social-share .addthis_toolbox a,
  .location-info .social-share .addthis_sharing_toolbox a {
    width: 36px;
    height: 36px;
    margin: 0 2px;
    padding-top: 2px;
  }
}

@media (max-width: 520px) {
  .location-info .main-info .top .open {
    float: none;
  }
}

@media (max-width: 413px) {
  .location-info .options-info .item:last-child {
    width: 37%;
    margin-left: 1%;
  }
}

@media (max-width: 374px) {
  .location-info .options-info .item:last-child {
    width: 45%;
  }
}

/*promos section on location detail pages*/
.promos .promos-top {
  background: url(images/bg-tile-red.jpg) left top repeat;
  padding: 40px 25px 35px;
  text-align: center;
}

.promos .promos-top h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 44px;
  font-size: calc(1.6vw + 1vh + 1vmin);
  color: #fff;
  margin: 0 auto;
  font-weight: 400;
}

.promo {
  width: 100%;
  clear: both;
}

.promo a {
  display: block;
}

.promo img {
  width: 50%;
  display: block;
  float: left;
}

/*.promo img.mob {display:none;}*/
@media (max-width: 767px) {
  .promos .promos-top {
    padding: 20px 25px;
  }

  .promos .promos-top h1 {
    font-size: 24px;
    font-size: calc(2.2vw + 1vh + 1vmin);
  }

  /*.promo img.mob {display:block;}*/
  .promo img {
    width: 100%;
    float: none;
  }
}

/*nearby locations section*/
.nearby-locs {
  background: url(images/bg-tile-white.jpg) left top repeat;
}

.nearby-locs .inner {
  max-width: 1080px;
  padding: 75px 25px;
}

.nearby-locs .loc-items {
  padding-top: 50px;
}

.nearby-locs .loc-items::after {
  content: "";
  display: block;
  clear: both;
}

.nearby-locs .loc-item {
  width: 42%;
  text-align: left;
  position: relative;
  float: left;
}

.nearby-locs .loc-item:last-child {
  float: right;
}

.nearby-locs .loc-item .top {
  color: #00422a;
  padding: 0 0 6px;
  border-bottom: 1px solid #666;
  line-height: 1;
  text-transform: uppercase;
}

.nearby-locs .loc-item .top::after {
  content: "";
  display: block;
  clear: both;
}

.nearby-locs .loc-item .top .open {
  float: right;
  font-size: 14px;
  font-weight: 900;
  padding-top: 4px;
}

.nearby-locs .loc-item .top .name {
  float: left;
  font-size: 18px;
  letter-spacing: 0.5pt;
  font-weight: 900;
}

.nearby-locs .loc-item .top .name span {
  font-weight: 400;
}

.nearby-locs .loc-item .info {
  padding: 18px 0 0;
}

.nearby-locs .loc-item .info::after {
  content: "";
  display: block;
  clear: both;
}

.nearby-locs .loc-item .info .txt {
  width: 60%;
  float: left;
  line-height: 22px;
}

.nearby-locs .loc-item .info .txt a {
  color: #222;
}

.nearby-locs .loc-item .info .txt a:hover {
  color: #aa273e;
}

.nearby-locs .loc-item .info .txt .addy {}

.nearby-locs .loc-item .info .txt .addy a {
  display: block;
}

.nearby-locs .loc-item .info .txt .phone {
  padding: 12px 0 0;
}

.nearby-locs .loc-item .info .txt .phone strong {
  font-weight: 900;
}

.nearby-locs .loc-item .info .txt .distance {
  padding: 15px 0 0;
}

.nearby-locs .loc-item .info .txt .icons {
  padding: 12px 0 0;
}

.nearby-locs .loc-item .info .txt .icons i#delivery {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/site-icons2.png);
  background-repeat: no-repeat;
}

.nearby-locs .loc-item .info .txt .icons i.delivery {
  width: 31px;
  height: 15px;
  background-position: -151px 0;
}

.nearby-locs .loc-item .info .txt .icons i.online {
  width: 24px;
  height: 17px;
  background-position: -151px -16px;
}

.nearby-locs .loc-item .info .txt .icons i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/3rd-party-icon.png);
  background-repeat: no-repeat;
}

.nearby-locs .loc-item .info .txt .icons i.delivery3 {
  width: 31px;
  height: 21px;
  background-position: 0px 0;
}

.nearby-locs .loc-item .info .txt .icons i.online {
  width: 31px;
  height: 21px;
  background-position: 0px 0px;
}

.nearby-locs .loc-item .info .txt .icons span.delivery-car {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/site-icons2.png);
  background-repeat: no-repeat;
}

.nearby-locs .loc-item .info .txt .icons span.delivery {
  width: 31px;
  height: 15px;
  background-position: -151px 0;
}

.nearby-locs .loc-item .info .txt .icons span.online {
  width: 24px;
  height: 17px;
  background-position: -151px -16px;
}

.nearby-locs .loc-item .info .txt .icons a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-image: url(images/3rd-party-icon.png);
  background-repeat: no-repeat;
}

.nearby-locs .loc-item .info .txt .icons span.delivery3 {
  width: 31px;
  height: 21px;
  background-position: 0px 0;
}

.nearby-locs .loc-item .info .txt .icons span.online {
  width: 31px;
  height: 21px;
  background-position: 0px 0px;
}

.nearby-locs .loc-item .info .btns {
  width: 40%;
  float: right;
}

.nearby-locs .loc-item .info .btns a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.nearby-locs .loc-item .info .btns a:last-child {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .nearby-locs .loc-item .info .btns a {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media (max-width: 850px) {
  .nearby-locs h1 {
    text-align: center;
    font-size: 24px;
  }

  .nearby-locs .loc-item,
  .nearby-locs .loc-item:last-child {
    width: 80%;
    float: none;
    clear: both;
  }

  .nearby-locs .loc-item:last-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .nearby-locs .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 500px) {

  .nearby-locs .loc-item,
  .nearby-locs .loc-item:last-child {
    width: 98%;
  }

  .nearby-locs .loc-item .top .name {
    letter-spacing: 0;
  }
}

/*footer*/
.footer {
  width: 100%;
  clear: both;
  background: #00422a;
  position: relative;
  z-index: 2;
}

.footer::after {
  content: "";
  display: block;
  clear: both;
}

.footer .top {
  max-width: 1250px;
  padding: 45px 30px 30px;
  text-align: center;
}

.footer .top::after {
  content: "";
  display: block;
  clear: both;
}

.footer .logo {
  width: 20%;
  max-width: 223px;
  float: left;
  text-align: left;
  padding: 8px 0 0;
}

.footer .logo a {
  display: block;
}

.footer .logo img {
  width: 100%;
  max-height: 56px;
  display: block;
}

.footer .logo .link {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.footer .logo .link:hover {
  color: #f2db49;
}

.footer .nav {
  width: 54%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
  padding: 6px 0 0;
  float: left;
}

.footer .nav ul {
  list-style: none;
  margin: 0 auto;
  -webkit-columns: 4 100px;
  -moz-columns: 4 100px;
  columns: 4 100px;
}

.footer .nav ul li {
  margin: 0 0 20px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  -webkit-column-break-inside: avoid;
}

.footer .nav ul li a {
  color: #fff;
}

.footer .nav ul li a:hover {
  color: #f2db49;
}

.footer .social-icons {
  width: 14%;
  float: left;
  text-align: right;
}

.footer .social-icons h5 {
  color: #fff;
  text-transform: none;
  padding: 0 15px 15px 0;
}

.footer .social-icons .title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  padding: 0 15px 15px 0;
  margin: 0;
}

.footer .social-icons ul {
  list-style: none;
  margin: 0;
  text-align: right;
}

.footer .social-icons ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.footer .social-icons ul li:first-child {
  margin-left: auto;
}

.footer .social-icons ul li:last-child {
  margin-right: 0;
}

.footer .social-icons ul li a {
  width: 44px;
  height: 44px;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer .social-icons ul li a:hover {
  background: #f2db49;
}

.footer .social-icons ul li i {
  display: block;
  color: #00422a;
  font-size: 26px;
  line-height: 45px;
}

.footer .social-icons ul li span {
  display: block;
  color: #00422a;
  font-size: 26px;
  line-height: 45px;
}

/* .footer .social-icons ul li span {position:absolute; left:-9999px; z-index:-1;} */
.footer .ada-compliance {
  width: 90px;
  margin-left: 20px;
  float: left;
}

.footer .ada-compliance img {
  max-width: 100%;
}

.footer .btm {
  width: 100%;
  clear: both;
  background: #005334;
  position: relative;
  padding: 10px 0 12px;
}

.footer .btm::after {
  content: "";
  display: block;
  clear: both;
}

.footer .btm .sub-footer {
  max-width: 1250px;
  padding: 0 30px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
}

.footer .btm a {
  color: #fff;
}

.footer .btm a:hover {
  color: #f2db49;
}

.footer .btm .left {
  width: 40%;
}

.footer .btm .left a {
  color: #168858;
}

.footer .btm .right {
  width: 60%;
  text-align: right;
}

@media (max-width: 1279px) {
  .footer .logo {
    width: auto;
    float: none;
  }

  .footer .nav {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-top: 40px;
  }

  .footer .social-icons {
    width: auto;
    float: none;
    text-align: center;
    padding-top: 30px;
  }

  .footer .social-icons h5,
  .footer .social-icons .title {
    padding-right: 0;
  }

  .footer .social-icons ul {
    text-align: center;
    margin: 0 auto;
  }

  .footer .social-icons ul li:last-child {
    margin-right: auto;
  }

  .footer .ada-compliance {
    margin: 20px auto 0 auto;
    float: none;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer .nav ul {
    -webkit-columns: 4 170px;
    -moz-columns: 4 170px;
    columns: 4 170px;
  }
}

@media (max-width: 767px) {
  .footer .nav ul {
    text-align: center;
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset;
  }

  .footer .nav ul li {
    font-size: 15px;
  }

  .footer .btm .left,
  .footer .btm .right {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 8px;
  }

  .footer .btm .left {
    padding-top: 6px;
  }

  .footer .btm .sub-footer {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/*MISC*/
img.lazy {
  opacity: 0;
}

img.lazy.loaded {
  opacity: 1 !important;
}

.clear {
  clear: both;
}

.hide,
.hidden {
  display: none;
}

.center {
  text-align: center;
}

.footnote {
  font-size: 85%;
  font-weight: 700;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.trans {
  transition: all 0.25s ease;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft,
img.img-left {
  display: inline;
  float: left;
  margin: 5px 50px 30px 0;
}

.alignright,
img.alignright,
img.img-right {
  display: inline;
  float: right;
  margin: 5px 0 30px 50px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 30px;
  text-align: center;
}

.navigation,
#nav-single,
#nav-below,
#nav-above,
.nav-single,
.nav-below {
  min-height: 60px;
  margin: 40px 0 20px;
  clear: both;
  overflow: hidden;
}

.nav-previous {
  float: left;
  width: 45%;
  padding: 10px 0 0;
  font-weight: bold;
}

.nav-next {
  float: right;
  text-align: right;
  width: 45%;
  padding: 10px 0 0;
  font-weight: bold;
}

.assistive-text {
  margin: 0 !important;
  padding: 20px 0 0;
}

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

.pDiv {
  width: 100%;
  height: 1px;
  clear: both;
  margin: 15px auto 20px;
}

table {
  width: 380px;
}

.new-deals {
  width: 100%;
  height: 12vh;
  display: block;
}

.new-deals .inner {
  width: 100%;
  height: 100%;
  display: table;
}

.new-deals .inner .content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 375px) {
  .new-deals .inner .content {
    font-size: 30px;
  }
}

.promo-squ {
  width: 100%;
  height: auto;
  display: block;
}

.promo-squ .left {
  width: 50%;
  height: auto;
  display: block;
  padding-top: 40%;
}

.promo-squ .right {
  width: 50%;
  height: auto;
  display: block;
  padding-top: 40%;
}

.promo-squ-1 {
  width: 100%;
  height: auto;
  display: block;
}

.promo-squ-1 .left {
  width: 50%;
  height: auto;
  display: block;
  padding-top: 40%;
}

.promo-squ-1 .right {
  width: 50%;
  height: auto;
  display: block;
  padding-top: 40%;
}

@media (max-width: 800px) {
  .promo-squ {
    width: 100%;
    height: auto;
    display: block;
  }

  .promo-squ .left {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }

  .promo-squ .right {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }

  .promo-squ-1 {
    width: 100%;
    height: auto;
    display: block;
  }

  .promo-squ-1 .left {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }

  .promo-squ-1 .right {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }
}

@media (max-width: 500px) {
  .promo-squ {
    width: 100%;
    height: auto;
    display: block;
  }

  .promo-squ .left {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }

  .promo-squ .right {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }

  .promo-squ-1 {
    width: 100%;
    height: auto;
    display: block;
  }

  .promo-squ-1 .left {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }

  .promo-squ-1 .right {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 80%;
  }
}

section.delivery.block-1 {
  height: 68vh;
}

section.delivery.block-2 {
  background: #1c73bb;
  text-align: center;
}

section.delivery.block-2 .delivery-options {
  max-width: 1200px;
}

section.delivery.block-2 .delivery-options .title-1 {
  padding: 40px 0 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 100px;
  line-height: 120px;
  color: #f1dc4b;
  text-transform: capitalize;
}

section.delivery.block-2 .delivery-options .title-2 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  max-width: 600px;
}

section.delivery.block-2 .delivery-options .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  justify-content: center;
  /* flex-flow: row wrap-reverse; */
}

section.delivery.block-2 .delivery-options .inner .item {
  border: 0px solid #f1dc4b;
  transition: all 0.25s ease;
  flex: 0 calc(33% - 35px);
  height: 185px;
  background: #fff;
  padding: 35px 65px;
  margin: 15px;
  box-shadow: 0 0 12px -6px black;
}

section.delivery.block-2 .delivery-options .inner .item:hover {
  padding: 20px;
  box-shadow: 0 0 12px -2px black;
  border: 8px solid #f1dc4b;
}

section.delivery.block-2 .delivery-options .inner .item .image {
  height: 100%;
}

@media (max-width: 900px) {
  section.delivery.block-2 .delivery-options .inner .item {
    padding: 15px;
    height: 150px;
  }

  section.delivery.block-2 .delivery-options .title-1 {
    font-size: 66px;
    line-height: 70px;
  }

  section.delivery.block-2 .delivery-options .title-2 {
    padding: 25px;
  }
}

@media (max-width: 500px) {
  section.delivery.block-2 .delivery-options .inner .item {
    flex: 0 100%;
  }

  section.delivery.block-2 .delivery-options .title-2 {
    font-size: 25px;
  }

  section.delivery.block-2 .delivery-options .inner {
    padding: 0px 40px;
  }
}

div #shadow {
  text-shadow: 2px 1px 3px #000;
}

/* Utilities */
.hide-for-desktop {
  display: block !important;
}

@media (min-width: 1024px) {
  .hide-for-desktop {
    display: none !important;
  }
}

/* Menu Calories */
.calories {
  text-transform: none;
  font-size: 1rem;
  padding-left: 0.8rem;
  font-weight: normal;
  /* color: #74a94c; */
  line-height: 1rem;
  display: inline-block;
  transform: translateY(-0.75px);
}

/* Red Buttons */
.is-style-fill {
  color: #fff;
  background-color: #912136;
  border-radius: 4px;
}

/* Hide Order Online Link In Mobile Menu*/
li.hide-for-desktop.online {
  display: none !important;
}

.fsr-logo-footer {
  width: 42% !important;
  margin-top: 12%;
  margin-right: auto;
}

@media (max-width: 1279px) {
  .fsr-logo-footer {
    margin-right: auto;
  }
}

/* CCPA Adjustments */

ul.ccpa-link {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
}

.footer .btm .left ul.ccpa-link li a {
  color: #fff;
  font-size: 12px;
}

.footer .btm .left ul.ccpa-link li a:hover {
  color: #eeda40;
}

.sub-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer .btm .sub-footer {
  padding: 0 20px;
}

.foodja-banner {
  background-color: #aa253f;
  justify-content: center;
  color: #fff;
  padding: 22px 12px;
  display: flex;
  flex-direction: row;
}

.foodja-order {
  background-color: #00422a;
  color: #fff;
  padding: 8px 14px;
  margin-left: 12px;
}

.foodja-order:hover {
  background-color: #ccd53b;
}

@media screen and (max-width: 1023px) {
  .foodja-banner {
    display: none;
  }
}