:root {
--theme-darkmode-bg-color: #152028;
--theme-darkmode-text-color: #e7e7e7;
--theme-darkmode-content-color: #a8a8a8;
}
[data-theme="dark"] {
--theme-bg-color: var(--theme-darkmode-bg-color);
--theme-text-color: var(--theme-darkmode-text-color);
}
button.xews-dark-mode-toggle {
background: transparent;
border: none;
color: #fff;
margin-left: 10px;
cursor: pointer;
font-size: 18px;
width: 120px;
padding-right: 0;
}
button.xews-dark-mode-toggle.cww-flex {
justify-content: end;
}
button.xews-dark-mode-toggle .light-dark-switch {
background: #fff;
position: relative;
display: block;
width: 64px;
height: 26px;
margin-left: 1rem;
border-radius: 15px;
}
[data-theme="dark"] button.xews-dark-mode-toggle .light-dark-switch:before {
background: #fff;
border-color: #1a1a1a;
top: 4px;
left: 36px;
}
button.xews-dark-mode-toggle .light-dark-switch {
background: #aeaeae;
position: relative;
display: block;
width: 64px;
height: 26px;
margin-left: 1rem;
border-radius: 15px;
}
button.xews-dark-mode-toggle .light-dark-switch:before {
background: #333;
transition: all 0.25s;
border: 4px solid #fff;
content: "";
position: absolute;
left: 6px;
top: 4px;
width: 19px;
height: 19px;
border-radius: 50%;
}
[data-theme="dark"] .xews-dark-mode-toggle .dark,
[data-theme="light"] .xews-dark-mode-toggle .light {
display: none;
}
[data-theme="dark"] button.xews-dark-mode-toggle .light-dark-switch {
background: #fff;
}
[data-theme="dark"] body {
background-color: var(--theme-darkmode-bg-color);
color: var(--theme-darkmode-text-color);
}
[data-theme="dark"] .elementor-element {
background-color: var(--theme-darkmode-bg-color) !important;
}
[data-theme="dark"] h2.entry-title a,
[data-theme="dark"] .main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex a,
[data-theme="dark"] .main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex p.site-description,
[data-theme="dark"] span.posted-on a,
[data-theme="dark"] span.author-by,
[data-theme="dark"] .entry-meta a,
[data-theme="dark"] .widget ul.wp-block-latest-posts li a,
[data-theme="dark"] .widget-area .wp-block-categories a,
[data-theme="dark"] .widget-area .wp-block-archives a,
[data-theme="dark"] .single_post_pagination_wrapper .post-nav-link-wrapp span a,
[data-theme="dark"] .single_post_pagination_wrapper .post-nav-link-wrapp span i,
[data-theme="dark"] .single_post_pagination_wrapper a,
[data-theme="dark"] .related-posts-wrapper .related-content-wrapper h3 a,
[data-theme="dark"] .related-posts-wrapper .related-content-wrapper,
[data-theme="dark"] .related-posts-wrapper .post-contents p,
[data-theme="dark"] .comment-toggle-wrapp h3.comment-toggle,
[data-theme="dark"] .comments-area .name-email label,
[data-theme="dark"] .comments-area .comment-form-url label,
[data-theme="dark"] .comments-area p.comment-form-comment label,
[data-theme="dark"] .comments-area .comment-meta a,
[data-theme="dark"] .comments-area .comment-meta .url,
[data-theme="dark"] .comments-area .reply a,
[data-theme="dark"] .comments-area .comment-content a,
[data-theme="dark"] .comments-area p.logged-in-as a,
[data-theme="dark"] .comments-area p.logged-in-as,
[data-theme="dark"] section.error-404.not-found h1.page-title,
[data-theme="dark"] .widget .wp-block-latest-comments li a,
[data-theme="dark"] .newzz-elements-wrapp .title-wrapp h3 {
color: var(--theme-darkmode-text-color) !important;
}
[data-theme="dark"] .comment-toggle-wrapp h3.comment-toggle,
[data-theme="dark"] .comments-area,
[data-theme="dark"] .related-posts-wrapper .related-content-wrapper {
background-color: #353c4a;
}
[data-theme="dark"] input[type="text"],
[data-theme="dark"] input[type="email"],
[data-theme="dark"] input[type="url"],
[data-theme="dark"] input[type="password"],
[data-theme="dark"] input[type="search"],
[data-theme="dark"] input[type="number"],
[data-theme="dark"] input[type="tel"],
[data-theme="dark"] input[type="range"],
[data-theme="dark"] input[type="date"],
[data-theme="dark"] input[type="month"],
[data-theme="dark"] input[type="week"],
[data-theme="dark"] input[type="time"],
[data-theme="dark"] input[type="datetime"],
[data-theme="dark"] input[type="datetime-local"],
[data-theme="dark"] input[type="color"],
[data-theme="dark"] textarea,
[data-theme="dark"] .comments-area .name-email input,
[data-theme="dark"] .comments-area .comment-form-url input,
[data-theme="dark"] .comments-area p.comment-form-comment input {
background: #dde5f0;
}
[data-theme="dark"] img {
filter: brightness(.8) contrast(1.2);
}
[data-theme="dark"] .elementor-widget-module1 .code-wrapp.module1 .post-content p,
[data-theme="dark"] a.btn.read-more,
[data-theme="dark"] .code-wrapp.module2 .post-content p {
color: var(--theme-darkmode-content-color) !important;
}
[data-theme="dark"] .sticky,
[data-theme="dark"] .sticky h2.entry-title a,
[data-theme="dark"] .sticky span.author-by,
[data-theme="dark"] .sticky .entry-meta a {
color: #333 !important;
}body {
background: #1b2838;
}
.site-main .inner-content-wrapp article,
.site-main .widget {
background: #fff;
padding: 30px;
box-shadow: 0 1px 3px rgb(0 0 0/15%);
}
article:not(:first-child) {
margin-top: 35px;
}
body.gaming-list .wrapp-inner {
padding-right: 0;
}
.widget.widget_block {
margin-bottom: 35px;
}
.xews-archive-navigation {
margin: 25px 0;
}
ul.wp-block-categories-list.wp-block-categories li {
list-style: none;
border-bottom: 1px solid #e5e5e5;
}
ul.wp-block-categories-list.wp-block-categories li:last-child {
border: none;
}
ul.wp-block-categories-list.wp-block-categories {
margin: 0;
padding: 0;
}
.widget-area .wp-block-categories a {
padding: 12px 0;
}
.gaming-list.sidebar-right .img-wrapp a.post-thumbnail img,
.gaming-list.sidebar-left .img-wrapp a.post-thumbnail img {
min-height: 250px;
}
.gaming-list article:not(:first-child),
.gaming-list-alternate article:not(:first-child),
body.gaming-list .wrapp-inner {
border: none;
} [data-theme="dark"] body.custom-background {
background-color: var(--theme-darkmode-bg-color);
}
[data-theme="dark"] .site-main .inner-content-wrapp article,
[data-theme="dark"] .site-main .widget {
background: #1d3140;
} .code-wrapp.module1 .gaming-outer-wrapp.col-3 {
background: #fff;
}
.code-wrapp.module2.layout-1 .gaming-outer-wrapp.col-1 {
background: #fff;
padding: 30px !important;
}
.code-wrapp.module2.layout-1 .gaming-inner-wrapp img {
object-fit: cover;
min-height: 150px;
} ul.xews-news-ticker-content {
width: 88%;
margin: 0;
padding: 0;
}
ul.xews-news-ticker-content li a {
text-decoration: none;
}
.xews-ticker-wrapper ul {
visibility: hidden;
}
.xews-ticker-wrapper ul.slick-initialized {
visibility: visible;
}
.xews-news-ticker-content {
margin: 0;
padding: 0;
}
.xews-news-ticker-content li a {
display: inline-block;
vertical-align: middle;
text-decoration: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-transform: capitalize;
color: #fff;
}
.xews-ticker-wrapper .inner-wrapper.cww-flex {
justify-content: flex-start;
}
.xews-ticker-wrapper ul {
width: 80%;
position: relative;
}
.ticker-label.layout-two:after {
content: '';
position: absolute;
right: -15px;
border: 8px solid transparent;
top: 50%;
transform: translateY(-50%)
}
.ticker-label {
position: relative;
}
.xews-ticker-wrapper span.xews-news-ticker-date {
display: inline-block;
vertical-align: middle;
color: #fff;
}
.xews-ticker-wrapper .slick-prev.slick-arrow,
.xews-ticker-wrapper .slick-next.slick-arrow {
position: absolute;
font-size: 0;
background: transparent;
border: 1px solid #ccc;
padding: 7px 10px;
border-radius: 0;
z-index: 99999;
transform: none;
height: auto;
width: auto;
}
.side-menu-active .xews-ticker-wrapper .slick-prev.slick-arrow,
.side-menu-active .xews-ticker-wrapper .slick-next.slick-arrow,
.side-menu-active .xews-header-container.menu-fixed-triggered {
z-index: 1;
}
.xews-ticker-wrapper .slick-arrow.slick-prev {
top: 0;
left: 88%;
}
.xews-ticker-wrapper .slick-arrow.slick-next {
right: 10px;
top: 0;
}
.xews-ticker-wrapper .slick-arrow.slick-next:hover,
.xews-ticker-wrapper .slick-arrow.slick-prev:hover {
cursor: pointer;
border-color: var(--theme-color);
background: var(--theme-color);
}
.xews-ticker-wrapper .slick-arrow.slick-next:hover:before,
.xews-ticker-wrapper .slick-arrow.slick-prev:hover:before {
color: #fff
}
.xews-ticker-wrapper .slick-prev:before,
.xews-ticker-wrapper .slick-next:before {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f053";
font-size: 12px;
color: #ccc;
}
.xews-ticker-wrapper .slick-next:before {
content: "\f054";
}
.xews-ticker-wrapper span.label-icon {
margin-right: 5px;
}
.ticker-label.layout-two:after {
border-left-color: var(--theme-color);
}
.top-header.xews-header-container {
background-color: #1F2225;
} .site-main aside.widget-area.secondary {
margin-top: 35px;
} [data-theme="dark"] .code-wrapp.module2.layout-1 .gaming-outer-wrapp.col-1 {
background: #1d2d37;
}
[data-theme="dark"] .code-wrapp.module2.layout-1 .gaming-outer-wrapp.col-1:not(:last-child) {
border-color: #1d2d37;
}
[data-theme="dark"] .code-wrapp.module1 .gaming-outer-wrapp.col-3 {
background: #142028;
}
[data-theme="dark"] .bottom-header.xews-header-container {
background-color: #1f3241;
}
[data-theme="dark"] .site-title a,
[data-theme="dark"] .main-navigation .menu-primary-menu-container ul li a,
[data-theme="dark"] .menu-primary-menu-container>ul>li .sub-menu li:hover>a,
[data-theme="dark"] .menu-primary-menu-container>ul>li .sub-menu li:focus-within>a,
[data-theme="dark"] button.xews-dark-mode-toggle {
color: #fff;
}
[data-theme="dark"] .main-navigation .menu-primary-menu-container ul li .sub-menu a {
color: #ffffff;
}  .xews-ticker-wrapper {
width: 70%;
}
.bottom-header.xews-header-container {
background-color: #1f3241;
padding: 14px;
}
.main-navigation .menu-primary-menu-container ul li a {
color: #ffffff !important;
}
button.xews-dark-mode-toggle {
color: #ffffff;
}
@media only screen and (max-width: 750px) {
.xews-ticker-wrapper {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 768px) {
.xews-ticker-wrapper {
width: 70%;
}
.xews-ticker-wrapper {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 1024px) {
.xews-ticker-wrapper {
width: 80%;
}
}
@media only screen and (max-width: 600px) {
.top-header.xews-header-container {
padding-top: 60px;
}
.top-header.xews-header-container {
padding-top: 60px;
}
}
.main-headers.xews-header-container {
background-color: #1C1D21;
}
.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex {
padding: 0px 0;
}
.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex a,
.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex p.site-description {
color: #ffffff;
}
.main-navigation ul ul {
background-color: #142028;
}
[data-theme="dark"] body.home.blog .sticky h2.entry-title a,
[data-theme="dark"] body.home.blog .sticky .entry-meta a,
[data-theme="dark"] body.home.blog .sticky span.author-by,
[data-theme="dark"] body.home.blog .sticky span.posted-on a,
[data-theme="dark"] body.home.blog .inner-content-wrapp span a i,
[data-theme="dark"] body.home.blog .sticky .entry-content p {
color: var(--theme-darkmode-text-color) !important;
}
[data-theme="light"] body.single-post .xews-related-posts-outer span.title-bg,
[data-theme="light"] body.home.blog .inner-content-wrapp span.total-page-text,
[data-theme="light"] body.home.blog .inner-content-wrapp ul li,
[data-theme="light"] body.home.blog .inner-content-wrapp span a i,
[data-theme="light"] body.error404 header h1.page-title,
[data-theme="light"] body.error404 .page-content p {
color: #ffffff;
}