/*
Theme Name: osakar
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.mg0 p {
    margin-bottom: 0px;
}

.header-button a.icon.primary.button.circle.is-small {
    color: #4D515B;
    background: #fff;
}
.imgzz img {
    transition: transform 0.3s ease;
}
.imgzz:hover img {
    transform: scale(1.05);
}
.nav-pagination > li > a, .nav-pagination > li > span {
    border-radius: 3px!important;
    border: 1px solid #1a202c!important;
}
.osakar-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

h2.h2_p1,
h2.h2_p3 {
    font-size: 1.2em;
}

h2.h2_p2 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.post-date {
    font-size: 0.9em;
    margin-top: 9px;
}

.row.wrapperbl {
    margin-top: 0 !important;
}

.post-item {
    display: flex;
    margin-bottom: 25px;
}

.other-posts {
    display: flex;
    flex-direction: column;
}

.left_block {
    width: 35%;
    margin-right: 20px;
}

.right_block {
    flex-basis: 65%;
}

.right_block .post-date {
    margin-top: 0;
    margin-bottom: 5px;
}
.custom-category-menu {
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin: 0 auto;
    justify-content: center;
}

.custom-category-menu::-webkit-scrollbar {
    display: none;
}
.custom-category-menu a:hover{
    border: 1px solid #f00000;
    color :#f00000;
 }
.custom-category-menu a {
    flex: 0 0 auto;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 5px;
    border: 1px solid #ffffff00;
}

#breadcrumbs p {
    margin: 0;
}

.large-12.col.hdtopt {
    padding-bottom: 0;
}

.wrap-breadcrumb {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 0.9em;
    background: #efefef;
}

.custom-category-menu .homeicon {
    color: #e70000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    border: 1px solid #f00000;
}

.footercl li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0px !important;
}

.blog-single article {
    margin-bottom: 0 !important;
}

.footercl p {
    margin-bottom: 5px;
}

.blog-single {
    background: #eeee;
    padding-top: 0;
}

.entry-content.single-page img {
    width: 100%;
    border-radius: 5px;
}

.entry-content.single-page {
    padding-top: 10px;
}

.blog-single .article-inner {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

h1.post-title-fl {
    margin-top: 15px;
    font-size: 1.4em;
}

.sharepost a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #eee;
    margin-left: 11px;
    text-align: center;
    border-radius: 50%;
}

.topinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Mặc định: hiện menu */
.menu_list {
    display: block;
}

/* Ẩn mũi tên trên desktop */
.arrow {
    display: none;
}
p.uppercase.title_menu {
    margin-bottom: 10px;
}
a.osakar-title__link:hover {
    color: #fff;
    background:#f00000;
}
a.osakar-title__link {
    background: #D9D9D9;
    padding: 5px 10px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #525252;
    width: 100%;
    float: left;
}
.sharepost a, #breadcrumbs a {
    color: #555 !important;
}
@media (max-width: 767px) {
    .post-item {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .menu_list {
        display: none;
    }

    .menu_list.active {
        display: block;
    }

    .title_menu {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .arrow {
        display: inline-block;
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .arrow.rotate {
        transform: rotate(180deg);
    }

    .left_block {
        width: 100%;
        margin-bottom: 20px;
    }
}