/* ================ Global ================ */
.page_content {
    padding-top: 30px;
}

.hidTitle {
    display: none;
}

.mg_page__intro {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}


/* Breadcrumb  */

.c-breadcrumb-wrapper {
    padding-top: 30px;
    background-color: #222;
}

.genres_wrap .genres__collapse .genres ul li a::before {
    content: '➤';
    font-size: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.genres_wrap a.btn-genres.active:before {
    content: '▲';
}

.genres__collapse {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    margin-bottom: 10px;
}

.ion-md-arrow-dropdown:before {
    font-weight: bold;
    content: '▼';
    color: #fff;
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: 0.4s ease all;
    cursor: pointer;
}

.c-blog__heading.style-3 {
    width: auto;
    display: inline-block;
}

.genres_wrap .btn-genres {
    float: right;
}

.genres_wrap .btn-genres:hover::before {
    color: #222;
    background: #fff;
}

.c-breadcrumb {
    margin-bottom: 16px;
}

a {
    text-decoration: none;
    color: #333;
    transition: .4s ease all;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.c-breadcrumb .breadcrumb li {
    font-size: 12px;
}

.c-breadcrumb .breadcrumb li+li::before {
    content: "/";
    padding: 0 2px;
    color: #1a2954;
    margin-left: 4px;
}

.text-ui-dark .font-title a {
    color: #fff;
}

.c-tabs-content {
    margin-top: 0;
}

.genres li a:hover {
    font-weight: 600;
    color: #fab20d;
}

.entry-title .item-title {
    color: #fff;
    font-size: 1.25rem;
}

.text-ui-dark .c-blog__heading * {
    color: #fff;
}

.text-ui-dark .c-blog__heading a {
    color: #a4a4a4;
}

.text-ui-dark .c-blog__heading a:hover {
    color: #fab20d;
}

.post_title a,
.post_title {
    font-size: 1rem;
    display: inherit;
    color: #fff;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0;
}

.genres ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.genres ul li {
    margin-bottom: 10px;
}

.genres ul li a {
    color: #fff;
    position: relative;
    padding-left: 14px;
}

.c-blog__heading.style-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.c-nav-tabs {
    display: flex;
    justify-content: end;
}

.c-tabs-content {
    display: flex;
    justify-content: end;
    list-style: none;
}

.c-tabs-content li:not(:first-child) {
    margin-left: 10px;
}

.c-nav-tabs>span {
    font-weight: 600;
}

.c-tabs-content a:hover {
    text-decoration: none;
}

/* End Breadcrumb  */

/*Paging + Load More */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.wp-pagenavi * {
    margin: 0 5px;
}

.wp-pagenavi .page,
.wp-pagenavi a,
.wp-pagenavi [aria-current="page"] {
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    transition: .4s ease all;
    border-radius: 5px;
}

.wp-pagenavi .pages {
    line-height: 40px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    background-color: #fab20d;
    box-shadow: 0 0 10px 3px #434343;
    border-color: #fab20d;
}

.load-title .ion-md-arrow-dropdown::before {
    display: none;
}

.load-ajax .load-title {
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    border-radius: 2rem;
    background-color: #fab20d;
    color: #222;
    transition: 0.4s ease all;
    font-weight: 600;
}

.load-ajax .load-title:hover {
    background-color: #fff;
    color: #fff;
    color: #222;
}

.navigation-ajax {
    margin-top: 20px;
    text-align: center;
}

/*End Paging + Load More */

/*  ================ End  Global ================ */

/* Responsive */
@media screen and (max-width: 787px) {
    .c-blog__heading.style-2 {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .c-blog__heading h2 {
        margin-bottom: 10px;
    }

    .c-nav-tabs {
        flex-wrap: wrap;
    }

    .c-nav-tabs>span {
        display: none;
    }

    .c-tabs-content {
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: start;
        margin-top: 10px;
    }

    .c-tabs-content a {
        font-size: 15px;
    }
}

/*Ednd Responsive */