body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif; }

a {
  color: black; }

.full-width {
  width: 100%; }

.gold {
  color: #6f5527; }

.bg-gold {
  background-color: #6f5527; }

.border-gold {
  border-color: #6f5527; }

.border-gold-3 {
  border-color: #6f5527;
  border-width: 3px;
  border-style: double none double none; }

.text-shadow {
  text-shadow: 1px 2px black; }

.display_font {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #292929;
  letter-spacing: 1px;
  font-size: 20px; }

.mx-auto {
  margin: 0 auto;
  display: block; }

.content {
  background: #f9f9f95e;
  border-top: 1px solid #6f5527; }

.hero {
  position: relative; }
  .hero .circle {
    position: absolute;
    top: -35px;
    left: 33px; }

.badge {
  background: #6f5527;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 20%;
  position: absolute;
  right: 30px;
  top: 105px; }

.badge:before, .badge:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  background: #6f5527;
  border-radius: 20%;
  z-index: 0; }

.badge:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg); }

.badge:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg); }

.badge a {
  position: absolute;
  top: 22%;
  left: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  font-weight: bold;
  font-size: 70%;
  z-index: 1;
  font-family: sans-serif; }

.flex-align-middle {
  display: flex;
  align-items: center;
  text-align: center; }

.flex-vertical-middle {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.justify-center {
  justify-content: center; }

.title_header {
  font-weight: bold;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #c69d6e;
  text-transform: uppercase;
  letter-spacing: .2em; }

.press_title {
  font-weight: bold;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #c69d6e;
  letter-spacing: .1em; }

.menu-title {
  padding: 10.5px 0; }

.menu-title-mobile {
  padding: 50.5px 0; }

@media only screen and (max-width: 600px) {
  .menu__box a {
    border: none;
    border-bottom: 1px solid #c3986b; }
    .menu__box a.last {
      border-bottom: none; } }

.menu__box {
  border-width: 2px; }
  .menu__box a {
    font-family: 'Cormorant Garamond', sans-serif;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    background: #6f55271a;
    position: relative;
    z-index: 1; }

.fancy-border-top {
  background: url(assets/images/fancy-top-border.jpg) repeat-x;
  height: 33px;
  width: 100%;
  background-size: 100%; }

.fancy-border-bottom {
  background: url(assets/images/fancy-bottom-border.jpg) repeat-x;
  height: 30px;
  width: 100%;
  background-size: 100%; }

.nav {
  position: relative; }

.nav > .nav-header {
  display: block; }
  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px; }

.nav > .nav-btn {
  display: none; }

.nav > .nav-links {
  font-size: 18px;
  z-index: 1000; }
  .nav > .nav-links.visible {
    height: calc(100vh - 50px);
    overflow-y: auto; }
  .nav > .nav-links > a {
    display: inline-block;
    width: 18%;
    text-decoration: none;
    color: #272727;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px; }
    .nav > .nav-links > a.logo {
      width: 25%;
      position: relative;
      top: -5px; }
    .nav > .nav-links > a:hover {
      text-decoration: underline; }

.nav > #nav-check {
  display: none; }

.nav > #nav-check {
  display: none; }

@media (max-width: 600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 8px; }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px; }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid black; }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: white;
    height: 0px;
    transition: all 0.1s linear;
    overflow-y: hidden;
    top: 86px;
    left: 0px;
    z-index: 100000; }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid black; }
  .nav > .nav-links > a:hover {
    border: 1px solid black;
    border-top: none;
    border-left: none;
    border-right: none; }
  .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px; }
  .nav > #nav-check:checked + .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
    border-top: 1px solid black; } }

.homepage__about {
  background: url(../images/building.jpg) no-repeat -351px;
  background-size: 100%; }

@media only screen and (max-width: 600px) {
  .homepage__about {
    background: none !important; } }

.homepage__about-text {
  background: #ffffffc7; }

.lg-show, .md-show, .sm-show, .sm-show-inline, .display-none {
  display: none !important; }

@media (min-width: 40em) {
  .sm-show {
    display: block !important; }
  .sm-show-inline {
    display: inline-block !important; } }

@media (min-width: 40em) {
  .sm-hide {
    display: none !important; } }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.ticker-wrap {
  /* width: 100%; */
  overflow: hidden;
  background: #2d2d2d;
  border-bottom: 1px solid #6f5527; }

.ticker {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 300s;
  animation-duration: 300s; }
  .ticker__item {
    display: inline-block;
    padding: 5px 1rem;
    font-family: monospace, sans-serif;
    font-size: 14px;
    color: #ecbd43; }
    .ticker__item a {
      color: #ecbd43; }

#background-wrapper {
  position: fixed;
  width: 100%;
  background: rgba(28, 3, 20, 0.56);
  height: 100%;
  top: 0;
  z-index: 9999; }
  #background-wrapper.hide {
    display: none; }


.modal-window {
    position: absolute;
    z-index: 1000000;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    max-width: 600px;

    /*  top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: fixed;
      z-index: 999;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      min-height: 400px;
      max-width: 600px; */
}

  .modal-window p {
    font-family: 'Cormorant Garamond', sans-serif;
    color: #292929;
    letter-spacing: 1px; }

@media only screen and (max-width: 600px) {
  .modal-window {
/*    transform: translate(-50%, -41%);
*/    width: 100%;
    max-height: 100%;
    overflow-y: scroll; }
    .modal-window img {
      margin: 0 auto; }
  .close-modal-btn {
    display: block;
    position: relative !important;
    width: 100% !important;
    text-align: center;
    font-size: 22px;
    right: 0 !important;
    background: #e8e8e8 !important;
    border-radius: 0 !important;
    height: auto !important;
    padding-bottom: 8px;
    top: 0px !important;
    margin-top: 10px; } }

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: gold;
  text-decoration: none;
  width: 40px;
  text-align: center;
  height: 40px;
  padding-top: 10px;
  border-radius: 23px; }

.events__header-text {
  font-size: 18px;
  line-height: 35px; }

.submit-enquiry {
  margin-top: 30px;
  border: 1px solid black;
  box-shadow: 2px 2px 4px rgba(105, 120, 126, 0.4); }
  .submit-enquiry .title {
    border-bottom: 1px solid black;
    padding: 10px;
    text-align: center;
    font-weight: bold; }
  .submit-enquiry ul {
    padding: 0 20px; }
  .submit-enquiry li {
    padding: 10px 0;
    border-bottom: 1px solid black; }
    .submit-enquiry li:last-child {
      border-bottom: none; }
  .submit-enquiry a {
    display: block;
    background: blue;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold; }

.dining_guide--pdf {
  border: 1px solid black;
  margin-top: 20px; }
  .dining_guide--pdf p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px; }
  .dining_guide--pdf a {
    display: block;
    text-align: center;
    border-top: 1px solid black;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background: silver; }
    .dining_guide--pdf a:hover {
      opacity: .7; }


  .gather-frame iframe {
  width: 100%;
  height: 800px;
  border: none;
  }

  .gather-frame iframe .css-rptepb {
  margin: 20px !important;
  }

  /* Tock Overrides */

  div#Tock_widget_container>div.TockWidgetWrapper .TockButtonWidgetContainer {
    width: auto !important;
  }

  div#Tock_widget_container>div.TockWidgetWrapper .TockButton-buttonContainer {
    margin: auto;
  }
