/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.5.1752488082
Updated: 2025-07-14 12:14:42

/* --- Pływający przycisk --- */
#przycisk-plywajacego-menu {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1001;
    background-color: #D87C49;
    color: #F4F1EA !important;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    
    /* Domyślnie schowany i niewidoczny */
    transform: scale(0);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Klasa dodawana przez JS, gdy przycisk ma być widoczny */
#przycisk-plywajacego-menu.przycisk-widoczny {
    transform: scale(1);
    opacity: 1;
}


/* --- Główne menu obrazkowe, które staje się pływające --- */
#glowne-menu-obrazkowe {
    /* To zapewnia płynne przejście między stanami */
    transition: transform 0.4s ease-in-out;
}

/* Stan, gdy menu staje się pływającym paskiem na górze */
#glowne-menu-obrazkowe.menu-plywajace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    
    /* Wygląd paska */
    background-color: #252220;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 10px;
    
    /* Układ elementów w środku */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Pozwala elementom się zawijać */
    gap: 15px; /* Odstęp między elementami */

    /* Domyślnie schowane nad ekranem */
    transform: translateY(-150%);
}

/* Stan, gdy pływające menu jest otwarte (wysunięte) */
#glowne-menu-obrazkowe.menu-otwarte {
    transform: translateY(0);
}


/* --- Responsywność elementów WEWNĄTRZ pływającego menu --- */


#glowne-menu-obrazkowe.menu-plywajace .elementor-widget-wrap > .elementor-element {
    flex-grow: 0;
    flex-basis: auto;
    width: auto; 
}

/* Dla telefonów (2 kolumny) */
@media (max-width: 767px) {
    #glowne-menu-obrazkowe.menu-plywajace .elementor-widget-wrap > .elementor-element {
        flex-grow: 1; 
        flex-basis: 45%; 
        max-width: 45%;
    }
}
@media (max-width: 767px) {
  #przycisk-plywajacego-menu {
   
    left: 10px;
    bottom: 10px;
    
    
    padding: 10px;
  }
}


*:focus {
    outline: none !important;
}

.faq-section a{
	color: #D87C49 !important;
	text-decoration: none !important;
}

/* --- stylizacja formularza rezerwacji --- */

.form-button{
	background-color: #D87C49; 
    color: #F4F1EA; 
    width: 100%;
    font-family: 'Arvo', serif; 
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 100px !important;
    border: none;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
	display: block !important;
	margin: 0 auto !important;
	
}
.form-button:hover{
	background-color: #D87C49 !important;  
    color: #F4F1EA !important;
}	
.forminator-ui.forminator-custom-form .forminator-row:last-of-type {
    display: flex !important;
    justify-content: center !important;
}

.form-rezerwacji{
	border: solid 1px #252220 !important;
	border-radius: 20px !important;
	background-color: #F4F1EA !important;
}

	.forminator-ui#forminator-module-486.forminator-design--default .forminator-checkbox,
	.forminator-ui#forminator-module-486.forminator-design--default .forminator-checkbox__label,
	.forminator-ui#forminator-module-486.forminator-design--default .forminator-checkbox__label p {
		font-size: 14px;
		font-family: inherit;
		font-weight: 400;
		color: #252220 !important;
	}
	.forminator-ui#forminator-module-486.forminator-design--default .forminator-checkbox__label a {
	color: #D87C49!important;	
	}
	.forminator-ui#forminator-module-486.forminator-design--default .forminator-label {
		margin-bottom: 10px !important;	
	}
	@media (max-width: 768px) {

    .forminator-field-date .forminator-row,
    .forminator-field-time .forminator-row {
        flex-direction: column !important; /* Zmieniamy kierunek z poziomego na pionowy */
    }


    .forminator-field-date .forminator-row .forminator-col,
	.forminator-field-time .forminator-row .forminator-col	{
        margin-bottom: 15px !important;
    }

    .forminator-field-date .forminator-row .forminator-col:last-child,
		.forminator-field-time .forminator-row .forminator-col:last-child{
        margin-bottom: 0 !important;
    }
}