﻿/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twentytwentyfive-child
Description: Child theme for Twenty Twenty-Five
Author: Adrian Whyte
Template: twentytwentyfive
Version: 1.0
*/
:root {
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-900: oklch(21% .034 264.665);
    --color-amber-50: oklch(98.7% .022 95.277);
    --color-amber-100: oklch(96.2% .059 95.617);
    --color-amber-500: oklch(76.9% .188 70.08);
    --color-amber-600: oklch(66.6% .179 58.318);
    --color-amber-700: oklch(55.5% .163 48.998);
    --color-amber-800: oklch(47.3% .137 46.201);
    --color-amber-900: oklch(41.4% .112 45.904);
    --tw-shadow: 0 0 #0000;
    --tw-shadow-color: initial;
    --tw-shadow-alpha: 100%;
    --tw-inset-shadow: 0 0 #0000;
    --tw-inset-shadow-color: initial;
    --tw-inset-shadow-alpha: 100%;
    --tw-ring-color: initial;
    --tw-ring-shadow: 0 0 #0000;
    --tw-inset-ring-color: initial;
    --tw-inset-ring-shadow: 0 0 #0000;
    --tw-ring-inset: initial;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-outline-style: solid;
}

.wp-block-site-title {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman";
    font-size: 24px;
    font-weight: normal;
    color: var(--color-amber-700);
    margin: 0px 0px 0.5em 0px;
}

li .menu-item {
    background-color: var(--color-amber-50);
    margin-bottom: 1.2em;
    border-bottom-color:rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width:1;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 0px;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    box-sizing: border-box;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 0px;
}

.menu-item .wp-block-group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.menu-price {
    color: var(--color-amber-700);
    font-size: 16px;
}

.menu-item h3 {
    position: relative;
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.menu-row {
  display: flex;
  align-items: baseline;
}

.menu-row .wp-block-post-title {
  flex-grow: 1;
  margin: 0;
}

.menu-item-desc {
    font-size: 14px;
    margin-block-start: 0.2em;
}

.menu-nationality {
    color: var(--color-amber-700);
    font-size: 14px;
    margin-block-start: 0px;
}
/*.menu-row .wp-block-post-title::after {
  content: "................................................";
  margin-left: 8px;
  letter-spacing: 2px;
}

.menu-price {
  margin-left: 10px;
  font-weight: bold;
}
.menu-category {
  color: oklch(55.5% .163 48.998);
}
*/
.wp-block-site-title {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
}

.footer-cj {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .footer-cj .wp-block-site-title {
        font-size: 20px;
        font-weight: normal;
        color: var(--color-amber-500);
    }

footer .wp-block-group {
    background-color: var(--color-gray-900);
    color: var(--color-gray-400);
    font-size: 16px;
    /*    padding: 1em;
text-align: center;
border-radius: 10px;
*/
}

footer .wp-block-group h4 {
    color: white;
}

.small-svg-icon {
    margin-top: -8px;
    padding: 20px; /* controls space around SVG */
    background: #f5f5f5; /* optional */
    border-radius: 8px; /* optional */
    /*display: inline-block;*/ /* shrink-wrap to content */
    background: var(--color-amber-100);
    border-bottom-right-radius: 26843500px;
    border-bottom-left-radius: 26843500px;
    border-top-right-radius: 26843500px;
    border-top-left-radius: 26843500px;
    width: 32px;
    height: auto;
}

.small-svg-icon-center {
    display: flex;
    align-items: center;
    justify-content: center; /* horizontal */
    /* align-items: center; vertical */
    /*    width: 24px;
    height: 24px;
*/
}

.small-svg-icon svg {
    display: block; /* removes inline gaps */
    width: 100%; /* makes SVG scale */
    height: auto; /* keeps aspect ratio */
    stroke: var(--color-amber-700);
}

.wp-block-navigation .current-menu-item {
    color: var(--color-amber-700);
}

.wp-block-navigation .menu-item-reserve {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: var(--color-amber-700);
    color: white;
}

.auto-width-columns {
    display: flex;
}

.auto-width-columns .wp-block-column:first-child {
    width: max-content;
}
.auto-width-columns .wp-block-column:last-child {
    flex: 1; /* fill remaining space */
}

.wp-block-column {
    flex-grow: 1;
}

.home-menu-button {
    background-color: var(--color-amber-700);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

.home-menu-button a {
    text-decoration: none;
}

.home-reservation-button {
    background-color: white;
    color: var(--color-amber-700);
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

.home-reservation-button a {
    text-decoration: none;
}
/* Grid layout */
/*.wpforms-field-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
*/
/* Make fields span properly */
/*.full-row {
    grid-column: 1 / -1;
    width: 100%;
}
*/
/*.half-row {
    grid-column: span 1;
}
*/
/* Force WPForms fields to fill grid cells */
/*.wpforms-field {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}
*/
/* Remove WPForms column classes influence */
/*.wpforms-one-half,
.wpforms-one-third,
.wpforms-two-thirds {
    width: 100% !important;
}
*/
/* Make inputs themselves stretch */
/*.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
    width: 100% !important;
    box-sizing: border-box;
}
*/
/* Responsive: stack on mobile */
/*@media (max-width: 600px) {
    .wpforms-field-container {
        grid-template-columns: 1fr;
    }
}*/