@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,800italic,800,700,600italic,400italic,600,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

html {
  box-sizing: border-box; }

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

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/*.overlay-bg { background-image: url('/assets/floral-dark-bg.png'); display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; }
.overlay { display: none; min-width: 350px; max-width: 800px; position: absolute; z-index: 99999;
	.overlay-content { padding: 15px; box-shadow: 0 0 6px 3px rgba(0,0,0,.7); border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden;
		.overlay-hdr { overflow: hidden; padding: 0 0 10px 0; margin: 10px 0; 
			h1 { float: left; }
			.destroy { background: url('/assets/destroy.png') no-repeat center bottom; display: block; float: right; height: 20px; width: 20px; text-indent: -99999px; cursor: pointer; 
				&:hover { background-position: center top; }
			}
		}
		.overlay-body { }
	}
}*/
.overlay {
  display: none; }

.alert {
  pointer-events: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7); }
  .alert p {
    color: white;
    font-weight: 700; }

.alert-error {
  background: red; }

.alert-success {
  background: green; }

.alert-alert {
  background: blue; }

#error_explanation {
  overflow: hidden;
  padding: 10px;
  background: white;
  border-radius: 4px;
  margin: 0 0 5px; }
  #error_explanation h2 {
    font-size: 14px;
    font-size: 1.4rem; }
  #error_explanation ul {
    margin: 0;
    padding: 0; }
    #error_explanation ul li {
      padding: 3px 5px;
      background: red;
      color: white;
      display: inline;
      float: left;
      margin: 0 5px 5px 0; }

.gin-select, .gin-select[class*="span"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.gin-select {
  width: 100%;
  position: relative;
  position: relative;
  vertical-align: middle;
  white-space: nowrap; }
  .gin-select .gin-btn {
    position: relative;
    width: 100%;
    background: white;
    padding: 6px;
    margin: 4px 0;
    font-size: 1em;
    border: 1px solid #c3c3c3;
    color: #272727;
    cursor: pointer;
    border-radius: 4px; }
    .gin-select .gin-btn:focus {
      outline: thin dotted #333333 !important;
      outline: 5px auto -webkit-focus-ring-color !important;
      outline-offset: -2px; }
    .gin-select .gin-btn:hover {
      background: white;
      color: #272727; }
    .gin-select .gin-btn span {
      background: transparent !important;
      padding: 0 !important;
      margin: 0 !important; }
    .gin-select .gin-btn .filter-option {
      position: absolute;
      left: 12px;
      text-align: left;
      width: 90%;
      overflow: hidden; }
    .gin-select .gin-btn .caret {
      position: absolute;
      right: 12px;
      border-left: 4px solid transparent;
      top: 14px;
      border-right: 4px solid transparent;
      border-top: 4px solid #716e56;
      content: "";
      display: inline-block;
      height: 0;
      vertical-align: top;
      width: 0; }
  .gin-select .div-contain {
    overflow: hidden; }
  .gin-select .dropdown-menu {
    position: relative;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    z-index: 9999;
    position: absolute;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: white; }
    .gin-select .dropdown-menu li {
      float: none !important; }
      .gin-select .dropdown-menu li a {
        clear: both;
        color: #333333;
        display: block;
        font-size: 1.1em;
        line-height: 20px;
        padding: 3px 20px;
        white-space: nowrap;
        text-decoration: none;
        overflow: hidden; }
        .gin-select .dropdown-menu li a:hover {
          background: #f2f2f2; }
        .gin-select .dropdown-menu li a span {
          background: none !important; }
      .gin-select .dropdown-menu li small {
        padding-left: 0.5em; }
      .gin-select .dropdown-menu li a i.check-mark {
        display: none; }
      .gin-select .dropdown-menu li a .pull-left {
        margin-right: 34px; }

.open > .dropdown-menu {
  display: block; }

.gin-select > .disabled, .gin-select .dropdown-menu li.disabled > a {
  cursor: not-allowed; }

.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.8; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #272727;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #272727; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #272727; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #272727; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #272727; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

header, a, img, li, .identity {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

header {
  width: 100%;
  position: fixed;
  float: left;
  z-index: 19; }

header a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.075em; }

header li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem; }

ul {
  display-style: none;
  padding-right: 35px; }

header.large {
  height: 200px;
  background: transparent; }
  header.large .identity {
    float: left;
    width: 75px;
    margin: 5px 0 0 50px; }
    @media screen and (max-width: 37.5em) {
      header.large .identity {
        width: 100px;
        float: none;
        margin: auto;
        padding: 0; } }

header.large .nav li {
  padding: 50px 0px 0px 30px; }

header.small {
  height: 70px;
  background: #873432;
  border-bottom: 1px solid #272727; }
  @media screen and (max-width: 64.125em) {
    header.small {
      height: 70px; } }
  @media screen and (max-width: 37.5em) {
    header.small {
      height: 60px; } }
  header.small .identity {
    float: left;
    width: 50px;
    margin: 8px 0 0 50px; }
    @media screen and (max-width: 64.125em) {
      header.small .identity {
        width: 50px; } }
    @media screen and (max-width: 37.5em) {
      header.small .identity {
        width: 50px;
        float: none;
        margin: auto;
        padding: 0; } }

header.small .nav li {
  padding: 28px 10px 0px; }
  header.small .nav li a {
    color: #fff; }

header.single {
  height: 70px;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #272727; }
  @media screen and (max-width: 64.125em) {
    header.single {
      height: 50px; } }
  @media screen and (max-width: 37.5em) {
    header.single {
      height: 50px; } }
  header.single .identity {
    float: left;
    width: 100px;
    margin: 8px 0 0 50px; }
    @media screen and (max-width: 64.125em) {
      header.single .identity {
        width: 150px; } }
    @media screen and (max-width: 37.5em) {
      header.single .identity {
        width: 150px; } }

header.single .large .identity {
  padding: 0 0 0 30px; }

header.single .small .identity {
  padding: 0 0 0 30px; }

header.single .nav li {
  padding: 28px 10px 0px; }
  header.single .nav li a {
    color: #fff; }

/* -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;*/
.nav {
  float: right; }
  @media screen and (max-width: 64.125em) {
    .nav {
      display: none; } }
  @media screen and (max-width: 37.5em) {
    .nav {
      display: none; } }

header.single .nav {
  width: 700px; }

.socialLinks {
  float: right; }
  @media screen and (max-width: 64.125em) {
    .socialLinks {
      display: none; } }
  @media screen and (max-width: 37.5em) {
    .socialLinks {
      display: none; } }

header.large .socialLinks li {
  padding: 38px 0 0 0; }
  header.large .socialLinks li img {
    width: 35px;
    height: 35px; }

header.small .socialLinks li {
  padding: 17px 0 0 0; }
  header.small .socialLinks li img {
    width: 35px;
    height: 35px; }

header.single .socialLinks li {
  padding: 17px 0 0 0; }
  header.single .socialLinks li img {
    width: 35px;
    height: 35px; }

footer {
  background: #3a382f;
  height: 120px;
  position: relative;
  margin-top: -120px;
  clear: both; }
  footer .ftrContent {
    padding: 40px; }
    @media screen and (max-width: 64.125em) {
      footer .ftrContent {
        text-align: center; } }
    @media screen and (max-width: 37.5em) {
      footer .ftrContent {
        text-align: center; } }
    footer .ftrContent p {
      color: #b6a269;
      font-size: 12px;
      font-size: 1.2rem; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

.panel {
  width: 100%; }

div.stretch {
  float: left;
  height: 100%;
  width: 100%; }

.intro {
  height: 700px; }
  @media screen and (max-width: 64.125em) {
    .intro {
      height: 600px; } }
  @media screen and (max-width: 37.5em) {
    .intro {
      height: 600px; } }
  .intro .introImg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1; }
    .intro .introImg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .intro .content {
    padding-top: 125px;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 10; }
    .intro .content .introTitle {
      margin: auto;
      width: 40%;
      margin-top: 30px; }
      @media screen and (max-width: 64.125em) {
        .intro .content .introTitle {
          width: 50%;
          margin-top: 20px; } }
      @media screen and (max-width: 37.5em) {
        .intro .content .introTitle {
          width: 80%;
          margin-top: 20px; } }
      .intro .content .introTitle img {
        margin: auto;
        padding-bottom: 20px; }
    .intro .content .introDesc {
      width: 65%;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.65);
      padding: 20px;
      margin: 20px auto 125px;
      text-align: center;
      color: #ffffff;
      font-family: 'SortsMillGoudy-Regular', serif; }
      @media screen and (max-width: 64.125em) {
        .intro .content .introDesc {
          width: 80%; } }
      @media screen and (max-width: 37.5em) {
        .intro .content .introDesc {
          width: 100%; } }
      .intro .content .introDesc p {
        color: #ffffff;
        font-family: 'SortsMillGoudy-Regular', serif;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4em;
        text-shadow: 2px 2px 2px #000; }
        @media screen and (max-width: 64.125em) {
          .intro .content .introDesc p {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 37.5em) {
          .intro .content .introDesc p {
            font-size: 18px;
            font-size: 1.8rem; } }

.menus {
  height: auto;
  position: relative;
  z-index: 11; }
  .menus .menusImg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1; }
    .menus .menusImg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .menus .content {
    padding: 125px 20px 125px;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 37.5em) {
      .menus .content {
        width: 100%;
        padding: 100px 20px; } }
    @media screen and (max-width: 37.5em) {
      .menus .content {
        width: 100%;
        padding: 100px 20px; } }
    .menus .content .menuTitle {
      color: #707637;
      text-transform: uppercase;
      font-size: 40px;
      font-size: 4rem;
      font-family: 'SortsMillGoudy-Regular', serif;
      text-align: center;
      background: #ece4cd;
      padding: 20px;
      width: 30%;
      margin: auto; }
      @media screen and (max-width: 64.125em) {
        .menus .content .menuTitle {
          width: 40%; } }
      @media screen and (max-width: 37.5em) {
        .menus .content .menuTitle {
          width: 60%; } }
    .menus .content .hLine {
      height: 5px;
      background-color: #873432;
      width: 50%;
      margin: 30px auto; }
    .menus .content .menuContainer {
      width: 100%;
      padding: 40px;
      margin: auto; }
      @media screen and (max-width: 37.5em) {
        .menus .content .menuContainer {
          padding: 10px; } }
      .menus .content .menuContainer a {
        font-family: 'SortsMillGoudy-Regular', serif;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        font-size: 2rem;
        text-align: center; }
      .menus .content .menuContainer .menuLink {
        width: 46%;
        float: left;
        padding: 20px 0;
        background: #707637;
        margin: 2%;
        text-align: center;
        color: #ece4cd; }
        @media screen and (max-width: 64.125em) {
          .menus .content .menuContainer .menuLink {
            width: 100%;
            float: none;
            margin: 2%; } }
        @media screen and (max-width: 37.5em) {
          .menus .content .menuContainer .menuLink {
            width: 100%;
            float: none;
            margin: 2%; } }

.name_first, .name_last, .ginput_full, .ginput_left, .ginput_right, .gform_description {
  color: #873432; }

.gform_confirmation_message {
  color: #3a382f;
  padding: 20px 0; }

.gform_body h2 {
  color: #3a382f;
  line-height: 1.1em; }

.gform_body h3 {
  color: #3a382f; }

.gform_body .gfield_label {
  color: #3a382f; }

.gform_body hr {
  background: #873432;
  margin: 20px 0; }

.gfield_checkbox, .gfield_radio, .gfield_description, .gsection_description, .gform_title {
  color: #873432; }

.gfield_decription {
  padding: 0; }

.gform_wrapper .gsection {
  border-bottom: 5px double #000; }

.gsection_title {
  padding: 10px; }

input[type=submit] {
  background: #707637;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  color: #ece4cd; }

input[type=submit]:hover {
  background: #e3b925;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  color: #ece4cd; }

.specials {
  background: #3a382f; }
  .specials .content {
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem; }
    .specials .content h1, .specials .content h2, .specials .content h3, .specials .content h4, .specials .content h5, .specials .content h6 {
      color: #b6a269;
      font-weight: bold;
      line-height: 1.5em; }
    .specials .content h1 {
      font-size: 24px;
      font-size: 2.4rem; }
    .specials .content h2 {
      font-size: 22px;
      font-size: 2.2rem; }
    .specials .content h3 {
      font-size: 20px;
      font-size: 2rem; }
    .specials .content h4 {
      font-size: 18px;
      font-size: 1.8rem; }
    .specials .content h5 {
      font-size: 16px;
      font-size: 1.6rem; }
    .specials .content h6 {
      font-size: 14px;
      font-size: 1.4rem; }
    .specials .content .imgHead {
      width: 100%;
      height: 250px;
      overflow: hidden; }
      @media screen and (max-width: 64.125em) {
        .specials .content .imgHead {
          height: 250px; } }
      @media screen and (max-width: 37.5em) {
        .specials .content .imgHead {
          height: 100px; } }
    .specials .content .specialsTitle {
      color: #e3b925;
      text-transform: uppercase;
      font-size: 40px;
      font-size: 4rem;
      padding: 40px;
      text-align: center;
      font-family: 'SortsMillGoudy-Regular', serif; }
    .specials .content .specialsContain {
      width: 100%; }
      .specials .content .specialsContain h4 {
        color: #707637;
        font-family: 'SortsMillGoudy-Regular', serif; }
      .specials .content .specialsContain .col1 {
        float: left;
        width: 50%; }
        @media screen and (max-width: 64.125em) {
          .specials .content .specialsContain .col1 {
            width: 100%;
            float: none; } }
        @media screen and (max-width: 37.5em) {
          .specials .content .specialsContain .col1 {
            width: 100%;
            float: none; } }
        .specials .content .specialsContain .col1 .weeklyTitle {
          font-size: 20px;
          font-size: 2rem;
          font-weight: bold;
          color: #3a382f;
          background: #707637;
          width: 60%;
          padding: 15px;
          text-align: center;
          font-family: 'SortsMillGoudy-Regular', serif;
          text-transform: uppercase;
          margin: 0 auto 20px; }
        .specials .content .specialsContain .col1 .weeklyContent {
          color: #fff;
          text-align: center;
          width: 80%;
          margin: auto;
          font-family: 'SortsMillGoudy-Regular', serif; }
          @media screen and (max-width: 64.125em) {
            .specials .content .specialsContain .col1 .weeklyContent {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 37.5em) {
            .specials .content .specialsContain .col1 .weeklyContent {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 37.5em) {
            .specials .content .specialsContain .col1 .weeklyContent h4 {
              font-size: 20px;
              font-size: 2rem; } }
          .specials .content .specialsContain .col1 .weeklyContent p {
            color: #fff; }
      .specials .content .specialsContain .col2 {
        float: left;
        width: 50%; }
        @media screen and (max-width: 64.125em) {
          .specials .content .specialsContain .col2 {
            width: 100%;
            float: none;
            padding-top: 20px; } }
        @media screen and (max-width: 37.5em) {
          .specials .content .specialsContain .col2 {
            width: 100%;
            float: none;
            padding-top: 20px; } }
        .specials .content .specialsContain .col2 .hhTitle {
          font-size: 20px;
          font-size: 2rem;
          font-weight: bold;
          color: #ece4cd;
          background: #873432;
          width: 60%;
          padding: 15px;
          text-align: center;
          font-family: 'SortsMillGoudy-Regular', serif;
          text-transform: uppercase;
          margin: 0 auto 20px; }
        .specials .content .specialsContain .col2 .hhContent {
          color: #fff;
          text-align: center;
          width: 80%;
          margin: auto;
          font-family: 'SortsMillGoudy-Regular', serif; }
          @media screen and (max-width: 64.125em) {
            .specials .content .specialsContain .col2 .hhContent {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 37.5em) {
            .specials .content .specialsContain .col2 .hhContent {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 37.5em) {
            .specials .content .specialsContain .col2 .hhContent h4 {
              font-size: 20px;
              font-size: 2rem; } }
          .specials .content .specialsContain .col2 .hhContent p {
            color: #fff; }

.events {
  width: 100%;
  height: auto;
  background: #707637; }
  .events .tribe-events-event-image img {
    height: 200px;
    overflow: hidden;
    object-fit: cover; }
  .events .content {
    width: 80%;
    margin: auto;
    padding: 50px 0 50px; }
    @media screen and (max-width: 64.125em) {
      .events .content {
        width: 90%; } }
    @media screen and (max-width: 37.5em) {
      .events .content {
        width: 90%; } }
    .events .content .cal-widget ol.tribe-list-widget {
      text-align: center;
      margin: auto;
      width: 60%; }
      @media screen and (max-width: 64.125em) {
        .events .content .cal-widget ol.tribe-list-widget {
          width: 85%; } }
      @media screen and (max-width: 37.5em) {
        .events .content .cal-widget ol.tribe-list-widget {
          width: 85%; } }
    .events .content .cal-widget li {
      background: #ece4cd;
      padding: 10px;
      border-radius: 5px; }
      .events .content .cal-widget li a {
        text-decoration: none; }
      .events .content .cal-widget li a:hover {
        text-decoration: underline;
        color: #3a382f; }
      .events .content .cal-widget li .tribe-event-title {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 5px;
        text-transform: uppercase;
        font-weight: bold; }
        @media screen and (max-width: 37.5em) {
          .events .content .cal-widget li .tribe-event-title {
            font-size: 18px;
            font-size: 1.8rem; } }
      .events .content .cal-widget li .tribe-event-duration {
        color: #3a382f;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 0; }
        @media screen and (max-width: 37.5em) {
          .events .content .cal-widget li .tribe-event-duration {
            font-size: 16px;
            font-size: 1.6rem; } }
    .events .content .cal-widget .tribe-events-widget-link {
      width: 60%;
      margin: auto;
      background: #e3b925;
      border-radius: 5px;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      padding: 15px 0; }
      @media screen and (max-width: 64.125em) {
        .events .content .cal-widget .tribe-events-widget-link {
          width: 85%; } }
      @media screen and (max-width: 37.5em) {
        .events .content .cal-widget .tribe-events-widget-link {
          width: 85%; } }
      .events .content .cal-widget .tribe-events-widget-link a {
        color: #3a382f; }
    .events .content .eventsTitle {
      text-transform: uppercase;
      font-size: 40px;
      font-size: 4rem;
      color: #ece4cd;
      padding: 40px 40px 20px;
      text-align: center;
      font-family: 'SortsMillGoudy-Regular', serif; }
    .events .content .eventsDescription {
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.4em;
      padding-bottom: 40px; }

.tribe-events-single .tribe-events-event-image img {
  width: 50%;
  margin: 30px 0; }

.tribe-events-single .tribe-events-event-image {
  text-align: left; }

.contact {
  background: #ece4cd;
  width: 100%; }
  .contact h2 {
    font-family: 'SortsMillGoudy-Regular', serif;
    color: #873432; }
  .contact .contactHead {
    width: 100%;
    padding: 100px 0 50px; }
    .contact .contactHead .contactTitle {
      text-transform: uppercase;
      font-size: 40px;
      font-size: 4rem;
      color: #873432;
      padding: 8px 20px 0 0;
      text-align: center;
      font-family: 'SortsMillGoudy-Regular', serif; }
    .contact .contactHead hr {
      width: 80%;
      background: #3a382f;
      height: 2px;
      margin: 20px auto 0; }
  .contact .content {
    width: 80%;
    margin: auto;
    padding: 50px 0; }
    @media screen and (max-width: 64.125em) {
      .contact .content {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 37.5em) {
      .contact .content {
        width: 100%;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem; } }
    .contact .content p {
      color: #3a382f; }
    .contact .content h1 {
      font-family: 'Georgia', serif;
      color: #873432;
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      padding: 0 0 10px; }
    .contact .content h6 {
      color: #3a382f;
      font-size: 10px;
      font-size: 1rem; }
    .contact .content .columnA {
      float: left;
      width: 33%; }
      @media screen and (max-width: 64.125em) {
        .contact .content .columnA {
          width: 50%; } }
      @media screen and (max-width: 37.5em) {
        .contact .content .columnA {
          float: none;
          width: 100%;
          padding: 10px 0; } }
      .contact .content .columnA .location {
        text-align: center;
        padding: 10px 0; }
      .contact .content .columnA .hours {
        text-align: center;
        padding: 10px 0; }
    .contact .content .columnB {
      float: left;
      width: 33%; }
      @media screen and (max-width: 64.125em) {
        .contact .content .columnB {
          width: 50%; } }
      @media screen and (max-width: 37.5em) {
        .contact .content .columnB {
          float: none;
          width: 100%;
          padding: 10px 0; } }
      .contact .content .columnB .management {
        text-align: center;
        padding: 10px 0; }
    .contact .content .columnC {
      width: 33%;
      float: left; }
      @media screen and (max-width: 64.125em) {
        .contact .content .columnC {
          width: 50%; } }
      @media screen and (max-width: 37.5em) {
        .contact .content .columnC {
          float: none;
          width: 100%;
          padding: 10px 0; } }
      .contact .content .columnC .links {
        text-align: center;
        padding: 10px 0; }
    .contact .content .map {
      width: 100%;
      margin: 75px auto 0px;
      border: 1px solid #b6a269;
      pointer-events: none; }
  .contact .signup {
    background: #707637;
    padding: 50px; }
    .contact .signup .signupTitle {
      font-family: 'SortsMillGoudy-Regular', serif;
      text-transform: uppercase;
      font-weight: bold;
      color: #e3b925;
      font-size: 30px;
      font-size: 3rem;
      width: 70%;
      margin: auto;
      text-align: center; }
      @media screen and (max-width: 64.125em) {
        .contact .signup .signupTitle {
          width: 70%; } }
      @media screen and (max-width: 37.5em) {
        .contact .signup .signupTitle {
          width: 90%; } }
    .contact .signup .formfield {
      width: 50%;
      margin: auto; }
      @media screen and (max-width: 64.125em) {
        .contact .signup .formfield {
          width: 70%; } }
      @media screen and (max-width: 37.5em) {
        .contact .signup .formfield {
          width: 90%; } }

.hamburgler-icon-wrapper {
  position: fixed;
  top: 1em;
  right: 1em;
  height: 26px;
  width: 26px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (min-width: 64.125em) {
    .hamburgler-icon-wrapper {
      display: none; } }

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  z-index: 20;
  border-radius: 1em;
  height: 2px;
  width: 26px;
  background: white;
  transition: all 0.2s ease; }

.hamburgler-icon {
  top: 0.75em; }

.hamburgler-icon:before {
  top: -0.55em; }

.hamburgler-icon:after {
  top: 0.55em; }

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg); }

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0; }

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg); }

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: white; }

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(112, 118, 55, 0.95);
  color: white;
  text-align: center; }
  @media screen and (min-width: 64.125em) {
    .hamburgler-menu {
      display: none; } }

.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial; }

.hamburgler-menu ul {
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2); }

.hamburgler-menu li {
  padding: 10px;
  font-family: 'BebasNeueBold', sans-serif;
  weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase; }

.hamburgler-menu a {
  text-decoration: none;
  color: #ece4cd; }

.hamburgler-active .hamburgler-menu ul {
  transform: translate(-50%, -50%) scale(1); }

.hamburgler-menu .mobilesocial {
  position: absolute;
  width: 100%;
  top: 60%;
  padding: 0;
  margin: 80px 0 0; }
  .hamburgler-menu .mobilesocial ul {
    float: left; }
  .hamburgler-menu .mobilesocial li {
    float: left;
    padding: 0;
    margin: 0; }
  .hamburgler-menu .mobilesocial img {
    width: 40px;
    height: 40px; }

.beer {
  background: #873432;
  width: 100%; }
  .beer .content {
    width: 90%;
    margin: auto; }
    .beer .content .onTap {
      padding: 30px 0; }
      .beer .content .onTap h1, .beer .content .onTap h2, .beer .content .onTap h3, .beer .content .onTap h4, .beer .content .onTap h5, .beer .content .onTap h6 {
        font-family: 'SortsMillGoudy-Bold', serif;
        color: #e3b925; }
      .beer .content .onTap .beerTitle {
        padding-top: 15px;
        font-family: 'SortsMillGoudy-Regular', serif;
        text-align: center; }
      .beer .content .onTap .beerType {
        background: #ece4cd;
        padding: 15px 0;
        float: left;
        width: 31%;
        margin: 1%; }
        @media screen and (max-width: 64.125em) {
          .beer .content .onTap .beerType {
            width: 46%; } }
        @media screen and (max-width: 37.5em) {
          .beer .content .onTap .beerType {
            width: 100%; } }
        .beer .content .onTap .beerType .beerName {
          color: #707637;
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: bold;
          font-family: 'SortsMillGoudy-Regular', serif;
          text-transform: uppercase;
          text-align: center; }
        .beer .content .onTap .beerType .beerDesc {
          color: #3a382f;
          text-align: center;
          margin: 2px; }
        .beer .content .onTap .beerType .beerABV {
          color: #3a382f;
          text-align: center; }

.restaurants {
  background: #ece4cd;
  padding: 30px; }
  @media screen and (max-width: 37.5em) {
    .restaurants {
      padding: 10px; } }
  .restaurants .content {
    width: 80%;
    margin: auto; }
    @media screen and (max-width: 37.5em) {
      .restaurants .content {
        width: 100%; } }
    .restaurants .content .restTitle {
      font-size: 24px;
      font-size: 2.4rem;
      color: #873432;
      font-weight: bold;
      text-align: center;
      font-family: 'SortsMillGoudy-Regular', serif;
      padding: 10px;
      text-transform: uppercase; }
    .restaurants .content .restaurantRow {
      list-style: none;
      width: 100%; }
      .restaurants .content .restaurantRow li {
        float: left;
        width: 21%;
        margin: 2%;
        height: 100px; }
        .restaurants .content .restaurantRow li img {
          height: 100%; }

.single {
  background: #ece4cd; }

.pageContent {
  width: 80%;
  margin: auto;
  padding: 175px 0 175px;
  overflow: auto; }
  .pageContent .pageInfo {
    color: #3a382f; }
    .pageContent .pageInfo .entrytitle {
      font-family: 'SortsMillGoudy-Regular', serif;
      color: #3a382f;
      padding: 5px 0 20px;
      font-size: 36px;
      font-size: 3.6rem;
      text-transform: uppercase; }
      .pageContent .pageInfo .entrytitle a {
        text-decoration: none;
        color: #873432; }
    .pageContent .pageInfo h1, .pageContent .pageInfo h2, .pageContent .pageInfo h3, .pageContent .pageInfo h4, .pageContent .pageInfo h5, .pageContent .pageInfo h6 {
      font-family: 'SortsMillGoudy-Regular', serif;
      color: #3a382f;
      font-weight: bold; }
    .pageContent .pageInfo h1 {
      font-size: 24px;
      font-size: 2.4rem; }
    .pageContent .pageInfo h2 {
      font-size: 22px;
      font-size: 2.2rem; }
    .pageContent .pageInfo h3 {
      font-size: 20px;
      font-size: 2rem; }
    .pageContent .pageInfo h4 {
      font-size: 18px;
      font-size: 1.8rem; }
    .pageContent .pageInfo h5 {
      font-size: 16px;
      font-size: 1.6rem; }
    .pageContent .pageInfo h6 {
      font-size: 14px;
      font-size: 1.4rem; }
    .pageContent .pageInfo p {
      padding: 5px 0;
      line-height: 1.7em; }
    .pageContent .pageInfo ul {
      margin: 10px 0 0 30px;
      list-style-type: disc; }
    .pageContent .pageInfo li {
      padding: 10px 0;
      line-height: 1.7em; }

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.cb-slideshow:after {
  content: '';
  background: transparent url(../img/pattern.png) repeat top left; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s; }

.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  -ms-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s; }

.cb-slideshow li div h3 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  padding: 0;
  line-height: 200px; }

.cb-slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.cb-slideshow li:nth-child(5) span {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

.cb-slideshow li:nth-child(6) span {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s; }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 140px; } }

@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 80px; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.otf") format("opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.otf") format("opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SortsMillGoudy-Regular';
  src: url("../SortsMillGoudy-Regular.eot?#iefix") format("embedded-opentype"), url("../SortsMillGoudy-Regular.woff") format("woff"), url("../SortsMillGoudy-Regular.ttf") format("truetype"), url("../SortsMillGoudy-Regular.svg#SortsMillGoudy-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SortsMillGoudy-Italic';
  src: url("../SortsMillGoudy-Italic.eot?#iefix") format("embedded-opentype"), url("../SortsMillGoudy-Italic.woff") format("woff"), url("../SortsMillGoudy-Italic.ttf") format("truetype"), url("../SortsMillGoudy-Italic.svg#SortsMillGoudy-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

.wrapper {
  min-height: 100%; }

.indicator {
  width: 100%;
  height: 1px; }

html {
  font-size: 62.5%; }

body {
  background: #272727;
  color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; }

.clr {
  clear: both; }

h1, h2, h3, h4 {
  font-family: sans-serif;
  font-weight: 300;
  margin: 0;
  color: #5b5b5b; }

h2, h3 {
  font-weight: 400; }

h1, h1 a {
  font-weight: 500;
  font-size: 38px;
  font-size: 3.8rem;
  text-decoration: none; }

h2, h2 a {
  line-height: 35px;
  font-weight: 100;
  font-size: 28px;
  font-size: 2.8rem;
  text-decoration: none; }

h3, h3 a {
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none; }

p {
  color: #272727;
  line-height: 1.6em;
  margin: 5px 0; }

a {
  color: #8e1537; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0; }

input {
  outline: 0; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

hr {
  clear: both;
  width: 100%;
  height: 1px;
  background: #bbb;
  border: 0; }

img {
  width: 100%; }

.form .field-group {
  width: 100%;
  margin: 0 0 10px;
  clear: left; }
  .form .field-group label {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    color: #8e1537;
    padding: 10px 0 5px;
    opacity: 0;
    z-index: 999;
    text-transform: uppercase;
    font-weight: 700; }
  .form .field-group .up {
    opacity: 1; }
  .form .field-group input {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    background: white;
    border: 1px solid #8e1537;
    border-radius: 5px;
    outline: 0;
    z-index: 998; }
  .form .field-group .forgot-password {
    font-size: 12px;
    font-size: 1.2rem; }

.form .check-group input, .form .check-group p, .form .check-group a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #8e1537; }

.form .actions {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  clear: both; }
  .form .actions input, .form .actions .ui-btn-text {
    border: 0;
    font-size: 20px;
    font-size: 2rem;
    background: #8e1537;
    padding: 15px 35px;
    color: white;
    font-weight: 300;
    border-radius: 5px;
    text-align: center; }
    .form .actions input:hover, .form .actions .ui-btn-text:hover {
      background: #ff7859; }
    .form .actions input:focus, .form .actions .ui-btn-text:focus {
      background: #ee5734; }
  .form .actions .disabled {
    background: #ccc !important; }
  .form .actions .ui-btn-hidden {
    display: none; }

.btn {
  background: #3a382f;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border: 0;
  border-radius: 4px;
  outline: 0; }
  .btn:hover {
    background: #23221d;
    transition: all 0.3s ease; }
  .btn:active {
    background: black; }
