/*
Theme Name: OPT Gamez
Theme URI: https://wordpress.org
Description: Silence is golden.
Version: 2.1.2
Author: OPT Gamez
Author URI: https://wordpress.org
Text Domain: optgamez
*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #000000;
    color: rgb(175 175 175);
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #f7a425;
}
h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: 1.3;
}
.top-nav {
    background: #121212;
}
.navbar-brand {
    width: 170px;
	padding-top: 0;
	padding-bottom: 0;
    margin-right: 30px;
}
.navbar-brand img {
    max-height: 60px;
}
.navbar-brand h1 {
    display: none;
}
.search-form {
    display: flex;
    background: #242424;
    border-radius: 8px;
    width: 300px;
    overflow: hidden;
    position: relative;
    align-items: center;
}
.search-form .searchTop {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
}
.search-form .searchBtnTop {
    background: #1a1a1a url(./images/searchImg.png) no-repeat center;
    border: none;
    outline: none;
    height: 30px;
    width: 30px;
    background-size: 14px;
    position: absolute;
    border-radius: 8px;
    right: 5px;
}
.navbar-nav .nav-link {
    color: #fff;
}
.navbar-nav .nav-link:hover {
    color: #f7a425;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.navbar-nav .nav-link img {
    width: 17px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.navbar-nav li.dropdown .nav-link {
    background: #242424;
    padding: 9px 15px;
    border-radius: 8px;
}
.navbar-nav .dropdown-menu {
    background: #141414;
    padding: 10px 0;
    border-radius: 8px;
}
.dropdown-item {
    font-size: 14px;
    color: #fff;
    padding: 6px 17px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1a1a1a;
    color: #fff;
}
button.burger-menu {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    display: none;
}
.burger-menu span {
    display: block;
    margin: 5px 0;
    background: #f7a425;
    height: 2px;
    width: 24px;
}
.section {
    padding: 30px 0;
}
.headingFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.headingFlex .heading {
    margin: 0;
}
.headingFlex .heading span {
    color: #f7a425;
}
.viewmoreBtn {
    background: #242424;
    border-radius: 5px;
    padding: 5px 10px;
    transition: .3s all;
}
.viewmoreBtn:hover {
    background: #f7a425;
    color: #fff;
}
.gameBox2 {
    display: block;
    position: relative;
    overflow: hidden;
}
.gameBox2 img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
.gameBox2Inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
    text-align: center;
    padding: 10px 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.17) 20%, rgba(0, 0, 0, 0.73) 76%, rgba(0, 0, 0, 0.73) 100%);
    z-index: 10;
    opacity: 0;
    transition: .25s;
    flex-direction: column;
    justify-content: flex-end;
}
.gameBox2Title {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.gameBox2:hover .gameBox2Inner {
    opacity: 1;
}
.gameBox {
    background: #121212;
}
.gameBox img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.gameBoxTitle {
    font-size: 14px;
    margin: 0;
}
.category-description {
    background: #121212;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.category-description p:last-child {
    margin-bottom: 0;
}
.pagination {
    margin: 30px 0 0;
}
.page-link {
    font-size: 14px;
    background-color: #242424;
    color: #fff;
    border-color: #242424;
    margin: 0 10px;
    border-radius: 5px !important;
}
.page-link:hover {
    background-color: #f7a425;
    color: #fff;
    border-color: #f7a425;
}
.page-link:focus {
    box-shadow: none;
    background-color: #f7a425;
    color: #fff;
    border-color: #f7a425;
}
.disabled>.page-link, .page-link.disabled {
    background-color: #121212;
    color: #787878;
    border-color: #121212;
}
.playShare {
    display: flex;
    background: #121212;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.playShare img {
    width: 50px;
}
.playShare a {
    background: #080808;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
}
.playShare a:hover {
    background: #f7a425;
    color: #000;
}
.game-content>div:first-child {
    border-radius: 8px;
    margin-bottom: 30px;
}
.game-tags a {
    display: inline-block;
    font-size: 13px;
    margin: 0 5px 5px 0;
    background-color: #242424;
    border-radius: 30px;
    padding: 8px 20px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer {
    font-size: 13px;
    color: rgb(175 175 175);
    background: #121212;
    padding: 13px 0;
}
.footLinks a {
    color: #9f9f9f;
    margin-right: 20px;
}
.footLinks a:hover {
    color: #f7a425;
}
.footLinks a:last-child {
    margin-right: 0;
}
.footLinks a:first-child, .footLinks a[href*='new-games'], .footLinks a[href*='popular-games'], .footLinks a[href*='random-games'] {
    display: none;
}
.mobiNav {
    background: #1a1a1a;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    padding: 20px 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 32px hsl(0deg 0% 0% / 34%);
    bottom: 0;
    transition: 0.4s ease;
    left: -110%;
}
.mobiNav.showmenu {
    left: 0;
}
.mobiNav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobiNav-header img {
    width: 140px;
}
.closeMobiNav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #2a2a2a;
    color: rgb(143 143 143);
    border-radius: 8px;
}
.mobiNav .seperator {
    position: relative;
    margin: 30px 0 15px;
}
.mobiNav .seperator .title {
    font-size: 17px;
    position: relative;
    background-color: #1a1a1a;
    display: inline-block;
    z-index: 9;
    padding: 0 12px 0 0;
    color: #ffffff;
    margin: 0;
}
.mobiNav .seperator::before {
    content: '';
    background-color: #4c4c4c;
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    top: 11px;
}
.mobiNavUl {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.mobiNavUl li {
    width: 50%;
    padding: 3px;
    list-style: none;
}
.mobiNavUl a {
    background: #2a2a2a;
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    color: rgb(143 143 143);
    font-size: 14px;
}
.topLinksflex .headLink {
    display: block;
    padding: 8px 15px;
    margin: 7px 0;
    background: rgb(42 42 42);
    border-radius: 4px;
    color: rgb(143 143 143);
}
@media screen and (max-width: 991px) {
    button.burger-menu {
        display: block;
    }
    .header-search {
        width: 100%;
    }
    .search-form {
        width: 100%;
        margin: 5px 0;
    }
}