/*
Theme Name: DOMA
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child theme for the Twenty Twenty-Five theme
Author: GlobeWeb
Author URI: https://globeweb.pl
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

body{
    background: #f0f1f5;
}

.wp-block-site-logo.is-default-size img {
    width: 100%; /* Ustawiona szerokość początkowa */
    max-width: 250px; /* Domyślna szerokość */
    transition: width 0.3s ease-in-out;
}

.scrolled .wp-block-site-logo.is-default-size img {
    width: 120px; /* Docelowa szerokość po scrollu */
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F4F0; /* Możesz zmienić kolor tła */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

#preloader-video {
    max-width: 100%;
    max-height: 100%;
}
.is-layout-constrained > .alignwide{
    max-width: 100%;
}
header.wp-block-template-part{
    position: fixed;
    width: 100%;
    z-index: 100;
    background: rgba(240, 241, 245, 1);
    transition: background-color 0.3s ease-in-out;
    top: 0;
}
.scrolled header.wp-block-template-part {
    background: #f0f1f5;
}
section.hero{
    background-image: url('/wp-content/uploads/2024/12/hero_bg.jpg');
    background-size: cover;
}
.o-mnie {
    width: 100%;
}
.ff_t_c{
    font-size: 14px;
}
.current-menu-item{
    text-decoration: underline;
}
.is-style-section-3.opinie,
.is-style-default.oferta
{
    max-width: 1400px;
    margin: auto;
}
@media(max-width: 767px){
    section.hero{
        background-position: top center;
        padding-top: 15vh !important;
    }
    #preloader video{
        height: 100vh;
    }
    .mobile-hero{
        padding-top: 10vh !important;
    }
    p.main-heading{
        font-size: 29px !important;
    }
    .o-mnie-group .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-8.wp-block-group-is-layout-flex,
    .wp-container-core-group-is-layout-eb313449{
        flex-wrap: wrap;
    }
    .doma-wall{
        margin-top: 50px !important;
    }
    .opinie figure{
        width: 100%;
        margin-bottom: 20px;
    }
}
img.custom-logo:focus,
img.custom-logo:focus-visible,
:where(.wp-site-blocks *:focus){
    outline-style: none !important; 
}