/* Boys Love Games Custom Styles */

body{
    background: #070F1A !important;
}


.site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}


/*Search Styles*/

.search-wrapper {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    max-width: 246px;
}

.search-wrapper input.search-submit {
    display: none !important;
}

.search-wrapper img {
    cursor: pointer;
}


.kadence-search-icon-wrap {
    display: none !important;
}

input.search-field {
    border: none !important;
    border-radius: 27px !important;
    padding: 11px 31px 10px 31px !important;
    background: rgba(10,10,1,.3) !important;
    backdrop-filter: blur(19.6px) !important;
    -webkit-backdrop-filter: blur(19.6px) !important;
		font-family: "Istok Web", sans-serif !important;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 400;
	line-height: auto;
}

input.search-field::placeholder{
	color: #A7A7A7 !important;
}


/*Homepage*/
section.hero-section.game-banner-hero-section {
    padding: 25px 50px 0 50px;
}

.hero-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
     position: relative;
    overflow: hidden;
     background: url(https://royalblue-crocodile-106108.hostingersite.com/wp-content/uploads/2025/09/Component-32.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 70px 60px;
    transition: background-size .3s ease;
}
.hero-content:hover{
    background-size: 110% 110%;
  
}

h1.hero-title {
    color: #14BC16;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3em;
    filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.35));
}
h1.hero-title span {
    color: #fff;
    font-size: 57px;
}

p.hero-description {
    margin: 3px 0 0 0;
     color: #E5E7EE;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
}

   section.content-section {
    padding: 80px 50px 120px 50px;
}

section.content-section .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.content-wrapper {
    display: grid;
    grid-template-columns: auto 244px;
    gap: 30px;
}


/*Game Card Styles*/

.games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}
.game-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(131 132 136 / 20%);
    background: rgb(17 25 36 / 10%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);

}

.game-content {
    padding: 30px 20px 40px 20px;
}
.game-meta-container {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    font-weight: 700;
    filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 25%));
    align-items: center;
}

.game-category-display {
    text-transform: capitalize;
    padding: 4px 8px;
    background: #14BC16;
    border-radius: 40px;
}

.game-version-display {
    padding: 4px 8px;
    background: #D92365;
    border-radius: 40px;
}
.game-info-container h3.game-title {
    color: #E5E7EE;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 15px;
}
.game-info-container h3.game-title a:hover{
    color: #E5E7EE !important;
}

.game-info-container .game-excerpt {
    color: #C7C9D0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 20px;
    
}

.game-card:hover{
    border-color: rgb(20 188 22 / 60%);
}

.game-card .game-thumbnail{
    overflow: hidden;
}
.game-card .game-thumbnail img{
    transition: all .3s ease;
    width: 100%;
    /*height: 185px;*/
    height: auto;
    aspect-ratio: 315 / 250;
    object-fit: cover;
}
.game-card:hover .game-thumbnail img{
    transform: scale(1.05);
}


/*View More Button*/

.games-view-more-wrapper {
    margin-top: 40px;
}

.games-view-more-wrapper button {
    width: 100%;
    padding: 18px;
    color: #fff;
    background: #14BC16;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 35%));

}
.games-view-more-wrapper button:hover {
     color: #070F1A;
    background: #E5E7EE;
}
.games-view-more-wrapper button:active {
    color: #fff;
    background: #14BC16;
}
.games-view-more-wrapper button:focus {
    color: #fff;
    background: #14BC16;
}

/*Bottom Section*/


section.content-info-section {
    padding: 0 50px 120px 50px;
}
section.content-info-section .container.content-info-container {
    max-width: 1280px;
    margin: auto;
}

section.content-info-section .container.content-info-container  h3 {
    color: #14BC16;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 20px;
    max-width: 995px;
}
section.content-info-section .container.content-info-container  p{
    color: #C7C9D0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 60px;
    max-width: 995px;
}
section.content-info-section .container.content-info-container  p:last-child{
    margin-bottom: 0px;
}




/*Featured Games*/

section.featured-games-section{
    padding: 0px 50px 120px 50px;
}
section.featured-games-section .container {
    max-width: 1280px;
    margin: auto;
}

/* Featured Games Header */
.featured-games-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.featured-header-left {
    flex: 1;
}

.featured-games-title {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.35));
}

.featured-games-subtitle {
    color: #C7C9D0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}

.featured-header-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Slider Container */
.featured-games-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.featured-games-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.featured-slide {
    flex: 0 0 50%;
    min-width: 0;
    padding: 0 10px;
}

/* Featured Game Cards */
.featured-game-card {
    background: linear-gradient(135deg, rgba(17, 25, 36, 0.8) 0%, rgba(20, 188, 22, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    height: 200px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.featured-game-card:hover {
    border-color: rgba(20, 188, 22, 0.6);
}

.featured-game-image {
    flex: 0 0 200px;
    overflow: hidden;
    position: relative;
}

.featured-game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-game-card:hover .featured-game-image img {
    transform: scale(1.05);
}

.featured-game-info {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Featured Game Badges */

.featured-game-badges {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    font-weight: 700;
    filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 25%));
    align-items: center;
}

span.featured-badge.category-badge {
    text-transform: capitalize;
    padding: 4px 8px;
    background: #14BC16;
    border-radius: 40px;
}

span.featured-badge.version-badge{
    padding: 4px 8px;
    background: #D92365;
    border-radius: 40px;
}

/* Featured Game Title */

h3.featured-game-title {
    color: #E5E7EE;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 14px 0 14px 0;
    text-transform: none;
    letter-spacing: 0.5px;
}

/* Featured Game Description */
.featured-game-description {
    color: #C7C9D0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    flex: 1;
}

.featured-play-button {
    display: inline-block;
    padding: 6px 15px;
    background: #14BC16;
    color: #E5E7EE;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
    align-self: flex-start;
    filter: drop-shadow(0px 2px 8px rgba(20, 188, 22, 0.3));
    line-height: 1em;
}


.featured-play-button:hover {
    background: #E5E7EE;
    color: #070F1A;
}

/* Slider Dots (Hidden) */
.slider-dots {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .featured-games-header {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
    
    .featured-games-title {
        font-size: 24px;
    }
    
    .featured-slide {
        flex: 0 0 100%;
    }
    
    .featured-game-card {
        height: auto;
        flex-direction: column;
    }
    
    .featured-game-image {
        flex: 0 0 150px;
    }
    
    .featured-game-info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    section.featured-games-section {
        padding: 0px 20px 80px 20px;
    }
    
    .featured-games-title {
        font-size: 20px;
    }
    
    .featured-games-subtitle {
        font-size: 14px;
    }
}


.featured-header-right button {
    background: none;
    padding: 0;
    display: flex;
}
.featured-header-right button:hover{
    background: none;
}
.featured-header-right button:active{
    background: none;
}
.featured-header-right button:focus{
    background: none;
}
.featured-header-right button:hover svg path{
    fill: #14BC16;
}
.featured-header-right button:hover svg circle{
    stroke: #14BC16;
}



section#block-9 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section#block-9 form.search-form {
    max-width: 400px;
    width: 100%;
}

section#block-9 .search-wrapper {
    max-width: 400px;
    width: 100%;
}


/* .search-wrapper img {
    position: absolute;
    right: 30px;
}
 */
.search-wrapper{
    border: 1px solid #14BC16 !important;
    padding: 20px 30px !important;
    border-radius: 100px !important;
    
}
.search-wrapper input.search-field{
    color: #E5E7EE !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 100px !important;
    background: none !important;
    border-radius: 0px !important;
}

.search-wrapper input.search-field::placeholder {
    color: #E5E7EE !important;
}
.site-bottom-footer-wrap .site-bottom-footer-inner-wrap{
    border-top: 1px solid rgb(255 255 255 / 20%);
}



footer {
    background: linear-gradient(to right, rgb(9 36 26 / 0%), #070F1A);
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-radius: 40px 40px 0 0;
}

/* Scroll to Top Button */
.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: none;
    border: 1px solid rgba(20, 188, 22, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top-btn:hover {
    background: none;
    border-color: rgba(20, 188, 22, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 188, 22, 0.2);
}

.scroll-to-top-btn:hover svg path {
    fill: #E5E7EE;
}

.scroll-to-top-btn:active {
    background: none;
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(20, 188, 22, 0.3);
}
.scroll-to-top-btn:focus {
    background: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .scroll-to-top-btn svg {
        width: 50px;
        height: 50px;
    }
}


/*Sidebar*/

aside.sidebar .search-wrapper {
    padding: 10px 20px !important;
}
aside.sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
aside.sidebar h4{
    color: #14BC16;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1em;
}

aside.sidebar ul.filter-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
aside.sidebar ul.filter-list li{
    color: #E5E7EE;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
}
aside.sidebar ul.filter-list li a{
    color: #E5E7EE;
    text-decoration: none;
}
aside.sidebar ul.filter-list li:hover a{
    color: #14BC16;
    text-decoration: none;
}



aside.sidebar .filter-group.tags-filter ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 7px;
}
aside.sidebar .filter-group.tags-filter li{
    padding: 5px;
    border: 1px solid rgb(20 188 22 / 30%);
    border-radius: 2px;
}
aside.sidebar .filter-group.tags-filter li:hover{
    background: #003D01;
}
aside.sidebar .filter-group.tags-filter li:hover a{
    color: #E5E7EE;
}



aside.sidebar .game-card .game-content {
    padding: 25px 15px;
}

aside.sidebar .suggested-games-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

aside.sidebar .game-card .game-content h3.game-title {
    line-height: 1.3em;
}


aside.sidebar .filter-group:has(> p) {
    display: none;
}

.archive-sidebar .filter-group:has(> p) {
    display: none;
}

/*Archive template*/
.archive-container{
    padding: 0 50px 120px 50px;
}
.archive-container .archive-header {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 86px 0;
}

h1.archive-title {
    color: #14BC16;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3em;
    filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.35));
}

.archive-description {
    margin: 3px 0 0 0;
    color: #E5E7EE;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
}


.archive-container .archive-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto 244px;
    gap: 30px;
}


.games-load-more-wrapper {
    margin-top: 40px;
}

.games-load-more-wrapper button {
    width: 100%;
    padding: 18px;
    color: #fff;
    background: #14BC16;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 35%));
}
.games-load-more-wrapper button:hover {
    color: #070F1A;
    background: #E5E7EE;
}


/*Sidebar*/

.archive-sidebar .search-wrapper {
    padding: 10px 20px !important;
}
.archive-sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.archive-sidebar h4{
    color: #14BC16;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1em;
}

.archive-sidebar ul.filter-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.archive-sidebar ul.filter-list li{
    color: #E5E7EE;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
}
.archive-sidebar ul.filter-list li a{
    color: #E5E7EE;
    text-decoration: none;
}
.archive-sidebar ul.filter-list li:hover a{
    color: #14BC16;
    text-decoration: none;
}



.archive-sidebar .filter-group.tags-filter ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 7px;
}
.archive-sidebar .filter-group.tags-filter li{
    padding: 5px;
    border: 1px solid rgb(20 188 22 / 30%);
    border-radius: 2px;
}
.archive-sidebar .filter-group.tags-filter li:hover{
    background: #003D01;
}
.archive-sidebar .filter-group.tags-filter li:hover a{
    color: #E5E7EE;
}



.archive-sidebar .game-card .game-content {
    padding: 25px 15px;
}

.archive-sidebar .suggested-games-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.archive-sidebar .game-card .game-content h3.game-title {
    line-height: 1.3em;
}
.archive-content .games-grid:has(.no-games-found){
    grid-template-columns: 1fr;
}

.no-games-found{
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(131 132 136 / 20%);
    background: rgb(17 25 36 / 10%);
    padding: 50px;
}
.no-games-found:hover {
    border-color: rgb(20 188 22 / 60%);
}
.no-games-found h3 {
    color: #14BC16;
 
}

.no-games-found p {
    color: #E5E7EE;
}

.search-suggestions h4{
    color: #E5E7EE;
}

.search-suggestions ul li{
    color: #E5E7EE;
}


/*Single Games Styles*/

.single .content-container.site-container.game-page {
    display: grid;
    grid-template-columns: auto 244px;
    gap: 30px;
    
}

.single div#primary {
    padding: 80px 50px 120px 50px;
}

.single .entry-content-wrap {
    padding: 0;
}
.single header.entry-header.games-title{
    margin-bottom: 10px;
}


.single header.entry-header.games-title h1.entry-title {
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid rgb(20 188 22 / 30%);
}

.single .entry-content.single-content {
    margin: 0;
}

.single .entry.single-entry{
    box-shadow: none;
}

.overview-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #14BC16;
}
.overview-section p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #C7C9D0;
}


.how-to-play-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #14BC16;
}
.how-to-play-section p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #C7C9D0;
}




.game-features-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #14BC16;
}
.game-features-section h4{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #E1E1E1;
}
.game-features-section p{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #C7C9D0;
    padding-left: 26px;
}
.features h4{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.features h4:before{
    content: url(https://boyslovegames.com/wp-content/uploads/2025/10/Group-8.png);
    margin-right: 10px;
}


.fetishes-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #14BC16;
}
.fetishes-section ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
}
.fetishes-section ul li{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #C7C9D0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fetishes-section ul li:before{
    content: url(https://boyslovegames.com/wp-content/uploads/2025/10/Mask-group-37.png);
    margin-right: 10px;
    margin-top: 5px;
}

.fetishes-container{
    padding: 30px 40px;
    border-radius: 10px;
    border-left: 1px solid #14BC16;
    background: linear-gradient(to right, rgb(20 188 22 / 10%),#14bc1600);
    gap: 250px;
}



.about-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #14BC16;
}
.about-section p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #C7C9D0;
}
.faq-item{
    width: 100%;
}

.faq-item summary {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  background: rgb(20 188 22 / 20%);
  border-radius: 3px 3px 0 0;
  font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #E5E7EE;
    
}
.faq-item summary:after{
  content: url(https://boyslovegames.com/wp-content/uploads/2025/10/Mask-group-38.png);
}
.faq-item p{
  padding: 20px 30px 28px 30px;
  background: rgb(10 136 12 / 20%);
  font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
  line-height: 16px;
    color: #C7C9D0;
    margin: 0 !important;
  
}
.faq-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #14BC16;
}

.faq-item summary:after {
    transition: transform .5s ease;
}
.faq-item[open] summary:after {
    transform: rotateX(180deg);
}

.faq-container{
    gap: 20px;
}
.faq-column{
    gap: 10px;
}



.comment-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #14BC16;
}

.comment-section p.form-submit input#submit {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.06em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    color: #e5e7ee;
    background: #14bc16;
    border: 2px none transparent;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    padding: 18px 30px
}
.comment-section p.form-submit{
    margin: 0;
}
.comment-section p.form-submit input#submit:hover {
    color: #070f1a;
    background: #e5e7ee;
    box-shadow: 0px 15px 25px -7px rgba(0,0,0,0.1);
}

.comment-section label.float-label {
    display: none;
}
.comment-section h3{
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
  line-height: 32px;
    color: #C7C9D0;
    margin: 0 !important;
}
.comment-section p.logged-in-as{
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
  line-height: 32px;
    color: #C7C9D0;
    margin: 0 !important;
}

.comment-section p.logged-in-as a{
  color: #14BC16;
}

.comment-section textarea#comment {
  border: 1px solid #14BC16;
  background: rgb(17 25 36 / 10%);
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
  line-height: 32px;
    color: #C7C9D0;
  padding: 20px;
  height: 200px;
}
.comment-section p.must-log-in{
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
  line-height: 32px;
    color: #C7C9D0;
    margin: 0 !important;
}

.comment-section p.must-log-in a{
  color: #14BC16;
}

.comment-section  .wp-block-comments {
    margin-top: 50px;
}

.comment-section  ol.wp-block-comment-template a{
    color: #fff;
    text-decoration: none;
}

.comment-section  .wp-block-group.is-layout-flex.wp-block-group-is-layout-flex a{
    font-size: 12px !important;
    font-style: italic;
}

.comment-section  .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 20px;
}

.comment-section  .wp-block-comment-author-name {

    font-size: 16px !important;
}
.comment-section  .wp-block-comment-content {
    padding: 20px 0;
}
.comment-section  .wp-block-comment-content p{
    color: #fff;
    
}

.comment-section ol.wp-block-comment-template {
    padding: 0;
}

.game-screenshots-section h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #14BC16;
}
.game-details-list {
    padding: 20px 15px;
    border: 1px solid rgb(20 188 22 / 30%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.game-details-list .detail-item{
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(20 188 22 / 30%);
}
.game-details-list .detail-item strong{
    color: #fff;
    font-size: 13px;
}
.game-details-list .detail-item{
    color: rgb(255 255 255 / 60%);
    font-size: 13px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
}


/* ==================================Responsiveness=================================*/
@media(min-width: 768px){
header{
    padding: 0 50px;
}
}

@media(max-width: 1057px){
    ul#primary-menu li a{
        padding: 0 10px;
    }
}

button#mobile-toggle svg{
    fill: #fff;
     font-size: 30px;
}
button#mobile-toggle:hover svg{
    fill: #14BC16;

}
button.menu-toggle-close.drawer-toggle span {
    color: #fff;
     font-size: 30px;
}
button.menu-toggle-close.drawer-toggle:hover span {
    color: #14BC16;
}
ul#mobile-menu a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

ul#mobile-menu a:hover {
    color: #14BC16;
}

@media(max-width: 767px){
    header{
    padding: 0 20px;
}
}
@media(max-width: 1024px){
    .hero-content {
        padding: 50px;
    }
}
@media(max-width: 820px){
    .hero-content {
        padding: 50px;
    }
    p.hero-description {
        font-size: 16px;
    }
}

@media(max-width: 767px){
    .hero-content {
         padding: 20px 20px;
    }

    h1.hero-title {
        font-size: 30px;
    }
    h1.hero-title span{
        font-size: 40px;
    }
    section.hero-section.game-banner-hero-section {
        padding: 0px 20px;
    }
    p.hero-description {
        font-size: 14px;
        line-height: 1.3em;
}
}

@media(max-width: 1180px){
.games-grid {
    grid-template-columns: repeat(3, 1fr);
}
}
@media(max-width: 1024px){
.games-grid {
    gap: 10px;
}
.content-wrapper {
    gap: 30px;
}
	.archive-container .archive-content {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto 215px;
    gap: 30px;
}
	.archive-container .archive-header {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 50px 0;
}
	.archive-container {
    padding: 0 50px 50px 50px;
}
.game-content {
    padding: 20px 10px;
}
div#primary {
    margin-top: 0;
    margin-bottom: 0;
}
	
	.single .content-container.site-container.game-page {
    display: grid;
    grid-template-columns: auto 215px;
    gap: 30px;
}
	.single div#primary {
    padding: 50px 50px 50px 50px;
}
}
@media(max-width: 900px){
.games-grid {
    grid-template-columns: repeat(3, 1fr);
}
.content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
}
	.archive-container .archive-content {
	grid-template-columns: 1fr;
	gap: 30px;
}
	.single .content-container.site-container.game-page {
    grid-template-columns: 1fr;
	gap: 30px;
}
.game-content {
    padding: 20px 10px;
}
section.content-section {
    padding: 50px;
}
aside.sidebar {
    gap: 20px;
}
.search-wrapper {
    max-width: 100% !important;
}
.suggested-games-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
}

@media(max-width: 767px){
section.content-section {
    padding: 50px 20px;
}
.games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.game-content {
    padding: 20px 10px !important;
}
.game-meta-container {
    font-size: 8px;
    gap: 5px;
}
.game-excerpt {
    margin-top: 10px !important;
    font-size: 12px !important;
}
.game-card .game-thumbnail img {
    /*height: 130px;*/
    height: auto;
    object-fit: cover;
}
.game-info-container h3.game-title {
    color: #E5E7EE;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}
.games-view-more-wrapper button {
    padding: 15px;
    font-size: 13px;
}
    .search-wrapper input.search-field {
    color: #E5E7EE !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 100px !important;
    background: none !important;
    border-radius: 0px !important;
}
    aside.sidebar h4 {
    color: #14BC16;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1em;
}
    aside.sidebar ul.filter-list li {
    color: #E5E7EE;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
}
   .suggested-games-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px !important;
}
	.archive-container {
    padding: 0 20px 50px 20px;
}
	h1.archive-title {
    color: #14BC16;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3em;
    filter: drop-shadow(-1px 1px 0 rgba(0,0,0,.35));
}
	.archive-description {
    margin: 3px 0 0 0;
    color: #E5E7EE;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
}
	.no-games-found {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(131 132 136 / 20%);
    background: rgb(17 25 36 / 10%);
    padding: 20px;
}

.no-games-found  h3 {
    font-size: 20px;
}
.no-games-found  h4 {
    font-size: 16px;
}
.no-games-found  p {
    font-size: 13px;
}
.no-games-found  ul li {
    font-size: 13px;
}
	.single div#primary {
    padding: 30px 20px 50px 20px;
}
	.fetishes-container {
    gap: 50px;
}

.content-style-boxed .content-bg:not(.loop-entry) {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: auto;
}

.fetishes-container ul.wp-block-list {
    padding: 0;
}

.single .single-content h2{
    margin-bottom: 10px !important;
}
.single .single-content p{
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 1.5em;
}
.single .single-content h4{
    margin-bottom: 0px !important;
    font-size: 14px;
}
.single .single-content ul li{
    font-size: 14px;
}
.faq-container{
    grid-template-columns: 1fr !important;
    gap: 10px;
}
.faq-column{
    margin: 0 !important;
}
.faq-column p{
    margin: 0 !important;
}
	.overview-section {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.overview-section p{
    margin-bottom: 30px !important;
}
.how-to-play-section {
    margin-bottom: 30px !important;
}


.game-features-section {
     margin-bottom: 30px !important;
}

.fetishes-section {
     margin-bottom: 30px !important;
}

.about-section {
     margin-bottom: 30px !important;
}

.game-screenshots-section {
     margin-bottom: 30px !important;
}

.faq-section {
     margin-bottom: 30px !important;
}

}

@media(max-width: 1130px){
    .featured-game-info {
        padding: 20px;
    }
}

@media(max-width: 1090px){
    .featured-game-info {
        padding: 20px 10px;
    }
    .featured-slide {
        padding: 0 10px;
    }
}
@media(max-width: 1010px){
   .featured-play-button {
    font-size: 13px;
   }
    h3.featured-game-title {
    color: #E5E7EE;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 10px 0 10px 0;
    text-transform: none;
    letter-spacing: 0.5px;
}
    .featured-game-description {
    color: #C7C9D0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    flex: 1;
}
    .featured-game-image {
    flex: 0 0 180px;
    overflow: hidden;
    position: relative;
}
}

@media(max-width: 900px){
.featured-game-card {
    display: flex;
    flex-direction: column;
    height: auto;
}
    .featured-slide {
    flex: 0 0 50%;
}
	
}

@media(max-width: 767px){
section.featured-games-section {
    padding: 0px 20px 50px 20px !important;
}
    .featured-game-badges {
    display: flex;
    gap: 5px;
    color: #fff;
    font-size: 8px;
    line-height: 1em;
    font-weight: 700;
    filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 25%));
    align-items: center;
}
    h3.featured-game-title {
    color: #E5E7EE;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 10px 0 10px 0;
    text-transform: none;
    letter-spacing: 0.5px;
}
    .featured-game-description {
    color: #C7C9D0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    flex: 1;
}
    .featured-play-button {
    font-size: 11px;
}
    .featured-slide {
    padding: 0 2.5px;
}
    .featured-games-subtitle {
    color: #C7C9D0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}
	.featured-game-image {
    flex: 0 0 130px;
    overflow: hidden;
    position: relative;
}
	section.content-info-section {
    padding: 0 20px 50px 20px;
}
	section.content-info-section .container.content-info-container  h3 {
    color: #14BC16;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
    max-width: 995px;
}
	section.content-info-section .container.content-info-container  p {
    color: #C7C9D0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 995px;
}
	.faq-item p{
  padding: 20px 10px 20px 10px;
  font-size: 12px !important;
}
}


@media(max-width:1024px){
section.featured-games-section {
    padding: 0px 50px 50px 50px;
}
}


footer{
    padding: 0 50px;
}

@media(max-width:1024px) and (min-width: 768px){
.site-bottom-footer-inner-wrap{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}
}
@media(max-width:767px){
    footer{
    padding: 0 20px;
}
    .site-top-footer-inner-wrap{
        padding-top: 30px !important;
    }
    .site-top-footer-inner-wrap figure.aligncenter.size-full.is-resized {
    margin-bottom: 30px !important;
}
    .site-bottom-footer-inner-wrap{
    display: flex;
    flex-direction: column !important;
    gap: 20px;
        text-align: center;
}
    .site-bottom-footer-inner-wrap .footer-widget-area.content-align-right .footer-social-inner-wrap {
    justify-content: center;
        gap: 10px;
}
    .site-middle-footer-inner-wrap{
        padding: 30px 0 !important;
    }
    ul#footer-menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
        
    }
    ul#footer-menu li a{
        font-size: 13px !important;
    }
	.footer-html-inner p{
    font-size: 13px;
}
}


.single div#primary header{
    padding: 0;
}










