.single .site {
    margin-top: 130px;
}

.single .single-post-sec .container {
    max-width: 1230px;
}

.single .header-main {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.site-header.header-up .header-main {
    background-color: #fff;
}

.single .header-main .header-navigation ul li a {
    color: var(--brown);
}

.single .header-main .header-navigation ul li:hover a {
    color: var(--dark-brown);
}

.single .header-main .btn-white {
    background: var(--brown);
    color: var(--white);
}

.single .header-main .btn-white:hover {
    background: #fff;
    border-color: var(--brown);
    color: var(--brown);
}

.single .header-main .btn-white svg path {
    fill: var(--white);
}

.single .header-main .btn-white:hover svg path {
    fill: var(--brown);
}
.single .header_menu ul li a::before {
    background: var(--brown);
}

.single .header_menu ul li.current_page_parent a::before {
    width: 100%;
}
/* 
.single .header-main {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--brown);
}

.site-header.header-up .header-main {
    background-color: var(--brown);
} */

.single-post-sec .img-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 48.9%;
    border-radius: 30px;
    overflow: hidden;
}


.single-post-sec .img-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singal-post-content h1.title.h2,
.singal-post-content h2 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.singal-post-content h2 {
    margin-bottom: 24px;
    font-size: 32px;
}

.singal-post-content .content h5 {
    font-family: var(--body-font);
    border-bottom: 1px solid #633F3D38;
    padding-bottom: 32px;
    margin-bottom: 40px;
    font-size: 20px;
}

.single .menu_toggle svg {
    background: var(--brown);
}

.single .menu_toggle svg path {
    stroke: var(--white);
}

.single .singal-post-content ul li:not(:last-child) {
    margin-bottom: 24px;
}

.single .singal-post-content ul li {
    padding-left: 0;
}

.single .singal-post-content ul li:before {
    background: url("../images/bullet-icon.svg") no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 18px;
    top: 2px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.single .singal-post-content ul li>div {
    margin-bottom: 10px;
}

.single .singal-post-content ul li>div strong {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-Vend);
}

.singal-post-content {
    border-bottom: 1px solid #633F3D38;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .single .site {
        margin-top: 120px;
    }

    .single .header-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .single.menu-open .header_menu {
        background: #fff;
    }

    .single-post-sec .img-wrapper {
        border-radius: 12px;
    }

    .site-header .close-btn.menu_toggle {
        border: 1px solid var(--brown);
    }

    .single ul li>div strong {
        font-size: 18px;
    }

    .single .singal-post-content ul li:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 4px;
    }

    .singal-post-content .content h5 {
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .single .singal-post-content ul li>div strong {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .singal-post-content h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .singal-post-content h2 {
        font-size: 22px;
    }
    .single .site {
        margin-top: 80px;
    }
}