@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  display: none;
  position: fixed;
  left: 0;
  top: -100%;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #4D2B3F;
  transition: top 200ms ease-out;
  text-align: center;
  z-index: 60;
}
@media only screen and (max-width: 1199px) {
  #mobile-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-navigation {
    padding-top: 100px;
  }
}
.mobile-navigation-visible #mobile-navigation {
  top: 0;
}
#mobile-navigation .main-navigation {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-navigation {
    max-width: 90%;
  }
}
#mobile-navigation .main-navigation ul {
  padding-top: 25px;
  padding-bottom: 25px;
}
#mobile-navigation .main-navigation ul > li > a {
  display: block;
  padding: 4px 40px;
  font: 20px/40px "westmountlight";
  text-decoration: none;
  text-transform: uppercase;
  color: #E3C45E;
}
#mobile-navigation .main-navigation ul > li > a:hover, #mobile-navigation .main-navigation ul > li > a.active {
  color: #fff;
}

.mobile-icons {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .mobile-icons {
    display: block;
  }
}
.mobile-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-icons ul li {
  padding: 10px;
  display: inline-block;
  text-align: center;
}
.mobile-icons ul li a {
  width: 30px;
  padding: 0 !important;
  height: 30px;
  display: inline-block !important;
}
.mobile-icons ul li a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  position: relative;
  padding: 0 20px 43px;
  font-size: 15px;
  text-align: center;
  color: #4D2B3F;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 20px;
  }
}
#footer .columns {
  display: flex;
  justify-content: space-between;
  max-width: 1036px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  #footer .columns {
    display: block;
  }
}
#footer .columns .column {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #footer .columns .column {
    margin-top: 20px;
  }
  #footer .columns .column:first-child {
    margin-top: 0;
  }
}
#footer .columns .column .msg p, #footer .columns .column .msg a {
  font: 800 14px/32px "arkibal_serifmedium";
  color: #4D2B3F;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .columns .column .contacts p {
  font: 20px/26px "westmountregular";
  color: #4D2B3F;
  text-transform: uppercase;
}
#footer .columns .column .contacts p a {
  text-decoration: none;
  color: #4D2B3F;
}

#footer .socials-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#footer .socials-container p {
  font: 800 14px/32px "arkibal_serifmedium";
  color: #4D2B3F;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
}
#footer .socials-container p a {
  text-decoration: none;
  color: #4D2B3F;
}
#footer .socials-container .socials {
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials-container .socials {
    float: none;
  }
}
#footer .socials-container .socials li {
  display: inline-block;
  margin: 0 6px;
  display: none;
}
#footer .socials-container .socials li:nth-child(-n+2) {
  display: inline-block;
}
#footer .socials-container .socials a {
  position: relative;
  display: block;
  height: 26px;
  width: 26px;
}
@media only screen and (max-width: 767px) {
  #footer .socials-container .socials a {
    display: inline-block;
  }
}
#footer .socials-container .socials a svg {
  position: relative;
  height: 100%;
  width: 100%;
  fill: #4D2B3F;
  transition: fill 300ms;
  z-index: 2;
}
#footer .socials-container .socials a:hover:before {
  background: #fff;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #4D2B3F;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1199px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #986F30;
  border-bottom-color: #986F30;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1199px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  font-style: italic;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-tabs-block-acm {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm {
    margin-bottom: 35px;
  }
}
.menu-tabs-block-acm .center-column {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.menu-tabs-block-acm .anchor {
  position: absolute;
  top: -120px;
}
.menu-tabs-block-acm .h2 {
  text-align: center;
}
.menu-tabs-block-acm .tabs {
  position: relative;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #986F30;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
  margin: 0 30px;
}
.menu-tabs-block-acm .tabs-titles li.tab-title:before {
  display: none !important;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  color: #986F30;
  border-top: 3px solid #986F30;
}
.menu-tabs-block-acm .tabs-titles .button {
  font: normal normal normal 24px/30px "arkibal_serifmedium";
  letter-spacing: 4px;
  color: #4D2B3F;
  text-transform: uppercase;
  background-color: transparent;
  border-top: 3px solid #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button {
    font: normal normal normal 16px/20px "arkibal_serifmedium";
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: thin solid #fff;
    border-bottom: thin solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
    background: #986F30;
    color: #fff;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
    background: #4D2B3F;
    height: 29px;
    line-height: 29px;
    color: #fff;
  }
  .menu-tabs-block-acm .tabs-titles .button:before {
    display: none;
  }
  .menu-tabs-block-acm .tabs-titles .button:hover {
    background: #986F30;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 100;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: unset;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .tabs-content .menu-description {
  width: 100%;
  text-align: center;
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block .h2 {
  margin-bottom: 15px;
}
.menu-tabs-block-acm .menu-block .dish-name {
  font: normal normal normal 20px/26px "westmountregular" !important;
  letter-spacing: 0;
  color: #4D2B3F;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 0;
  padding-bottom: 16px;
  text-align: center;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
  font-size: 16px;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 14px;
}
.menu-tabs-block-acm .menu-block .dish .dish-number {
  font-size: 18px;
}
.menu-tabs-block-acm .menu-block .dish:after {
  width: 100px;
  content: "";
  border-bottom: 1px dashed #986F30;
  display: inline-block;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
  border: thin solid #986F30;
  background: #fff;
  color: #986F30;
}
.menu-tabs-block-acm .menu-link .button:hover {
  color: #fff;
  background-color: #986F30;
}

.content-image {
  margin: 0 auto 0;
  max-width: 1280px;
}
@media only screen and (min-width: 1200px) {
  .content-image {
    margin: 0 auto 75px;
  }
}
.content-image.right .content-image__content {
  order: 2;
}
@media only screen and (min-width: 1200px) {
  .content-image.right .content-image__content {
    order: 1;
  }
}
.content-image.right .content-image__image {
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .content-image.right .content-image__image {
    order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .content-image.no-margin {
    margin: 0 auto;
  }
}
.content-image__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.content-image__content {
  width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0 35px;
  order: 2;
}
@media only screen and (min-width: 1200px) {
  .content-image__content {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 50px 24px;
    order: 2;
    align-self: center;
  }
}
@media only screen and (min-width: 1200px) {
  .content-image__content .content-holder {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.content-image__content .content-holder .margin-top {
  margin-top: 50px;
}
.content-image__content .content-holder .overline {
  margin-bottom: 26px;
  text-align: center;
}
.content-image__content .content-holder .h1-2 {
  position: relative;
  margin-bottom: 28px;
  text-align: left;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .content-image__content .content-holder .h1-2 {
    margin-bottom: 48px;
  }
}
.content-image__content .content-holder .h1-2:before {
  background-color: #BE8A3C;
  content: "";
  height: 3px;
  position: absolute;
  bottom: -12px;
  left: -75px;
  right: 0;
}
.content-image__content .content-holder p a {
  color: #000;
}
.content-image__content .content-holder p a.red-btn {
  color: #fff;
}
.content-image__content .content-holder .red-btn {
  margin-top: 30px;
}
.content-image__content .content-holder .left-more-space {
  padding-left: 0;
}
@media only screen and (min-width: 1200px) {
  .content-image__content .content-holder .left-more-space {
    padding-left: 50px;
  }
}
.content-image__image {
  width: 100%;
  height: 300px;
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .content-image__image {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    min-height: 585px;
    order: 1;
  }
}
.content-image__image .hotel-location-map, .content-image__image .poi-map-canvas {
  height: 100%;
}
.content-image__image .img-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-image__image .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
.content-image__image .img-holder img:hover {
  transform: scale(1.03);
}
.content-image__image .leaflet-container {
  height: 100%;
}

.checkers-acm {
  position: relative;
  overflow: hidden;
}
.checkers-acm .row {
  display: flex;
  flex-wrap: nowrap;
  background: #E3C45E;
  min-height: 650px;
}
@media only screen and (max-width: 1199px) {
  .checkers-acm .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-acm .row {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-acm .row.upper .column.content-container .inner-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .checkers-acm .row.upper .column.content-container .inner-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.checkers-acm .row.upper .column.content-container .inner-container:before, .checkers-acm .row.upper .column.content-container .inner-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: thin solid #986F30;
  z-index: 1;
}
.checkers-acm .row.upper .column.content-container .inner-container:after {
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.checkers-acm .row.upper .column.content-container .inner-container .page-content .handwritten-heading {
  margin-bottom: 40px;
}
.checkers-acm .row.upper .column.content-container .inner-container .page-content .text {
  position: relative;
  padding-top: 33px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.checkers-acm .row.upper .column.content-container .inner-container .page-content .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #986F30;
  transform: translateX(-50%);
}
.checkers-acm .row.lower {
  background: #986F30;
}
.checkers-acm .row.lower .column.content-container {
  justify-content: flex-end;
}
@media screen and (max-width: 680px) {
  .checkers-acm .row.lower .column.content-container {
    height: 0;
    padding-top: 96vw;
  }
}
.checkers-acm .row.lower .column.content-container .inner-container {
  height: 625px;
}
@media screen and (max-width: 680px) {
  .checkers-acm .row.lower .column.content-container .inner-container {
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }
}
.checkers-acm .row.lower .column.content-container .inner-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/frame.svg") 50% 50% no-repeat;
  z-index: 1;
}
.checkers-acm .row .column {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}
.checkers-acm .row .column.content-container {
  padding: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1350px) {
  .checkers-acm .row .column.content-container {
    width: 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkers-acm .row .column.content-container {
    width: 100%;
    order: 1;
    justify-content: center !important;
    padding: 14px;
  }
}
.checkers-acm .row .column.content-container .inner-container {
  position: relative;
  width: 100%;
  max-width: 625px;
  padding: 60px 75px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .checkers-acm .row .column.content-container .inner-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 680px) {
  .checkers-acm .row .column.content-container .inner-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.checkers-acm .row .column.content-container .inner-container .page-content {
  position: relative;
  width: 100%;
  color: #986F30;
  z-index: 2;
}
.checkers-acm .row .column.content-container .inner-container .page-content .large-condensed-heading {
  font-family: "arkibal_serifmedium";
  font-size: 58px;
  line-height: 1.2;
  color: #986F30;
}
@media only screen and (max-width: 1199px) {
  .checkers-acm .row .column.content-container .inner-container .page-content .large-condensed-heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-acm .row .column.content-container .inner-container .page-content .large-condensed-heading {
    font-size: 7vw;
  }
}
.checkers-acm .row .column.content-container .inner-container .page-content .handwritten-heading {
  font-family: "arkibal_serifmedium";
  font-size: 61px;
  line-height: 0.8;
  text-transform: none;
  margin-bottom: 60px;
  color: #986F30;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
@media only screen and (max-width: 1199px) {
  .checkers-acm .row .column.content-container .inner-container .page-content .handwritten-heading {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-acm .row .column.content-container .inner-container .page-content .handwritten-heading {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
.checkers-acm .row .column.content-container .inner-container .page-content .handwritten-heading span {
  display: block;
}
@media screen and (max-width: 1350px) {
  .checkers-acm .row .column.image-container {
    width: calc(100% - 675px);
  }
}
@media only screen and (max-width: 1199px) {
  .checkers-acm .row .column.image-container {
    width: 100%;
    height: 435px;
    order: 2;
  }
}

.contact-wrap {
  background-image: url("../images/dot-line-pattern.png");
  background-repeat: repeat;
  background-position: center;
  padding: 35px 0;
  margin: 0 0 55px;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap {
    margin: 0 0 55px;
    padding: 55px 0;
  }
}
.contact-wrap__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 40px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__inner {
    border: 3px solid #986F30;
  }
}
.contact-wrap__left {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 0 32px;
  text-align: center;
  border-bottom: 1px dashed #986F30;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__left {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 52px;
    padding: 52px 32px 52px;
    border-right: 1px dashed #986F30;
  }
}
.contact-wrap__left .h3 {
  font-family: "arkibal_serifmedium";
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.contact-wrap__left .h4 {
  font-family: "westmountregular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__left .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact-wrap__left .h4 a {
  color: #4D2B3F;
  text-decoration: none;
}
.contact-wrap__left .socials {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__left .socials {
    float: none;
  }
}
.contact-wrap__left .socials li {
  display: inline-block;
  margin: 0 6px;
  display: none;
}
.contact-wrap__left .socials li:nth-child(-n+2) {
  display: inline-block;
}
.contact-wrap__left .socials a {
  position: relative;
  display: block;
  height: 26px;
  width: 26px;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__left .socials a {
    display: inline-block;
  }
}
.contact-wrap__left .socials a svg {
  position: relative;
  height: 100%;
  width: 100%;
  fill: #4D2B3F;
  transition: fill 300ms;
  z-index: 2;
}
.contact-wrap__left .socials a:hover:before {
  background: #fff;
}
.contact-wrap__right {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 0 32px;
  text-align: center;
  border-bottom: 1px dashed #986F30;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__right {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 52px;
    padding: 52px 32px 52px;
  }
}
.contact-wrap__right .h3 {
  font-family: "arkibal_serifmedium";
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.contact-wrap__right .h4 {
  font-family: "westmountregular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__right .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact-wrap__right .h4 a {
  color: #4D2B3F;
  text-decoration: none;
}
.contact-wrap__down {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__down {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 22px;
    margin-top: 0;
    padding: 0 24px;
    align-self: center;
  }
}
.contact-wrap__down .h3 {
  font-family: "arkibal_serifmedium";
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.contact-wrap__down .h4 {
  font-family: "westmountregular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .contact-wrap__down .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #content > * {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  @page {
    size: 1200px 1697px;
  }
}
