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

.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 'Bree Serif', serif;
  color: #5C5C5C;
  /*background: #fff url('images/new-body-bg.png') repeat;*/
  background-attachment: fixed;
  background: #FEF9F6 url('images/Background-Pattern-Opacity-new.jpg') repeat;
}
*,
*: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: 1100px;
    padding: 0 15px;
}
.small-container {
  width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

@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: 'Bree Serif', serif;
  line-height: normal;
  outline: 0;
  color: #5C5C5C;
  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: 'Bree Serif', serif;
  line-height: normal;
  outline: 0;
  color: #5C5C5C;
  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: 'Bree Serif', serif;
  line-height: normal;
  outline: 0;
  color: #5C5C5C;
  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: 'Bree Serif', serif;
  line-height: normal;
  outline: 0;
  color: #5C5C5C;
  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: #5C5C5C;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
  color: #8e8e8e;
}
.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: #5C5C5C;
}
.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;
}

#main > div.filters > ul > li.portfolio-filter.GeorgiaTheatre {display:none;}
.button {
  padding: 10px 20px;
  color: #fff;
  background: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font: 700 14px/20px 'Bree Serif', 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: 3px solid #8e8e8e;
}
.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: #5C5C5C;
  font-size: 24px;
      transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.social-navigation ul li a:hover i {
  color: #8e8e8e;
}
@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;
  }
  .menu-trigger {
    display: none !important;
  }
}

.site-header-main .site-branding .logo {
  background: url('images/logo.png') no-repeat center;
  background-size: 100%;
  display: block;
  width: 27px;
  height: 42px;
  float: left;
  margin-top:10px;
}
.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: 28px;
  font-weight: 500;
}

.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 .primary-menu li {
  padding: 10px;
}
.navbar .navbar-collapse .main-navigation .primary-menu li a {
  font-size: 13px;
  line-height: 47px;
  display: block;
  text-align: center;
  color: #5C5C5C !important;
  text-transform: uppercase;
      font-family: "nimbus-sans",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.menu a {
    font-family: "nimbus-sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
} 
.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 .primary-menu {
    text-align: center;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li {
    display: inline-block;
    padding: 5px 25px;
    overflow: hidden;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li a {
    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: #8e8e8e;
    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 a {
    background: url('images/logo.png') no-repeat center;
    background-size: contain;
    width: 30px;
    height: 42px;
    text-indent: -9999px;
    white-space: nowrap;
    margin: 0;
    display: block;
  }
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo a:after,
  .navbar .navbar-collapse .main-navigation .primary-menu li.main-logo a:before {
    display: none;
  }
  .navbar .navbar-collapse .social-navigation {
    width: auto;
    float: right;
    padding: 0;
    border-bottom: none;
    margin: 0;
    position: absolute;
    top: 18px;
    right: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .navbar .navbar-collapse .main-navigation .primary-menu li {
    min-width: auto;
    padding: 5px 50px;
  }
  .navbar .navbar-collapse .social-navigation {
    display: block;
    margin: 0;
    position: absolute;
    top: 18px;
    right: 5px;
  }
  .navbar .navbar-collapse .social-navigation ul li {
    margin-right: 10px;
  }
}
/*
@media only screen and (min-width: 1240px) {
  .navbar .navbar-collapse .main-navigation .primary-menu li {
    padding: 5px 90px;
  }
}
*/
#welcome-section {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
#welcome-section .container-full {
  padding: 0;
}
.welcome-logo {
    padding: 60px 45px;
    position: relative;
    text-align: center;
}
.welcome-logo img {
  display: inline-block;
  max-width: 555px;
}

#welcome-section .header-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#welcome-section .header-carousel .carousel-item .image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
}
.mobile-newsletter {
  padding: 20px;
}
.mobile-newsletter p {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Bree Serif', serif;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .mobile-newsletter {
    display: none;
  }
  .site-branding {
    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 #4a494a;
  color: #4a494a;
  background: none;
  font-size: 18px;
  padding-left: 0;
  font-family: 'Bree Serif', serif;
  padding-right: 90px;
  background: transparent;
  width: 100%;
}
.newsletter_form ::-webkit-input-placeholder {
      text-transform: uppercase;
}
.newsletter_form :-moz-placeholder {
      text-transform: uppercase;
}
.newsletter_form ::-moz-placeholder {
     text-transform: uppercase;
}
.newsletter_form :-ms-input-placeholder {
     text-transform: uppercase;
}
.newsletter_form form .newsletter-submit {
  background: #e3e3e3;
  color: #4a494a;
  width: 80px;
  height: 32px;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 9px;
  font-family: 'Bree Serif', serif;
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content {
  padding: 0 10px;
}
@media only screen and (min-width: 1440px) {
  #content {
    padding: 0 60px;
  }
  body.home #content {
    padding: 0 100px;
  }
  body.home #content .small-container {
    max-width: 100%;
  }
  body.home #welcome-section {
    margin-left: -100px;
    margin-right: -100px;
  }
  #welcome-section {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1600px) {
  body.home #content {
    padding: 0 200px;
  }
  body.home #welcome-section {
    margin-left: -200px;
    margin-right: -200px;
  }
}
#primary {
  padding-top: 20px;
}
@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% - 335px);
    width: -moz-calc(100% - 335px);
    width: calc(100% - 335px);
  }
}
#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: 285px;
    float: right;
  }
  .navbar .navbar-collapse .social-navigation {
    right: 50px;
  }
}

.search-form {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #696969;
  padding: 15px 30px;
  height: 80px;
}
.search-form input {
  border: none;
  background: none;
  font-family: 'Bree Serif', serif;
  font-size: 35px;
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 0px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  /* 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;
  font-weight: 400;
}
.search-form input.active {
  padding-right: 140px;
  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: #5C5C5C ;
      text-transform: uppercase;
}
.search-form :-moz-placeholder {
      color: #5C5C5C ;
      text-transform: uppercase;
}
.search-form ::-moz-placeholder {
     color: #5C5C5C ;
     text-transform: uppercase;
}
.search-form :-ms-input-placeholder {
     color: #5C5C5C ;
     text-transform: uppercase;
}
.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 .category {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 10px;
}

.custom-search .venues {
    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;
    background: #696969 url(images/sprite-select.png) no-repeat center right;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    padding-right: 30px;
    padding-left: 10px;
}
.custom-search .venues option {
  float: left;
  padding-right: 30px;
}
.custom-search .categories .open-cats {
  color: #fff;
  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: #696969;
  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: #fff;
  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: #5C5C5C;
}
.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: #5C5C5C;
  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 .venues {
  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,
  .search-form .venues {
    right: 70px;
  }
  .search-form .categories .open-cats,
  .search-form .venues {
    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,
  .search-form.onFocus .venues {
    right: 90px;
  }
}
#box-events .event {
  padding: 20px;
  background: #FEF9F6;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
}
#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: 700 13px/20px nimbus-sans;
  color: #fff;
  background: #D0021B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  padding: 5px 15px;
  height: 30px;
  text-transform: uppercase;
}

@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 .terminal-west{
	color: #4A4A4A;
}
#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 'Bree Serif', serif;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#box-events .event .middle-info .headliner a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  color: #4A4A4A;
}
#box-events .event .middle-info .headliner a:hover {
  color: #4A4A4A
}
#box-events .event .middle-info .headliner_support {
  font: 300 14px/20px 'Bree Serif', serif;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#box-events .event .right-buttons {
  padding-left: 130px;
}
#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;
  font-family:nimbus-sans;
  font-weight: bold;
}
@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;
  }
   .mob-hours {
    padding-left: 30px;
   }
}
@media only screen and (max-width: 767px) {
  #box-events .event .middle-info p {
    display: inline-block!important;
     padding: 3px 7px;
     font-family:nimbus-sans;
     font-weight: bold;
     background: #4A4A4A;
     color: #fff;
  }
  .mob-hours {
    display: inline-block;
    font-family:nimbus-sans;
    font-weight: 300;
  }
}
@media only screen and (min-width: 768px) {
  .mob-hours {
    display: none;
  }
  #box-events .event {
    border-top: 2px solid #8E8E8E;
    padding: 20px 0;
    background: none;
    margin-bottom: 0;
    box-shadow: none;
  }
  #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 {
    margin-bottom: 7px;
    font: 400 24px/30px 'Bree Serif', serif;
  }
  #box-events .event .middle-info .headliner_support {
    font: 300 15px/20px 'Bree Serif', serif;
    margin-bottom: 10px;
  }
  #box-events .event .middle-info .presenter {
    display: block;
    font: 400 12px/15px 'Bree Serif', serif;
    font-style: italic;
    color: #4A4A4A;
    margin-bottom: 5px;
  }
  #box-events .event .middle-info .tour-name {
    display: block;
    font: 400 12px/15px 'Bree Serif', serif;
    font-style: italic;
    color: #4A4A4A;
    margin-bottom: 10px;
  }
  #box-events .event .middle-info p {
    display: inline-block;
    color: #fff;
    font: 700 13px/19px 'nimbus-sans';
    text-transform: uppercase;
    padding: 5px 10px;
    transition: all 0.3s;

  }
  #box-events .event .middle-info p.seated {
    color: #92AFFF;
    display: block;
    padding-left: 0;
  }
  #box-events .event .middle-info .bottom-list {
    display: block;
    position: absolute;
    left: 215px;
    bottom: 3px;
    padding-right: 150px;
  }
  #box-events .event .middle-info .bottom-list ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    font: 300 15px/30px "nimbus-sans",Helvetica,Arial,sans-serif;
    color: #5C5C5C;
    border-right: 1px solid #e7e6e6;
    margin-right: 10px;
    white-space: nowrap;
  }
  #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 {
    font-size: 16px;
    font-weight: bold;
  }
  #box-events .event .middle-info .bottom-list ul li:last-child {
    border-right: none;
    padding-right: 0;
  }
  #box-events .event .middle-info .bottom-list ul li:last-child a {
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  #box-events .event .right-buttons {
    padding-left: 0px;
    float: right;
    width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0;
  }
  #box-events .event .right-buttons .button,
  #box-events .event .right-buttons .more {
    display: block;
  }
  #box-events .event .right-buttons .date {
    font: 700 18px/30px 'nimbus-sans';
    color: #5C5C5C;
    margin-bottom: 19px;
    text-align: center;
  }
  #box-events .event .right-buttons .button {
    text-align: center;
    width: 100%;
    padding: 20px 5px;
    font: 400 17px/32px 'Bree Serif', serif;
    color: #fff;
    background: #696969;
    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.3s;
    transition-duration: 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
  }
  #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.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: none;
  }

  #box-events .event .right-buttons .button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  #box-events .event .right-buttons .button:hover {
    background: #4a4a4a;
  }


@-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 #4A4A4A;
    text-align: center;
    color: #4A4A4A;
    font: 400 15px/35px 'nimbus-sans', serif;
    text-transform: capitalize;
  }
  #box-events .event .right-buttons .more:hover {
        color: #4A4A4A!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;*/
  }
}
p.venue {
  font-family: nimbus-sans;
  text-transform: uppercase;
  font-weight: 700;
  background: #4A4A4A;
  color: #fff;
}
p.other-venue {
  color: #fff;
  background: #4A4A4A;
   display: inline-block;
  padding: 5px 10px;
}
.event-page p.venue {
  display: inline-block;
  padding: 5px 10px;
  line-height: 19px;
}
@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 'Bree Serif', serif;
  }
  #box-events .event .middle-info .headliner_support {
    font: 300 14px/20px 'Bree Serif', serif;
  }
}

.sidebar .widget .widget-title {
  padding: 15px;
      font: 700 24px/30px 'Bree Serif', serif;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .widget .widget-title a {
  white-space: nowrap;
  transition: all 0.3s;
}
.sidebar .widget {
  background: #FEF9F6;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
}

/*.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;
  height: 230px;
  background-position: center;
}
.sidebar .widget .featured-event h3 {
  padding: 5px 15px;
  font: 700 20px/30px 'Bree Serif', serif;
  color: #4A4A4A;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  max-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .widget .featured-event h4 {
  margin-bottom: 5px;
  font: 300 14px/20px 'Bree Serif', serif;
  color: #4A4A4A;
  text-align: center;
  padding: 0 15px;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .widget .featured-event .date {
  margin-bottom: 25px;
  font: 400 14px/20px 'Bree Serif', serif;
  color: #4A4A4A;
  text-align: center;
  padding: 0 15px;
  font-style: italic;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .widget .featured-event .location {
  margin-bottom: 5px;
  font: 400 14px/20px 'Bree Serif', serif;
  color: #4A4A4A;
  text-align: center;
  padding: 0 15px;
  font-style: italic;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featured-event.event .inf {
  height: 100px;
}
.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 #5C5C5C;
  text-align: center;
  color: #4A4A4A;
  font: 400 15px/35px 'Bree Serif', 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: #5C5C5C;
}
.static-info {
  margin: 25px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sidebar .widget  .more.menu {
  border: 1px solid #5C5C5C;
  text-align: center;
  color: #4A4A4A;
  font: 400 15px/35px 'nimbus-sans', serif;
  width: 155px;
  margin: 20px auto;
  display: block;
  padding: 0;
  text-transform: capitalize;
}
.sidebar .widget  .more.menu:after {
  display: none;
}
.sidebar .widget  .more.menu:hover {
  color: #4A4A4A!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 'Bree Serif', serif;
  padding: 0 15px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.sidebar .widget .featured-event a.virtual-tour {
  text-align: center;
  font: 700 15px/35px 'Bree Serif', serif;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sidebar .widget .featured-event a.virtual-tour img {
  width: 55px;
  height: 26px;
  margin-right: 5px;
  margin-top: 4px;
  display: inline-block;
  margin-bottom: 0;
}
.sidebar .widget .featured-event a.virtual-tour:hover {
  color: #5C5C5C;
}
.sidebar .widget .featured-event.event h4 {
  text-transform: uppercase;
}

.sidebar .widget .just-announced .event {
	border-top: 1px solid #EBE4E3;
	padding: 5px 10px;
}
.sidebar .widget .just-announced .event .eventName {
	font-weight: bold;
	text-transform: uppercase;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    width: 60%;
    display: inline-block;
	float: left;
}
.sidebar .widget .just-announced {
	padding-bottom: 10px;
}
.sidebar .widget .just-announced .event a {    
	line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    padding-right: 50px;
    padding-left: 10px;
}
.venueName {
	background: #333;
}
.sidebar .widget .just-announced .event .venueName {
    line-height: 20px;
    padding: 5px 0px;
    color: #fff;
    width: 35px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0px;
}

@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 .featured-event a.virtual-tour {
    margin-bottom: 30px;
  }
}
.sidebar .widget .slick-arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 342px;
  cursor: pointer;
  color: #5C5C5C;
  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: 345px;
  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: #f3f0ed;
  margin: 0px 5px 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}
.sidebar .widget .slick-dots li.slick-active button {
  background: #4a4a4a;
}
@media only screen and (min-width: 1440px) {
  .sidebar .widget .slick-arrow {
    top: 440px;
  }
  .sidebar .widget .ion-chevron-left {
    left: 30px;
  }
  .sidebar .widget .ion-chevron-right {
    right: 30px;
  }
  .sidebar .widget .slick-dots {
    padding: 0 60px;
    top: 445px;
  }
}
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: #5C5C5C;
}
#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
}

#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: #5C5C5C;
  font-size: 22px;
  border-radius: 5px;
  border: 2px solid #5C5C5C;
  line-height: 27px;
}
.site-footer {
  padding: 15px;
  display: inline-block;
  width: 100%;
  clear: both;
  float: left;
}
.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: #fff;
  border: 2px solid #5C5C5C;
  padding: 30px;
  position: relative;
}
#mailing_modal > div h2 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 25px;
  font-family: 'Bree Serif', serif;
  font-weight: bold;
}
#mailing_modal > div p {
  font-size: 20px;
  line-height: 30px;
  color: #5C5C5C !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: #5C5C5C;
  text-shadow: none;
  opacity: 1;
  z-index: 2;
}
#mailing_modal > div .close:hover {
  color: #5C5C5C;
}
#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 {
  background: #fff;
  height: 60px;
  font-size: 28px;
  color: #5C5C5C;
  padding-left: 0px;
  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: #e3e3e3;
  top: 5px;
  height: 50px;
  line-height: 50px;
  width: 125px;
  font-size: 20px;
  color: #5C5C5C;
}

#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: #FEF9F6;
		text-align: center;
	}
	.mobile-newsletter .thanks h2 {
		font-size: 40px;
    	line-height: 40px;
	    text-transform: uppercase;
	    margin-bottom: 30px;
      font-weight: 700
	}
	.mobile-newsletter .thanks p {
		font: 400 16px/20px 'Bree Serif', 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: #fff;
  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: 15px;
  width: 30px;
  height: 50px;
  z-index: 2;
  display: block;
}
.custom-search .search-submit i {
  font-size: 30px;
  line-height: 50px;
  display: block;
  color: #fff;
  transition-duration: 0.4s;
}

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

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

@media only screen and (min-width: 480px) {
  .search-form input.active + div.categories,
  .search-form input.active + .venues {
    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;*/
}


.site-header {
  height: 60px;
}

.site-header-main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  border-bottom: 3px solid #8e8e8e;
  height: 60px;
  padding: 0px 15px;
  display: inline-block;
  width: 100%;
  background: #FEF9F6;
}

@media only screen and (max-width: 767px) {
  .site-header-main {
    height: 68px;
  }
  .site-header {
    height: 65px;
  } 
}

@media only screen and (min-width: 768px) {
  .site-header-main {
    padding: 0px;
  }
  #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 #8e8e8e 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: -5px;
    -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;
  }
}

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

#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: 'Bree Serif', 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 .text-content {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1024px) {
  #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;
  }
}

.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: #5C5C5C;
  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) {
  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: 'Bree Serif', 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: 'Bree Serif', 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 #4A4A4A;
}
.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: #4A4A4A 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 'Bree Serif', 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 #4A4A4A;
  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: #4A4A4A;
}

.menu-tabs-content .head-menu .served-time {
  color: #4A4A4A;
  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: #5C5C5C;
  color: #fff;
  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 'Bree Serif', serif;
    font-style: italic;
    color: #777676;
    margin-bottom: 10px;
}

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

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

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

.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 'Bree Serif', serif;
    margin-bottom: 5px;
    /*color: #5C5C5C;*/
}

.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: #5C5C5C;
}
.event-page .prices-list li .item-title {
    padding-right: 10px;
    background: #fff url('images/new-body-bg.png') repeat;
    float: left;
    position: relative;
}
.event-page .prices-list li .item-price {
    padding-left: 10px;
    background: #fff url('images/new-body-bg.png') repeat;
    float: right;
    position: relative;
}

.event-page .buy {
    text-align: center;
    padding: 20px 45px;
    font: 400 17px/32px 'Bree Serif', serif;
    text-transform: uppercase;
    color: #fff;
    background: #696969;
    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.3s;
    transition-duration: 0.3s;
    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: #4a4a4a;
}
.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 'Bree Serif', 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 #5C5C5C;
    color: #5C5C5C;
}
.event-sections .event-section-item:last-child {
  padding-bottom: 0;
}
.event-sections .event-section-item .title {
    font: 700 33px/40px 'Bree Serif', serif;
    margin-top: 0;
    margin-bottom: 30px;
    color: #5C5C5C;
}
.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 'Bree Serif', serif;
    margin-bottom: 20px;
    color: #5C5C5C;
}
.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.4);
}
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.png') no-repeat center;
  background-size: contain;
  display: block;
  width: 38px;
  height: 60px;
  margin: 0 auto;
}
.logo-container {
  width: 62px;
  height: 62px;
  border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    background: #FEF9F6;
    position: relative;
}
.bottom-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #5C5C5C;
  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 #5C5C5C;
  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: #fff;
  font-size: 45px;
  line-height: 50px;
  margin: 0px;
  font-family: 'Abolition', sans-serif;
}

.download-section p {
  color: #fff;
  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;
  color: #fff;
}

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

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

@media only screen and (min-width:1024px) {
  .folks-section {
    padding: 150px 0;
  }
  .folks-section h2 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1440px) {
  .download-section, .folks-section {
      margin-left: -60px;
      margin-right: -60px;
  }
}



#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: #5C5C5C;
}

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

.box-contact {
  padding: 200px 0;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background-size: cover;
  background-position: center;
}

.box-contact .icon {
    margin-bottom: 30px;
}
.box-contact .icon i {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

.box-contact .title {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
}

.box-contact .description, .box-contact .description p, .box-contact .description a {
  font-size: 16px;
  line-height: 24px;
  font-family: nimbus-sans;
  text-align: center;
  margin: 0;
  text-decoration: none;
  color: #fff;
}
.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 #4A4A4A; 
    color: #4A4A4A;
    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 {
        margin-bottom: 20px;
    }
    .box-contact {
      padding: 100px 0;
    }
    .box-contact .icon i {
      font-size: 50px;
      line-height: 50px;
  }
  .service-item  {
    margin-top: 20px!important;
  }
}

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

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

@media (min-width: 1440px) {
  .contact-featured-image,
  .box-contact {
      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: #5C5C5C;
  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: #5C5C5C;
  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: #5C5C5C;
  -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 #5C5C5C;*/
    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: #5C5C5C;
    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: 37px;
  width: 90%;
  margin: 50px auto 30px;
}

.eventButtons .top-border-left {
    width: 50%;
    top: 0;
    left: 0;
}
.eventButtons .borders {
    position: absolute;
    height: 1px;
    background: #9B9B9B;
    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: #4A4A4A;
    padding: 0;
    border: 1px solid transparent;
    transition: all .3s;
    font: 400 15px/35px 'nimbus-sans', serif;
    text-transform: capitalize;
}
.eventButtons a:nth-of-type(1) {
    border-left: 1px solid #9B9B9B;
}

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

.eventButtons .separator {
    position: absolute;
    display: block;
    height: 63px;
    width: 1px;
    background: #9B9B9B;
    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 #9B9B9B;
    border-right: 1px solid #9B9B9B;
}

.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: #fff;
    transition: all .3s;
    background: #9B9B9B;
}

#page-head-section {
  position: relative;
}
#page-head-section > * {
  z-index: 3;
  position: relative;
}

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: #FEF9F6;
  }
}

.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: 'Bree Serif', 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: 'Bree Serif', 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%;
  }
}
.small_date {
	white-space: nowrap;
	float: left;
	margin-left: 5px;	
}

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


.categories-list .category.inactive.open,
.categories-list .category.active {
  display: block!important;
}

.categories-list .category.inactive {
  display: none;
}

.categories.new i {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #636363;
    font-size: 24px;
}
.categories-list {
  background: #242424;
  padding: 15px 30px;
  
}
.categories-list.opened {
  border-bottom: 2px solid #5C5C5C;
}
.custom-search .categories .category {
  cursor: pointer;
}
@media (min-width: 480px) {
  .custom-search .categories .category {
    font-size: 20px;
  }
}

.modal-open {
  padding-right: 0px!important;
  overflow: auto;
}

.container-menu .social-navigation ul li {
  margin-right: 50px;
}
.container-menu .social-navigation ul li:last-child {
  margin-right: 0;
}

.container-menu .logo {
  background: url('images/logo.png') no-repeat center;
  background-size: 100%;
  display: block;
  width: 27px;
  height: 42px;
  margin-top: 10px;
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 99;
}

.container-menu .line {
      display: inline-block;
    width: 100%;
    height: 68px;
    position: fixed;
    top: 0px;
    left: 0;
    border-bottom: 3px solid #8e8e8e;
    z-index: 99;
    background: #fef9f6;
}

.tax-promo .filters {
	display: none;
}

.filters {
    background: #FEF9F6;
    -webkit-box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 19px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}


.filters ul.filters-menu > li {
	font-size: 13px;
	line-height: 25px;
	padding: 5px 15px;
	color: #5C5C5C;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	font-family: "nimbus-sans",Helvetica,Arial,sans-serif;
	background: #FEF9F6;
	border-bottom: 2px solid #8e8e8e;
}
.filters ul.filters-menu > li.search {
  border-bottom: none!important;
}

.custom-search .search-submit {
    width: 100%;
}
.custom-search .search-submit.small {
    width: 30px;
}
.js-search-icon {
    float: right;
    font-size: 27px;
}



@media (max-width: 1240px) {
    .search-form {
        padding: 5px 30px;
        height: 60px;
    }
    .custom-search .search-submit {
        top: 5px;
    }
    .custom-search .text {
        top: 10px;
        font-size: 35px;
    }
    .search-form input {
        top: 5px;
        text-decoration: none;
        font-size: 35px;
    }
    .custom-search .categories {
        top: 5px;
    }
    .custom-search .categories ul {
        top: 55px;
    }
}
@media (max-width: 767px) {
    .filters ul.filters-menu.expand {
      padding-top: 45px;
    }
    .filters ul.filters-menu > li {
      background: #FEF9F6!important;
      border: none!important;
      border-bottom: 2px solid #8e8e8e!important;
    }
    .filters ul.filters-menu > li.is-checked {
      background: #FEF9F6!important;
      border-bottom: none !important;
    }
    .filters ul.filters-menu.expand > li.is-checked {
      border-bottom: none;
      -webkit-box-shadow: inset  0px -1px 4px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    inset  0px -1px 4px 0px rgba(0, 0, 0, 0.1);
      box-shadow:         inset 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;

    }
    .filters ul.filters-menu > li {
      padding: 10px 15px;
    }
    #primary {
        padding-top: 10px;
    }
    .newsletter_form form .newsletter-email {
          border-bottom: 2px solid #e3e3e3;
    }
    .filters ul.filters-menu > li.search > i {
      display: none;
  } 
  .filters ul.filters-menu {
    position: relative;
  }
  .filters ul.filters-menu > li:not(.is-checked) {
      display: none;
  }
  .filters .filters-menu:not(.expand) li.is-checked {
    border-bottom: none;
  }
  .filters .filters-menu.expand li:not(.is-checked) {
      display: block;
  }
  .filters ul.filters-menu {
      display: inherit!important;
  }
  .filters ul.filters-menu > i {
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    top: 9px;
    right: 10px;
}
}

@media (min-width: 768px) {
    .filters ul.filters-menu > li {
        border: 1px solid #9b9b9b;
        transition: all 0.3s;
        padding: 5px 10px;
        background: #FEF9F6;
        line-height: 17px;
    }
    .filters ul.filters-menu > li:hover,
    .filters ul.filters-menu > li.is-checked {
        color: #fff;
        background: #4A4A4A;
        border-color: #4A4A4A;
    }
    .filters ul.filters-menu > li.locations:not(:hover) {
        background: #FEF9F6!important;
        border-color: #4A4A4A!important;
    }
    .filters ul.filters-menu > li.search {
        border: none;
        background: none;
        color: #151515;
        padding-right: 0;
    }
    .filters ul.filters-menu > li.search > .search-button {
        display: inline-block;
    }
    .filters ul.filters-menu > li.search:hover > .search-button i,
    .filters ul.filters-menu > li.search:focus > .search-button i {
        color: #151515;
    }
    .filters ul.filters-menu > li.search > .search-button i {
        font-size: 30px;
        position: relative;
        top: -1px;
        transition: all 0.3s;
    }
    .filters ul.filters-menu > li.search > .search-button i.active {
      -moz-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
    }
    .filters ul.filters-menu > li.search .custom-search {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        margin-top: 10px;   
    }
    .filters {
        box-shadow: none;
        background: none;
        margin-bottom: 20px;
        position: relative;
    }
    .filters ul.filters-menu > li.all.is-checked,
    .filters ul.filters-menu > li.all:hover {
        background: #4A4A4A;
        color: #fff;
        border-color: #4A4A4A;
        transition: all 0.3s;
    }
    .filters ul.filters-menu > i {
        display: none;
    }
}

#wysiwyg_widgets_widget-3 {
  padding: 25px;
}

#wysiwyg_widgets_widget-3 .widget-title {
  font: 700 24px/30px 'Bree Serif', serif;
}
#wysiwyg_widgets_widget-3 h3 {
  font-size: 18px;
  margin: 35px 0 25px;
  font-weight: bold;
}
#wysiwyg_widgets_widget-3 h3 img {
  margin-top: 25px;
}

#wysiwyg_widgets_widget-3 p {
  font-size: 13px;
  font-family:nimbus-sans;
}

ul.filters-menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

@media (max-width: 767px) {
  .search-form {
    margin-bottom: 0;
    padding: 0 50px 0 0;
    background: transparent;
    height: auto;
  }
  .search-form input {
    text-indent: 0;
    opacity: 1!important;
    padding-left: 0 !important;
    color: #5C5C5C ;
    background: transparent;
    padding-right: 0 !important;
    font-size: 18px;
    height: 30px;
    line-height: 30px;  
    position: static;
  }
  .search-button {
    position: absolute;
    top: 15px;
    right: 12px;
    height: 30px;
    z-index: 3;
  }
  .portfolio-filter.search {
    position: relative;
    padding-top: 13px!important;
    padding-bottom: 13px !important;
  }
  .home-search {
    width: 100%!important;
  }
}
@media (min-width: 768px) {
  .search-form {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    height: auto;
    position: static;
  }
  .filters ul.filters-menu > li.search .custom-search {
    width: auto;
    margin: 0;
    position: static;
  }
  .search-form input {
    text-indent: 0;
    padding-left: 0 !important;
    color: #5C5C5C;
    background: transparent;
    padding-right: 0 !important;
    font-size: 18px;
    height: 29px;
    line-height: 29px;  
    opacity: 1;
    z-index: 2;
    background: #fff url('images/new-body-bg.png') repeat!important;
    background-position: center right;
    top: 0;
    /*padding-top: 10px;*/
    width: 0;
  }
  .search-form input.active {
    width: 100%;
  }
  .portfolio-filter.search {
    position: static;
  }
  .filters ul.filters-menu > li.search > .search-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: #fff url('images/new-body-bg.png') repeat;
  }
  .filters ul.filters-menu > li.search {
    padding-right: 15px;
    padding-left: 10px;
  }
}

.menu-container .mobile-newsletter .text {
  padding-bottom: 20px;
}

.header-image {
  width: 100%;
}

.footer-image {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.footer-image img {
  width: 100%;
}
 
.page-section .body-content {
  padding: 30px 0;
}

.page-section .body-content p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.page-section .body-content h1,
.section-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
    font-family: 'Bree Serif', serif;
    text-align: center;
    text-transform: uppercase;
}
.page-section .body-content {
  font-size: 16px;
  font-family: nimbus-sans;
  line-height: 24px;
  border-bottom: 3px solid #8e8e8e;
}

.services-boxes {
  padding: 30px 0 0;
}

.service-item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
.service-item .icon {
  margin-bottom: 20px;
  height: 64px;
}
.service-item h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.service-item .content {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  font-family: nimbus-sans;
}

@media (min-width: 768px) {
  .page-section .body-content,
  .services-boxes {
    padding: 50px 0;
  }
}

@media (min-width: 1024px) {
  .page-section .body-content {
    padding: 70px 0;
  }
  .services-boxes {
    padding: 70px 0 0;
  }
}

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

.footer-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/*body:not(.home) {
  background: #fff;
}*/

body.page-template-private-events {
	background: #fff;
}

.contact.newsletter_form {
  margin-top: 100px;
}
.contact.newsletter_form h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.contact.newsletter_form ::-webkit-input-placeholder {
  color: #E9E9E9!important;
}
.contact.newsletter_form :-moz-placeholder {
  color: #E9E9E9!important;
}
.contact.newsletter_form ::-moz-placeholder {
  color: #E9E9E9!important;
}
.contact.newsletter_form :-ms-input-placeholder {
  color: #E9E9E9!important;
} 
.contact.newsletter_form .newsletter-email {
  color: #E9E9E9;
  border-bottom: 2px solid #E3E3E3;
}

.contact.open-mailing-modal a{
    background: #e3e3e3;
    top: 5px;
    height: 50px;
    line-height: 50px;
    width: 125px;
    font-size: 20px;
    color: #5C5C5C;
    text-transform: uppercase;
    padding: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mailing_modal > div .newsletter_form form .newsletter-submit:hover,
.contact.open-mailing-modal a:hover {
  background: #5C5C5C;
  color: #fff;
}

#venues-sections {
  margin-left: -10px;
  margin-right: -10px;
}
.venue-item {
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #000;
  min-height: 320px;
  padding: 40px 0 100px;
  position: relative;
  overflow: hidden;
}

.venue-item h2 {
  color: #fff;
  font-size: 64px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}

.venue-item .container {
  max-width: 800px;
}

.venue-item h3 {
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
  font-size: 24px;
    line-height: 30px;
}
.venue-item h3 span {
	display: none;
}
.venue-item .description {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: nimbus-sans;
}

.venue-item .visit {
  padding: 5px 30px;
  border-radius:  15px;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #8e8e8e;
  color: #5C5C5C;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  text-align: center;
}
.venue-item .visit:hover {
  background: #5C5C5C;
  color: #fff;
}

@media (min-width: 1440px) {
  #venues-sections {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 768px) {
  .venue-item:hover h2 {
    opacity: 0;
  }
  .venue-item .container {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .venue-item:hover .visit,
  .venue-item:hover .description,
  .venue-item:hover h3 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
  }
  .venue-item:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
  }
  .venue-item:hover .description {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      transition-delay: 0.1s;
      font-size: 16px;
  }
  .venue-item:hover .visit {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      transition-delay: 0.2s;
      /* margin-top: 14px; */
  }
  .venue-item:hover .container {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .venue-item .visit {
    padding: 5px 30px;
    border-radius:  15px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #8e8e8e;
    color: #5C5C5C;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    text-align: center;
    -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
  .venue-item .description {
      position: relative;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
  .venue-item h3 {
      position: relative;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      transform: translateY(-100px);
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 767px) {
  .venue-item.less-five {
    height: inherit!important;
  }
  .venue-item.less-five h3 span {
    display: none!important;
  }
  .venue-item.less-five .visit {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .venue-item.less-five .description, .venue-item.less-five .visit {
    display: block!important;
  }
	.venue-item.expand {
		height: inherit!important;
	}
  .venue-item h2 {
    display: none;
  }
  .venue-item {
    min-height: inherit;
    padding: 30px 0;
    cursor: pointer;
  }
  .venue-item .description,
  .venue-item .visit {
    display: none;
  }
  .venue-item h3 {
    margin: 0;  
  }
  .venue-item:not(.expand) h3 span.plus {
	display: inline-block;
  }
  .venue-item.expand h3 span.minus {
	display: inline-block;
  }
  .venue-item .description {
    margin-top: 30px;
  }
  .venue-item.expand .description,
  .venue-item.expand .visit {
    display: block;
  }
  .venue-item.expand .visit {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .welcome-logo img {
    max-width: 100%;
  }
}

#box-events .event .middle-info .presenter  {
  display: none;
}

@media (max-width: 479px) {
  #box-events .event .right-buttons .date {
    margin-top: 5px;
  }
}

#box-events:not(.all-filters):not(.other-filters) .event .middle-info p.venue {
	visibility: hidden;
	opacity: 0;
}

#box-events.all-filters .event .right-buttons .button {
	background: #4A4A4A;
}

#box-events.all-filters .event .right-buttons .button:hover {
	background: #352c2c;
}

.fixedPosition {
    position: fixed;
}

html.no-scroll {
	 overflow: hidden;
}

#wp_search_seidebar_title {
	display: none;
}

.wp_autosearch_suggestions .wp_autosearch_category,
.wp_autosearch_suggestions .wp_autosearch_more {
	background: #5c5c5c!important;
	padding: 10px!important;
}



li.wps_even:hover,
li.wps_odd:hover {
  background: #9B9B9B!important;
}

li.wps_odd a,
li.wps_even a {
  transition: all 0s!important;
}
li.wps_odd:hover a,
li.wps_even:hover a {
  color: #fff!important
}

.search-image {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-top: 5px;
}

.wp_autosearch_suggestions a .searchheading {
    display: table-cell!important;
    padding-top: 0px!important;
    height: 50px;
    vertical-align: middle;
    padding-left: 10px;
}

#clear {
    position: absolute;
    top: 7px;
    right: 32px;
    z-index: 99;
    font-size: 16px;
    visibility: hidden;
}
@media (max-width: 767px) {
  #clear {
    top: 2px;
  }
  .portfolio-filter.search.is-checked .search-button {
    top: 10px;
    right: 40px;
  }
  .portfolio-filter.search.is-checked {
    padding-right: 40px !important;
    padding-top: 9px!important;
    padding-bottom: 9px!important;
  }
  .portfolio-filter.search.is-checked .search-form input {
    height: 25px;
    line-height: 25px;
  }
}


.wp_autosearch_suggestions {
  -webkit-box-shadow: 0px 1px 19px 5px rgba(0, 0, 0, 0.1)!important;
  -moz-box-shadow:    0px 1px 19px 5px rgba(0, 0, 0, 0.1)!important;
  box-shadow:         0px 1px 19px 5px rgba(0, 0, 0, 0.1)!important;
}


@media (min-width: 768px) {
  #box-events .event .image {
      width: 170px;
      height: 170px;
  }
  #box-events .event .middle-info .headliner {
    font: 700 20px/26px 'Bree Serif', serif;
    margin-bottom: 5px;
  }
  #box-events .event .middle-info .headliner_support {
      font: 300 14px/18px 'Bree Serif', serif;
  }
  #box-events .event .right-buttons .date {
    font: 700 16px/26px 'nimbus-sans';
    margin-bottom: 17px;
  }
  #box-events .event .middle-info {
    padding-left: 190px;
    min-height: 175px;
  }
  #box-events .event .middle-info p {
    font: 700 12px/18px 'nimbus-sans';
  }
  #box-events .event .right-buttons {
    width: 180px;
  }
  #box-events .event .right-buttons .button {
    padding: 17px 5px;
    font: 400 16px/30px 'Bree Serif', serif;
    margin-bottom: 28px;
  }
  #box-events .event .right-buttons .more {
    font: 400 14px/33px 'nimbus-sans', serif;
  }
  #box-events .event .right-buttons .more i {
    font-size: 18px;
    top: 3px;
  }
  #box-events .event .middle-info .bottom-list {
    left: 190px;
    padding-right: 140px;
  }
}



.site-footer {
  padding: 30px 15px;
  border-top: 3px solid #8e8e8e;
  margin-top: 30px;
  display: block;
  width: 100%;
  float: left;
}

.site-footer a {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font: 700 16px/32px 'Roboto Slab', sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.site-footer a.footer-title {
  position: relative;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 300;
}

.site-footer a.footer-logo img {
  height: 40px;
}

.site-footer a.footer-phone {
  position: relative;
  padding-bottom: 30px;
}

.site-footer a.footer-author {
  margin-bottom: 0;
  font-weight: 300;
}
.site-footer a.footer-author strong {
  margin-left: 10px;
}

.site-footer a.footer-title:before,
.site-footer a.footer-phone:before {
  background-image: linear-gradient(to right, #595454 25%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 11px 2px;
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    right: 0;
    margin: auto;
    height: 2px;
}

@media only screen and (min-width: 940px) {
    .site-footer a {
      float: left;
      margin-right: 20px;
      line-height: 40px;
      margin-bottom: 0;
    }
    .site-footer a.footer-author {
      margin-right: 0;
      width: 100%;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    }
    .site-footer a.footer-author:before {
    background-image: linear-gradient(to right, #595454 25%, rgba(255, 255, 255, 0) 0%);
      background-position: top;
      background-size: 11px 2px;
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 115px;
      right: 0;
      margin: auto;
      height: 2px;
  }
    .site-footer a.footer-phone,
    .site-footer a.footer-title {
      padding-bottom: 0;
    }

  .site-footer a.footer-title:before,
  .site-footer a.footer-phone:before {
    display: none;
  }
  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 940px) {
  .site-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-footer a.footer-author {
    width: auto;
    float: right;
    padding-top: 0;
    margin-top: 0;
  }
  .site-footer a.footer-author:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer a {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer a {
    margin-right: 70px;
  }
  .site-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .site-footer {
      padding-left: 200px;
      padding-right: 200px;
  }
}