
/*** blog ***/
.banner-blog {
    padding: 1rem 0 0;
    margin: 0 0 2rem;
    position: relative;
}
.banner-blog .post-item {
    width: 100%;
    flex-direction: column;
    position: relative;
}
.banner-blog .post-item .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 24px;
}
.banner-blog .post-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.banner-blog .post-item .picture img {
    width: 100%;
    max-height: 100%!important;
    height: 430px;
}
.search-result {
    margin: 0 0 2rem;
}

.form-search .form-control {
    background: #200050;
    max-width: 100%;
    width: 100%;
    padding: 8px 16px 8px 48px;
    border: none !important;
    height: 48px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--color-secondary) !important;
    border-radius: 8px;
    outline: 0;
}
.form-search .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .2);
}
.form-search .btn-search {
    padding: 0;
    border-radius: 8px;
    width: 40px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0 !important;
    box-shadow: none !important;
}
form.form-search {
    position: relative;
    z-index: 2;
}
input:-ms-input-placeholder, input::placeholder, input:-moz-placeholder, input::-webkit-input-placeholder, input::-moz-placeholder {
    color: #FFFFFFCC!important;
}
::placeholder {
    color: #FFFFFFCC!important;
}
.post-item.col-item {
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul.latest-post {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-item.col-item .detail .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.sidebar_title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin: 0 0 1rem;
    display: block;
}
ul.list-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-categories > li {
    margin: 0;
    display: block;
    padding: .75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
    position: relative;
}
ul.list-categories > li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--color-secondary);
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
ul.list-categories > li a {
    font-family: 'Sora';
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    text-decoration: none;
    color: var(--color-secondary);
    text-transform: capitalize;
}
ul.list-categories > li a:hover, ul.list-categories > li a:focus {
    text-decoration: underline;
}
.category_header {
    background: #320178;
    background: linear-gradient(180deg, rgba(57, 0, 149, 0) 0%, rgba(116, 17, 138, 0.6) 100%);
    padding: 40px 0;
    text-align: center;
}
.category_header h1 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    color: var(--color-secondary);
    margin: 0 0 1.5rem;
}
.category_header .category_title {
    max-width: 800px;
    margin: 0 auto;
}
.category_header p {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--color-secondary);
    margin: 0;
}
/*** sort by ***/
.search-result .count-results {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}
.search-result .artists-sort-order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--color-bg-secondary);
    border-radius: 8px;
    padding: 12px 16px;
    width: auto !important;
    margin: 0 0 0 auto;
    max-width: max-content;
}
.search-result {
    margin-bottom: 32px;
}
.search-result label.sort-by-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-right: 16px;
    border-right: 1px solid #FFFFFF4D;
}
.search-result select#orderby {
    background: transparent;
    border: none;
    color: var(--color-secondary);
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
    outline: 0!important;
    box-shadow: none;
}
.search-result .artists-sort-order .select2-container {
    margin-left: 8px;
    min-width: 180px;
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 400;
    color: #FFFFFFCC;
    position: relative;
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__placeholder,
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-secondary) !important;
    line-height: 28px;    
    background: transparent;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    /* color: #FFFFFFCC !important; */
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none; 
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    position: absolute;
    top: -1px;
    right: 0px;
    width: 20px;
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    border-radius: 6px;
    margin-left: 0;
    margin-top: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-result .artists-sort-order .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 6px 6px 6px;
}
/** dropdown **/
.select2-search--dropdown {
    padding: 0 0 8px!important;
    margin: 0!important;
}
.select2-dropdown {
    background-color: rgba(0, 0, 0, 0.5)!important;
    backdrop-filter: blur(30px);
    border: none!important;
    border-radius: 8px !important;
    padding: 8px 8px;
}
.select2-dropdown .select2-results__options .select2-results__option {
    padding: 8px 0px;
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--color-secondary);
    border-radius: 0;
    background-color: transparent!important;
}
.select2-dropdown .select2-results__options .select2-results__option:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: transparent!important;
    color: var(--color-secondary-2)!important;
}
.select2-container--default .select2-results > .select2-results__options {
    padding: 0 16px;
    scrollbar-width: thin; 
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent; 
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.25);
}
.select2-dropdown.sort_by_dorbdown {
    min-width: 200px!important;
    margin-left: -29px;
}
.select2-dropdown.sort_by_dorbdown ul#select2-orderby-results, .select2-dropdown.sort_by_dorbdown ul.select2-results__options {
    padding: 0 8px;
}
.select2-dropdown.sort_by_dorbdown ul#select2-orderby-results .select2-results__option {
    white-space: nowrap;
}
/***/
section.content-wrapper {
    margin-top: 2rem;
}
h1 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin: 0 0 1rem;
}
.post-item {
    display: flex;
    flex-direction: row;
    background: #200050;
    border-radius: 16px;
    border: none;
    width: 100%;
    height: 100%;
    gap: 8px;
    text-decoration: none;
    color: var(--color-secondary);
    overflow: hidden;
}
.post-item .detail {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.post-item .detail .title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-item .post-excerpt,.post-item .post-excerpt p, .post-item .post-excerpt span, .post-item .post-excerpt strong {
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
}
.post-item .read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-secondary-2);
    display: table;
    position: relative;
    width: auto;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    transition: transform 0.3s linear;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
}
.post-item .read-more i {
    font-size: 12px;
}
.post-item .picture img {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    /* transition: transform 0.3s linear; */
}
.post-item .picture img {
    width: 100%;
    height: auto;
    max-height: 188px;
    object-fit: cover;
}
.post-item .post-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
.grid-item-small .post-item .post-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.grid-item-small .post-item {
    flex-direction: row;
    height: 100%;
}
.grid-item-small .post-item .picture {
    width: 36%;
}
.grid-item-small .post-item .detail {
    width: 64%;
}
.grid-item-small .post-item .picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-item-small .post-item .detail .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.grid-item-small .post-item .detail {
    padding: 24px;
    justify-content: space-between;
}
}
.post-item:hover .post-title .title, .post-item:hover .post-excerpt {
    color: var(--color-secondary);
}
.post-item:hover .read-more {
    text-decoration: underline;
}
.post-item:hover .picture img {
    transform: scale(1.05);
}
/*** End blog ***/
/*** single post ***/
.article-image > picture > img {
    width: 100% !important;
    border-radius: 16px;
    height: 432px;
    object-fit: cover;
    object-position: center;
}
.article-image {
    position: relative;
}
.article-image ul.categories-tag {
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
ul.categories-tag li a {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: #FFFFFF99;
    backdrop-filter: blur(16px);
    padding: 4px 10px;
    color: var(--color-main);
    text-decoration: none;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0px;
    border-radius: 20px;
}
ul.categories-tag li a:hover, ul.categories-tag li a:focus {
    color: var(--color-bg-secondary);
    color: var(--color-secondary-2);
    background: rgb(50 1 120 / 20%);
}
h1.article-title {
    line-height: 1.2;
}
.article-content, .article-content p, .article-content span, .article-content strong {
    font-family: var(--font-main) !important;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0px;
    color: var(--color-secondary)!important;
}
.article-details .metadata .date img {
    width: 22px;
}
.article-details .metadata em {
    font-style: normal!important;
}
section.content-top.banner-single {
    padding: 1rem 0 0;
    margin: 0 0 2rem;
    position: relative;
}
.social-share ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 1rem;
    justify-content: flex-start;
    gap: 8px;
}
.social-share ul li a, .social-share ul li a i {
    color: var(--color-secondary);
    font-size: 20px;
}
.article-content h2 {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: var(--color-secondary)!important;
}
.article-content h3 {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: var(--color-secondary)!important;
}
.article-content h4, .article-content h5 {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: var(--color-secondary)!important;
}
.article-content img {
    max-width: 100% !important;
    height: auto;
    width: auto;
}
/*** End single post ***/
@media (max-width: 1200px) {
    .banner-blog .post-item .picture img {
        height: 400px;
    }
    .post-item .detail .title {
    font-size: 28px;
    margin: 0 0 .5rem;
    }
    .post-item .read-more {
    font-weight: 500;
    }
    .grid-item-small .post-item .detail {
        padding: 20px;
    }
    ul.latest-post .post-item .detail {
        padding: 1rem;
    }
    .category_header h1 {
        font-size: 40px;
    }
}
@media (max-width: 992px) {
    .banner-blog .post-item .picture img {
    height: 380px;
}
.banner-blog {
    padding: 0.5rem 0 0;
    margin: 0 0 1.5rem;
}
.post-item .detail .title {
    font-size: 24px; 
}
.post-item .detail .title { 
    margin: 0;
}
.post-item .post-excerpt, .post-item .post-excerpt p, .post-item .post-excerpt {
    margin: 0;
}
.post-item .read-more {
    font-size: 14px;
    line-height: 22px; 
    margin-top: 0;
}
.category_header h1, h1 {
    font-size: 30px; 
}
}

@media (max-width: 768px) {
    .banner-blog {
    padding: 0;
    margin: 0 0 1rem;
    }
    section.content-top.banner-blog > .container , section.content-top.banner-single > .container {
        padding: 0;
    }
    .banner-blog .post-item {
    border-radius: 0;
}
.sidebar ul.latest-post {
    display: none;
}
.post-item {
    flex-direction: column;
}
.post-item .detail {
    padding: 16px 24px; 
}
.grid-item-small .post-item .post-excerpt {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.post-item .detail .title {
    font-size: 20px;
}
.banner-blog .post-item .detail .title {
    font-size: 22px;
}
.category_header h1, h1 {
    font-size: 28px;
}
.page-blog .right-column {
    order: 3 !important;
}
.form-search .form-control {
    background: #44268B;
    padding: 8px 16px 8px 64px;
    height: 56px;
    border-radius: 32px;
}
.form-search .btn-search {
    padding: 0;
    border-radius: 32px 0 0 32px;
    width: 52px;
    height: 56px;
}
.search-form-aside {
    max-height: calc(56px + 16px) !important;
    position: fixed;
    max-width: 100%;
    width: 100% !important;
    left: 0;
    top: 74px;
    padding: 8px;
    z-index: 99;
    margin: 0 !important;
}
.page-blog {
    margin-top: 72px!important;
}
section.content-top.banner-single {
    padding: 0;
    margin-bottom: 1.5rem!important;
}
.category_header {
    padding: 2rem 0;
}
    .sidebar {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: .5rem;
    }
    .sidebar_title {
        margin: 0 0 .5rem;
    }
    .blog-content {
    margin-bottom: 1.5rem;
}
.grid-item-small .post-item .detail {
        padding: 16px 24px;
    }
    section.content-wrapper {
    margin-top: 1.5rem;
}
    .search-result .count-results {
    font-size: 18px;
    }
    .article-image > picture > img {
    border-radius: 0;
    height: 380px;
    }
    .navbar.fixed-top:after {
        height: calc(100% + 72px);
        backdrop-filter: none;
        background: var(--color-main);
    }
}
@media (max-width: 576px) {
    .search-form-aside {
        /* background: var(--color-main); */
        top: 64px;
    }
    .category_header {
        padding: 1.5rem 0;
    }   
    .category_header h1, h1 {
        font-size: 24px;
    }
    .post-item .detail .title {
        font-size: 18px;
    }
    .banner-blog .post-item .detail .title {
        font-size: 20px;
    }
    .search-result .count-results {
        font-size: 16px;
        line-height: 25px;
    }
    .search-result .artists-sort-order .select2-container {
        min-width: auto;
        width: 120px!important;
    }
    .select2-dropdown.sort_by_dorbdown {
        min-width: 200px !important;
        margin-left: -64px!important;
    }
    .search-result {
        margin-bottom: 24px;
    }
    .search-result label.sort-by-label span {
        font-size: 0;
    }
    .search-result label.sort-by-label {
        padding: 0;
        border: none;
    }
    .form-search .form-control {
        padding: 8px 16px 8px 64px;
        height: 52px;
        border-radius: 32px;
    }
    .form-search .btn-search {
        padding: 0;
        border-radius: 32px 0 0 32px;
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .navbar.fixed-top:after {
        height: calc(100% + 72px);
        backdrop-filter: blur(30px);
        background: var(--color-bg-gradient-header);
    }
    nav.navbar {
        backdrop-filter: none !important;
        background: none !important;
    }
}