header#masthead {
    width: 94%;
    left: 2% !important;
    top: 20px !important;
}

textarea{
    padding: 10px !important;
}
header#masthead a.link-spotkajmy {
    display: none;
}
.opis-start {
    z-index: 2;
    left: 5%;
    bottom: 30px;
}
.min-vh-50{
    min-height: 50vh;
}

.post, .page {
    margin: 0px !important;
    padding: 0px !important;
}
.row{
    --bs-gutter-x: 0px !important;
}
.fs-12{
    font-size: 12px;
}
*{
    font-family: 'Gilroy', sans-serif  ;
}

body{
    background-color: #E6E5DF !important;
}

div#primary-menu {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.nav-menu li a {
    color: white !important;
    font-weight: bold;
    font-size: 1rem !important;
    text-transform: uppercase;
}

.menu-start-container {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 45px;
}

.menuwithlogo{
    width: auto !important;
}

.menuwithlogo img {
    height: 40px;
    object-fit: contain;
    width: 120px;
}

button.v1 {
    background: transparent !important;
    border: 3px solid white !important;
    color: white !important;
    font-weight: bold !important;
    padding: 8px 30px !important;
	    font-family: 'Gilroy';
}

button.v1-czarny {
    background: transparent !important;
    border: 3px solid black !important;
    color: black !important;
    font-weight: bold !important;
    padding: 8px 30px !important;
	    font-family: 'Gilroy';
}

 .sociallinks  li a {
    color: white !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    font-size: 12px;
}

.sociallinks  li i{
    font-size: 20px;
    margin-bottom: 20px;
}

.swiper-scrollbar-drag {
    background: white !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: 10px !important;
}


.footer-widgets .widget a {
    color: #fff;
    text-decoration: none;
}
.footer-back {
    z-index: -2;
}

.nakladka-footer {
    z-index: -1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

}

.site-footer *{
    color: white;
    
}

.widget-title{
    font-weight: 600;
    margin-bottom: 30px;
}

.site-footer ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.site-footer li{
    margin-bottom: 10px;

}

.site-footer li a {

    text-decoration: none;
    color: white !important;
    font-size: 14px;
}

.width{
    width: 90% !important;
    margin-left: 5% !important;
}

.social  li{
    cursor: pointer;
    transition: 0.3s;
}
.social li:hover {
    transform: scale(1.1);
}


.site-footer li a:hover{
    text-decoration: underline;
}

.start{
    height: 300px;
}

.opis-start {
    z-index: 2;
    left: 20px;
    bottom: 20px;
}
.start-im{
    object-position: center;
}

.z--1{
    z-index: -1;
}
 

.main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    position: relative;
}

/* Add arrow to dropdown menu items */
.main-navigation li.menu-item-has-children > a::after {
    content: '\f078'; /* Font Awesome down arrow (chevron-down) */
    position: absolute;
    right: -4px;
    font-size: 10px;
    pointer-events: none;
    line-height: 22px;
    font-family: "Font Awesome 6 Free"; /* Use the correct Font Awesome family */
    font-weight: 900; 
 

}
 

.menu-item-has-children{
    margin-right: 14px;
}

/* Dropdown container */
.main-navigation .sub-menu {
    display: none;
    position: absolute;
    background-color: black; /* Only the dropdown has a black background */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
}

.main-navigation .sub-menu a {
    padding: 12px 16px;
    color: white;
}

/* Show the dropdown menu on hover */
.main-navigation ul li:hover > .sub-menu {
    display: block;
}

/* Styling for dropdown items */
.main-navigation .sub-menu li {
    width: 100%;
}

.main-navigation .sub-menu li a {
    display: block;
    width: 100%;
    background-color: black;
}

/* Change background color on hover */
.main-navigation .sub-menu li:hover > a {
    background-color: #575757;
}





/* Hide the menu by default on smaller screens */
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    padding: 14px 16px;
    cursor: pointer;
}

.main-navigation ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

 


.flex-archive .post {
    width: 31%;
 }

.image {
    height: 300px;
    width: 100%;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archivedata{
    font-size: 12px;
}
.post-thumbnail {
    width: 100%;
    height: 100%;
}

.flex-archive .post a{
    text-decoration: none !important;
}


.opis-start {
    z-index: 2;
    left: 20px;
    bottom: 20px;
    width: 100%;
}
/* Responsive styles */
@media screen and (max-width: 911px) {
    .main-navigation {
        position: relative;
     }

    /* Show the hamburger menu on smaller screens */
    .menu-toggle {
        display: block;
         color: white;
        padding: 10px 15px;
        border: 1px solid white;
        cursor: pointer;
    }

    /* Hide the menu items by default */
    .main-navigation ul {
        flex-direction: column;
        display: none;
        background-color: #333;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Show the menu items when the menu is toggled */
    .main-navigation.toggled ul {
        display: block;
    }

    .main-navigation ul li {
        width: 100%;
    }

    .main-navigation ul li a {
        padding: 14px;
        color: white; /* Ensure text is visible */
        width: 100%;
        display: block;
        background-color: #444; /* Match your design */
    }

    .main-navigation ul li a:hover {
        background-color: #555; /* Lighter background on hover */
    }

    .main-navigation .sub-menu {
        display: none;
        background-color: #444; /* Background for sub-menu */
        position: relative;
    }

    /* Show the sub-menu when the parent is toggled */
    .main-navigation ul li:hover > .sub-menu {
        display: block;
    }

    /* Indent sub-menu items */
    .main-navigation .sub-menu li a {
        padding-left: 20px;
    }

    .menu-toggle {
        font-size: 18px;
    }

    header#masthead {
        justify-content: space-between !important;
    }

    .site-branding {
        justify-content: space-between !important;
    }

    .menu-rel {
        width: 100% !important;
    }

    nav#site-navigation {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .mobilebutton {
        font-size: 15px !important;
        padding: 5px 15px !important;
    }

    ul#primary-menu {
        width: 100%; /* Ensure the menu takes full width */
        right: 0px !important;
        left: 0; /* Adjust left to inherit full width */
        text-align: left;
        top: 60px; /* Adjust top to position the menu correctly under the toggle */
    }

    /* Arrow for dropdown menu */
    .main-navigation li.menu-item-has-children > a::after {
        content: '\f078'; /* Font Awesome down arrow */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 10px;
    }

    /* Toggle sub-menu visibility on click */
    .main-navigation ul li.menu-item-has-children > a::after {
        content: '\f078'; /* Downward arrow icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 10px;
    }

    /* Adjust sub-menu */
    .main-navigation ul li.menu-item-has-children .sub-menu {
        display: none;
        position: relative;
        background-color: #444; /* Background for sub-menu */
    }

    /* Show the sub-menu when the parent item is hovered */
    .main-navigation ul li:hover > .sub-menu {
        display: block;
    }

    /* Add padding to the left to indent sub-menu items */
    .main-navigation .sub-menu li a {
        padding-left: 20px;
    }

    ul#primary-menu {
        width: 90vw;
        right: 0px !important;
        left: inherit;
        text-align: left;
        top: 10vh;
    }

    .buttonss{
        display: none !important;
    }

    .flex-archive .post {
        width: 100%;
        margin: 0.8%;
        margin-bottom: 40px;
    }

    .flex-archive {
        width: 95% !important;
    }
.image {
    height: 300px;
    width: 100%;
}

.w-90{
    width: 90% !important;
     margin-left: 5% !important
}


.opis-start {
    z-index: 2;
    left: 20px;
    bottom: 20px;
    left: 5%;
    width: 90%;
}
}
       