/**
 * Theme Name:     Kyros Child
 * Author:         Bravis-Themes
 * Template:       kyros
 * Text Domain:	   kyros-child
 * Description:    Kyros - Introducing Kyros, a modern and captivating WordPress theme designed to help you make a memorable and impactful introduction. With its sleek and elegant design, Kyros empowers individuals, professionals, and creatives to create a stunning personal website that showcases their unique identity and accomplishments.
 */


.pxl-scroll-top {
    bottom: 90px !important;
}


.pxl-grid-inner {
    visibility: hidden;
}

.pxl-grid-inner.pxl-grid-ready {
    visibility: visible;
    transition: visibility 0s ease 0s;
}


.grid-film,
.grid-teatr,
.grid-sesje,
.grid-sfx {
    display: none;
}


@media screen and (max-width: 1199px) {
    #pxl-header-default, #pxl-header-elementor {
        position: relative;
        background-color: #c94646;
    }
}

/* Wymuszenie wyrównania tekstu do lewej i dodanie paddingu */
.pxl-grid-inner .pxl-item-title,
.pxl-grid-inner .pxl-item-title h3 {
    text-align: center !important;
    padding-left: 1em !important;
	padding-right: 1em !important;
	font-size: 1.1rem !important;
    margin: 0 !important; /* usuwamy marginesy jeśli są narzucane */
}


.gallery-access-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: top;
    z-index: 999;
    color: white;
    text-align: center;
    padding: 2em;
}



.gallery-message p {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
	font-family: 'Jost', sans-serif;
}

.gallery-buttons button {
    background: white;
    color: black;
    border: none;
    padding: 0.6em 1.5em;
    margin: 0 0.5em;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}

.gallery-buttons button:hover {
    background: #ccc;
}

#enter-gallery {
    font-family: 'Jost', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 0.75em 2em !important;
    background-color: transparent !important;
    color: white !important;
    border: 2px solid #b69572 !important;  /* beżowa ramka */
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: none !important;
    box-shadow: none !important;
}

#enter-gallery:hover {
    background-color: #b69572 !important;
    color: black !important;
    transform: scale(1.03);
}

#leave-gallery {
    font-family: 'Jost', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 0.75em 2em !important;
    background-color: transparent !important;
    color: white !important;
    border: 0px solid #b69572 !important;  /* beżowa ramka */
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: none !important;
    box-shadow: none !important;
}

#leave-gallery:hover {
    background-color: #b69572 !important;
    color: black !important;
    transform: scale(1.03);
}


.wpcf7-not-valid-tip {
    color: #AD8E6D!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #444242;
}


.grid-4 {
    position: relative;
}

.galeria-wrapper {
    position: relative;
	
}	


.wpcf7-form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.wpcf7-list-item-label {
	--link-color: #a980e4;
    --link-color-hover: #FFFFFF;
}