@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import 'https://fonts.googleapis.com/css?family=Roboto:400italic,400,500';

.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.l-stacked {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-stacked > li {
  display: block;
}
/* ========================================================================== 

    Functions / Mixins

   ========================================================================== */
/*================================== 
Typoghraphy Styles
==================================*/
body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font: 400 14px/20px 'Roboto Slab', sans-serif;
  background: #302F2E;
  color: #aea98c;
}
/*#fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  background: #302F2E;
}
#fixed-header .primary-menu li.main-logo {
  display: none!important;
}
#fixed-header .site-header-main {
  padding-top: 0;
  padding-bottom: 0;
}
#fixed-header .site-header-main .site-branding {
  display: block;
  margin-top: 5px;
}
#fixed-header .social-navigation {
  top: 25px !important;
}
#fixed-header .site-header-main .site-branding .logo {
    height: 48px;
    margin-top: 5px;
  }
@media only screen and (min-width: 768px) {
  #fixed-header {
    border-bottom: 4px solid #aea98c;
  }
  #fixed-header .site-header-main .site-branding {
    margin-top: 12px;
  }
  #fixed-header .site-header-main .site-branding .logo {
    margin-right: 30px !important;
    margin-top: 0;
  }
  #fixed-header .primary-menu {
    text-align: left!important;
  }
  #fixed-header .primary-menu li {
    padding: 20px!important;
    min-width: auto!important;
  }
  #fixed-header .primary-menu li a {
    position: relative;
  }
  #fixed-header .primary-menu li a:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #aea98c transparent;
  }
  #fixed-header .primary-menu li a:after {
    display: none;
  }
  #fixed-header .primary-menu li a:hover:before {
    bottom: -21px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #fixed-header .primary-menu li {
    padding: 20px 26px!important;
  }
}
@media only screen and (min-width: 1440px) {
  #fixed-header .primary-menu li {
    padding: 20px 26px!important;
  }
}*/
*,
*:before,
*:after {
  -webkit-text-size-adjust: 100%;
}
body a:focus,
* {
  outline: medium none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0 0 10px;
}
li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.text-none {
  text-transform: none !important;
}
.welcome-text {
  padding: 0 0 100px;
}
iframe {
  border: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.clear {
  clear: both;
}
.container-full {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}

.container {
  width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
}

@media only screen and (min-width: 1440px) {
  .container-full, .container {
    padding: 0 30px;
  }
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  background: #242424;
  font-size: 14px;
  font-family: 'Roboto Slab', sans-serif;
  line-height: normal;
  outline: 0;
  color: #aea98c;
  width: 100%;
  padding: 0px 20px;
  height: 45px;
}
.input,
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  background: #242424;
  font-size: 14px;
  font-family: 'Roboto Slab', sans-serif;
  line-height: normal;
  outline: 0;
  color: #aea98c;
  width: 100%;
  padding: 0px 20px;
  height: 45px;
}
input[type="text"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  background: #242424;
  font-size: 14px;
  font-family: 'Roboto Slab', sans-serif;
  line-height: normal;
  outline: 0;
  color: #aea98c;
  width: 100%;
  padding: 0px 20px;
  height: 45px;
}
input[type="text"].error,
input[type="date"].error,
input[type="password"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
textarea.error {
  color: red!important;
  border-color: red!important;
}
textarea {
  height: 150px;
  padding: 10px 20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  background: #242424;
  font-size: 14px;
  font-family: 'Roboto Slab', sans-serif;
  line-height: normal;
  outline: 0;
  color: #aea98c;
  width: 100%;
  padding: 0px 20px;
  height: 45px;
  padding-right: 45px;
  background: #ffffff url('images/select-arrow.png') no-repeat center right;
  text-overflow: '';
  cursor: pointer;
}
select.error {
  color: red!important;
  border-color: red!important;
}
select::-ms-expand {
  display: none;
}
label.error {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  color: red!important;
}
@media only screen and (min-width: 1024px) {
  label.error {
    font-size: 14px;
  }
}
::-webkit-input-placeholder {
  color: #878787;
}
:-moz-placeholder {
  color: #878787;
}
::-moz-placeholder {
  color: #878787;
}
:-ms-input-placeholder {
  color: #878787;
}
input[type="text"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red!important;
}
a {
  color: #aea98c;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
  color: #f3f3f3;
}
.navbar-toggle {
  background: none!important;
  margin-top: 13px;
  margin-right: 0;
  margin-bottom: 0;
  z-index: 10;
}
.navbar-toggle .icon-bar {
  -webkit-transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  transition: transform 0.15s linear;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 21px;
  background: #aea98c;
}
.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2),
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
  opacity: 1;
  margin-top: 4px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  margin-top: 0;
}
.navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -o-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
  transform: rotate(45deg) translate3d(5px, 5px, 0);
  margin-top: -1px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  -o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  -ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  -moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
  transform: rotate(-45deg) translate3d(5px, -5px, 0);
  margin-top: 6px;
}
.button {
  padding: 10px 20px;
  color: #fff;
  background: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font: 700 14px/20px 'Roboto Slab', sans-serif;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover,
.button:focus {
  background: #f3f3f3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
}
.button.button2 {
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 23px;
  background: none;
}
.button.button2:hover {
  background: #f3f3f3;
}
.social-navigation {
  margin: 20px 0;
  padding: 0 20px 20px;
  border-bottom: 2px solid #aea98c;
}
.social-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.social-navigation ul li {
  display: inline-block;
  margin-right: 20px;
}
.social-navigation ul li:last-child {
  margin-right: 0;
}
.social-navigation ul li a {
  display: block;
}
.social-navigation ul li a i {
  color: #aea98c;
  font-size: 24px;
      transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.social-navigation ul li a:hover i {
  color: #f3f3f3;
      transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767px) {
  .site-header {
  overflow: hidden;
}
}
.site-header {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .social-navigation ul li a i {
    font-size: 17px;
  }
  body.home .site-header {
    margin-bottom: -91px;
    z-index: 4;
  }
  .menu-trigger {
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  body.home .site-header {
    margin-bottom: -111px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header-main {
    height: 77px;
  }
  #fixed-header .site-header-main {
    height: 77px;
  }
}

.site-header-main {
  padding: 0px 15px;
  border-bottom: 4px solid #aea98c;
  display: inline-block;
  width: 100%;
}
.site-header-main .site-branding {
  text-align: center;
  margin-top: 7px;
}
.site-header-main .site-branding .logo {
  background: url('images/logo.svg') no-repeat center;
  background-size: contain;
  display: block;
  width: 42px;
  height: 62px;
  float: left;
  height: 48px;
  margin-top: 5px;
}
.site-header-main .site-branding .site-title {
  display: inline-block;
  padding-right: 40px;
}
.site-header-main .site-branding .site-title a {
  text-transform: uppercase;
  font-family: 'Abolition', sans-serif;
  line-height: 62px;
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (min-width: 480px) {
  .site-header-main {
    padding: 0px 30px;
  }
  .site-header-main .site-branding .site-title a {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header-main {
    border-bottom: none;
  }
  .site-header-main .site-branding {
    display: none;
    float: left;
    width: 50px;
    margin-right: 10px;
  }
  .site-header-main .site-branding .site-title {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .site-header-main {
        padding: 30px 60px 10px;
    }
}
.navbar {
  border-top: none;
  margin-bottom: 0;
  min-height: auto;
  position: static;
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: absolute;
  background: #302F2E;
  box-shadow: none;
  padding: 0;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.navbar .navbar-collapse .main-navigation {
  margin-top: 65px;
}
.navbar .navbar-collapse .main-navigation .primary-menu li {
  padding: 10px;
}
.navbar .navbar-collapse .main-navigation .primary-menu li a {
  font-size: 17px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #aea98c !important;
  /* text-shadow: 1px 1px 1px black; */
}
.navbar .navbar-collapse .main-navigation .primary-menu li.main-logo,
.navbar .navbar-collapse .main-navigation .primary-menu li.mailing {
  display: none;
}
.navbar .navbar-collapse .social-navigation {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse {
    position: static;
    background: none;
  }
  .navbar .navbar-collapse .main-navigation {
    margin-top: 0px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu {
    text-align: center;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li {
    display: inline-block;
    padding: 20px 7px;
    min-width: 104px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a {
    font-size: 13px;
    position: relative;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #aea98c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a:hover:after, .navbar .navbar-collapse .main-navigation .primary-menu li.current_page_item a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo,
  .navbar .navbar-collapse .main-navigation .primary-menu li.mailing {
    display: inline-block;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    min-width: 42px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo a {
    background: url('images/logo.svg') no-repeat center;
    background-size: contain;
    width: 42px;
    height: 62px;
    text-indent: -9999px;
    white-space: nowrap;
    margin: 0;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 42px;
    max-height: 62px;
    top: -20px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo a:after {
    display: none;
  }
  .navbar .navbar-collapse .social-navigation {
    width: auto;
    float: right;
    padding: 0;
    border-bottom: none;
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .navbar .navbar-collapse .main-navigation .primary-menu {
    padding-right: 81px;
    box-sizing: border-box;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li {
    min-width: auto;
    padding: 20px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo {
    margin-right: 30px;
    margin-left: 30px;
  }
  .navbar .navbar-collapse .social-navigation {
    display: block;
    margin: 0;
    position: absolute;
    top: 27px;
    right: 37px;
  }
  .navbar .navbar-collapse .social-navigation ul li {
    margin-right: 10px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1240px) {
  .navbar .navbar-collapse .main-navigation .primary-menu {
    padding-right: 95px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a {
    font-size: 17px;
    text-shadow: 1px 6px 26px rgba(0, 0, 0, 0.01);
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo {
    margin-right: 60px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo a {
    width: 82px;
    height: 124px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 82px;
    max-height: 124px;
    top: -5px;
  }
    .navbar .navbar-collapse .social-navigation {
    top: 57px;
  }  
  #masthead .navbar .navbar-collapse .social-navigation {
    right: 65px;
  }
  .navbar .navbar-collapse .social-navigation ul li {
    margin-right: 20px;
  }
  .site-header-main {
      padding: 30px 60px 10px;
  }
  #welcome-section {
    padding: 30px 30px 40px;
  }
  body.home .site-header {
      margin-bottom: -111px;
  }
}
/*@media only screen and (min-width: 1440px) {
  .navbar .navbar-collapse .main-navigation .primary-menu {
    padding-right: 95px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a {
    font-size: 17px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo {
    margin-right: 60px;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo a {
    width: 82px;
    height: 124px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 82px;
    max-height: 124px;
    top: -5px;
  }
  .navbar .navbar-collapse .social-navigation {
    top: 60px;
  }  
  #masthead .navbar .navbar-collapse .social-navigation {
    right: 65px;
  }
  .navbar .navbar-collapse .social-navigation ul li {
    margin-right: 20px;
  }
}*/
#welcome-section {
  min-height: 250px;
  max-height: 705px;
  padding: 15px;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
#welcome-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: transparent;
/*  background: -webkit-linear-gradient(top, transparent 0%, #302f2e 100%);
  background: -moz-linear-gradient(top, transparent 0%, #302f2e 100%);
  background: -ms-linear-gradient(top, transparent 0%, #302f2e 100%);
  background: -o-linear-gradient(top, transparent 0%, #302f2e 100%);
  background: linear-gradient(top, transparent 0%, #302f2e 100%);*/
  z-index: 2;
  content: "";
  background: -webkit-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: -moz-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: -ms-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: -o-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: linear-gradient(top, rgba(48, 47, 460, 0) 10%, #302f2e 100%);
}
#welcome-section #home-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url('images/welcome-bg.jpg') no-repeat center;
  background-size: cover;*/
}
#welcome-section .container-full {
  z-index: 3;
}
#welcome-section .container-full .location {
  z-index: 3;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  /*right: 0;*/
  margin: auto;
  padding: 0 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  /*max-width: 460px;*/
  width: 100%;
}
#welcome-section .container-full .location i {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
#welcome-section .container-full .site-title {
  display: none;
}
#welcome-section .container-full .subtitle {
  display: none;
}
@media only screen and (min-width: 768px) {
  #welcome-section .container-full .left-line.bottom,
  #welcome-section .container-full .right-line.bottom {
    width: -webkit-calc(50% - 228px);
    width: -moz-calc(50% - 228px);
    width: calc(50% - 228px);
    top: inherit;
    bottom: 0;
  }
  #welcome-section {
    padding: 32px 10px 30px;
  }
  #welcome-section .container-full {
    border: 4px solid #aea98c;
    height: 100%;
    border-top: none;
    border-bottom: none;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  #welcome-section .container-full .left-line,
  #welcome-section .container-full .right-line {
    position: absolute;
    top: 0;
    height: 4px;
    background: #aea98c;
    width: 48%;
    width: -webkit-calc(50% - 31px);
    width: -moz-calc(50% - 31px);
    width: calc(50% - 31px);
  }
  #welcome-section .container-full .left-line {
    left: 0!important;
  }
  #welcome-section .container-full .right-line {
    right: 0!important;
  }
  #welcome-section .container-full .location {
    bottom: 60px;
    white-space: nowrap;
  }
  #welcome-section .container-full .location i {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 18px;
  }
  #welcome-section .container-full .site-title {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 70px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    padding: 0 40px;
    font-family: 'Abolition', sans-serif;
  }
  #welcome-section .container-full .subtitle {
    display: block;
    position: absolute;
    bottom: -5px;
    width: 425px;
    /*background: #302F2E;*/
    height: 40px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0 0;
    border-top: 5px solid #aea98c;
  }
  #welcome-section .container-full .subtitle h2 {
    font-size: 45px;
    line-height: 45px;
    font-family: 'Abolition', sans-serif;
    margin: 0;
    text-transform: uppercase;
  }
  #welcome-section .container-full .subtitle h2:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 37px;
    background: #aea98c;
    left: -10px;
    top: -6px;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    /* Chrome, Safari, Opera */
    transform: rotate(30deg);
    z-index: 1;
  }
  #welcome-section .container-full .subtitle h2:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 37px;
    background: #aea98c;
    right: -10px;
    top: -6px;
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
    z-index: 1;
  }
  #welcome-section .container-full .subtitle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 36px 18px;
    border-color: transparent transparent #302f2e transparent;
    top: 0;
    left: -18px;
    display: none;
  }
  #welcome-section .container-full .subtitle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 0 0 18px;
    border-color: transparent transparent transparent #302f2e;
    top: 0;
    right: -18px;
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #welcome-section .container-full .site-title {
    font-size: 90px;
    line-height: 90px;
    height: 90px;
    text-shadow: 4px 5px 0px rgba(45, 44, 45, 0.67);
  }
}
@media only screen and (min-width: 1240px) {

  #welcome-section .container-full .left-line,
  #welcome-section .container-full .right-line {
    width: -webkit-calc(50% - 46px);
    width: -moz-calc(50% - 46px);
    width: calc(50% - 46px);
  }
}
@media only screen and (min-width: 1440px) {
  #welcome-section {
    padding: 30px 30px 40px;
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  #welcome-section {
   height: 250px !important;
   margin-bottom: -22px;
  }

#welcome-section .container-full .location {
    font-size: 15px !important;
    bottom: 12px !important;
   

}
#welcome-section .container-full .location i {
     
    font-size: 17px !important;
    margin-bottom: 1px !important;
}




  
}
.mobile-newsletter {
  padding: 20px;
}
.mobile-newsletter p {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Abolition', sans-serif;
  font-size: 40px;
  line-height: 40px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .mobile-newsletter {
    display: none;
  }
}
.newsletter_form form {
  width: 90%;
  margin: 20px auto;
  max-width: 350px;
  position: relative;
}
.newsletter_form form .newsletter-email {
  height: 50px;
  border-bottom: 2px solid #636363;
  color: #636363;
  background: none;
  font-size: 18px;
  padding-left: 0;
  font-family: 'Roboto Slab', sans-serif;
  padding-right: 90px;
  background: #302F2E;
  width: 100%;
}
.newsletter_form form .newsletter-submit {
  background: #636363;
  color: #302F2E;
  width: 80px;
  height: 32px;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 9px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  line-height: 32px;
}
#content {
  padding: 0 10px;
}
@media only screen and (min-width: 1440px) {
  #content {
    padding: 0 60px;
  }
}
#primary {
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  #primary {
    width: 75%;
    width: -webkit-calc(100% - 295px);
    width: -moz-calc(100% - 295px);
    width: calc(100% - 295px);
    float: left;
  }
}
@media only screen and (min-width: 1440px) {
  #primary {
    width: 75%;
    width: -webkit-calc(100% - 435px);
    width: -moz-calc(100% - 435px);
    width: calc(100% - 435px);
  }
}
#secondary {
  padding-top: 30px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #secondary {
    display: block;
    width: 275px;
    float: right;
  }
}
@media only screen and (min-width: 1440px) {
  #secondary {
    display: block;
    width: 385px;
    float: right;
  }
}
.site-footer {
  clear: both;
}
.search-form {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #242424;
  padding: 15px 30px;
  height: 80px;
}
.search-form input {
  border: none;
  background: none;
  font-family: 'Abolition', sans-serif;
  font-size: 35px;
  color: #636363;
  width: 100%;
  height: 50px;
  padding: 0px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  background: #242424;
  /* width: 100%!important; */
  text-indent: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  line-height: 50px;
}
.search-form input.active {
  padding-right: 130px;
  padding-left: 20px;
  text-indent: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .search-form input {
    font-size: 50px;
    text-indent: 350px;
  }
}
.search-form ::-webkit-input-placeholder {
      color: #636363;
}
.search-form :-moz-placeholder {
      color: #636363;
}
.search-form ::-moz-placeholder {
     color: #636363;
}
.search-form :-ms-input-placeholder {
     color: #636363;
}
.custom-search .categories {
  position: absolute;
  top: 15px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-search .categories .open-cats {
  color: #636363;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
}
.custom-search .categories .open-cats span {
  display: none;
}
.custom-search .categories .open-cats i {
  margin-left: 5px;
}
.custom-search .categories .open-cats i:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}
.custom-search .categories ul {
  display: none;
  position: absolute;
  top: 65px;
  width: 290px;
  right: -65px;
  background: #242424;
  padding: 15px 30px;
  z-index: 8;
}
.custom-search .categories ul li {
  padding: 5px 0;
}
.custom-search .categories ul li a {
  display: block;
  font-size: 14px!important;
  color: #636363;
  text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-search .categories ul li a:hover {
  color: #aea98c;
}
.custom-search .categories.opened .open-cats i:before {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera*/
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-form button {
  background: none;
  border: none;
  box-shadow: none;
  height: 50px;
  width: 20px;
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 0;
}
.search-form button i {
  font-size: 20px;
  color: #aea98c;
  line-height: 50px;
}
.search-form.onFocus .categories {
  visibility: visible;
  opacity: 1;
  right: 65px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-form.onFocus ::-webkit-input-placeholder {
  color: #878787;
}
.search-form.onFocus :-moz-placeholder {
  color: #878787;
}
.search-form.onFocus ::-moz-placeholder {
  color: #878787;
}
.search-form.onFocus :-ms-input-placeholder {
  color: #878787;
}
.search-form.onFocus button i:before {
  display: block;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 480px) {
  .search-form .categories {
    right: 70px;
  }
  .search-form .categories .open-cats {
    font-size: 20px;
  }
  .search-form .categories .open-cats span {
    display: inline-block;
  }
  .search-form .categories ul {
    width: 320px;
    right: -90px;
    padding: 15px 60px;
  }
  .search-form .categories ul li {
    padding: 10px 0;
  }
  .search-form .categories ul li a {
    font-size: 20px!important;
  }
  .search-form button {
    width: 30px;
  }
  .search-form button i {
    font-size: 30px;
  }
  .search-form input.active {
    padding-right: 270px;
  }
  .search-form.onFocus .categories {
    right: 90px;
  }
}
#box-events .event {
  padding: 20px;
  background: #242424;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
#box-events .event .image {
  width: 110px;
  height: 110px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 1;
}


#box-events .event .image .sold-out {
  display: block;
  font: 300 13px/20px 'Roboto Slab', sans-serif;
  color: #F0F0F0;
  background: #E53C3C;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  padding: 5px 15px;
  height: 30px;
}

@media only screen and (min-width: 480px) {
  #box-events .event .image .sold-out {
    font-size: 16px;
    height: 40px;
    padding: 10px 20px;
  }
}

#box-events .event .middle-info {
  padding-left: 130px;
  min-height: 77px;
}
#box-events .event .middle-info .presenter,
#box-events .event .middle-info .tour-name,
#box-events .event .middle-info p,
#box-events .event .middle-info .bottom-list {
  display: none;
}
#box-events .event .middle-info .headliner {
  font: 700 18px/24px 'Roboto Slab', sans-serif;
  color: #F0F0F0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#box-events .event .middle-info .headliner a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #F0F0F0;
}
#box-events .event .middle-info .headliner a:hover {
  color: #F0F0F0
}
#box-events .event .middle-info .headliner_support {
  font: 300 14px/20px 'Roboto Slab', sans-serif;
  color: #F3F3F3;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#box-events .event .right-buttons {
  padding-left: 130px;
}
#box-events .event .right-buttons .more {
  display: none;
}
#box-events .event .right-buttons .button {
  text-align: center;
  width: 50%;
  padding: 0px;
  font: 600 13px/28px 'Roboto Slab', sans-serif;
  color: #3F3E3C;
  background: #9E9A7A;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition: all 0.3s;
}
/* #box-events .event .right-buttons .button,
#box-events .event .right-buttons .more {
  display: none;
} */
#box-events .event .right-buttons .date {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 480px) {
  #box-events .event .image {
    width: 170px;
    height: 150px;
  }
  #box-events .event .middle-info {
    padding-left: 190px;
    min-height: 120px;
  }
  #box-events .event .right-buttons {
    padding-left: 190px;
  }
  #box-events .event .right-buttons .date {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #box-events .event {
    border-top: 1px solid #aea98c;
    padding: 10px 0;
    background: none;
    margin-bottom: 0;
  }
  #box-events .event:last-child {
    border-bottom: 1px solid #aea98c;
  }
  #box-events .event .image {
    width: 190px;
    height: 190px;
  }
  #box-events .event .middle-info {
    padding-left: 215px;
    padding-right: 185px;
    min-height: 190px;
    position: relative;
    padding-bottom: 65px;
  }
  #box-events .event .middle-info .headliner {
    font: 700 24px/30px 'Roboto Slab', sans-serif;
  }
  #box-events .event .middle-info .headliner_support {
    font: 300 15px/20px 'Roboto Slab', sans-serif;
  }
  #box-events .event .middle-info .presenter {
    display: block;
    font: 400 12px/15px 'Roboto Slab', sans-serif;
    font-style: italic;
    color: #777676;
    margin-bottom: 5px;
  }
  #box-events .event .middle-info .tour-name {
    display: block;
    font: 400 12px/15px 'Roboto Slab', sans-serif;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
  }
  #box-events .event .middle-info p {
    display: block;
    /*margin-bottom: 10px;*/
    color: #FFDD92;
    font: 400 15px/20px 'Roboto Slab', sans-serif;
  }
  #box-events .event .middle-info p.seated {
    color: #92AFFF;
  }
  #box-events .event .middle-info .bottom-list {
    display: block;
    position: absolute;
    left: 215px;
    bottom: 0;
    padding-right: 150px;
  }
  #box-events .event .middle-info .bottom-list ul li {
    display: inline-block;
    padding: 0 15px;
    /*border-left: 1px solid #F0F0F0;*/
    border-left: 1px solid #9E9A7A;
    font: 300 15px/30px 'Roboto Slab', sans-serif;
    color: #E8E8E8;
  }
  #box-events .event .middle-info .bottom-list ul li span.doors {
    margin-right: 10px;
  }
  #box-events .event .middle-info .bottom-list ul li:first-child {
    padding-left: 0;
    border-left: none;
  }
  #box-events .event .middle-info .bottom-list ul li.price {
    font-size: 21px;
  }
  #box-events .event .middle-info .bottom-list ul li:last-child {
    display: block;
    border-left: none;
    padding-left: 0;
    font: 300 15px/30px 'Roboto Slab', sans-serif;
    color: #aea98c;
    padding-right: 0;
  }
  #box-events .event .middle-info .bottom-list ul li:last-child a {
    display: inline-block;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  #box-events .event .right-buttons {
    padding-left: 0px;
    float: right;
    width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
  }
  #box-events .event .right-buttons .button,
  #box-events .event .right-buttons .more {
    display: block;
  }
  #box-events .event .right-buttons .date {
    font: 400 18px/24px 'Roboto Slab', sans-serif;
    color: #E8E8E8;
    margin-bottom: 10px;
    text-align: center;
  }
  #box-events .event .right-buttons .button {
    text-align: center;
    width: 100%;
    padding: 20px 5px;
    font: 700 17px/32px 'Roboto Slab', sans-serif;
    color: #3F3E3C;
    background: #9E9A7A;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: all 0.3s;
  }
  #box-events .event .right-buttons .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #AFA97C;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: none;
  }
/*  #box-events .event .right-buttons .button:hover {
    color: #fff;
  }*/
  #box-events .event .right-buttons .button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  #box-events .event .right-buttons .button:hover {
    background: #AFA97C;
    transition: all 0.3s;
  }



@-webkit-keyframes effect {
    0%   {left:0px;}
    50%  {left:10px;}
    100% {left:0px;}
}

/* Standard syntax */
@keyframes effect {
    0%   {left:0px;}
    50%  {left:10px;}
    100% {left:0px;}
}

  #box-events .event .right-buttons .more {
    display: block;
    width: 100%;
    border: 1px solid #aea98c;
    text-align: center;
    color: #AEA98D;
    font: 400 15px/35px 'Roboto Slab', sans-serif;
  }
  #box-events .event .right-buttons .more:hover {
        color: #AEA98D!important;
  }
  #box-events .event .right-buttons .more:hover:after {
    display: none;
  }
  #box-events .event .right-buttons .more i {
    margin-left: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;

  }
  #box-events .event .right-buttons .more:hover i {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-name: effect; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
    animation-name: effect;
    animation-duration: 0.4s;
    animation-delay: 0s;
    /*color: #3F3E3C;*/
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #box-events .event .middle-info {
    padding-bottom: 70px;
  }
  #box-events .event .middle-info .bottom-list {
    padding-right: 185px;
  }
  #box-events .event .middle-info .bottom-list ul li {
    display: block;
    padding: 0;
    border: none;
    line-height: 22px !important;
  }
  #box-events .event .middle-info .headliner {
    font: 700 18px/24px 'Roboto Slab', sans-serif;
  }
  #box-events .event .middle-info .headliner_support {
    font: 300 14px/20px 'Roboto Slab', sans-serif;
  }
}

.sidebar .widget .widget-title {
  padding: 15px;
  font: 400 40px/50px 'Abolition', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .widget .widget-title a {
  white-space: nowrap;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  #box-events .event .middle-info .bottom-list ul li:last-child {
    padding-left: 15px;
    display: inline-block;
    border-left: 1px solid #9E9A7A;
  }
  .sidebar .widget .widget-title {
    font: 400 50px/50px 'Abolition', sans-serif;
  }
}
.sidebar .widget {
  background: #242424;
  margin-bottom: 30px;
}

/*.sidebar .widget .widget-title.instagram {
  padding-left: 50px;
}*/
.sidebar .widget .widget-title.instagram i {
  position: relative;
  font-size: 40px;
  top: 0px;
  margin-right: 10px;
}
.sidebar .widget .featured-event .image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 50px;
  background-position: center;
}
.sidebar .widget .featured-event h3 {
  padding: 5px 15px;
  font: 700 24px/30px 'Roboto Slab', sans-serif;
  color: #AEA98D;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .widget .featured-event h4 {
  margin-bottom: 5px;
  font: 300 15px/20px 'Roboto Slab', sans-serif;
  color: #AEA98D;
  text-align: center;
  padding: 0 15px;
}
.sidebar .widget .featured-event .date {
  margin-bottom: 25px;
  font: 400 15px/20px 'Roboto Slab', sans-serif;
  color: #AEA98D;
  text-align: center;
  padding: 0 15px;
}
.sidebar .widget .featured-event .buttons {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 15px;
}
.sidebar .widget .featured-event .buttons a {
  width: 49%;
  float: left;
  border: 1px solid #aea98c;
  text-align: center;
  color: #AEA98D;
  font: 400 15px/35px 'Roboto Slab', sans-serif;
}
.sidebar .widget .featured-event .buttons a:nth-of-type(2) {
  float: right;
}

.sidebar .widget .featured-event .buttons .separator {
  position: absolute;
  display: block;
  height: 43px;
  width: 20px;
  background: #242424;
  padding: 0 5px;
  z-index: 2;
  padding-left: 9px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(15deg);
}
.sidebar .widget .featured-event .buttons .separator:before {
  content: "";
  display: block;
  height: 47px;
  width: 2px;
  background: #aea98c;
}
.static-info {
  margin: 25px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sidebar .widget  .more.menu {
  border: 1px solid #aea98c;
  text-align: center;
  color: #AEA98D;
  font: 400 15px/35px 'Roboto Slab', sans-serif;
  width: 155px;
  margin: 20px auto;
  display: block;
  padding: 0;
}
.sidebar .widget  .more.menu:after {
  display: none;
}
.sidebar .widget  .more.menu:hover {
  color: #AEA98D!important;
}
.sidebar .widget  .more.menu i {
margin-left: 5px;
font-size: 20px;
position: relative;
top: 2px;

}
.sidebar .widget  .more.menu:hover i {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-animation-name: effect; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation-name: effect;
  animation-duration: 0.4s;
  animation-delay: 0s;
}

.sidebar .widget .static-info img {
  display: block;
  margin: 10px auto;
  max-width: 90%;
}
.sidebar .widget .static-info p {
  display: block;
  margin-bottom: 15px;
  color: #909090;
  font: 300 14px/20px 'Roboto Slab', sans-serif;
  padding: 0 15px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.sidebar .widget .private a.virtual-tour {
  text-align: center;
  font: 700 15px/35px 'Roboto Slab', sans-serif;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    position: relative;
    float: none;
    clear: both;
    width: 100%;
}
.sidebar .widget .private a.virtual-tour img {
  width: 55px;
  height: 26px;
  margin-right: 5px;
  margin-top: 4px;
  display: inline-block;
  margin-bottom: 0;
}
.sidebar .widget .private a.virtual-tour:hover {
  color: #aea98c;
}
.sidebar .widget .featured-event.event h4 {
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .sidebar .widget .widget-title {
    padding: 15px 30px;
  }
  .sidebar .widget .featured-event .image {
    height: 330px;
  }
  .sidebar .widget .featured-event h3,
  .sidebar .widget .featured-event h4,
  .sidebar .widget .featured-event .date,
  .sidebar .widget .featured-event .buttons {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sidebar .widget .featured-event .buttons {
    margin-bottom: 30px;
  }
  .sidebar .widget .featured-event p {
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 15px;
  }
  .sidebar .widget .private a.virtual-tour {
    margin-bottom: 30px;
  }
}
.sidebar .widget .slick-arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 245px;
  cursor: pointer;
  color: #aea98c;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  z-index: 1;
}
.sidebar .widget .ion-chevron-left {
  left: 15px;
}
.sidebar .widget .ion-chevron-right {
  right: 15px;
}
.sidebar .widget .slick-dots {
  position: absolute;
  text-align: center;
  top: 250px;
  width: 100%;
  padding: 0 45px;
}
.sidebar .widget .slick-dots li {
  display: inline-block;
  line-height: 10px;
}
.sidebar .widget .slick-dots li button {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #3F3E3C;
  margin: 0px 5px 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}
.sidebar .widget .slick-dots li.slick-active button {
  background: #aea98c;
}
@media only screen and (min-width: 1440px) {
  .sidebar .widget .slick-arrow {
    top: 345px;
  }
  .sidebar .widget .ion-chevron-left {
    left: 30px;
  }
  .sidebar .widget .ion-chevron-right {
    right: 30px;
  }
  .sidebar .widget .slick-dots {
    padding: 0 60px;
    top: 349px;
  }
}
a.more {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.more:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}
a.more:hover {
  color: #3F3E3C!important;
}
a.more:hover:after {
  background: #9E9A7A;
}
#instafeed a {
  display: block;
  width: 50%;
  float: left;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#instafeed a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
/*  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;*/
  transition: all .3s ease-in-out
}
@media only screen and (min-width: 1440px) {
  #instafeed a {
    height: 190px;
  }
}
#instafeed a:hover div {
  /*-moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;*/
  transform: scale(1.1);
}
#top {
  position: relative;
  margin-right: 25px;
  float: right;
  display: none;
}
#top a {
  position: fixed;
  bottom: 10%;
  float: right;
  transition: all .5s;
  opacity: 0;
  transform: translateY(-200px) rotateY(180deg);
  z-index: 2;
  right: 5px;
  text-align: center;
}
#top a i {
  width: 34px;
  height: 34px;
  background-color: #242424;
  color: #aea98c;
  font-size: 22px;
  border-radius: 5px;
  border: 2px solid #aea98c;
  line-height: 27px;
}
.site-footer {
  padding: 15px;
  border-top: 2px solid #AEA98C;
  margin-top: 30px;
  display: none;
  width: 100%;
}
.site-footer .primary-menu {
  display: block;
  margin-bottom: 30px;
}
.site-footer .primary-menu li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.site-footer .social-navigation {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .primary-menu {
    margin-bottom: 0;
    float: left;
  }
  .site-footer .primary-menu li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .site-footer .primary-menu li:last-child {
    padding-right: 0;
  }
  .site-footer .primary-menu li a {
    font-size: 14px;
  }
  .site-footer .social-navigation {
    float: right;
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer {
    padding: 15px 60px;
  }
  .site-footer .primary-menu li {
    padding-right: 25px;
  }
  .site-footer .primary-menu li a {
    font-size: 17px;
  }
}
#mailing_modal .modal-content {
  background: none;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  position: static;
}
#mailing_modal .modal-header {
  padding: 0;
  border-bottom: none;
}
#mailing_modal > div {
  width: 90%;
  margin: 0 auto;
  max-width: 680px;
  background: #242424;
  border: 2px solid #aea98c;
  padding: 30px;
  position: relative;
}
#mailing_modal > div h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 25px;
  font-family: 'Abolition', sans-serif;
}
#mailing_modal > div p {
  font-size: 20px;
  line-height: 30px;
  color: #AEA98C !important;
  margin-bottom: 25px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#mailing_modal > div .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #9E9A7A;
  text-shadow: none;
  opacity: 1;
  z-index: 2;
}
#mailing_modal > div .close:hover {
  color: #9E9A7A;
}
#mailing_modal > div .newsletter_form form {
  width: 100%;
  max-width: inherit;
  margin: 30px 0 0;
}
#mailing_modal > div .newsletter_form form .newsletter-email,
#mailing_modal > div .newsletter_form form .tnp-email,
.mobile-newsletter .newsletter_form form .tnp-email {
  border: none;
  background: #414141;
  height: 60px;
  font-size: 28px;
  color: #aea98c;
  padding-left: 20px;
  padding-right: 150px;
  font-weight: 300;
}
#mailing_modal > div .newsletter_form form .newsletter-submit,
#mailing_modal > div .newsletter_form form .tnp-submit,
.mobile-newsletter .newsletter_form form .tnp-submit {
  background: #aea98c;
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 125px;
  font-weight: bold;
  font-size: 20px;
}

#mailing_modal > div .thanks,
.mobile-newsletter .thanks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #242424;
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}
#mailing_modal.submited > div .thanks,
.mobile-newsletter.submited .thanks {
	opacity: 1;
	transition: all 0.3s;
	z-index: 1;
}
#mailing_modal > div .thanks-content,
.mobile-newsletter .thanks-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 150px;
	
}
#mailing_modal > div .thanks-content h2,
.mobile-newsletter .thanks-content h2 {
	font-size: 80px;
    line-height: 80px;
}
@media (max-width: 767px) {
	.mobile-newsletter {
		position: relative;
	}
	.mobile-newsletter .thanks {
		background-color: #302F2E;
		text-align: center;
	}
	.mobile-newsletter .thanks h2 {
		font-size: 40px;
    	line-height: 40px;
	    font-family: 'Abolition', sans-serif;
	    margin-bottom: 15px;
	}
	.mobile-newsletter .thanks p {
		font: 400 16px/20px 'Roboto Slab', sans-serif;
		    text-transform: inherit;
	}
	.mobile-newsletter .thanks-content {
		height: 75px;
		top: 20px;
		bottom: inherit;
	}
/*  #mailing_modal > div h2 {
    font-size: 28px;
    line-height: 30px;
  }*/
  #mailing_modal > div p {
    font-size: 14px;
    line-height: 20px;
  }
  #mailing_modal > div .newsletter_form form .newsletter-email,
  #mailing_modal > div .newsletter_form form .tnp-email,
  .mobile-newsletter .newsletter_form form .tnp-email {
    font-size: 20px;
  }
  #mailing_modal > div .newsletter_form form .newsletter-submit,
  #mailing_modal > div .newsletter_form form .tnp-submit,
  .mobile-newsletter .newsletter_form form .tnp-submit {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #box-events .event .image .sold-out {
    display: none;
  }
  #mailing_modal > div {
    padding: 50px 80px;
  }
}
.open-bts-modal {
  display: none;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.custom-search {
  position: relative;

}
.custom-search .text {
  position: absolute;top: 20px;
  left: 20px;
  font-family: 'Abolition', sans-serif;
  font-size: 35px;
  color: #aea98c;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .custom-search .text {
    font-size: 50px;
    top: 15px;
  }
}


.custom-search .search-submit {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 45px;
  height: 50px;
  z-index: 2;
  display: block;
}
.custom-search .search-submit i {
  font-size: 30px;
  line-height: 50px;
  display: block;
  color: #aea98c;
  transition-duration: 0.4s;
  margin-right: 15px;
}

.search-form input.active + div.categories {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  right: 50px;
}

.search-form .categories ul {
  right: -50px!important;
  border-bottom: 2px solid #aea98c;
}

@media only screen and (min-width: 480px) {
  .search-form input.active + div.categories {
    right: 70px;
  }
  .search-form .categories ul {
    right: -70px!important;
  }
}


.sidebar .widget .featured-event .buttons:hover span {
  display: none;
}

.home-search.active {
    /*width: 100%!important;*/
    /*padding: 10px;*/
}
.home-search {
    width: 100%!important;
}
body.scrolled #fixed-header {
    top: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}


#fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  background: #302F2E;
    transition-timing-function: ease-in;
    transition: 0.7s;
}
#fixed-header .primary-menu li.main-logo {
  display: none!important;
}
#fixed-header .site-header-main {
  padding-top: 0;
  padding-bottom: 0;
}
#fixed-header .site-header-main .site-branding {
  display: block;
  margin-top: 7px;
}
#fixed-header .social-navigation {
  top: 25px !important;
}
#fixed-header .site-header-main .site-branding .logo {
    height: 48px;
    margin-top: 5px;
  }
@media only screen and (min-width: 768px) {
  #fixed-header {
    border-bottom: 4px solid #aea98c;
  }
  #fixed-header .site-header-main .site-branding {
    margin-top: 12px;
  }
  #fixed-header .site-header-main .site-branding .logo {
    margin-right: 30px !important;
    margin-top: 0;
  }
  #fixed-header .primary-menu {
    text-align: left!important;
  }
  #fixed-header .primary-menu li {
    padding: 20px!important;
    min-width: auto!important;
  }
  #fixed-header .primary-menu li a {
    position: relative;
  }
  #fixed-header .primary-menu li a:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #aea98c transparent;
  }
  #fixed-header .primary-menu li a:after {
    display: none;
  }
  #fixed-header .primary-menu li a:hover:before, #fixed-header .primary-menu li.current_page_item a:before {
    bottom: -21px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #fixed-header .primary-menu li {
    padding: 20px 26px!important;
  }
}
@media only screen and (min-width: 1440px) {
  #fixed-header .primary-menu li {
    padding: 20px 26px!important;
  }
}

#page-head-section {
  background-size: cover;
  background-position: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px;
}

#menu-main-menu-1 .main-logo {
    display: none;
}

#page-head-section .title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 0px 20px;
    font-family: 'Abolition', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
#page-head-section .title:before {
  position: absolute;
  bottom: 0;
  left: 0;right: 0;
  margin: 0 auto;
  content: "";
  width: 140px;
  height: 2px;
  background: #fff;
}

#page-head-section .text-content {
  font-family: 'Roboto Slab', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

#page-head-section .bottom-divider {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #page-head-section .title {
    font-size: 70px;
    line-height: 70px;
  }
  #page-head-section {
    padding: 50px;
  }
  #page-head-section .text-content {
    font-size: 20px;
    line-height: 26px;
  }
  /*body:not(.scrolled) #page-head-section {
    padding-top: 121px;
  }*/
}

@media only screen and (min-width: 1024px) {
  #page-head-section {
    padding: 70px;
  }
  #page-head-section .title {
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #page-head-section .text-content {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1440px) {
  #page-head-section {
    margin-left: -60px;
    margin-right: -60px;
  }
  /*body:not(.scrolled) #page-head-section {
    padding-top: 171px;
  }*/
}

.questions-box {
  padding: 30px 0;
  max-width: 1300px;
  margin: 0 auto ;
}

.questions-box .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.questions-box .item .question {
  padding: 20px 30px 20px 50px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #302F2E;
  background: #9E9A7A;
  font-weight: 600;
  display: block;
}

.questions-box .item .answer {
    padding: 35px 15px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: none;
}




.questions-box .item .question::before,
.questions-box .item .question::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 4px;
  margin-top: -2px;
  background-color: #302F2E;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}

.questions-box .item .question.closed::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.questions-box .item .question.open-faq::before {
  -webkit-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  transform: rotate(-90deg)!important;
  opacity: 0!important;
}

.questions-box .item .question.closed::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.questions-box .item .question.open-faq::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .questions-box .item .question::before,
  .questions-box .item .question::after {
    left: 35px;
  }
  .questions-box .item .question {
    font-size: 23px;
    line-height: 30px;
    padding: 20px 30px 20px 80px;
  }
  .questions-box .item .answer {
    font-size: 21px;
    line-height: 28px;
  }
  .questions-box {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .questions-box {
    padding: 70px 0;
  }
}


body:not(.home) #fixed-header {
    top: 0!important;
    transition-timing-function: initial!important;
    transition: 0s!important;
    margin-top: 0 !important;
}

body:not(.home) #masthead {
    display: none !important;
}

body:not(.home) {
  padding-top: 77px;
}

@media only screen and (min-width: 768px) {
  body:not(.home) {
    padding-top: 75px;
  }
}

.page-template-food_and_drink #page-head-section .text-content img {
  margin-bottom: 40px;
  width: auto!important;
  height: auto!important;
}

.page-template-food_and_drink #page-head-section .text-content h3 {
  font-family: 'Roboto Slab', sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.page-template-food_and_drink #page-head-section .text-content p {
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.page-template-food_and_drink #page-head-section .text-content p:last-child {
  padding: 0;
}


.menu-tabs .menu-item {
  display: block;
  width: 48%;
  float: left;
  background: #242424;
  border: 2px solid #242424;
  text-align: center;
  font: 400 24px/30px 'Abolition', sans-serif;
  padding: 5px;
  text-transform: uppercase;
  position: relative;
      -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-tabs .menu-item.current {
  border: 2px solid #AEA98D;
}
.menu-tabs .menu-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 80%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #aea98d transparent transparent transparent;
  opacity: 0;
    -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;

}


.menu-tabs .menu-item.current:before {
  top: 100%;
  opacity: 1;
    -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.menu-tabs .menu-item:nth-of-type(2) {
  float: right;
}

.menu-tabs .menu-item span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font: 400 11px/20px 'Roboto Slab', sans-serif;
}

.menu-tabs .menu-item span .icon-watch {
  display: inline-block;width: 15px;height: 20px;
  background: transparent url('images/watch.png') no-repeat center;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-right: 5px;
}


.menu-tabs {
  margin-bottom: 30px;
  display: inline-block;width: 100%;
}

.menu-tabs-content .tab-content {
  display: none;
}
.menu-tabs-content .tab-content.open {
  display: block;
}

.menu-tabs-content .menu-wrapper {
  border: 4px solid #AEA98D;
  margin-bottom: 40px;
}

.menu-tabs-content .head-menu {
  background: #171717;
  text-align: center;
  padding: 15px 10px;
}

.menu-tabs-content .head-menu .menu-title {
  font: 400 52px/60px 'Abolition', sans-serif;
  display: block;
  margin: 0 0 5px;
  color: #AEA98D;
}

.menu-tabs-content .head-menu .served-time {
  color: #AEA98D;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
}

.menu-tabs-content .menu-intro {
  padding: 15px;
  font-size: 20px;
  line-height: 30px;
}
.menu-tabs-content .section-bottom-info {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 22px;
    padding: 15px;
    line-height: 30px;
}

.menu-tabs-content .sections {
  padding: 15px;
}

.menu-tabs-content .menu-section {
  border-top: 5px solid #57bfd4;
  padding: 15px;
}

.menu-tabs-content .menu-section:nth-child(4n) {
    border-color: #d4c557;
}
.menu-tabs-content .menu-section:nth-child(4n-1) {
    border-color: #d47657;
}
.menu-tabs-content .menu-section:nth-child(4n-2) {
    border-color: #57d4bf;
}
.menu-tabs-content .menu-section:nth-child(4n-3) {
    border-color: #57bfd4;
}


.menu-tabs-content .section-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  display: block;
  text-align: center;
  margin: 0 0 20px;
}

.menu-tabs-content .section-subtitle {
  display: block;
  font-size: 16px;
  text-transform: initial;
}

.menu-tabs-content .section-list, .section-list p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.menu-tabs-content .section-list p {
  padding: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.menu-tabs-content .order-online a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  background: #9E9A7A;
  color: #302F2E;
  position: relative;
  padding-left: 70px;
  font-weight: 700;
}
.menu-tabs-content .order-online a:hover {
  color: #fff;
}

.menu-tabs-content .order-online {
  text-align: center;
  padding: 0 0 40px 0;
}

.menu-tabs-content .order-online .icon {
  display: inline-block;
  background: transparent url('images/bike.png') no-repeat center;
  background-size: contain;
  width: 45px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 15px;
}

.attention-info, .attention-info p {
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
}
.attention-info p {
  padding: 0;
  margin-bottom: 15px;
}

.food_staff {
  text-align: center;
  margin: 40px 0 20px;
}
.food_staff p {
  padding: 0;margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
}
.food_staff ul {
  padding: 0;margin: 0;
  text-transform: capitalize;
}
.food_staff ul li {
  display: inline-block;
  margin-right: 15px;
}
.food_staff ul li:last-child {
  margin-right: 0;
}
.food_staff ul li a {
  display: block;
}
.food_staff ul li a i {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 480px) {
  .menu-tabs .menu-item {
    padding: 10px;
  }
  .menu-tabs-content .order-online a {
    padding: 20px 60px;
    padding-left: 110px;
  }
  .menu-tabs-content .order-online a .icon {
    left: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .menu-tabs .menu-item span .icon-watch {
    top: 4px;
  }
  .page-template-food_and_drink #page-head-section .text-content h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .page-template-food_and_drink #page-head-section .text-content p {
      font-size: 18px;
      line-height: 24px;
  }
  .food_staff {
    padding: 0 55px;
  }
  .food_staff p {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
  }
  .food_staff ul {
    float: left;
  }
  .attention-info, .attention-info p {
    padding: 0 55px;
    font-size: 17px;
    line-height: 27px;
  }
  .attention-info p {
    padding: 0;
    margin-bottom: 15px;
  }
  .menu-tabs-content .order-online a {
    font-size: 19px;
    padding: 20px 100px;
    padding-left: 150px;
  }
  .menu-tabs-content .order-online a .icon {
    left: 90px;
  }
  .menu-tabs .menu-item {
    font-size: 52px;
    line-height: 60px;
  }
  .menu-tabs .menu-item span {
    font-size: 14px;
    line-height: 30px;
  }
  .menu-tabs .menu-item span i {
    margin-right: 10px;
  }
  .menu-tabs-content .section-title {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 35px;
  }

  .menu-tabs-content .section-subtitle {
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    text-align: left;
  }

  .menu-tabs-content .section-list, .section-list p {
    font-size: 17px;
    line-height: 24px;
  }

  .menu-tabs-content .section-list p {
    margin-bottom: 20px;
  }
  .menu-tabs-content .menu-section {
    padding: 35px;
    border-top-width: 8px;
  }
  .menu-tabs-content .sections {
    padding: 0 25px 25px;

  }
  .menu-tabs-content .head-menu {
    padding: 30px 55px;
    display: inline-block;width: 100%;
  }

  .menu-tabs-content .head-menu .menu-title {
    float: left;
  }

  .menu-tabs-content .head-menu .served-time {
    float: right;
    line-height: 60px;
  }

  .menu-tabs-content .menu-intro {
    padding: 30px 55px;
  }  
  .menu-tabs-content .section-bottom-info {
    padding: 35px;
  }
}

@media only screen and (min-width: 1440px) {
  .menu-tabs .menu-item span .icon-watch {
    top: 2px;
  }
 /* .menu-tabs .menu-item span {
    font-size: 20px;
  }*/
  .menu-tabs .menu-item {
    width: 45%;
    border-width: 4px!important;
  }
}


.menu-trigger, .close-trigger {
  top: 24px;
}

#menu-main-menu-2 .main-logo {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mobile-home-link {
    display: none!important;
  }
}

.event-page {
    padding: 30px 0;
}

.event-page .presenter {
    display: block;
    font: 400 12px/15px 'Roboto Slab', sans-serif;
    font-style: italic;
    color: #777676;
    margin-bottom: 10px;
}

.event-page .tour-name {
    display: block;
    font: 400 12px/15px 'Roboto Slab', sans-serif;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}

.event-page .headliner {
  font: 700 28px/34px 'Roboto Slab', sans-serif;
  color: #F3F3F3;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-page .headliner_support {
  font: 300 18px/20px 'Roboto Slab', sans-serif;
  color: #F3F3F3;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-page .other {
    display: block;
    margin-bottom: 10px;
    color: #FFDD92;
    font: 400 15px/20px 'Roboto Slab', sans-serif;
}

.event-page .date {
    font: 400 18px/24px 'Roboto Slab', sans-serif;
    color: #AEA98D;
    margin-bottom: 20px;
    margin-top: 15px;
}
.event-page .hours {
    font: 400 15px/20px 'Roboto Slab', sans-serif;
    color: #AEA98D;
    margin-bottom: 2px;
}
.event-page .setTimes {
    font: 400 15px/20px 'Roboto Slab', sans-serif;
    color: #AEA98D;
    margin: 10px 0px;
}
.event-page .setTimes p {
  margin:0px;
  padding:0px;
}
.event-page .seated {
    color: #AEA98D;
    display: block;
    margin-bottom: 2px;
    font: 400 15px/20px 'Roboto Slab', sans-serif;
}
.event-page .age {
    font: 400 15px/20px 'Roboto Slab', sans-serif;
    color: #AEA98D;
}

.event-page .prices-list {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
.event-page .prices-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    font: 400 15px/20px 'Roboto Slab', sans-serif;
    margin-bottom: 5px;
    /*color: #E8E8E8;*/
}

.event-page .prices-list li:last-child {
    margin-bottom: 0;
}
.event-page .prices-list li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9e9a7a;
}
.event-page .prices-list li .item-title {
    padding-right: 10px;
    background: #302F2E;
    float: left;
    position: relative;
}
.event-page .prices-list li .item-price {
    padding-left: 10px;
    background: #302F2E;
    float: right;
    position: relative;
}

.event-page .buy {
    text-align: center;
    padding: 20px 45px;
    font: 700 17px/32px 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    color: #3F3E3C;
    background: #9E9A7A;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: all 0.3s;
}
.event-page .buy:before {
  display: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #AFA97C;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.event-page .buy:hover {
    transition: all 0.3s;
     background: #AFA97C;
}
.event-page .buy:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.event-page .image {
   
}

.event-page .share-event {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}

.event-page .share-event a {
    margin: 0 0px 0 10px;
}

@media only screen and (max-width: 767px) {
    .event-page .row > div:first-child {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .event-page {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .event-page {
        padding: 70px 0;
    }
    .event-page .headliner {
        font: 700 41px/50px 'Roboto Slab', sans-serif;
    }
    .event-page .row {
        margin-left: -25px;
        margin-right: -25px;
    }
    .event-page .row > div {
        padding: 0 25px;
    }
}

.event-sections {
    margin: 70px 0;
    overflow: auto;
}

.event-sections .event-section-item {
    padding: 30px 0;
    border-top: 1px solid #9e9a7a;
    color: #f0f0f0;
}
.event-sections .event-section-item:last-child {
  padding-bottom: 0;
}
.event-sections .event-section-item .title {
    font: 700 33px/40px 'Roboto Slab', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    color: #aea98c;
}
.event-sections .section-content {
  display: inline-block;width: 100%;
}
.event-sections .section-content .image {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.event-sections .section-content .image img {
  display: inline-block;
}
.event-sections .section-content p {
    font: 300 16px/24px 'Roboto Slab', sans-serif;
    margin-bottom: 20px;
    color: #E8E8E8;
}
.event-sections .section-content p:last-child {
    margin-bottom: 0;
}

.socials-links {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}

.socials-links li {
    display: inline-block;margin-right: 30px;
    font-size: 30px;
}

a.play {
    display: block;
    width: 100%;height: 100%;
    text-align: center;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}
a.play:hover {
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.6);
}
a.play:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    width: 0;
    border-width: 19.5px 0 19.5px 27px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 2px;
    left: 10px;
    bottom: 0;
    right: 0;
    margin: auto;
}

a.play:after {
    content: "";
    display: block;border-radius: 50%;width: 90px;height: 90px;
    border: 5px solid #fff;
    position: absolute;
    text-align: center;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
a.play:hover:after {
  background: rgba(255, 255, 255, 0.6);
}


@media only screen and (min-width: 768px) {
    .event-sections .section-content .image {
        float: right;
        margin-bottom: 10px;
        margin-left: 20px;  
    }
}

.modal {
  z-index: 999999;
}


.bottom-divider {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 70px 0;
}

.bottom-divider .small-logo {
  background: url('images/logo.svg') no-repeat center;
  background-size: contain;
  display: block;
  width: 32px;
  height: 60px;
  margin: 0 auto;
}
.logo-container {
  width: 62px;
  height: 62px;
  border: 1px solid #9e9a7a;
  border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    background: #302F2E;
    position: relative;
}
.bottom-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #9e9a7a;
  z-index: 1;
}

.event-page .event-sections {
  margin-bottom: 0;
}
.event-page {
  padding-bottom: 0;
}

.events-box {
  margin-bottom: 50px;
}

.events-box .image {
  display: block;
  margin: 0 auto 20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #9e9a7a;
  background-size: cover;
  background-position: center;
}

.events-box .title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 15px;
  font-family: "Abolition", sans-serif;
}

.events-box .description, .events-box .description p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.events-box .description {
  max-width: 290px;
  margin: 0 auto;
}

.events-box .event-item {
  margin-bottom: 50px;
}

.events-box.row {
  margin-left: -25px;
  margin-right: -25px;
}
.events-box.row > div {
  padding: 0 25px;
}

@media only screen and (min-width: 1300px) {
    .events-box.row {
      margin-left: -50px;
      margin-right: -50px;
    }
    .events-box.row > div {
      padding: 0 50px;
    }
    .events-box .title {
    font-size: 45px;
    line-height: 50px;
  }
  .events-box .event-item {
    margin-bottom: 90px;
  }
  .events-box {
      margin-bottom: 70px;
  }
}

.download-section {
  position: relative;
  padding: 50px 0;
  background: #515150;
  text-align: center;
  margin-left: -10px;
    margin-right: -10px;
    display: block;
}


.download-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #302f2e transparent transparent transparent;
}

.download-section .icon {
  display: block;
  margin: 0 auto 20px;
  width: 52px;
  height: 65px;
}

.download-section .icon i {
  width: 100%;
  height: 100%;
  background: transparent url('images/file.png') no-repeat center;
  background-size: contain;
  display: block;
}

.download-section h2 {
  color: #E8E8E8;
  font-size: 45px;
  line-height: 50px;
  margin: 0px;
  font-family: 'Abolition', sans-serif;
}

.download-section p {
  color: #E8E8E8;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}



@media only screen and (min-width:480px) {
  .download-section .text-content {
    display: inline-block;
    margin-left: 20px;
  }
  .download-section .icon {
    display: inline-block;
    margin: 0;
  }
  .download-section h2, .download-section p {
    text-align: left;
  }
}

.folks-section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 70px 0;
  background: transparent url('images/folks-bg.jpg') no-repeat center;
  background-size: cover;
}

.folks-section h2 {
  font-family: 'Abolition', sans-serif;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0;
}

.folks_logos .logo-item {
  display: inline-block;
  text-align: center;
  width: 49%;
  margin-bottom: 30px;
}

.folks_logos .logo-item .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.folks_logos .logo-item img {
  vertical-align: middle;
    max-height: 100%;
    max-width:  100%;
}

.page-template-private-events #page-head-section {
  padding-bottom: 100px;
}

@media only screen and (min-width:768px) {
  .folks-section h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 50px;
  }
  .folks-section {
    padding: 100px 0;
  }
  .folks_logos .logo-item {
    width: 24%;
  }
  .page-template-private-events #page-head-section {
    padding: 70px 70px 180px;
  } 
}

@media only screen and (min-width:1024px) {
  .folks-section {
    padding: 150px 0;
  }
  .folks-section h2 {
    margin-bottom: 70px;
  }
  .page-template-private-events #page-head-section {
    padding: 120px 120px 200px;
  } 
}

@media only screen and (min-width: 1440px) {
  .download-section, .folks-section {
      margin-left: -60px;
      margin-right: -60px;
  }
  .page-template-private-events #page-head-section {
    padding: 190px 190px 270px;
  } 
}



#private-events-section  .bottom-divider {
  margin: 0;
  position: relative;
  top: -70px;
}

.page-template-private-events #page-head-section .title {
  padding-bottom: 0;
  color: #e7e6ea;
}
.page-template-private-events #page-head-section .text-content {
  color: #e7e6ea;
}

.page-template-private-events #page-head-section .title:before {
  display: none;
}

.questions-contact {
  text-align: center;
}

.questions-contact .icon {
  width: 75px;
  height: 60px;
  background: transparent url('images/phone-events.png') center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

.questions-contact .links {
  display: inline-block;
  text-align: left;
}
.questions-contact a {
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  float: left;
  clear: both;
  color: #E8E8E8;
}

.envira-gallery-wrap .envira-gallery-public {
  margin: 40px auto 30px !important;
}


/*#welcome-section .subtitle:before, #welcome-section .subtitle:after {
  display: none;
}

#welcome-section .subtitle {
  background: transparent;
}*/

.box-contact {
  padding: 50px 0;
}

.box-contact .icon {
    height: 175px;
    width: 100%;
    position: relative;
    border-bottom: 4px solid #242424;
    margin-bottom: 50px;
}
.box-contact .icon i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 75px;
  background-size: contain!important;
}
.box-contact .icon.time i {
  background: transparent url(images/contact-time.png) no-repeat center;
}
.box-contact .icon.phone i {
  background: transparent url(images/contact-phone.png) no-repeat center;
}
.box-contact .icon.email i {
  background: transparent url(images/contact-email.png) no-repeat center;
}

.box-contact .title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 30px;
  font-family: "Abolition", sans-serif;
}

.box-contact .description, .box-contact .description p, .box-contact .description a, .box-contact .description h4 {
  font-size: 15px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0;
}
.box-contact .description {
    max-width:  435px;
    margin: 0 auto;
} 
.box-contact .description p {
     padding: 0;
     margin: 0 0 30px;
}

.box-contact .description h4 {
    font-weight: 900;
    font-size: 16px;
}
.box-contact .description ul li {
    margin-bottom: 15px;
}
.box-contact .description ul li:last-child {
    margin-bottom: 0;
}

.box-contact .description a.button {
    padding: 15px 30px;
    background: none;
    border: 1px solid #AEA98D; 
    color: #AEA98D;
    display: block;
    width: 215px;
    margin: 0 auto;
}
.box-contact .description a.button i {
    margin-left: 10px;
}

.contact-featured-image {
    margin-left: -10px;
    margin-right: -10px;
    background-size: cover;
    background-position: center;
    height: 300px;
}
.contact-featured-image ..bottom-divider {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .box-contact .row > div {
        margin-bottom: 50px;
    }
    .box-contact .row > div:last-child {
        margin-bottom: 0px;
    }
    .box-contact .icon {
        height: 100px;
        margin-bottom: 20px;
    }
    .box-contact .icon i {
        width: 50px;
    }
}

@media (min-width: 768px) {
  .contact-featured-image {
      height: 446px;
  }
}

@media (min-width: 1024px) {
  .contact-featured-image {
      height: 546px;
  }
  .box-contact .title {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (min-width: 1440px) {
  .contact-featured-image {
      margin-left: -60px;
      margin-right: -60px;
  }
}


@media (min-width: 1240px) {
  .box-contact .row > div {
      padding: 0 45px;
  }
  .box-contact .row {
    margin-left: -45px;
    margin-right: -45px;
  }
}


#map {
    width: 100%;
    height: 335px;
}

.map-container {
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 1440px) {
  .map-container {
      margin-left: -60px;
      margin-right: -60px;
  }
}


a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

.gm-style-cc:last-child {
    display: none !important;
}
// remove the link only
a[title="Report errors in the road map or imagery to Google"] {
    display: none !important;
}


.map-container .address {
  text-align: center;
  color: #AEA98C;
  font-size: 18px;
  line-height: 25px;
  background: #242424;
  display: block;
  padding: 15px;
}

.map-container .address i {
  margin-right: 10px;
}


.years-box {
  padding: 50px 0;
  position: relative;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: inline-block;
}
.years-box:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #aea98c;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
}

.year-item {
    width: 50%;
    position: relative;
    clear: both;
    text-align: center;
}
.year-item:last-child {
    height: auto!important;
}
.year-item.odd {
  float: left;
  text-align: left;
}
.year-item.even {
  float: right;
  text-align: right;
}

.year-item .year_description {
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    display: inline-block;
}

.year-item .year {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: 'Abolition', sans-serif;
  text-align: center;
  padding: 0 20px;
  background: #302F2E;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.year-item:before {
  position: absolute;
  top: 20px;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  background: #aea98c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.year-item.odd:before {
    right: -7px;
}

.year-item.even:before {
    left: -7px;
}


.year-item:after {
    position: absolute;
    width: 55%;
    height: 3px;
    top: 25.5px;
    /*border-bottom: 3px dotted #aea98c;*/
    content: "";
}

.year-item.odd:after {
    right: 15px;
    background: transparent url(images/round-dotted.png) repeat-x top right;
}

.year-item.even:after {
    left: 15px;
    background: transparent url(images/round-dotted.png) repeat-x top left;
}


.year-item .content {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 290px;
}

.year-item.odd .content {
    padding-right: 15px;
}

.year-item.even .content {
    padding-left: 15px;
}

#history-section .container {
    max-width: 960px;
}

@media (max-width: 519px) {
    .year-item.odd:after {
        left: 15px;
        right: inherit;
    }
    .year-item.odd {
      float: right;
      text-align: right;
    }
    .year-item.odd:before {
        left: -7px;
        right: inherit;
    }
    .years-box:before {
        left: 0px;
    }
    .year-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .year-item .content {
        padding-right: 0 !important;
        padding-left: 30px !important;
    }
}

.history-featured-image {
  height: 600px;
}
@media (max-width: 1439px) {
  .history-featured-image {
    height: 550px;
  }
}
@media (max-width: 1023px) {
  .history-featured-image {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .history-featured-image {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .history-featured-image {
    height: 250px;
  }
}


.history-intro {
  margin: -50px 0 100px;
  z-index: 1;
  position: relative;
}

.history-intro .title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'Abolition', sans-serif;
    color: #aea98c;
    position: relative;
    margin-bottom: 20px;
}


.history-intro .text-content {
  text-align: center;
  color: #fff;
  max-width: 710px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

@media only screen and (min-width: 1024px) {
  .history-intro .title {
      font-size: 80px;
      line-height: 80px;
  }
  .history-intro {
    margin-top: -80px;
  }
}

.vidbg-container video {
  top: auto!important;
  bottom: 0 !important;
  transform: translate(-50%, 0%)!important;
}

.eventButtons {
  position: relative;
  height: 36px;
  width: 90%;
  margin: 0 auto 30px;
}

.eventButtons .top-border-left {
    width: 50%;
    top: 0;
    left: 0;
}
.eventButtons .borders {
    position: absolute;
    height: 1px;
    background: #AEA98D;
    transition: all .3s;
}

.eventButtons .top-border-right {
    width: 45%;
    top: 0;
    right: 0;
}

.eventButtons .bottom-border-left {
    width: 45%;
    bottom: 0;
    left: 0;
}

.bottom-border-right {
    width: 50%;
    right: 0;
    bottom: 0;
}
.eventButtons a {
  width: 48%;
    float: left;
    text-align: center;
    color: #AEA98D;
    padding: 0;
    border: 1px solid transparent;
    transition: all .3s;
    font: 400 15px/33px 'Roboto Slab', sans-serif;
}
.eventButtons a:nth-of-type(1) {
    border-left: 1px solid #AEA98D;
}

.eventButtons a:nth-of-type(2) {
    float: right;
    border-right: 1px solid #AEA98D;
}

.eventButtons .separator {
    position: absolute;
    display: block;
    height: 53px;
    width: 1px;
    background: #AEA98D;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
    transition: all .3s;
}

.eventButtons:hover .borders {
    width: 48% !important;
    transition: all .3s;
}

.eventButtons:hover .borders {
    width: 48% !important;
    transition: all .3s;
}

.eventButtons:hover .borders {
    width: 48% !important;
    transition: all .3s;
}

.eventButtons:hover .borders {
    width: 48% !important;
    transition: all .3s;
}

.eventButtons:hover a {
    border-left: 1px solid #AEA98D;
    border-right: 1px solid #AEA98D;
}

.eventButtons:hover .separator {
    opacity: 0;
    height: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .3s;
}

.eventButtons a:hover, .eventButtons a:focus {
    text-decoration: none;
    color: #3F3E3C;
    transition: all .3s;
    background: #AEA98D;
}

#page-head-section {
  position: relative;
}
#page-head-section > * {
  z-index: 3;
  position: relative;
}
#page-head-section:before {
  background: transparent;
  background: -webkit-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: -moz-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: -ms-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: -o-linear-gradient(top, rgba(48, 47, 46, 0) 10%, #302f2e 100%);
  background: linear-gradient(top, rgba(48, 47, 460, 0) 10%, #302f2e 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

footer .menu-main-menu-container {
  display: none;
}


#mailing_modal .newsletter_form .tnp-field-button,
.mobile-newsletter .newsletter_form .tnp-field-button {
  float: right;
  width: 90px;
}

#mailing_modal .newsletter_form .tnp-field-email,
.mobile-newsletter .newsletter_form .tnp-field-email {
  width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    float: left;
}

#mailing_modal .newsletter_form .tnp-field-email label,
.mobile-newsletter .newsletter_form .tnp-field-email label {
  display: none;
}


#mailing_modal .newsletter_form .tnp-email,
.mobile-newsletter .newsletter_form .tnp-email {
  padding-right: 20px !important;
}
#mailing_modal .newsletter_form .tnp-submit,
.mobile-newsletter .newsletter_form .tnp-submit {
  color: #302F2E!important;
  border: none!important;
  padding: 0;
}


@media only screen and (max-width: 767px) {
  .primary-menu .mailing,
  .menu .mailing {
    display: none;
  }
  #mailing_modal {
    display: none !important;
  }
  body.keyboard_visible .container-menu .inner-container {
    background-color: rgb(48, 47, 46);
  }
}

.mobile-newsletter .newsletter_form form .tnp-email {
  height: 50px;
  border-bottom: 2px solid #636363;
  color: #636363;
  background: none;
  font-size: 18px;
  padding-left: 0;
  font-family: 'Roboto Slab', sans-serif;
  padding-right: 90px;
}
.mobile-newsletter .newsletter_form form .tnp-submit {
  background: #636363;
  color: #302F2E;
  width: 80px;
  height: 32px;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 9px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  line-height: 32px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mobile-newsletter .newsletter_form form .tnp-field-button {
  height: 50px;
  border-bottom: 2px solid #636363;
}

.private-gallery {
  padding-top: 40px;
}

.site-footer {
  padding: 0;
}
.site-footer .social-navigation {
  display: none;
}
.widget img.aligncenter {
  margin: 0 auto;
  display: block;
}

@media (max-width: 1023px) {
  .page-template-food_and_drink #secondary .widgets .widget-instagram {
    display: none !important;
  }
  .page-template-food_and_drink #secondary {
    display: inline-block !important;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-food_and_drink #secondary {
    margin-top: 40px;
  }
}

.mobile-newsletter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #302F2E inset;
}


  /*.custom-search {
    overflow-x: hidden;
  }*/
  .custom-search .search-submit {
    width: 100%;
  }
  .custom-search .search-submit.small {
      width: 30px;
  }
  .js-search-icon {
    float: right;
  }

/* Event Specific Code */

.postid-2276 #main > div.row > div:nth-child(1) > p {color: #92afff;
    font: 800 25px/20px 'Roboto Slab', sans-serif;
    margin-top: 17px;}