/*
Theme Name: blueberryhill
Author: Integrity
Author URI: http://integritystl.com
Description: Theme built for Blueberry Hill restaurant, based on Underscores framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blueberryhill
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blueberryhill is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@font-face {
  font-family: 'Pacifico';
  src: url("../eot/pacifico-webfont.eot");
  src: url("../eot/pacifico-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/pacifico-webfont.woff2") format("woff2"), url("../woff/pacifico-webfont.woff") format("woff"), url("../ttf/pacifico-webfont.ttf") format("truetype"), url("../svg/pacifico-webfont.svg#pacificoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
input[type="button"], input[type="reset"], input[type="submit"],
button, .btn-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #15B0F3;
  border: none;
  color: #FEF7BB;
  cursor: pointer;
  display: inline-block;
  font-family: "soleil", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  width: 287px; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #0b98d4;
    color: #FEF7BB;
    outline: none; }
  input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled, .btn-primary:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #FFF8B4;
  border: 2px solid #06428c;
  margin: 0 0 0.825em;
  padding: 1.65em; }

input,
label,
select {
  display: block;
  font-family: "soleil", sans-serif;
  font-size: 1.125em;
  color: #06428c; }

label {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

.page-content input[type="email"], .page-content input[type="number"], .page-content input[type="password"], .page-content input[type="search"], .page-content input[type="tel"], .page-content input[type="text"], .page-content input[type="url"], .page-content input[type="color"], .page-content input[type="date"], .page-content input[type="datetime"], .page-content input[type="datetime-local"], .page-content input[type="month"], .page-content input[type="time"], .page-content input[type="week"],
.page-content select[multiple=multiple],
.page-content textarea, .page-content .gfield_select {
  background-color: #FEF7BB;
  border: 1px solid #06428c; }
.page-content .gform_wrapper {
  margin-bottom: 30px; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 2px solid #06428c;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "soleil", sans-serif;
  font-size: 1.125em;
  margin-bottom: 20px;
  padding: 5px 10px;
  transition: border-color;
  width: 100%; }
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #0a91cb; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    outline: none; }

textarea {
  resize: vertical;
  margin-bottom: 0px !important; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block !important;
  margin-right: 0.4125em; }
  input[type="checkbox"] label,
  input[type="radio"] label {
    display: inline-block !important; }

input[type="file"] {
  padding-bottom: 0.825em;
  width: 100%; }

input[type="submit"]:focus {
  outline: none; }

select {
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
  font-size: 16px;
  height: 45px;
  background-color: transparent; }
  select:focus {
    outline: none;
    box-shadow: none; }

.gfield_checkbox label {
  display: inline-block; }

header .search-form {
  position: absolute;
  right: 0;
  top: 20px; }

.mobile-menu-container .search-form {
  position: relative; }
  .mobile-menu-container .search-form input.search-field {
    width: 100%; }

.search-form {
  position: relative; }

.search-form .screen-reader-text {
  display: none; }
.search-form input.search-field {
  width: 283px;
  height: 36px;
  background-color: #000;
  opacity: 0.3;
  color: #FFF;
  padding-left: 30px; }
  .search-form input.search-field:focus {
    opacity: 0.6;
    outline: 0; }
  .search-form input.search-field::-webkit-input-placeholder {
    text-indent: -99999px; }
  .search-form input.search-field:-moz-placeholder {
    /* Firefox 18- */
    text-indent: -99999px; }
  .search-form input.search-field::-moz-placeholder {
    /* Firefox 19+ */
    text-indent: -99999px;
    font-size: 0; }
  .search-form input.search-field:-ms-input-placeholder {
    text-indent: -99999px; }
.search-form .search-submit {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #FFF8B4;
  background: url(../search-icon.html) no-repeat 0 0 transparent;
  width: 17px;
  height: 18px;
  border: 0;
  text-indent: -9999px;
  box-shadow: none; }
  .search-form .search-submit:hover {
    background-color: transparent; }

.no-results .search-form input.search-field {
  margin-top: 40px; }

.gform_body ul {
  -webkit-padding-start: 0;
  list-style-type: none;
  padding-left: 0; }

.gform_validation_container {
  display: none; }

.gfield_error .ginput_container input[type="text"] {
  background-color: #FFD9D9 !important;
  border: 2px solid #dd4b4b !important; }

.validation_error {
  font-size: 14px;
  color: #dd4b4b !important;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  display: block; }

.validation_message {
  font-size: 14px;
  color: #dd4b4b !important;
  margin-bottom: 15px;
  margin-top: -15px;
  font-weight: 400; }

footer .gform_description {
  font-size: 0.875em;
  font-weight: normal;
  margin-bottom: 20px;
  display: block; }
footer input[type="submit"] {
  max-width: none; }
footer input[type="email"], footer input[type="number"], footer input[type="password"], footer input[type="search"], footer input[type="tel"], footer input[type="text"], footer input[type="url"], footer input[type="color"], footer input[type="date"], footer input[type="datetime"], footer input[type="datetime-local"], footer input[type="month"], footer input[type="time"], footer input[type="week"],
footer select[multiple=multiple],
footer textarea {
  background-color: #06428c;
  border: 2px solid #15B0F3;
  color: #15B0F3;
  margin-bottom: 10px; }
  footer input[type="email"]::-webkit-input-placeholder, footer input[type="number"]::-webkit-input-placeholder, footer input[type="password"]::-webkit-input-placeholder, footer input[type="search"]::-webkit-input-placeholder, footer input[type="tel"]::-webkit-input-placeholder, footer input[type="text"]::-webkit-input-placeholder, footer input[type="url"]::-webkit-input-placeholder, footer input[type="color"]::-webkit-input-placeholder, footer input[type="date"]::-webkit-input-placeholder, footer input[type="datetime"]::-webkit-input-placeholder, footer input[type="datetime-local"]::-webkit-input-placeholder, footer input[type="month"]::-webkit-input-placeholder, footer input[type="time"]::-webkit-input-placeholder, footer input[type="week"]::-webkit-input-placeholder,
  footer select[multiple=multiple]::-webkit-input-placeholder,
  footer textarea::-webkit-input-placeholder {
    color: #15B0F3;
    font-size: 0.88889em; }
  footer input[type="email"]:-moz-placeholder, footer input[type="number"]:-moz-placeholder, footer input[type="password"]:-moz-placeholder, footer input[type="search"]:-moz-placeholder, footer input[type="tel"]:-moz-placeholder, footer input[type="text"]:-moz-placeholder, footer input[type="url"]:-moz-placeholder, footer input[type="color"]:-moz-placeholder, footer input[type="date"]:-moz-placeholder, footer input[type="datetime"]:-moz-placeholder, footer input[type="datetime-local"]:-moz-placeholder, footer input[type="month"]:-moz-placeholder, footer input[type="time"]:-moz-placeholder, footer input[type="week"]:-moz-placeholder,
  footer select[multiple=multiple]:-moz-placeholder,
  footer textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #15B0F3;
    font-size: 0.88889em; }
  footer input[type="email"]::-moz-placeholder, footer input[type="number"]::-moz-placeholder, footer input[type="password"]::-moz-placeholder, footer input[type="search"]::-moz-placeholder, footer input[type="tel"]::-moz-placeholder, footer input[type="text"]::-moz-placeholder, footer input[type="url"]::-moz-placeholder, footer input[type="color"]::-moz-placeholder, footer input[type="date"]::-moz-placeholder, footer input[type="datetime"]::-moz-placeholder, footer input[type="datetime-local"]::-moz-placeholder, footer input[type="month"]::-moz-placeholder, footer input[type="time"]::-moz-placeholder, footer input[type="week"]::-moz-placeholder,
  footer select[multiple=multiple]::-moz-placeholder,
  footer textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #15B0F3;
    font-size: 0.88889em; }
  footer input[type="email"]:-ms-input-placeholder, footer input[type="number"]:-ms-input-placeholder, footer input[type="password"]:-ms-input-placeholder, footer input[type="search"]:-ms-input-placeholder, footer input[type="tel"]:-ms-input-placeholder, footer input[type="text"]:-ms-input-placeholder, footer input[type="url"]:-ms-input-placeholder, footer input[type="color"]:-ms-input-placeholder, footer input[type="date"]:-ms-input-placeholder, footer input[type="datetime"]:-ms-input-placeholder, footer input[type="datetime-local"]:-ms-input-placeholder, footer input[type="month"]:-ms-input-placeholder, footer input[type="time"]:-ms-input-placeholder, footer input[type="week"]:-ms-input-placeholder,
  footer select[multiple=multiple]:-ms-input-placeholder,
  footer textarea:-ms-input-placeholder {
    color: #15B0F3;
    font-size: 0.88889em; }
footer .gfield_label {
  display: none; }
footer .gfield_checkbox {
  margin-bottom: 0px !important;
  display: inline-block; }
  footer .gfield_checkbox input {
    float: left;
    margin-top: 10px; }
  footer .gfield_checkbox label {
    font-size: 0.75em;
    font-weight: normal;
    display: inline-block; }

dl {
  margin-bottom: 0.825em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.825em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.825em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.825em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.825em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #06428c;
  font-family: "soleil", sans-serif;
  font-size: 1.125em;
  line-height: 1.65; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pacifico", cursive;
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0 0 10px 0; }

h1 {
  font-size: 4.5em;
  font-weight: normal; }

h2 {
  font-size: 2em;
  font-family: "soleil", sans-serif;
  text-transform: uppercase; }

h3 {
  font-size: 1.75em;
  font-family: "soleil", sans-serif;
  text-transform: uppercase; }

h4 {
  font-size: 1.3125em;
  font-family: "soleil", sans-serif;
  text-transform: uppercase; }

h5 {
  font-size: 1em;
  font-family: "soleil", sans-serif; }

p {
  margin: 0 0 0.825em; }
  p ul li {
    margin-bottom: 5px; }

ul {
  margin-bottom: 10px; }

a {
  color: #15B0F3;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #06428c; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.65em 0; }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto; }

.zapf {
  font-family: 'Zapf Dingbats'; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  max-width: 75.3125em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

#content {
  position: relative;
  z-index: 9;
  margin-top: -10px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.page-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .page-content h3 {
    margin-top: 30px; }
  .page-content .content-left h3 {
    margin-top: 0px;
    margin-bottom: 20px; }
  .page-content img {
    border: 2px solid #06428c; }
    .page-content img.alignright {
      margin-left: 20px; }
    .page-content img.alignleft {
      margin-right: 20px; }

.content-left, #gallery-post-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .content-left:last-child, #gallery-post-list:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .content-left, #gallery-post-list {
      width: 100%;
      margin-bottom: 60px; } }

#secondary.widget-area, #gallery-filter-side {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  #secondary.widget-area h3, #gallery-filter-side h3 {
    font-size: 24px;
    margin-top: 0px; }
  #secondary.widget-area .post-categories, #gallery-filter-side .post-categories {
    margin-top: 5px; }
  #secondary.widget-area a, #gallery-filter-side a {
    color: #06428c;
    margin-bottom: 5px; }
    #secondary.widget-area a:hover, #gallery-filter-side a:hover {
      color: #15B0F3; }
  #secondary.widget-area:last-child, #gallery-filter-side:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    #secondary.widget-area, #gallery-filter-side {
      text-align: center;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 20px; } }

.blue-content-area {
  background-color: #06428c;
  color: #FFF8B4;
  padding: 50px 0 50px;
  border-bottom: 2px solid #15B0F3;
  margin-bottom: 60px; }
  .blue-content-area p:last-child {
    margin-bottom: 0px; }
  .blue-content-area.events-posts {
    margin-bottom: 0; }

.reduced-width-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .reduced-width-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .reduced-width-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .reduced-width-content:last-child {
        margin-right: 0; } }

.hideme {
  display: none !important; }
  @media screen and (max-width: 1000px) {
    .hideme {
      display: block !important; } }

.showme {
  display: block !important; }
  @media screen and (max-width: 1000px) {
    .showme {
      display: none !important; } }

.red-fw-callout, .gf-red-area {
  background-color: #dd4b4b;
  color: #FFF8B4; }
  .red-fw-callout .container, .gf-red-area .container {
    background-repeat: no-repeat;
    background-position: 7% bottom;
    min-height: 170px; }
  .red-fw-callout .red-callout-copy, .gf-red-area .red-callout-copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-weight: normal; }
    .red-fw-callout .red-callout-copy:last-child, .gf-red-area .red-callout-copy:last-child {
      margin-right: 0; }
    .red-fw-callout .red-callout-copy h3, .gf-red-area .red-callout-copy h3 {
      line-height: 42px;
      margin-bottom: 20px; }
    .red-fw-callout .red-callout-copy p, .gf-red-area .red-callout-copy p {
      line-height: 32px;
      margin-bottom: 0px; }
      @media screen and (max-width: 480px) {
        .red-fw-callout .red-callout-copy p, .gf-red-area .red-callout-copy p {
          line-height: 36px; } }
    .red-fw-callout .red-callout-copy a, .gf-red-area .red-callout-copy a {
      font-weight: bold;
      color: #FFF8B4;
      text-transform: uppercase; }
      .red-fw-callout .red-callout-copy a:hover, .gf-red-area .red-callout-copy a:hover {
        color: #06428c; }

@media screen and (max-width: 1000px) {
  .home .red-fw-callout .container {
    background-position: 50% bottom;
    min-height: 350px; } }
@media screen and (max-width: 860px) {
  .home .red-fw-callout .container {
    min-height: 400px; } }
@media screen and (max-width: 480px) {
  .home .red-fw-callout .container {
    min-height: 500px; } }
.home .red-callout-copy {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 25.58941%;
  text-align: left;
  padding-bottom: 50px; }
  .home .red-callout-copy:last-child {
    margin-right: 0; }
  .home .red-callout-copy h3 {
    font-weight: bold;
    margin-bottom: 10px; }
  .home .red-callout-copy a {
    padding-left: 10px; }
    .home .red-callout-copy a:hover span {
      background-position: -14px 10px !important; }
  @media screen and (max-width: 1200px) {
    .home .red-callout-copy {
      margin-top: 10px; } }
  @media screen and (max-width: 1000px) {
    .home .red-callout-copy {
      width: 100%;
      margin-left: 0%;
      text-align: center;
      margin-top: 0px; } }
  @media screen and (max-width: 480px) {
    .home .red-callout-copy p {
      line-height: 32px; } }

.gf-red-area {
  padding-top: 50px;
  padding-bottom: 50px; }
  .gf-red-area .gform_wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 70.14568%;
    margin-left: 14.92716%; }
    .gf-red-area .gform_wrapper:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1315px) {
      .gf-red-area .gform_wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-left: 12.79471%; }
        .gf-red-area .gform_wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1230px) {
      .gf-red-area .gform_wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 78.67549%;
        margin-left: 10.66226%; }
        .gf-red-area .gform_wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1170px) {
      .gf-red-area .gform_wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 87.20529%;
        margin-left: 6.39735%; }
        .gf-red-area .gform_wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1060px) {
      .gf-red-area .gform_wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 95.7351%;
        margin-left: 2.13245%; }
        .gf-red-area .gform_wrapper:last-child {
          margin-right: 0; } }
  .gf-red-area .validation_error {
    font-size: 14px;
    color: #FFF8B4 !important;
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 1.3125em;
    text-align: center;
    display: block; }
    @media screen and (max-width: 1000px) {
      .gf-red-area .validation_error {
        margin-top: 20px !important; } }
  .gf-red-area h3 {
    margin-bottom: 20px !important; }
  .gf-red-area .gform_title, .gf-red-area .gform_description {
    text-align: center; }
  .gf-red-area .gform_description {
    display: block; }
  .gf-red-area .gform_body {
    display: inline-block;
    margin-top: 35px;
    float: left; }
    @media screen and (max-width: 1000px) {
      .gf-red-area .gform_body {
        width: 100% !important; } }
    .gf-red-area .gform_body li {
      display: inline-block;
      float: left; }
      @media screen and (max-width: 1000px) {
        .gf-red-area .gform_body li {
          width: 100%; } }
    .gf-red-area .gform_body .gfield_error .ginput_container input[type="text"] {
      background-color: #FF6262 !important;
      border: 2px solid #FFF8B4 !important; }
    .gf-red-area .gform_body .validation_message {
      font-size: 14px;
      color: #FFF8B4 !important;
      margin-bottom: 15px;
      margin-top: -15px;
      font-weight: 400; }
    .gf-red-area .gform_body input {
      width: 287px;
      margin-right: 10px;
      padding: 8px 10px;
      background-color: #dd4b4b;
      color: #FEF7BB !important;
      border: 2px solid #FFF8B4; }
      @media screen and (max-width: 1000px) {
        .gf-red-area .gform_body input {
          width: 100% !important; } }
      .gf-red-area .gform_body input::-webkit-input-placeholder {
        color: #FFF8B4;
        font-size: 0.88889em; }
      .gf-red-area .gform_body input:-moz-placeholder {
        /* Firefox 18- */
        color: #FFF8B4;
        font-size: 0.88889em; }
      .gf-red-area .gform_body input::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFF8B4;
        font-size: 0.88889em; }
      .gf-red-area .gform_body input:-ms-input-placeholder {
        color: #FFF8B4;
        font-size: 0.88889em; }
  .gf-red-area .gform_footer {
    display: inline-block;
    width: 287px;
    margin-top: 45px;
    float: left; }
    .gf-red-area .gform_footer input[type="submit"] {
      margin-top: -10px; }
    @media screen and (max-width: 1000px) {
      .gf-red-area .gform_footer {
        width: 100%;
        margin-top: 0px; }
        .gf-red-area .gform_footer input[type="submit"] {
          width: 100%;
          margin-top: 0px; } }
    @media screen and (max-width: 480px) {
      .gf-red-area .gform_footer {
        margin-top: 0px; }
        .gf-red-area .gform_footer input[type="submit"] {
          width: 100%;
          margin-top: 0px; } }

.error-404 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
  text-align: center; }
  .error-404:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .error-404 {
      width: 100%;
      margin-left: 0%; } }
  .error-404 img {
    width: 400px;
    border: none; }

.arrow-sprite {
  display: inline-block;
  background: url(../png/arrow-sprite.png) no-repeat transparent;
  width: 10px;
  height: 30px; }
  .arrow-sprite.yellow-arrow {
    background-position: 0 10px; }
  .arrow-sprite.blue-arrow {
    background-position: -14px 10px; }
  .arrow-sprite.lblue-arrow {
    background-position: -30px 10px; }

* {
  margin: 0; }

html, body {
  height: 100%; }

#page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -350px;
  background-color: #FFF8B4; }

#page:after {
  content: "";
  display: block; }

.site-footer, #page:after {
  min-height: 350px; }
  @media screen and (max-width: 1000px) {
    .site-footer, #page:after {
      height: auto; } }

.holiday-hours-div {
  padding: 5px 0;
  width: 100%;
  background-color: #dd4b4b;
  text-align: center;
  color: #FFF8B4;
  font-size: 1em; }
  @media screen and (max-width: 1000px) {
    .holiday-hours-div {
      font-size: 0.75em;
      min-height: 50px; } }

.hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #06428c;
  min-height: 511px; }
  @media screen and (max-width: 900px) {
    .hero-image {
      min-height: 450px; } }
  .hero-image .banner-header {
    color: #FFF8B4;
    text-align: center;
    text-shadow: 3px 4px 20px rgba(10, 34, 62, 0.8);
    padding: 135px 0 60px 0; }
    @media screen and (max-width: 900px) {
      .hero-image .banner-header {
        font-size: 3.125em; } }
    @media screen and (max-width: 480px) {
      .hero-image .banner-header {
        padding: 70px 20px 60px; } }

.home .hero-image {
  min-height: 725px; }
  @media screen and (max-width: 1000px) {
    .home .hero-image {
      min-height: 500px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 480px) {
    .home .hero-image {
      min-height: 400px;
      padding-bottom: 100px; } }

.homepage-banner {
  padding-top: 50px; }
  @media screen and (max-width: 1000px) {
    .homepage-banner {
      padding-top: 90px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 660px) {
    .homepage-banner {
      padding-top: 90px;
      padding-bottom: 0px !important; } }
  @media screen and (max-width: 480px) {
    .homepage-banner {
      padding-top: 50px;
      padding-bottom: 0px; } }
  .homepage-banner img {
    display: block;
    margin: 0 auto; }

#masthead {
  border-bottom: 5px solid #06428c;
  height: 180px;
  box-shadow: 0px 0px 0px 2px #15B0F3;
  background-color: #FFF8B4;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 1300px) {
    #masthead {
      height: 180px; } }
  @media screen and (max-width: 1200px) {
    #masthead {
      height: 175px; } }
  @media screen and (max-width: 1000px) {
    #masthead {
      height: 135px; } }
  @media screen and (max-width: 480px) {
    #masthead {
      height: 135px; } }
  #masthead .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    #masthead .container:first-child {
      padding-top: 0 !important; } }

.header-top-content {
  margin-top: 15px;
  margin-bottom: 22px;
  min-height: 24px !important;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .header-top-content:after {
    content: "";
    display: table;
    clear: both; }
  .header-top-content:last-child {
    margin-right: 0; }

.header-hours:before, .header-hours:after {
  content: '';
  background: url("../png/small-blue-star.png") no-repeat 0 0 transparent;
  height: 13px;
  width: 13px;
  display: inline-block; }
.header-hours:after {
  margin-left: 14%; }
  @media screen and (max-width: 1300px) {
    .header-hours:after {
      margin-left: 16%; } }
  @media screen and (max-width: 1200px) {
    .header-hours:after {
      margin-left: 13%; } }
  @media screen and (max-width: 1150px) {
    .header-hours:after {
      margin-left: 11%; } }
  @media screen and (max-width: 1118px) {
    .header-hours:after {
      margin-left: 13%; } }
.header-hours:before {
  margin-right: 14%; }
  @media screen and (max-width: 1300px) {
    .header-hours:before {
      margin-right: 16%; } }
  @media screen and (max-width: 1200px) {
    .header-hours:before {
      margin-right: 13%; } }
  @media screen and (max-width: 1150px) {
    .header-hours:before {
      margin-right: 11%; } }
  @media screen and (max-width: 1118px) {
    .header-hours:before {
      margin-right: 13%; } }

.header-address, .header-hours, .header-phonenumber {
  text-align: center;
  font-size: 0.88889em;
  color: #06428c;
  font-weight: 500; }
  @media screen and (max-width: 1300px) {
    .header-address, .header-hours, .header-phonenumber {
      font-size: 0.77778em; } }
  @media screen and (max-width: 1118px) {
    .header-address, .header-hours, .header-phonenumber {
      font-size: 0.66667em; } }

.header-address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  text-align: left; }
  .header-address:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .header-address {
      text-align: left; } }

.header-hours {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0;
  text-align: center; }
  .header-hours:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .header-hours {
      text-align: left; } }

.header-phonenumber {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  float: right;
  text-align: right; }
  .header-phonenumber:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .header-phonenumber {
      text-align: left; } }

@media screen and (max-width: 1000px) {
  .header-top-content {
    margin-top: 15px;
    margin-bottom: 5px; }

  .header-address, .header-hours {
    display: none; }

  .header-phonenumber {
    width: 440px;
    margin: 0 auto !important;
    float: none; }
    .header-phonenumber span {
      display: none; }
    .header-phonenumber .hideme {
      float: left;
      margin-right: 15px; }
      .header-phonenumber .hideme a {
        margin-left: 15px; }
    .header-phonenumber br {
      display: none; } }
@media screen and (max-width: 1000px) {
  .header-phonenumber {
    width: 100%; }
    .header-phonenumber .hideme {
      float: none;
      margin-right: 0px; }
      .header-phonenumber .hideme a {
        margin-left: 0px; }
    .header-phonenumber br {
      display: block; } }
.site-branding {
  float: left;
  width: 287px;
  text-align: center;
  margin-top: -5px; }
  @media screen and (max-width: 1000px) {
    .site-branding {
      float: none;
      display: block;
      margin: 0 auto;
      position: relative;
      top: -40px; } }
  .site-branding:after {
    content: '';
    background: url("../png/logo-drop3.png") no-repeat 0 0 transparent;
    width: 284px;
    height: 81px;
    display: block;
    position: absolute;
    bottom: -81px; }
    @media screen and (max-width: 1000px) {
      .site-branding:after {
        display: none; } }
  .site-branding img {
    position: relative;
    z-index: 9;
    transition: filter 1s;
    border: 0;
    width: 261px; }
    .site-branding img:hover {
      -webkit-filter: drop-shadow(0px 0px 5px #a5fcff);
      filter: drop-shadow(0px 0px 5px #a5fcff); }
    @media screen and (max-width: 1000px) {
      .site-branding img {
        width: 175px; } }
  .site-branding .site-title {
    margin-bottom: 0; }

.main-navigation-right {
  float: right; }

.main-navigation-left {
  float: left; }

.menu-primary-menu-left-container ul, .menu-primary-menu-right-container ul {
  padding: 0; }

.main-navigation-right, .main-navigation-left {
  width: 39%;
  margin-top: 5px; }
  @media screen and (max-width: 1345px) {
    .main-navigation-right, .main-navigation-left {
      width: 37%; } }
  @media screen and (max-width: 1173px) {
    .main-navigation-right, .main-navigation-left {
      width: 36%; } }
  @media screen and (max-width: 1090px) {
    .main-navigation-right, .main-navigation-left {
      width: 35%; } }
  @media screen and (max-width: 1019px) {
    .main-navigation-right, .main-navigation-left {
      width: 34%; } }
  @media screen and (max-width: 1000px) {
    .main-navigation-right, .main-navigation-left {
      display: none; } }
  .main-navigation-right li, .main-navigation-left li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    text-align: center; }
    @media screen and (max-width: 1325px) {
      .main-navigation-right li, .main-navigation-left li {
        width: 32%; } }
  .main-navigation-right a, .main-navigation-left a {
    color: #06428c;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.88889em; }
    .main-navigation-right a:hover, .main-navigation-left a:hover {
      color: #15B0F3; }
    .main-navigation-right a img, .main-navigation-left a img {
      margin: 0 auto 6px auto !important;
      display: block !important;
      vertical-align: baseline !important;
      width: 55px;
      height: 45px; }
    .main-navigation-right a span, .main-navigation-left a span {
      width: 100% !important; }
  .main-navigation-right .current-menu-item a, .main-navigation-left .current-menu-item a {
    color: #15B0F3; }

footer ul {
  list-style-type: none;
  padding: 0; }
footer .quick-links a, footer .bbh-links a {
  color: #15B0F3;
  font-weight: bold;
  text-transform: uppercase; }
  footer .quick-links a:hover, footer .bbh-links a:hover {
    color: #0a91cb; }
footer .site-copyright {
  text-align: center; }
  footer .site-copyright .menu-copyright-menu-container {
    display: inline-block; }
  footer .site-copyright li {
    display: inline-block;
    list-style-type: none; }
    footer .site-copyright li:after {
      content: '';
      background: url("../jpg/footer-stars.jpg") no-repeat 0 0 transparent;
      height: 16px;
      width: 16px;
      display: inline-block;
      margin: 0px 10px;
      position: relative;
      top: 3px; }
    @media screen and (max-width: 480px) {
      footer .site-copyright li:last-child:after {
        display: none; } }
  footer .site-copyright a {
    color: #15B0F3;
    font-size: 0.77778em; }
    footer .site-copyright a:hover {
      color: #0a91cb; }

#simple-menu {
  display: none;
  position: absolute;
  top: 45px;
  right: 30px; }
  #simple-menu span {
    display: block;
    background: #06428c;
    width: 30px;
    height: 5px;
    margin-top: 5px;
    border-radius: 5px; }
  @media screen and (max-width: 1000px) {
    #simple-menu {
      display: block; } }

.sidr {
  margin-right: 0px;
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  padding: 20px 0px 0 10px;
  width: 275px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #15B0F3;
  color: #06428c; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr ul {
  display: block;
  padding: 0; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase; }
  .sidr ul li a {
    color: #06428c;
    margin-bottom: 20px; }
  .sidr ul li:active {
    background-color: #15B0F3;
    color: #FFF8B4; }
  .sidr ul li img {
    margin-right: 20px;
    float: left;
    margin-top: 5px;
    width: 50px;
    height: 43px; }
  .sidr ul li span {
    margin-top: -5px !important;
    font-size: 21px;
    font-weight: 700; }

.red-callouts-container {
  position: relative;
  z-index: 9;
  margin-top: -86px;
  padding-bottom: 40px;
  background-color: #06428c; }
  @media screen and (max-width: 480px) {
    .red-callouts-container {
      padding-bottom: 40px;
      margin-top: -71px; } }

.red-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 29.62911%;
  margin-left: 1.70596%;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.35);
  position: relative;
  margin-top: -83px;
  background: #dd4b4b;
  /* fallback */
  background: linear-gradient(135deg, #dd4b4b 10px, #dd4b4b 0) top left, linear-gradient(225deg, #dd4b4b 10px, #dd4b4b 0) top right, linear-gradient(315deg, #dd4b4b 10px, #dd4b4b 0) bottom right, linear-gradient(45deg, #dd4b4b 10px, #dd4b4b 0) bottom left;
  background-size: 95% 100%;
  background-repeat: no-repeat;
  min-height: 160px;
  text-align: center;
  padding: 10px 20px;
  background-image: radial-gradient(circle at 0 50%, rgba(204, 0, 0, 0) 16px, #dd4b4b 15px), radial-gradient(circle at 100% 50%, rgba(204, 0, 0, 0) 16px, #dd4b4b 15px); }
  .red-callout:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .red-callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 0%;
      min-height: 140px;
      margin-top: -71px; }
      .red-callout:last-child {
        margin-right: 0; }
      .red-callout:hover {
        min-height: 140px !important; } }
  @media screen and (max-width: 1050px) {
    .red-callout {
      background: #dd4b4b;
      /* fallback */
      min-height: 50px !important;
      padding: 5px !important;
      margin-top: -35px;
      margin-bottom: 10px; }
      .red-callout:hover {
        min-height: 50px !important;
        background: #c74444 !important;
        /* fallback */ } }
  @media screen and (max-width: 660px) {
    .red-callout {
      width: 100%;
      margin-left: 0%;
      margin-top: 10px;
      margin-bottom: 5px; }
      .red-callout:first-child {
        margin-top: 20px; } }
  .red-callout:hover {
    background: #c74444;
    /* fallback */
    background: linear-gradient(135deg, #c74444 10px, #c74444 0) top left, linear-gradient(225deg, #c74444 10px, #c74444 0) top right, linear-gradient(315deg, #c74444 10px, #c74444 0) bottom right, linear-gradient(45deg, #c74444 10px, #c74444 0) bottom left;
    background-size: 95% 100%;
    background-repeat: no-repeat;
    min-height: 160px;
    text-align: center;
    padding: 10px 20px;
    background-image: radial-gradient(circle at 0 50%, rgba(204, 0, 0, 0) 16px, #c74444 15px), radial-gradient(circle at 100% 50%, rgba(204, 0, 0, 0) 16px, #c74444 15px); }
  .red-callout a {
    color: #FEF7BB;
    display: block;
    padding: 15px 10px 15px 10px;
    border-top: 2px solid #FEF7BB;
    border-bottom: 2px solid #FEF7BB; }
    .red-callout a p {
      margin-bottom: 0px; }
    @media screen and (max-width: 1280px) {
      .red-callout a {
        font-size: 0.875em; } }
    @media screen and (max-width: 1050px) {
      .red-callout a {
        border: 2px solid #FEF7BB;
        padding: 10px 10px 10px 10px; }
        .red-callout a p {
          display: none; } }
  .red-callout h2 {
    font-family: "soleil", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media screen and (max-width: 1280px) {
      .red-callout h2 {
        font-size: 1.75em; } }
    @media screen and (max-width: 1280px) {
      .red-callout h2 {
        font-size: 1.5em; } }

.custom-heading-container {
  position: relative;
  text-align: center; }

.custom-heading {
  font-size: 3.75em;
  display: inline-block;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .custom-heading {
      font-size: 42px;
      margin-bottom: 5px; } }
  .custom-heading:before, .custom-heading:after {
    content: '';
    display: inline-block;
    position: relative; }
  .custom-heading:before {
    background: url(../png/custom-header-left.png) no-repeat 0 0 transparent;
    width: 116px;
    height: 84px;
    top: 40px;
    left: -10px; }
    @media screen and (max-width: 680px) {
      .custom-heading:before {
        display: none; } }
  .custom-heading:after {
    background: url(../png/custom-header-right.png) no-repeat 0 0 transparent;
    width: 97px;
    height: 83px;
    top: 25px;
    right: -25px; }
    @media screen and (max-width: 680px) {
      .custom-heading:after {
        display: none; } }

.custom-heading-subtext {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .custom-heading-subtext {
      font-size: 24px; } }

.homepage-content {
  background-color: #06428c;
  color: #FEF7BB; }
  .homepage-content .fp-div {
    margin-bottom: 40px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .homepage-content .fp-div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1000px) {
      .homepage-content .fp-div {
        width: 100%;
        margin-left: 0%; } }
  .homepage-content .upcoming-events .container {
    padding: 0px; }

.event-date {
  background-color: #dd4b4b;
  background: linear-gradient(135deg, #dd4b4b 10px, #dd4b4b 0) top left, linear-gradient(225deg, #dd4b4b 10px, #dd4b4b 0) top right, linear-gradient(315deg, #dd4b4b 10px, #dd4b4b 0) bottom right, linear-gradient(45deg, #dd4b4b 10px, #dd4b4b 0) bottom left;
  background-image: radial-gradient(circle at 50% 100%, rgba(204, 0, 0, 0) 10px, #dd4b4b 10px);
  min-width: 80px;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 12px 10px 20px 10px;
  text-align: center; }
  .event-date .event-month, .event-date .event-day {
    line-height: 1; }
  .event-date .event-day {
    text-transform: uppercase;
    font-weight: bold; }
  .event-date .event-month {
    font-size: 1.5em;
    font-weight: bold; }

.events-posts {
  text-align: center; }
  .events-posts h3 {
    font-family: "soleil", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px; }
    .events-posts h3:before, .events-posts h3:after {
      content: '';
      position: absolute;
      height: 1px;
      top: 20px;
      width: 35%;
      border-top: 2px solid #FEF7BB; }
      @media screen and (max-width: 1200px) {
        .events-posts h3:before, .events-posts h3:after {
          width: 32%; } }
      @media screen and (max-width: 1024px) {
        .events-posts h3:before, .events-posts h3:after {
          width: 28%; } }
      @media screen and (max-width: 1000px) {
        .events-posts h3:before, .events-posts h3:after {
          display: none; } }
    .events-posts h3:before {
      left: 0px; }
    .events-posts h3:after {
      right: 0px; }

.u-shows {
  color: #FFF8B4; }
  .u-shows:hover {
    color: #15B0F3; }

.upcoming-events {
  position: relative;
  padding: 32px 0px 10px 0px; }
  @media screen and (max-width: 1000px) {
    .upcoming-events {
      padding: 16px 0px 0 0px; } }
  .upcoming-events .container {
    text-align: center;
    padding: 0px 20px; }
  .upcoming-events h2 {
    display: none; }
    @media screen and (max-width: 1000px) {
      .upcoming-events h2 {
        display: inline-block; } }
  .upcoming-events .events-holder:after {
    content: "";
    display: table;
    clear: both; }
  .upcoming-events .btn-primary {
    margin: 40px auto 50px; }
    @media screen and (max-width: 1200px) {
      .upcoming-events .btn-primary {
        margin: 40px auto 20px; } }
    @media screen and (max-width: 1000px) {
      .upcoming-events .btn-primary {
        margin: 30px auto 40px; } }
    @media screen and (max-width: 480px) {
      .upcoming-events .btn-primary {
        margin: 20px auto 40px; } }

.event-link {
  display: block;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 0.85), transparent 75%, transparent);
  background-image: linear-gradient(to top, rgba(1, 1, 1, 0.85), transparent 75%, transparent); }
  .event-link:hover {
    background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 0.25), rgba(1, 1, 1, 0.25) 100%);
    background-image: linear-gradient(to top, rgba(1, 1, 1, 0.25), rgba(1, 1, 1, 0.25) 100%); }
    .event-link:hover .event-info {
      background-color: #e6dfa2; }
    .event-link:hover .event-desc {
      background-color: #e6dfa2; }
    .event-link:hover .event-detail-link {
      color: #139edb; }
    .event-link:hover .event-status {
      background-color: #c74444;
      color: #e6dfa2;
      padding: 1px 0;
      font-size: 16px; }

.event-post {
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 10px;
  height: 388px;
  position: relative; }
  .event-post:last-child {
    margin-right: 0; }
  .event-post:nth-child(3n) {
    margin-right: 0; }
  .event-post:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1100px) {
    .event-post {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 20px; }
      .event-post:nth-child(3n) {
        margin-right: 2.35765%; }
      .event-post:nth-child(3n+1) {
        clear: none; }
      .event-post:last-child {
        margin-right: 0; }
      .event-post:nth-child(even) {
        margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .event-post {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 20px; }
      .event-post:last-child {
        margin-right: 0; } }

.event-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #06428c;
  width: 100%;
  min-height: 118px;
  background-color: #FFF8B4; }
  .event-info h4 {
    font-family: "soleil", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1.25; }

.event-status {
  background-color: #dd4b4b;
  text-align: center;
  color: #FEF7BB;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 0.77778em;
  font-weight: bold; }

.event-desc {
  background-color: #FFF8B4;
  padding: 15px; }

.event-detail-link {
  color: #15B0F3;
  text-transform: uppercase;
  font-weight: bold; }

.event-callout {
  color: #06428c;
  text-transform: uppercase;
  font-family: "Pacifico", cursive;
  font-size: 1.3125em;
  font-weight: bold; }

.quote-container {
  padding: 60px 0;
  margin-top: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 555px;
  background-color: #06428c; }

.quote {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 12.79471%;
  color: #FEF7BB; }
  .quote:last-child {
    margin-right: 0; }
  .quote h1 {
    font-size: 3em;
    margin-bottom: 5px;
    font-weight: normal;
    text-shadow: 3px 3px 20px #000000; }
    @media screen and (max-width: 1000px) {
      .quote h1 {
        font-size: 2.625em;
        text-align: center !important;
        margin-bottom: 10px; } }
  .quote h4 {
    margin-top: 30px;
    text-shadow: 3px 3px 20px #000000; }
    @media screen and (max-width: 1000px) {
      .quote h4 {
        text-align: center !important; } }
  @media screen and (max-width: 1000px) {
    .quote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .quote:last-child {
        margin-right: 0; } }

.left-box {
  margin-left: 17.05961%; }
  @media screen and (max-width: 1204px) {
    .left-box {
      margin-left: 12.79471%; } }
  @media screen and (max-width: 1100px) {
    .left-box {
      margin-left: 8.5298%; } }
  @media screen and (max-width: 1000px) {
    .left-box {
      margin-left: 4.2649%; } }

.quote-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background-color: #FFF8B4;
  border: 2px solid #06428c;
  outline: 5px solid #FFF8B4;
  color: #06428c;
  margin-top: 20px;
  margin-bottom: 10px; }
  .quote-box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1204px) {
    .quote-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 36.02647%; }
      .quote-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1100px) {
    .quote-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .quote-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1000px) {
    .quote-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 44.55627%; }
      .quote-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 850px) {
    .quote-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-left: 21.32451%; }
      .quote-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 645px) {
    .quote-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .quote-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .quote-box {
      width: 100%;
      margin-left: 0%; } }
  @media screen and (max-width: 450px) {
    .quote-box {
      text-align: center; } }
  .quote-box a {
    color: #06428c;
    display: inline-block;
    padding: 20px;
    width: 100%; }
    .quote-box a:hover {
      color: #15B0F3; }

.box-image {
  float: left;
  width: 75px;
  margin-top: 15px; }
  @media screen and (max-width: 450px) {
    .box-image {
      width: 65px;
      margin: 0 auto;
      float: none; } }

.box-copy {
  float: left;
  margin-left: 20px;
  margin-top: 15px; }
  @media screen and (max-width: 450px) {
    .box-copy {
      float: none;
      margin: 0 auto; } }
  .box-copy h4 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .box-copy h3 {
    font-family: "Pacifico", cursive;
    font-size: 2.625em;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: none; }
    @media screen and (max-width: 480px) {
      .box-copy h3 {
        font-size: 2.375em; } }

.yellow-container {
  padding: 60px 0; }
  @media screen and (max-width: 1000px) {
    .yellow-container {
      padding-bottom: 0px; } }

.yellow-co {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border: 2px solid #06428c;
  color: #06428c;
  text-align: center;
  padding: 0px 20px 30px 20px; }
  .yellow-co:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .yellow-co {
      width: 100%;
      margin-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .yellow-co {
      width: 100%;
      margin-bottom: 60px; }
      .yellow-co h3 {
        width: 230px !important; } }
  .yellow-co h3 {
    position: relative;
    margin-top: -20px !important;
    background-color: #FFF8B4;
    width: 260px;
    margin: 0 auto; }
  .yellow-co a {
    font-weight: bold;
    text-transform: uppercase; }
    .yellow-co a:hover span {
      background-position: -14px 10px; }
  .yellow-co p {
    margin-top: 25px; }

.left-yellow-co h3:after {
  content: '';
  width: 46px;
  height: 56px;
  background: url("../png/right-stars.png") no-repeat 0 0 transparent;
  display: block;
  position: absolute;
  top: -11px;
  right: 10px; }
.left-yellow-co h3:before {
  left: 17px !important; }

.right-yellow-co h3:before {
  content: '';
  width: 46px;
  height: 56px;
  background: url("../png/left-stars.png") no-repeat 0 0 transparent;
  display: block;
  position: absolute;
  top: -11px;
  left: 20px; }

.menu-section-container {
  padding-bottom: 50px; }
  .menu-section-container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1000px) {
    .menu-section-container {
      padding-bottom: 20px; } }
  .menu-section-container p {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 16px; }
    @media screen and (max-width: 1000px) {
      .menu-section-container p {
        margin-bottom: 0px;
        margin-top: 10px; } }

.menu-section-title {
  text-align: center;
  position: relative;
  margin-bottom: 0px; }

.menu-section-title-mobile {
  min-height: 70px;
  font-size: 24px;
  color: #FFF8B4;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  text-align: left;
  padding-left: 45px;
  border: 2px solid #06428c;
  margin-bottom: 0;
  background-color: #15B0F3;
  position: relative;
  text-shadow: 3px 3px 10px #000000; }
  .menu-section-title-mobile:before {
    content: '+';
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    transition: transform 500ms; }

.open .menu-section-title-mobile:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.special-image {
  float: left;
  width: 155px;
  height: 155px; }
  .special-image img {
    height: 100%;
    width: 100%; }

.special-description {
  float: left;
  font-size: 0.88889em;
  width: 65%;
  padding: 20px 0px 0px 20px; }

.featured-item-container {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: transparent;
  position: relative;
  min-height: 196px;
  margin-top: 20px;
  border: 2px solid #06428c;
  margin-bottom: 15px; }
  .featured-item-container.mobile {
    background-image: none !important;
    min-height: 0px !important; }

.fitem-info {
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 196px;
  width: 380px;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  color: #FFF8B4;
  border-top: 2px solid #06428c;
  border-bottom: 2px solid #06428c;
  background: linear-gradient(135deg, #dd4b4b 10px, #dd4b4b 0) top left, linear-gradient(225deg, #dd4b4b 10px, #dd4b4b 0) top right, linear-gradient(315deg, #dd4b4b 10px, #dd4b4b 0) bottom right, linear-gradient(45deg, #dd4b4b 10px, #dd4b4b 0) bottom left;
  background-size: 100% 100%;
  background-image: radial-gradient(circle at 0 50%, rgba(204, 0, 0, 0) 25px, #dd4b4b 25px); }
  @media screen and (max-width: 480px) {
    .fitem-info {
      width: 100%;
      padding: 20px;
      background-color: #dd4b4b;
      background-image: none; } }
  .fitem-info.mobile {
    background-image: radial-gradient(circle at 0 50%, rgba(204, 0, 0, 0) 0px, #dd4b4b 0px);
    width: 100%;
    padding: 20px;
    height: auto;
    border: none;
    position: relative;
    top: 0px; }
  .fitem-info p {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (max-width: 480px) {
      .fitem-info p {
        margin-top: 0px; } }

.food-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-top: 30px; }
  .food-item:last-child {
    margin-right: 0; }
  .food-item:nth-child(4n) {
    margin-right: 0; }
  .food-item:nth-child(4n+1) {
    clear: left; }
  .food-item h5 {
    margin-bottom: 5px; }
  .food-item p {
    font-size: 16px;
    margin-bottom: 0px; }
  @media screen and (max-width: 1000px) {
    .food-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .food-item:nth-child(4n) {
        margin-right: 2.35765%; }
      .food-item:nth-child(4n+1) {
        clear: none; }
      .food-item:last-child {
        margin-right: 0; }
      .food-item:nth-child(3n) {
        margin-right: 0; }
      .food-item:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .food-item {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-top: 20px; }
      .food-item:nth-child(3n) {
        margin-right: 2.35765%; }
      .food-item:nth-child(3n+1) {
        clear: none; }
      .food-item:last-child {
        margin-right: 0; } }

.special-item {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 48.57871%;
  height: 159px;
  background-color: #FFF8B4;
  border: 2px solid #06428c;
  outline: 5px solid #FFF8B4;
  color: #06428c;
  margin-top: 43px; }
  .special-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1230px) {
    .special-item {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 58.86297%;
      margin-left: 20.56852%; }
      .special-item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1000px) {
    .special-item {
      width: 100%;
      margin-left: 0%; } }
  @media screen and (max-width: 607px) {
    .special-item {
      height: auto;
      padding: 0px; }
      .special-item .special-image {
        float: none;
        width: 100%;
        height: 200px;
        overflow: hidden; }
        .special-item .special-image img {
          display: block;
          margin: 0 auto;
          width: 100%;
          height: auto; }
      .special-item .special-description {
        width: 100%;
        padding: 20px; } }
  .special-item span {
    font-weight: bold; }
  .special-item a {
    color: #06428c;
    display: inline-block;
    padding: 30px;
    width: 100%; }
    .special-item a:hover {
      color: #15B0F3; }

.product-container {
  padding-top: 30px; }
  .product-container h2 {
    margin-bottom: 30px;
    text-align: center; }
  .product-container .store-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 30px; }
    .product-container .store-item:last-child {
      margin-right: 0; }
    .product-container .store-item:nth-child(odd) {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .product-container .store-item {
        width: 100%; }
        .product-container .store-item .product-image {
          max-width: none; } }

/* magnifying glass icon */
.store-item .product-image:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0; }

.product-image {
  display: inline-block;
  width: 100%;
  border: 2px solid #06428c;
  margin-bottom: 20px; }

.product-image img {
  display: block;
  margin-left: 0; }

.product-info img {
  border: 0; }

.product-image img::selection {
  background-color: transparent; }

.product-container p {
  margin-top: 5px;
  margin-bottom: 10px; }
.product-container table {
  margin: 0 0 0 0;
  width: 120px;
  max-height: 70px;
  display: block; }
  .product-container table select {
    max-height: 30px; }
.product-container td {
  border: 0px;
  padding: 0; }
.product-container input {
  display: inline-block; }

.party-callout {
  background-color: #FFF8B4;
  color: #06428c;
  text-align: center;
  border: 2px solid #06428c;
  outline: 5px solid #FFF8B4;
  padding: 30px;
  margin-top: 50px; }
  .party-callout:after {
    content: "";
    display: table;
    clear: both; }
  .party-callout h3 {
    font-weight: bold;
    margin-bottom: 20px; }

.link-container {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 79.43148%;
  margin-left: 10.28426%;
  margin-top: 10px; }
  .link-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .link-container {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 100%; }
      .link-container:last-child {
        margin-right: 0; } }

.callout-link {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px; }
  @media screen and (max-width: 1000px) {
    .callout-link {
      margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .callout-link {
      margin: 0 0px 10px 0px; } }
  .callout-link img {
    padding-right: 5px;
    border: 0; }

.rooms-container .container {
  border-bottom: 2px solid #06428c;
  padding: 50px 0px 40px 0px; }
  .rooms-container .container:first-child {
    padding-top: 0; }
  @media screen and (max-width: 1430px) {
    .rooms-container .container {
      padding-left: 20px;
      padding-right: 20px; } }

.room-content-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .room-content-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .room-content-left {
      width: 100%; } }
  .room-content-left h2 {
    display: inline-block; }
  .room-content-left .hiddens {
    display: none;
    margin-top: 30px; }
    @media screen and (max-width: 1000px) {
      .room-content-left .hiddens {
        margin-bottom: 30px; } }
    .room-content-left .hiddens h5 {
      margin-top: 30px; }
    .room-content-left .hiddens p {
      margin: 0; }

.pricing-header {
  color: #15B0F3;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px; }
  @media screen and (max-width: 1000px) {
    .pricing-header {
      margin-bottom: 30px; } }
  .pricing-header:before {
    content: '+';
    display: inline-block;
    transition: transform 400ms;
    -webkit-transition: -webkit-transform 400ms !important;
    font-size: 24px;
    line-height: 14px;
    padding-right: 5px; }
  .pricing-header.open:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
  .pricing-header:hover {
    color: #06428c; }

.book-now {
  display: inline-block;
  text-transform: uppercase;
  background: url(../png/book-now-icon.png) no-repeat 0px 4px transparent;
  padding-left: 26px;
  font-weight: bold;
  position: relative;
  top: -6px;
  margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .book-now {
      display: block;
      margin: 10px 0; } }

.room-content-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-top: 10px; }
  .room-content-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .room-content-right {
      width: 100%; } }
  .room-content-right .image-wrap {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background-color: #000; }
  .room-content-right img {
    border: 2px solid #06428c;
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
    display: table-cell;
    height: auto; }
    .room-content-right img:hover {
      opacity: 0.7; }
    .room-content-right img:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1000px) {
    .room-content-right img:hover {
      opacity: 1 !important; } }

.other-rooms {
  padding-top: 60px; }
  .other-rooms .container {
    margin-bottom: 60px;
    padding: 0; }
    .other-rooms .container:last-child {
      margin-bottom: 60px; }
    @media screen and (max-width: 1430px) {
      .other-rooms .container {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px; } }

.room-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .room-image:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .room-image {
      width: 100%; } }
  .room-image .image-wrap {
    display: table;
    width: 100%;
    background-color: #000; }
  .room-image img {
    border: 2px solid #06428c;
    width: 100%;
    height: auto;
    cursor: pointer;
    display: table-cell;
    height: auto; }
    .room-image img:hover {
      opacity: 0.7; }
  @media screen and (max-width: 1000px) {
    .room-image img:hover {
      opacity: 1 !important; } }

.room-detail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  margin-top: -10px; }
  .room-detail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .room-detail {
      width: 100%;
      margin-top: 20px; } }
  .room-detail h3 {
    display: inline-block; }

.alternating-content-container .container {
  padding-bottom: 50px; }
  .alternating-content-container .container:last-child {
    border-bottom: 2px solid #06428c; }
    @media screen and (max-width: 480px) {
      .alternating-content-container .container:last-child {
        padding-bottom: 60px; } }

#odd-content {
  float: right !important;
  margin-right: 0; }
  #odd-content.alternating-content-small {
    margin-right: 2.35765%; }
    @media screen and (max-width: 480px) {
      #odd-content.alternating-content-small {
        margin-right: 0; } }

.alternating-content-large {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .alternating-content-large:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .alternating-content-large {
      width: 100%; } }

.alternating-content-small {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 10px; }
  .alternating-content-small:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .alternating-content-small {
      width: 100%; } }
  .alternating-content-small .image-wrap {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background-color: #000; }
  .alternating-content-small img {
    border: 2px solid #06428c;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    display: table-cell;
    height: auto; }
    .alternating-content-small img:hover {
      opacity: 0.7; }
    @media screen and (max-width: 1000px) {
      .alternating-content-small img:hover {
        opacity: 1 !important; } }
    .alternating-content-small img:last-child {
      margin-bottom: 0; }

.loop-highlights {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .loop-highlights {
      padding-bottom: 20px; } }

.loop-highlight {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 20px; }
  .loop-highlight:last-child {
    margin-right: 0; }
  .loop-highlight:nth-child(even) {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .loop-highlight {
      width: 100%; } }
  .loop-highlight a {
    display: block; }
  .loop-highlight img {
    border: 2px solid #06428c;
    width: 100%;
    margin-bottom: -7px; }
    .loop-highlight img:hover {
      -webkit-filter: brightness(75%); }
  .loop-highlight h4 {
    margin-top: 20px;
    margin-bottom: 10px; }

#highlights-descriptive {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    #highlights-descriptive {
      margin-bottom: 20px; } }

.page-template-shows .blue-content-area {
  margin-bottom: 0; }
  .page-template-shows .blue-content-area p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    margin-bottom: 50px; }
    .page-template-shows .blue-content-area p:last-child {
      margin-right: 0; }
.page-template-shows .post-list-container {
  padding-top: 40px; }
  @media screen and (max-width: 1000px) {
    .page-template-shows .post-list-container {
      padding-top: 30px; } }
.page-template-shows .post-pagination {
  display: none; }
.page-template-shows .event-post {
  margin-bottom: 40px; }
.page-template-shows .hidden-event {
  display: none; }
.page-template-shows .view-all-container {
  margin-top: 25px;
  width: 100%;
  display: inline-block; }
  @media screen and (max-width: 480px) {
    .page-template-shows .view-all-container {
      margin-top: 5px; } }
.page-template-shows #view-all-shows, .page-template-shows #back-to-top {
  margin: 0 auto;
  display: table; }
  @media screen and (max-width: 480px) {
    .page-template-shows #view-all-shows, .page-template-shows #back-to-top {
      max-width: 100% !important; } }
.page-template-shows #back-to-top {
  display: none; }

.faq-container {
  padding-top: 60px;
  padding-bottom: 40px; }
  .faq-container .faq {
    margin-bottom: 30px; }
    .faq-container .faq h5 p {
      margin-bottom: 5px; }
    .faq-container .faq:last-child {
      margin-bottom: 0px; }

@media screen and (max-width: 1000px) {
  .single-event .hero-image {
    min-height: 0px;
    background-image: none !important; } }

.single-event .event-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-top: 10px; }
  .single-event .event-image:last-child {
    margin-right: 0; }
  .single-event .event-image img {
    width: 100%; }
  @media screen and (max-width: 1000px) {
    .single-event .event-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .single-event .event-image:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .single-event .event-image {
      width: 100%;
      margin-top: 7px; } }
  @media screen and (max-width: 480px) {
    .single-event .event-image {
      width: 100%;
      margin-left: 0%; } }
.single-event .event-info-boxes {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  font-size: 16px; }
  .single-event .event-info-boxes:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .single-event .event-info-boxes {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin: 0; }
      .single-event .event-info-boxes:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .single-event .event-info-boxes {
      width: 100%;
      margin-top: 30px; } }
  @media screen and (max-width: 480px) {
    .single-event .event-info-boxes {
      width: 100%;
      margin-top: 25px; } }
  .single-event .event-info-boxes .all-ages {
    margin-top: -7px; }
.single-event .event-links {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0; }
  .single-event .event-links:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .single-event .event-links {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 30px; }
      .single-event .event-links:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .single-event .event-links {
      width: 100%; }
      .single-event .event-links .btn-primary {
        max-width: none; } }
  .single-event .event-links .social-icon {
    background-size: 25px 25px !important; }
  .single-event .event-links .btn-primary {
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .single-event .event-links .btn-primary {
        width: 287px; } }
.single-event .buzzline {
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px; }
.single-event .event-name h2 {
  margin-bottom: 5px; }
.single-event .opening-act {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 15px; }
.single-event .back-to-shows {
  float: left;
  width: 100%;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: -20px 0 20px 0px; }
  .single-event .back-to-shows:hover span {
    background-position: -14px 10px; }
  .single-event .back-to-shows span {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
.single-event .adv-dos {
  display: inline-block; }
  .single-event .adv-dos div {
    float: left; }

.event-description {
  width: 100%;
  margin-top: 30px; }
  @media screen and (max-width: 1000px) {
    .event-description {
      margin-top: 20px; } }
  .event-description h2 {
    font-size: 1.3125em; }

.rsvp {
  text-indent: 0 !important;
  width: 100% !important;
  padding-left: 35px;
  margin-top: 30px;
  line-height: 1.35em; }

.website-link {
  margin-top: 10px;
  display: inline-block; }

#gallery-post-list .post-pagination li {
  list-style-type: none; }
#gallery-post-list h3 {
  margin-bottom: 30px;
  margin-top: 0px;
  display: none; }
  @media screen and (max-width: 1000px) {
    #gallery-post-list h3 {
      display: block; } }

.gallery-posts {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 31.22104%;
  margin-bottom: 30px;
  background-color: #15B0F3;
  max-height: 205px;
  overflow: hidden;
  border: 2px solid #06428c;
  overflow: hidden; }
  .gallery-posts:last-child {
    margin-right: 0; }
  .gallery-posts:nth-child(3n) {
    margin-right: 0; }
  .gallery-posts:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1000px) {
    .gallery-posts {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .gallery-posts:last-child {
        margin-right: 0; }
      .gallery-posts:nth-child(3n) {
        margin-right: 2.35765%; }
      .gallery-posts:nth-child(3n+1) {
        clear: none; }
      .gallery-posts:nth-child(even) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .gallery-posts {
      width: 100%; } }
  .gallery-posts img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    height: 100%; }
    @media screen and (max-width: 1000px) {
      .gallery-posts img {
        width: 100%;
        height: auto;
        max-width: none; }
        .gallery-posts img:hover {
          opacity: 1 !important; } }
    .gallery-posts img:hover {
      opacity: 0.7; }

@media screen and (max-width: 1000px) {
  #gallery-filter-side h3, #gallery-filter-side .post-filter-clear {
    display: none; } }
@media screen and (max-width: 1000px) {
  #gallery-filter-side form {
    display: none; } }

.post-categories .post-cat {
  display: block; }
.post-categories a.active {
  color: #15B0F3 !important; }

.filter-button {
  display: none; }
  @media screen and (max-width: 1000px) {
    .filter-button {
      display: block;
      width: 100%;
      margin-bottom: 20px !important; }
      .filter-button:hover {
        background-color: #ea6054;
        -webkit-box-shadow: 0 4px #d33325;
        -moz-box-shadow: 0 4px #d33325;
        box-shadow: 0 4px #d33325;
        color: #FFF8B4; } }

.mobile-select-filter {
  position: relative; }

.select-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  width: 100%;
  top: 7px;
  opacity: 0;
  z-index: 9999;
  position: absolute;
  text-align: -webkit-left; }

.grayd {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  display: none; }

.gallery-modal {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 99; }
  .gallery-modal .close-btn {
    cursor: pointer;
    float: right;
    color: #FFF8B4;
    margin-right: 20px;
    z-index: 1;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    margin-top: -10px; }
    .gallery-modal .close-btn:hover {
      color: #06428c; }
  .gallery-modal .prev-btn span {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .gallery-modal span:hover {
    background-position: -14px 10px; }
  .gallery-modal .image {
    width: 100%;
    position: relative;
    float: left; }
  .gallery-modal .download-links {
    width: 100%;
    padding: 20px;
    clear: both; }
    .gallery-modal .download-links a {
      color: #FFF8B4;
      padding: 0 5px; }
      .gallery-modal .download-links a:first-child {
        padding-left: 0px; }
      .gallery-modal .download-links a:hover {
        color: #06428c; }
  .gallery-modal img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    margin-top: -59px; }
  .gallery-modal h4 {
    margin-top: 0px; }

.g-wrapper {
  margin-right: auto;
  margin-left: auto;
  min-height: 200px;
  background-color: #15B0F3;
  border: 2px solid #15B0F3;
  color: #06428c;
  padding: 0px 0px 0px;
  max-width: 540px; }

.bbh-gallery-page, .bbh-story-page, .bbh-party-page {
  max-width: 100%; }
  .bbh-gallery-page .download-links, .bbh-story-page .download-links, .bbh-party-page .download-links {
    padding: 0; }
  .bbh-gallery-page img, .bbh-story-page img, .bbh-party-page img {
    margin-top: -56px; }

.next-btn {
  position: absolute;
  top: 45%;
  right: 10px;
  font-size: 40px; }

.prev-btn {
  position: absolute;
  top: 45%;
  left: 10px;
  font-size: 40px; }

.index-content {
  padding-bottom: 60px;
  padding-top: 60px; }

.posted-on .published.updated {
  display: inline; }
.posted-on .updated {
  display: none; }

.blog-content {
  padding-top: 60px;
  padding-bottom: 40px; }
  .blog-content .entry-meta {
    margin-bottom: 20px; }
  .blog-content .entry-content {
    margin-top: 20px; }
    .blog-content .entry-content iframe {
      width: 100%; }
  @media screen and (max-width: 1000px) {
    .blog-content iframe {
      width: 100%; } }
  .blog-content .image-wrap {
    width: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .blog-content .image-wrap {
        width: 100%;
        height: 100%; }
        .blog-content .image-wrap img {
          width: 100%;
          height: auto; } }
    .blog-content .image-wrap img {
      width: 100%;
      height: auto; }
  .blog-content .entry-title {
    word-wrap: word-break;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

.page-header h2 {
  margin-bottom: 30px;
  margin-top: -10px; }

.prev_next_container {
  border: none;
  padding-top: 10px;
  float: left;
  width: 100%; }
  .prev_next_container:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (max-width: 1000px) {
  .search-form .search-field {
    width: 100% !important; } }

@media screen and (max-width: 1000px) {
  #secondary.widget-area {
    margin-top: 0pxpx;
    margin-bottom: 30px; } }

.widget_categories {
  margin-bottom: 30px; }
  .widget_categories ul {
    list-style-type: none;
    padding-left: 0px; }
  .widget_categories a {
    line-height: 1.875em !important;
    color: #06428c; }
    .widget_categories a:hover {
      color: #15B0F3; }

.widget_archive {
  margin-bottom: 10px; }
  .widget_archive ul {
    list-style-type: none;
    padding-left: 0px; }
  .widget_archive a {
    line-height: 1.875em !important;
    color: #06428c; }
    .widget_archive a:hover {
      color: #15B0F3; }

.widget_recent_entries {
  margin-bottom: 30px; }
  @media screen and (max-width: 1000px) {
    .widget_recent_entries {
      margin-top: 0px; } }
  .widget_recent_entries ul {
    list-style-type: none;
    padding-left: 0px; }
  .widget_recent_entries a {
    line-height: 1.875em !important;
    color: #06428c; }
    .widget_recent_entries a:hover {
      color: #15B0F3; }

.index-content article, .blog-content .content-left article {
  margin-bottom: 30px; }
  .index-content article:after, .blog-content .content-left article:after {
    content: "";
    display: table;
    clear: both; }
  .index-content article .entry-content p, .blog-content .content-left article .entry-content p {
    margin: 0 0 10px 0 !important; }

.entry-thumbnail {
  position: relative;
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 19.75788%; }
  .entry-thumbnail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .entry-thumbnail {
      height: auto;
      background: none; } }
  @media screen and (max-width: 480px) {
    .entry-thumbnail {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .entry-thumbnail:last-child {
        margin-right: 0; } }
  .entry-thumbnail a:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 97%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.1s;
    -webkit-transition: all 0.1s; }
  .entry-thumbnail a:hover:after {
    opacity: 1; }
  .entry-thumbnail img {
    width: 100%;
    height: auto !important;
    position: relative; }
    @media screen and (max-width: 480px) {
      .entry-thumbnail img {
        width: 100%; } }

.entry-content-wrapper {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 77.07368%; }
  .entry-content-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .entry-content-wrapper {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .entry-content-wrapper:last-child {
        margin-right: 0; } }
  .entry-content-wrapper .entry-header h3 {
    margin-bottom: 5px !important;
    margin-top: -10px; }
  @media screen and (max-width: 480px) {
    .entry-content-wrapper .entry-header {
      text-align: center;
      margin: 10px; } }
  .entry-content-wrapper .entry-header .entry-meta {
    margin-bottom: 5px;
    font-size: 0.875em; }
    .entry-content-wrapper .entry-header .entry-meta .posted-on {
      display: block; }
    .entry-content-wrapper .entry-header .entry-meta .cat-links {
      display: block; }
    .entry-content-wrapper .entry-header .entry-meta .tag-links {
      display: block; }
    .entry-content-wrapper .entry-header .entry-meta .edit-link {
      display: block; }
  .entry-content-wrapper .entry-footer {
    font-size: 0.875em; }
  .entry-content-wrapper iframe {
    display: none; }

.post-pagination li {
  float: left; }
  .post-pagination li:last-child {
    float: right; }

.posts-navigation h2 {
  display: none; }
.posts-navigation .nav-links .nav-previous {
  display: inline-block;
  float: left; }
.posts-navigation .nav-links .nav-next {
  display: inline-block;
  float: right; }

footer.site-footer {
  background-color: #06428c;
  color: #FFF8B4;
  padding-top: 50px;
  border-top: 3px solid #15B0F3; }
  footer.site-footer .validation_error {
    font-size: 14px;
    line-height: 24px;
    color: #dd4b4b;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    display: block; }
  footer.site-footer .validation_message {
    font-size: 14px;
    color: #dd4b4b;
    margin-top: -15px;
    font-weight: 400; }

.quick-links {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  line-height: 32px; }
  .quick-links:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .quick-links {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 13.42249%; }
      .quick-links:last-child {
        margin-right: 0; } }

.bbh-links {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  line-height: 32px; }
  .bbh-links:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .bbh-links {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 13.42249%; }
      .bbh-links:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 491px) {
    .bbh-links {
      margin-top: -30px !important; } }

.hours-section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%; }
  .hours-section:last-child {
    margin-right: 0; }
  .hours-section p {
    font-size: 0.875em;
    line-height: 1.75em; }

.address-section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%; }
  .address-section:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .address-section {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 21.09931%; }
      .address-section:last-child {
        margin-right: 0; } }
  .address-section a {
    color: #FFF8B4; }
    .address-section a:hover {
      color: #15B0F3; }
  .address-section .fcontact-us {
    color: #15B0F3;
    font-weight: bold; }
    .address-section .fcontact-us:hover {
      color: #0a91cb; }
    .address-section .fcontact-us span {
      background-position: -30px 7px; }

.keep-in-loop {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .keep-in-loop:last-child {
    margin-right: 0; }
  .keep-in-loop input[type="submit"] {
    width: 100%; }
  .keep-in-loop .gfield_checkbox {
    margin-bottom: 20px; }
    .keep-in-loop .gfield_checkbox label {
      color: #FFF8B4 !important; }
    @media screen and (max-width: 1000px) {
      .keep-in-loop .gfield_checkbox {
        text-align: left; } }
  @media screen and (max-width: 1000px) {
    .keep-in-loop {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-left: 12.79471%; }
      .keep-in-loop:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 675px) {
    .keep-in-loop {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%;
      margin-left: 4.2649%; }
      .keep-in-loop:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 491px) {
    .keep-in-loop {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      text-align: center;
      margin-top: 20px; }
      .keep-in-loop:last-child {
        margin-right: 0; } }

@media screen and (max-width: 1000px) {
  .quick-links, .bbh-links, .hours-section, .address-section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 12.79471%;
    margin-bottom: 20px; }
    .quick-links:last-child, .bbh-links:last-child, .hours-section:last-child, .address-section:last-child {
      margin-right: 0; }
    .quick-links:nth-child(2n), .bbh-links:nth-child(2n), .hours-section:nth-child(2n), .address-section:nth-child(2n) {
      margin-right: 0; }
    .quick-links:nth-child(2n+1), .bbh-links:nth-child(2n+1), .hours-section:nth-child(2n+1), .address-section:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 675px) {
  .quick-links, .bbh-links, .hours-section, .address-section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 44.55627%;
    margin-left: 4.2649%; }
    .quick-links:last-child, .bbh-links:last-child, .hours-section:last-child, .address-section:last-child {
      margin-right: 0; } }
@media screen and (max-width: 491px) {
  .quick-links, .bbh-links, .hours-section, .address-section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-left: 0%;
    text-align: center; }
    .quick-links:last-child, .bbh-links:last-child, .hours-section:last-child, .address-section:last-child {
      margin-right: 0; } }

.address-section {
  font-size: 0.875em; }
  .address-section h4 {
    font-size: 24px !important; }

.social-icons {
  margin-top: 15px; }
  @media screen and (max-width: 480px) {
    .social-icons {
      margin-bottom: 10px; } }

.social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  text-indent: -9999px;
  background-size: 32px 32px !important; }
  .social-icon:hover {
    opacity: 0.8; }

#facebook-link {
  background: url("../png/facebook-icon.png") no-repeat 0 0 transparent; }

#twitter-link {
  background: url("../png/twitter-icon.png") no-repeat 0 0 transparent; }

#pinterest-link {
  background: url("../png/pinterest-icon.png") no-repeat 0 0 transparent; }

#instagram-link {
  background: url("../png/instagram-icon.png") no-repeat 0 0 transparent; }

#youtube-link {
  background: url("../png/youtube-icon.png") no-repeat 0 0 transparent; }

#googleplus-link {
  background: url("../png/googleplus-icon.png") no-repeat 0 0 transparent; }

.site-disclaimer {
  text-align: center;
  font-size: 0.77778em;
  opacity: 0.5;
  margin-top: 30px; }
  .site-disclaimer p {
    margin-bottom: 5px; }

.site-copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #15B0F3;
  padding: 10px 0 30px; }
  .site-copyright:last-child {
    margin-right: 0; }
  .site-copyright:after {
    content: "";
    display: table;
    clear: both; }
  .site-copyright .copyright {
    display: inline-block;
    font-size: 0.75em; }

/*# sourceMappingURL=style.css.map */
