@charset "UTF-8";
/* Colours */
/* Base font size */
/* Imports */
/* Base Files */
/* line 1, ../sass/base/_reset.scss */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 22, ../sass/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 26, ../sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../sass/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../sass/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../sass/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 41, ../sass/base/_reset.scss */
:focus, *:hover {
  outline: 0;
}

/* line 45, ../sass/base/_reset.scss */
ins {
  text-decoration: none;
}

/* line 48, ../sass/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 52, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 57, ../sass/base/_reset.scss */
main {
  display: block;
}

/* line 61, ../sass/base/_reset.scss */
img {
  display: block;
}

/* line 66, ../sass/base/_reset.scss */
button,
input[type="submit"] {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 1em;
}
/* line 74, ../sass/base/_reset.scss */
button:active, button:focus, button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  outline: 0;
}

/* 'rem' is a Sass mixin that converts pixel values to rem values
 * Returns 2 lines of code — regular pixel values and converted rem values 
 * 
 * Sample input:
 * .element { 
 * @include rem('padding',10px 0 2px 5px); }
 * 
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem; }
 */
/* Dimensions */
/* position */
/* Padding */
/* Margin */
/* Border */
/* Fonts */
/* Base */
/* line 2, ../sass/base/_base.scss */
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, ../sass/base/_base.scss */
a:active {
  background-color: transparent;
}

/* line 17, ../sass/base/_base.scss */
.section-wrapper, .section-about, .section-news, .section-news .news-feed .news-feed-item, .section-news .events-feed .news-feed-item, .section-news .events-feed .events-feed-item, .menu-modal .menu-modal-section .menu-modal-item, .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container {
  zoom: 1;
}
/* line 14, ../sass/base/_base.scss */
.section-wrapper:before, .section-about:before, .section-news:before, .section-news .news-feed .news-feed-item:before, .section-news .events-feed .news-feed-item:before, .section-news .events-feed .events-feed-item:before, .menu-modal .menu-modal-section .menu-modal-item:before, .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container:before, .section-wrapper:after, .section-about:after, .section-news:after, .section-news .news-feed .news-feed-item:after, .section-news .events-feed .news-feed-item:after, .section-news .events-feed .events-feed-item:after, .menu-modal .menu-modal-section .menu-modal-item:after, .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 15, ../sass/base/_base.scss */
.section-wrapper:after, .section-about:after, .section-news:after, .section-news .news-feed .news-feed-item:after, .section-news .events-feed .news-feed-item:after, .section-news .events-feed .events-feed-item:after, .menu-modal .menu-modal-section .menu-modal-item:after, .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container:after {
  clear: both;
}

/* line 25, ../sass/base/_base.scss */
.icon .fade-this-out, .event-day .fade-this-out, .main-menu, .main-menu-trigger .lines, .main-menu-trigger .lines:before, .main-menu-trigger .lines:after, .section-intro .logo, .section-intro .social-icons li .icon, .section-intro .social-icons li .event-day, .section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .menu-icon, .section-contact .details .contact-list li .icon, .section-contact .details .contact-list li .event-day, .gc-modal, .gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .next,
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .prev {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 29, ../sass/base/_base.scss */
.main-menu ul li a, .page-footer .footer-contact a, .section-contact .details .contact-list li a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/* line 31, ../sass/base/_base.scss */
.user-content a:not(.icon):not(.event-day), .main-menu ul li a:after {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 36, ../sass/base/_base.scss */
.main-menu ul li a {
  -webkit-backface-visibility: hidden;
}

/* line 50, ../sass/base/_base.scss */
.user-content > *:last-child,
.user-content > *:last-child > *:last-child,
.user-content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 64, ../sass/base/_base.scss */
svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

/* Media Queries */
/* Sitewide Files */
/* Animations */
@-webkit-keyframes halfspin {
  to {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-moz-keyframes halfspin {
  to {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-ms-keyframes halfspin {
  to {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes halfspin {
  to {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes fullspin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes fullspin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes fullspin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fullspin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'sport';
  src: url('../fonts/sport.eot');
  src: url('../fonts/sport.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sport.ttf') format('truetype');
}

/* Typography */
@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Regular-webfont.eot");
  src: url("../fonts/Aleo-Regular-webfont.eot?#iefix") format("eot"), url("../fonts/Aleo-Regular-webfont.woff") format("woff"), url("../fonts/Aleo-Regular-webfont.ttf") format("truetype"), url("../fonts/Aleo-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Bold-webfont.eot");
  src: url("../fonts/Aleo-Bold-webfont.eot?#iefix") format("eot"), url("../fonts/Aleo-Bold-webfont.woff") format("woff"), url("../fonts/Aleo-Bold-webfont.ttf") format("truetype"), url("../fonts/Aleo-Bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Aleo';
    src: url("../fonts/Aleo-Regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Aleo';
    src: url("../fonts/Aleo-Bold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
  }
}
/* Site Specific Styles */
/* line 49, ../sass/_typography.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

/* line 55, ../sass/_typography.scss */
html {
  font-size: 100%;
  font-family: "brandon-grotesque", Arial, sans-serif;
  color: #32362d;
  line-height: 1;
}

/* Headings */
/* line 64, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1.5em;
  color: #575a53;
  line-height: 1.3em;
}
/* line 70, ../sass/_typography.scss */
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light,
.h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
  color: #ffffff;
  font-weight: normal;
}

/* line 76, ../sass/_typography.scss */
hgroup {
  margin: 0 0 0.5em;
}
/* line 77, ../sass/_typography.scss */
hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6,
hgroup .h1, hgroup .h2, hgroup .h3, hgroup .h4, hgroup .h5, hgroup .h6 {
  margin: 0 !important;
}

/* line 85, ../sass/_typography.scss */
h1, .h1 {
  position: relative;
  display: inline-block;
  font-family: "Aleo", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.75rem;
  font-weight: bold;
}
/* line 93, ../sass/_typography.scss */
h1:after, .h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  margin: 0.625rem auto 0;
  background: url(../images/flare.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  /* line 85, ../sass/_typography.scss */
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

/* line 108, ../sass/_typography.scss */
h2, .h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 750px) {
  /* line 108, ../sass/_typography.scss */
  h2, .h2 {
    font-size: 1.75rem;
  }
}

/* line 116, ../sass/_typography.scss */
h3, .h3 {
  margin: 0.8em 0 0.4em;
  font-size: 1.125rem;
}
@media screen and (min-width: 750px) {
  /* line 116, ../sass/_typography.scss */
  h3, .h3 {
    font-size: 1.375rem;
  }
}

/* line 125, ../sass/_typography.scss */
p, ul, ol {
  color: inherit;
}
/* line 128, ../sass/_typography.scss */
p.light,
p .light, ul.light,
ul .light, ol.light,
ol .light {
  opacity: 0.47;
}

/* line 134, ../sass/_typography.scss */
p {
  font-size: 1rem;
}
@media screen and (min-width: 1400px) {
  /* line 134, ../sass/_typography.scss */
  p {
    font-size: 1.125rem;
  }
}

/* line 142, ../sass/_typography.scss */
.small-text {
  font-size: 0.8em;
}

/* User Content Areas */
/* line 147, ../sass/_typography.scss */
.user-content {
  font-size: 1rem;
  line-height: 1.5em;
}
/* line 152, ../sass/_typography.scss */
.user-content br {
  height: 0.7em;
}
/* line 156, ../sass/_typography.scss */
.user-content p {
  margin-bottom: 1.6em;
  line-height: 1.4em;
}
/* line 161, ../sass/_typography.scss */
.user-content .largeText, .section-about .about-text .about-text-wrapper .user-content p:first-of-type {
  font-family: "Aleo", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #2a2424;
  font-size: 1.15em;
  line-height: 1.6em;
}
/* line 169, ../sass/_typography.scss */
.user-content strong {
  font-weight: 700;
}
/* line 173, ../sass/_typography.scss */
.user-content em {
  font-style: italic;
}
/* line 177, ../sass/_typography.scss */
.user-content ul, .user-content ol {
  margin: 1.5em 0;
  padding-left: 1.2em;
}
/* line 181, ../sass/_typography.scss */
.user-content ul li, .user-content ol li {
  margin: 0.5em 0;
  line-height: 1.4em;
  list-style-type: disc;
}
/* line 189, ../sass/_typography.scss */
.user-content ol li {
  list-style-type: decimal;
}
/* line 194, ../sass/_typography.scss */
.user-content a:not(.icon):not(.event-day) {
  color: inherit;
}
/* line 198, ../sass/_typography.scss */
.user-content a:not(.icon):not(.event-day):focus, .user-content a:not(.icon):not(.event-day):hover {
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  /* line 147, ../sass/_typography.scss */
  .user-content {
    font-size: 1.375rem;
  }
  /* line 206, ../sass/_typography.scss */
  .user-content .largeText, .section-about .about-text .about-text-wrapper .user-content p:first-of-type {
    font-size: 1.25em;
    line-height: 1.9em;
  }
}

/* Modules Files */
/* CenterContent (x & y) */
/* line 35, ../sass/modules/_mixins.scss */
.main-menu, .section-intro .center-this, .gc-modal {
  position: relative;
}
/* line 6, ../sass/modules/_mixins.scss */
.main-menu .content-container, .section-intro .center-this .content-container, .gc-modal .content-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 16, ../sass/modules/_mixins.scss */
.flexbox .main-menu, .flexbox .section-intro .center-this, .section-intro .flexbox .center-this, .flexbox .gc-modal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 27, ../sass/modules/_mixins.scss */
.flexbox .main-menu .content-container, .flexbox .section-intro .center-this .content-container, .section-intro .flexbox .center-this .content-container, .flexbox .gc-modal .content-container {
  position: static;
  left: auto;
  top: auto;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* VerticallyAlign (y) */
/* Absolute Full Size */
/* Forms */
/* line 4, ../sass/modules/_forms.scss */
.modal-form h1 {
  font-size: 2rem;
  text-align: center;
}

/* line 13, ../sass/modules/_forms.scss */
.modal-form input,
.modal-form textarea {
  display: block;
  width: 100%;
  height: 3.125rem;
  margin: 0 0 0.5rem;
  padding: 0 1.25rem;
  font-size: 0.8125rem;
  color: #ffffff;
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: transparent;
}
/* line 72, ../sass/base/_base.scss */
.modal-form input::-webkit-input-placeholder,
.modal-form textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 73, ../sass/base/_base.scss */
.modal-form input:-moz-placeholder,
.modal-form textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 74, ../sass/base/_base.scss */
.modal-form input::-moz-placeholder,
.modal-form textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 75, ../sass/base/_base.scss */
.modal-form input:-ms-input-placeholder,
.modal-form textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 32, ../sass/modules/_forms.scss */
.modal-form input.wpcf7-not-valid,
.modal-form textarea.wpcf7-not-valid {
  border-color: rgba(199, 18, 18, 0.36);
}
/* line 37, ../sass/modules/_forms.scss */
.modal-form textarea {
  height: 7.1875rem;
  padding-top: 0.9375rem;
  overflow: auto;
}
/* line 43, ../sass/modules/_forms.scss */
.modal-form .btn-container {
  margin-top: 3.75rem;
}
/* line 46, ../sass/modules/_forms.scss */
.modal-form .btn-container input[type=submit] {
  display: block;
  width: 9.375rem;
  margin: auto;
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #ffffff;
  cursor: pointer;
  border-color: #2a2424;
}
/* line 59, ../sass/modules/_forms.scss */
.modal-form .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
/* line 63, ../sass/modules/_forms.scss */
.modal-form div.wpcf7 img.ajax-loader {
  margin: auto;
  display: none !important;
}
/* line 67, ../sass/modules/_forms.scss */
.modal-form div.wpcf7 img.ajax-loader:last-child {
  display: block !important;
}
/* line 72, ../sass/modules/_forms.scss */
.modal-form span.wpcf7-not-valid-tip {
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: left;
  color: #c71212;
  font-size: 1.0625rem;
}

/* Icons */
/* line 2, ../sass/modules/_modules.scss */
.icon, .event-day {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
/* line 14, ../sass/modules/_modules.scss */
.icon:focus .fade-this-out, .icon:hover .fade-this-out, .event-day:hover .fade-this-out, .event-day:focus .fade-this-out {
  opacity: 0 !important;
}

/* Parallax */
/* line 23, ../sass/modules/_modules.scss */
.parallax.dont-scroll {
  background-position: 50% 50% !important;
}
@media screen and (min-width: 1200px) {
  /* line 21, ../sass/modules/_modules.scss */
  .parallax {
    background-attachment: fixed !important;
  }
}

/* Template Files */
/* Master */
/* line 2, ../sass/template/_master.scss */
html, body {
  height: 100%;
}

/* line 3, ../sass/template/_master.scss */
html {
  background-color: #fff;
}
@media screen and (min-width: 320px) {
  /* line 3, ../sass/template/_master.scss */
  html {
    display: block;
  }
}

/* line 10, ../sass/template/_master.scss */
body {
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
}
/* line 15, ../sass/template/_master.scss */
body.gc-modal-open {
  overflow: hidden;
}
/* line 18, ../sass/template/_master.scss */
body.gc-modal-open main,
body.gc-modal-open .main-menu,
body.gc-modal-open .page-footer {
  overflow-y: scroll;
}

/* Secion Wrapper */
/* line 27, ../sass/template/_master.scss */
.section-wrapper {
  width: 80%;
  max-width: 75rem;
  margin: auto;
  padding: 3.125rem 0;
}
@media screen and (min-width: 750px) {
  /* line 27, ../sass/template/_master.scss */
  .section-wrapper {
    padding: 4.6875rem 0;
  }
}

/* Main Menu */
/* line 2, ../sass/template/_mainMenu.scss */
.main-menu {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1.75em;
  line-height: 2.5em;
  background: #2a2424;
}
/* line 19, ../sass/template/_mainMenu.scss */
.main-menu ul {
  padding: 0 2em;
  font-size: 0.8em;
}
/* line 24, ../sass/template/_mainMenu.scss */
.main-menu ul li a {
  position: relative;
  top: 1px;
  color: #ffffff;
}


/*

.main-menu ul li a:after {
  content: '';
  position: absolute;
  left: -1.5em;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  opacity: 0;
  background: #2a2424;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

*/

/* line 45, ../sass/template/_mainMenu.scss */
.main-menu ul li a:focus, .main-menu ul li a:hover, .main-menu ul li a.selected {
  color: #2a2424;
}
/* line 49, ../sass/template/_mainMenu.scss */
.main-menu ul li a:focus:after, .main-menu ul li a:hover:after, .main-menu ul li a.selected:after {
  opacity: 1;
}
/* line 57, ../sass/template/_mainMenu.scss */
.gc-menu-open .main-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  /* line 2, ../sass/template/_mainMenu.scss */
  .main-menu {
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    position: relative;
    opacity: 1;
    font-size: 1.5em;
    line-height: 3em;
    height: 3em;
    top: -3em;
  }
  /* line 74, ../sass/template/_mainMenu.scss */
  .main-menu.stuck {
    position: fixed;
    top: 0;
  }
  /* line 79, ../sass/template/_mainMenu.scss */
  .main-menu ul {
    width: 100%;
    padding: 0;
    max-width: 62.5em;
  }
  /* line 84, ../sass/template/_mainMenu.scss */
  .main-menu ul li {
    display: inline-block;
    width: auto;
    padding: 0 2.5rem;
    text-align: center;
  }
}

/* line 94, ../sass/template/_mainMenu.scss */
.sticky-wrapper {
  height: 0 !important;
}

/* Menu Trigger */
/* line 108, ../sass/template/_mainMenu.scss */
.main-menu-trigger {
  position: fixed;
  z-index: 8;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  padding: 9.5px;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(125, 125, 125, 0.45);
}
/* line 121, ../sass/template/_mainMenu.scss */
.main-menu-trigger:active {
  background: rgba(125, 125, 125, 0.75);
}
/* line 126, ../sass/template/_mainMenu.scss */
.main-menu-trigger .lines {
  -moz-transition: background 0.2s ease 0.2s;
  -o-transition: background 0.2s ease 0.2s;
  -webkit-transition: background 0.2s ease;
  -webkit-transition-delay: 0.2s;
  transition: background 0.2s ease 0.2s;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  top: 9.5px;
}
/* line 133, ../sass/template/_mainMenu.scss */
.main-menu-trigger .lines:before, .main-menu-trigger .lines:after {
  -moz-transition: top 0.2s ease 0.2s, -moz-transform 0.2s ease;
  -o-transition: top 0.2s ease 0.2s, -o-transform 0.2s ease;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s, 0s;
  transition: top 0.2s ease 0.2s, transform 0.2s ease;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  content: '';
}
/* line 141, ../sass/template/_mainMenu.scss */
.main-menu-trigger .lines:before {
  top: -5px;
}
/* line 144, ../sass/template/_mainMenu.scss */
.main-menu-trigger .lines:after {
  top: 5px;
}
/* line 151, ../sass/template/_mainMenu.scss */
.gc-menu-open .main-menu-trigger .lines {
  -moz-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  -webkit-transition: background 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: background 0.2s ease 0s;
  background: transparent;
}
/* line 155, ../sass/template/_mainMenu.scss */
.gc-menu-open .main-menu-trigger .lines:before, .gc-menu-open .main-menu-trigger .lines:after {
  -moz-transition: top 0.2s ease, -moz-transform 0.2s ease 0.2s;
  -o-transition: top 0.2s ease, -o-transform 0.2s ease 0.2s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s, 0.2s;
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  top: 0;
}
/* line 159, ../sass/template/_mainMenu.scss */
.gc-menu-open .main-menu-trigger .lines:before {
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 162, ../sass/template/_mainMenu.scss */
.gc-menu-open .main-menu-trigger .lines:after {
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
@media screen and (min-width: 1200px) {
  /* line 108, ../sass/template/_mainMenu.scss */
  .main-menu-trigger {
    display: none;
  }
}

/* Footer */
/* line 2, ../sass/template/_footer.scss */
.page-footer {
  padding: 10px;
  font-size: 0.9375rem;
  color: #abaaaa;
  font-weight: bold;
  background: #2a2424;
  text-align: center;
}

/* line 20, ../sass/template/_footer.scss */
.page-footer .footer-copyright {
  width:90%;
  padding: 10px;
  font-family: "sport";
  line-spacing:1px;
}

@media screen and (min-width: 1200px) {
  /* line 2, ../sass/template/_footer.scss */
  .page-footer {
    height: 7.1875rem;
    padding: 20px 0 10px;
  }
  /* line 39, ../sass/template/_footer.scss */
  .page-footer .footer-copyright {
    line-height: 3.75rem;
  }
}

/* Sections */
/* Intro */
/* line 2, ../sass/sections/_intro.scss */
.section-intro {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 23.75rem;
  background: url(../images/bg2.png) #32362d no-repeat 50% 50%;
  background-size: cover;
}
/* line 10, ../sass/sections/_intro.scss */
.section-intro .center-this {
  position: absolute;
  left: 5%;
  top: 60px;
  z-index: 1;
  width: 90%;
  height: 65%;
  height: calc(100% - 6.25rem - 60px);
}
/* line 22, ../sass/sections/_intro.scss */
.section-intro .logo {
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0.25;
  position: relative;
  display: block;
  width: 275px;
  height: 25px;
  margin: 0 auto 3.75rem;
  fill: #ffffff;
}
/* line 33, ../sass/sections/_intro.scss */
.loaded .section-intro .logo {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* line 39, ../sass/sections/_intro.scss */
.section-intro .logo:after {
  content: '';
  display: block;
  width: 65%;
  height: 1.875rem;
  margin: 1.25rem auto 0;
  background-size: contain;
}

/* contact address */
#section-contact address {
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  color: #575a53;
  line-height: 1.2em;
}


/* line 51, ../sass/sections/_intro.scss */
.section-intro address {
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.2em;
}

/* line 58, ../sass/sections/_intro.scss */
.section-intro address a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #ffffff;
}
/* line 66, ../sass/sections/_intro.scss */
.section-intro .social-icons {
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  z-index: 2;
  width: 100%;
  text-align: center;
}
/* line 74, ../sass/sections/_intro.scss */
.section-intro .social-icons li {
  display: inline-block;
  margin: 0 0.9375em;
}
/* line 78, ../sass/sections/_intro.scss */
.section-intro .social-icons li .icon, .section-intro .social-icons li .event-day {
  width: 3.3125em;
  height: 3.3125em;
  stroke: #dadbd9;
  fill: none;
}
/* line 85, ../sass/sections/_intro.scss */
.section-intro .social-icons li .icon:hover, .section-intro .social-icons li .event-day:hover {
  stroke: #829a80;
}
@media screen and (min-width: 750px) {
  /* line 2, ../sass/sections/_intro.scss */
  .section-intro {
    min-height: 32.5rem;
  }
  /* line 96, ../sass/sections/_intro.scss */
  .section-intro .center-this {
    height: 65%;
    height: calc(100% - 6.25rem - 70px);
  }
  /* line 102, ../sass/sections/_intro.scss */
  .section-intro .logo {
    width: 425px;
    height: 38px;
    margin-bottom: 6.25rem;
  }
  /* line 108, ../sass/sections/_intro.scss */
  .section-intro .logo:after {
    margin-top: 3.125rem;
  }
  /* line 114, ../sass/sections/_intro.scss */
  .section-intro address {
    font-size: 1.5625rem;
  }
  /* line 117, ../sass/sections/_intro.scss */
  .section-intro address a {
    margin-top: 1.25rem;
  }
  /* line 122, ../sass/sections/_intro.scss */
  .section-intro .social-icons {
    bottom: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2, ../sass/sections/_intro.scss */
  .section-intro {
    min-height: 43.75rem;
  }
  /* line 131, ../sass/sections/_intro.scss */
  .section-intro .center-this {
    top: 0;
    height: 95%;
    height: calc(100% - 54px);
  }
  /* line 138, ../sass/sections/_intro.scss */
  .section-intro .logo {
    width: 765px;
    height: 75px;
    margin-bottom: 7.5rem;
  }
  /* line 144, ../sass/sections/_intro.scss */
  .section-intro .logo:after {
    margin-top: 3.75rem;
  }
  /* line 150, ../sass/sections/_intro.scss */
  .section-intro address {
    font-size: 1.375rem;
  }
  /* line 153, ../sass/sections/_intro.scss */
  .section-intro address a {
    margin-top: 1.25rem;
  }
  /* line 158, ../sass/sections/_intro.scss */
  .section-intro .social-icons {
    bottom: 10rem;
  }
}

/* About */
/* line 2, ../sass/sections/_about.scss */
.section-about {
}
/* line 6, ../sass/sections/_about.scss */
.section-about .about-text {
  background: url(../images/about_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
/* line 10, ../sass/sections/_about.scss */
.section-about .about-text .about-text-wrapper {
  width: 80%;
  margin:0 auto;
  padding: 3.125rem 0;
}
/* line 17, ../sass/sections/_about.scss */
.section-about .about-text .about-text-wrapper .user-content p:first-of-type {
  font-size: 1em;
}
/* line 25, ../sass/sections/_about.scss */
.section-about .about-image {
  display: none;
}
@media screen and (min-width: 750px) {
  /* line 32, ../sass/sections/_about.scss */
  .section-about .about-text .about-text-wrapper {
    padding: 4.6875rem 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 41, ../sass/sections/_about.scss */
  .section-about .about-image {
    display: block;
    width: 31.25rem;
    height: 43.75rem;
    background: url(../images/about_beer.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  /* line 50, ../sass/sections/_about.scss */
  .section-about .about-text {
    width: 75%;
    width: calc(100% - 31.25rem);
    height: 43.75rem;
  }
  /* line 56, ../sass/sections/_about.scss */
  .section-about .about-text .about-text-wrapper {
    width: 70%;
    max-width: 43.75rem;
    padding: 6.25rem 0;
  }
}
@media screen and (min-width: 1400px) {
  /* line 67, ../sass/sections/_about.scss */
  .section-about .about-text .about-text-wrapper {
    width: 85%;
    max-width: 56.25rem;
    margin: 0 auto;
  }
}

/* Menus */
/* line 2, ../sass/sections/_menus.scss */
.section-menus {
  padding: 3.75rem 0 3.125rem;
  background: url(../images/menu_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* Text Area */
  /* Menu Triggers */
}
/* line 8, ../sass/sections/_menus.scss */
.section-menus .user-content {
  width: 80%;
  max-width: 36.875rem;
  margin: auto;
  padding-bottom: 2.5rem;
  text-align: center;
  color: #ffffff;
  line-height: 2em;
}
/* line 17, ../sass/sections/_menus.scss */
.section-menus .user-content p {
  color: #ffffff;
  line-height: 2em;
}
@media screen and (min-width: 750px) {
  /* line 8, ../sass/sections/_menus.scss */
  .section-menus .user-content {
    padding-bottom: 4.6875rem;
  }
}
/* line 29, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides {
  width: 80%;
  max-width: 75rem;
  margin: auto;
  text-align: center;
}
/* line 35, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column {
  text-align: center;
  margin-bottom: 1.5625rem;
}
/* line 39, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger {
  display: inline-block;
}
/* line 42, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .menu-icon {
  display: inline-block;
  width: 6.625rem;
  height: 6.625rem;
  background: rgba(129, 153, 126, 0);
  border: 2px solid rgba(129, 153, 126, 0);
  border-radius: 50%;
  fill: none;
  stroke: #fff;
}
/* line 53, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .menu-icon svg {
  width: 56.60377%;
  height: 56.60377%;
  margin: 21.69811%;
}
/* line 59, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .menu-icon.menu-icon-thai {
  fill: #fff;
  stroke: none;
}
/* line 65, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .menu-icon.menu-icon-beer svg {
  position: relative;
  left: 0.1875rem;
}
/* line 72, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .gc-modal-trigger-text {
  display: block;
  margin-top: 0.4375rem;
  font-size: 1.1875rem;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 81, ../sass/sections/_menus.scss */
.section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger:focus .menu-icon, .section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger:hover .menu-icon {
  background: rgba(129, 153, 126, 0.47);
  border: 2px solid rgba(129, 153, 126, 0.75);
}
@media screen and (min-width: 750px) {
  /* line 91, ../sass/sections/_menus.scss */
  .section-menus .gc-modal-slides .section-menus-column {
    display: inline-block;
    width: 24%;
    margin-bottom: 0;
  }
  /* line 97, ../sass/sections/_menus.scss */
  .section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger svg {
    width: 7.5rem;
    height: 7.5rem;
  }
  /* line 102, ../sass/sections/_menus.scss */
  .section-menus .gc-modal-slides .section-menus-column .gc-modal-trigger .gc-modal-trigger-text {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 750px) {
  /* line 2, ../sass/sections/_menus.scss */
  .section-menus {
    padding: 8.125rem 0 7.5rem;
  }
}

/* News */
/* line 2, ../sass/sections/_news.scss */
.section-news {
  background: url(../images/modal_menu_bg.jpg) repeat;
}
/* line 6, ../sass/sections/_news.scss */
.section-news h1 {
  margin-bottom: 2em;
}
/* line 11, ../sass/sections/_news.scss */
.section-news .news-feed, .section-news .events-feed {
  text-align: center;
}
/* line 14, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item, .section-news .events-feed .news-feed-item, .section-news .events-feed .events-feed-item {
  margin-bottom: 1.875rem;
}
/* line 18, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item time, .section-news .events-feed .news-feed-item time, .section-news .events-feed .events-feed-item time,
.section-news .news-feed .news-feed-item p,
.section-news .events-feed .news-feed-item p,
.section-news .events-feed .events-feed-item p,
.section-news .news-feed .news-feed-item .btn,
.section-news .events-feed .news-feed-item .btn,
.section-news .events-feed .events-feed-item .btn {
  display: none;
}
/* line 24, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item .icon, .section-news .events-feed .news-feed-item .icon, .section-news .events-feed .events-feed-item .icon, .section-news .news-feed .news-feed-item .event-day, .section-news .events-feed .news-feed-item .event-day, .section-news .events-feed .events-feed-item .event-day {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.625rem;
  fill: none;
  stroke: #2b1f1f;
}
/* line 33, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item .news-feed-content h2, .section-news .events-feed .news-feed-item .news-feed-content h2, .section-news .events-feed .events-feed-item .news-feed-content h2, .section-news .news-feed .news-feed-item .events-feed .events-feed-content h2, .section-news .events-feed .news-feed-item .events-feed-content h2, .section-news .events-feed .events-feed-item .events-feed-content h2 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 39, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item .news-feed-content .user-content, .section-news .events-feed .news-feed-item .news-feed-content .user-content, .section-news .events-feed .events-feed-item .news-feed-content .user-content, .section-news .news-feed .news-feed-item .events-feed .events-feed-content .user-content, .section-news .events-feed .news-feed-item .events-feed-content .user-content, .section-news .events-feed .events-feed-item .events-feed-content .user-content {
  font-size: 1.0625rem;
}
/* line 42, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item .news-feed-content .user-content p, .section-news .events-feed .news-feed-item .news-feed-content .user-content p, .section-news .events-feed .events-feed-item .news-feed-content .user-content p, .section-news .news-feed .news-feed-item .events-feed .events-feed-content .user-content p, .section-news .events-feed .news-feed-item .events-feed-content .user-content p, .section-news .events-feed .events-feed-item .events-feed-content .user-content p {
  font-size: 1.0625rem;
}
/* line 48, ../sass/sections/_news.scss */
.section-news .news-feed .news-feed-item:last-child, .section-news .events-feed .news-feed-item:last-child, .section-news .events-feed .events-feed-item:last-child {
  margin-bottom: 0;
}
/* line 54, ../sass/sections/_news.scss */
.section-news .news-feed .load-more, .section-news .events-feed .load-more {
  display: none;
}
/* line 73, ../sass/sections/_news.scss */
.section-news .ajax-content {
  display: none;
}
/* line 78, ../sass/sections/_news.scss */
.section-news .twitter-feed {
  display: none;
}
@media screen and (min-width: 1000px) {
  /* line 84, ../sass/sections/_news.scss */
  .section-news .news-feed, .section-news .events-feed {
    text-align: left;
    float: left;
    width: 52%;
  }
  /* line 89, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item, .section-news .events-feed .news-feed-item, .section-news .events-feed .events-feed-item {
    margin-bottom: 3.125rem;
  }
  /* line 92, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item time, .section-news .events-feed .news-feed-item time, .section-news .events-feed .events-feed-item time,
  .section-news .news-feed .news-feed-item p,
  .section-news .events-feed .news-feed-item p,
  .section-news .events-feed .events-feed-item p,
  .section-news .news-feed .news-feed-item .btn,
  .section-news .events-feed .news-feed-item .btn,
  .section-news .events-feed .events-feed-item .btn {
    display: block;
  }
  /* line 98, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item .icon, .section-news .events-feed .news-feed-item .icon, .section-news .events-feed .events-feed-item .icon, .section-news .news-feed .news-feed-item .event-day, .section-news .events-feed .news-feed-item .event-day, .section-news .events-feed .events-feed-item .event-day {
    float: left;
    margin-right: 2.1875rem;
  }
  /* line 103, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item .news-feed-content, .section-news .events-feed .news-feed-item .news-feed-content, .section-news .events-feed .events-feed-item .news-feed-content, .section-news .news-feed .news-feed-item .events-feed .events-feed-content, .section-news .events-feed .news-feed-item .events-feed-content, .section-news .events-feed .events-feed-item .events-feed-content {
    float: left;
    width: 75%;
    width: calc(100% - 6rem);
  }
  /* line 108, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item .news-feed-content hgroup, .section-news .events-feed .news-feed-item .news-feed-content hgroup, .section-news .events-feed .events-feed-item .news-feed-content hgroup, .section-news .news-feed .news-feed-item .events-feed .events-feed-content hgroup, .section-news .events-feed .news-feed-item .events-feed-content hgroup, .section-news .events-feed .events-feed-item .events-feed-content hgroup {
    margin-bottom: 0.8em;
  }
  /* line 112, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item .news-feed-content h2, .section-news .events-feed .news-feed-item .news-feed-content h2, .section-news .events-feed .events-feed-item .news-feed-content h2, .section-news .news-feed .news-feed-item .events-feed .events-feed-content h2, .section-news .events-feed .news-feed-item .events-feed-content h2, .section-news .events-feed .events-feed-item .events-feed-content h2 {
    text-align: left;
    font-size: 1.375rem;
  }
  /* line 117, ../sass/sections/_news.scss */
  .section-news .news-feed .news-feed-item .news-feed-content time, .section-news .events-feed .news-feed-item .news-feed-content time, .section-news .events-feed .events-feed-item .news-feed-content time, .section-news .news-feed .news-feed-item .events-feed .events-feed-content time, .section-news .events-feed .news-feed-item .events-feed-content time, .section-news .events-feed .events-feed-item .events-feed-content time {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #2a2424;
  }
  /* line 125, ../sass/sections/_news.scss */
  .section-news .news-feed .load-more, .section-news .events-feed .load-more {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    display: inline-block;
    margin-left: 5.3125rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #2a2424;
    cursor: pointer;
  }
  /* line 135, ../sass/sections/_news.scss */
  .section-news .news-feed .load-more svg, .section-news .events-feed .load-more svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 10px;
    fill: #2a2424;
  }
  /* line 143, ../sass/sections/_news.scss */
  .section-news .news-feed .load-more:focus, .section-news .events-feed .load-more:focus, .section-news .news-feed .load-more:hover, .section-news .events-feed .load-more:hover {
    color: #32362d;
  }
  /* line 146, ../sass/sections/_news.scss */
  .section-news .news-feed .load-more:focus svg, .section-news .events-feed .load-more:focus svg, .section-news .news-feed .load-more:hover svg, .section-news .events-feed .load-more:hover svg {
    fill: #32362d;
  }
  /* line 153, ../sass/sections/_news.scss */
  .section-news .events-feed {
    float: right;
    width: 42%;
  }
  /* line 157, ../sass/sections/_news.scss */
  .section-news .events-feed .events-feed-item {
    width: calc(100% - 70px);
    margin: 0 0 25px 0;
    margin: 0 0 1.5625rem 0;
  }
  /* line 161, ../sass/sections/_news.scss */
  .section-news .events-feed .events-feed-item .events-feed-content {
    float: none;
    width: 100%;
    margin-left: 70px;
    margin-left: 4.375rem;
  }
  /* line 167, ../sass/sections/_news.scss */
  .section-news .events-feed .events-feed-item .btn {
    float: none;
    margin: 20px 0 20px 70px;
    margin: 1.25rem 0 1.25rem 4.375rem;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.2em;
    height: auto;
    padding: 2px 15px 0 15px;
    padding: 0.125rem 0.9375rem 0 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 182, ../sass/sections/_news.scss */
  .section-news .section-wrapper {
    overflow: hidden;
    position: relative;
  }
  /* line 186, ../sass/sections/_news.scss */
  .section-news .section-wrapper:after {
    content: '';
    position: absolute;
    left: 55%;
    top: 22%;
    height: 64%;
    width: 2px;
    background: #2a2424;
  }
  /* line 197, ../sass/sections/_news.scss */
  .section-news .twitter-feed {
    width: 60%;
    display: block;
    margin: 0 auto 80px auto;
    margin: 0 auto 5rem auto;
  }
  /* line 203, ../sass/sections/_news.scss */
  .section-news .twitter-feed .interact, .section-news .twitter-feed .user span:first-of-type, .section-news .twitter-feed .user img {
    display: none;
  }
  /* line 210, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li {
    position: relative;
    zoom: 1;
    margin-bottom: 1.875rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  /* line 14, ../sass/base/_base.scss */
  .section-news .twitter-feed ul li:before, .section-news .twitter-feed ul li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 15, ../sass/base/_base.scss */
  .section-news .twitter-feed ul li:after {
    clear: both;
  }
  /* line 218, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li .tweet {
    order: 1;
    font-size: 1.0625rem;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }
  /* line 226, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li .user {
    order: 3;
  }
  /* line 229, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li .user span {
    margin: 0.25em 0 0.2em;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #2a2424;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    display: inline-block;
  }
  /* line 237, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li .user span:focus, .section-news .twitter-feed ul li .user span:hover {
    color: #32362d;
  }
  /* line 243, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li .timePosted {
    order: 2;
    display: block;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #2a2424;
  }
  /* line 251, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li:last-child {
    margin-bottom: 0;
  }
  /* line 256, ../sass/sections/_news.scss */
  .section-news .twitter-feed ul li:before {
    content: '';
    display: block;
    width: 4.375rem;
    height: 4.3125rem;
    margin: 0 auto 20px auto;
    margin: 0 auto 1.25rem auto;
    background: url("../images/svgsprite/twitter.svg");
    background-size: 100%;
    fill: none;
    stroke: #32362d;
  }
}

/* line 275, ../sass/sections/_news.scss */
.event-day {
  background: url("../images/event.svg") 0 0 no-repeat;
  background-size: 100%;
}
/* line 281, ../sass/sections/_news.scss */
.event-day span {
  font-family: "Aleo", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  margin-top: calc(50% - 7px);
  margin-top: calc(50% - 7px);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
}

/* line 291, ../sass/sections/_news.scss */
time {
  display: block;
  font-size: 1.25rem;
  font-family: "brandon-grotesque", Arial, sans-serif;
  color: #2a2424;
}
/* line 298, ../sass/sections/_news.scss */
time span {
  display: inline-block;
  color: #575a53;
  margin: 0 7px;
  margin: 0 0.4375rem;
}

/* Testimonials */
/* line 2, ../sass/sections/_testimonials.scss */
.section-testimonials {
  text-align: center;
  color: #ffffff;
  background: url(../images/testimonials_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
/* line 8, ../sass/sections/_testimonials.scss */
.section-testimonials .section-wrapper {
  max-width: 43.75rem;
}
/* line 12, ../sass/sections/_testimonials.scss */
.section-testimonials svg {
  width: 4.6875rem;
  height: 4.6875rem;
  opacity: 0.79;
  margin-bottom: 2.5rem;
  fill: none;
  stroke: #fff;
}
/* line 22, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-intro {
  margin-bottom: 1.875rem;
  line-height: 1.7em;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 29, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-intro p {
  line-height: 1.7em;
  font-size: 1.125rem;
}
@media screen and (min-width: 1000px) {
  /* line 22, ../sass/sections/_testimonials.scss */
  .section-testimonials .testimonials-intro {
    font-size: 1.375rem;
  }
  /* line 37, ../sass/sections/_testimonials.scss */
  .section-testimonials .testimonials-intro p {
    font-size: 1.375rem;
  }
}
/* line 45, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li {
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.7em;
  text-transform: uppercase;
}
/* line 51, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li .testimonial-content {
  display: block;
}
/* line 55, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li .testimonial-content:before {
  font-size: 1.2em;
  content: '\201C';
  display: inline-block;
  margin: 0 0.2em 0 0;
}
/* line 61, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li .testimonial-content:after {
  font-size: 1.2em;
  content: '\201D';
  display: inline-block;
  margin: 0 0 0 0.2em;
}
/* line 69, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li .testimonial-credit {
  font-size: 0.8em;
  font-weight: normal;
}
/* line 73, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li .testimonial-credit:before {
  content: '-';
  display: inline-block;
  margin: 0 0.5em 0 0;
}
/* line 81, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li:last-child {
  margin: 2.5rem 0 0;
  font-size: 1.1875rem;
  font-weight: 500;
}
/* line 87, ../sass/sections/_testimonials.scss */
.section-testimonials .testimonials-list li:last-child .testimonial-content:after, .section-testimonials .testimonials-list li:last-child .testimonial-content:before {
  position: relative;
  top: 0.3em;
  font-size: 3rem;
  opacity: 0.49;
}
@media screen and (min-width: 1000px) {
  /* line 100, ../sass/sections/_testimonials.scss */
  .section-testimonials .testimonials-list li:last-child {
    position: relative;
  }
  /* line 104, ../sass/sections/_testimonials.scss */
  .section-testimonials .testimonials-list li:last-child .testimonial-content:after, .section-testimonials .testimonials-list li:last-child .testimonial-content:before {
    position: absolute;
    top: 0.25em;
    font-size: 6rem;
  }
  /* line 111, ../sass/sections/_testimonials.scss */
  .section-testimonials .testimonials-list li:last-child .testimonial-content:before {
    left: -1em;
  }
  /* line 114, ../sass/sections/_testimonials.scss */
  .section-testimonials .testimonials-list li:last-child .testimonial-content:after {
    top: 0.4em;
    right: -1em;
  }
}

/* Find us */
/* line 2, ../sass/sections/_contact.scss */
.section-contact {
  text-transform: uppercase;
}
/* line 6, ../sass/sections/_contact.scss */
.section-contact .details {
  padding: 2.1875rem 0 1.875rem 0.9375rem;
  background: url(../images/modal_menu_bg.jpg);
}
/* line 10, ../sass/sections/_contact.scss */
.section-contact .details .headingWrapper {
  position: relative;
  left: -0.9375rem;
  text-align: center;
}
/* line 16, ../sass/sections/_contact.scss */
.section-contact .details .contact-list {
  display: none;
  width: 100%;
  max-width: 22.5rem;
  margin: auto;
  font-size: 0.875rem;
  font-weight: 500;
}
/* line 24, ../sass/sections/_contact.scss */
.section-contact .details .contact-list li {
  margin-bottom: 0.9375rem;
}
/* line 27, ../sass/sections/_contact.scss */
.section-contact .details .contact-list li .icon, .section-contact .details .contact-list li .event-day {
  position: relative;
  top: -0.1em;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  fill: none;
  stroke: #2b1f1f;
}
/* line 41, ../sass/sections/_contact.scss */
.section-contact .details .contact-list li a:focus, .section-contact .details .contact-list li a:hover {
  color: #2a2424;
}
/* line 44, ../sass/sections/_contact.scss */
.section-contact .details .contact-list li a:focus .icon, .section-contact .details .contact-list li a:hover .icon, .section-contact .details .contact-list li a:focus .event-day, .section-contact .details .contact-list li a:hover .event-day {
  stroke: #2a2424;
}
/* line 51, ../sass/sections/_contact.scss */
.section-contact .details .contact-list:nth-of-type(1) {
  display: block;
}
/* line 58, ../sass/sections/_contact.scss */
.section-contact #map {
  width: 100%;
  height: 400px;
}
/* line 62, ../sass/sections/_contact.scss */
.section-contact #map .gm-style div div *:not(.map-tooltip) {
  -webkit-transform: none !important;
}
/* line 67, ../sass/sections/_contact.scss */
.section-contact #map .map-tooltip {
  width: 9.375rem;
  height: 3.6875rem;
  padding: 0.9375em 1.25em;
  white-space: nowrap;
  background: #2a2424;
  background-size: cover;
  border-radius: 6px;
  -moz-transform: translate(-50%, -99%);
  -ms-transform: translate(-50%, -99%);
  -webkit-transform: translate(-50%, -99%);
  transform: translate(-50%, -99%);
}
/* line 78, ../sass/sections/_contact.scss */
.section-contact #map .map-tooltip h3 {
  text-align: center;
  margin: 0;
  font-size: 0.8125rem;
  color: #ffffff;
  opacity: 1;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
  foint-family: "brandon-grotesque", Arial, sans-serif !important;
}
@media screen and (min-width: 750px) {
  /* line 94, ../sass/sections/_contact.scss */
  .section-contact .details {
    padding: 2.1875rem 1.875rem 1.875rem;
  }
  /* line 97, ../sass/sections/_contact.scss */
  .section-contact .details .headingWrapper {
    position: static;
  }
  /* line 101, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list {
    max-width: 25rem;
    font-size: 1.125rem;
  }
  /* line 105, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list li {
    margin-bottom: 1.25rem;
  }
  /* line 108, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list li .icon, .section-contact .details .contact-list li .event-day {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2, ../sass/sections/_contact.scss */
  .section-contact {
    zoom: 1;
    height: 32.8125rem;
  }
  /* line 14, ../sass/base/_base.scss */
  .section-contact:before, .section-contact:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 15, ../sass/base/_base.scss */
  .section-contact:after {
    clear: both;
  }
  /* line 123, ../sass/sections/_contact.scss */
  .section-contact .details {
    float: left;
    width: 66.66667%;
    height: 100%;
    padding: 3.4375rem 1.875rem;
    text-align: right;
  }
  /* line 130, ../sass/sections/_contact.scss */
  .section-contact .details .headingWrapper {
    text-align: center;
  }
  /* line 134, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list {
    display: inline-block !important;
    vertical-align: top;
    max-width: 22.5rem;
    font-size: 0.9375rem;
    text-align: left;
  }
  /* line 141, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list li {
    margin-bottom: 2.5rem;
  }
  /* line 147, ../sass/sections/_contact.scss */
  .section-contact #map {
    float: left;
    width: 33.33333%;
    height: 100%;
  }
  /* line 152, ../sass/sections/_contact.scss */
  .section-contact #map .map-tooltip {
    width: 11.25rem;
    height: 6.375rem;
    padding: 1.875em 1.5625em;
  }
  /* line 158, ../sass/sections/_contact.scss */
  .section-contact #map .map-tooltip h3 {
    font-size: 0.9375rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 1400px) {
  /* line 168, ../sass/sections/_contact.scss */
  .section-contact .details {
    padding: 3.4375rem 3.75rem;
  }
  /* line 171, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list {
    max-width: 24.6875rem;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1600px) {
  /* line 181, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list {
    max-width: 29.0625rem;
    font-size: 1.25rem;
  }
  /* line 186, ../sass/sections/_contact.scss */
  .section-contact .details .contact-list li .icon, .section-contact .details .contact-list li .event-day {
    width: 3.75rem;
    height: 3.75rem;
  }
}

/* Gallery */
/* line 2, ../sass/sections/_gallery.scss */
.section-gallery {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
/* line 8, ../sass/sections/_gallery.scss */
.section-gallery .gc-modal-slide {
  float: left;
}
/* line 12, ../sass/sections/_gallery.scss */
.section-gallery .scrollingHotSpotLeft,
.section-gallery .scrollingHotSpotRight {
  min-width: 75px;
  width: 20%;
  height: 400px;
  position: absolute;
  z-index: 2;
}
/* line 20, ../sass/sections/_gallery.scss */
.section-gallery .scrollingHotSpotLeft {
  left: 0;
  cursor: w-resize;
}
/* line 24, ../sass/sections/_gallery.scss */
.section-gallery .scrollingHotSpotRight {
  right: 0;
  cursor: e-resize;
}
/* line 28, ../sass/sections/_gallery.scss */
.section-gallery .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/* line 34, ../sass/sections/_gallery.scss */
.section-gallery .scrollWrapper .scrollableArea {
  position: relative;
  width: 9999px;
  height: 100%;
}

/* Modals */
/* Modals */
/* line 2, ../sass/modals/_modal.scss */
.gc-modal {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.79);
}
/* line 16, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-container {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 23, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-container * {
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 29, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-close-wrapper {
  position: absolute;
  left: 0;
  top: 1.6875rem;
  z-index: 11;
  width: 100%;
}
/* line 36, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-close-wrapper .gc-modal-close-container {
  width: 90%;
  max-width: 87.5rem;
  margin: auto;
}
/* line 41, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-close-wrapper .gc-modal-close-container .gc-modal-close {
  float: right;
  width: 2.1875rem;
  height: 2.1875rem;
  background: url(../images/cross-white.svg) no-repeat 50% 50%;
  background-size: cover;
}
/* line 52, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-navigation-wrapper {
  display: none;
}
/* line 55, ../sass/modals/_modal.scss */
.gc-modal .gc-modal-navigation-wrapper .icon-heading {
  display: none;
}
/* line 59, ../sass/modals/_modal.scss */
.gc-modal #menuNavigation,
.gc-modal #galleryNavigation {
  display: none;
}
/* line 66, ../sass/modals/_modal.scss */
.gc-modal-image .gc-modal .gc-modal-container {
  position: relative;
  z-index: 15;
  max-width: 70%;
  height: 80%;
  overflow: hidden;
}
/* line 73, ../sass/modals/_modal.scss */
.gc-modal-image .gc-modal .gc-modal-container img {
  width: 100%;
  height: auto;
}
/* line 80, ../sass/modals/_modal.scss */
.flexbox .gc-modal-image .gc-modal .gc-modal-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 97, ../sass/modals/_modal.scss */
.gc-modal-slideshow .gc-modal .gc-modal-navigation-wrapper {
  display: block;
}
/* line 104, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  top: calc(50% - 3.125rem);
  z-index: 12;
  width: 100%;
}
/* line 113, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container {
  width: 90%;
  max-width: 87.5rem;
  margin: auto;
}
/* line 118, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .next,
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .prev {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  fill: #ffffff;
}
/* line 127, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .next:focus, .gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .next:hover,
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .prev:focus,
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .prev:hover {
  fill: #2a2424;
}
/* line 132, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .next {
  float: right;
  left: 2.5rem;
}
/* line 136, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal .gc-modal-navigation-wrapper .gc-modal-navigation-container .prev {
  float: left;
  right: 2.5rem;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 143, ../sass/modals/_modal.scss */
.gc-modal-slideshow.gc-modal-image .gc-modal #galleryNavigation {
  display: block;
}
/* line 150, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-container {
  width: 100%;
  height: 100%;
}
/* line 157, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-close-wrapper .gc-modal-close-container .gc-modal-close {
  background-image: url(../images/cross-grey.svg);
}
/* line 163, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5.625rem;
  width: 100%;
  z-index: 10;
  background: url(../images/modal_menu_bg.jpg);
}
/* line 173, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev,
.gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 5.625rem;
  font-size: 1.5625rem;
  color: #32362d;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 185, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev {
  margin-left: -4rem;
}
/* line 188, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next {
  margin-left: 4.2rem;
}
/* line 192, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .icon-heading {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 45px;
  fill: none;
  stroke: #32362d;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  /* line 163, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
  }
  /* line 213, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev,
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next {
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 15;
    margin-left: 0;
    line-height: 1em;
    font-size: 1.5625rem;
    color: #32362d;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  /* line 226, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev .text, .svg
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next .text {
    display: none;
  }
  /* line 230, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev .image, .svg
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next .image {
    position: relative;
    -webkit-transition: background-color, border 0.4s ease;
    transition: background-color, border 0.4s ease;
    width: 114px;
    height: 114px;
    border: 2px solid rgba(129, 153, 126, 0);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% auto;
  }
  /* line 243, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev .image:before, .svg
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next .image:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 20px;
    height: 16px;
    margin-left: -10px;
    background-size: contain;
  }
  /* line 257, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev:focus .image, .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev:hover .image,
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next:focus .image,
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next:hover .image {
    background-color: rgba(129, 153, 126, 0.47);
  }
  /* line 262, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev {
    left: 5%;
  }
  /* line 266, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev .image {
    border: 2px solid white;
  }
  /* line 269, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev .image:before {
    background: url(../images/svgsprite/arrow-left-sml.svg) no-repeat 50% 50%;
  }
  /* line 276, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev:focus .image, .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .prev:hover .image {
    border: 2px solid rgba(129, 153, 126, 0.75);
  }
  /* line 281, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next {
    right: 5%;
  }
  /* line 285, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next .image {
    border: 2px solid #2a2424;
  }
  /* line 288, ../sass/modals/_modal.scss */
  .svg .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next .image:before {
    background: url(../images/svgsprite/arrow-right-sml.svg) no-repeat 50% 50%;
  }
  /* line 295, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next:focus .image, .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .next:hover .image {
    border: 2px solid rgba(129, 153, 126, 0.75);
  }
  /* line 301, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-navigation-wrapper .icon-heading {
    display: none;
  }
}
/* line 306, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal #menuNavigation {
  display: block;
}
/* line 311, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-close-wrapper {
  left: auto;
  right: 1em;
  width: auto;
}
/* line 316, ../sass/modals/_modal.scss */
.gc-modal-menu .gc-modal .gc-modal-close-wrapper .gc-modal-close-container {
  max-width: 90%;
}
@media screen and (min-width: 1200px) {
  /* line 311, ../sass/modals/_modal.scss */
  .gc-modal-menu .gc-modal .gc-modal-close-wrapper {
    left: 0;
    right: auto;
    width: 100%;
  }
}
/* line 329, ../sass/modals/_modal.scss */
.gc-modal-contact .gc-modal {
  background: rgba(0, 0, 0, 0.9);
}
/* line 333, ../sass/modals/_modal.scss */
.gc-modal-contact .gc-modal .gc-modal-container {
  width: 26.25rem;
}
/* line 339, ../sass/modals/_modal.scss */
.gc-modal-contact .gc-modal .gc-modal-close-wrapper .gc-modal-close-container .gc-modal-close {
  background-image: url(../images/cross-white.svg);
}
/* line 347, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal {
  background: url(../images/modal_menu_bg.jpg);
}
/* line 350, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .gc-modal-container {
  width: 90%;
  max-width: 81.25rem;
  margin: auto;
}
/* line 358, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .gc-modal-close-wrapper .gc-modal-close-container .gc-modal-close {
  background-image: url(../images/cross-grey.svg);
}
/* line 364, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content-container {
  overflow: hidden;
}
/* line 368, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content {
  padding: 4.6875rem 0 2.5rem;
  text-align: left;
}
/* line 373, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content .featured-image {
  width: 95%;
  height: 250px;
  margin: 0 auto 1.5625rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-clip: content-box;
}
/* line 384, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content hgroup {
  position: relative;
  margin-bottom: 1.8em;
}
/* line 388, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content hgroup .icon, .gc-modal-news .gc-modal .news-modal-content hgroup .event-day {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: none;
  stroke: #2b1f1f;
}
/* line 398, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content hgroup h2 {
  text-align: left;
  margin-left: 2.8125rem !important;
  margin-bottom: 0.2em !important;
}
/* line 404, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content hgroup time {
  margin-left: 2.8125rem;
  margin-top: 0.4375rem;
  font-size: 1rem;
  font-family: "Aleo", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2a2424;
}
/* line 414, ../sass/modals/_modal.scss */
.gc-modal-news .gc-modal .news-modal-content .user-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 750px) {
  /* line 423, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content .featured-image {
    height: 325px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 431, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .gc-modal-container {
    height: 100%;
  }
  /* line 435, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content {
    zoom: 1;
    position: relative;
    height: 100%;
  }
  /* line 14, ../sass/base/_base.scss */
  .gc-modal-news .gc-modal .news-modal-content:before, .gc-modal-news .gc-modal .news-modal-content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 15, ../sass/base/_base.scss */
  .gc-modal-news .gc-modal .news-modal-content:after {
    clear: both;
  }
  /* line 440, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content .news-modal-content-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 447, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content .featured-image {
    float: right;
    width: 600px;
    height: 100%;
    margin: 0 3.125rem 0 4.375rem;
    padding-left: 4.375rem;
    border-left: 2px solid #2a2424;
  }
  /* line 458, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content hgroup .icon, .gc-modal-news .gc-modal .news-modal-content hgroup .event-day {
    width: 3.125rem;
    height: 3.125rem;
  }
  /* line 463, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content hgroup h2 {
    margin-left: 4.0625rem !important;
  }
  /* line 467, ../sass/modals/_modal.scss */
  .gc-modal-news .gc-modal .news-modal-content hgroup time {
    margin-left: 4.0625rem;
    font-size: 1.1875rem;
  }
}
/* line 477, ../sass/modals/_modal.scss */
.gc-modal-open .gc-modal {
  visibility: visible;
  opacity: 1;
}
/* line 484, ../sass/modals/_modal.scss */
.gc-modal-loading .gc-modal .content-container {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  overflow: hidden;
  -webkit-animation: fullspin 1s linear infinite;
  animation: fullspin 1s linear infinite;
  background: url(../images/loader.svg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  /* line 497, ../sass/modals/_modal.scss */
  .gc-modal .gc-modal-close-wrapper {
    top: 4.0625rem;
  }
  /* line 500, ../sass/modals/_modal.scss */
  .gc-modal .gc-modal-close-wrapper .gc-modal-close {
    width: 2.1875rem;
    height: 2.1875rem;
    background: url(../images/cross-white.svg) no-repeat 50% 50%;
    background-size: cover;
  }
}

/* Menus (generic) */
/* line 2, ../sass/modals/_menus.scss */
.menu-modal {
  height: 100%;
  overflow: hidden;
  text-align: left;
}
/* line 9, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-title {
  display: none;
}
/* line 14, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-main {
  height: 100%;
  overflow: auto;
  padding-top: 5.625rem;
  background: url(../images/modal_menu_bg.jpg);
}
/* line 20, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-main .icon-heading {
  display: none;
}
/* line 26, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section {
  margin: 0.625rem 0 1.875rem;
}
/* line 30, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .section-title {
  margin-bottom: 1.3125rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.75rem;
  color: #ffffff;
  background: #2a2424;
}
/* line 41, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .section-description {
  margin: 0.9375rem 1.875rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
/* line 49, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .menu-modal-sub-section {
  margin: 0.9375rem 1.875rem;
}
/* line 53, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .menu-modal-sub-section .sub-section-title {
  margin: 0 0 0.25em;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a2424;
}
/* line 64, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .menu-modal-item {
  margin: 0 0 0.9375rem;
  font-size: 1.25rem;
  border-bottom: 1px dotted #b5b8ba;
}
/* line 71, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .menu-modal-item .menu-modal-item-title {
  float: left;
  margin: 0 0 0.25em;
  width: 75%;
  width: calc(100% - 4rem);
  text-align: left;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a2424;
}
/* line 84, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .menu-modal-item .menu-modal-item-desc {
  float: left;
  clear: left;
  margin: 0 0 0.25em;
  width: calc(100% - 4rem);
  font-style: italic;
}
/* line 93, ../sass/modals/_menus.scss */
.menu-modal .menu-modal-section .menu-modal-item .menu-modal-item-price {
  float: left;
  margin: 0 0 0.25em;
  width: 25%;
  width: calc(4rem);
  text-align: right;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #32362d;
}
@media screen and (min-width: 1200px) {
  /* line 109, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-title {
    display: block;
    float: left;
    width: 30%;
    width: calc(350px);
    height: 100%;
    padding: 50px 90px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
  }
  /* line 122, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-main {
    float: left;
    width: 70%;
    width: calc(100% - 350px);
    padding: 3.125rem 16.25rem 3.125rem 5.625rem;
  }
  /* line 128, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-main .icon-heading {
    display: block;
    width: 50px;
    height: 75px;
    margin-bottom: 1.875rem;
    fill: none;
    stroke: #32362d;
  }
  /* line 138, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-sections {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  /* line 143, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-section {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.875rem;
  }
  /* line 148, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-section .section-title {
    margin-bottom: 1.25rem;
    line-height: 1;
    color: #32362d;
    font-weight: 500;
    text-align: left;
    background: transparent;
  }
  /* line 157, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-section .section-description {
    margin: 0.9375rem 0;
  }
  /* line 161, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-section .menu-modal-sub-section {
    margin: 0.9375rem 0;
  }
}
@media screen and (min-width: 1400px) {
  /* line 170, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-title {
    width: calc(500px);
  }
  /* line 174, ../sass/modals/_menus.scss */
  .menu-modal .menu-modal-main {
    width: calc(100% - 500px);
  }
}

/* Beer Menu */
/* line 183, ../sass/modals/_menus.scss */
.menu-modal-beer .menu-modal-title {
  background-image: url(../images/modal_menu_beer.jpg);
}
/* line 189, ../sass/modals/_menus.scss */
.menu-modal-beer .menu-modal-section .menu-modal-item .menu-modal-item-title {
  width: 70%;
  width: calc(100% - 6rem);
}
/* line 193, ../sass/modals/_menus.scss */
.menu-modal-beer .menu-modal-section .menu-modal-item .menu-modal-item-price {
  width: 3rem;
}
/* line 201, ../sass/modals/_menus.scss */
.menu-modal-beer .gc-modal-navigation-wrapper .gc-modal-navigation-container .icon-heading {
  background-image: url(../images/svgsprite/beer-dark.svg);
}
@media screen and (min-width: 1200px) {
  /* line 209, ../sass/modals/_menus.scss */
  .svg .menu-modal-beer .gc-modal-navigation-wrapper .prev .image {
    background-image: url(../images/svgsprite/soup-light.svg);
  }
  /* line 216, ../sass/modals/_menus.scss */
  .svg .menu-modal-beer .gc-modal-navigation-wrapper .next .image {
    background-image: url(../images/svgsprite/wine-dark.svg);
    background-size: 35% auto !important;
  }
  /* line 221, ../sass/modals/_menus.scss */
  .svg .menu-modal-beer .gc-modal-navigation-wrapper .next:hover .image {
    background-image: url(../images/svgsprite/wine-light.svg);
  }
}

/* Wine Menu */
/* line 234, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-title {
  background-image: url(../images/modal_menu_wine.jpg);
}
/* line 242, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-section .menu-modal-wine-title-container .menu-modal-wine-title-volumes {
  margin: 0 1.875rem;
  text-align: right;
}
/* line 246, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-section .menu-modal-wine-title-container .menu-modal-wine-title-volumes li {
  display: inline-block;
  width: calc(4rem);
  text-align: right;
}
@media screen and (min-width: 1200px) {
  /* line 254, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container .menu-modal-wine-title-volumes {
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 260, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container .section-title {
    float: left;
    clear: left;
    width: calc(100% - 12rem);
  }
  /* line 267, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-wine-title-container .menu-modal-wine-title-volumes li {
    float: left;
    width: calc(4rem);
    text-align: right;
  }
}
/* line 278, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-section .menu-modal-item {
  text-align: right;
}
/* line 281, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-section .menu-modal-item .menu-modal-item-title {
  width: 100%;
  text-align: left;
}
/* line 286, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-section .menu-modal-item .menu-modal-item-desc {
  width: 100%;
  text-align: left;
}
/* line 291, ../sass/modals/_menus.scss */
.menu-modal-wine .menu-modal-section .menu-modal-item .menu-modal-item-price {
  display: inline-block;
  float: none;
}
@media screen and (min-width: 1600px) {
  /* line 278, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-item {
    text-align: left;
  }
  /* line 300, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-item .menu-modal-item-title {
    width: calc(100% - 12rem);
  }
  /* line 305, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-item .menu-modal-item-desc {
    width: calc(100% - 12rem);
  }
  /* line 310, ../sass/modals/_menus.scss */
  .menu-modal-wine .menu-modal-section .menu-modal-item .menu-modal-item-price {
    float: left;
    width: calc(4rem);
  }
}
/* line 320, ../sass/modals/_menus.scss */
.menu-modal-wine .gc-modal-navigation-wrapper .gc-modal-navigation-container .icon-heading {
  background-image: url(../images/svgsprite/wine-dark.svg);
}
@media screen and (min-width: 1200px) {
  /* line 328, ../sass/modals/_menus.scss */
  .svg .menu-modal-wine .gc-modal-navigation-wrapper .prev .image {
    background-image: url(../images/svgsprite/beer-light.svg);
  }
  /* line 335, ../sass/modals/_menus.scss */
  .svg .menu-modal-wine .gc-modal-navigation-wrapper .next .image {
    background-image: url(../images/svgsprite/gravyboat-dark.svg);
  }
  /* line 339, ../sass/modals/_menus.scss */
  .svg .menu-modal-wine .gc-modal-navigation-wrapper .next:hover .image {
    background-image: url(../images/svgsprite/gravyboat-light.svg);
  }
}

/* Thai Menu */
/* line 352, ../sass/modals/_menus.scss */
.menu-modal-thai .menu-modal-title {
  background-image: url(../images/modal_menu_thai.jpg);
}
/* line 357, ../sass/modals/_menus.scss */
.menu-modal-thai .menu-modal-main .icon-heading {
  fill: #32362d;
}
/* line 364, ../sass/modals/_menus.scss */
.menu-modal-thai .gc-modal-navigation-wrapper .gc-modal-navigation-container .icon-heading {
  background-image: url(../images/svgsprite/soup-dark.svg);
}
@media screen and (min-width: 1200px) {
  /* line 372, ../sass/modals/_menus.scss */
  .svg .menu-modal-thai .gc-modal-navigation-wrapper .prev .image {
    background-image: url(../images/svgsprite/gravyboat-light.svg);
  }
  /* line 379, ../sass/modals/_menus.scss */
  .svg .menu-modal-thai .gc-modal-navigation-wrapper .next .image {
    background-image: url(../images/svgsprite/beer-dark.svg);
  }
  /* line 383, ../sass/modals/_menus.scss */
  .svg .menu-modal-thai .gc-modal-navigation-wrapper .next:hover .image {
    background-image: url(../images/svgsprite/beer-light.svg);
  }
}

/* Sunday Lunch Menu */
/* line 396, ../sass/modals/_menus.scss */
.menu-modal-sundayLunch .menu-modal-title {
  background-image: url(../images/modal_menu_sundayLunch.jpg);
}
/* line 402, ../sass/modals/_menus.scss */
.menu-modal-sundayLunch .gc-modal-navigation-wrapper .gc-modal-navigation-container .icon-heading {
  background-image: url(../images/svgsprite/gravyboat-dark.svg);
}
@media screen and (min-width: 1200px) {
  /* line 410, ../sass/modals/_menus.scss */
  .svg .menu-modal-sundayLunch .gc-modal-navigation-wrapper .prev .image {
    background-image: url(../images/svgsprite/wine-light.svg);
    background-size: 35% auto !important;
  }
  /* line 418, ../sass/modals/_menus.scss */
  .svg .menu-modal-sundayLunch .gc-modal-navigation-wrapper .next .image {
    background-image: url(../images/svgsprite/soup-dark.svg);
  }
  /* line 422, ../sass/modals/_menus.scss */
  .svg .menu-modal-sundayLunch .gc-modal-navigation-wrapper .next:hover .image {
    background-image: url(../images/svgsprite/soup-light.svg);
  }
}