:root {
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "din-condensed", sans-serif;
  --decorative-color: #e4384b;
  --black-color: #000;
}

#newsletter-cms a {
  color: black !important;
}

.acm-section .button:not(.booking-trigger),
.acm-section input[type=submit].button:not(.booking-trigger) {
  border-color: var(--decorative-color);
  font-family: var(--primary-font);
  color: var(--black-color);
  min-width: 147px;
}
.acm-section .button:not(.booking-trigger):hover,
.acm-section input[type=submit].button:not(.booking-trigger):hover {
  background-color: var(--decorative-color);
  color: #fff;
}
.acm-section a {
  color: var(--decorative-color);
  text-decoration: underline;
}
.acm-section a:hover {
  color: var(--black-color);
}

.weekend-coffee #photos .slide .caption {
  background: #fff;
  border: none;
  width: 45%;
}
@media (min-width: 768px) {
  .weekend-coffee #photos .slide .caption {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .weekend-coffee #photos .slide .caption {
    width: 45%;
  }
}
.weekend-coffee #photos .slide .caption span {
  display: block;
  font-size: 30px;
  margin: 15px 0 6px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #photos {
    height: 50vh;
  }
}

.page-content p {
  font-weight: normal;
}

.newsletter-section .page-content h4 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--decorative-color);
}
.newsletter-section #newsletter form fieldset.main p input[type=text] {
  border: 2px solid var(--decorative-color);
  box-shadow: 5px 5px 0 0 var(--decorative-color);
  font-family: var(--primary-font);
  font-style: italic;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:-ms-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-webkit-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus:-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus:-ms-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter form fieldset.main p.controls .button {
  box-shadow: 5px 5px 0 0 var(--decorative-color);
  border-color: var(--decorative-color);
  background-color: #fff;
  font-family: var(--primary-font);
}
.newsletter-section #newsletter form fieldset.main p.controls .button:hover {
  color: #fff;
  background-color: var(--decorative-color);
  box-shadow: none;
}
.newsletter-section #newsletter form fieldset.main p.required::before {
  color: var(--decorative-color);
}
.newsletter-section #newsletter form fieldset.consent a {
  color: var(--decorative-color);
}
.newsletter-section #newsletter form fieldset.consent a:hover {
  color: var(--black-color);
}
.newsletter-section #newsletter form fieldset.consent em {
  color: var(--decorative-color);
}
.newsletter-section #newsletter-cms {
  display: block;
  max-width: 1570px;
  padding: 0;
  margin: 0 auto;
  z-index: 0;
}
.newsletter-section #newsletter-cms [id*=form_form_] {
  border: 2px solid #000;
  width: 85%;
  margin: 0 auto !important;
  z-index: 5;
  padding: 50px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .newsletter-section #newsletter-cms [id*=form_form_] {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter-section #newsletter-cms [id*=form_form_] {
    width: auto;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter-cms [id*=form_form_] {
    width: auto;
    padding: 50px 10px;
    margin: 0;
  }
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_success {
  font-style: normal;
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_errors {
  font-style: normal;
  color: var(--decorative-color);
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_errors .goTo {
  color: var(--black-color);
}
.newsletter-section #newsletter-cms [id*=form_form_] #form_module_container_errors .goTo:hover {
  color: var(--decorative-color);
  filter: none;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputtext]:before, .newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputemail]:before {
  color: var(--decorative-color);
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text],
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email] {
  border: 2px solid var(--decorative-color);
  box-shadow: 5px 5px 0 0 var(--decorative-color);
  font-family: var(--primary-font);
  font-style: italic;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]::-webkit-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]::-webkit-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]::-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]::-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:-ms-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:-ms-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus::-webkit-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus::-webkit-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus:-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus:-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus::-moz-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus::-moz-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=text]:focus:-ms-input-placeholder,
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field input[type=email]:focus:-ms-input-placeholder {
  font-style: italic;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] .button {
  color: #231f20;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  box-shadow: 5px 5px 0 0 var(--decorative-color);
  border-color: var(--decorative-color);
  background-color: #fff;
  font-family: var(--primary-font);
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:first-of-type .form-builder-field[class*=inputsubmit] .button:hover {
  color: #fff;
  background-color: var(--decorative-color);
  box-shadow: none;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label > em {
  color: var(--decorative-color);
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p {
  font-family: var(--primary-font);
  font-style: normal;
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p a {
  color: var(--decorative-color);
}
.newsletter-section #newsletter-cms [id*=form_form_] fieldset:nth-of-type(2) .form-builder-field .compliance label p a:hover {
  color: var(--black-color);
}

@media only screen and (min-width: 1440px) {
  .content-on-image .content-on-image-container {
    width: 33.3333333333%;
  }
}
.content-on-image .content-on-image-title {
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: var(--decorative-color);
  padding: 0;
  margin: 20px 0 40px;
}
.content-on-image .content-on-image-title::before {
  content: none;
}

.restaurant-menu {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu {
    padding: 0 25px 20px;
  }
}
.restaurant-menu::after {
  content: none;
}
.restaurant-menu .restaurant-menu-nav button {
  font-family: var(--primary-font);
  color: var(--decorative-color);
}
.restaurant-menu .restaurant-menu-nav button span::after {
  background-color: var(--decorative-color);
}
.restaurant-menu .restaurant-menu-nav button.active {
  font-weight: 700;
}
.restaurant-menu .promo-card-text {
  color: #fff;
}
.restaurant-menu .promo-card-text h3 {
  font-family: var(--primary-font);
  text-transform: none;
  letter-spacing: 0.06em;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  font-style: normal;
}
.restaurant-menu .promo-card-text p,
.restaurant-menu .promo-card-text .promo-card-text-title-price {
  font-family: var(--primary-font);
  font-style: normal;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  font-style: normal;
}
.restaurant-menu .restaurant-menu-items {
  padding-top: 40px;
  background-color: #f5f5f5;
  box-shadow: 5px 5px 0 0 #b58a5f;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-items {
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-item {
    background-color: #f5f5f5;
    box-shadow: 5px 5px 0 0 #b58a5f;
  }
}
.restaurant-menu .restaurant-menu-item .restaurant-menu-item-heading {
  margin: 20px 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: var(--decorative-color);
  font-size: 2rem;
}
.restaurant-menu .restaurant-menu-item .restaurant-menu-item-heading::before {
  content: none;
}
.restaurant-menu .restaurant-menu-item-mobile-toggle {
  position: relative;
  font-family: var(--primary-font);
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: var(--decorative-color);
  text-decoration: none;
  padding-right: 30px;
}
.restaurant-menu .restaurant-menu-item-mobile-toggle::after {
  position: absolute;
  top: 5px;
  right: 0;
  transition: background 0.3s ease;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236d6d6d' d='M416 208H272V64a32 32 0 0 0-32-32h-32a32 32 0 0 0-32 32v144H32a32 32 0 0 0-32 32v32a32 32 0 0 0 32 32h144v144a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V304h144a32 32 0 0 0 32-32v-32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.restaurant-menu .restaurant-menu-item-mobile-toggle.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236d6d6d' d='M416 208H32a32 32 0 0 0-32 32v32a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32v-32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E%0A");
}
.restaurant-menu .menu-toggle-item-title {
  font-family: var(--primary-font);
  text-transform: none;
  letter-spacing: 0.06em;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
}
.restaurant-menu .menu-toggle-item-title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236d6d6d' d='M416 208H272V64a32 32 0 0 0-32-32h-32a32 32 0 0 0-32 32v144H32a32 32 0 0 0-32 32v32a32 32 0 0 0 32 32h144v144a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V304h144a32 32 0 0 0 32-32v-32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E%0A");
}
.restaurant-menu .menu-toggle-item-title.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236d6d6d' d='M416 208H32a32 32 0 0 0-32 32v32a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32v-32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E%0A");
}
.keyboard-navigation .restaurant-menu .menu-toggle-item-title:focus {
  box-shadow: 0px 0px 1px 1px var(--decorative-color);
}
.restaurant-menu .menu-toggle-item-body .dish-name,
.restaurant-menu .menu-toggle-item-body .dish-price {
  font-family: var(--primary-font);
  font-style: normal;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  font-style: normal;
}
.restaurant-menu .menu-toggle-item-body .dish-components {
  font-size: 0.8rem;
}

.contacts-section-wrapper {
  background-image: none;
}
.contacts-section-wrapper:after {
  display: none;
}

.checkers.contact-acm .checkers-item .checkers-content h2,
.checkers.contact-acm .checkers-item .checkers-content h3 {
  letter-spacing: 0.2em;
  color: var(--decorative-color);
}

.gallery-acm h3 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-style: normal;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--decorative-color);
}
@media only screen and (max-width: 767px) {
  .gallery-acm h3 {
    font-size: 1.5rem;
  }
}
.gallery-acm h3 a {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--decorative-color);
  text-decoration: none;
}
.gallery-acm h3 a:hover {
  -webkit-text-fill-color: var(--decorative-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--decorative-color);
}
.gallery-acm .gallery-widget .gallery-image {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1199px) {
  .gallery-acm .gallery-widget .gallery-image {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery-widget .gallery-image {
    width: 100%;
  }
}

.content-with-image::after,
.newsletter-section #newsletter::after,
.newsletter-section #newsletter-cms::after {
  content: none;
}

.content-with-image.acm-section:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .content-with-image.acm-section .checkers .checkers-content .headings-wrapper .heading + .heading {
    margin-top: 10px;
  }
}
.content-with-image.acm-section .checkers .checkers-content h2,
.content-with-image.acm-section .checkers .checkers-content h3 {
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: var(--decorative-color);
  padding: 0;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1199px) {
  .content-with-image.acm-section .checkers .checkers-content h2,
  .content-with-image.acm-section .checkers .checkers-content h3 {
    font-size: 1.7rem;
  }
}
.content-with-image.acm-section .checkers .checkers-content h2:after,
.content-with-image.acm-section .checkers .checkers-content h3:after {
  display: none;
}
