
	/* start customstyles.php */

section#chess .panels {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

section#chess .panels article {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    background-color: transparent;
}

section#chess .panels article.king {
    height: 560px;
    margin-bottom: 0;
}
section#chess .panels article.king .quote {
    font-size: 20px;
}

section#chess .panels article.king .info h2 {
    font-weight: 300 !important;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

section#chess .panels article.tower {
    height: 100%;
}

section#chess .panels article.tower h2 {
    font-weight: 300 !important;
    text-transform: capitalize;
    font-style: normal;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.02em;
}

section#chess .panels article.queen {
    height: 180px;
}

section#chess .panels article .quote {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    text-align: center;
    color: white;
}

section#chess .panels article .quote .textquote {
    position: relative;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    text-align: center;
}

section#chess .panels article .quote .textquote:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 140px;
    margin-left: -70px;
    border-bottom: 1px solid #ffcc0d;
    content: ' ';
}

section#chess .panels article a.hover,
section#chess .panels article div.hover {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

section#chess .panels article:hover a.hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

section#chess .panels article .info {
    position: relative;
    margin: 0px;
    color: white;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#chess .panels article .post-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section#chess .panels article .post-category {
    background: #52C6F4;
    font-size: 10px;
    border-radius: 24px;
    padding: 4px 10px;
    font-family: 'Geist Mono', monospace;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

section#chess .panels article .info p {
    color: #000000;
    font-family: 'Geist Mono', monospace;
    font-weight: 500;
    font-style: normal; 
    font-size: 13px;
    line-height: 130%; 
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
}

section#chess .panels article .info p a {
    color: #000000;
}

section#chess .panels article .info p time {
    color: inherit;
}

section#chess .panels article .info a {
    height: 100%;
    max-height: 350px;
}

section#chess .panels article .info a:hover {
    filter: brightness(1);
}

section#chess .panels article .info .post-thumbnail {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    max-height: 350px;
}

section#chess .panels article .info h2 {
    color: #000000;
    text-shadow: none;
}

section#chess .panels article .info h2 a {
    color: inherit;
    display: block;
}

section#chess .panels article .info h2 a:hover {
    text-decoration: none;
}

section#chess .panels.row [class*='col-']:not(:last-child) {
    padding-right: 10px;
    padding-left: 10px;

    border-right: 1px solid #000000;
}


/* Desktop styles */
@media (max-width: 1201px) {
    section#chess .panels article {
        height: 550px !important;
        margin: 0 auto;
    }
    section#chess .panels article.king .info h2 {
        font-size: 40px;
    }
    section#chess .panels article.tower h2 {
        font-size: 30px;
    }
    section#chess .panels article .info p {
        font-size: 12px;
    }
    section#chess .panels article .info .post-thumbnail {
        max-height: 300px;
    }
}

/* Tablet styles */
@media (max-width: 991px) {
    section#chess .panels article {
        height: 500px !important;
        margin: 0 auto;
    }
    section#chess .panels.row .col-lg-6 {
        border-right: 0 !important;
        border-bottom: 1px solid #000000;
    }
    section#chess .panels article.king {
        height: 420px;
    }
    section#chess .panels article.king .info h2 {
        font-size: 38px;
    }
    section#chess .panels article.tower h2 {
        font-size: 28px;
    }
    section#chess .panels article.queen {
        height: 120px;
    }
    section#chess .panels article .info {
        padding: 18px 12px;
        font-size: 17px;
    }
    section#chess .panels article .quote {
        margin: 14px;
        font-size: 17px;
    }
    section#chess .panels article .info p {
        font-size: 13px;
    }
    section#chess .panels article .info .post-thumbnail {
        max-height: 300px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    section#chess .panels {
        gap: 30px;
    }

    section#chess .panels article {
        max-width: 100%;
    }
    section#chess .panels.row .col-lg-6 {
        border-right: 0 !important;
        border-bottom: 0;
    }
    section#chess .panels article .info {
        padding: 12px 8px;
        font-size: 15px;
        gap: 20px;
    }
    section#chess .panels article.king .info h2 {
        font-size: 40px;
        text-align: center
    }
    section#chess .panels article.tower h2 {
        font-size: 40px;
        text-align: center
    }
    section#chess .panels article .quote {
        margin: 10px;
        font-size: 15px;
    }
    section#chess .panels article .info p {
        font-size: 12px;
        text-align: center;
    }
    section#chess .panels article .post-details {
        align-items: center;
    }

    section#chess .panels article .info .post-thumbnail {
        max-height: 100%;
    }
    section#chess .panels.row [class*='col-']:not(:last-child) {
        border-right: 0;
    }
}



/* Featured Content Layout */

section#content .featured-content #main {
    border-right: 1px solid #000;
}

section#content .featured-content #main .wrapper {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section#content .featured-content #main .wrapper .row {
    height: 100%;
}

section#content .featured-content #main .featimg {
    padding-top: 0;
    position: relative;
    margin-bottom: 10px;
    height: 100%;
    width: 100%;
    min-height: 200px;
}

section#content .featured-content #main #featured article .post-thumbnail {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block
}

section#content .featured-content #main #featured h2 {
    padding-bottom: 0 !important;
    margin: 0;
    border-bottom: 0 !important;
    text-align: left;
    text-transform: capitalize;
    font-size: 45px;
}

section#content .featured-content #main #featured h2:after {
    display: none;
}

section#content .featured-content #main #featured article {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
section#content .featured-content #main #featured article h3 {
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
}

section#content .featured-content #main #featured article .author {
    color: #000000;
    font-family: 'Geist Mono', monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    text-align: left;
    padding: 10px 0;
}
section#content .featured-content #main #featured article .author a {
    color: #000000;
}

section#content .articles #articlelist {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#content .articles #articlelist .articlebox h3{
    text-transform: capitalize;
    text-align: left;
    padding: 0;
}

section#content .articles #articlelist .articlebox .textinfo {
    display: none;
}

section#content .articles #articlelist .articlebox .featimg {
    position: relative;
    min-height: 250px
}
section#content .articles #articlelist .articlebox .featimg a {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#content .articles #articlelist .articlebox .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#content .articles #articlelist .articlebox .author {
    color: #000000;
    font-family: 'Geist Mono', monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    border: 0;
    text-align: left;
    padding: 10px 0;
}

section#content .articles #articlelist .articlebox a {
    color: #000000 !important;
}


/* Welcome Content */

section#content .featured-content #welcome .wrapper {
    padding: 20px;
    margin: 0;
    border: 3px solid #c5af85;
    background: #c5af85;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

section#content .featured-content #welcome .wrapper article .author {
    color: #000000;
    font-family: 'Geist Mono', monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 10px 0;
}

section#content .featured-content #welcome .wrapper article h3 {
    padding: 0;
    font-size: 30px;
    text-transform: capitalize;
}

section#content .featured-content #welcome .wrapper article #date {
    display: none;
}

section#content .featured-content #welcome .wrapper article p {
    color: #000000;
}

section#content .featured-content #welcome .wrapper article .author a {
    color: #000000;
}

#block-25 {
    display: none
}

/* Desktop styles */
@media (max-width: 1201px) {
    section#content .featured-content #main #featured article h3  {
        font-size: 24px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    section#content .featured-content #main {
        border-right: 0;
    }

    section#content .featured-content #main #featured article .featimg img {
        position: relative;
        margin: auto;
    }

    section#content .featured-content #main #featured article h3  {
        font-size: 24px;
        text-align: center;
    }
    
    section#content .featured-content #main #featured article .author {
        text-align: center;
        margin-bottom: 20px;
    }


    section#content .articles #articlelist .articlebox article img {
        margin: auto;
    }

    section#content .articles #articlelist .articlebox article h3 {
        margin-top: 20px;
    }

    section#content .articles #articlelist .articlebox article .author {
        margin-bottom: 0;
    }
}








		
/* Responsive Boxed Layout */
@media (min-width: 768px) and (max-width: 991px) {
    #boxed { width: 100%; }
}

/* Header Styles */
.test-header {
    min-height: 246px;
    display: flex;
    align-items: center;
    background: #c5af85;
    position: relative;
    z-index: 1000;
}
<!-- .header-left-section {
    padding: 0
} -->
.header-left-section,
.header-right-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.header-right-buttons { align-items: flex-end; }
.menu-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-button,
.right-button {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 6px !important;
    color: #000;
    border: 1px solid #000;
    border-radius: 9px;
    font-size: 12px;
    font-family: "GEIST";
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    background: none;
    text-decoration: none;
}
.header-button:hover { color: #000; }
.header-search-form { margin-bottom: 8px; max-width: 210px; }
.search-wrapper {
    position: relative;
    max-width: 250px;
}
.search-wrapper i {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 16px;
}
.search-input {
    background: none;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 6px 25px 6px 10px;
    font-size: 12px;
    font-family: "Geist";
    width: 100%;
}
.header-social-links {
    list-style: none;
    display: flex;
    padding: 0;
    font-size: 20px;
}
.header-social-links li a {
    color: #000 !important;
    margin-right: 8px;
}
a .img-responsive {
    max-width: 473px;
    width: 100%;
}

/* Main Menu Styles */
#mainmenu-test {
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    list-style: none;
    margin: 0 0 20px 0;
    font-family: sans-serif;
    padding: 10px 0;
}
#mainmenu-test > li {
    position: relative;
    text-align: center;
    color: #000;
    font-family: Geist;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
#mainmenu-test > li > a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}
#mainmenu-test > li > a i.fa-angle-down {
    font-size: 1em;
    vertical-align: middle;
    transition: transform 0.2s;
}
#mainmenu-test li:hover > a i.fa-angle-down {
    transform: rotate(180deg);
}
#mainmenu-test .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    min-width: 220px;
    z-index: 999;
    overflow: hidden;
    padding: 0;
    list-style: none;
}
#mainmenu-test li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
#mainmenu-test .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.25s;
}
#mainmenu-test .sub-menu li:last-child { border-bottom: none; }
#mainmenu-test .sub-menu li a {
    display: block;
    padding: 12px 18px;
    color: #000;
    transition: background 0.2s;
}
#mainmenu-test .sub-menu li a:hover:not(:has(img)) {
    background: #eee;
    box-shadow: inset 4px 0 0 #c5af85;
    text-decoration: none;
    filter: brightness(1);
}

/* Header Link Hover */
header a:hover:not(:has(img)) { filter: brightness(1); }

/* Responsive Styles */
@media (min-width: 768px) {
    .menu-button-wrapper,
    .logo-mobile { display: none !important; }
}
@media (max-width: 767px) {
    .test-header {
        margin-bottom: 20px;
        min-height: auto;
    }
    .single-article p { font-size: 24px !important; font-weight: 390 !important; }
    .test-header .wrapper { padding-bottom: 0; }
    .menu-button-wrapper { padding: 15px 0; }
    a .img-responsive { max-width: 230px; }
    .header-right-buttons {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }
    .header-button {
        font-size: 16px;
        font-weight: 500;
    }
    .search-input {
        max-width: none;
    }
    .mobile-search {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-list li {
        margin: 8px 0;
    }
    .header-search-form {
        max-width: none;
    }
    .mobile-menu-list {
        margin-bottom: 0;
    }
    .mobile-menu-list > li > a {
        font-weight: 500;
    }
    .sub-menu {
        padding-left: 0 !important;
    }

    .sub-menu > li > a {
        border-bottom: 0 !important;
    }
}

/* Hidden Utility */
.hidden { display: none; }


/* Mobile Menu Styles */
#mobile-menu-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    font-size: 3rem;
    z-index: 10;
    cursor: pointer;
    font-weight: 100;
    color: #000000 !important;
}
#mobile-menu-toggle { color: #000 !important; }
#mobile-fullscreen-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    overflow-y: auto;
    padding: 20px;
    transition: transform 0.3s, opacity 0.3s;
}
#mobile-fullscreen-menu.active {
    display: block;
    animation: slideDown 0.3s forwards;
}
@keyframes slideDown {
    from { transform: translateY(-100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu-list > li {
    margin-bottom: 10px;
    font-family: Geist, sans-serif;
}
.mobile-menu-list > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.mobile-menu-list i.fa-angle-down {
    margin-left: 8px;
    transition: transform 0.3s;
}
.mobile-menu-list .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    padding-left: 10px;
}
.mobile-menu-list li.open > .sub-menu { max-height: 800px; }
.mobile-menu-list li.open > a i.fa-angle-down { transform: rotate(180deg); }
.mobile-menu-list .sub-menu li a {
    font-size: 16px;
    padding: 8px 0;
    color: #333;
    text-transform: none;
    border-bottom: 1px solid #f0f0f0;
}
body.menu-open { overflow: hidden; }
/* #mobile-fullscreen-menu::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.05);
    z-index: -1;
} */






/* Fullscreen Mobile Menu Styling (match mockup) */
#mobile-fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #c5af85;
    z-index: 9999;
    padding: 40px 20px;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  #mobile-fullscreen-menu.active {
    display: flex;
    animation: slideDown 0.3s forwards;
  }
  
  .mobile-menu-list {
    list-style: none;
    padding: 0;
    /* margin: 0 0 20px; */
    width: 100%;
    max-width: 400px;
  }
  
  .mobile-menu-list > li {
    margin: 12px 0;
  }
  
  .mobile-menu-list > li > a {
    font-family: Geist, sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid transparent;
  }
  
  .mobile-menu-button {
    display: block;
    font-family: Geist, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 8px auto;
    width: 100%;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Search */
  .mobile-search {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 10px;
  }
  .mobile-search input {
    width: 100%;
    padding: 8px 35px 8px 12px;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 14px;
    font-family: Geist, sans-serif;
    background: none;
    color: #000;
  }
  .mobile-search i {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
  }
  
  /* Social & Footer */
  .mobile-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 22px;
    margin-top: 10px;
  }
  .mobile-social a {
    color: #000 !important;
  }
  .mobile-publisher {
    font-size: 10px;
    font-family: "Geist Mono", monospace;
    margin-top: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
  }

		
			
		/* primary color */
		
		/*section#top { background-color:#1F2E3F;}*/
		
		@media (max-width: 767px){
			.carousel h2 a{
			color: #1F2E3F !important;
			}
		}
		
	
		
		
		
	.simpleclassbyoptions{
margin: auto;
}