/* font */
:root {
    --main-font: "Inter", sans-serif;
    --main-bg-linear: linear-gradient(295.21deg, #F4D773 30.59%, #CAA559 42.59%, #F6DD78 54.59%, #F2B638 66.58%);
    --outline-linear: linear-gradient(#2F2F2F, #2F2F2F) padding-box, linear-gradient(173.88deg, #F4D773 8.39%, #CAA559 36.88%, #F6DD78 65.38%, #F2B638 93.87%)  border-box;
    
    
    ;
    /* --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;
    line-height: 2;
}

.a-logo {
    max-width: 200px;
}

.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-sidebar */

.a-sidebar .is-divider{
    display: none;
}
.a-sidebar > .col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .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: var(--fs-experimental-link-color);
    font-size: 1rem;
}

.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;
}

.a-py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.mb-half{
    margin-bottom: 15px !important;
}

.banner .mb-half{
    margin-bottom: 10px !important;
}

.banner p {
    margin: 0 0;
}


.text-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.text-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.text-3 {
    font-size: 135px;
    font-weight: 700;
    line-height: 120px;
}

.a-text-img{
    max-width: 500px;
}

blockquote, table td, table th{
    color: #fff;
}

.searchform input{
	border-color: #fff !important;
	color: #fff;
}


.mobile-nav .icon-menu{
        color: #fff;
}

a.button.primary.is-outline{
    border: solid 2px transparent;
    background: linear-gradient(#1D1D1D, #1D1D1D) padding-box, var(--main-bg-linear) border-box;
    color: var(--wp--preset--color--primary);
}

.a-linear-text {
    background: var(--main-bg-linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.main-linear-bg{
    background: var(--main-bg-linear);
}

.button.primary,
.a-outline-btn {
    border: solid 2px transparent;
    background: var(--outline-linear);
    color: #F6DD78;
}

#main {
	background-image: url("/wp-content/uploads/2024/12/bg.webp");
    background-size: cover;
}


.a-section-1 ul.nav {
    border-right: 1px solid #F4CA59;
    background-color: #282727
}

.a-section-1 .tabbed-content {
    border: 2px solid #F4CA59;
    border-radius: 5px;
}

.a-section-1 .nav .tab {
    background-color: #202020;
    padding: 15px;
    border: 2px solid #F4CA59;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.a-section-1 .nav .tab:last-child {
    border-bottom: 0;
}


.a-section-1 .nav .tab a:before {
    display: none !important;
}


.a-section-1 .nav .tab a span {
    color: #F4CA59;
}

.a-section-1 .nav .tab.active {
    background: linear-gradient(270deg, #322F57 0%, #111023 100%);
}

.a-section-1 .nav .tab a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.a-section-1 .nav .tab a img {
    max-width: 50px;
}

.a-section-1 .tab-panels {
    padding: 15px !important;
    border: 0;
}

.a-section-1 .tab-panels .panel {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px
}

.a-section-1 .tab-panels .panel .text {
    padding: 0 1px
}

.a-section-1 .tab-panels .panel::-webkit-scrollbar {
    width: 4px;
    background: #5d5c5c
}

.a-section-1 .tab-panels .panel::-webkit-scrollbar-thumb {
    background-color: #d9d9d9
}

.a-section-2 .tabbed-content .nav .tab {
    background: var(--outline-linear);
    width: 185px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 99px;
}

.a-section-2 .tabbed-content .nav .tab:hover,
.a-section-2 .tabbed-content .nav .tab.active {
    background: var(--main-bg-linear);
    border: 2px solid #F4CA59;
}

.a-section-2 .tabbed-content .nav .tab a {
    font-size: .8rem;
    color: var(--wp--preset--color--primary) !important;
    transition: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0 5px !important;
}

.a-section-2 .tabbed-content .nav .tab:hover a,
.a-section-2 .tabbed-content .nav .tab.active a {
    color: #000 !important;
}

.a-section-2 .tabbed-content .tab-panels {
    padding: 35px 50px;
    border-radius: 12px;
}

.a-section-2.cate-topgame .tabbed-content .tab-panels {
    max-height: unset !important;
    overflow-x: unset !important;
    overflow-y: unset !important
}

.a-section-2 .tabbed-content .tab-panels::-webkit-scrollbar {
    width: 0
}

.a-section-2 .tabbed-content .slider .img {
    padding: 0 7px
}

.a-section-2 .tab-panels {
    border: 2px solid #F4CA59;
}

.a-section-2 .tab-panels::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.a-section-2 .tabbed-content .nav.nav-simple{
    top: 20px;
    gap: 7px;
}

.justify-start .section-title{
    justify-content: flex-start;
}

.a-section-3 .box-text{
    padding: 10px !important;
}

.a-section-3 .is-divider{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.a-section-3 .post-item:first-child{
    margin-bottom: 15px !important;
}

.a-section-3 .post-item:not(:first-child) .is-divider{
    display: none;
}

.a-section-3 .post-item:not(:first-child){
    border-bottom: 1px solid #CCCCCC;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.a-section-3 .post-item:last-child{
    border-bottom: 0;
}

.a-section-3 .post-item:not(:first-child) .box-text{
    padding: 10px 5px 0 0 !important;
    border: 0;
}

.a-section-3 .post-item:not(:first-child) .box-image{
    display: none;
}

.a-section-3 .post-item:not(:first-child)  .post-title{
    position: relative;
    text-wrap: auto !important;
}

.a-section-3 .post-item:hover a{
    color: var(--fs-experimental-link-color) !important;
}

.a-section-3 .post-item .post-title{
    color: #fff;
}

