body .site-header.layout--default .menu-section .row {
    border: none;
}

@media (max-width: 769px) {
    .sidebar-toggle-wrap {
        display: inherit;
        flex: 0;
    }

    .site-header.layout--default nav.main-navigation {
        flex: 0 1 10%;
        height: 100%;
    }
}

.site-header.layout--default .sidebar-toggle-wrap {
    flex: 1;
    padding: 5px;
}
.site-header.layout--one .main-navigation ul {
    justify-content: flex-end;
    padding: 10px;
}

footer .main-footer {
    background-color: #96ceb4;
}

.footer_flag img {
    width: 40px;
    height: 20px;
}

.cust .widget ul li,
.widget ol li {
    border-bottom: none;
    padding: 0px 0 5px 0px;
    font-family: var(--post-title-family);
    list-style: none;
}

.cust .widget ul li:before,
.widget ol li:before {
    content: "";
}

ul.footer_about_list.has-black-color.has-text-color a {
    color: #27465c;
}

* {
    font-family: "Raleway";
}

.entry-meta,
.post-meta,
.d-none {
    display: none !important;
}

.leftc-rights-section .row,
.lefts-rightc-section .row {
    display: inherit;
}
