/**
 * Theme Name:     Cantat Lisboa
 * Author:         BYTE TO IT
 * Template:       blocksy
 * Text Domain:	   cantat-lisboa
 * Description:    Cantat Lisboa is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
 */

/* |general */

.grey-bg {
    background-color: var(--theme-palette-color-7);
}

.spacing-80 {
    padding: 80px 0;
}

.line-height-null {
    line-height: 0;
}

.banner-cta .gspb_backgroundOverlay {
    background: linear-gradient(91deg, #A01007 0.72%, rgba(160, 16, 7, 0.00) 84.74%), lightgray 50% / cover no-repeat !important;
    mix-blend-mode: multiply;
}

.tabs-lang {
    margin-top: -63px;
}

.tabs-lang .t-btn-container {
    align-items: end;
    min-height: 63px;
}

.tabs-lang .t-panel-container {
    border: 0 !important;
}

.tabs-lang .t-btn:hover .tabtitlelabel {
    color: #ffffff;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.heateor_sss_horizontal_sharing a:last-of-type .heateor_sss_svg {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg svg {
    width: 20px;
    height: 20px;
}

/* Breadcrumb Trail Styles */
.custom-breadcrumb-trail {
    font-family: 'Roboto Condensed', Sans-Serif;
    /* Example font, adjust to your theme */
    font-size: 18px;
    color: var(--theme-palette-color-2);
}

/* Common link and current item styles */
.custom-breadcrumb-trail a,
.custom-breadcrumb-trail .breadcrumb-current {
    text-decoration: none;
    /* No underline on links by default */
    color: inherit;
    /* Use the parent color */
    margin-right: 5px;
    /* Spacing before the separator */
}

/* Home link style (linked and underlined in the image) */
.custom-breadcrumb-trail .home-link {
    color: var(--theme-palette-color-2);
    /* Reddish/brown color from the image */
    border-bottom: 1px solid var(--theme-palette-color-6);
}

/* Links on hover */
.custom-breadcrumb-trail a:hover {
    color: var(--theme-palette-color-6);
}

/* Separator style ('>') */
.custom-breadcrumb-trail .breadcrumb-separator {
    color: var(--theme-palette-color-6);
    /* Match the red/brown color for the '>' */
    margin: 0 5px;
    /* Spacing around the separator */
}

/* Current page item style (no link, no underline) */
.custom-breadcrumb-trail .breadcrumb-current {
    color: var(--theme-palette-color-2);
    /* Standard dark gray color */
    font-weight: 400;
    /* Optional: Make it bold for emphasis */
}

/* |Nav */

@media (min-width: 1000px) {
    .home #header {
        position: absolute;
        width: 100%;
    }

    .home #header [data-row*=middle] {
        background-color: transparent !important;
    }
}

#header-menu-2 ul li a {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

#header-menu-2 ul li:last-of-type a {
    padding-right: 0;
}

#header-menu-2 ul li::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: var(--theme-palette-color-6);
}

#header-menu-2 ul li:first-of-type::before {
    display: none;
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    height: auto;
    padding: 8px 0px;
    margin: 0px 16px;
    border-bottom: 2px solid transparent;
    transition: 200ms all ease;
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li.current_page_item>a {
    border-bottom: 2px solid var(--theme-palette-color-6);
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a:hover {
    border-bottom: 2px solid var(--theme-palette-color-6);
}

[data-header*="type-1"] #offcanvas {
    height: fit-content !important;
}

.ct-panel-content-inner {
    padding: 24px !important;
}

.ct-panel-actions {
    padding: 24px !important;
    border-bottom: 1px solid #f2f2f2;
}

#offcanvas .ct-header-cta a.ct-button {
    height: 48px;
}

.menu-item-has-children .ct-toggle-dropdown-desktop { 
    display: none;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    white-space: nowrap;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
    margin-left: 16px;
    width: auto;
    box-shadow: 0 25px 37px 0 rgba(0, 0, 0, 0.10), 0 10px 15px 0 rgba(0, 0, 0, 0.05) !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link:hover {
    background-color: #EEEEF2;
}

@media (max-width: 689px) {

    #offcanvas .ct-header-cta,
    #offcanvas .ct-header-cta a.ct-button {
        width: 100%;
    }
}

.custom-login-button svg rect,
.custom-login-button svg path {
    transition: 200ms all ease;
}

.custom-login-button:hover svg rect {
    fill: var(--theme-palette-color-6);
}

.custom-login-button:hover svg path {
    fill: var(--theme-palette-color-6);
    stroke: var(--theme-palette-color-5);
}

/* |Footer */

.newsletter-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: start;
}

.nav-list {
    display: none;
    font-family: 'Roboto Condensed', Sans-Serif;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

@media (min-width: 1000px) {
    .nav-list {
        display: flex !important;
        font-size: clamp(0px, 1.111vw, 16px) !important;
        gap: clamp(16px, 2.222vw, 32px) !important;
    }

    #gspb_image-id-gsbp-855ab7d img {
        width: clamp(115.28px, 11.528vw, 166px) !important;
        height: auto;
    }
}

#block-13 {
    width: 100% !important;
}

#block-13 .footer-middle-block {
    width: 100% !important;
}

#block-13 .footer-middle-block {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

#gspb_container-id-gsbp-745d4a7 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}

#gspb_container-id-gsbp-242907a {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px;
}

#block-13 .footer-middle-block {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

@media (min-width: 1000px) {
    #gspb_container-id-gsbp-745d4a7 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        gap: clamp(16px, 2.222vw, 32px) !important;
    }

    #block-13 .footer-middle-block {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1000px) {

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] .ct-container {
        display: flex;
        flex-direction: column;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] .ct-container div:first-of-type {
        order: 2;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] .ct-container div:last-of-type {
        order: 1;
    }
}

#footer .wpcf7-form .newsletter-input {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

#footer .wpcf7-form .newsletter-input br,
#footer .wpcf7-form .newsletter-input .wpcf7-spinner {
    display: none;
}

#footer .wpcf7 input[type="email"] {
    height: 48px !important;
    background-color: var(--theme-palette-color-3) !important;
    border-radius: 0 !important;
    padding: 4px 12px;
    color: var(--theme-palette-color-5);
    font-size: 16px;
    font-weight: 400;
}

#footer .wpcf7 input[type="email"]::placeholder {
    color: var(--theme-palette-color-5);
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    /* Firefox */
}

#footer .wpcf7 input[type="email"]::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--theme-palette-color-5);
    font-size: 16px;
    font-weight: 400;
}

#footer .wpcf7-form-control {
    height: 48px;
    background-color: var(--theme-palette-color-5);
    color: var(--theme-palette-color-1);
    border-radius: 0;
    padding: 4px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: .16px;
}

#footer .nav-list a:hover {
    border-bottom: 2px solid var(--theme-palette-color-6);
}

#footer .nav-list a {
    border-bottom: 2px solid transparent;
    padding: 8px 0;
}

/* |events grid */

.event-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.event-image {
    width: 100%;
    aspect-ratio: 5/3;
    background-size: cover;
    background-position: center;
    margin-bottom: 16px;
}

.event-info {
    display: flex;
    flex-direction: column;
}

.event-meta {
    color: var(--theme-palette-color-6);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Roboto Condensed', Sans-Serif;
}

.event-location {
    margin: 8px 0 0 0;
    color: var(--theme-palette-color-1);
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto Condensed', Sans-Serif;
}

@media (min-width: 690px) {
    .event-meta {
        font-size: 18px;
    }
    .events-grid {
        gap: 60px 32px;
    }

    .event-image {
        margin-bottom: 32px;
    }

    .event-info {
        min-height: 190px;
    }

    .event-location {
        margin: auto 0 24px 0;
    }
}

