/*
Theme Name: Steam Unlocked
*/
.clear {
  clear: both;
}

body {
  font-family: "Titillium Web", sans-serif;
  color: #ccc;
  height: 100%;
  width: 100%;
  background-size: 100% auto;
  background-image: url(./img/steamunlocked-background.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #222;
}
body a {
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
  font-weight: 700;
}

img {
  max-width: 100%;
}

#main_wrapper {
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-top: -10px;
}

body a,
body a:hover,
body a:active,
body a:focus,
body a:visited {
  outline: none !important;
  text-decoration: none !important;
}

a:hover,
footer .copyright .social a {
  color: #666;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
}

.no-padding {
  padding: 0 !important;
}

.title {
  margin: 10px 0 35px;
  position: relative;
  height: 20px;
  z-index: 1;
}
.title h3 {
  margin: 0;
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.block_tabs .nav-tabs {
  padding: 0;
  margin: 0;
}

.block_tabs .tab-inner > ul.nav-tabs {
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 4px 32px rgba(0, 0, 0, 0.8);
}

span {
  font-size: 14px;
}

.blog {
  background-color: #222;
}
.blog .blog-post {
  background: #fff;
  margin-bottom: 10px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

body.single .main-content {
  background-color: #fff;
  margin-bottom: 10px;
}

body .normal-page,
body .portfolio,
body .blog {
  z-index: 0;
  position: relative;
  border-bottom-width: 0;
  padding: 22px 22px 10px;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=color]:focus {
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  box-shadow: none !important;
  outline: none;
}

body .logo.container {
  padding: 15px 0 15px 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.logo .brand {
  margin-left: 0;
  float: left;
}

button {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border: 1px solid transparent !important;
}

header {
  background-attachment: scroll !important;
  background-size: cover !important;
}

.navbar-toggle {
  border-color: #000 !important;
  color: #fff;
  margin: 12px 15px;
}

.navbar .nav li:hover {
  background: transparent;
}

.navbar .nav li.current-menu-parent a {
  opacity: 1;
}

.navbar-inverse .nav > li > a {
  padding: 23px 20px 22px 20px;
  display: block;
  margin-top: 0;
  opacity: 1;
  color: #fff;
  background: transparent;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

.navbar-inverse .nav > li > a:hover > span {
  background: rgba(1, 5, 4, 0.3);
}

.navbar-inner {
  height: 70px;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  background: url(./img/menu-background.webp) top right repeat-x;
  background-size: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 -5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 -5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75), inset 0 -5px rgba(0, 0, 0, 0.26);
}

.title_wrapper {
  clear: both;
  z-index: 0 !important;
  position: relative;
}

.title_wrapper .breadcrumbs {
  text-align: left;
  color: #eee;
  margin-top: 10px;
  margin-right: 14px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
}

footer {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #080e14;
}
footer h3 {
  font-size: 14px;
  color: #ccc;
  padding-left: 15px;
}
footer .copyright {
  width: 100%;
}
footer .copyright p {
  margin: 23px 0;
  font-size: 13px;
  color: #494b65;
  float: left;
  font-family: Arial;
}
footer .copyright a {
  font-weight: 400;
}

footer ul, .widget ul {
  margin: 0;
  padding: 15px;
}

footer ul {
  padding: 0;
}

.footer_widget span, .widget span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.footer_widget .title-wrapper {
  margin-bottom: 20px;
}

footer ul li, .widget ul li {
  list-style: none;
  border-top: 1px solid #333;
  padding: 10px 10px 10px 0;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.footer_widget:not(.first) ul li {
  border-top: none;
  border-left: 3px solid;
  padding-left: 10px;
  margin-bottom: 15px;
}

.footer_widget {
  margin: 65px 0;
  font-family: "Titillium Web", sans-serif !important;
}
.footer_widget .widget-title {
  padding: 12px 30px 9px 0;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
}
.footer_widget .textwidget {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}
.footer_widget .textwidget a {
  color: #fff !important;
}

.footer_widget br {
  display: none;
}

.footer_widget .title-wrapper {
  background: transparent !important;
}

.footer_widget h3.widget-title {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid;
}

.footer_widget .textwidget span {
  color: #bbb;
}

.footer_widget .textwidget img {
  max-width: 100%;
  margin-bottom: 15px;
}

footer ul li:first-child, .widget ul li:first-child {
  border-top: 0;
}

footer ul li a {
  font-weight: 700;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
}

footer .read-more-link {
  display: none;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #fff;
}

.icon {
  background-color: #414141;
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
}

.icon span {
  font-size: 30px;
  line-height: 90px;
  color: #fff;
}

.widget form {
  margin: 0;
}

.block_tabs .nav-tabs li a {
  opacity: 1;
}

.block_tabs .nav-tabs li a:hover {
  color: #fff;
}

.nav-tabs a {
  padding: 10px 20px 10px 20px;
  font-weight: 400;
  display: block;
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
}

.nav-tabs a:hover, .nav-tabs > li.active > a {
  color: #fff;
  opacity: 1;
}

.homepage-category__btn,
.homepage-recently-updated__btn {
  text-align: center;
}

.homepage-recently-updated {
  margin-top: 9em;
}

.btn-load-more {
  margin-top: 10px;
  background: #eb2d1c;
  border-bottom: 4px solid #94180d;
  padding: 16px 55px;
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 4px;
}

#toTop {
  z-index: 22222 !important;
}

.blog-post {
  padding-top: 1em;
}
.blog-post h1,
.blog-post h2 {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 5px;
  line-height: 1;
}

.blog-ind .blog-info {
  border-bottom: 1px solid #d5d5d5;
}

.blog-content {
  padding: 20px 20px 30px 20px;
  line-height: 21px;
  position: relative;
  color: #333;
}

.blog-content {
  font-family: Arial, Helvetica, sans-serif;
}

.blog-post .blog-content-title h1,
.blog-post .blog-content-title h2 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 1em;
}

.blog-content h2 {
  line-height: 28px;
  font-size: 27px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}

.category .blog-content h2,
.search-results .blog-content h2 {
  text-align: center;
}

.blog-content h2 a {
  color: #000;
  font-size: 27px;
}

.blog-content ul {
  color: #302020;
}

body.page .blog-content p, body.archive .blog-content p {
  color: #757575;
  padding: 25px 0;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

body.page .blog-content p:after, body.archive .blog-content p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.comment-form {
  padding: 0 20px;
}

#disqus_thread {
  padding: 15px;
  border-top: 10px solid #222;
}

.navigation {
  width: 100%;
  min-height: 5px;
}
.navigation span,
.navigation a {
  border: 1px solid #eb2d1c;
  float: left;
  padding: 10px 15px 10px 15px;
  margin-right: 15px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
.navigation span {
  background-color: #eb2d1c;
}
.navigation a {
  color: #fff !important;
  background-color: transparent !important;
}

#header-searchform {
  display: none;
}

footer ul.tabs {
  display: none;
}

.most-popular {
  margin-bottom: 10px;
  color: #777;
}
.most-popular .most-popular-header {
  margin: 0;
  padding: 25px 30px 20px 13px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  background-color: #eb2d1c;
  /*
  background-image: -webkit-linear-gradient(bottom, #d92212, #c43e2f);
  background-image: -moz-linear-gradient(bottom, #d92212, #c43e2f);
  background-image: -o-linear-gradient(bottom, #d92212, #c43e2f);
  background-image: linear-gradient(to top, #d92212, #c43e2f);
   */
}
.most-popular .most-popular-header h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.most-popular .most-popular-body .most-popular-item {
  display: block;
  background-color: #fff;
  padding: 0;
  border-top: 1px solid #000;
  -webkit-transition: all 0.35s ease-in-out;
  font-family: Arial;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.most-popular .most-popular-body .most-popular-item:hover {
  background-color: #000;
}
.most-popular .most-popular-body .most-popular-item:hover .most-popular-item_title {
  color: #fff !important;
}
.most-popular .most-popular-body .most-popular-item .img {
  float: left;
  margin-right: 25px;
}
.most-popular .most-popular-body .most-popular-item .img:hover {
  opacity: 0.75;
}
.most-popular .most-popular-body .most-popular-item .info {
  float: none;
  padding: 19px;
}
.most-popular .most-popular-body .most-popular-item .info a {
  font-size: 18px;
  font-weight: 600;
}
.most-popular .most-popular-body .most-popular-item .info a.read-more-link {
  color: #eb2d1c;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.footer_widget .block_tabs .tab-content .review-single .img {
  float: left;
  margin-right: 25px;
  border: 1px solid;
  width: 100px;
  height: 80px;
}

.footer_widget .block_tabs .tab-content .review-single .img img {
  width: 100%;
  height: 100%;
}

.footer_widget .block_tabs .tab-content .review-single .info {
  float: left;
  width: 60%;
}

.footer_widget input, .widget input {
  max-width: 100%;
}

.navbar .nav li.current-menu-parent, .navbar .nav li.current-menu-parent:hover {
  background: none;
}

.navbar-inverse .nav > li > a, .title_wrapper .breadcrumbs, h2, h3, input, button {
  font-family: Titillium Web, sans-serif;
}

.search-login {
  display: none;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

*:first-child + html .group {
  zoom: 1;
}

#main_menu {
  list-style: none;
  position: relative;
  width: 100%;
  margin-left: 5px;
  z-index: 10;
}
#main_menu li {
  padding: 23px 0 22px 0;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#main_menu li a {
  position: relative;
  z-index: 200;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: inline;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  color: #fff;
}
#main_menu li:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.21);
}
#main_menu li:hover ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 400;
}
#main_menu ul.sub-menu {
  background-color: #1F2225;
  border: 1px solid #000;
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 120%;
  z-index: 1000;
  text-align: left;
  list-style: none;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
#main_menu ul.sub-menu li {
  padding: 0;
}
#main_menu ul.sub-menu li a {
  font-family: Titillium Web, sans-serif;
  display: block;
  padding: 15px 20px 15px 20px;
  clear: both;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  color: #eee;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  line-height: 1.42857143;
}
#main_menu ul.sub-menu li a:visited {
  color: #eee;
}
#main_menu ul.sub-menu li a:hover {
  color: #eb2d1c;
}

.pagination ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.pagination ul li, .pagination ul > a.page-selector {
  float: left;
  margin-right: 5px;
  border: 1px solid;
}

.pagination ul li a, .pagination ul > a.page-selector {
  display: block;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
}

.pagination ul li a:hover, .pagination ul > a.page-selector:hover, .pagination ul > .active > a {
  color: #fff;
}

.slider {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.slider-inner {
  background: none transparent;
  position: relative;
  width: 100%;
  z-index: 30;
}

.slider-background-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.slider-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 100px 0 50px;
}
.slider-content h1 {
  font-size: 52px;
  line-height: 1;
  margin-top: 5px;
}
.slider-content h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  color: #eb2d1c;
  line-height: 40px;
  margin: 0;
}

.slider-content p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: white;
}

.slider-content .btn-slider {
  margin-top: 10px;
  background: #eb2d1c;
  border-bottom: 4px solid #94180d;
  padding: 16px 55px;
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 4px;
}


@media (max-width: 991px) {
  .slider {
    margin-bottom: 20px;
  }
  .slider-content {
    padding: 70px 0 40px;
  }
}
@media (max-width: 768px) {
  .slider {
    margin-bottom: 15px;
  }
  .slider-content {
    padding: 50px 0 30px;
  }
  .slider-content h2 {
    font-size: 2.5rem;
  }
  .slider-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .slider {
    margin-bottom: 10px;
  }
  .slider-content {
    padding: 35px 0 20px;
  }
}
.home .breadcrumbs {
  display: none !important;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  overflow: hidden;
  z-index: 10000;
  height: 35px;
  width: 35px;
  border: none;
  text-indent: 100%;
  transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=0.5);
  color: #191919;
}

#toTop:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=0.75);
}

#toTopHover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=0.5);
}

#toTop:active, #toTop:focus {
  outline: none;
}

body a, .social a, footer .copyright .social a:hover, .navbar-inverse .brand:hover, footer ul li a:hover, .breadcrumbs span a, .pagination ul li a, .pagination ul > a.page-selector, .widget .block_tabs .tab-content .review-single a.read-more-link {
  color: #eb2d1c;
}

footer .copyright a, footer ul li a:hover, .footer_widget h3 {
  color: #eb2d1c !important;
}

.footer_widget h3.widget-title, footer ul li, .pagination ul li, .pagination ul > a.page-selector {
  border-color: #eb2d1c !important;
}

.pagination ul li a:hover, .pagination ul > a.page-selector:hover, .pagination ul > li.active > a {
  background-color: #eb2d1c;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .navigation a:hover {
  color: #eb2d1c;
}

.navigation a, .pagination ul > .active > span, .title-wrapper, .footer_widget h3 {
  background-color: #eb2d1c;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a, .navbar-inverse .nav > li > a > span {
  color: #000;
}

body a, body a:hover, body a:active, body a:focus, body a:visited {
  outline: 0 !important;
  text-decoration: none !important;
}

.widget-1 .block_tabs .tab-inner > ul.nav-tabs {
  display: none;
}

input[type=text]:focus, input[type=url]:focus, input[type=search]:focus, input[type=color]:focus {
  border-color: #eb2d1c;
}

h3.widget-title, .footer_widget h3, .widget h3 {
  color: white;
}

.normal-page {
  background-color: #222;
}

footer .copyright p {
  color: #494b65 !important;
}

@media (max-width: 979px) {
  .nav-tabs a {
    background-color: #eb2d1c;
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, footer, header, nav {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.widget .searchformInput input {
  border: 0;
  width: 79%;
  color: #333;
  padding: 15px 15px 15px 45px;
  background-color: #f1f1f1;
}

.button-medium, .button-small, .button-big, button[type=submit], input[type=submit], body .btninvert:hover {
  background: #453f4a url("../img/menu-extra.png") top right repeat-x !important;
  color: white !important;
  font-size: 13px !important;
  font-weight: bold !important;
  border-radius: 20px !important;
  padding: 15px 30px 16px 30px !important;
}

span.date:hover, input[type=submit]:hover, button[type=submit]:hover {
  background: #f04131 url("../img/menu-extra.png") top right repeat-x !important;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ccc;
}

input, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

h2, h3, .h2, .h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-lg-4, .col-md-4, .col-lg-4, .col-lg-6, .col-lg-6, .col-lg-8, .col-md-8, .col-lg-8, .col-lg-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-4, .col-md-8, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: none;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-color: #eb2d1c !important;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-collapse {
  border-color: #101010;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

@-webkit-keyframes progress-bar-stripes {
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media {
  overflow: hidden;
  zoom: 1;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.container:after, .container-fluid:after, .nav:after, .navbar:after, .navbar-collapse:after {
  clear: both;
}

.hidden {
  display: none !important;
}

p {
  line-height: 21px;
}

h1,
h2,
h3,
.h1 .h2,
.h3 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.1;
  margin: 10px 0;
  font-weight: 500;
  text-rendering: optimizelegibility;
}

.h2, .h3, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.col-lg-4, .col-md-4, .col-lg-4, .col-lg-6, .col-lg-6, .col-lg-8, .col-md-8, .col-lg-8, .col-lg-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

body .container-fluid > .navbar-collapse, body .container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

body .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
}

body .navbar {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  min-height: none;
  margin-bottom: 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav-tabs {
  border-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: initial;
  border-bottom-color: initial;
}

.navbar-toggle {
  margin-left: 15px;
}

body .navbar-inverse .navbar-toggle:hover, body .navbar-inverse .navbar-toggle:focus {
  background: #272731;
}

.nav-tabs > li:focus {
  outline: none !important;
}

@media (min-width: 1328px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none !important;
  }

  body .navbar-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
    float: none;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .topbar {
    background-color: #000 !important;
  }

  .social, .login {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .widget .block_tabs ul li {
    width: 50%;
    text-align: center;
    -webkit-backface-visibility: hidden;
  }

  body .copyright p {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  body .copyright .social {
    float: left;
    margin-left: 5px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  body .social a {
    margin: 10px 5px 5px 7px;
  }

  body {
    background-size: cover !important;
  }

  .widget .block_tabs ul li, .widget .block_tabs ul li a {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .col-lg-4, .col-md-4, .col-lg-4, .col-lg-6, .col-lg-6, .col-lg-8, .col-md-8, .col-lg-8, .col-lg-12, .col-md-12, .col-lg-12 {
    width: 100%;
  }

  body {
    background-position-y: 200px;
  }

  html body .navbar-inverse .container {
    padding: 0 10px 0 0;
  }

  body .blog, body .normal-page, body .portfolio {
    padding: 0 15px;
  }

  body .container > .navbar-collapse {
    padding: 0 !important;
    margin: 0 !important;
  }

  body .navbar-nav > li {
    float: none;
  }

  body .navbar-inverse .nav > li > a {
    padding: 22px 27px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 1px 0 0;
    text-shadow: 0 1px 2px #000;
    opacity: 0.9;
    float: none;
    height: auto;
    border-left: 0;
    box-shadow: none;
  }

  .search-login {
    position: absolute !important;
    top: 0;
    right: 0;
  }

  #header-searchform {
    position: relative;
  }

  body #main_menu {
    position: absolute !important;
    top: 70px;
    background-color: #1F2225;
    margin: 0;
  }

  #main_menu > li {
    padding: 0 !important;
  }

  #main_menu > li > a {
    display: block !important;
    padding: 20px !important;
  }

  .logo .brand {
    float: unset;
  }

  body .navbar-nav {
    width: 100%;
    margin: 0;
  }

  body .navbar-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
    float: none;
  }

  body {
    background-size: cover;
    background: #000;
  }

  .title_wrapper .col-lg-12 .col-lg-6 {
    width: 50% !important;
  }

  body footer {
    margin-left: -17px;
    width: auto;
  }

  body .navbar-inverse {
    height: auto !important;
  }

  body .navbar-toggle {
    float: left;
  }

  button.navbar-toggle {
    width: 20%;
    background: #272731;
    text-align: center;
    margin: 0 auto 0 auto !important;
    position: relative;
    float: none;
    top: 12px;
    display: block;
  }

  .single-post .blog-post img {
    height: auto !important;
  }
}
@media (min-width: 991px) {
  body .navbar-inverse .container {
    position: relative;
    height: 41px;
  }

  .navbar-toggle {
    display: none;
  }

  collapse.collapse {
    display: inline-block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: inline-block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  body .navbar-collapse.in {
    overflow-y: visible;
  }

  .homepage-cover-items .cover-item {
    flex: 0 0 15%;
  }
}
/*
.btn-download {
    visibility: hidden;
    -webkit-animation: none !important;
    transition: none !important;
}

.btn-download::after {
    content: 'new links coming soon';
    visibility: visible;
    transition: none;
}
*/
.cover-items {
  display: flex;
  flex-wrap: wrap;
}
.cover-items .cover-item {
  width: 100%;
  margin-bottom: 5px;
  background-color: #fff;
  text-align: center;
}
.cover-items .cover-item .cover-item-title {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.cover-items .cover-item .cover-item-title h1,
.cover-items .cover-item .cover-item-title h2 {
  font-size: 27px;
  font-weight: 700;
  color: #000;
}
.cover-items .cover-item .cover-item-image {
  margin-bottom: 60px;
}

.homepage-cover-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homepage-cover-items .cover-item {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.homepage-cover-items .cover-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s ease;
  background-color: #353535;
  opacity: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homepage-cover-items .cover-item-content:hover {
  opacity: 1;
}
.homepage-cover-items .cover-item-content:hover .cover-item-content__date:after {
  width: 60%;
}
.homepage-cover-items .cover-item-content__date {
  margin-bottom: 15px;
  text-align: center;
  color: #ccc;
}
.homepage-cover-items .cover-item-content__date:after {
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  width: 0;
  transition: all 1.1s ease;
}
.homepage-cover-items .cover-item-content__title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
}
.homepage-cover-items .cover-item .cover-item-title {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.homepage-cover-items .cover-item .cover-item-title h1,
.homepage-cover-items .cover-item .cover-item-title h2 {
  font-size: 27px;
  font-weight: 700;
  color: #000;
}
.homepage-cover-items .cover-item .cover-item-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .cover-items .homepage-cover-item {
    flex: 0 0 48%;
  }
}
.cover-item-content__title,
.cover-item-content__info {
  vertical-align: middle;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  width: 70%;
  max-width: 450px;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  border: 1px solid #ced4da !important;
  color: #495057 !important;
  line-height: 1.6 !important;
  font-size: 14.4px !important;
}
.wpcf7 p {
  margin-bottom: 13px;
}
.wpcf7 p label {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-submit {
  background-color: #eb2d1c !important;
  color: white !important;
  border-radius: 5px !important;
  font-size: 14.4px;
  padding: 6px 12px !important;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid transparent !important;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #eb2d1c !important;
}

.notice {
  border-radius: 5px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  padding: 1em 1em 0.2em 4em;
  font-size: 1em;
  line-height: 1.4;
}
.notice p,
.notice a,
.notice strong a {
  color: inherit !important;
}

.faq {
  display: block;
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  text-align: left;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  border-width: 1px;
  border-radius: 5px;
  color: #667;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-title {
  padding: 14px 20px 14px 46px;
  font-weight: 700;
}
.faq-title a {
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
}
.faq-title a::before {
  position: absolute;
  content: "+";
  opacity: 0.8;
  font-size: 24px;
  left: -25px;
  top: -8px;
}
.faq-body {
  display: none;
  padding: 14px 20px;
  border: solid transparent;
  min-height: 10px;
  transform: translate3d(0, 0, 0);
  transition: padding 0.2s ease-in-out;
  border-color: #f0f0f0;
}
.faq.active .faq-title a::before {
  content: "-";
  top: -23px;
  font-size: 40px;
  opacity: 0.6;
}
.faq.active .faq-body {
  display: block;
}

.game-list .main-content {
  background-color: #fff;
}
.game-list ul li a {
  font-weight: normal;
}

.screen-reader-text {
  display: none;
}
/* Styling the breadcrumb container */
.breadcrumb {
  color: #ccc; /* Change this to match the color of the breadcrumb title */
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/* Styling the breadcrumb links */
.breadcrumb a {
  color: #ccc; /* Set the color of the links to match the breadcrumb title */
  text-decoration: none;
}

/* Styling when the breadcrumb link is hovered */
.breadcrumb a:hover {
  color: #ccc; /* Ensure the hover color is the same as the text color */
  text-decoration: underline;
}

/* Target the breadcrumb separator */
.breadcrumb .separator {
  color: #ccc; /* Keep separator color consistent */
}

/* Active breadcrumb item */
.breadcrumb .active {
  color: #ccc; /* Set the active item to the same color */
}
/*# sourceMappingURL=style.css.map */
.setup-box {
    background: #f9f9f9;
    padding: 14px;
    border: 1px solid #ddd; /* Ensure border is explicitly set */
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5; /* Keep it readable but compact */
}
@media (min-width:768px){
  /* lay widgets in a row */
  footer.container-fluid.no-padding > .container:first-of-type{
    display:flex;
    align-items:flex-start;
  }

  /* push every widget AFTER the first one */
  footer.container-fluid.no-padding > .container:first-of-type > * + *{
    margin-left:200px !important; /* adjust spacing here */
  }
}

/* Spread nav items evenly across the bar */
@media (min-width: 991px) {
  ul#main_menu {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
  }
  /* Subtle dropdown arrows on items with sub-menus */
  #main_menu > li:has(ul.sub-menu) > a::after {
    content: ' \25BE';
    font-size: 15px;
    opacity: 0.7;
    margin-left: 4px;
  }
}

/* =========================================================
   CUSTOMIZER CSS — consolidated into style.css
   ========================================================= */

/* === PAGINATION === */
.navigation.pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0 32px;
}
.navigation.pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}
.navigation.pagination .page-numbers.current {
  font-weight: 700;
  border-color: #eb2d1c;
  background: #eb2d1c;
  color: #fff;
}
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
.navigation.pagination .page-numbers.dots {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #aaa;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 560px) {
  .navigation.pagination .nav-links {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .navigation.pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
  }
}

/* === CATEGORY / SEARCH IMAGES === */
body.category .cover-item-image img,
body.search .cover-item-image img {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
body.category .cover-item:hover .cover-item-image img,
body.search .cover-item:hover .cover-item-image img {
  transform: scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

/* === HOMEPAGE: OG box + blur === */
body.home .homepage-cover-items .cover-item {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.22s ease;
}
body.home .homepage-cover-items .cover-item:hover,
body.home .homepage-cover-items .cover-item:focus-within {
  transform: translateY(-4px);
}
body.home .homepage-cover-items .cover-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.22s ease;
  will-change: transform;
}
body.home .homepage-cover-items .cover-item:hover img,
body.home .homepage-cover-items .cover-item:focus-within img {
  transform: scale(1.01);
}
body.home .homepage-cover-items .cover-item::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -2px;
  right: -2px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease-out,
    transform 0.2s ease-out,
    -webkit-backdrop-filter 0.2s ease-out,
    backdrop-filter 0.2s ease-out,
    background 0.2s ease-out;
  z-index: 2;
  pointer-events: none;
  will-change: opacity, transform, backdrop-filter;
}
body.home .homepage-cover-items .cover-item .cover-item-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease-out,
    transform 0.2s ease-out;
  z-index: 3;
  background: transparent !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  will-change: opacity, transform;
}
body.home .homepage-cover-items .cover-item:hover::after,
body.home .homepage-cover-items .cover-item:focus-within::after,
body.home .homepage-cover-items .cover-item:hover .cover-item-content,
body.home .homepage-cover-items .cover-item:focus-within .cover-item-content {
  opacity: 1;
  transform: translateY(0);
}
body.home .homepage-cover-items .cover-item:hover::after,
body.home .homepage-cover-items .cover-item:focus-within::after {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
/* Strip dates */
body.home .homepage-cover-items .cover-item .cover-item-content time,
body.home .homepage-cover-items .cover-item .cover-item-content .date,
body.home .homepage-cover-items .cover-item .cover-item-content .posted-on,
body.home .homepage-cover-items .cover-item .cover-item-content .entry-date,
body.home .homepage-cover-items .cover-item .cover-item-content .meta-date,
body.home .homepage-cover-items .cover-item .cover-item-content .cover-date,
body.home .homepage-cover-items .cover-item .cover-item-content .vc_gitem-post-meta,
body.home .homepage-cover-items .cover-item .cover-item-content .vc_gitem-post-data-source-post_date,
body.home .homepage-cover-items .cover-item .cover-item-content > :first-child,
body.home .homepage-cover-items .cover-item .cover-item-content > :first-child + hr,
body.home .homepage-cover-items .cover-item .cover-item-content .separator {
  display: none !important;
}

/* === BUTTONS: Load More === */
.homepage-category__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0 4px;
}
.homepage-category__btn a,
.homepage-category__btn button {
  display: inline-block;
  padding: 13px 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e50914;
  background: transparent;
  border: 2px solid #e50914;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}
.homepage-category__btn a:hover,
.homepage-category__btn button:hover,
.homepage-category__btn a:focus-visible,
.homepage-category__btn button:focus-visible {
  background: #e50914;
  color: #fff;
  border-color: #e50914;
  outline: none;
}
.homepage-category__btn a:active,
.homepage-category__btn button:active {
  background: #c5070f;
  border-color: #c5070f;
  color: #fff;
}
.homepage-category__btn a:focus:not(:focus-visible),
.homepage-category__btn button:focus:not(:focus-visible) {
  outline: none;
}

/* === Browse button: Netflix style === */
body a.btn-slider,
body .btn-slider,
body .hero a.btn-slider,
a.btn-slider.btn-slider {
  display: inline-block !important;
  margin-top: 0 !important;
  padding: 15px 40px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: #e50914 !important;
  border: none !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transform: scale(1) translateZ(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease !important;
  backface-visibility: hidden;
}
body a.btn-slider:hover,
body a.btn-slider:focus-visible {
  transform: scale(1.03) translateZ(0) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45) !important;
  outline: none !important;
}
body a.btn-slider:active {
  transform: scale(0.98) translateZ(0) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
}
body a.btn-slider:focus:not(:focus-visible) {
  outline: none !important;
}

/* === FALLBACKS / SAFETY === */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  body.home .homepage-cover-items .cover-item:hover::after,
  body.home .homepage-cover-items .cover-item:focus-within::after {
    background: rgba(0, 0, 0, 0.65);
  }
}
@media (hover: none) {
  .homepage-category__btn a,
  .homepage-category__btn button,
  a.btn-slider,
  body.home .homepage-cover-items .cover-item,
  body.home .homepage-cover-items .cover-item img,
  body.home .homepage-cover-items .cover-item::after,
  body.home .homepage-cover-items .cover-item .cover-item-content {
    transition: none !important;
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.home .homepage-cover-items .cover-item,
  body.home .homepage-cover-items .cover-item img,
  body.home .homepage-cover-items .cover-item::after,
  body.home .homepage-cover-items .cover-item .cover-item-content,
  a.btn-slider,
  .homepage-category__btn a,
  .homepage-category__btn button {
    transition: none !important;
    transform: none !important;
  }
}

/* === MOBILE DENSER GRID === */
@media (max-width: 480px) {
  .homepage-cover-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    padding: 0 14px;
  }
  .homepage-cover-items .cover-item {
    margin: 0 !important;
  }
  .homepage-cover-items .cover-item .cover-item-image img {
    border-radius: 8px;
  }
  .homepage-cover-items-title,
  .homepage-category__title,
  .content-area h2 {
    margin: 14px 14px 10px !important;
  }
  .homepage-category__btn {
    padding: 12px 0;
  }
  .homepage-category__btn a,
  .homepage-category__btn button {
    padding: 11px 24px;
    font-size: 13px;
    border-radius: 5px;
  }
  .homepage-category {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .homepage-category .homepage-cover-items {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homepage-category > h1,
  .homepage-category > h2,
  .homepage-category .homepage-cover-items-title,
  .homepage-category .homepage-category__title,
  .homepage-category .section-title,
  .homepage-category .block-title {
    margin-left: 14px !important;
    margin-right: 14px !important;
    text-align: left !important;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .homepage-cover-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 14px;
    padding: 0 16px;
  }
  .homepage-cover-items .cover-item {
    margin: 0 !important;
  }
  .homepage-category {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .homepage-category .homepage-cover-items {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homepage-category > h1,
  .homepage-category > h2,
  .homepage-category .homepage-cover-items-title,
  .homepage-category .homepage-category__title,
  .homepage-category .section-title,
  .homepage-category .block-title {
    margin-left: 16px !important;
    margin-right: 16px !important;
    text-align: left !important;
  }
}

/* === DOWNLOAD BUTTONS === */
/* Torrent button */
a.btn-torrent {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 190px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 14px 24px !important;
  border-radius: 12px;
  background: #fff;
  color: #161a20 !important;
  border: 2px solid #e74c3c;
  text-align: center;
  text-decoration: none;
  font-weight: 500 !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow:
    0 0 0 3px rgba(231, 76, 60, 0.06),
    0 7px 18px rgba(231, 76, 60, 0.1);
}
a.btn-torrent:hover {
  background: linear-gradient(180deg, #ff6b6b, #e74c3c);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow:
    0 0 0 4px rgba(231, 76, 60, 0.1),
    0 13px 28px rgba(231, 76, 60, 0.24);
}

/* Cloud Drop button */
@keyframes pulseGlowPurple {
  0% {
    box-shadow:
      0 0 7px rgba(124, 58, 237, 0.3),
      0 0 14px rgba(124, 58, 237, 0.18);
  }
  50% {
    box-shadow:
      0 0 12px rgba(124, 58, 237, 0.48),
      0 0 24px rgba(124, 58, 237, 0.3);
  }
  100% {
    box-shadow:
      0 0 7px rgba(124, 58, 237, 0.3),
      0 0 14px rgba(124, 58, 237, 0.18);
  }
}
a.btn-clouddrop {
  display: inline-flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 190px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 14px 28px !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #292335 !important;
  border: 2px solid #7c3aed !important;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: 0.3px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease !important;
  box-shadow:
    0 0 0 3px rgba(124, 58, 237, 0.07),
    0 7px 18px rgba(124, 58, 237, 0.12) !important;
  animation: pulseGlowPurple 4.8s ease-in-out infinite !important;
}
a.btn-clouddrop:hover {
  background: linear-gradient(180deg, #9f5ff7, #7c3aed) !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.12),
    0 13px 28px rgba(124, 58, 237, 0.25) !important;
  animation-play-state: paused !important;
}

/* === STATUS CARD (Added/Status/Online) === */
.su-mini-status {
  background: linear-gradient(180deg, #fcfcfd 0%, #f7f8fa 100%);
  border: 1px solid #e1e4e8;
  border-left: 3px solid #2ecc71;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 12px 0 16px;
  color: #222;
  box-shadow: 0 7px 22px rgba(15, 23, 42, 0.04);
}
.su-mini-status__grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 8px;
  column-gap: 14px;
  align-items: center;
}
.su-mini-status__label {
  font-size: 12.5px;
  color: #6f7682;
  font-weight: 600;
}
.su-mini-status__value {
  font-size: 13px;
  font-weight: 700;
  color: #111;
}
.su-mini-status__online {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.su-mini-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.18);
}
.su-mini-status__cta {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e3e6ea;
  font-size: 12.5px;
  color: #555;
}
.su-mini-status__cta a {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.su-mini-status__cta a:hover {
  color: #2ecc71;
  opacity: 0.9;
}
@media (max-width: 600px) {
  .su-mini-status__grid {
    grid-template-columns: 1fr;
  }
  .su-mini-status__label {
    margin-bottom: -4px;
  }
}

/* === MISC === */
.single-post .post-views,
.single .post-views,
.single-post .entry-content .post-views {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute !important;
}
.su-sidebar-banner img {
  opacity: 0.92;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.su-sidebar-banner a:hover img {
  opacity: 1;
  transform: translateY(-1px);
}
/* =========================
   Homepage: Premium sections
   ========================= */
.hp-section .homepage-category .category-title {
  display: none !important;
}
.hp-section {
  margin: 20px 0 4px;
}
.hp-section__title {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.hp-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.hp-section__header .hp-section__title {
  margin-bottom: 0;
}
.hp-section__viewall-group {
  display: flex;
  align-items: center;
  gap: 18px;
}
.hp-section__viewall {
  font-size: 13px;
  font-weight: 600;
  color: #eb2d1c !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .15s;
}
.hp-section__viewall:hover {
  color: #ff4436 !important;
}
.hp-section__viewall-arrow {
  display: inline-block;
  transition: transform .15s;
}
.hp-section__viewall:hover .hp-section__viewall-arrow {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .hp-section__title {
    font-size: 26px;
  }
  .hp-section__viewall {
    font-size: 12px;
  }
}


/* =========================
   Footer Bottom Navigation
   ========================= */
.su-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
}
.su-footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.footer-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.footer-label {
  font-weight: 600;
  color: #9aa3ad;
  margin-right: 8px;
  opacity: 0.9;
}
.su-footer-links a {
  color: #ff3b30;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.su-footer-links a:hover {
  opacity: 0.75;
}
.su-copy {
  margin: 4px 0 0;
  font-size: 13px;
  color: #8893a1;
  text-align: center;
}
@media (max-width: 700px) {
  .footer-group {
    font-size: 12px;
    gap: 8px;
  }
  .su-copy {
    font-size: 12px;
  }
}

/* === Pagination Quick Jump === */
.su-pagination-jumps .su-pagination-jumps-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a8f98;
  margin-right: 6px;
}
.su-pagination-jumps {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.su-pagination-jumps-label {
  margin-right: 8px;
}
.su-pagination-jumps a {
  display: inline-block;
  padding: 4px 8px;
}
.pagination + .su-pagination-jumps a:hover {
  background: #e2231a;
  color: #fff;
}
@media (max-width: 768px) {
  .pagination,
  .nav-links,
  .page-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .pagination a,
  .pagination span,
  .page-numbers a,
  .page-numbers span {
    float: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.btn-clouddrop {
    animation: none !important;
  }
}

/* ==========================================================================
   SINGLE POST — Dark Mode Full-Width Overrides
   .su-single-dark is added to the wrapper in single.php V16+
   ========================================================================== */

body.single-post .su-single-dark {
    background: #0e0e0e !important;
    padding-bottom: 20px;
}
body.single-post .su-single-dark .main-content {
    background: #0e0e0e !important;
    margin-bottom: 0;
}

/* Kill the sidebar — V16 uses col-md-12 already, but just in case */
body.single-post .su-single-dark .col-md-4 {
    display: none !important;
}

/* Override the white blog-post background */
body.single-post .su-single-dark .blog-post {
    background: #0e0e0e !important;
}

/* Override the blog-content light styles — no horizontal padding here,
   sections handle their own spacing so the hero can go edge-to-edge */
body.single-post .su-single-dark .blog-content {
    color: #d0d0d0 !important;
    padding: 0 !important;
}
body.single-post .su-single-dark .blog-content ul,
body.single-post .su-single-dark .blog-content ol,
body.single-post .su-single-dark .blog-content li {
    color: #d0d0d0 !important;
}

/* Override blog-ind border */
body.single-post .su-single-dark .blog-ind .blog-info {
    border-bottom: none !important;
}

/* Breadcrumb — already dark from global styles */

/* Blog post headings — dark mode */
body.single-post .su-single-dark .blog-post h1,
body.single-post .su-single-dark .blog-post h2 {
    color: #fff;
    margin-left: 0;
}
body.single-post .su-single-dark .blog-post .blog-content-title h1,
body.single-post .su-single-dark .blog-post .blog-content-title h2 {
    color: #fff;
}
body.single-post .su-single-dark .blog-content h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
}

/* Mini status dark override */
body.single-post .su-single-dark .su-mini-status {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-left: 3px solid #22b85d !important;
    color: #ccc !important;
    box-shadow: none !important;
}
body.single-post .su-single-dark .su-mini-status__label {
    color: #666 !important;
}
body.single-post .su-single-dark .su-mini-status__value {
    color: #ccc !important;
}
body.single-post .su-single-dark .su-mini-status__cta {
    border-top-color: rgba(255, 255, 255, 0.07) !important;
    color: #888 !important;
}
body.single-post .su-single-dark .su-mini-status__cta a {
    color: #ccc !important;
}
body.single-post .su-single-dark .su-mini-status__cta a:hover {
    color: #22b85d !important;
}

/* Kill any stray borders/outlines from parent theme on dark single posts */
body.single-post .su-single-dark .blog-post,
body.single-post .su-single-dark .blog-content,
body.single-post .su-single-dark article {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Force generic text link hover to true red, not parent theme hot pink.
   :not([class]) skips buttons/cards/CTAs that have their own hover rules. */
body.single-post .su-single-dark a:not([class]):hover {
    color: #e2231a !important;
}

/* Disqus comment area dark */
body.single-post .su-single-dark .comment-form {
    background: #0e0e0e !important;
    padding: 0 24px;
    margin-top: 32px;
    border: none !important;
}