@charset "UTF-8";
/* © Stormlux | www.stormlux.com
/* ------------------------------------------------------------ */
/* ::Normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ------------------------------------------------------------ */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.gold {
  color: #de9e3e; }

.red {
  color: #df0606; }

/* ::Links */
/* ------------------------------------------------------------ */
a {
  color: #07acd0; }
  a:hover {
    color: #056f86; }

/* ::Lists */
/* ------------------------------------------------------------ */
ul {
  list-style-position: outside;
  list-style-type: disc; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

ul li {
  margin-bottom: 1em; }

/* ::iFrame */
/* ------------------------------------------------------------ */
iframe {
  max-width: 100%; }

/* ::Border */
/* ------------------------------------------------------------ */
.border-black {
  background: url(../img/border-black.png) top center no-repeat, url(../img/border-black.png) bottom center no-repeat;
  padding: 20px 0; }

.border-gold {
  background: url(../img/border-gold.png) top center no-repeat, url(../img/border-gold.png) bottom center no-repeat;
  padding: 20px 0; }

/* ::Alignments */
/* ------------------------------------------------------------ */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.textleft {
  float: left; }

.textcenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center; }

.textright {
  float: right; }

/* ::Buttons */
/* ------------------------------------------------------------ */
.button, button, input[type="submit"], li.button a {
  display: inline-block;
  background: transparent;
  border: 1px solid #de9e3e;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: 'Pathway Gothic One', sans-serif;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -ms-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s; }
  .button:hover, button:hover, input[type="submit"]:hover, li.button a:hover {
    background: #de9e3e;
    color: white; }
  .button.basecolor, button.basecolor, input[type="submit"].basecolor, li.button a.basecolor {
    color: #505050; }
    .button.basecolor:hover, button.basecolor:hover, input[type="submit"].basecolor:hover, li.button a.basecolor:hover {
      background: #de9e3e;
      color: white; }

li.button {
  border: 0; }

/* ::Lists */
/* ------------------------------------------------------------ */
/* ::Core Typography */
/* ------------------------------------------------------------ */
strong, b {
  font-weight: 700; }

em, i, q {
  font-style: italic; }

p {
  margin: 0 0 1em; }

.medium {
  font-size: 16px;
  line-height: 26px; }

.large {
  font-size: 18px;
  line-height: 26px; }

.margin-30 {
  margin: 30px 0; }

::-webkit-input-placeholder {
  color: #505050; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #505050; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050; }

:-ms-input-placeholder {
  color: #505050; }

/*----------------------------------------------------------------------------------

  Grid
 
----------------------------------------------------------------------------------*/
.wrap {
  padding: 0 20px;
  clear: both; }

.wrap, .site-content {
  margin: auto;
  padding: 0;
  max-width: 100%; }

.margin-40 {
  margin: 40px 0; }

.row {
  clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row.no-padding .column-10,
  .row.no-padding .column-15,
  .row.no-padding .column-20,
  .row.no-padding .column-25,
  .row.no-padding .column-30,
  .row.no-padding .column-33,
  .row.no-padding .column-35,
  .row.no-padding .column-40,
  .row.no-padding .column-45,
  .row.no-padding .column-50,
  .row.no-padding .column-55,
  .row.no-padding .column-60,
  .row.no-padding .column-65,
  .row.no-padding .column-70,
  .row.no-padding .column-75,
  .row.no-padding .column-80,
  .row.no-padding .column-85,
  .row.no-padding .column-90,
  .row.no-padding .column-95,
  .row.no-padding .column-100 {
    padding: 0; }

.column-10,
.column-15,
.column-20,
.column-25,
.column-30,
.column-33,
.column-35,
.column-40,
.column-45,
.column-50,
.column-55,
.column-60,
.column-65,
.column-70,
.column-75,
.column-80,
.column-85,
.column-90,
.column-95,
.column-100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .column-10:after,
  .column-15:after,
  .column-20:after,
  .column-25:after,
  .column-30:after,
  .column-33:after,
  .column-35:after,
  .column-40:after,
  .column-45:after,
  .column-50:after,
  .column-55:after,
  .column-60:after,
  .column-65:after,
  .column-70:after,
  .column-75:after,
  .column-80:after,
  .column-85:after,
  .column-90:after,
  .column-95:after,
  .column-100:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (min-width: 720px) {
  .column-10,
  .column-15,
  .column-20,
  .column-25,
  .column-30,
  .column-33,
  .column-35,
  .column-40,
  .column-45,
  .column-50,
  .column-55,
  .column-60,
  .column-65,
  .column-70,
  .column-75,
  .column-80,
  .column-85,
  .column-90,
  .column-95,
  .column-100 {
    float: left; }

  .column-10 {
    width: 10%; }

  .column-15 {
    width: 15%; }

  .column-20 {
    width: 20%; }

  .column-25 {
    width: 25%; }

  .column-30 {
    width: 30%; }

  .column-33 {
    width: 33%; }

  .column-35 {
    width: 35%; }

  .column-40 {
    width: 40%; }

  .column-45 {
    width: 45%; }

  .column-50 {
    width: 50%; }

  .column-55 {
    width: 55%; }

  .column-60 {
    width: 60%; }

  .column-65 {
    width: 65%; }

  .column-70 {
    width: 70%; }

  .column-75 {
    width: 75%; }

  .column-80 {
    width: 80%; }

  .column-85 {
    width: 85%; }

  .column-90 {
    width: 90%; }

  .column-95 {
    width: 95%; }

  .column-100 {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .wrap {
    padding: 0; }

  .wrap, .site-content {
    margin: auto;
    padding: 0;
    max-width: 1020px; } }
/*----------------------------------------------------------------------------------

  Base Styles
 
----------------------------------------------------------------------------------*/
html {
  font-size: 100%; }

body {
  background: white;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Arial', sans-serif;
  color: #505050; }

/*----------------------------------------------------------------------------------*/
/*  Grid
/*----------------------------------------------------------------------------------*/
#page {
  overflow: hidden; }

.wrap {
  margin: auto;
  padding: 0 20px;
  max-width: 100%; }

.wrap-mobile {
  display: block; }

.wrap-desktop {
  display: none; }

.row {
  clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row.grey {
    background: #414141;
    color: white; }
  .row.light-grey {
    background: #f5f5f5; }
  .row.red {
    background: #8e0303;
    color: white; }
  .row.gold {
    background: #de9e3e;
    color: white; }
  .row img {
    max-width: 100%;
    display: block; }

/* ::H Styles */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-family: 'Pathway Gothic One', sans-serif; }

h1 {
  font-size: 30px;
  line-height: 34px; }

h2 {
  font-size: 22px;
  line-height: 25px; }

h3 {
  font-size: 19px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 22px; }

/*----------------------------------------------------------------------------------*/
/*  Header
/*----------------------------------------------------------------------------------*/
#wpadminbar {
  position: fixed !important; }

.admin-bar .site-top {
  top: 32px; }

.site-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #414141;
  padding: 5px 0;
  color: white;
  font-size: 11px;
  font-family: 'Pathway Gothic One', sans-serif; }
  .site-top:after {
    content: "";
    display: table;
    clear: both; }
  .site-top ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%; }
  .site-top li {
    list-style-type: none;
    float: left;
    margin: 0 0 0 50px; }
    .site-top li:first-child {
      margin-left: 0; }
    .site-top li.phone {
      float: right; }
    .site-top li.hours {
      background: url(../img/icon-hours.png) no-repeat 0 5px;
      padding-left: 15px;
      display: none; }
  .site-top .deliver {
    float: right;
    display: none; }
    .site-top .deliver a {
      padding: 10px; }
      .site-top .deliver a:hover {
        background: #c12030;
        color: white;
        opacity: 1; }
  .site-top a {
    color: white;
    text-decoration: none; }
    .site-top a:hover {
      opacity: 0.7; }

.admin-bar .site-header {
  top: 64px; }

.site-header {
  background: rgba(192,192,192,0.3);
  padding: 0;
  position: fixed;
  top: 32px;
  z-index: 999;
  width: 100%; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  .site-header.darken {
    background: rgba(0, 0, 0, 0.95); }
  .site-header .wrap {
    position: relative; }

.logo-ot {
  display: none; }

.site-branding {
  display: none;
  float: left;
  margin: 25px 0; }

.site-title {
  margin: 0;
  padding: 0; }
  .site-title a {
    text-decoration: none;
    display: block;
    text-indent: -999999px;
    width: 120px;
    height: 55px;
    background: url(../oceansonelogo1a.jpg) no-repeat;
    background-size: 120px 55px; }

.monthRow td {
  background: #de9e3e !important; }

.rightArrowLink {
  background: url(../img/arrow-reservation-right-a.png);
  width: 5px;
  display: inline-block;
  height: 9px;
  margin-right: 3px; }
  .rightArrowLink img {
    display: none; }

.leftArrowLink {
  background: url(../img/arrow-reservation-left-a.png);
  width: 5px;
  display: inline-block;
  height: 9px;
  margin-left: 3px; }
  .leftArrowLink img {
    display: none; }

#OT_searchWrapperAll {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

#OT_searchWrapper {
  border: 0;
  width: 100%;
  position: relative;
  margin: 0; }

#OT_searchWrapper dl {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  margin: 0; }

#OT_restaurantLbl {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0 0 0 5px;
  padding: 3px 0;
  width: 110px; }

#OT_restaurant {
  position: absolute;
  top: 25px;
  left: 120px;
  padding: 0;
  margin: 0; }

#OT_partySizeLbl {
  position: absolute;
  top: 55px;
  left: 250px;
  margin: 0 0 0 5px;
  padding: 3px 0;
  width: 70px; }

#OT_partySize {
  position: absolute;
  top: 51px;
  left: 325px;
  margin: 0;
  padding: 0; }

#OT_dateLbl {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0 0 0 5px;
  padding: 3px 0;
  width: 55px; }

#dateDisplay {
  display: none; }

#OT_date {
  position: absolute;
  top: 51px;
  left: 43px;
  width: 100px;
  margin: 0;
  padding: 0; }

#OT_timeLbl {
  position: absolute;
  top: 55px;
  left: 144px;
  width: 55px;
  padding: 3px 0; }

#OT_time {
  position: absolute;
  top: 51px;
  left: 183px;
  margin: 0; }

#OT_empty {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  top: 100px;
  left: 0; }

#OT_submitWrap {
  clear: both;
  position: absolute;
  top: 100px;
  left: 3px; }

#OT_logo {
  display: none; }

#OT_logoLink {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  display: block;
  background: #fff; }

#OT_logoLink a {
  padding: 0 0 0 10px; }

#OT_imglogo {
  border: 0;
  margin: 0 0 0 10px; }

#OT_searchWrapper form {
  margin: 0;
  padding: 0; }

#OT_searchWrapper input.hidden {
  display: none; }

#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
  font-size: 12px;
  margin: 2px 2px 2px 2px; }

#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
  margin: 0;
  width: 64px;
  text-align: left; }

#OT_searchWrapper .imgCal {
  position: absolute;
  display: none;
  z-index: 100; }

#OT_searchWrapper #imageCal table {
  font-size: 12px;
  width: 150px;
  font-family: arial;
  font-weight: bold;
  background: #FFF; }

#OT_searchWrapper #imageCal td {
  padding: 0;
  text-align: center; }

#OT_searchWrapper .clickableDays {
  color: #000;
  text-decoration: none;
  height: 18px; }

#OT_searchWrapper .nonclickableDays {
  color: #ccc;
  height: 18px; }

#OT_searchWrapper .months {
  color: #fff;
  text-decoration: none; }

#OT_searchWrapper .weekdays {
  color: #000;
  text-decoration: none;
  color: #666;
  background-color: #efefef;
  width: 14%; }

.partOfCal img.partOfCal.spacer {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0; }

#OT_searchWrapperAll input, #OT_searchWrapperAll select {
  display: inline-block;
  border: 1px solid #de9e3e;
  color: white;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: 'Pathway Gothic One', sans-serif;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -ms-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  -webkit-appearance: none;
  background: url(../img/arrow-reservation.png) no-repeat 90% 50%; }
  #OT_searchWrapperAll input:hover, #OT_searchWrapperAll select:hover {
    color: white;
    background: #de9e3e url(../img/arrow-reservation-a.png) no-repeat 90% 50%; }
#OT_searchWrapperAll .OT_TableButton {
  padding-right: 34px;
  background: url(../img/arrow-reservation-right.png) no-repeat 90% 50%; }
  #OT_searchWrapperAll .OT_TableButton:hover {
    color: white;
    background: #de9e3e url(../img/arrow-reservation-right-a.png) no-repeat 90% 50%; }

/*----------------------------------------------------------------------------------*/
/*  Mobile Menu
/*----------------------------------------------------------------------------------*/
.mobile-logo {
  float: left;
  text-decoration: none;
  display: block;
  text-indent: -999999px;
  width: 90px;
  height: 45px;
  background: url(../oceansonelogo1a.jpg) no-repeat;
  background-size: 90px 45px;
  left: 20px;
  position: relative; }

.admin-bar .mobile-menu {
  top: 64px; }

.mobile-menu {
  background: rgba(0, 0, 0, 0.95);
  padding: 0;
  position: fixed;
  top: 32px;
  z-index: 999;
  width: 100%;
  height: 38px;
  z-index: 9999999999;
  padding: 30px 0 30px 0;
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase; }
  .mobile-menu:after {
    content: "";
    display: table;
    clear: both; }
  .mobile-menu .hamburger {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    z-index: 999999; }
    .mobile-menu .hamburger.active {
      color: #de9e3e; }
  .mobile-menu ul {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 28px;
    clear: both; }
  .mobile-menu li {
    list-style-type: none;
    margin: 0;
    position: relative;
    color: white;
    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #e6b975; }
    .mobile-menu li:last-child a {
      border-bottom: 0; }
    .mobile-menu li span {
      position: absolute;
      right: 20px;
      top: 10px;
      color: #fff;
      cursor: pointer; }
  .mobile-menu li a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s; }
    .mobile-menu li a:hover {
      background: rgba(106, 78, 36, 0.95); }
    .mobile-menu li a strong {
      font-weight: 400; }
    .mobile-menu li a span {
      display: none; }
  .mobile-menu .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    top: 0; }
    .mobile-menu .sub-menu a {
      background: rgba(106, 78, 36, 0.95);
      border-bottom: 1px solid #a14327; }
      .mobile-menu .sub-menu a:hover {
        background: rgba(106, 78, 36, 0.98); }

/*----------------------------------------------------------------------------------*/
/*  Main Navigation
/*----------------------------------------------------------------------------------*/
.main-navigation {
  display: none;
  float: right;
  margin: 35px 0 0 0; }
  .main-navigation ul {
    margin: 0;
    padding: 0; }
  .main-navigation li {
    float: left;
    margin: 0 0 0 50px;
    padding: 0;
    list-style-type: none;
    position: relative; }
    .main-navigation li.button {
      margin-top: -3px; }
    .main-navigation li.current-menu-item a {
      color: #de9e3e; }
  .main-navigation a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
    padding: 36px 0;
    outline: none; }
    .main-navigation a:hover, .main-navigation a:focus {
      outline: none; }
    .main-navigation a:hover {
      color: #de9e3e; }
  .main-navigation .button a {
    font-size: 15px;
    margin-top: -2px;
    background: url(../img/arrow-reservation.png) no-repeat 90% 50%;
    padding-right: 30px; }
    .main-navigation .button a:hover {
      background: #de9e3e url(../img/arrow-reservation-a.png) no-repeat 90% 50%; }
    .main-navigation .button a.active {
      background: url(../img/arrow-reservation-open.png) no-repeat 90% 50%; }
      .main-navigation .button a.active:hover {
        background: #de9e3e url(../img/arrow-reservation-open-a.png) no-repeat 90% 50%; }
    .main-navigation .button a img {
      width: 60px;
      margin-right: 2px; }
  .main-navigation li:hover > .sub-menu {
    display: block; }
  .main-navigation .sub-menu {
    display: none;
    position: absolute;
    width: 130px;
    background: rgba(0, 0, 0, 0.8);
    top: 55px;
    left: -17px; }
    .main-navigation .sub-menu li {
      margin-left: 0;
      width: 100%; }
    .main-navigation .sub-menu a {
      width: 100%;
      display: block;
      padding: 5px 16px;
      color: white !important;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .main-navigation .sub-menu a:hover {
        background: #de9e3e;
        color: white; }

.make-reservation {
  display: none;
  background: rgba(44, 44, 44, 0.9);
  clear: both;
  position: absolute;
  width: 100%;
  top: 90px;
  z-index: 999999;
  color: white;
  padding: 50px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .make-reservation h2 {
    border-bottom: 1px solid #745931;
    padding-bottom: 30px;
    margin-top: 0; }
  .make-reservation p {
    margin-bottom: 0; }

/*----------------------------------------------------------------------------------*/
/*  Hero
/*----------------------------------------------------------------------------------*/
.admin-bar .site-hero {
  padding-top: 116px; }

.site-hero {
  padding-top: 126px;
  overflow: hidden;
  color: white;
  background: black;
  font-size: 15px;
  line-height: 23px;
  position: relative; }
  .site-hero .content {
    margin-top: 100px;
    position: relative;
    z-index: 2;
    width: 100%; }
  .site-hero .hero-image {
    top: 0;
    position: relative; }
  .site-hero .hero-image img {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    border: 0;
    display: block;
    max-width: 100%; }

/*----------------------------------------------------------------------------------*/
/*  Slideshow
/*----------------------------------------------------------------------------------*/
.home .site-hero {
  padding-top: 18px;
  min-height: 470px;
  background: black;
  max-height: 470px; }
  .home .site-hero .content {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 70px; }
  .home .site-hero .hero-image img {
    min-height: 400px;
    min-width: 1139px; }
  .home .site-hero .hero-image {
    display: none; }
  .home .site-hero .hero-image-mobile img {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-width: 397px;
    border: 0;
    display: block;
    min-height: 470px;
    height: auto; }
  .home .site-hero .slide {
    min-height: 470px; }
  .home .site-hero h1 {
    font-size: 60px;
    line-height: 60px; }
  .home .site-hero p {
    font-size: 22px; }
  .home .site-hero .button-wrap {
    border-top: 2px solid white;
    width: 105px;
    padding-top: 20px; }
  .home .site-hero .bx-controls {
    position: absolute;
    bottom: 68px;
    right: 0;
    z-index: 99;
    margin: auto;
    padding: 0 20px;
    max-width: 100%; }

/*----------------------------------------------------------------------------------*/
/*  Home
/*----------------------------------------------------------------------------------*/
.home .row.grey,
.home .row.red {
  padding-bottom: 30px; }
  .home .row.grey .img-wrap,
  .home .row.red .img-wrap {
    position: relative;
    height: 198px;
    text-align: center; }
  .home .row.grey img,
  .home .row.red img {
    position: relative;
    height: 100%;
    display: inline-block;
    z-index: 99;
    top: -14px;
    margin: auto; }
  .home .row.grey .content,
  .home .row.red .content {
    margin-top: 30px; }

/*----------------------------------------------------------------------------------*/
/*  Main
/*----------------------------------------------------------------------------------*/
.site-main {
  padding: 50px 0; }
  .site-main h1 {
    margin-bottom: 30px; }

.home .site-main {
  padding: 0; }

.page-template-page-menu-php .site-main {
  padding: 0 0 50px 0; }

/*----------------------------------------------------------------------------------*/
/*  Events
/*----------------------------------------------------------------------------------*/
.blog .site-main:after {
  content: "";
  display: table;
  clear: both; }
.blog .site-main h1.textcenter {
  margin-bottom: 50px; }
.blog article {
  border: 1px solid #de9e3e;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .blog article:after {
    content: "";
    display: table;
    clear: both; }
  .blog article img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
    .blog article img:hover {
      opacity: 0.7; }
  .blog article h2 {
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #de9e3e;
    width: 100%;
    background: url(../img/event-divider.png) no-repeat bottom center;
    padding-bottom: 20px; }
    .blog article h2 a {
      color: #de9e3e;
      text-decoration: none; }
      .blog article h2 a:hover {
        opacity: 0.7; }
  .blog article .entry-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center; }
  .blog article:nth-child(4n) {
    border: 1px solid black;
    float: none;
    clear: both; }
    .blog article:nth-child(4n):after {
      content: "";
      display: table;
      clear: both; }
    .blog article:nth-child(4n) h2 {
      color: black;
      background: url(../img/event-divider-full.png) no-repeat bottom center; }
      .blog article:nth-child(4n) h2 a {
        color: black;
        text-decoration: none; }
        .blog article:nth-child(4n) h2 a:hover {
          opacity: 0.7; }
.blog .read-more {
  text-decoration: none;
  font-weight: bold;
  color: #de9e3e;
  text-decoration: none; }
  .blog .read-more:hover {
    opacity: 0.7; }

.paging-navigation,
.post-navigation {
  margin: 20px 0; }
  .paging-navigation:after,
  .post-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .paging-navigation .screen-reader-text,
  .post-navigation .screen-reader-text {
    display: none; }
  .paging-navigation a,
  .post-navigation a {
    text-decoration: none;
    max-width: 200px;
    display: block;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    background: transparent;
    border: 1px solid #de9e3e;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: 'Pathway Gothic One', sans-serif;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    color: #505050; }
    .paging-navigation a:hover,
    .post-navigation a:hover {
      background: #de9e3e;
      color: white; }
  .paging-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left; }
    .paging-navigation .nav-previous a,
    .post-navigation .nav-previous a {
      background: url(../img/arrow-reservation-left.png) no-repeat 8% 50%;
      padding-left: 25px; }
      .paging-navigation .nav-previous a:hover,
      .post-navigation .nav-previous a:hover {
        color: white;
        background: #de9e3e url(../img/arrow-reservation-left-a.png) no-repeat 8% 50%; }
  .paging-navigation .nav-next,
  .post-navigation .nav-next {
    float: right; }
    .paging-navigation .nav-next a,
    .post-navigation .nav-next a {
      background: url(../img/arrow-reservation-right.png) no-repeat 93% 50%;
      padding-right: 25px; }
      .paging-navigation .nav-next a:hover,
      .post-navigation .nav-next a:hover {
        color: white;
        background: #de9e3e url(../img/arrow-reservation-right-a.png) no-repeat 93% 50%; }

.single .entry-header {
  margin-bottom: 40px; }
  .single .entry-header:after {
    content: "";
    display: table;
    clear: both; }
.single .entry-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f3e3cb;
  padding-bottom: 50px; }
.single .entry-meta {
  font-size: 16px; }
.single .post-navigation {
  float: none;
  margin: 30px 0 0 0;
  clear: both; }
.single .nav-next {
  margin-left: 40px; }
.single .entry-content {
  font-size: 16px; }

/*----------------------------------------------------------------------------------*/
/*  Comments
/*----------------------------------------------------------------------------------*/
.comments-area {
  margin-top: 30px; }
  .comments-area h3 {
    font-size: 23px; }
  .comments-area .comment-author {
    float: left; }
  .comments-area .avatar {
    margin-right: 10px; }
  .comments-area .comment-meta:after {
    content: "";
    display: table;
    clear: both; }
  .comments-area .fn, .comments-area .says {
    font-style: normal;
    font-weight: bold;
    font-size: 16px; }
  .comments-area .says {
    display: none; }
  .comments-area .comment-metadata {
    float: left; }
    .comments-area .comment-metadata:before {
      content: '•';
      color: #de9e3e;
      margin-left: 8px;
      padding-right: 8px; }
    .comments-area .comment-metadata a {
      font-size: 12px;
      color: #444444;
      text-decoration: none; }
      .comments-area .comment-metadata a:hover {
        color: #656565; }
  .comments-area .comment-content {
    margin-top: 10px; }
  .comments-area .comment-list {
    list-style-type: none;
    padding: 0; }
    .comments-area .comment-list article {
      background: transparent;
      border-bottom: 1px solid #efefef;
      padding: 0 0 40px 0;
      margin-bottom: 20px;
      border-radius: 3px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .comments-area .comment-list article:after {
        content: "";
        display: table;
        clear: both; }
    .comments-area .comment-list .reply a {
      color: #7e7e7e;
      font-size: 16px;
      text-decoration: none; }
      .comments-area .comment-list .reply a:hover {
        color: #656565; }
    .comments-area .comment-list .children {
      list-style-type: none; }
      .comments-area .comment-list .children article {
        background: #d7d7df; }
  .comments-area label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold; }
  .comments-area input[type="text"], .comments-area input[type="email"], .comments-area textarea {
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #de9e3e;
    border-radius: 5px;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    color: #7e7e7e; }
    .comments-area input[type="text"]:active, .comments-area input[type="email"]:active, .comments-area textarea:active {
      background: #f0f0f0; }
  .comments-area input[type="text"] {
    width: 50%; }
  .comments-area input[type="submit"] {
    color: #505050;
    padding-right: 34px;
    background: url(../img/arrow-reservation-right.png) no-repeat 90% 50%;
    float: right;
    line-height: 22px; }
    .comments-area input[type="submit"]:hover {
      color: white;
      background: #de9e3e url(../img/arrow-reservation-right-a.png) no-repeat 90% 50%; }
  .comments-area textarea {
    width: 100%; }
  .comments-area .comments-title {
    clear: both;
    font-size: 16px;
    color: #7e7e7e;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f3e3cb;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif; }
  .comments-area .comment-awaiting-moderation {
    clear: both;
    font-style: italic; }

/*----------------------------------------------------------------------------------*/
/*  Contact
/*----------------------------------------------------------------------------------*/
.page-template-page-contact-php {
  font-size: 16px;
  line-height: 22px; }
  .page-template-page-contact-php .row.contact-top {
    border-bottom: 1px solid #f3e3cb;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .page-template-page-contact-php .row.see-offer {
    font-size: 16px; }
  .page-template-page-contact-php .row.light-grey {
    margin-top: 30px;
    padding-bottom: 30px; }
    .page-template-page-contact-php .row.light-grey:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.light-grey .img-wrap {
      position: relative;
      height: 198px;
      text-align: center; }
    .page-template-page-contact-php .row.light-grey img {
      position: relative;
      height: 100%;
      display: inline-block;
      z-index: 99;
      top: -14px;
      margin: auto; }
    .page-template-page-contact-php .row.light-grey .content {
      margin-top: 30px; }
  .page-template-page-contact-php .positions {
    margin-top: 40px;
    padding: 0 0 40px 0; }
  .page-template-page-contact-php .positions-include {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #de9e3e;
    padding-bottom: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px; }
    .page-template-page-contact-php .positions-include:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .positions-include li {
      list-style-type: none; }
    .page-template-page-contact-php .positions-include .title {
      font-weight: bold; }
    .page-template-page-contact-php .positions-include a {
      color: #505050;
      text-decoration: none; }
      .page-template-page-contact-php .positions-include a:hover {
        color: #de9e3e; }
      .page-template-page-contact-php .positions-include a.active {
        color: #de9e3e;
        border-bottom: 2px solid #de9e3e; }
  .page-template-page-contact-php .positions-content div {
    display: none;
    font-size: 16px; }
  .page-template-page-contact-php .positions-content ul {
    margin: 0;
    padding: 0; }
  .page-template-page-contact-php .positions-content li {
    margin: 0 0 7px 0;
    padding: 0 0 0 17px;
    list-style-type: none;
    background: url(../img/list-icon.png) no-repeat 0 6px; }
  .page-template-page-contact-php .row.butterflies {
    padding-bottom: 30px; }
    .page-template-page-contact-php .row.butterflies:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.butterflies .img-wrap {
      position: relative;
      height: 198px;
      text-align: center; }
    .page-template-page-contact-php .row.butterflies img {
      position: relative;
      height: 100%;
      display: inline-block;
      z-index: 99;
      top: -14px;
      margin: auto; }
    .page-template-page-contact-php .row.butterflies .content {
      margin-top: 10px; }
  .page-template-page-contact-php .row.giving {
    margin-top: 60px; }
    .page-template-page-contact-php .row.giving:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.giving .img-wrap {
      position: relative;
      height: 198px;
      text-align: center; }
    .page-template-page-contact-php .row.giving img {
      position: relative;
      height: 100%;
      display: inline-block;
      z-index: 99;
      top: -14px;
      margin: auto; }
    .page-template-page-contact-php .row.giving .content {
      margin-top: 20px; }
    .page-template-page-contact-php .row.giving .basecolor {
      line-height: 22px;
      margin-bottom: 10px;
      float: left;
      margin-right: 25px; }

#apply {
  margin-top: 0;
  padding: 20px 0 40px 0;
  display: none; }
  #apply #gform_wrapper_2:after {
    content: "";
    display: table;
    clear: both; }
  #apply #gform_wrapper_2 .gf_form:after, #apply #gform_wrapper_2 .gf_form form:after {
    content: "";
    display: table;
    clear: both; }
  #apply #gform_wrapper_2 input[type=text],
  #apply #gform_wrapper_2 input[type=url],
  #apply #gform_wrapper_2 input[type=email],
  #apply #gform_wrapper_2 input[type=tel],
  #apply #gform_wrapper_2 input[type=number],
  #apply #gform_wrapper_2 input[type=password],
  #apply #gform_wrapper_2 select,
  #apply #gform_wrapper_2 textarea {
    background: rgba(0, 0, 0, 0.4); }
  #apply #gform_wrapper_2 .gform_footer input[type=submit] {
    width: auto;
    padding-right: 25px;
    background: rgba(222, 158, 62, 0.6) url(../img/icon-arrow.png) no-repeat 85% 50%; }
    #apply #gform_wrapper_2 .gform_footer input[type=submit]:hover {
      background: #de9e3e url(../img/icon-arrow.png) no-repeat 85% 50%; }
  #apply #gform_wrapper_2 .top_label li.gfield.gf_left_half {
    margin: 0 0 12px 0; }
  #apply #gform_wrapper_2 .gf_left_half input.medium {
    width: 100%; }

/*----------------------------------------------------------------------------------*/
/*  Menu
/*----------------------------------------------------------------------------------*/
.menu-wrap:after {
  content: "";
  display: table;
  clear: both; }
.menu-wrap .menu-section:nth-child(3n) {
  clear: both; }

.menu-nav {
  background: #de9e3e;
  padding: 10px 0 7px 0;
  margin-bottom: 40px;
  font-family: 'Pathway Gothic One', sans-serif; }
  .menu-nav nav {
    text-align: center; }
  .menu-nav ul {
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
    display: inline-block; }
  .menu-nav li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; }
    .menu-nav li.current-menu-item a {
      background: #b37e2e;
      border-radius: 4px;
      padding: 4px 8px; }
  .menu-nav a {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    color: white;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .menu-nav a:hover {
      background: #b37e2e;
      border-radius: 4px;
      padding: 4px 8px; }

.menu-page.menu-page-mobile {
  display: block; }

.menu-page {
  display: none;
  background: #f3f3f3;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 27px; }
  .menu-page h1 {
    font-size: 30px;
    margin: 0 0 10px 0; }
  .menu-page .entry-header:after {
    content: "";
    display: table;
    clear: both; }
  .menu-page .entry-header h1 {
    float: left; }
  .menu-page .entry-header .button {
    color: #505050;
    margin-bottom: 8px; }
    .menu-page .entry-header .button:hover {
      color: white; }

/*----------------------------------------------------------------------------------*/
/*  The Story
/*----------------------------------------------------------------------------------*/
.page-template-page-story-php .site-main {
  padding-bottom: 0; }
.page-template-page-story-php .row.light-grey {
  margin-top: 40px; }

/*----------------------------------------------------------------------------------*/
/*  Forms
/*----------------------------------------------------------------------------------*/
body .gform_wrapper .hide-label label.gfield_label {
  display: none; }
body .gform_wrapper li.gfield {
  margin-bottom: 9px; }
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper select,
body .gform_wrapper textarea {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #de9e3e;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 4px;
  font-family: 'Pathway Gothic One', sans-serif;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -ms-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  body .gform_wrapper input[type=text]:hover, body .gform_wrapper input[type=text]:focus,
  body .gform_wrapper input[type=url]:hover,
  body .gform_wrapper input[type=url]:focus,
  body .gform_wrapper input[type=email]:hover,
  body .gform_wrapper input[type=email]:focus,
  body .gform_wrapper input[type=tel]:hover,
  body .gform_wrapper input[type=tel]:focus,
  body .gform_wrapper input[type=number]:hover,
  body .gform_wrapper input[type=number]:focus,
  body .gform_wrapper input[type=password]:hover,
  body .gform_wrapper input[type=password]:focus,
  body .gform_wrapper select:hover,
  body .gform_wrapper select:focus,
  body .gform_wrapper textarea:hover,
  body .gform_wrapper textarea:focus {
    background: #de9e3e;
    color: white; }
body .gform_wrapper select {
  -webkit-appearance: none;
  border-radius: 0; }
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea {
  width: 98.4%; }
body .gform_wrapper .datepicker {
  width: 97% !important; }
body .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0; }
body .gform_wrapper .gform_footer input[type=submit] {
  padding: 6px 12px;
  text-align: left;
  width: 98.4%;
  background: rgba(222, 158, 62, 0.6) url(../img/icon-arrow.png) no-repeat 94% 50%; }
  body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: rgba(222, 158, 62, 0.8) url(../img/icon-arrow.png) no-repeat 94% 50%; }
body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  margin-right: 0; }
body .gform_wrapper .validation_error {
  display: none; }
body .gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 100%; }
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 0 9px 0 !important;
  padding: 0 !important;
  background: transparent;
  border: 0;
  width: 98%; }
body .gform_wrapper .ginput_container + .gfield_description.validation_message {
  display: none; }

body.page-id-11 .gform_wrapper input[type=text],
body.page-id-11 .gform_wrapper input[type=url],
body.page-id-11 .gform_wrapper input[type=email],
body.page-id-11 .gform_wrapper input[type=tel],
body.page-id-11 .gform_wrapper input[type=number],
body.page-id-11 .gform_wrapper input[type=password],
body.page-id-11 .gform_wrapper select,
body.page-id-11 .gform_wrapper textarea {
  background: #ebebeb;
  border-top: 2px solid #cdcdcd; }

/*----------------------------------------------------------------------------------*/
/*  Footer
/*----------------------------------------------------------------------------------*/
.site-footer {
  background: #161818;
  font-size: 12px;
  padding: 20px 0;
  color: #8b8b8b; }
  .site-footer:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer h3 {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #2e2f2f;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%; }
  .site-footer li {
    list-style-type: none;
    margin: 0 0 2px 0; }
  .site-footer a {
    color: #666666;
    text-decoration: none; }
    .site-footer a:hover {
      color: #de9e3e; }
  .site-footer .copyright {
    clear: both;
    font-size: 12px; }
    .site-footer .copyright a {
      color: #8b8b8b; }
      .site-footer .copyright a:hover {
        color: #de9e3e; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  float: right; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  background: url(../img/pager.png) no-repeat; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url(../img/pager-a.png) no-repeat; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

@media screen and (min-width: 720px) {
  /*----------------------------------------------------------------------------------
  
    Layout > 720
  
  ----------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------*/
  /*  Grid
  /*----------------------------------------------------------------------------------*/
  .wrap {
    margin: auto;
    padding: 0 20px;
    max-width: 100%; }

  .wrap-mobile {
    display: none; }

  .wrap-desktop {
    display: block; }

  .row img {
    max-width: none; }

  /*----------------------------------------------------------------------------------*/
  /*  Header
  /*----------------------------------------------------------------------------------*/
  .admin-bar .mobile-menu {
    top: 64px; }

  .site-top {
    font-size: 13px; }
    .site-top ul {
      width: auto; }
    .site-top li {
      margin: 0 0 0 20px; }
      .site-top li.location {
        background: url(../img/icon-location.png) no-repeat 0 4px;
        padding-left: 15px; }
      .site-top li.phone {
        background: url(../img/icon-phone.png) no-repeat 0 5px;
        padding-left: 15px;
        float: left; }
      .site-top li.hours {
        display: block; }
    .site-top .deliver {
      display: block; }

  /*----------------------------------------------------------------------------------*/
  /*  Hero
  /*----------------------------------------------------------------------------------*/
  .home.admin-bar .site-hero {
    padding-top: 0; }

  .admin-bar .site-hero {
    padding-top: 130px; }

  .site-hero {
    padding-top: 130px; }
    .site-hero .content {
      width: 560px; }
    .site-hero .hero-image {
      left: 0; }

  /*----------------------------------------------------------------------------------*/
  /*  Slideshow
  /*----------------------------------------------------------------------------------*/
  .home .site-hero {
    height: 534px;
    max-height: 534px;
    min-height: 534px;
    height: 534px; }
    .home .site-hero .hero-image {
      left: 0;
      display: block; }
    .home .site-hero .hero-image-mobile {
      display: none; }
    .home .site-hero .bx-controls {
      z-index: 99;
      margin: auto;
      padding: 0 20px;
      max-width: 100%; }
    .home .site-hero .bx-wrapper {
      min-height: 534px;
      height: 534px; }
    .home .site-hero .slide {
      min-height: 534px;
      height: 534px; }

  /*----------------------------------------------------------------------------------*/
  /*  Home
  /*----------------------------------------------------------------------------------*/
  .home .row.grey,
  .home .row.red {
    padding-bottom: 0;
    height: 288px; }
    .home .row.grey .img-wrap,
    .home .row.red .img-wrap {
      position: relative;
      height: 238px; }
    .home .row.grey img,
    .home .row.red img {
      position: absolute;
      display: block;
      bottom: -50px;
      top: auto;
      z-index: 99;
      width: 130%;
      height: 130%; }
    .home .row.grey .content,
    .home .row.red .content {
      margin-top: 30px; }
  .home .row.grey .img-wrap img {
    margin-left: -100px; }

  /*  Main
  /*----------------------------------------------------------------------------------*/
  .site-main .wrap {
    margin: auto;
    max-width: 850px; }

  .home .site-main .wrap {
    margin: auto;
    padding: 0 20px;
    max-width: 100%; }

  /*----------------------------------------------------------------------------------*/
  /*  Menu
  /*----------------------------------------------------------------------------------*/
  .menu-nav ul {
    width: auto; }
  .menu-nav li {
    margin: 0 0 0 40px;
    float: left; }
    .menu-nav li:first-child {
      margin: 0; }
    .menu-nav li.current-menu-item {
      position: relative; }
      .menu-nav li.current-menu-item:after {
        top: 115%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(224, 157, 57, 0);
        border-top-color: #e09d39;
        border-width: 20px;
        margin-left: -20px; }
  .menu-nav a {
    width: auto; }

  /*----------------------------------------------------------------------------------*/
  /*  Events
  /*----------------------------------------------------------------------------------*/
  .blog article {
    width: 44%;
    float: left;
    margin: 0 3%;
    margin-bottom: 40px;
    height: 500px; }
    .blog article img {
      height: 100%; }
    .blog article:nth-child(4n) {
      width: 94%;
      float: none;
      clear: both;
      height: 250px; }
      .blog article:nth-child(4n):after {
        content: "";
        display: table;
        clear: both; }
      .blog article:nth-child(4n) .featured-image {
        float: left;
        width: 47%;
        margin-right: 3%;
        height: 100%; }
      .blog article:nth-child(4n) .entry-content {
        float: left;
        width: 47%;
        margin-left: 3%; }

  .page-template-page-story-php .site-main .column-33 p {
    min-height: 110px; }
  .page-template-page-story-php .row.light-grey,
  .page-template-page-story-php .row.white,
  .page-template-page-story-php .row.gold {
    height: 348px; }
    .page-template-page-story-php .row.light-grey .img-wrap,
    .page-template-page-story-php .row.white .img-wrap,
    .page-template-page-story-php .row.gold .img-wrap {
      position: relative;
      height: 348px; }
    .page-template-page-story-php .row.light-grey img,
    .page-template-page-story-php .row.white img,
    .page-template-page-story-php .row.gold img {
      position: absolute;
      bottom: 0;
      z-index: 99; }
    .page-template-page-story-php .row.light-grey .content,
    .page-template-page-story-php .row.white .content,
    .page-template-page-story-php .row.gold .content {
      margin-top: 80px; }
  .page-template-page-story-php .row.light-grey .img-wrap img {
    margin-left: -100px; }
  .page-template-page-story-php .row.gold {
    height: 300px;
    overflow: hidden; }
    .page-template-page-story-php .row.gold img {
      bottom: 46px; }
    .page-template-page-story-php .row.gold .img-wrap img {
      margin-left: -100px; }

  /*----------------------------------------------------------------------------------*/
  /*  Menu
  /*----------------------------------------------------------------------------------*/
  .menu-page.menu-page-mobile {
    display: none; }

  .menu-page {
    display: block; }
    .menu-page .entry-header .button {
      float: right; }

  /*----------------------------------------------------------------------------------*/
  /*  Contact
  /*----------------------------------------------------------------------------------*/
  .page-template-page-contact-php .row.light-grey {
    margin-top: 50px;
    height: 288px;
    padding-bottom: 0; }
    .page-template-page-contact-php .row.light-grey:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.light-grey .img-wrap {
      position: relative;
      height: 238px; }
    .page-template-page-contact-php .row.light-grey img {
      position: absolute;
      display: block;
      bottom: -50px;
      top: auto;
      z-index: 99;
      width: 130%;
      height: 130%; }
    .page-template-page-contact-php .row.light-grey .content {
      margin-top: 30px; }
  .page-template-page-contact-php .positions-include {
    text-align: left; }
    .page-template-page-contact-php .positions-include li {
      float: left;
      margin: 0 0 0 80px; }
      .page-template-page-contact-php .positions-include li:first-child {
        margin: 0; }
  .page-template-page-contact-php .row.butterflies {
    height: 400px;
    padding-bottom: 0;
    overflow: hidden; }
    .page-template-page-contact-php .row.butterflies:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.butterflies .img-wrap {
      position: relative;
      height: 238px; }
    .page-template-page-contact-php .row.butterflies img {
      position: absolute;
      display: block;
      bottom: -50px;
      top: auto;
      z-index: 99;
      height: auto;
      width: auto;
      bottom: auto; }
    .page-template-page-contact-php .row.butterflies .content {
      margin-top: 50px; }
  .page-template-page-contact-php .row.giving {
    margin-top: 60px;
    height: 280px; }
    .page-template-page-contact-php .row.giving:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.giving .img-wrap {
      position: relative;
      height: 238px; }
    .page-template-page-contact-php .row.giving img {
      position: absolute;
      display: block;
      bottom: -50px;
      top: auto;
      z-index: 99;
      width: 100%;
      height: 100%; }
    .page-template-page-contact-php .row.giving .content {
      margin-top: 40px; }

  /*----------------------------------------------------------------------------------*/
  /*  Single
  /*----------------------------------------------------------------------------------*/
  .single .entry-meta {
    font-size: 16px;
    float: left; }
  .single .post-navigation {
    float: right;
    margin: -5px 0 0 0;
    clear: none; } }
@media screen and (min-width: 1024px) {
  /*----------------------------------------------------------------------------------
  
    Layout > 940   
   
  ----------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------*/
  /*  Grid
  /*----------------------------------------------------------------------------------*/
  .wrap {
    margin: auto;
    max-width: 980px; }

  .column {
    width: 50%;
    float: left; }

  /* ::H Styles */
  /* ------------------------------------------------------------ */
  h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-family: 'Pathway Gothic One', sans-serif; }

  h1 {
    font-size: 30px;
    line-height: 34px; }

  h2 {
    font-size: 32px;
    line-height: 35px; }

  h3 {
    font-size: 19px; }

  h4 {
    font-size: 14px; }

  h5 {
    font-size: 22px; }

  /*----------------------------------------------------------------------------------*/
  /*  Header
  /*----------------------------------------------------------------------------------*/
  .admin-bar .site-top {
    top: 32px; }

  .site-top {
    display: block;
    top: 0;
    font-size: 14px; }
    .site-top li {
      margin: 0 0 0 50px; }

  .site-branding {
    display: block; }

  .logo-ot {
    float: right;
    width: 80px;
    display: block;
    margin: 37px 0 0 20px; }

  /*----------------------------------------------------------------------------------*/
  /*  Mobile Navigation
  /*----------------------------------------------------------------------------------*/
  .mobile-menu {
    display: none; }

  /*----------------------------------------------------------------------------------*/
  /*  Main Navigation
  /*----------------------------------------------------------------------------------*/
  .main-navigation {
    display: block; }

  /*----------------------------------------------------------------------------------*/
  /*  Slideshow
  /*----------------------------------------------------------------------------------*/
  .admin-bar .site-hero {
    padding-top: 0; }

  .site-hero {
    max-height: 535px; }

  .home .site-hero {
    max-height: 670px;
    min-height: 670px;
    height: 670px; }
    .home .site-hero .bx-wrapper {
      min-height: 670px;
      height: 670px; }
    .home .site-hero .slide {
      min-height: 670px;
      height: 670px; }
    .home .site-hero .bx-controls {
      position: relative;
      bottom: auto;
      margin-top: -92px;
      z-index: 99;
      max-width: 980px; }
    .home .site-hero .wrap {
      position: relative; }
    .home .site-hero .content {
      left: 0;
      bottom: -619px; }
    .home .site-hero .hero-image {
      width: 100%;
      position: absolute; }
    .home .site-hero .hero-image img {
      min-height: 400px;
      min-width: 1600px; }

  .site-hero {
    padding-top: 33px; }

  /*----------------------------------------------------------------------------------*/
  /*  Home
  /*----------------------------------------------------------------------------------*/
  .home .row.grey,
  .home .row.red {
    height: 348px; }
    .home .row.grey .content,
    .home .row.red .content {
      margin-top: 80px; }
    .home .row.grey img,
    .home .row.red img {
      top: auto;
      bottom: -112px;
      width: auto;
      height: auto; }

  /*  Main
  /*----------------------------------------------------------------------------------*/
  .site-main .wrap {
    margin: auto;
    max-width: 850px; }

  .home .site-main .wrap {
    margin: auto;
    padding: 0 20px;
    max-width: 980px; }

  /*  Contact
  /*----------------------------------------------------------------------------------*/
  .butterflies .gform_wrapper {
    width: 290px; }

  .page-template-page-contact-php .row.light-grey {
    height: 348px; }
    .page-template-page-contact-php .row.light-grey .img-wrap {
      position: relative;
      height: 348px;
      margin-left: -50px; }
    .page-template-page-contact-php .row.light-grey img {
      position: absolute;
      z-index: 99;
      top: auto;
      bottom: 0;
      width: auto;
      height: auto; }
    .page-template-page-contact-php .row.light-grey .content {
      margin-top: 80px; }
  .page-template-page-contact-php .row.butterflies {
    height: 400px; }
    .page-template-page-contact-php .row.butterflies:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.butterflies .img-wrap {
      position: relative;
      height: 348px;
      margin-left: -50px; }
    .page-template-page-contact-php .row.butterflies img {
      position: absolute;
      z-index: 99;
      height: auto;
      width: auto;
      bottom: auto; }
    .page-template-page-contact-php .row.butterflies .content {
      margin-top: 50px; }
  .page-template-page-contact-php .row.giving {
    margin-top: 60px;
    height: 280px; }
    .page-template-page-contact-php .row.giving:after {
      content: "";
      display: table;
      clear: both; }
    .page-template-page-contact-php .row.giving .img-wrap {
      position: relative;
      height: 348px;
      margin-left: -50px; }
    .page-template-page-contact-php .row.giving img {
      position: absolute;
      z-index: 99;
      height: auto;
      width: auto;
      bottom: auto; }
    .page-template-page-contact-php .row.giving .content {
      margin-top: 40px; }

  #apply {
    padding: 20px 0 70px 0; }

  /*----------------------------------------------------------------------------------*/
  /*  Events
  /*----------------------------------------------------------------------------------*/
  .blog .site-main {
    width: 850px;
    margin: auto; }

  /*----------------------------------------------------------------------------------*/
  /*  Footer
  /*----------------------------------------------------------------------------------*/
  .site-footer ul {
    margin: 0;
    padding: 0;
    float: left;
    width: auto; }
    .site-footer ul.last {
      margin: 0 0 0 50px; } }
@media print {
  body {
    font-size: 62.5%; } }