/*
Theme Name: Meteora Fine Dining
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Kostas Chasiotis
Author URI: https://kostaschasiotis.com
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776928962
Updated: 2026-04-23 07:22:42

*/

p:last-of-type { margin-block-end: 0; }
li:last-of-type { margin-block-end: 1em; }

.container-boxed-0 { padding: 0 1em !important; }
.container-boxed-1 { padding: 1em 1em !important; }
.container-boxed-2 { padding: 2em 1em !important; }
.container-boxed-4 { padding: 4em 1em !important; }
.container-boxed-8 { padding: 8em 1em !important; }
.container-boxed-12 { padding: 12em 1em !important; }

.container-card-1 { padding: 1em !important; }
.container-card-2 { padding: 2em !important; }
.container-card-3 { padding: 3em !important; }
.container-card-4 { padding: 4em !important; }
.container-card-8 { padding: 8em !important; }

.full-height-card { min-height: calc(100vh - 2em) !important; }

.square { aspect-ratio: 1 / 1; }
.landscape { aspect-ratio: 16 / 9; }
.portrait { aspect-ratio: 3 / 4; }
.ar-43 { aspect-ratio: 4 / 3; }

.flex .elementor-icon-wrapper { display: flex; }

.menu-container { backdrop-filter: blur(15px); }
.menu-content img { margin-right: 4px; }

.book-button { padding: 0.5em 1.5em; }

.fancy-title b { font-size: 12rem; }

.homepage-courses-carousel .elementor-swiper-button-next { right: -4rem !important; }
.homepage-courses-carousel .elementor-swiper-button-prev { display: none !important; }

/* Animated button effect */
.btn-animate-chars .elementor-button-text {
  display: inline-block;
  line-height: 1.2;
  overflow: hidden;
  vertical-align: top;
}

.btn-animate-chars .elementor-button-text .btn-animate-chars__char {
  display: inline-block;
  position: relative;
  text-shadow: 0 1.3em currentColor;
  transform: translateY(0) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--i) * 0.01s);
  will-change: transform;
}

.btn-animate-chars:hover .elementor-button-text .btn-animate-chars__char,
.btn-animate-chars .elementor-button:hover .elementor-button-text .btn-animate-chars__char {
  transform: translateY(-1.3em) rotate(0.001deg);
}

/* Text Highlight Effect */
/* Simply add the text-highlight css class to a elementor content element to have the <strong> */
/* tags have a nice highlight animation */
.text-highlight p { margin: 1.5em auto; }

.text-highlight strong {
  all: unset;
  position: relative;
  cursor: text;

  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: linear-gradient(
    var(--e-global-color-secondary),
    var(--e-global-color-secondary)
  );
  color: inherit;

  transition:
    color 0.3s ease,
    background-size 0.8s ease;
}

/* Active state */
.text-highlight strong.active {
  background-size: 100% 100%;
  color: var(--e-global-color-text);
}

/* Staggered Animation Gallery */
.staggered-animation-gallery .elementor-gallery-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition-delay: calc(var(--gallery-index, 0) * 250ms);
}

.staggered-animation-gallery.gallery-visible .elementor-gallery-item {
  opacity: 1;
  transform: translateY(0);
}

/* Contact Page */
.contact-form .elementor-field-option { display: flex; gap: 0.5em; align-items: center; }
.contact-form .elementor-field-option #form-field-privacy_policy { appearance: none; border: 1px solid var(--e-global-color-primary); width: 1.25em; height: 1.25em; display: grid; place-content: center; }
.contact-form .elementor-field-option #form-field-privacy_policy::before { content: ""; width: 0.75em; height: 0.75em; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em var(--e-global-color-primary); }
.contact-form .elementor-field-option #form-field-privacy_policy:checked::before { transform: scale(1); }

/* Menu Page */
.menu-content strong { font-weight: 600; }
.menu-notes ul { list-style: none; padding: 0; }

/* Checkout Page */
.custom-checkout .woocommerce-checkout-review-order .product-total, .custom-checkout .woocommerce-checkout-review-order .cart-subtotal td, .custom-checkout .woocommerce-checkout-review-order .order-total td { text-align: right; }

/* Booking Calendar Popup */
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col { color: var(--e-global-color-text); }
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right, body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left { color: var(--e-global-color-text) !important; }
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span { box-shadow: inset 0 0 0 2px var(--e-global-color-secondary); }
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span { background: var(--e-global-color-secondary) !important; }
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a { color: var(--e-global-color-text) !important; }
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span { box-shadow: inset 0 0 0 2px var(--e-global-color-secondary) !important; }

/* Woocommerce */
.woocommerce-NoticeGroup li:last-of-type { margin-block-end: 0; }
.elementor-widget-woocommerce-purchase-summary .woocommerce-table__product-name { color: var(--e-global-color-primary); }
.elementor-widget-woocommerce-purchase-summary .wc-item-meta { padding: 0.5rem 0; }
.elementor-widget-woocommerce-purchase-summary .product-total, .elementor-widget-woocommerce-purchase-summary tfoot tr td { text-align: right; }
.select2-dropdown { background-color: var(--e-global-color-text) !important; }
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 2rem !important; }
.woocommerce form .form-row .required { color: var(--e-global-color-primary) !important; }

/* Custom content pages */
.custom-content h2 { font-size: 1.5rem; }
.custom-content h3 { font-size: 1.25rem; }

/* Booking Calendar */
.booked-number-of-people { display: flex; align-items: center; gap: 1rem; margin: 1rem 0 0.5rem 0 !important; }
.booked-number-of-people label { font-size: 15px; }
.booked-number-of-people select { width: 4rem !important; }

@media (max-width: 1024px) {
	.container-boxed-8 { padding: 4em 1em !important; }
	.container-card-8 { padding: 4em !important; }
}

@media (max-width: 767px) {
	.container-card-2 { padding: 1em !important; }
	.container-card-4 { padding: 1em !important; }
	.container-card-8 { padding: 1em !important; }
	
	.e--pointer-underline .elementor-item::after { bottom: 0.25rem !important; }
}