h5, h5 a, .post type-post .entry-title, .post type-post .entry-title a, #bottom .widgettitle, #bottom .widgettitle a {
    font: 16px / 22px 'Playfair Display', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}
body, li p, .testimonial .cmsmsLike, .testimonial .cmsms_comments {
    font: 13px / 20px Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}
h3, h3 a, #reply-title, .search .entry-title, .search .entry-title a, .archive .entry-title, .archive .entry-title a, .cmsms_sitemap > li > a {
    font: 20px / 28px 'Playfair Display', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}
h2, h2 a, .post .entry-title, .post .entry-title a {
    font: 26px / 32px 'Playfair Display', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.szary{
    color: #7e7e7e !important;
}
footer{
    border-top: 45px solid #ea2e0d;
}
footer h3{
    font: 16px / 22px 'Playfair Display', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px !important;
}
footer p, footer a{
    font-size: 12px !important;
    color: #8d8d8d;
}
footer a{
    color: white !important;
    transition: 0.3s;
    text-decoration: none !important;
}
footer a:hover{
    color: #ea2e0d !important;
}
footer .kreska{
    display: block;
    height: 1px;
    background-color: rgba(255,255,255,.2);
}
header.entry-header{
    display: none !important;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000; /* Zmień na kolor swojego menu */
    border-radius: 2px;
}
.site-header{
    z-index: 99999999999999 !important;
    background-color: white !important;
    top: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing{
    z-index: 999999999999999999 !important;
}

.main-navigation {
    display: flex !important;
    justify-content: end;
}
.main-navigation li{
    margin-right: 30px !important;
}
.main-navigation  li:last-child  a,.navbar-nav li:last-child  a{
    border: 0px !important;
    padding: 10px 15px !important;
    background-color: #ea2e0d;
    color: white !important;
}


.main-navigation  li  a {
    font: 16px / 20px 'Playfair Display', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black !important;
    border-bottom: #ea2e0d solid 2px !important;
    padding-bottom: 15px !important;
}
@media (max-width: 992px){
.navbar-nav li{
    margin-bottom: 30px !important;
}
.navbar-nav li a{
    font: 16px / 20px 'Playfair Display', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black !important;
    border-bottom: #ea2e0d solid 2px !important;
    padding-bottom: 10px !important;
    text-decoration: none !important;
}
}