/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.gastro-onepager-section {
  padding: 6rem 1.5rem;
  background-repeat: repeat;
  background-color: #f7f4eb;
  color: #333333;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
.gastro-onepager-section .gastro-bg-decor-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.gastro-onepager-section .gastro-bg-decor-layer .decor-illu {
  position: absolute;
  opacity: 0.85;
  height: auto;
}
.gastro-onepager-section .gastro-bg-decor-layer .illu-vesuv {
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 450px;
}
.gastro-onepager-section .gastro-bg-decor-layer .illu-ape {
  bottom: 40px;
  left: -20px;
  width: 140px;
}
.gastro-onepager-section .gastro-bg-decor-layer .illu-vespa-1 {
  top: 20%;
  right: -30px;
  width: 120px;
  transform: rotate(-10deg);
}
.gastro-onepager-section .gastro-bg-decor-layer .illu-oliven-1 {
  top: 5%;
  left: 2%;
  width: 160px;
}
.gastro-onepager-section .gastro-bg-decor-layer .illu-oliven-2 {
  bottom: 30%;
  right: 2%;
  width: 130px;
}
@media (max-width: 1024px) {
  .gastro-onepager-section .gastro-bg-decor-layer .illu-ape, .gastro-onepager-section .gastro-bg-decor-layer .illu-vespa-1, .gastro-onepager-section .gastro-bg-decor-layer .illu-oliven-1, .gastro-onepager-section .gastro-bg-decor-layer .illu-oliven-2 {
    display: none;
  }
  .gastro-onepager-section .gastro-bg-decor-layer .illu-vesuv {
    width: 45%;
  }
}
.gastro-onepager-section .gastro-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.gastro-onepager-section .gastro-header {
  max-width: 750px;
  margin: 0 auto 5rem auto;
  text-align: center;
}
.gastro-onepager-section .gastro-header .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.gastro-onepager-section .gastro-header .logo-wrapper .gastro-logo {
  max-height: 210px;
  width: auto;
}
.gastro-onepager-section .gastro-header .logo-wrapper .gastro-sublogo {
  max-height: 45px;
  width: auto;
  margin-top: 0.5rem;
}
.gastro-onepager-section .gastro-header .gastro-divider {
  display: block;
  margin: 1rem auto;
  max-width: 180px;
}
.gastro-onepager-section .gastro-header .gastro-title {
  font-family: "Vollkorn", serif;
  font-style: italic;
  line-height: 1.15 !important;
  color: #17583A !important;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.5rem;
}
.gastro-onepager-section .gastro-header .gastro-subtitle {
  font-size: 1.25rem;
  line-height: 1.15 !important;
  color: #000000;
  font-style: normal;
  display: block;
}
.gastro-onepager-section .gastro-header .gastro-lead {
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #17583A !important;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.gastro-onepager-section .gastro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .gastro-onepager-section .gastro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .gastro-onepager-section .gastro-grid {
    grid-template-columns: 1fr;
  }
}
.gastro-onepager-section .gastro-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(140, 118, 83, 0.15);
  border-radius: 6px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 2.5rem;
}
.gastro-onepager-section .gastro-card .gastro-image-wrapper {
  position: relative;
  width: 100%;
  height: 210px;
}
.gastro-onepager-section .gastro-card .gastro-image-wrapper .gastro-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gastro-onepager-section .gastro-card .gastro-image-wrapper .gastro-avatar-img {
  position: absolute;
  bottom: -30px;
  right: 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  z-index: 3;
}
.gastro-onepager-section .gastro-card .gastro-image-wrapper.slider-style {
  display: flex;
}
.gastro-onepager-section .gastro-card .gastro-image-wrapper.slider-style .half-img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.gastro-onepager-section .gastro-card .gastro-image-wrapper.slider-style .half-img:first-child {
  border-right: 2px solid #ffffff;
}
.gastro-onepager-section .gastro-card .card-body-content {
  padding: 2rem 1.5rem 1rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
.gastro-onepager-section .gastro-card h3 {
  font-size: 1.4rem;
  color: #1c352d;
  margin-bottom: 1rem;
  font-weight: 600;
}
.gastro-onepager-section .gastro-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 0;
}
.gastro-onepager-section .gastro-card .gastro-card-decor {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.gastro-onepager-section .gastro-card .gastro-card-decor .card-illu {
  max-height: 40px;
  width: auto;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .gastro-onepager-section .gastro-card .gastro-card-decor {
    display: none;
  }
}
.gastro-onepager-section .gastro-card.highlight-card {
  border: 2px solid #8c7653;
  background-color: #faf8f5;
}
.gastro-onepager-section .gastro-card.wide-card {
  grid-column: span 3;
  padding: 3rem 2.5rem;
}
@media (max-width: 1024px) {
  .gastro-onepager-section .gastro-card.wide-card {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .gastro-onepager-section .gastro-card.wide-card {
    grid-column: span 1;
  }
}
.gastro-onepager-section .gastro-card.wide-card h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.gastro-onepager-section .gastro-btn {
  display: inline-block;
  background-color: #8c7653;
  color: #ffffff !important;
  padding: 0.8rem 2.5rem;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  text-decoration: none;
  margin: 1.5rem auto 0 auto;
  transition: background-color 0.2s;
}
.gastro-onepager-section .gastro-btn:hover {
  background-color: #1c352d;
}
.gastro-onepager-section .gastro-contact-details {
  margin-top: 1.5rem;
}
.gastro-onepager-section .gastro-contact-details .gastro-phone-link {
  font-size: 1.5rem;
  color: #1c352d;
  text-decoration: none;
}
.gastro-onepager-section .gastro-contact-details .gastro-phone-link:hover {
  color: #8c7653;
}
.gastro-onepager-section .gastro-meta-box {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gastro-onepager-section .gastro-meta-box {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.gastro-onepager-section .gastro-timetable {
  flex: 1;
  width: 100%;
  max-width: 350px;
}
.gastro-onepager-section .gastro-timetable .time-row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0 0.6rem 2.2rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  border-bottom: 1px dashed rgba(140, 118, 83, 0.15);
}
.gastro-onepager-section .gastro-timetable .time-row span {
  color: #555555;
}
.gastro-onepager-section .gastro-timetable .time-row strong {
  color: #1c352d;
}
.gastro-onepager-section .gastro-timetable .time-row.rest-day strong {
  color: #c0392b;
}
.gastro-onepager-section .gastro-address-box {
  flex: 1;
  max-width: 350px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
  text-align: left;
}
@media (max-width: 768px) {
  .gastro-onepager-section .gastro-address-box {
    text-align: center;
  }
}
.gastro-onepager-section .gastro-address-box .gastro-welcome-text {
  font-style: italic;
  font-weight: 600;
  color: #8c7653;
  margin-top: 1rem;
}
.gastro-onepager-section .gastro-wide-decor {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(140, 118, 83, 0.1);
  padding-top: 2rem;
}
.gastro-onepager-section .gastro-wide-decor .wide-illu {
  max-height: 50px;
  width: auto;
  opacity: 0.85;
}
@media (max-width: 568px) {
  .gastro-onepager-section .gastro-wide-decor {
    gap: 1.5rem;
  }
  .gastro-onepager-section .gastro-wide-decor .wide-illu {
    max-height: 40px;
  }
}
.g-toplevel .g-menu-item-container {
  font-size: 14px !important;
  color: #ffffff;
  font-weight: normal !important;
}
.g-toplevel > .g-menu-item:not(:first-child) > .g-menu-item-container::before {
  content: "|";
  color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  opacity: 0.7;
}
.g-dropdown .g-menu-item-container::before {
  content: none !important;
}
/*# sourceMappingURL=custom_homepage.css.map */