/*
Theme Name: Alfabet Marki Theme
Theme URI: https://alfabetmarki.pl
Description: Profesjonalny motyw WordPress z zaawansowanym panelem ustawień. Stworzony z myślą o pełnej customizacji i wydajności.
Author: Alfabet Marki
Author URI: https://alfabetmarki.pl
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alfabetmarki-theme
Domain Path: /languages
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-post-formats
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Reset CSS */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
    
    transition: all 0.3s ease;
}
a:hover {
    color: #0050aa;
    text-decoration: none;
}
.content-text p:last-child {
    margin-bottom: 0 !important;
}
.container {
    max-width: 1360px;
    margin: 0 auto;
}
.site-content-front-page > .container, .site-content-kino > .container {
    max-width: 100%;
}
.hero-content-wrapper {
    max-width: 1360px;
    margin: 0 auto;
    height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
button{
    border: none;
    background: none;
    cursor: pointer;
    color: #fff;
    
}
.mobile-menu-socials-top p {
	color: #fff;
}
.mobile-menu-socials-bottom .logo-umk {
	width: 200px;
}
.mobile-menu-socials-bottom-tools {
	margin: 20px 0px;
	display: flex;
	align-items: center;
	gap: 30px;
}
#text-size-btn-mobile {
	font-size: 30px;
    font-weight: 700;
    display: block;
}
#contrast-btn-mobile {
	height: 30px;
    display: block;
}
#contrast-btn-mobile img {
	width: 30px;
}
.btn, input[type="submit"], input[type="button"], .wp-block-button__link, .button {
	display: inline-block;
	padding: 17.5px 40px;
	background-color: #0050aa;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
	line-height: 1;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.wydarzenie-buttons a {
	width: 200px;
}
.btn-accent, .btn-outline {
	font-weight: 700;
    font-size: 25px;
}

.odnowa-hero-slider {
	position: relative;
	height: calc(100vh - 100px);
	overflow: hidden;
	margin-bottom: 60px;
}

.hero-slide {
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    z-index: 1;
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    color: white;
    padding: 0px 20px;
}



.hero-title {
font-size: 60px;
color: #fff;
font-weight: 700;
line-height: 1.2;
text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.hero-subtitle {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 500;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.single-events-carousel {
    padding: 0 !important;
}
.hero-date {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.hero-buttons {
    display: flex;
    gap: 30px
}

.btn-hero-more {
    background: rgb(255 255 255);
    color: #000000;
    padding: 17px 35px;
    border-radius: 20px;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    width: 180px;
    gap: 8px;
    max-width: 180px;
}

.btn-hero-more:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.btn-hero-ticket {
    background: #ffcd00;
    color: #000;
    padding: 18px 20px;
    border-radius: 20px;
    width: 180px;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.homepage-event-image picture {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-branding img {
	width: 170px;
}
.btn-hero-ticket:hover {
    background: #000;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}
.mobile-menu-socials {
	padding: 20px 20px;
}
.mobile-menu-socials .social-icons li img {
	width: 30px !important;
	max-width: 30px;
}
.mobile-menu-socials .social-icons {
	gap: 30px;
	display: flex;
}

/* Owl Carousel Custom Styles */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 10;
}

.owl-carousel .owl-nav .owl-prev {
    display: none !important; /* Ukryj lewą strzałkę */
}

.owl-carousel .owl-nav .owl-next {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.owl-carousel .owl-nav .owl-next:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 5px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transition: all 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ffd700;
    border-color: #ffd700;
}

/* Responsive */

/* ================================
   WYDARZENIA ARCHIVE STYLES
   ================================ */
   h1.odnowa-title {
    font-size: 50px;
    line-height: 100% !important;
}
.odnowa-title-text{
    font-size: 70px;
    line-height: 100% !important;
    opacity: 0.2;
}
.odnowa-title-container {
	margin-bottom: 60px;
	position: relative;
	padding: 0px 0px;
	margin-top: 60px;
}
.site-content-front-page .odnowa-title-container {
   padding: 0px 20px;
}
.niebieski-kocyk-section .odnowa-title-container, .galeria-section .odnowa-title-container  {
	padding: 0px 0px;
    margin-top: 0px;
}
.homepage-kino-carousel-section{
    position: relative;
}
.header-festiwal{
    padding: 0px 0px !important;
}
.wystawy-section .odnowa-title-container {
    margin-top: 0px;
}
.newsletter-section .odnowa-title-container {
   padding: 0px 0px;
   margin-top: 0px;
}
.site-content{ 
    padding: 0px 20px;
}
.single-kino .site-content {
    padding: 0px 20px;
}
.site-content-front-page{ 
    padding: 0px 0px;
}
.homepage-partnerzy-carousel-section {
	padding: 0px 20px;
}
.no-subtitle {
    margin-bottom: 60px !important;
}
.carousel-nav {
	position: absolute;
	width: 70px;
	height: 70px;
	right: -35px;
	background: #fff;
	z-index: 9999999;
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
	box-shadow: 0px 0px 15px #0000003d;
	display: flex;
	justify-content: center;
    transition: all 0.3s ease;
}
.single-wydarzenie .carousel-nav {
    right: 0px;
}
.single-wystawa .carousel-nav {
    right: 0px;
}
.carousel-nav:hover {
	cursor: pointer;
    background: #ffcd00;
}
.carousel-nav img {
	width: 35px;
}
.odnowa-title-text {
	font-size: 102px;
	line-height: 100% !important;
	opacity: 0.1;
	font-weight: 800;
	position: absolute;
	bottom: -75px;
}
.wydarzenie-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0px;
}

.wydarzenie-item {
	display: flex;
	gap: 20px;
}
.top-wydarzenie-single {
    max-width: 1360px;
    margin: 0 auto;
}
.newsletter-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
}
.wydarzenie-image {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	height: 200px;
	width: 200px;
}

.wydarzenie-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wydarzenie-item:hover .wydarzenie-image img {
    transform: scale(1.05);
}

.wydarzenie-no-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #172045, #2c3e65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.wydarzenie-content {
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
	align-items: center;
	background: #EAEAEA;
	background: linear-gradient(180deg,rgba(234, 234, 234, 0.5) 24%, rgba(0, 80, 170, 0.14) 100%);
	border-radius: 25px;
}



.wydarzenie-main-info {
    flex: 1;
}

.wydarzenie-title {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
    color: 333;
    line-height: 120%;
}

.wydarzenie-title a {   
    color: #333;
    text-decoration: none;
    transition: 300ms all ease;
    opacity: 1;
}

.wydarzenie-title a:hover {
    opacity: 0.7;
}

.wydarzenie-date {
	font-size: 25px;
	color: #333;
	margin-bottom: 8px;
	font-weight: 500;
}

.wydarzenie-meta {
	font-size: 20px;
	color: #333;
}

.wydarzenie-subtitle {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 20px;
}

.wydarzenie-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: auto;
    flex-direction: column;
}



.btn-bilety {
	background: #ffcd00;
	color: #333;
	transition: all 0.3s ease;
	border: 2px solid #ffcd00;
}

.btn-bilety:hover {
    background: #333;
    color: #ffffff;
    border: 2px solid #333;
}

.btn-outline {
    background: transparent;
    color: #333;
    border: 2px solid #333;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #333;
    color: #ffffff;
}

.no-wydarzenia {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 20px;
    margin: 40px 0;
}

.no-wydarzenia h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 32px;
}

.no-wydarzenia p {
    color: #666;
    font-size: 18px;
}

/* Paginacja */
.pagination-wydarzenia {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination-wydarzenia .page-numbers {
	display: flex;
	padding: 3px 15px;
	margin: 0 0px;
	color: #333;
	text-decoration: none;
	border-radius: 12px;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	height: 40px;
}
.pagination-wydarzenia .page-numbers a:hover {
	background: #0050aa;
	color: #fff;
	border-color: #0050aa;
}

.page-numbers::marker {
	display: none !important;
}
.page-numbers{
    list-style: none;
}
.pagination-wydarzenia .page-numbers.current {
	background: #0050aa;
	color: #fff;
	border-color: #0050aa;
}
.foot-flex-list {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
}

.homepage-events-carousel-section {
	position: relative;
	overflow: hidden;
	padding: 0px 20px;
}
    .container-mask-left {
	max-width: 280px;
	width: calc((100vw - 1360px) / 2);
	background: #fff;
	position: relative;
	z-index: 3;
}
.container-mask-right {
	max-width: 280px;
	width: calc((100vw - 1360px) / 2);
	background: rgba(255,255,255, 0.9);
	position: relative;
	z-index: 3;
}

.homepage-events-carousel-wrapper {
    position: relative;
}



.homepage-events-carousel-wrapper .owl-nav .owl-prev {
    display: none; /* Ukrywamy poprzednią strzałkę */
}





.homepage-event-item {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Efekt opacity dla itemów po prawej stronie */
.homepage-events-carousel-wrapper .owl-stage-outer {
    overflow: visible;
}



.homepage-event-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.homepage-event-link:hover {
    text-decoration: none;
    color: inherit;
}

.homepage-event-image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.homepage-event-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 14px;
}

.homepage-event-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}

.homepage-event-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 5px 0;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.homepage-event-date {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 500;
}

.homepage-event-category {
    font-size: 15px;
    color: #ffffff;
    background: rgba(255,255,255, 0.2);
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 50px;
    padding: 0px 10px;
    width: fit-content;
}





/* ================================
   SINGLE WYDARZENIE STYLES
   ================================ */
   .homepage-event-image-lazy {
	height: 450px;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	transform: scale(1);
    transition: all 0.3s ease;
    width: 100%;
}
.homepage-event-link:hover .homepage-event-image-lazy {
	transform: scale(1.05);
}
.odnowa-title-container .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
   
.odnowa-title-link {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	border-radius: 25px;
	border: 2px solid #000;
	padding: 12px 30px;
    transition: all 0.3s ease;
}
.odnowa-title-link:hover {
	background: #000;
	color: #fff;
}
.wydarzenie-single {
    padding: 0px
}

.wydarzenie-hero {
    display: flex;
    gap: 40px;
    margin-bottom: 0px;
    align-items: flex-start;
}

.wydarzenie-featured-image {
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
	border: 2px solid #dedede;
}

.wydarzenie-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 450px;
}

.wydarzenie-hero-content {
    flex: 1;
}

.wydarzenie-single-title {
    font-size: 50px;
    line-height: 120%;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-top:60px
}
.wydarzenie-single-subtitle {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    line-height: 120%;
}
.odnowa-left-side {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.odnowa-left-side div:last-child {
    margin-bottom: 0px;
}

.wydarzenie-quick-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 2px solid #dedede;
    min-width:350px;
}

.wydarzenie-info-item {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    color: #333;
}
.homepage-event-item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
}
.wydarzenie-info-item:last-child {
    margin-bottom: 0;
}

.wydarzenie-info-item strong {
    color: #333;
    font-weight: 600;
}
.wydarzenie-godzina-info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.wydarzenie-info-item img {
    width: 30px;
    flex-shrink: 0;
}
.wydarzenie-godzina-info img {
    width: 30px;
}
.wydarzenie-godzina-info-item {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    line-height: 120%;
}
.wydarzenie-godzina-info-item span {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.metryczka .wydarzenie-info-item {
	font-size:16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.metryczka .wydarzenie-info-item:last-child {
	margin-bottom: 0;
}
.wydarzenie-single-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.btn-large {
    padding: 21px 30px;
    font-size: 18px;
    font-weight: 700;
}




.wydarzenie-content h2, .wydarzenie-festiwal h3, .wydarzenie-tagi h3, .wydarzenie-social h3, .wydarzenie-galeria h3 {
	color: #333;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 700;
}

.wydarzenie-video h3{
	margin-bottom: 30px;
}

.content-text {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.festiwal-link {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.festiwal-link:hover {
    color: #ffd700;
}

.tagi-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background: #e1e1e1;
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #333;
	transition: color 0.3s ease;
	font-weight: 700;
	text-decoration: none;
    opacity: 1;
    transition: 300ms all ease;
}
.wydarzenie-social h3 {
	margin-bottom: 30px;
}
.social-link:hover {
	opacity: 0.8;
}
.social-link img {
	width: 30px;
}

.social-link.spotify {
    background: transparent;
    border: 2px solid #333;
    width: 100%;
    font-size: 18px;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 20px;
    transition: 300ms all ease;
}

.social-link.spotify:hover {
    background: #333;
    color: #fff;
}

.video-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.odnowa-title-white {
	color: #fff;
}
.odnowa-title-link-white {
	color: #fff;
	border: 2px solid #fff;
}
.odnowa-title-link-white:hover {
	background: #fff;
	color: #333;
}
.odnowa-title-text-white {
	color: #fff;
}

.galeria-placeholder {
    background: #f8f9fa;
    padding: 40px;
    text-align: center;
    border-radius: 15px;
    color: #666;
    font-size: 18px;
}

.site-content-kino .wydarzenie-hero {
    margin-bottom: 0;
}
.site-content-kino .wydarzenie-video .video-item {
    margin-bottom: 0px;
}
.niebieski-kocyk-section {
    margin: 60px 0px 0px 0px;
    padding: 60px 20px;
    background: radial-gradient(100% 100% at var(--6-x-position) var(--6-y-position), #000000 0%, transparent),radial-gradient(100% 100% at var(--9-x-position) var(--9-y-position), #001dd3 0%, transparent),#000007;
    animation-name: main;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    transition-timing-function: ease-in-out;
}

@property --6-x-position { syntax: '<percentage>'; inherits: false; initial-value: 20%; }

@property --6-y-position { syntax: '<percentage>'; inherits: false; initial-value: 80%; }

@property --9-x-position { syntax: '<percentage>'; inherits: false; initial-value: 89.5703125%; }

@property --9-y-position { syntax: '<percentage>'; inherits: false; initial-value: 19.843750000000004%; }

:root {

--4-x-position: 20%

--4-y-position: 80%

--5-x-position: 89.765625%

--5-y-position: 11.445312500000004%

--6-x-position: 20%

--6-y-position: 80%

--7-x-position: 89.5703125%

--7-y-position: 19.843750000000004%

--8-x-position: 89.5703125%

--8-y-position: 19.843750000000004%

--9-x-position: 89.5703125%

--9-y-position: 19.843750000000004%

}

@keyframes main { 25% {--6-x-position: 15%;--6-y-position: 15%;--9-x-position: 100%;--9-y-position: 100%;--9-x-position: 100%;--9-y-position: 100%;}50% {--6-x-position: 80%;--6-y-position: 15%;--9-x-position: 20%;--9-y-position: 20%;} } 
/* Responsive Design dla Single */




html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
a{
    transition: all 0.5s ease;
}
li{
    line-height: 30px;
}
p{
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
ol, ul {
	padding-left: 40px;
    padding-bottom: 40px;
}

h2{
    line-height: 160%;
}
.site-header {
	padding: 20px 60px 20px 60px;
	background: #0050aa;
	position: relative;
	z-index: 4;
	overflow: hidden;
}
ul#primary-menu {
	list-style: none;
	display: flex;
	gap: 20px;
	padding: 0;
}
.header-title h1 {
	color: #fff;
	line-height: 140% !important;
	margin: 0 !important;
}
.header-title {
    max-width: 85%;
    margin: 0 auto;
}

.header-title p {
	font-size: 18px;
	line-height: 200%;
	color: #c5c7d0;
}

.footer-branding{
    border-bottom: 1px solid #515874;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
	line-height: 28px;
}
.footer-widgets-container {
	display: flex;
	z-index: 2;
	position: relative;
	justify-content: space-between;
	gap: 30px;
}
.footer-widget-area section {
	margin-bottom: 20px;
}
.footer-widget-area section:last-child {
    margin-bottom: 0;
}
#block-5 {
	overflow: hidden;
	border-radius: 25px;
	height: 270px;
}
.footer-widgets-top {
	border-bottom: 1px solid #fff;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.footer-copy {
	text-align: center;
	padding-top: 30px;
}
.footer-copy span {
	background: #f00;
	color: #fff;
	font-weight: 600;
	padding: 0px 10px;
	border-radius: 20px;
}
.site-footer a:hover {
	color: #ffd700;
}
.footer-widgets-top .footer-widget-area {
	width: 50%;
}

.footer-widgets-bottom .footer-widget-area {
	width: 25%;
}
.site-footer {
	background-color: #1b1918;
	padding: 60px 20px 60px 20px;
	position: relative;
}
.footer-widget-area-contact img {
	height: 25px;
    width: 25px;
}
.footer-widget-area-contact ul {
    list-style: none;
}
.footer-widget-area-contact a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-bottom {
	height: 120px;
	overflow: hidden;
	text-align: center;
	opacity: 0.1;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
}
.footer-bottom img {
	width: 100%;
	padding: 0px 60px;
	position: absolute;
	left: 0;
}
.custom-logo-link {
	line-height: 100% !important;
	display: flex;
}


.contact-links a img{
    width: 25px;
}
.override-txt p {
	color: #fff;
}
.entry-content img {
	border-radius: 25px;
}
.entry-footer {
	text-align: center;
}
.bt-standard {
	padding: 20px 30px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: 500ms all ease;
	background: #e96cbd;
	border-radius: 25px;
}
.bt-standard:hover {
	background: #172045;
	color: #fff;
}
.mt-60 {
	margin-top: 60px;
}
.mt-30 {
	margin-top: 30px;
}


/* ===== RESPONSIVE MENU ===== */

/* Hamburger Button - ukryty domyślnie */
.hamburger-button {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger-line {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 3px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
	/* display: grid; */
	padding: 1px;
}

/* Animacja hamburger button przy otwarciu */
.hamburger-button.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-button.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-button.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 32, 69, 0.8);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Navigation */
.mobile-navigation {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	height: 100vh;
	background: #1b1918;
	z-index: 99999;
	transition: left 0.3s ease;
	overflow-y: auto;
	border-right: 1px solid #515874;
	box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}

.mobile-navigation.active {
    left: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #4d4d4d;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    z-index: 100001;
    position: relative;
}

.mobile-menu-close:hover {
    color: #0050aa;
}

/* Mobile Menu Content */
.mobile-menu-content {
	padding: 0px 0 20px 0px;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li {
	border-bottom: 1px solid #4d4d4d;
}

.mobile-nav-menu li:last-child {
    border-bottom: none;
}

.mobile-nav-menu a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.mobile-nav-menu .current_page_item a{
    background : transparent;
    color: #e96cbd;
}

.mobile-nav-menu a:hover {
    background: #0050aa;
    color: #fff !important;
    padding-left: 30px;
}

.mobile-nav-menu .current-menu-item a {
    color: #fff;
}

/* Header container layout - flexbox dla desktop */
.header-container {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}

.mobile-menu-logo {
	margin-bottom: -10px;
}

.circle-btn img {
	width: 25px;
}

a.call-link {
    margin-top: 10px;
    display: inline-block;
}
#floating-contacts {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
}

.contact-item {
    display: flex;
    align-items: center;
    pointer-events: auto;
    justify-content: flex-end;
}
.outline-btn:hover {
    border-color: #791828;
    background: none;
}
  /* --- Przyciski kołowe --- */
.circle-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: transform .2s;
}
.speech-bubble strong {
    color: #e96cbd;
    font-size: 15px;
    font-weight: 600;
}
.speech-bubble {
    font-size: 15px;
}
  .circle-btn:hover{ transform:scale(1.05); color:#fff; }

  .mail-btn {
	background: linear-gradient(145deg,#172045,#e96cbd);
}

  /* --- Bańki tekstowe --- */
.speech-bubble {
    position: relative;
    margin-right: 15px;
    padding: 11px 40px 11px 20px;
    background: #fff;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.3;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity .4s ease,transform .4s ease;
    max-width: 355px;
    color:#000;
    text-align:right;
}
  .speech-bubble.show{ opacity:1;transform:translateX(0); }
  #phoneItem img {
    width: 20px;
}
#phoneItem .mail-btn {
    background: linear-gradient(-45deg, #172045, #4d629f);
}
#phoneItem .speech-bubble strong {
    color: #4d629f;
}
  /* krzyżyk */
  .close-bubble {
	position: absolute;
	top: 2px;
	right: 6px;
	border: none;
	background: transparent !important;
	font-size: 1.1rem;
	color: #e96cbd;
	cursor: pointer;
	padding: 10px;
	height: 35px;
}
#phoneItem .close-bubble {
    color: #4d629f;
}
.close-bubble:hover{ color:#000; }

.image-above-text {
    margin: 60px 0px;
}
.no-wystawa-message {
    margin-top: 120px;
}
h3 {
    font-size: 20px !important;
}
/* Style dla przycisku kalendarza */
.calendar-dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn-calendar {
    background: transparent;
    color: #333;
    border: 2px solid #333;
    cursor: pointer;
    display: flex;
    padding: 13px 30px;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    justify-content: center;
    height: 60px;
}
.festiwal-hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.festiwal-hero-image {
    width: 100%;
    height: 500px;
}
.header-festiwal > .container {
    max-width: 100%;
}
.site-branding {
	flex-shrink: 0;
}
.btn-calendar:hover {
    background: #ffcd00;
    border: 2px solid #ffcd00;
    color:#333;
}
.btn-calendar img, .spotify img {
    width: 30px;
}
.calendar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 5px;
    width: 100%;
}

.calendar-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.calendar-option {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.calendar-option:hover {
    background: #f8f9fa;
    color: #0050AA;
}

.calendar-option:first-child {
    border-radius: 8px 8px 0 0;
}

.calendar-option:last-child {
    border-radius: 0 0 8px 8px;
}

.calendar-option:only-child {
    border-radius: 8px;
}

.calendar-ics {
    border-top: 1px solid #e9ecef;
}


/* Style dla video iframe */
.wydarzenie-video .video-item {
    margin-bottom: 30px;
}

.wydarzenie-video .video-item h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #333;
}

.wydarzenie-video .video-item iframe {
    border-radius: 25px;
    max-width: 100%;
}

.owl-dot span {
	display: none !important;
}
.kino-repertuar-grid, .wystawa-repertuar-grid, .galeria-repertuar-grid, .informacje-repertuar-grid, .festiwal-repertuar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.kino-grid-item {
    width: 100%;
}

.kino-pagination {
    text-align: center;
    margin-top: 40px;
}

.kino-pagination .page-numbers {
    display: inline-block;
    padding: 12px 16px;
    margin: 0 5px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.kino-pagination .page-numbers:hover,
.kino-pagination .page-numbers.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.no-kino-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 18px;
}
.wystawy-section {
    padding-top: 60px;
}
.social-icons li img {
    width: 20px;
    max-width: 20px;
}
.foot-social-icons {
    display: flex;
    gap: 20px;
    padding: 0;
    align-items: center;
    list-style: none;
}
.foot-social-icons li {
    line-height: 0;
}
.foot-social-icons li img {
    width: 30px;
    max-width: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}
.foot-social-icons li img:hover {
    opacity: 0.8;
}
ul.social-icons {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    align-items: center;
}
.social-icons li {
    line-height: 0;
}
.separator {
	height: 30px;
	width: auto;
	background: #fff;
	border-right: 1px solid #fff;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-right button {
    background-color: transparent;
    padding: 0;
    position: relative;
}
.header-right button img {
    width: 20px !important;
    height: 20px;
    max-width: 20px;
}
.header-right .logo-umk {
    width: 150px;
    margin-left: 30px;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 30px;
}
button#text-size-btn {
    font-weight: 600;
    font-size: 20px;
}

.header-right a, .header-right button {
    transition: all 0.3s ease;
    opacity: 1;
}
.header-right a:hover, .header-right button:hover {
    opacity: 0.7;
}

.main-navigation a, .nav-menu a {
    padding: 5px 10px;
}

.main-navigation a:hover, .nav-menu a:hover {
    color: #1150aa;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.current-menu-item a {
    color: #1150aa !important;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.header-search {
    background: #1150aa;
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
}

.header-search-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 60px 20px 60px;
}

.header-search .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-search .search-input-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    background: white;
    border-radius: 25px;
    overflow: hidden;
}

.header-search .search-field {
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    outline: none;
    background: transparent;
    color: #333;
}

.header-search .search-field::placeholder {
    color: #999;
}

.header-search .search-submit {
    background: #fccd03;
    border: none;
    padding: 15px 20px;
    margin: 5px;
    width: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    border-radius: 25px;
}

.header-search .search-submit:hover {
    background: rgba(17, 80, 170, 0.1);
}

.header-search .search-submit img {
    width: 20px;
    height: 20px;
    opacity: 1;
}

.header-search.active {
    display: block;
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Podpowiedzi wyszukiwania */
.search-suggestions {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.suggestions-label {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.suggestions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.suggestion-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: rgb(18 80 170);
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.suggestion-item img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    opacity: 0.8;
    filter: brightness(0) invert(1); /* Zmienia kolory na białe */
}

/* Różne kolory dla różnych typów podpowiedzi */
.suggestion-event {
    background: rgba(76, 175, 80, 0.2);
    border-color: rgba(76, 175, 80, 0.4);
}

.suggestion-event:hover {
    background: rgb(14 63 133);
    border-color: rgb(13, 63, 139);
    color: #fff;
}

.suggestion-movie {
    background: rgb(46 104 188);
    border-color: rgb(76 144 244);
}

.suggestion-movie:hover {
    background: rgb(14 63 133);
    border-color: rgb(13, 63, 139);
    color: #fff;
}

.suggestion-info {
    background: rgba(255, 193, 7, 0.2);
    border-color: rgba(255, 193, 7, 0.4);
}

.suggestion-info:hover {
    background: rgb(14 63 133);
    border-color: rgb(13, 63, 139);
    color: #fff;
}

.suggestion-keyword {
    background: rgba(33, 150, 243, 0.2);
    border-color: rgba(33, 150, 243, 0.4);
}

.suggestion-keyword:hover {
    background: rgb(14 63 133);
    border-color: rgb(13, 63, 139);
    color: #fff;
}

.suggestion-time {
    background: rgba(255, 152, 0, 0.2);
    border-color: rgba(255, 152, 0, 0.4);
}

.suggestion-time:hover {
    background: rgb(14 63 133);
    border-color: rgb(13, 63, 139);
    color: #fff;
}

/* Loading state dla podpowiedzi */
.suggestions-loading {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    border-radius: 15px;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

.suggestions-loading.hidden {
    display: none;
}

/* Responsywność dla wyszukiwania */
@media (max-width: 768px) {
    .header-search-container {
        padding: 15px;
    }
    
    .header-search .search-input-wrapper {
        max-width: 100%;
    }
    
    .header-search .search-field {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .header-search .search-submit {
        padding: 12px 15px;
    }
    
    /* Podpowiedzi na mobile */
    .search-suggestions {
        margin-top: 15px;
        padding-top: 12px;
    }
    
    .suggestions-list {
        gap: 6px;
    }
    
    .suggestion-item {
        font-size: 12px;
        padding: 5px 10px;
        max-width: 150px;
    }
    
    .suggestion-item img {
        width: 12px;
        height: 12px;
    }
}

/* ===== SEARCH RESULTS PAGE =============================================================================== */
.search-results-page {
    padding: 0px 0;

}

.search-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    margin-top: 40px;
}

.search-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

.search-query {
    color: #1150aa;
    font-weight: bold;
}

.search-info {
    color: #666;
    font-size: 1.1rem;
}

.search-results-section {
    margin-bottom: 50px;
}

.section-header {
    margin-bottom: 25px;
}

.section-title {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #0050aa;
}

.section-title img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.section-title .count {
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.search-result-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-image {
    position: relative;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-result-card:hover .card-image img {
    transform: scale(1.05);
}

.card-text {
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #1150aa;
}

.card-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #666;
    font-size: 0.9rem;
}

.card-meta img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    opacity: 0.7;
}

.card-excerpt {
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.card-footer {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.read-more {
	display: inline-flex;
	align-items: center;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: 300ms all ease;
    opacity: 1;
}

.read-more:hover {
	opacity: 0.8;
}

.read-more img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more:hover img {
    transform: translateX(5px);
}

/* Brak wyników */
.no-results {
    text-align: center;
    padding: 0px 0px;
}



.no-results-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.no-results .search-form-wrapper .search-field {
    width: 100%;
}
.no-results .search-form-wrapper .search-field {
	width: 100%;
	padding: 20px;
	height: 60px;
	border-radius: 20px;
	border: 1px solid #b9a4a4;
	margin-bottom: 30px;
}
.no-results .search-form-wrapper .search-submit {
	width: 100%;
	height: 60px;
	font-size: 20px;
    transition:300ms all ease;
    border:2px solid #0050aa;
}
.no-results .search-form-wrapper .search-submit:hover {
	background-color: transparent;
    color:#0050aa;
}
.no-results-content p:last-of-type {
    margin-bottom: 30px;
}

.no-results-content small {
    color: #999;
    font-size: 0.9rem;
}

.no-results-content small em {
    color: #777;
}

.search-form-wrapper {
    margin-bottom: 40px;
}

.search-suggestions h3 {
    color: #333;
    margin-bottom: 15px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.search-suggestions li a {
    display: inline-block;
    padding: 8px 16px;
    background: #f8f9fa;
    color: #1150aa;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.search-suggestions li a:hover {
    background: #1150aa;
    color: white;
}




.galeria-section {
    background: #1b1918;
    padding: 60px 20px 60px 20px;
    margin: 60px 0px;
}
.festiwal-title-container {
    margin-top: 60px;
}


/* Funkcjonalność zwiększania rozmiaru tekstu */
.text-size-increased .header-container, .text-size-increased ul#primary-menu, .text-size-increased .header-left, .text-size-increased .wydarzenie-hero {
	flex-direction: column;
}
.text-size-increased .main-navigation a, .text-size-increased .nav-menu a, .text-size-increased .header-title h1, .text-size-increased .header-title p, .text-size-increased h3 {
    font-size: 50px !important;
    line-height: 150% !important;
}
.text-size-increased .homepage-event-date {
   font-size: 30px !important;
}
.text-size-increased p{ font-size: 30px !important; line-height: 150% !important;}
.text-size-increased .homepage-event-date{
white-space: normal
}
.text-size-increased .wydarzenie-item, .text-size-increased .wydarzenie-content {
	flex-direction: column;
}
.text-size-increased .odnowa-left-side {
	width: 100%;
}
.text-size-increased .wydarzenie-content h2, .text-size-increased .wydarzenie-festiwal h3, .text-size-increased .wydarzenie-tagi h3, .text-size-increased .wydarzenie-social h3, .text-size-increased .wydarzenie-galeria h3, .text-size-increased .wydarzenie-date, .text-size-increased .wydarzenie-meta{
	font-size: 50px;
}
.text-size-increased .wydarzenie-hero-content {
	width: 100%;
}
.text-size-increased .wydarzenie-info-item, .text-size-increased .wydarzenie-godzina-info-item {
	font-size: 50px;
}
.text-size-increased .wydarzenie-godzina-info-item span {
	font-size: 30px;
}

.text-size-increased .btn-large, .text-size-increased .social-link.spotify, .text-size-increased .social-link, .text-size-increased .tag{
font-size:30px
}
.text-size-increased .btn-calendar {
	height:auto;
}

/* Stan aktywny przycisku zwiększania tekstu */
#text-size-btn.active {
    background-color: #007acc;
    color: white;
    border-radius: 4px;
}

/* Funkcjonalność trybu wysokiego kontrastu */
body.is-black {
    background-color: #000000 !important;
    color: #ffff00 !important;
}

body.is-black p {
    color: #ffff00 !important;
}

body.is-black h1,
body.is-black h2,
body.is-black h3,
body.is-black h4,
body.is-black h5,
body.is-black h6 {
    color: #ffff00 !important;
}



body.is-black .site-content,
body.is-black .site-header,
body.is-black .site-footer,
body.is-black .newsletter-section {
    background-color: #000000 !important;
}
.is-black .main-navigation a, .is-black .nav-menu a, .is-black .hero-date, .is-black .hero-subtitle, .is-black .homepage-event-date, .is-black .wydarzenie-date, .is-black .wydarzenie-meta, .is-black .wydarzenie-info-item strong, .is-black .wydarzenie-godzina-info-item, .is-black .wydarzenie-godzina-info-item span, .is-black .wydarzenie-info-item{
    color: #ffff00;
}
.is-black .main-navigation a:hover, .is-black .nav-menu a:hover, .is-black .btn-hero-more, .is-black .homepage-event-category, .is-black .carousel-nav, .is-black .btn-bilety, .is-black .tag {
	color: #000;
    background: #ffff00;
}
.is-black .current-menu-item a {
	color: #000 !important;
	background: #ffff00;
	
}
.is-black .wydarzenie-image, .is-black .homepage-event-link{
	border: 2px solid #ffff00;
}
.is-black a {
	color: #ffff00;
}
.is-black .btn-calendar, .is-black .social-link.spotify {
	background: transparent;
	color: #ffff00;
	border: 2px solid #ffff00;
}
.is-black .btn-calendar:hover, .is-black .social-link.spotify:hover {
	background: #ffff00;
	color: #000;
	border: 2px solid #ffff00;
}
.is-black .odnowa-title-link-white, .is-black .btn-outline {
	color: #ffff00;
	border: 2px solid #ffff00;
}
.is-black .btn-outline:hover {
	color: #000;
	background: #ffff00;
	border: 2px solid #ffff00;
}
.is-black .odnowa-title-link-white:hover {
	color: #000;
	background: #ffff00;
}
.is-black .festiwal-link, .is-black .section-title .count{
    color: #ffff00;
}
.is-black .wydarzenie-quick-info {
	background: #000;
	border: 2px solid #ffff00;
}
.is-black .search-header {
	border-bottom: 2px solid #ffff00;
}
.is-black .footer-widgets-top {
	border-bottom: 1px solid #ffff00;
}
.is-black .site-footer {
	color: #ffff00;
}
.is-black .btn-bilety:hover {
	color: #ffff00;
	background: #000;
    border: 2px solid #ffff00;
}
.is-black .galeria-section {
	background: #000;
}
.is-black #newsletter-section {
	background: #000;
    background-image:none !important;
}
.is-black #mlb2-31199418.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{
    color: #ffff00 !important;
}
.is-black #mlb2-31199418.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	background-color: #000;
	color: #fff;
	border-color: #ffff00;
}
.is-black .header-search{
    background: #000;
}
.is-black #mlb2-31199418.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	background-color: #ffff00 !important;
	border-color: #ffff00;
	color: #000 !important;
    transition:300ms all ease;
}
.is-black .btn-calendar img, .is-black .social-link.spotify img, .is-black .social-link img {
    display: none;
}
.is-black .section-title{
    border-bottom: 2px solid #ffff00;
}
.is-black #mlb2-31199418.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
	background-color: #000 !important;
	border-color: #ffff00 !important;
	color: #ffff00 !important;
}
.is-black .suggestion-event, .is-black .suggestion-movie, .is-black .suggestion-time, .is-black .suggestion-keyword{
	background: #000;
	border-color: #ffff00;
}
.is-black .suggestion-event:hover, .is-black .suggestion-movie:hover, .is-black .suggestion-time:hover, .is-black .suggestion-keyword:hover{
	background: #ffff00;
	color: #000;
	border-color: #ffff00;
}
.is-black .wydarzenie-content {
	background: transparent !important;
    border:2px solid #ffff00 !important;
}
/* Stan aktywny przycisku kontrastu */
#contrast-btn.active::after {
	background-color: #ffff00;
	color: #000000;
	border-radius: 100px;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	bottom: 0px;
	position: absolute;
	border: 2px solid #000;
}
/* ==============================================
   FESTIWAL - PARTNERZY I BANNERY
   ============================================== */

/* Grid partnerów festiwalu */
.festiwal-partners-grid .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 120px;
}


.partner-item a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.partner-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-placeholder {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
    padding: 1rem;
}

.no-partners {
    text-align: center;
    padding: 2rem 0;
    color: #666;
}

/* Grid bannerów reklamowych festiwalu */
.festiwal-banners-grid .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 150px;
}

.banner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.banner-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 120px;
    padding: 1rem;
}

/* Event and Movie Time Display */
.event-time,
.movie-time {
    font-weight: 600;
    color: #2c3e50;
    font-size: 13px;
}

/* Exhibition Date and Location Display */
.exhibition-date {
    color: #8e44ad;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.exhibition-location {
    color: #7f8c8d;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Empty Search Page Styles */
.empty-search {
    text-align: center;
    padding: 40px 20px;
}

.search-form-wrapper {
    margin: 30px auto;
    width: 100%;
    max-width: 100%;
}

.search-suggestions-static {
    margin-top: 40px;
}

.search-suggestions-static h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 18px;
}

.time-suggestions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.suggestion-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 152, 0, 0.1);
    border: 1px solid rgba(255, 152, 0, 0.3);
    color: #e67e22;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.suggestion-button:hover {
    background: rgba(255, 152, 0, 0.2);
    border-color: rgba(255, 152, 0, 0.5);
    color: #d35400;
    transform: translateY(-2px);
    text-decoration: none;
}

.suggestion-button img {
    width: 16px;
    height: 16px;
}

/* Search Form Validation */
.search-field.error-highlight {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
    animation: shake 0.5s ease-in-out;
}

.search-error-message {
    display: none;
    background: #e74c3c;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    top: 60px;
    left: 80px;
    animation: slideDown 0.3s ease-out;
}

.search-error-message::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e74c3c;
}

/* Header search specific error styling */
.header-search .search-error-message {
    background: rgba(231, 76, 60, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
    20%, 40%, 60%, 80% { transform: translateX(3px); }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-info-mobile {
    display: none;
}
.page .wydarzenie-single-title {
    margin-bottom: 60px;
}
.site-main-festiwal {
    padding: 0px 20px;
}
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */
/* ===== MEDIA QUERIES ========================================================================================== */

/* Responsywność */

@media (max-width: 1400px) {
    ul#primary-menu {
        gap: 10px;
    }
    .header-right .logo-umk {
        width: 110px;
        margin-left: 0px;
    }
    .custom-logo {
        width: 150px;
    }
    
}
@media (max-width: 1199px) {
    .carousel-nav {
        right: 0px;
    }
    .hero-title {
        font-size: 30px;
       
    }
    .hero-subtitle {
        font-size: 20px;
        line-height: 120%;
    }
    .btn-hero-more {
        font-size: 20px;
    }
    .btn-hero-ticket {
        font-size: 20px;
    }
    .hero-date {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .homepage-events-carousel-wrapper .owl-nav {
        right: -30px;
    }
    .site-header {
        padding: 20px 20px 20px 20px;
    }
    .social-icons li img {
        width: 20px;
        max-width: 20px;
    }
    button#text-size-btn {
        font-size: 24px;
        line-height: 20px;
    }
    .header-right button img {
        width: 20px !important;
        height: 20px;
        max-width: 20px;
    }
    .header-right button {
        height: 20px;
    }
    .separator {
        height: 20px;
    }
    .header-right .logo-umk {
        width: 80px;
    }
    .header-left {
        gap: 20px;
    }
    .kino-repertuar-grid, .wystawa-repertuar-grid, .galeria-repertuar-grid, .informacje-repertuar-grid, .festiwal-repertuar-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }
    .header-search-container {
        padding: 0px 20px 20px 20px;
    }
}



/* Przy 1100px i mniej - ukryj desktop menu, pokaż hamburger */
@media (max-width: 1100px) {
    .header-right .logo-umk {
        display: none;
    }
    .wydarzenie-content {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 25px;
    }
    .wydarzenie-buttons {
        flex-direction: row;
        margin-top: 8px;
    }
    .wydarzenie-content h2, .wydarzenie-festiwal h3, .wydarzenie-tagi h3, .wydarzenie-social h3, .wydarzenie-galeria h3 {
        font-size: 25px;
    }
    .wydarzenie-buttons a {
        width: auto;
    }
    .btn-accent, .btn-outline {
        font-weight: 700;
        font-size: 20px;
    }
    .wydarzenie-date {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .wydarzenie-meta {
        font-size: 16px;
    }
    .site-header .container {
        padding-bottom: 40px;
        margin: 0px 20px;
        padding: 0px 0px 40px 0px;
    }
    .header-front-page-white {
        display: none;
    }
    
    /* Ukryj desktop navigation */
    .main-navigation {
        display: none;
    }
    
    /* Pokaż hamburger button */
    .hamburger-button {
        display: flex;
    }
    
    /* Dostosuj mobile menu dla mniejszych ekranów */
    .mobile-navigation {
        width: 80%;
    }
    .top-bar-container {
        max-width: 100%;
        padding: 0px 20px;
    }
    .site-footer {
        padding: 60px 0px 60px 0px;
        text-align: center;
    }

    .footer-widgets-bottom .footer-widget-area {
        width: 100%;
    }
    .footer-widgets-top .footer-widget-area {
        width: 100%;
        padding: 0px 20px;
    }
    .site-content-front-page .container {
        padding: 0px;
    }
    .hamburger-button {
        width: 30px;
        padding: 5px 0px !important;
        margin-top: 0;
        height: 30px;
    }
    .header-title {
        max-width: 100%;
        padding: 0px 20px;
    }
    .footer-widgets-container {
        flex-direction: column;
        gap:60px;
    }
    .footer-widget-area-contact ul {
        list-style: none;
        padding-left: 0;
        padding-bottom: 0;
    }
    .footer-widget-area {
        width: 100%;
    }
    .porady-lista, .blog-lista {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .foot-social-icons, .foot-flex-list {
        justify-content: center;
    }
}

@media (max-width: 968px) {
    .wydarzenie-hero {
        flex-direction: column;
        gap: 30px;
    }
    
    .wydarzenie-featured-image {
        flex: none;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .wydarzenie-single-title {
        font-size: 36px;
    }
    .odnowa-left-side {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .quick-info-desktop {
        display: none;
    }
    .quick-info-mobile {
        display: block;
        min-width: 100%;
        margin-bottom: 0px;
    }
    .wydarzenie-festiwal{
        margin:30px 0px
    }
    .kino-repertuar-grid, .wystawa-repertuar-grid, .galeria-repertuar-grid, .informacje-repertuar-grid, .festiwal-repertuar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }
    .wydarzenie-hero-content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .homepage-events-carousel-wrapper .owl-nav {
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    
    .homepage-events-carousel-wrapper .owl-nav button {
        position: relative;
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .contrast-btn, .text-size-btn, .separator, ul.social-icons, .odnowa-title-text{
        display: none;
    }

    h1.odnowa-title {
        font-size: 30px;
    }
    .odnowa-title-link {
        font-size: 16px;
        padding: 10px 25px;
    }
    .homepage-event-image-lazy {
        height: 350px;
    }
    .homepage-event-image {
        height: 350px;
    }
    .site-branding img {
        width: 150px;
    }
    .odnowa-title-container .container {
        gap: 30px;
        flex-direction: column;
    }
    .odnowa-title-container {
        margin-bottom: 30px;
        margin-top: 30px;
        position: relative;
    }
    .search-results-page {
        padding: 20px 0;
    }
    
    .search-header {
        margin-bottom: 30px;
    }
    
    .search-title {
        font-size: 1.5rem;
    }
    
    .search-results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .single-kino .niebieski-kocyk-section {
        margin-top: 60px;
    }
    .section-title {
        font-size: 1.3rem;
    }
    .no-subtitle {
        margin-bottom: 30px !important;
    }
    .card-text {
        padding: 15px;
    }
    
    .search-suggestions ul {
        flex-direction: column;
        align-items: center;
    }
    .time-suggestions {
        gap: 10px;
    }
    
    .suggestion-button {
        padding: 10px 16px;
        font-size: 14px;
    }
    .festiwal-partners-grid .container,
    .festiwal-banners-grid .container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
        padding: 1rem 0;
    }
    
    .partner-item,
    .banner-item {
        min-height: 100px;
    }
    
    .partner-logo,
    .banner-image {
        max-height: 60px;
    }
    .kino-repertuar-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .kino-repertuar-section {
        padding: 0px 0;
    }

    
    .owl-carousel .owl-nav {
        right: 15px;
    }
    
    .owl-carousel .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .owl-carousel .owl-dots {
        bottom: 20px;
    }

    .wydarzenie-item {
        flex-direction: column;
        min-height: auto;
        gap: 0px;
    }
    
    .wydarzenie-image {
        flex: none;
        height: 350px;
        border-radius: 20px 20px 0 0;
        width: 100%;
    }
    .wydarzenie-main-info {
        text-align: center;
    }
    .wydarzenie-buttons a {
        width: 100%;
    }
    .wydarzenie-content {
        padding: 20px;
        border-radius: 0px 0px 20px 20px;
        justify-content: center;
        align-items: center;
    }
    
    .wydarzenie-title {
        font-size: 24px;
    }
    .odnowa-wydarzenie-right{
        width: 100%;
    }
    
    .wydarzenie-date {
        font-size: 16px;
    }
    
    .wydarzenie-buttons {
        flex-direction: row;
        gap: 10px;
        width: 100%;
        margin-top: 20px;
    }
   
    .newsletter-section {
        padding: 30px 20px;
    }
    

    
    .wydarzenie-featured-image {
        max-width: 100%;
    }
    
    .wydarzenie-single-title {
        font-size: 28px;
        margin-top:30px
    }
    
    .wydarzenie-single-subtitle {
        font-size: 18px;
    }
    
    .wydarzenie-quick-info {
        padding: 20px;
    }
    
    .wydarzenie-single-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn {
       
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    .image-in-text {
        display: none;
    }
    .image-above-text {
        display: block;
    }
    .porady-lista, .blog-lista {
        gap: 60px;
        grid-template-columns: repeat(1, 1fr);
    }

    
    .mobile-navigation {
        width: 100%;
        left: -100%;
    }
    
    .mobile-menu-content {
        padding: 0px 0;
    }
    
    .mobile-nav-menu a {
        padding: 20px 20px;
        font-size: 18px;
    }
    
    .mobile-nav-menu a:hover {
        padding-left: 40px;
    }
    .header-container {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
    }
   
    
    .site-header .container {
        flex-direction: inherit;
        gap: 20px;
        padding-bottom: 40px;
    }
    
    .top-bar-content {
        flex-direction: inherit;
        gap: 10px;
        text-align: center;
    }
    
    .top-bar-left,
    .top-bar-right {
        justify-content: center;
    }
    .speech-bubble {
        display:none
    }
    #floating-contacts {
        right: 30px;
        bottom: 30px;
    }
    .wydarzenie-video .video-item iframe {
        height: 250px !important;
    }
    .calendar-dropdown {
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        min-width: 180px;
    }
    
    .calendar-dropdown.active {
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 767px) {
 
    

    
    .homepage-event-title {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
   .top-bar-item span{
    display: none;
   }
   .top-bar-left,
    .top-bar-right {
        gap:40px;
    }
    .contact-links a {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .kino-repertuar-grid, .wystawa-repertuar-grid, .galeria-repertuar-grid, .informacje-repertuar-grid, .festiwal-repertuar-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }
}


@media (max-width: 480px) {
    .card-image img {
        height: 150px;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    .kino-repertuar-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .wydarzenie-single-title {
        font-size: 24px;
    }
    
    .wydarzenie-single-subtitle {
        font-size: 16px;
    }
    
    .wydarzenie-quick-info {
        padding: 15px;
    }
    
    .wydarzenie-info-item {
        font-size: 20px;
    }
    .wydarzenie-godzina-info-item {
        font-size: 20px;
    }
    .content-text {
        font-size: 16px;
    }
    .wydarzenie-video .video-item iframe {
        height: 200px !important;
    }
    .wydarzenia-archive {
        padding: 20px 0 40px;
    }
    
    .wydarzenie-lista {
        gap: 15px;
    }
    
    .wydarzenie-item {
        border-radius: 15px;
    }
    
    .wydarzenie-content {
        padding: 15px;
    }
    
    .wydarzenie-title {
        font-size: 20px;
    }
    
    .wydarzenie-date {
        font-size: 14px;
    }
    
    .wydarzenie-meta {
        font-size: 14px;
    }
    
    .btn {
        padding: 20px 20px;
        font-size: 16px;
    }
    .social-link.spotify {
        font-size: 16px;
    }
    .header-search .search-submit {
        width: 50px;
        flex-shrink: 0;
    }
    .header-search .search-field {
        width: 100%;
    }
}




