@charset "UTF-8";
@font-face {
  font-family: "Veneer";
  src: url("../fonts/veneer.woff2") format("woff2"), url("../fonts/veneer.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "VeneerExtras";
  src: url("../fonts/VeneerExtras.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Handelson-Two";
  src: url("../fonts/handelson-two.woff2") format("woff2"), url("../fonts/handelson-two.woff") format("woff");
  font-weight: 400;
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider {
  width: 100%;
}
#home-slider::after {
  content: '';
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video,
#home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1000px;
}

.columns, .column {
  min-height: 1px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #de4f42;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 16px;
  margin-top: -8px;
  content: '+';
}

.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333;
}

.accordion-item.is-active .accordion-title::before {
  content: '–';
}
.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #de4f42;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #ca3123;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #de4f42;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 15px;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}

.is-drilldown {
  position: relative;
  max-width: 100% !important;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 0 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: '';
  display: table;
  clear: both;
}

.gfield {
  list-style: none;
  margin-bottom: 35px;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-bottom: 1px solid #de4f42 !important;
}
.gfield_error input:-ms-input-placeholder, .gfield_error textarea:-ms-input-placeholder {
  color: #de4f42 !important;
}
.gfield_error input:-moz-placeholder, .gfield_error textarea:-moz-placeholder {
  color: #de4f42 !important;
}
.gfield_error input::-moz-placeholder, .gfield_error textarea::-moz-placeholder {
  color: #de4f42 !important;
}
.gfield_error input::-webkit-input-placeholder, .gfield_error textarea::-webkit-input-placeholder {
  color: #de4f42 !important;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
  color: #de4f42;
  text-align: center;
}

.gform_footer {
  text-align: center;
  /*aligning of submit button*/
}

.validation_error {
  display: none;
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  display: none;
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  overflow-x: hidden;
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  font-size: 18px;
}

/* Inputs styling */
label {
  display: block;
  font-size: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 13px 20px;
  margin-bottom: 0;
  background-color: #de4f42;
  color: #fff;
  font: 600 14px/1 "Work Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #f2d162;
  color: #000;
}

/* Button additional styles */
.button.btn-yellow {
  background-color: #f2d162;
  color: #000;
}
.button.btn-yellow:hover, .button.btn-yellow:focus {
  /*basic hover and focus effects*/
  background-color: #3f3f3f;
  color: #fff;
}

.button.btn-dark {
  background-color: #3f3f3f;
  color: #fff;
}
.button.btn-dark:hover, .button.btn-dark:focus {
  /*basic hover and focus effects*/
  background-color: #f2d162;
  color: #3f3f3f;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #000;
  font-family: "Work Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  font-family: "Veneer", sans-serif;
  color: inherit;
  line-height: normal;
  margin-bottom: 1rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  /*basic heading styles*/
  font-size: 100px;
}

h2, .h2 {
  /*basic heading styles*/
  font-size: 60px;
  line-height: 1;
}

h3, .h3 {
  /*basic heading styles*/
  font-size: 40px;
}

h4, .h4 {
  /*basic heading styles*/
  font-size: 32px;
}

h5, .h5 {
  /*basic heading styles*/
  font-size: 24px;
  letter-spacing: 1px;
}

h6, .h6 {
  /*basic heading styles*/
  font-size: 20px;
}

p {
  /*basic paragraph styles*/
  margin-bottom: 1.85rem;
  line-height: 1.56;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

.office__address {
  font: 600 18px/1.44 "Work Sans", sans-serif;
}

.tiny-description {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: black !important;
}

.lead-text {
  font: 400 24px/1 "Veneer", sans-serif;
}

.link-arrow a {
  position: relative;
  font: 400 24px/29px "Veneer", sans-serif;
  padding-right: 25px;
  text-decoration: none;
}
.link-arrow a:hover {
  text-decoration: underline;
}
.link-arrow a:after {
  position: absolute;
  display: inline-block;
  content: '\#';
  font: 400 24px/29px "VeneerExtras", sans-serif;
  color: #de4f42;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.end-bold {
  display: inline-block;
  font-family: "VeneerExtras", sans-serif;
  font-weight: 400;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #de4f42;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #de4f42;
}

p, li, a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #de4f42;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#home-slider .slick-slide, .bg-cover {
  background-size: cover;
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.no-pad.columns {
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header-wrapper {
  position: absolute;
  width: 100%;
}

.sub-menu-wrap .sticky.is-at-top.is-stuck {
  margin-top: 80px !important;
  z-index: 5;

}

.header {
  z-index: 5;
  width: 100%;
  border-top: 20px solid #000;
}
.header.is-stuck {
  background-color: #000;
  z-index: 6;
  border-top: 5px;
}
.header.is-stuck .mask-wrap {
  height: auto;
}
.header.is-stuck .logo {
  line-height: 80px;
}
.header.is-stuck .mask {
  background: none;
  padding-top: 0;
}
.header .mask-wrap {
  position: relative;
  height: 155px;
}
.header .mask {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  border-top: 45px solid #000;
  padding-top: 112px;
  background: url("../images/dino-texture-2.png") 50% -8px no-repeat;
  background-size: cover;
}
.header .menu-icon {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 72px;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}
.header .menu-icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #de4f42;
  top: 50%;
  left: 0;
  margin-top: -9px;
  box-shadow: 0 7px 0 #de4f42, 0 14px 0 #de4f42;
}
.header .menu-icon:hover:after {
  background: #b5b5b5;
  box-shadow: 0 7px 0 #b5b5b5, 0 14px 0 #b5b5b5;
}
.header .search-link {
  color: #de4f42;
  margin: 0 13px;
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
}
.header .search-link:hover {
  color: #f2d162;
}
.header .search-link .fas {
  transform: rotate(90deg);
}
.header .shop-link,
.header .grab-link {
  font: 400 24px/70px "Veneer", sans-serif;
  color: #de4f42;
  margin: 0 13px;
}
.header .shop-link:hover,
.header .grab-link:hover {
  color: #b5b5b5;
}
.header .order-link img {
  max-height: 80px;
}

.logo img {
  max-height: 150px;
}

.top-banner {
  min-height: 562px;
  position: relative;
  margin-bottom: -5px;
}
.top-banner .caption {
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
  min-width: 80vw;
}
.top-banner .caption__title {
  font: 400 100px/90px "Veneer", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.top-banner .caption__subtitle {
  font: 400 32px/34px "Handelson-Two", sans-serif;
  color: #fff;
}

.menu.vertical.drilldown {
  width: 100%;
}

.menu-wrap {
  display: none;
  position: relative;
  min-height: 100vh;
  margin-top: -80px;
  padding-top: 180px;
  padding-bottom: 170px;
  z-index: -1;
}
.menu-wrap.open {
  display: block;
}
.menu-wrap .dark-mask {
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.megamenu {
  background-color: black !important;
}

.menu-wrap .my-drill {
  position: relative;
  z-index: 5;
  margin: auto;
  max-width: 880px;
}
.menu-wrap .my-drill ul {
  float: left;
  margin: 0;
}
.menu-wrap .my-drill ul li {
  width: 35%;
  float: left;
  /*&*/
}
.menu-wrap .my-drill ul li.js-drilldown-back {
  width: 100%;
}
.menu-wrap .my-drill ul li.js-drilldown-back a {
  font: 400 24px/29px "Veneer", sans-serif;
}
.menu-wrap .my-drill ul li.js-drilldown-back a:before {
  width: 29px;
  height: 29px;
  background-image: url("../images/arrow.png");
  background-size: cover;
  border: none;
  margin: 0;
}
.menu-wrap .my-drill .state-name {
  position: relative;
}
.menu-wrap .my-drill .state-name > a {
  border-bottom: 2px solid #3f3f3f;
  width: 100%;
  font: 400 32px/34px "Handelson-Two", sans-serif;
  color: #828282;
}
.menu-wrap .my-drill .current-menu-item > a {
  /*color: #de4f42;*/
}
.menu-wrap .my-drill a {
  display: inline-block;
  font: 400 60px/1 "Veneer", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  outline: none;
}
.menu-wrap .my-drill a:hover {
  color: #b5b5b5;
}
.menu-wrap .is-drilldown-submenu {
  opacity: 0;
}
.menu-wrap .is-drilldown-submenu.is-active {
  opacity: 1;
  background-color: #000;
}
.menu-wrap .is-drilldown-submenu.is-active .w-66 {
  width: 66%;
  float: left;
}
.menu-wrap .is-drilldown-submenu.is-active .w-33 {
  width: 33%;
  float: right;
}
.menu-wrap .is-drilldown-submenu.is-active .state-name ul.is-drilldown-submenu {
  position: relative;
  opacity: 1;
  z-index: 1;
  left: 0;
  background-color: transparent;
}
.menu-wrap .is-drilldown-submenu.is-active .state-name ul.is-drilldown-submenu .js-drilldown-back {
  display: none;
}
.menu-wrap .is-drilldown-submenu.is-active .state-name ul.is-drilldown-submenu li {
  width: 50%;
  float: left;
}
.menu-wrap .is-drilldown-submenu-parent > a::after {
  display: none;
}
.menu-wrap .pre-holder {
  position: absolute;
  top: calc(100% - 170px);
  left: 0;
  right: 0;
  margin: auto;
}
.menu-wrap .pre-footer-wrap {
  position: relative;
  z-index: 4;
  padding-left: 20px;
}
.menu-wrap .pre-footer-menu li {
  display: inline-block;
}
.menu-wrap .pre-footer-menu li:last-child:after {
  display: none;
}
.menu-wrap .pre-footer-menu li:after {
  content: ' /';
  font: 400 24px/29px "Veneer", sans-serif;
  color: #de4f42;
}
.menu-wrap .pre-footer-menu li a {
  font: 400 24px/29px "Veneer", sans-serif;
  color: #de4f42;
  letter-spacing: 1px;
}
.menu-wrap .pre-footer-menu li a:hover {
  color: #828282;
}
.menu-wrap .sponsor {
  float: left;
}
.menu-wrap .sponsor__item:last-child {
  margin-left: 20px;
}


/*** Order Online SVG Nav ****/

.order-online-svg-nav {
   /* filter: url(#blur); */
  max-height: 80px;
  display: inline-block;
    vertical-align: middle;
    height: auto;
  max-width: 30%;
}


/*** svg colors ***/

.cls-1 {
  stroke: #f2d162;
  stroke-width: 4.5px;
  fill: none !important;
  animation: cls-1 1.5s ease infinite ;
}

.cls-2 {
  stroke: #de4f42 !important;
    animation: cls-2 1.5s ease infinite ;
    stroke-width: 5px !important;
}

path#path-14 {
    stroke: #f2d162 !important;
    stroke-width: 3.5px;
}


/*** animations ****/

/*** applies to entire svg ***/


/*** arrow ***/
@keyframes cls-2 {

  from {opacity: 1;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .94;}
  28% {opacity: .98;}
  37% {opacity: .93;}
  38% {opacity: .5;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}



/**** Letter animations ****/

/* O  */
#path-1 {
    animation: path-1 5s ease infinite ;
}

@keyframes path-1 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/**** D ***/
#path-3 {
    animation: path-3 5s ease infinite ;
}

@keyframes path-3 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* E */
#path-4 {
    animation: path-4 5s ease infinite ;
}

@keyframes path-4 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}


/* N */
#path-7 {
    animation: path-7 5s ease infinite ;
}

@keyframes path-1 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* I */
#path-9 {
    animation: path-9 5s ease infinite ;
}

@keyframes path-9 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* Arrow inner line */
#path-14 {
    animation: path-14 5s ease infinite ;
}
@keyframes path-14 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/*******/
/*** Order Online SVG Overlay ***/
/*******/

.order-online-svg-overlay {
    /* filter: url(#blur-overlay); */
  max-width: 100%;
  max-height: 180px;
  display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-top: 2em;
}


.o-cls-1 {
  stroke: #f2d162;
  stroke-width: 2.5px;
  fill: none !important;
  animation: o-cls-1 1.5s ease infinite ;
}

.o-cls-2 {
  stroke: #de4f42 !important;
    animation: o-cls-2 1.5s ease infinite ;
    stroke-width: 2.5px;
}

path#o-path-14 {
    stroke: #f2d162 !important;
    stroke-width: 2.5px;
}


/*** animations ****/

/*** applies to entire svg ***/

/** letters **/
@keyframes o-cls-1 {

  from {opacity: 1;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .94;}
  28% {opacity: .98;}
  37% {opacity: .93;}
  38% {opacity: .5;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/*** arrow ***/
@keyframes o-cls-2 {

  from {opacity: 1;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .94;}
  28% {opacity: .98;}
  37% {opacity: .93;}
  38% {opacity: .5;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}



/**** Letter animations ****/

/* O  */
#o-path-1 {
    animation: path-1 5s ease infinite ;
}

@keyframes o-path-1 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/**** D ***/
#o-path-3 {
    animation: path-3 5s ease infinite ;
}

@keyframes o-path-3 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* E */
#o-path-4 {
    animation: path-4 5s ease infinite ;
}

@keyframes o-path-4 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}


/* N */
#o-path-7 {
    animation: o-path-7 5s ease infinite ;
}

@keyframes o-path-1 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* I */
#o-path-9 {
    animation: o-path-9 5s ease infinite ;
}

@keyframes o-path-9 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* Arrow inner line */
#o-path-14 {
    animation: o-path-14 5s ease infinite ;
}
@keyframes o-path-14 {

  from {opacity: .4;}
  4% { opacity: .9; }
  6% {opacity: .85;}
  8% {opacity: .95;}
  10% {opacity: .90;}
  11% {opacity: .922;}
  12% {opacity: .9;}
  14% {opacity: .95;}
  16% {opacity: .98;}
  17% { opacity: .9;}
  19% {opacity: .93;}
  20% {opacity: .99;}
  24% {opacity: 1;}
  26% {opacity: .4;}
  28% {opacity: .9;}
  37% {opacity: .93;}
  38% {opacity: .7;}
  39% {opacity: .96;}
  42% {opacity: 1;}
  44% {opacity: .97;}
  46% {opacity: .94;}
  56% {opacity: .9;}
  58% {opacity: .9;}
  60% {opacity: .99;}
  68% {opacity: 1;}
  70% {opacity: .9;}
  72% {opacity: .95;}
  93% {opacity: .93;}
  95% {opacity: .95;}
  97% {opacity: .93;}
  to {opacity: 1;}
}

/* --------------------------
        popup styles
----------------------------*/

/**** byob popup styles ****/

div#sgpb-popup-dialog-main-div {
  border: none !important;
  border-style: none !important;
  border-radius: 2% !important;
}

.sgpb-popup-dialog-main-div-wrapper p {
  margin-bottom: 0;
}

span.h5.popup-span {
  padding-bottom: 80px;
}

p img.popup-image-byob {
  padding-top: 140px;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

img.popup-pig-logo {
  height: 60px;
  width: 73px;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 50px;
  padding-bottom: 20px;
}



img.popup-image-order {
  padding-top: 50px;
  padding-bottom: 100px;
}


.ui-datepicker, .select2-dropdown {
    z-index: 999999999999999 !important;
}

.fancybox-container {
    z-index: 9999991 !important;
}

.order-online-popup-text {
    padding-top: 90px;
    text-align: left !important;
    width: 60%;
    margin: auto;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #de4f42;
}
.not-found .label:hover {
  background-color: #d23325;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	General:
---------------------------------------*/
.row {
  max-width: 1010px;
}

.row.row-580 {
  max-width: 610px;
}

.row.row-700 {
  max-width: 730px;
}

.row.row-780 {
  max-width: 810px;
}

.row.row-980 {
  max-width: 1010px;
}

.row.row-1200 {
  max-width: 1230px;
}

.row.row-1340 {
  max-width: 1370px;
}

/*---------------------------------------
	WELCOME
---------------------------------------*/
.welcome {
  position: relative;
  color: #fff;
  min-height: 100vh;
}
.welcome .dark-mask {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.welcome__wrap {
  position: relative;
  z-index: 5;
}
.welcome__logo {
  padding-top: 20px;
}
.welcome h1.slogan {
  font: 400 32px/34px "Handelson-Two", sans-serif;
  color: #de4f42;
  margin-top: 60px;
  margin-bottom: 40px;
}
.welcome h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
.welcome a:hover {
  color: #de4f42;
}

/*---------------------------------------
	GOLDBELLY
---------------------------------------*/
.goldbelly {
  position: relative;
  color: #fff;
  min-height: 100vh;
}
.goldbelly svg {
  width: 100%;
}
.goldbelly .back-btn {
  position: absolute;
  top: 34px;
  left: 50px;
  font: 400 24px/40px "Veneer", sans-serif;
  letter-spacing: 1px;
  padding-left: 40px;
}
.goldbelly .back-btn:before {
  position: absolute;
  display: block;
  content: '';
  height: 40px;
  width: 30px;
  background-image: url("../images/arrow.png");
  background-size: cover;
  left: 0;
}
.goldbelly__wrap {
  padding-top: 90px;
}
.goldbelly__logo {
  margin-bottom: 110px;
}
.goldbelly .btn-try {
  margin-top: 40px;
}

/*---------------------------------------
	PART: Inner menu
---------------------------------------*/
.sub-menu-wrap {
  position: relative;
  background-color: #000;
  z-index: 4;

}
.sub-menu-wrap .sub-menu {
  margin: 0;
  text-align: center;
	border-top: #313131 2px solid;
}
.sub-menu-wrap .sub-menu .menu-item {
  display: inline-block;
  margin: 0;
}
.sub-menu-wrap .sub-menu .menu-item a {
  position: relative;
  display: inline-block;
  font: 400 24px/50px "Veneer", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 15px;
}
.sub-menu-wrap .sub-menu .menu-item.order-sub-menu-link a {
  color: #f2d162;
}
.sub-menu-wrap .sub-menu .menu-item.current-menu-item a {
  color: #de4f42;
}
.sub-menu-wrap .sub-menu .menu-item.current-menu-item a:after {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  width: calc(100% - 30px);
  background-color: #de4f42;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sub-menu-wrap .sub-menu .menu-item:not(.current-menu-item):hover a {
  color: #de4f42;
}
.sub-menu-wrap .active-page-wrap {
  background-color: #000;
}
.sub-menu-wrap .active-page-wrap .current-item {
  padding: 11px 0 11px 40px;
  text-align: center;
  display: inline-block;
  font: 400 18px/1 "Veneer", sans-serif;
  color: #de4f42;
  letter-spacing: .75px;
  text-transform: uppercase;
  width: calc(100% - 40px);
}
.sub-menu-wrap .active-page-wrap .arrow {
  position: relative;
  float: right;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url("../images/arrow.png");
  background-size: cover;
  transform: rotate(180deg);
  cursor: pointer;
}
.sub-menu-wrap .active-page-wrap .arrow.open {
  transform: rotate(-90deg);
}

.page-menu-parent.current-menu-item a {
  color: #de4f42;
}

/*---------------------------------------
	PART: FLEX-CONTENT
---------------------------------------*/
.flex-content {
  padding: 100px 0;
}
.flex-content__wrap {
  padding-bottom: 100px;
}
.flex-content__wrap:last-child {
  padding-bottom: 0;
}
.flex-content .title {
  margin-bottom: 60px;
}
.flex-content .title.title-contact {
  margin-bottom: 10px;
}
.flex-content .title__red {
  color: #de4f42;
}
.flex-content hr {
  margin-top: 60px;
  border-bottom: 2px solid #de4f42;
  margin-bottom: 10px;
}
.flex-content p strong {
  font-size: 18px;
  font-weight: 600;
}
.flex-content a[href^="mailto:"] {
  /*font: 600 12px/14px $font;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  &:hover{
  	color: $red;
  }*/
}

.careers__location {
  position: relative;
  color: #de4f42;
}
.careers__location:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: -8px;
  right: 0;
  height: 4px;
  background-color: #000;
}
.careers__wrap {
  padding: 30px 0 40px 0;
}
.careers__wrap:last-child {
  padding-bottom: 0;
}

.job {
  position: relative;
  padding: 10px 155px 0 0;
  border-bottom: 2px solid #b5b5b5;
}
.job__desc {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #b5b5b5;
}
.job__name {
  margin-bottom: 0;
}
.job__link {
  position: absolute;
  top: 10px;
  right: 0;
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #000;
}
.job__link:hover {
  color: #b5b5b5;
}

.brand__item {
  position: relative;
  padding-bottom: 250px;
  margin-bottom: 20px;
}
.brand__type {
  margin-top: 60px;
}
.brand__type:first-child {
  margin-top: 0;
}
.brand__title {
  color: #fff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.brand__logo {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
  max-width: 150px;
}
.brand__mask {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.brand__download {
  display: inline-block;
  width: 100%;
  /*background-color: $red;
  color: #fff;
  font: 600 14px/40px $font;
  letter-spacing: 2px;
  text-align: center;*/
}

.interested {
  margin-top: 50px;
}
.interested__mail {
  margin-bottom: 10px;
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
}
.interested__link {
  font: 400 24px/29px "Veneer", sans-serif !important;
  letter-spacing: 1px !important;
}

.loc-partner-slider .slick-prev,
.loc-partner-slider .slick-next,
.slider-wrap .slick-prev,
.slider-wrap .slick-next,
.syracuse-slider .slick-prev,
.syracuse-slider .slick-next,
.gallery-slider-popup .slick-prev,
.gallery-slider-popup .slick-next,
.artist-slider .slick-prev,
.artist-slider .slick-next,
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.8);
}
.loc-partner-slider .slick-prev:before,
.loc-partner-slider .slick-next:before,
.slider-wrap .slick-prev:before,
.slider-wrap .slick-next:before,
.syracuse-slider .slick-prev:before,
.syracuse-slider .slick-next:before,
.gallery-slider-popup .slick-prev:before,
.gallery-slider-popup .slick-next:before,
.artist-slider .slick-prev:before,
.artist-slider .slick-next:before,
.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  display: inline-block;
  width: 70px;
}

.syracuse-slider .slick-slide,
.gallery-slider-popup .slick-slide,
.gallery-slider .slick-slide {
  position: relative;
  max-width: 980px;
  opacity: .3;
  transition: all 0.5s ease;
  z-index: 1;
}
.syracuse-slider .slick-slide.slick-active,
.gallery-slider-popup .slick-slide.slick-active,
.gallery-slider .slick-slide.slick-active {
  opacity: 1;
  margin: 0 -150px;
  transition: all 0.5s ease;
  z-index: 10;
}
.syracuse-slider .slick-slide:not(.slick-active),
.gallery-slider-popup .slick-slide:not(.slick-active),
.gallery-slider .slick-slide:not(.slick-active) {
  transform: scale(0.85);
  transition: all 0.5s ease;
}

.syracuse-slider .slick-slide.slick-active {
  margin: 0 -75px;
}

.gallery-nav-sl,
.gallery-nav-sl-popup {
  padding: 20px 30px;
}
.gallery-nav-sl .slick-slide,
.gallery-nav-sl-popup .slick-slide {
  margin: 5px;
  cursor: pointer;
}

/* ------------------------------------
    PART : FLEX MENU
------------------------------------- */
.inner-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  font: 600 12px/1 "Work Sans", sans-serif;
  color: #b5b5b5;
  text-transform: uppercase;
}
.inner-menu .current-menu-item a {
  color: #de4f42;
}
.inner-menu a {
  display: inline-block;
  padding: 10px 0;
}
.inner-menu a:hover {
  color: #000;
}

.food-page {
  padding: 100px 0;
}
.food-page .top-wrap {
  margin-bottom: 60px;
}
.food-page .top-wrap__title {
  color: #de4f42;
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
}
.food-page .top-wrap__dwnl {
  float: right;
  min-width: 280px;
}

img.lunch-menu-logo {
  width: 12em;
  display: block;
}

@media only screen and (max-width: 600px) {
  img.lunch-menu-logo {
  margin: auto;
}
}


.flex-menu__title {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}
.flex-menu__title.no-description {
  margin-bottom: 30px;
}
.flex-menu__title:before, .flex-menu__title:after {
  position: absolute;
  display: inline-block;
  content: '\-';
  font: 400 80px/60px "VeneerExtras", sans-serif;
  color: #000;
  width: 60px;
  height: 54px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.flex-menu__title:after {
  content: '\+';
  left: auto;
  right: 0;
}
.flex-menu__desc {
  margin-bottom: 30px;
}
.flex-menu__desc.only-title {
  margin-bottom: 0;
}
.flex-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.flex-menu ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.flex-menu ul li:before {
  position: absolute;
  display: inline-block;
  content: '\y';
  font: 400 18px/1 "VeneerExtras", sans-serif;
  color: #de4f42;
  top: 4px;
  left: 0;
}

.angus-cert {
  width:100px;
}

.dish {
  margin-bottom: 40px;
}
.dish__wrap {
  text-align: left;
  border-top: 2px solid #de4f42;
  max-width: 380px;
  width: 100%;
}
.dish--right .dish__wrap {
  float: right;
}
.dish__desc {
  padding-top: 5px;
  margin-bottom: 20px;
}
.dish__desc p {
  margin-bottom: 5px;
}
.dish .mild-dish {
  position: relative;
  padding-left: 100px;
}
.dish .mild-dish:after {
  position: absolute;
  display: inline-block;
  content: '\h';
  font: 400 18px/1 "VeneerExtras", sans-serif;
  color: #de4f42;
  top: 5px;
  left: 0;
  width: 12px;
  height: 21px;
}
.dish .mild-dish:before {
  position: absolute;
  display: inline-block;
  content: 'MILD';
  color: #de4f42;
  font: 400 24px/28px "Handelson-Two", sans-serif;
  top: 0;
  left: 18px;
}
.dish .hot-dish {
  position: relative;
  padding-left: 100px;
}
.dish .hot-dish:after {
  position: absolute;
  display: inline-block;
  content: '\hh';
  font: 400 18px/1 "VeneerExtras", sans-serif;
  color: #de4f42;
  top: 5px;
  left: 0;
  width: 30px;
  height: 21px;
}
.dish .hot-dish:before {
  position: absolute;
  display: inline-block;
  content: 'HOT';
  color: #de4f42;
  font: 400 24px/28px "Handelson-Two", sans-serif;
  top: 0;
  left: 30px;
}
.dish .hottest-dish {
  position: relative;
  padding-left: 150px;
}
.dish .hottest-dish:after {
  position: absolute;
  display: inline-block;
  content: '\hhh';
  font: 400 18px/1 "VeneerExtras", sans-serif;
  color: #de4f42;
  top: 5px;
  left: 0;
  width: 30px;
  height: 21px;
}
.dish .hottest-dish:before {
  position: absolute;
  display: inline-block;
  content: 'HOTTEST';
  color: #de4f42;
  font: 400 24px/28px "Handelson-Two", sans-serif;
  top: 0;
  left: 40px;
}
.dish .price {
  display: inline-block;
  line-height: 29px;
}
.dish .price__val {
  position: relative;
  display: inline-block;
  font: 400 24px/29px "Veneer", sans-serif;
  color: #de4f42;
  letter-spacing: 1px;
}
.dish .price__notes {
  display: inline-block;
  font: 600 12px/29px "Work Sans", sans-serif;
  text-transform: uppercase;
  vertical-align: bottom;
}
.dish .price--right .price__val {
  padding-right: 10px;
  padding-left: 0;
}
.dish .price--right .price__val:after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #de4f42;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dish .price--right:last-child .price__val:after {
  display: none;
}
.dish .price--left .price__val {
  padding-left: 10px;
}
.dish .price--left .price__val:after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #de4f42;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.dish .price--left:first-child .price__val {
  padding-left: 0;
}
.dish .price--left:first-child .price__val:after {
  display: none;
}
.dish--drink .dish__desc {
  position: relative;
  padding-right: 100px;
}
.dish--drink .dish__desc .title {
  margin-bottom: 10px;
}
.dish--drink .dish__desc .p.notes {
  color: #828282;
}
.dish--drink .dish__desc .location {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  text-transform: uppercase;
}
.dish--drink .dish__desc .alcohol {
  position: absolute;
  display: inline-block;
  font: 400 24px/29px "Veneer", sans-serif;
  color: #de4f42;
  top: 5px;
  right: 0;
}

.two-colum-menu {
  margin-top: 30px;
  border-top: 2px solid #de4f42;
  padding-top: 5px;
}
.two-colum-menu ul {
  column-count: 2;
}

/* ------------------------------------
    FLEX : LOCAL PARTNERS
------------------------------------- */
.partner {
  width: 382px;
}
.partner__logo {
  position: relative;
  padding-bottom: 450px;
  overflow: hidden;
}
.partner__logo--img {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.partner__logo img {
  width: 100%;
}
.partner__info {
  padding: 20px;
}
.partner__info .post-date {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  text-transform: uppercase;
}
.partner__link {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  float: left;
}
.partner__location {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
  float: right;
  text-transform: uppercase;
}
.partner__name {
  margin-top: 10px;
}

.loc-partner-slider .partner__logo img {
  width: 75%;
}

.news-slider .partner__logo {
  padding-bottom: 0;
}
.news-slider .img-holder-wrap {
  padding-bottom: 450px;
  position: relative;
}
.news-slider .img-holder-wrap:hover .img-holder {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.news-slider .img-holder {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.5s ease;
}

img.photo.bg-cover.live-music- {
  filter: grayscale(100%);
}

.fancybox-artist .img-holder.bg-cover {
    filter: grayscale(100%);
}

.music-single img.attachment-news_img.size-news_img.wp-post-image {
   filter: grayscale(100%);
    height: 210px;
    object-fit: cover;
}


/*.news-slider .partner__logo:hover{
	img{
		top: 0;
		left: 0;
		transform: scale(1.1);
	}
}*/
/* ------------------------------------
    FLEX : COMMNUNITY PARTNERS
------------------------------------- */
.comm-partners .columns {
  padding-left: 10px;
  padding-right: 10px;
}
.comm-partners__wrap-logo {
  position: relative;
  padding-bottom: 214px;
}
.comm-partners__wrap-logo--img {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.comm-partners__wrap-info {
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 1.43;
}
.comm-partners__link {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
}

/* ------------------------------------
    FLEX : WHATS HAPPENING
------------------------------------- */
.what-happend .columns {
  padding-left: 10px;
  padding-right: 10px;
}
.what-happend__wrap-logo {
  padding-bottom: 60px;
}
.what-happend__wrap-info {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 1.43;
}
.what-happend__time {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.what-happend__link {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
}
.what-happend__link:hover {
  color: #000;
}

/* ------------------------------------
    FLEX : LOCAL INFO
------------------------------------- */
.direction__phone {
  margin-bottom: 15px;
  font-weight: 600;
}
.direction__phone a:hover {
  color: #de4f42;
}
.direction__address {
  margin-bottom: 30px;
  font-weight: 600;
}
.grab__table__button {
    max-width: 265px;
    width: 100%;
    letter-spacing: 2px;
}

.schedule {
  max-width: 215px;
  margin: auto;
}
.schedule__day {
  font: 600 18px/26px "Work Sans", sans-serif;
}
.schedule__time {
  font: 400 18px/21px "Work Sans", sans-serif;
  margin-bottom: 20px;
}

.happy-hours p {
  margin-bottom: 10px;
}

/* ------------------------------------
    FLEX : LIVE MUSIC
------------------------------------- */

.flex-music {
  color: white !important;
}

.flex-content__wrap--music {
  padding-top: 100px;
  margin-bottom: 100px;
  background-color: black;
}
.flex-content__wrap--music .slogan-title {
  font-family: "Handelson-Two", sans-serif;
  margin-bottom: 20px;
}
.flex-content__wrap--music .schedule {
  max-width: 100%;
}
.flex-content__wrap--music .notes {
  max-width: 225px;
}

.lineup {
  max-width: 280px;
  float: right;
  width: 100%;
}
.lineup .button {
  width: 100%;
}

.syracuse-slider .slick-slide {
  max-width: 750px;
}
.syracuse-slider .fio {
  padding: 20px;
  opacity: 0;
  transition: all 0.5s ease;
}
.syracuse-slider .fio__name {
  margin-bottom: 0;
  color: #de4f42;
}
.syracuse-slider .fio__position {
  color: #000;
  font-weight: 600;
}
.syracuse-slider .slick-slide.slick-active .fio {
  opacity: 1;
  transition: all 0.5s ease;
}
.syracuse-slider .slick-next,
.syracuse-slider .slick-prev {
  top: 210px;
}

.top-slider-music .partner__info .post-date {
  float: left;
}
.top-slider-music .news-single__location {
  float: right;
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
}
.top-slider-music .partner__name {
  margin-bottom: 0;
}
.top-slider-music .music-link {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #000;
}
.top-slider-music .music-link:hover {
  color: #b5b5b5;
}




/* ------------------------------------
    FLEX-CATTERUNG : SERVICES
------------------------------------- */
.flex-catering .title {
  position: relative;
}
.flex-catering .num-holder {
  position: relative;
}
.flex-catering .num-holder .circle-num {
  position: absolute;
  display: inline-block;
  font: 400 60px/74px "Veneer", sans-serif;
  color: #de4f42;
  top: -35px;
  left: -45px;
  width: 74px;
  height: 74px;
  text-align: center;
}
.flex-catering .num-holder .circle-num:before {
  position: absolute;
  display: block;
  content: '';
  border: 4px solid #de4f42;
  width: 74px;
  height: 74px;
  border-radius: 50%;
}
.flex-catering ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.flex-catering ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.flex-catering ul li:before {
  position: absolute;
  display: inline-block;
  content: '\y';
  font: 400 18px/1 "VeneerExtras", sans-serif;
  color: #de4f42;
  top: 4px;
  left: 0;
}

.intro .title {
  max-width: 460px;
}
.intro .button {
  margin-bottom: 20px;
  min-width: 180px;
}

.service {
  border-top: 2px solid #de4f42;
  padding: 10px 0 40px 0;
}

.rooms {
  margin-top: 30px;
  margin-bottom: 60px;
}
.rooms__wrap {
  border-top: 2px solid #de4f42;
  padding-top: 10px;
}
.rooms__wrap .button {
  margin-top: 10px;
}

.btn-dino-menu {
  min-width: 280px;
}

/* ------------------------------------
    TMPL : NEWS
------------------------------------- */
.switcher {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-right: 75px;
}
.switcher__button {
  cursor: pointer;
}
.switcher__button.active span, .switcher__button:hover span {
  background-color: #313131;
}
.switcher__wrap {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.switcher__grid {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
}
.switcher__grid span {
  position: absolute;
  width: 9px;
  height: 9px;
  display: block;
  background-color: #828282;
}
.switcher__grid span:nth-child(1) {
  left: 0;
  top: 0;
}
.switcher__grid span:nth-child(3) {
  left: 0;
  bottom: 0;
}
.switcher__grid span:nth-child(2) {
  right: 0;
  top: 0;
}
.switcher__grid span:nth-child(4) {
  right: 0;
  bottom: 0;
}
.switcher__list {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
}
.switcher__list span {
  position: absolute;
  width: 22px;
  height: 9px;
  display: block;
  background-color: #828282;
}
.switcher__list span:nth-child(1) {
  left: 0;
  top: 0;
}
.switcher__list span:nth-child(2) {
  left: 0;
  bottom: 0;
}

.posts-list .columns {
  padding-left: 10px;
  padding-right: 10px;
}
.posts-list .current-year {
  margin-bottom: 40px;
}
.posts-list .current-year h3 {
  position: relative;
  padding: 5px 0;
  color: #de4f42;
  border-bottom: 4px solid #313131;
  padding-right: 160px;
}
.posts-list .current-year h3 .print-link {
  position: absolute;
  display: inline-block;
  font: 600 18px/26px "Work Sans", sans-serif;
  color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.posts-list .current-year h3w .print-link:hover {
  color: #de4f42;
}

.main-content {
  width: 100%;
}

.main-content.list-wrap {
  margin-bottom: 20px;
  float: left;
}

.main-content.active-grid .news-item {
  width: 25%;
  height: 400px;
  float: left;
}
.main-content.active-grid .news-single .img-holder {
  padding-bottom: 220px;
}
.main-content.active-grid .news-single__location {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
  margin-top: 10px;
}
.main-content.active-grid .news-single__date {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  text-transform: uppercase;
  margin-top: 10px;
}
.main-content.active-grid .news-single__title {
  margin-bottom: 0;
}
.main-content.active-grid .news-single__more {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #000;
}
.main-content.active-grid .news-single__more:hover {
  color: #828282;
}

.main-content.active-list .news-item {
  width: 100%;
  float: left;
}
.main-content.active-list .news-img {
  display: none;
}

.list-wrap .active-list {
  display: none;
}

.main-content.active-list .news-single {
  position: relative;
  border-bottom: 1px solid #828282;
  padding-right: 100px;
}
.main-content.active-list .news-single.news-single {
  padding-right: 50%;
}
.main-content.active-list .news-single__date {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  text-transform: uppercase;
  margin-top: 10px;
}
.main-content.active-list .news-single__location {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 50%;
}
.main-content.active-list .news-single__title {
  margin-bottom: 0;
}
.main-content.active-list .news-single__more {
  position: absolute;
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #000;
  top: 10px;
  right: 0;
}
.main-content.active-list .news-single__more:hover {
  color: #828282;
}

.main-content.active-list .music-single .news-single__location {
  margin-top: 0;
}
.main-content.active-list .music-single .news-single__more {
  top: 0;
}

.active-list .music-single img.attachment-news_img.size-news_img.wp-post-image {
  display: none;
}

.news-slider .slick-prev,
.news-slider .slick-next {
  top: 225px;
  transform: translateY(-50%);
}

.lineups__title {
  font: 600 18px/24px "Work Sans", sans-serif;
  padding: 10px 0 5px 0;
  color: #de4f42;
  border-bottom: 4px solid #de4f42;
  margin-bottom: 40px;
}
.lineups .link-wrap {
  font-size: 0;
  margin-bottom: 10px;
}
.lineups__year-link {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
}
.lineups__month-link {
  font: 600 18px/26px "Work Sans", sans-serif;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.widget_archive h5 {
  padding: 5px 0;
  color: #de4f42;
  border-bottom: 4px solid #de4f42;
  margin-bottom: 40px;
}
.widget_archive ul {
  list-style: none;
  margin: 0;
  line-height: 14px;
}
.widget_archive a {
  display: inline-block;
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #828282;
  margin-bottom: 5px;
}
.widget_archive a:hover {
  color: #000;
}

/* ------------------------------------
    TMPL : CONTACT
------------------------------------- */
.contact-page {
  margin-top: 100px;
}

.office-wrap {
  margin-top: 40px;
}

/* ------------------------------------
    FORM : CONTACT
------------------------------------- */
.frm-contact {
  max-width: 580px;
  float: right;
}
.frm-contact .columns {
  padding-left: 10px;
  padding-right: 10px;
}
.frm-contact .gform_title {
  margin: 0 10px 30px 10px;
  font-size: 24px;
  letter-spacing: 1px;
}
.frm-contact input,
.frm-contact input:focus {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  height: 45px;
}
.frm-contact input:focus {
  border-bottom: 1px solid #000;
}
.frm-contact input,
.frm-contact textarea {
  font: 600 18px/1 "Work Sans", sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.frm-contact input:-ms-input-placeholder,
.frm-contact textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font: 600 18px/1 "Work Sans", sans-serif;
}
.frm-contact input:-moz-placeholder,
.frm-contact textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
  font: 600 18px/1 "Work Sans", sans-serif;
}
.frm-contact input::-moz-placeholder,
.frm-contact textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
  font: 600 18px/1 "Work Sans", sans-serif;
}
.frm-contact input::-webkit-input-placeholder,
.frm-contact textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font: 600 18px/1 "Work Sans", sans-serif;
}
.frm-contact textarea {
  padding: 20px;
  height: 180px;
  background-color: #e9e9e9;
  border: none;
  box-shadow: none;
  resize: none;
}
.frm-contact .chosen-container {
  position: relative;
  height: 39px;
  width: 100% !important;
}
.frm-contact .chosen-container:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  top: 20px;
  right: 20px;
}
.frm-contact .chosen-container .chosen-single {
  position: relative;
  float: left;
  width: 100%;
  overflow-y: hidden;
}
.frm-contact .chosen-container .chosen-single input {
  background-color: #e9e9e9;
  border: none;
}
.frm-contact .chosen-container .chosen-single span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #000;
  font: 600 18px/45px "Work Sans", sans-serif;
  letter-spacing: normal;
  width: 100%;
}
.frm-contact .chosen-container .chosen-search {
  display: none;
}
.frm-contact .chosen-container .chosen-drop {
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  top: 39px;
  background-color: #b5b5b5;
}
.frm-contact .chosen-container .chosen-drop li {
  color: #000;
  font: 600 18px/40px "Work Sans", sans-serif;
  padding: 0 10px;
  letter-spacing: .5px;
}
.frm-contact .chosen-container .chosen-drop li:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
.frm-contact .chosen-container .chosen-drop li.result-selected {
  background-color: #e9e9e9;
}
.frm-contact .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  display: block;
}
.frm-contact .gform_footer {
  margin: 5px 10px 0 10px;
}
.frm-contact .gform_footer input[type='submit'] {
  width: 100%;
  text-align: center;
  font: 600 14px/16px "Work Sans", sans-serif;
  letter-spacing: 2px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  padding-bottom: 20px;
  background-color: #000;
}
.footer .foo-logo {
  margin-bottom: 25px;
}
.footer .copyright span p {
  margin-top: 25px;
  color: white;
  font: 500 10px/11px "Work Sans", sans-serif;
}

span.copyright-text {
    color: white;
    font: 600 10px "Work Sans", sans-serif;
}

.footer .gform_confirmation_message {
  color: #fff;
}

.subscribe {
  position: relative;
  background-color: #de4f42;
  padding: 85px 0 112px 0;
}
.subscribe__left {
  position: relative;
  padding-left: 110px;
}
.subscribe__left .logo {
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 0;
}
.subscribe__title {
  font: 400 32px/34px "Handelson-Two", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.subscribe__slogan {
  font: 400 60px/1 "Veneer", sans-serif;
  color: #fff;
  display: block;
}
.subscribe__form {
  max-width: 450px;
  margin-top: 0;
  position: relative;
}
.subscribe__form .gfield {
  margin-bottom: 0;
}
.subscribe__form input,
.subscribe__form input:focus {
  height: 57px;
  margin-bottom: 10px;
  box-shadow: none;
  border: none;
  font: 600 18px/1 "Work Sans", sans-serif;
  color: #000;
  padding: 12px 18px;
}
.subscribe__form .gform_body {
  margin-right: 0px;
}
.subscribe__form .gform_footer {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.subscribe__form .fas {
  font-size: 20px;
  color: #000;
}
.subscribe__form .button.gform_button {
  background-color: #fff;
  height: 57px;
}
.subscribe__form .button.gform_button:hover .fas {
  color: #de4f42;
}
.subscribe .mask-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 112px;
  background: url("../images/dino-texture-2.png") 50% 100% no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-bottom: -1px;
}

.socials {
  text-align: center;
}
.socials--header {
  position: absolute;
  top: 320px;
  left: calc(50vw - 1365px / 2);
  transform: translateY(-50%);
  text-align: center;
  z-index: 4;
}
.socials--header.menu-active {
  z-index: 5;
}
.socials__slogan {
  writing-mode: tb-rl;
  color: #fff;
  display: inline-block;
  font: 600 14px/16px "Work Sans", sans-serif;
  letter-spacing: 4px;
  padding-bottom: 15px;
}
.socials__item {
  display: inline-block;
  margin: 0 15px 5px 15px;
}
.socials__item--header {
  margin-bottom: 20px;
}
.socials__link {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 27px;
  text-align: center;
}
.socials__link:hover {
  border-color: #de4f42;
  color: #de4f42;
}

.menu-active .socials-local {
  display: none;
}

 .menu-active#socials-header-global .socials-global {
  display: block;
}

#socials-header-global .socials-global {
  display: none;
}

span#social-global-title {
  vertical-align: middle;
}

.sticky.sticy-soc {
  z-index: 5;
}

.sticky.is-stuck .mask-wrap {
  z-index: 100;
}
.sticky.is-stuck .socials__slogan {
  color: #000;
}
.sticky.is-stuck .socials__link {
  color: #000;
  border: 1px solid #000;
}
.sticky.is-stuck .socials__link:hover {
  color: #de4f42;
  border-color: #de4f42;
}

.sponsor__item {
  position: relative;
  float: right;
  margin-left: 40px;
  z-index: 1;
}
.sponsor__item a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.sponsor__item a:hover:after {
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.sponsor__item img {
  max-width: 135px;
  max-height: 30px;
}
.sponsor__item:last-child {
  margin-left: 0;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  margin: 5px 40px 5px 0;
  font: 400 20px/24px "Veneer", sans-serif;
  color: #fff;
  letter-spacing: .8px;
}
.footer-menu li a:hover {
  color: #b5b5b5;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #313131;
  font: 400 18px/21px "Veneer", sans-serif;
  color: #fff;
  z-index: 10;
  letter-spacing: 0.8px;
}
.back-to-top .fas {
  position: relative;
  top: -2px;
  margin-left: 13px;
  font-size: 10px;
  color: #de4f42;
}

.cta-link {
  position: fixed;
  bottom: 0;
  display: block;
  width: 50%;
  padding: 15px;
  background-color: #de4f42;
  font: 400 18px/21px "Veneer", sans-serif;
  color: #fff;
  z-index: 10;
  letter-spacing: 0.8px;
}
.cta-link:hover {
  background-color: #9e271c;
  color: #fff;
}
.cta-link.cta-left {
  left: 0;
}
.cta-link.cta-right {
  right: 0;
}

a.cta-link.cta-full.fancybox {
  width: 100% !important;

}

#order-online,
#grab-table,
#exit-popup,
#goldbelly {
  position: relative;
  width: 100vw;
  min-height: 100vh;
}
#order-online:after,
#grab-table:after,
#exit-popup:after,
#goldbelly:after  {
  position: absolute;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#order-online .holder,
#grab-table .holder,
#exit-popup .holder,
#goldbelly .holder {
  position: relative;
  z-index: 5;
}

#exit-popup {
    background-repeat: no-repeat;
    background-size: cover;

}

.exit-container.row.columns.text-center {
  margin-top: 10%;
}

.exit-site-text {
  font: 400 32px/34px "Handelson-Two", sans-serif;
  color: #de4f42;
  margin-bottom: 2em;
}

.exit-option {
  margin-bottom: 3em;
}

.exit-disclaimer-container {
  /* margin-top: 5em; */
}

.exit-disclaimer {
  color: white;
  font-size: .8em;
}

.exit-disclaimer-red {
  color: #de4f42;
}

#grab-table .logo img {
  max-height: 180px;
}
#grab-table input[type='submit'] {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Veneer", sans-serif;
}

.fancy-order {
  background-color: #000;
}
.fancy-order__title {
  margin-top: 40px;
  margin-bottom: 60px !important;
  color: #fff;
}
.fancy-order .logo {
  margin-top: 20px;
}

.btn-order {
  width: 100%;
  font: 400 24px/34px "Veneer", sans-serif;
}

.chosen-results {
  max-height: 250px;
  overflow: auto;
}

.select2-container {
  height: 60px;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  background-color: #313131;
  border: none;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  color: #fff;
  outline: none;
  padding-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e6e6e6;
  color: #000;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
}

.select2-results__option {
  line-height: 40px;
  padding-left: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  font-weight: 600;
  text-transform: uppercase;

}

.fancy-search {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.fancy-search .holder {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 5;
  padding-top: 150px;
  min-height: 100vh;
}
.fancy-search form {
  position: relative;
}
.fancy-search input,
.fancy-search input:focus {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #3f3f3f;
  height: 70px;
  box-shadow: none;
  outline: none;
  color: #fff;
  font: 400 60px/70px "Veneer", sans-serif;
}
.fancy-search input:-ms-input-placeholder,
.fancy-search input:focus:-ms-input-placeholder {
  color: #fff;
}
.fancy-search input:-moz-placeholder,
.fancy-search input:focus:-moz-placeholder {
  color: #fff;
}
.fancy-search input::-moz-placeholder,
.fancy-search input:focus::-moz-placeholder {
  color: #fff;
}
.fancy-search input::-webkit-input-placeholder,
.fancy-search input:focus::-webkit-input-placeholder {
  color: #fff;
}
.fancy-search button[type=submit] {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #3f3f3f;
  outline: none;
}
.fancy-search button[type=submit]:before {
  position: absolute;
  display: block;
  content: '';
  width: 29px;
  height: 29px;
  transform: rotate(180deg);
  background-image: url("../images/arrow.png");
  background-size: cover;
  border: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.search-result {
  padding-top: 60px;
}
.search-result__title {
  color: #de4f42;
  margin-bottom: 40px;
}
.search-result__link,
.search-result .no-resuls {
  font: 400 18px/28px "Work Sans", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.search-result__link {
  display: inline-block;
}
.search-result__link:hover {
  color: #4eac91;
}

.catering-form {
  padding-bottom: 100px;
}
.catering-form .gform_heading {
  text-align: center;
  padding: 0 15px;
}
.catering-form .gform_title {
  font: 400 60px/1 "Veneer", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.catering-form .gform_description {
  font: 400 32px/34px "Handelson-Two", sans-serif;
  color: #828282;
}
.catering-form .gform_body {
  margin-top: 80px;
  margin-bottom: 30px;
}
.catering-form .gform_body input,
.catering-form .gform_body textarea {
  box-shadow: none;
  border: none;
  background-color: #000;
  border-bottom: 2px solid #828282;
  font: 600 18px/21px "Work Sans", sans-serif;
  color: #fff;
}
.catering-form .gform_body input:-ms-input-placeholder,
.catering-form .gform_body textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.catering-form .gform_body input:-moz-placeholder,
.catering-form .gform_body textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.catering-form .gform_body input::-moz-placeholder,
.catering-form .gform_body textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.catering-form .gform_body input::-webkit-input-placeholder,
.catering-form .gform_body textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.catering-form .gform_body input {
  height: 50px;
  padding: 16px 0;
}
.catering-form .gform_body input.datepicker {
  background-color: #313131;
  border: none;
  padding: 20px;
}
.catering-form .gform_body select {
  padding: 20px;
}
.catering-form .gform_body textarea {
  padding: 20px;
  border: none;
  height: 204px;
  resize: none;
  background-color: #313131;
}
.catering-form .gfield {
  margin-bottom: 30px;
}
.catering-form .gfield_label {
  font: 400 24px/29px "Veneer", sans-serif;
  color: #b5b5b5;
  margin-top: 25px;
  margin-bottom: 25px;
}
.catering-form .gform_footer {
  margin: 0 15px;
}
.catering-form input[type='submit'] {
  width: 100%;
}
.catering-form .chosen-container {
  position: relative;
  height: 39px;
  width: 100% !important;
}
.catering-form .chosen-container:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  top: 20px;
  right: 20px;
}
.catering-form .chosen-container .chosen-single {
  position: relative;
  float: left;
  width: 100%;
  overflow-y: hidden;
}
.catering-form .chosen-container .chosen-single input {
  background-color: #313131 !important;
  border: none;
}
.catering-form .chosen-container .chosen-single span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #fff;
  font: 600 18px/45px "Work Sans", sans-serif;
  letter-spacing: normal;
  width: 100%;
}
.catering-form .chosen-container .chosen-search {
  display: none;
}
.catering-form .chosen-container .chosen-drop {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 39px;
  background-color: #b5b5b5;
}
.catering-form .chosen-container .chosen-drop li {
  color: #000;
  font: 600 18px/40px "Work Sans", sans-serif;
  padding: 0 10px;
  letter-spacing: .5px;
}
.catering-form .chosen-container .chosen-drop li:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
.catering-form .chosen-container .chosen-drop li.result-selected {
  background-color: #e9e9e9;
}
.catering-form .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  display: block;
  z-index: 1;
}

.frm-grab {
  margin-top: 120px;
  position: relative;
  padding-right: 250px;
  margin-right: 15px;
}
.frm-grab .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
}
.frm-grab .gform_footer input[type=submit] {
  width: 235px;
}
.frm-grab input,
.frm-grab select {
  height: 60px;
}
.frm-grab input.datepicker {
  background-color: #313131;
  border: none;
  padding: 20px;
  font-weight: 600;
  color: #fff;
}
.frm-grab input.datepicker:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.frm-grab input.datepicker:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.frm-grab input.datepicker::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.frm-grab input.datepicker::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.frm-grab .chosen-container {
  position: relative;
  height: 60px;
  width: 100% !important;
}
.frm-grab .chosen-container:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  top: 26px;
  right: 10px;
}
.frm-grab .chosen-container .chosen-single {
  position: relative;
  float: left;
  width: 100%;
  overflow-y: hidden;
}
.frm-grab .chosen-container .chosen-single input {
  background-color: #313131;
  border: none;
}
.frm-grab .chosen-container .chosen-single span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 20px;
  color: #fff;
  font: 600 18px/60px "Work Sans", sans-serif;
  letter-spacing: normal;
  width: 100%;
}
.frm-grab .chosen-container .chosen-search {
  display: none;
}
.frm-grab .chosen-container .chosen-drop {
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  background-color: #e9e9e9;
}
.frm-grab .chosen-container .chosen-drop li {
  color: #000;
  font: 600 18px/40px "Work Sans", sans-serif;
  padding: 0 10px;
  letter-spacing: .5px;
}
.frm-grab .chosen-container .chosen-drop li:hover {
  background-color: #b5b5b5;
  cursor: pointer;
}
.frm-grab .chosen-container .chosen-drop li.result-selected {
  background-color: #b5b5b5;
}
.frm-grab .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  display: block;
  z-index: 1;
}

.my-fancy-box-wrap {
  background-color: #000;
  min-width: 97vw;
  max-width: 800px;
}
.my-fancy-box-wrap--gallery {
 /* min-width: 100%; */
  max-width: 100%;
}
.my-fancy-box-wrap .logo {
  margin-top: 20px;
  margin-bottom: 100px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background-color: #000;
}

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

.fancybox-slide--html .fancybox-close-small:hover {
  background-color: transparent;
}

.fancybox-slide--html .fancybox-content {
  margin: 0;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-content {
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 5px;
  top: 15px;
  right: 15px;
}

.ginput_container.ginput_container_date {
  position: relative;
}
.ginput_container.ginput_container_date:after {
  position: absolute;
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  background-image: url("../images/calendar.png");
  background-size: cover;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ui-datepicker,
.select2-dropdown {
  z-index: 100000000000000 !important;
}

.fansy-artist {
  min-height: 100vh;
}
.fansy-artist .slick-track {
  margin-left: 130px;
}
.fansy-artist .slick-slide {
  position: relative;
  width: 580px;
  opacity: .3;
}
.fansy-artist .slick-slide.slick-active {
  opacity: 1;
}
.fansy-artist .slick-slide.slick-active .info {
  opacity: 1;
}
.fansy-artist .slick-slide.slick-active .soc-artist {
  opacity: 1;
}
.fansy-artist .photo {
  width: 35vw;
  max-width: unset;
}
/*
.fansy-artist .info {
  width: 100%;
  max-width: 480px;
  position: absolute;
  color: #fff;
  left: 100%;
  top: 0;
  opacity: 0;
  z-index: 1;
  padding-left: 120px;
} */

.artist-contain {
    position: absolute;
    z-index: 1;
    color: white;
    /* margin-left: calc(40% + 40px); */
    margin-right: calc(40% + 40px);
   /* overflow: hidden; */
    margin-left: 520px;
    bottom: 400px;
    top: 200px;
}

/* ipad query */
@media only screen and (max-width: 1024px) {

.artist-contain {
    position: relative;
    z-index: 1;
    color: white;
    /* overflow: hidden; */
    top: 80px;
    margin: auto !important;
    display: block;

}

.fansy-artist .photo {
    width: 100%;
    max-width: 100%;
}

}

/* phone query */
@media only screen and (max-width: 414px) {

.artist-contain {
 /* padding-top: 4em; */


}

.artist-contain.large-4.medium-8.medium-centered.small-10 {
    /* bottom: 200px; */
    top: 15px;
}

.fansy-artist .photo {
    width: 100%;
    max-width: 100%;
}

}

/*
.fansy-artist .info {
    width: 100%;
    max-width: 480px;
    position: absolute;
    color: #fff;
    /* left: 100%;
    top: 200px;
    right: 400px;
    /* opacity: 0;
    z-index: 9999 !important;
    /* padding-left: 120px;
} */

.fansy-artist .info__text {
  margin-top: 20px;
}
.fansy-artist .info__location {
  font: 600 12px/14px "Work Sans", sans-serif;
  display: inline-block;
  margin-right: 15px;
}
.fansy-artist .info__date {
  font: 600 12px/14px "Work Sans", sans-serif;
  color: #de4f42;
  text-transform: uppercase;
  display: inline-block;
}
.fansy-artist .info .button {
  margin-top: 40px;
}
.fansy-artist .soc-artist {
  opacity: 0;
  margin-top: 30px;
}
.fansy-artist .soc-artist span {
  color: #de4f42;
}

.fansy-artist .soc-artist {
  opacity: 1 !important;
 }
   .page-id-1096 .top-banner{
 display:none !important;
 }
   .page-id-1096 .flex-content__wrap .row{
 max-width: 1440px;
 }
 .menu-hide{
 display:none;
 }
 .cta-right{
 top:100px;
 width:100%;
 bottom:unset;
 } 
 .cta-left{
 width:100%;
 }
 .chosen-container{
display:none;
}
.gfield_select{
display:block !important;
padding: .5rem !important;
}