/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url("../style.css");
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    word-break: break-word;
    box-sizing: border-box;
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.hfe-flyout-content {
    padding: 30px;
    background-color: #FFFFFF;
    background: linear-gradient(0deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 42%)), url(https://jakubcichocki.pl/wp-content/uploads/2024/03/DSC_1123-min.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

ul.hfe-nav-menu li:first-child a.hfe-menu-item {
    border-top: 1px solid #d0d0d04f;
}

.menu-item a.hfe-menu-item {
    border-bottom: 1px solid #d0d0d04f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* =Theme customization starts here
------------------------------------------------------- */
.fit-vids-style {
    display: none;
}

.logo-mobile {
	margin: 0;
	margin-block-end: 0 !important;
}

/*------------------------ Home - vertical scroll ----------------------- */
@media (min-width: 1280px) and (max-width: 1380px) {
    .elementor-section .elementor-column.vertical-column > .elementor-element-populated {
        padding: 40px 10px 140px 10px;
    }

    .akapit-small {
        display: none;
    }
}
@media (min-width: 1500px) and (max-width: 1599px) {
    .elementor-section .elementor-column.vertical-column > .elementor-element-populated {
        padding: 140px 110px 140px 110px;
    }
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .elementor-section .elementor-column.vertical-column > .elementor-element-populated {
        padding: 140px 40px 140px 40px;
    }
}
@media (min-width: 1800px) {
    .elementor-section .elementor-column.vertical-column > .elementor-element-populated {
        padding: 140px 200px 140px 200px;
    }
}