/**
 * Welcome Ashore Site Styles
 * Custom styling for site-specific components
 */

/* Font Stack override */

:root{
  --wp--preset--font-family--tenor-sans: "Tenor Sans", "Noto Sans", "Source Sans Pro", "Open Sans", Arial, sans-serif !important;
  --wp--preset--font-family--fave-script-pro: fave-script-pro, "Noto Serif Display", "Dancing Script", "Playfair Display", Georgia, serif !important;
}

:lang(el){
  --wp--preset--font-family--tenor-sans: "Noto Sans", "Tenor Sans", "Source Sans Pro", "Open Sans", Arial, sans-serif !important;
  --wp--preset--font-family--fave-script-pro: "Noto Serif Display", "Dancing Script", "Playfair Display", Georgia, serif !important;

  --wp--preset--font-size--huge: clamp(2.25rem, 2.25rem + ((1vw - 0.2rem) * 1.818), 3.25rem);
  --wp--preset--font-size--h-1: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 1.818), 2.75rem);
  --wp--preset--font-size--h-2: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.909), 2rem);
}

/* Location Dropdown Styling */
.wp-block-navigation.is-style-location-dropdown{display:none;}

.location-dropdown-select {
    appearance: none;
    background-color: var(--wp--preset--color--secondary) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff;
    line-height: 1.5;
    min-height: 30px;
    font-family: inherit;
    padding: 0.3rem 2.5rem 0.3rem 0.75rem;
    transition: all 0.2s ease-in-out;
    width: auto;
    min-width: 150px;
}
.has-secondary-background-color .location-dropdown-select{
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.location-dropdown-select:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.location-dropdown-select:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.location-dropdown-select:disabled {
    background-color: #f3f4f6;
    color: #6b7280;
    cursor: not-allowed;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .location-dropdown-select {
        font-size: 0.875rem;
        min-height: 2.25rem;
        min-width: 120px;
        padding: 0.375rem 2rem 0.375rem 0.5rem;
    }
}


.wpml-ls-legacy-list-horizontal{
  padding:0 0 0 0;
}