/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

body {
    background-color: #000;
}
.single-icon {
    background-color: #000;
}
p {
    color: #fff;
}
.single-description {
    color: #000;
}
.single-instructions {
    color: #000;
}
.cat-link {
    background-color: #000;
}
.zoom:hover img {
    transform: scale(1.2);
}
.list-thumbnail:hover {
    opacity: 1 !important;
}
img.small-thumb {
    height: 135px;
}
.grid-layout .list-title {
    color: #fff !important;
    background-color: #222;
    opacity: 0.7;
}
.big:hover img {
    display: none;
}
.content-wrapper {
    background-color: #FFE53B;
    background-image: linear-gradient(0deg, #FFE53B 0%, #FF2525 74%);
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}
@media only screen and (max-width: 500px) {
    .big img {
        height: 312px;
        width: 298px;
    }
}

/* For 1024 Resolution */
@media only screen and (max-width: 1900px) and (min-width: 1350px) {
    .ad-cool-right {
        display: none !important;
    }
}

@media only screen and (max-width: 1540px) {
    .grid-layout .list-title {
        width: 138px;
    }
    .big img {
        height: 300px;
        width: 300px;
    }
    .big-new img {
        height: 300px;
        border: 2px solid red;
        object-fit: cover !important;
    }
    .play-left,
    .play-right,
    .ad-cool-right,
    .ad-cool-left {
        display: none !important;
    }
}
.game-box {
    padding-right: 0;
    padding-left: 0;
    margin: 30px auto 0;
    text-align: center;
    border-bottom: 2px solid #4c9fd5;
    position: relative;
    display: block;
    width: 100%;
}
.play-left,
.play-right {
    width: 180px;
    float: left;
    background-color: #ff0;
    padding: 20px;
    height: 620px;
}
.ad-cool-left,
.ad-cool-right {
    background-color: #ff4500;
    float: left;
    padding: 10px;
    height: 620px;
}
.box-top {
    height: 60px;
    overflow: hidden;
    background-color: #222;
    background-size: contain;
    font-size: 40px;
    color: #fff;
}
.container {
    background: linear-gradient(to top, #ff0000, #f0f000);
    /* Red to Yellow */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px #ff0000, 0 0 40px #ffff00;
    color: white;
}
.comments-container {
    margin-bottom: 100px;
    border: 1px solid #000;
    background-color: #222;
}
.big-new img,
.big img {
    height: 295px;
    border: 2px solid red;
    object-fit: cover !important;
}
.big video {
    object-fit: cover;
}
.big:hover video {
    display: block;
}
.video {
    position: absolute;
    height: 312px;
    width: 300px;
}
::-webkit-media-controls {
    display: none !important;
}
video::-webkit-media-controls,
video::-webkit-media-controls-enclosure {
    display: none !important;
}
.custom-video-controls {
    z-index: 2147483647;
}
.lozad {
    height: 145px;
    object-fit: cover !important;
}
.site-content {
    background-image: url(../images/body-bg-r.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #b63320;
    margin-top: 45px;
}
.ribbon,
.ribbon-new {
    position: absolute;
    display: block !important;
    width: 225px;
    height: 225px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ribbon {
    background-image: url(../images/hot_ribbon.png);
}
.ribbon-new {
    background-image: url(../images/new_ribbon.png);
}
.ribbon img,
.ribbon-new img {
    border: none !important;
}
.list-categories li {
    color: white;
    text-align: center;
}
.list-categories li:hover {
    background-color: yellow;
    color: red;
}
.hide {
    display: none;
}

/* Old logo & header rules removed; new flex–based header below */

/* ────────────────────────────────────────────────────────────────────────── */
/* Header Flex Layout & Uniform Button Styling */

.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #ff0000, #ffff00);
    padding: 0 20px;
    height: 70px;
    box-shadow: 0 0 20px #ff0000, 0 0 40px #ffff00;
    margin-bottom: 25px;
}

.site-logo {
    position: static !important;
    margin: 0;
    height: 80px;
    width: auto;
}

#mainNav .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    padding: 0;
    height: 100%;
    width: auto;
}

.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0 8px;
}

.navbar-nav .nav-link,
#mainNav .btn-search,
#mainNav input.search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff !important;
    background: #444;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}

.navbar-nav .nav-link:hover,
#mainNav .btn-search:hover {
    background: #555;
}

#mainNav input.search {
    width: 200px;
    background: #222;
    border: 1px solid #444;
    color: #fff;
    margin-left: 10px;
}

#mainNav .btn-search {
    margin-left: 5px;
}

.navbar-nav .nav-item.admin-login .nav-link {
    background: #000;
    color: #0f0 !important;
}

.navbar-nav .dropdown-toggle::after {
    border-top-color: #fff !important;
}

/* End of custom overrides */
