/* font */
:root {
    --main-font: "Inter", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav>li>a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

/* common */
.absolute-footer {
    display: none;
}

html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto !important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    background-color: rgb(240, 240, 240);
    line-height: 2;
}

.a-logo {
    max-width: 135px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

.a-tt .section-title span {
    position: relative;
    padding-left: 20px;
    line-height: 1;
    text-transform: unset;
    font-size: 20px;
    color: #fff;
}

.a-tt .section-title span::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #66198F;
    border-radius: 99px;
}

/* .a-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: #fff;
    font-size: 1rem;
    text-transform: unset;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #fff;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-weight: bold;
}

/*  */
#wrapper {
    background-image: url(/wp-content/uploads/2024/12/bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main {
    background-color: unset;
}
.button.primary span{
    color: #000;
}
.searchform .secondary {
    background-image: unset !important;
}

/* a-sidebar */
#wide-nav-2 ul {
    flex-direction: column;
    align-items: flex-start;
}

#wide-nav-2 .flex-col {
    width: 100%;
}

#wide-nav-2 .menu-item {
    margin: unset !important;
    width: 100%;
}

#wide-nav-2 .menu-item a {
    color: #BB926F;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    padding: 1rem 20px;
    text-transform: capitalize;
}

#wide-nav-2 .menu-item a img {
    margin: unset;
}

#wide-nav-2 .menu-item.active a {
    color: #5D4027;
    background: #FFD079;
}
#wide-nav-2 .menu-item.active a img,
#top-bar-2 .menu-item.active a img {
    filter: invert(29%) sepia(38%) saturate(812%) hue-rotate(345deg) brightness(88%) contrast(91%);
}
.a-sidebar .post-item .box {
    background: #3A0A3A;
}

.a-sidebar .post-item .box-text {
    padding: 10px 20px;
    border-bottom: 1px solid #43301E;
}

.a-sidebar .post-item:last-child .box-text {
    border: unset;
}

.a-sidebar .row {
    border-radius: 8px;
    overflow: hidden;
}

.a-sidebar .row .post-item:nth-child(n+2) .box-image {
    display: none;
}

.post-item .is-divider {
    display: none;
}

.post-item .post-title {
    text-wrap: unset;
    color: #fff;
    font-weight: 500;
}

.post-item .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100% !important;
}

/* .a-row */
.a-row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
}

.box .overlay {
    display: none;
}


.header #top-bar {
    display: none !important;
}
#wide-nav{
    display: none;
}
/* .a-777 */
.a-777 .box-text{
    padding-bottom: 12%;
}
.a-777 .box-text p{
    color: #FFD079;
    font-weight: bold;
}
.a-777 .box-text .icon-box{
    align-items: center;
    justify-content: center;
}
.a-777 .box-text .icon-box-text{
    flex: unset;
    padding-left: 5px;
}
/* .a-grid */
.a-grid{
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin-bottom: 15px;
}
.a-grid .box-text{
    padding: unset;
    opacity: 0;;
}
.a-grid .box:hover .box-text{
    opacity: 1;
}
.a-grid .box:hover img{
    filter: brightness(50%);
}
/* .a-scroll */
.a-scroll{
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 800px;
    background: #25180D;
    border-radius: 8px;
}
.a-scroll::-webkit-scrollbar{
    width: 6px;
    background: unset !important;
}
.a-scroll::-webkit-scrollbar-thumb{
    background: #54482D;
    border-radius: 99px;
}
/* .a-menu */
.a-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.a-menu .ux-menu-link__link{
    padding: 0 10px;
    border-left: 1px solid #fff;
    min-height: unset;
    line-height: 1;
    margin-bottom: 10px;
}
.a-menu .ux-menu-link:first-child .ux-menu-link__link{
    border: unset;
}