/*!
Theme Name: Kadence
Theme URI: https://www.liquidweb.com/software/kadence/
Author: Kadence WP
Author URI: https://www.liquidweb.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.5.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/


html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}
/* menu start */
/* =========================================================
   GLOBAL TICKETLIX HEADER CSS
========================================================= */

#wrapper {
    --tl-dark: #050b16;
    --tl-red: #ef233c;
    --tl-red-dark: #d71932;
    --tl-white: #ffffff;
}

/* HEADER BASE */
.tl-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(3,8,18,.96), rgba(3,8,18,.72), rgba(3,8,18,0));
}

.tl-header-inner {
    max-width: 1450px;
    margin: auto;
    padding: 18px 42px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

/* LOGO */
.tl-logo {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -1.8px;
    color: #ffffff !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.tl-logo span {
    color: var(--tl-red);
}

/* DESKTOP NAV */
.tl-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.tl-nav a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .2s ease;
}

.tl-nav a:hover,
.tl-nav a.active {
    color: #ff344b !important;
}

/* ACTIONS */
.tl-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tl-currency-select {
    background: rgba(255,255,255,.10);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.30);
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}

.tl-currency-select:hover {
    background: rgba(255,255,255,.18);
}

.tl-currency-select option {
    background: #050b16;
    color: #ffffff;
}

.tl-language-switcher {
    position: relative;
    display: inline-block;
}

.tl-language-current {
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.08);
    color: #ffffff;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.tl-language-current:hover {
    background: rgba(255,255,255,.15);
}

.tl-language-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 175px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0 15px 35px rgba(0,0,0,.20);
    padding: 6px;
    display: none;
    z-index: 2000;
}

.tl-language-dropdown.active {
    display: block;
}

.tl-language-dropdown a {
    display: block;
    padding: 10px 12px;
    color: #202532 !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none !important;
    transition: .2s ease;
}

.tl-language-dropdown a:hover {
    background: #f3f5f9;
    color: var(--tl-red) !important;
}

/* MOBILE NAV & MENU */
.tl-mobile-menu {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #ffffff;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1002;
}

.tl-mobile-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 15px;
    right: 15px;
    background: #07101e;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
    z-index: 1001;
}

.tl-mobile-nav.active {
    display: block;
}

.tl-mobile-nav > a {
    display: block;
    padding: 13px 12px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    transition: .2s ease;
}

.tl-mobile-nav > a:hover {
    background: rgba(255,255,255,.08);
    color: #ff344b !important;
}

.tl-mobile-section-title {
    padding: 15px 12px 7px;
    color: #8f9aae;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.tl-mobile-currency-button,
.tl-mobile-language-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 12px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
}

.tl-mobile-currency-button:hover,
.tl-mobile-currency-button.active,
.tl-mobile-language-button:hover,
.tl-mobile-language-button.active {
    background: rgba(255,255,255,.08);
}

.tl-mobile-currency-dropdown,
.tl-mobile-language-dropdown {
    display: none;
    padding: 3px 8px 8px;
}

.tl-mobile-currency-dropdown.active,
.tl-mobile-language-dropdown.active {
    display: block;
}

.tl-mobile-currency-dropdown button {
    width: 100%;
    display: block;
    border: 0;
    background: transparent;
    color: #d8deea;
    padding: 10px 12px;
    border-radius: 7px;
    text-align: left;
    font-size: 13px;
    cursor: pointer;
}

.tl-mobile-currency-dropdown button:hover {
    background: rgba(255,255,255,.08);
    color: #ffffff;
}

.tl-mobile-language-dropdown a {
    display: block;
    padding: 10px 12px;
    color: #d8deea !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none !important;
}

.tl-mobile-language-dropdown a:hover {
    background: rgba(255,255,255,.08);
    color: #ffffff !important;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 1000px) {
    .tl-nav { gap: 16px; }
    .tl-header-inner { padding: 18px 25px; }
}

@media (max-width: 700px) {
    .tl-header-inner { padding: 14px 18px; min-height: 68px; }
    .tl-logo { font-size: 26px; }
    .tl-nav, .tl-header-actions { display: none; }
    .tl-mobile-menu { display: flex; }
    .tl-mobile-nav { top: 66px; }
}
/*menu end */

/* Target the site title text structure */
.site-title a::after {
  content: 'Lix';
  color: #E50914;
  margin-left: -0.22em; /* Adjusts alignment smoothly */
}

/* Clip the original 'Lix' visual overlap */
.site-title a {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* new */
.ticketlix-events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    width: 100%;
}

.ticketlix-event-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.25s ease;
}

.ticketlix-event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.ticketlix-event-image {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.ticketlix-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ticketlix-event-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e51f2a;
    color: #ffffff;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.ticketlix-event-content {
    padding: 18px;
}

.ticketlix-event-content h3 {
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.3;
    color: #111827;
}

.ticketlix-event-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.ticketlix-event-price {
    margin-top: 16px;
    margin-bottom: 14px;
}

.ticketlix-event-price span {
    display: block;
    font-size: 12px;
    color: #777;
}

.ticketlix-event-price strong {
    color: #e51f2a;
    font-size: 20px;
}

.ticketlix-ticket-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #07111f;
    color: #ffffff !important;
    text-align: center;
    padding: 13px 15px;
    border-radius: 7px;
    text-decoration: none !important;
    font-weight: 700;
    transition: 0.2s ease;
}

.ticketlix-ticket-button:hover {
    background: #e51f2a;
}


@media (max-width: 1000px) {

    .ticketlix-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .ticketlix-events-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ticketlix-event-image {
        height: 220px;
    }

    .ticketlix-event-content {
        padding: 16px;
    }

}
/* end */




/* =========================================================
   TICKETLIX FOOTER STYLES
========================================================= */

.tl-footer {
    background: #030812;
    color: #8f9aae;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 60px 0 30px;
    margin-top: auto;
}

.tl-footer-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 42px;
}

.tl-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* LOGO & BRAND */
.tl-footer-logo {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #ffffff;
    margin-bottom: 15px;
}

.tl-footer-logo span {
    color: #ef233c;
}

.tl-footer-description {
    color: #79859c;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* SOCIALS */
.tl-socials {
    display: flex;
    gap: 10px;
}

.tl-social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.tl-social:hover {
    background: #ef233c;
    color: #ffffff !important;
}

/* HEADINGS & LINKS */
.tl-footer-grid h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tl-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tl-footer-links a {
    color: #8f9aae !important;
    font-size: 13.5px;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.tl-footer-links a:hover {
    color: #ff344b !important;
}

/* CONTACT */
.tl-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tl-contact-item {
    font-size: 13.5px;
    color: #d8deea;
}

/* COPYRIGHT */
.tl-copyright {
    padding-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #5c677d;
}

/* RESPONSIVE LAYOUT */
@media (max-width: 992px) {
    .tl-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .tl-footer-inner {
        padding: 0 20px;
    }
    .tl-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


/* =========================================================
   END TICKETLIX FOOTER STYLES
========================================================= */