:root {
    --bs-primary: #bf010e;
}

.navbar-collapse-wrapper {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.offcanvas-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.logo-dark,
.logo-light {
    height: 40px;
}

.filter:not(.basic-filter), .filter:not(.basic-filter) ul li a, .meta, .post-category {
    text-transform: none;
}

.whatsapp {
    position:fixed;
    width:60px;
    bottom:20px;
    right: 15px;
    z-index:99999;
}
.whatsapp img {
    height: 60px;
}
.phonefix {
    position:fixed;
    width:60px;
    bottom:82px;
    right: 15px;
    z-index:99999;
}
.phonefix img {
    height: 60px;
}

@media (max-width: 991.98px) {
    .navbar-collapse-wrapper {
        backdrop-filter:none;
    }
}

@media (min-width: 768px) {
    .overlap-grid-2 .item:nth-child(1) {
        width: 100%;
        margin-left: 0;
    }

}