/*
Theme Name: zistop
Theme URI: https://zistop.com
Description: WordPress themes for zistop
Author: zistop.com
Author URL: https://zistop.com/
Version: 1.0
*/
:root {
    --color-main: #ff5c21;
}
a {
    text-decoration: none;
    transition: all 0.25s;
    color: #555;
}
a:hover {
    color: var(--color-main);
}
.container {
    max-width: 991px;
    margin: 0 auto;
}
.form-search-header {
    position: relative;
    flex: 20 1 auto;
}
.back-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.back-square {
    padding-bottom: 100%;
}
.posts-home-item {
    border-bottom: 2px solid #eee;
}
.footer-top {
    border-top: 2px solid #eee;
}
.posts-home-item:last-child {
    border: none;
}
.game-item {
    position: relative;
}
.game-item .thumbnail {
    position: relative;
}
.game-item .score {
    position: absolute;
    left: 6px;
    bottom: 6px;
    background: var(--color-main);
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 0;
}
.game-item .game-title a {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: center;
    margin-top: 8px;
}
.game-item:hover .game-title a {
    color: var(--color-main);
}
.ovf-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.block-title, .block-title a {
    font-size: 18px;
    color: #222;
}
.block-title a:hover {
    color: var(--color-main);
}
.the_content {
    line-height: 1.5;
}
.the_content p {
    margin-bottom: 10px;
}
.the_content p:last-child {
    margin-bottom: 0;
}
.the_content a {
    color: var(--color-main);
}
.the_content a:hover {
    color: var(--bs-primary);
}
.the_content h2 {
    font-size: 18px;
    font-weight: bold;
}
.the_content h3 {
    font-size: 16px;
    font-weight: bold;
}
.the_content h4 {
    font-size: 15px;
    font-weight: bold;
}
.offcanvas .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
}
.offcanvas .dropdown-menu a {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.game-item-list {
    font-size: 13px;
    color: #888da2;
    position: relative;
    border: 1px solid #ddd;
    padding: 6px;
    height: 100%;
}
.game-item-list .game-title {
    font-size: 14px;
}
.game-item-list .game-title a {
    color: #171f46;
}
.game-item-list:hover .game-title a {
    color: var(--color-main);
}
.wp-pagenavi {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: flex;
    background: #eee;
    padding: 4px 10px;
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
    background: var(--color-main);
    color: #FFFFFF;
}
.breadcrumb {
    margin: 0;
}
.page-header-breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.offcanvas .dropdown-menu a.dropdown-item {
    padding: 6px !important;
    margin: 4px 0 !important;
}
.offcanvas .dropdown-toggle {
    position: relative;
    border-bottom: 1px solid #eee !important;
}
.offcanvas .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.game-item-single {
    padding: 8px 12px;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    background: #fafafa;
}
.game-item-single .game-title {
    font-size: 16px;
    color: #111;
}
.game-item-single {
    font-size: 14px;
    color: var(--bs-secondary);
}
.the_content_single {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;
}
.the_content_single, .the_content_single * {
    font-size: 13px !important;
}
.swiper-slide {
    text-align: center;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-main);
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 500px) {

}
@media (max-width: 320px) {

}