.dtoid-red {
  color: #c00; }

::selection {
  background: #c00;
  color: #ffffff; }

.container {
  position: relative; }

.latest-features-sidebar p.sidebar-title {
  font-size: 20px;
  color: #c00;
  font-weight: 600;
  margin: 0; }
.latest-features-sidebar p {
  margin: 0; }
.latest-features-sidebar .featured-sidebar-item {
  padding: 15px 0;
  border-bottom: 1px solid #929292; }
  .latest-features-sidebar .featured-sidebar-item:last-child {
    margin-bottom: 15px; }
  .latest-features-sidebar .featured-sidebar-item .left-side {
    width: calc(100% - 85px);
    padding-right: 15px; }
    .latest-features-sidebar .featured-sidebar-item .left-side p.featured-title {
      padding-bottom: 5px;
      font-size: 18px;
      margin: 0;
      font-weight: 600;
      line-height: 1.25;
      color: #404040;
      transition: color 0.5s ease; }
      .latest-features-sidebar .featured-sidebar-item .left-side p.featured-title:hover {
        color: #c00; }
    .latest-features-sidebar .featured-sidebar-item .left-side p.featured-author {
      margin: 0;
      line-height: 1.25;
      color: #404040;
      font-size: 14px;
      font-weight: 400; }
      .latest-features-sidebar .featured-sidebar-item .left-side p.featured-author a {
        color: #333333;
        transition: color 0.5s ease; }
        .latest-features-sidebar .featured-sidebar-item .left-side p.featured-author a:hover {
          color: #c00; }
  .latest-features-sidebar .featured-sidebar-item .right-side {
    width: 85px; }

.hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .hero .post-data {
    position: relative;
    padding-top: 15px;
    z-index: 10;
    text-align: center;
    color: #ffffff !important; }
    .hero .post-data a {
      color: #ffffff !important; }
  .hero.main {
    width: 100%;
    padding: 60px 30px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .hero.main {
        padding: 180px 0; } }
    @media (min-width: 1200px) {
      .hero.main {
        margin-bottom: 0; } }
  .hero.sub {
    width: 100%;
    padding: 60px 30px;
    align-items: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .hero.sub {
        width: 50%; } }
    @media (min-width: 1200px) {
      .hero.sub {
        width: 25%; } }
    .hero.sub h1 {
      font-size: 24px;
      line-height: 1.25; }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .hero .link-whole {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .hero h1 {
    position: relative;
    font-size: 32px;
    color: #ffffff;
    z-index: 2;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    transition: color 0.5s ease;
    margin: 0;
    padding: 0 30px; }
    .hero h1:hover {
      color: #c00; }

body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #000000; }
  body button, body input, body select, body optgroup, body textarea {
    font-family: 'Titillium Web', sans-serif; }
  body .theme-switch-wrapper p {
    margin: 0; }
  body .theme-switch-wrapper .theme-switch {
    color: #000;
    width: 35px;
    height: 15px;
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    margin: 0; }
    body .theme-switch-wrapper .theme-switch .switch {
      width: 10px;
      height: 10px;
      background: #222222;
      border-radius: 100%;
      position: absolute;
      top: 3px;
      left: 4px;
      transition: 0.5s all ease; }
      body .theme-switch-wrapper .theme-switch .switch:hover {
        cursor: pointer; }
  body.dark-mode-enabled .eg-ad {
    background-color: #0e0e0e; }
  body.dark-mode-enabled h1.entry-title {
    color: #ffffff; }
  body.dark-mode-enabled .switch {
    transform: translateX(18px); }
  body.dark-mode-enabled .abc-123-def.wide::before, body.dark-mode-enabled .abc-123-def.sidebar::before {
    color: #ffffff; }
  body.dark-mode-enabled #div-gpt-destructoid-homepage_video_unit a {
    color: #ffffff !important; }
  body.dark-mode-enabled .top-social-email p {
    color: #ffffff; }
    body.dark-mode-enabled .top-social-email p a {
      color: #ffffff; }
  body.dark-mode-enabled footer.site-footer {
    background: #000000; }
    body.dark-mode-enabled footer.site-footer a {
      color: #ffffff; }
  body.dark-mode-enabled .nav-previous, body.dark-mode-enabled .nav-next {
    background: #000000 !important; }
    body.dark-mode-enabled .nav-previous a, body.dark-mode-enabled .nav-next a {
      color: #ffffff !important; }
      body.dark-mode-enabled .nav-previous a:hover, body.dark-mode-enabled .nav-next a:hover {
        color: #c00; }
  body.dark-mode-enabled .featured-sidebar-item p.featured-title {
    color: #ffffff !important; }
    body.dark-mode-enabled .featured-sidebar-item p.featured-title:hover {
      color: #c00 !important; }
  body.dark-mode-enabled .featured-sidebar-item .featured-author {
    color: #ffffff !important; }
    body.dark-mode-enabled .featured-sidebar-item .featured-author a {
      color: #ffffff !important; }
      body.dark-mode-enabled .featured-sidebar-item .featured-author a:hover {
        color: #c00 !important; }
  body.dark-mode-enabled .content-wrapper {
    background-color: #0e0e0e; }
    body.dark-mode-enabled .content-wrapper article.article-default .post-title, body.dark-mode-enabled .content-wrapper article.article-default p {
      color: #ffffff; }
    body.dark-mode-enabled .content-wrapper article.article-default .post-data {
      color: #ffffff; }
      body.dark-mode-enabled .content-wrapper article.article-default .post-data a {
        color: #ffffff; }
        body.dark-mode-enabled .content-wrapper article.article-default .post-data a:hover {
          color: #c00; }
    body.dark-mode-enabled .content-wrapper article.article-default a.post-title:hover {
      color: #c00; }
    body.dark-mode-enabled .content-wrapper main {
      background-color: #0e0e0e; }
  body.dark-mode-enabled .latest-reviews-sidebar-wrapper {
    color: #ffffff; }
    body.dark-mode-enabled .latest-reviews-sidebar-wrapper a {
      color: #ffffff; }
    body.dark-mode-enabled .latest-reviews-sidebar-wrapper h3 {
      color: #000000; }
  body.dark-mode-enabled main {
    background-color: #0e0e0e;
    color: #ffffff; }
    body.dark-mode-enabled main .entry-meta .entry-date {
      color: #ffffff !important; }
  body.dark-mode-enabled.search h1.page-title {
    color: #ffffff; }
  body.dark-mode-enabled .slide-content h3.hexagon {
    color: #ffffff !important; }
  body.dark-mode-enabled .eg-ad.top-leaderboard {
    background-color: #0e0e0e; }
  body.dark-mode-enabled .custom-filter-wrapper {
    color: #ffffff; }
    body.dark-mode-enabled .custom-filter-wrapper select {
      background-color: black;
      color: #ffffff;
      border: none; }
    body.dark-mode-enabled .custom-filter-wrapper button {
      color: #ffffff;
      background-color: black; }
  body.dark-mode-enabled .author-box {
    background-color: #000000;
    color: #ffffff; }

a:hover {
  text-decoration: none; }

.custom-button {
  transition: all 0.5s ease; }
  .custom-button.more-news {
    width: 100%;
    background-color: #333333;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: bold; }
    .custom-button.more-news:hover {
      background-color: #c00;
      color: #ffffff; }

.custom-404 {
  @import url("https://fonts.googleapis.com/css?family=Fira+Mono:400");
  padding: 160px 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #0e0e0e;
  color: #ffffff;
  overflow-x: hidden; }
  .custom-404 div.text {
    font-family: 'Fira Mono', monospace;
    letter-spacing: -7px;
    font-size: 250px;
    animation: glitch 1s linear infinite; }
  .custom-404 p {
    font-size: 2em;
    margin-bottom: 0; }
  .custom-404 .back-home {
    background-color: #c00;
    padding: 10px 40px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    margin: 0 auto;
    display: inline-block; }
@keyframes glitch {
  2%, 64% {
    transform: translate(2px, 0) skew(0deg); }
  4%, 60% {
    transform: translate(-2px, 0) skew(0deg); }
  62% {
    transform: translate(0, 0) skew(5deg); } }
  .custom-404 div:before,
  .custom-404 div:after {
    content: attr(title);
    position: absolute;
    left: 0; }
  .custom-404 div:before {
    animation: glitchTop 1s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%); }
  .custom-404 div:after {
    animation: glitchBotom 1.5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%); }
@keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px); }
  4%, 60% {
    transform: translate(-2px, 2px); }
  62% {
    transform: translate(13px, -1px) skew(-13deg); } }
@keyframes glitchBotom {
  2%,64% {
    transform: translate(-2px, 0); }
  4%,60% {
    transform: translate(-2px, 0); }
  62% {
    transform: translate(-22px, 5px) skew(21deg); } }
.author-box {
  padding: 15px;
  color: #404040;
  border: 1px solid #c00;
  text-align: center; }
  @media (min-width: 1200px) {
    .author-box {
      text-align: left; } }
  .author-box .image-area {
    min-width: 100px;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .author-box .image-area {
        margin-bottom: 0; } }

.custom-filter-wrapper select {
  width: 100%;
  padding: 5px; }
.custom-filter-wrapper button {
  border: none;
  border-radius: 0; }

.moby {
  background: #0e0e0e !important; }
  .moby ul {
    margin: 0;
    padding: 0; }
    .moby ul li a {
      color: #ffffff !important;
      padding: 15px 30px !important;
      text-transform: uppercase;
      font-weight: 600 !important;
      border-bottom: 1px solid #333333; }
  .moby ul.sub-menu {
    background-color: #232323 !important; }
    .moby ul.sub-menu a {
      padding: 15px 30px 15px 45px !important;
      text-transform: uppercase;
      font-weight: 600 !important;
      border-bottom: 1px solid #333333; }
  .moby .moby-close {
    background: #000000 !important;
    padding: 15px 15px 15px 30px !important; }
  .moby .moby-expand {
    color: #c00 !important;
    width: 100% !important;
    justify-content: flex-end !important; }
  .moby .mobile-logo {
    max-width: 360px;
    display: block;
    padding: 30px 15px;
    transition: all 0.5s ease;
    width: 100%; }
    .moby .mobile-logo:hover {
      opacity: 0.5; }

body.home .article-comments-count, body.blog .article-comments-count, body.archive .article-comments-count {
  display: inline-block;
  padding-left: 10px; }

body.home .content-wrapper {
  padding: 0 15px 15px 15px; }
body.home #div-gpt-destructoid-homepage_video_unit {
  padding-top: 15px; }
  body.home #div-gpt-destructoid-homepage_video_unit a {
    color: #c00;
    margin-top: 10px;
    display: block; }

header.site-header .site-branding .logo-large {
  display: none; }
  @media (min-width: 992px) {
    header.site-header .site-branding .logo-large {
      display: block;
      width: 611px;
      height: 104px; } }
header.site-header .site-branding .logo-small {
  display: block;
  width: 100px;
  height: 100px; }
  @media (min-width: 992px) {
    header.site-header .site-branding .logo-small {
      display: none; } }
header.site-header .dark-mode-text {
  margin-bottom: 0;
  color: #c00; }
header.site-header .header-toggle {
  position: absolute;
  top: 10px;
  right: 10px; }
header.site-header .mobile-button {
  display: block; }
  @media (min-width: 768px) {
    header.site-header .mobile-button {
      display: none; } }
  header.site-header .mobile-button button {
    text-transform: uppercase;
    font-weight: 600;
    background: #f71817;
    background: linear-gradient(90deg, #f71817 0%, #9ae035 100%);
    color: #000000;
    border: none;
    padding: 10px; }
header.site-header .site-header-inner {
  background-color: #222222;
  padding: 15px;
  position: relative; }
  header.site-header .site-header-inner .site-branding img {
    transition: all 0.5s ease; }
  header.site-header .site-header-inner .site-branding:hover img {
    opacity: 0.5; }
header.site-header .header-account-elements a {
  color: #8cdd2d; }
  header.site-header .header-account-elements a.icon {
    font-size: 48px;
    color: grey;
    position: relative;
    top: 10px; }
header.site-header .header-search-panel {
  padding: 15px;
  background-color: #222222; }
  header.site-header .header-search-panel input[type="search"], header.site-header .header-search-panel label {
    display: block;
    width: 100%; }
  header.site-header .header-search-panel input[type="submit"] {
    line-height: 3px;
    height: 36px;
    background-color: #c00;
    border: none;
    border-radius: 0;
    color: #ffffff; }
  header.site-header .header-search-panel input[type="search"] {
    padding: 5px;
    border: none;
    border-radius: 0;
    height: 36px; }
  header.site-header .header-search-panel form {
    display: flex; }
  header.site-header .header-search-panel table {
    margin: 0 !important; }
  header.site-header .header-search-panel .gsc-search-box table {
    margin: 0 !important; }
  header.site-header .header-search-panel td.gsib_a {
    padding: 5px !important; }

.wgs_wrapper, .gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-family: 'Titillium Web', sans-serif !important; }

.gsc-cursor-box .gsc-cursor-page {
  padding: 7px 16px !important;
  background-color: #000000 !important;
  font-size: 17px !important; }
  .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #8cdd2d !important; }

.gsc-above-wrapper-area-container {
  margin: 0 !important; }

nav#site-navigation {
  padding-top: 15px;
  display: none; }
  @media (min-width: 768px) {
    nav#site-navigation {
      display: block; } }
  nav#site-navigation ul li {
    margin: 0 15px; }
    nav#site-navigation ul li:first-child {
      margin-left: 0; }
    nav#site-navigation ul li:last-child {
      margin-right: 0; }
    nav#site-navigation ul li a {
      text-transform: uppercase;
      color: #ffffff; }
    nav#site-navigation ul li ul.sub-menu {
      background-color: #c00;
      display: inline-block;
      max-width: 150px; }
      nav#site-navigation ul li ul.sub-menu li {
        margin: 0;
        border-bottom: 1px solid #333333; }
        nav#site-navigation ul li ul.sub-menu li:last-child {
          border-bottom: none; }
        nav#site-navigation ul li ul.sub-menu li a {
          font-size: 13px;
          text-shadow: 3px 2px 4px #000000;
          padding: 4px 10px;
          color: #ffffff;
          text-transform: capitalize; }

.content-wrapper {
  transition: background-color 0.5s ease;
  background-color: #ffffff;
  padding: 15px; }

.eg-ad {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  transition: background-color 0.5s ease;
  background-color: #ffffff; }
  .eg-ad.header {
    padding: 15px 0; }
  .eg-ad .abc-123-def.wide {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .eg-ad .abc-123-def.wide {
        min-height: 150px; }
        .eg-ad .abc-123-def.wide::before {
          height: 150px !important;
          max-height: 90px !important;
          max-width: 728px !important; } }
    .eg-ad .abc-123-def.wide::before {
      height: 150px;
      max-height: 90px;
      max-width: 442px;
      position: absolute;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 100%;
      z-index: 0;
      color: #333333; }
    .eg-ad .abc-123-def.wide > div {
      position: relative;
      z-index: 10; }
  .eg-ad .abc-123-def.sidebar {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .eg-ad .abc-123-def.sidebar::before {
      position: absolute;
      text-align: center;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 250px;
      margin: 0 auto;
      width: 100%;
      max-width: 300px;
      z-index: 0;
      color: #333333; }
    .eg-ad .abc-123-def.sidebar > div {
      position: relative;
      z-index: 10; }
  .eg-ad.site-skin {
    height: 0; }

.custom-sidebar {
  margin-top: 15px; }

.widget_top-posts h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25; }

article.article-default {
  padding: 15px 0;
  border-bottom: 1px solid #929292; }
  @media (min-width: 768px) {
    article.article-default {
      padding: 30px 0; } }
  article.article-default p {
    color: #929292;
    margin-bottom: 10px; }
  article.article-default .link-whole {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  article.article-default .post-title {
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    transition: color 0.5s ease; }
    @media (min-width: 768px) {
      article.article-default .post-title {
        font-size: 26px;
        line-height: 32px; } }
    article.article-default .post-title:hover {
      color: #ff0000; }
  article.article-default .article-thumb {
    position: relative;
    padding-right: 15px; }
    article.article-default .article-thumb img {
      max-width: none;
      width: 125px;
      height: 125px;
      opacity: 1;
      transition: opacity 0.5s ease; }
      @media (min-width: 768px) {
        article.article-default .article-thumb img {
          width: 150px;
          height: 150px; } }
      article.article-default .article-thumb img:hover {
        opacity: 0.25; }
    article.article-default .article-thumb.review {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      min-width: 125px;
      min-height: 125px;
      margin-right: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 0; }
      @media (min-width: 768px) {
        article.article-default .article-thumb.review {
          width: 150px;
          height: 150px; } }
  article.article-default .post-excerpt {
    display: none; }
    @media (min-width: 768px) {
      article.article-default .post-excerpt {
        display: block; } }

.post, .page {
  margin: 0;
  padding: 0; }

body.home .post-data, body.archive .post-data, body.search .post-data, body.blog .post-data {
  font-size: 12px;
  color: #929292; }
  body.home .post-data a, body.archive .post-data a, body.search .post-data a, body.blog .post-data a {
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    transition: color 0.5s ease; }
    body.home .post-data a:hover, body.archive .post-data a:hover, body.search .post-data a:hover, body.blog .post-data a:hover {
      color: #c00; }
  body.home .post-data .posted-on, body.archive .post-data .posted-on, body.search .post-data .posted-on, body.blog .post-data .posted-on {
    padding-left: 10px; }
  body.home .post-data .comments-on, body.archive .post-data .comments-on, body.search .post-data .comments-on, body.blog .post-data .comments-on {
    padding-left: 10px; }

body.single youtube iframe {
  width: 100% !important; }
body.single .brid {
  width: 100% !important; }
@media (min-width: 992px) {
  body.single .post-navigation {
    padding-right: 30px; } }
body.single .post-navigation .nav-links {
  justify-content: space-between;
  align-items: center; }
body.single .post-navigation .nav-previous, body.single .post-navigation .nav-next {
  border: 3px solid #8cdd2d;
  background: #ffffff;
  width: 48%;
  flex: none;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  body.single .post-navigation .nav-previous a, body.single .post-navigation .nav-next a {
    padding: 15px;
    color: #444444;
    display: block;
    font-size: 18px;
    transition: color 0.5s ease; }
    body.single .post-navigation .nav-previous a:hover, body.single .post-navigation .nav-next a:hover {
      color: #c00; }
@media (min-width: 768px) {
  body.single .post-data {
    padding-bottom: 15px; } }
body.single .post-data a {
  font-weight: bold;
  color: #c00; }
body.single .article-comments-count {
  background-color: #c00;
  color: #ffffff;
  padding: 10px;
  border-radius: 3px;
  font-size: 20px; }
  body.single .article-comments-count a {
    color: #ffffff; }
  body.single .article-comments-count i {
    color: #ffffff;
    margin-right: 5px; }
  body.single .article-comments-count .icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.custom-post-navigation {
  padding-top: 15px; }
  .custom-post-navigation .nav-links {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px; }
    .custom-post-navigation .nav-links .page-numbers {
      position: relative;
      top: 5px;
      padding: 5px 10px;
      color: #333333;
      border: 1px solid #333333; }
      .custom-post-navigation .nav-links .page-numbers.current {
        font-weight: 600;
        color: #c00; }
    .custom-post-navigation .nav-links .prev {
      float: left;
      top: 0;
      border: none; }
    .custom-post-navigation .nav-links .next {
      float: right;
      top: 0;
      border: none; }
  .custom-post-navigation .prev.page-numbers, .custom-post-navigation .next.page-numbers {
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: #c00;
    color: #ffffff;
    transition: all 0.5s ease; }
    .custom-post-navigation .prev.page-numbers:hover, .custom-post-navigation .next.page-numbers:hover {
      background-color: #333333; }

.popular-posts ul.dsq-widget-list {
  padding: 0;
  margin: 0; }
  .popular-posts ul.dsq-widget-list li {
    margin: 30px 0; }
    .popular-posts ul.dsq-widget-list li a {
      font-size: 18px;
      color: #c00; }

main {
  transition: background-color 0.5s ease;
  background-color: #ffffff;
  padding: 0 15px 15px 15px; }
  main h1.entry-title {
    margin: 0;
    padding: 15px 0;
    font-weight: 600;
    color: #000000; }
  main a h1.entry-title:hover {
    text-decoration: underline; }

.swiper-container {
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-button-prev {
    color: #ffffff;
    left: 15px;
    right: auto; }
    @media (min-width: 992px) {
      .swiper-container .swiper-button-prev {
        left: 30px; } }
  .swiper-container .swiper-button-next {
    color: #ffffff;
    right: 15px;
    left: auto; }
    @media (min-width: 992px) {
      .swiper-container .swiper-button-next {
        right: 30px; } }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.review-summary-box {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 30px; }
  .review-summary-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
  .review-summary-box .max-score-wrapper {
    position: relative;
    bottom: 40px; }
  .review-summary-box .review-score {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .review-summary-box .review-score h3 {
      font-weight: bold; }
  .review-summary-box .review-content {
    padding: 120px 30px 120px 30px;
    position: relative;
    text-align: center; }
    .review-summary-box .review-content .review-title {
      font-style: italic;
      font-size: 32px;
      margin: 0;
      position: relative;
      font-weight: 600;
      text-transform: uppercase; }
      .review-summary-box .review-content .review-title::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin: 0 auto;
        background: #ffffff; }
    .review-summary-box .review-content .review-text {
      font-style: italic;
      margin: 0 auto;
      font-size: 15px;
      padding-top: 10px; }
    .review-summary-box .review-content .review-score-link a {
      font-weight: bold;
      color: #cc1f1f; }

.related-reviews .related-reviews-title {
  font-size: 24px;
  padding-top: 30px;
  margin-bottom: 15px; }
.related-reviews .related-review-box {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 90px 30px 90px 30px; }
  .related-reviews .related-review-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); }
  .related-reviews .related-review-box p {
    margin: 0;
    font-size: 24px;
    position: relative;
    text-align: center; }
    .related-reviews .related-review-box p a {
      color: #ffffff; }

.hexagon {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 57.735px;
  background: #c00;
  margin: 0 auto;
  color: #333333;
  line-height: 56px;
  font-size: 40px;
  text-align: center;
  font-weight: bold; }
  .hexagon.dark {
    background: rgba(0, 0, 0, 0.65); }
    .hexagon.dark::before {
      border-bottom: 28.8675px solid rgba(0, 0, 0, 0.65); }
    .hexagon.dark::after {
      border-top: 28.8675px solid rgba(0, 0, 0, 0.65); }
  .hexagon::before {
    content: "";
    position: absolute;
    top: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 28.8675px solid #c00; }
  .hexagon::after {
    content: "";
    position: absolute;
    bottom: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 28.8675px solid #c00; }
  .hexagon.green {
    background-color: #96c941; }
    .hexagon.green::before {
      border-bottom-color: #96c941; }
    .hexagon.green::after {
      border-top-color: #96c941; }
  .hexagon.yellow {
    background-color: #cebd3c; }
    .hexagon.yellow::before {
      border-bottom-color: #cebd3c; }
    .hexagon.yellow::after {
      border-top-color: #cebd3c; }
  .hexagon.red {
    background-color: #c00; }
    .hexagon.red::before {
      border-bottom-color: #c00; }
    .hexagon.red::after {
      border-top-color: #c00; }

.slide-content {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 175px 0; }
  .slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1; }
  .slide-content .review-content {
    position: relative;
    z-index: 5;
    color: #ffffff;
    padding: 0 30px; }
    @media (min-width: 992px) {
      .slide-content .review-content {
        padding: 0; } }
    .slide-content .review-content a {
      color: #ffffff; }
  .slide-content h2.review-title {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    padding-top: 60px; }

.top-sidebar-wrapper .top-social-email {
  padding-top: 10px; }
  .top-sidebar-wrapper .top-social-email p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #c00;
    padding-bottom: 10px; }
    .top-sidebar-wrapper .top-social-email p a {
      color: #c00;
      font-weight: 400; }
.top-sidebar-wrapper .top-sidebar-socials {
  padding: 0 15px; }
  .top-sidebar-wrapper .top-sidebar-socials i {
    font-size: 24px; }
  .top-sidebar-wrapper .top-sidebar-socials a {
    color: #c00; }

.max-score-wrapper {
  position: relative; }
  .max-score-wrapper h3 {
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 34px;
    text-align: center;
    color: #ffffff;
    font-size: 40px; }
  .max-score-wrapper img {
    width: 120px !important;
    height: 120px; }

.latest-reviews-sidebar-wrapper {
  position: relative;
  display: none; }
  @media (min-width: 992px) {
    .latest-reviews-sidebar-wrapper {
      display: block; } }
  .latest-reviews-sidebar-wrapper .review-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #929292; }
    .latest-reviews-sidebar-wrapper .review-item a {
      color: #333333;
      transition: color 0.5s ease; }
      .latest-reviews-sidebar-wrapper .review-item a:hover {
        color: #c00; }
    .latest-reviews-sidebar-wrapper .review-item a.overlay-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 85px;
      height: 100%; }
    .latest-reviews-sidebar-wrapper .review-item .title-wrapper {
      max-width: 215px; }
    .latest-reviews-sidebar-wrapper .review-item p.review-title {
      font-size: 18px;
      margin: 0;
      font-weight: 600;
      line-height: 1.25;
      padding-bottom: 5px; }
    .latest-reviews-sidebar-wrapper .review-item p.review-author {
      font-size: 14px;
      margin: 0;
      font-weight: 400; }
    .latest-reviews-sidebar-wrapper .review-item .review-score h3 {
      font-weight: bold; }
    .latest-reviews-sidebar-wrapper .review-item .max-score-wrapper {
      position: relative; }
      .latest-reviews-sidebar-wrapper .review-item .max-score-wrapper h3 {
        position: absolute;
        width: 100%;
        top: 27px;
        line-height: 44px;
        text-align: center;
        color: #ffffff !important; }
      .latest-reviews-sidebar-wrapper .review-item .max-score-wrapper img {
        width: 84px !important;
        height: 100px; }
  .latest-reviews-sidebar-wrapper .hexagon-small {
    position: relative;
    width: 75px;
    height: 43.30px;
    background-color: #333333;
    margin: 21.65px 0; }
    .latest-reviews-sidebar-wrapper .hexagon-small::before {
      content: "";
      position: absolute;
      width: 0;
      border-left: 37.5px solid transparent;
      border-right: 37.5px solid transparent;
      bottom: 100%;
      border-bottom: 21.65px solid #333333; }
    .latest-reviews-sidebar-wrapper .hexagon-small::after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 37.5px solid transparent;
      border-right: 37.5px solid transparent;
      top: 100%;
      border-top: 21.65px solid #333333; }
    .latest-reviews-sidebar-wrapper .hexagon-small h3 {
      text-align: center;
      line-height: 44px;
      color: #ffffff; }
    .latest-reviews-sidebar-wrapper .hexagon-small.green {
      background-color: #96c941; }
      .latest-reviews-sidebar-wrapper .hexagon-small.green::before {
        border-bottom-color: #96c941; }
      .latest-reviews-sidebar-wrapper .hexagon-small.green::after {
        border-top-color: #96c941; }
    .latest-reviews-sidebar-wrapper .hexagon-small.yellow {
      background-color: #cebd3c; }
      .latest-reviews-sidebar-wrapper .hexagon-small.yellow::before {
        border-bottom-color: #cebd3c; }
      .latest-reviews-sidebar-wrapper .hexagon-small.yellow::after {
        border-top-color: #cebd3c; }
    .latest-reviews-sidebar-wrapper .hexagon-small.red {
      background-color: #c00; }
      .latest-reviews-sidebar-wrapper .hexagon-small.red::before {
        border-bottom-color: #c00; }
      .latest-reviews-sidebar-wrapper .hexagon-small.red::after {
        border-top-color: #c00; }
  .latest-reviews-sidebar-wrapper .reviews-sidebar-title p {
    font-size: 20px;
    color: #c00;
    font-weight: 600;
    margin: 0; }

body .all-news-sidebar-button {
  display: none; }
  @media (min-width: 992px) {
    body .all-news-sidebar-button {
      display: block; } }

body.single .entry-meta {
  padding-bottom: 15px; }
  body.single .entry-meta span.author a {
    color: #c00;
    font-weight: 600; }
  body.single .entry-meta .posted-on time {
    font-weight: 600;
    color: #333333; }
body.single .entry-header h1.entry-title {
  padding-top: 0; }
body.single .entry-content {
  font-size: 18px !important; }
  @media (min-width: 992px) {
    body.single .entry-content {
      padding-right: 30px; } }
  body.single .entry-content p {
    margin-bottom: 15px;
    line-height: 1.65; }
  body.single .entry-content a {
    color: #c00;
    font-weight: 600; }
  body.single .entry-content ul, body.single .entry-content ol {
    margin-left: 0;
    margin-bottom: 15px; }
body.single .post-tags {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #929292;
  font-weight: 600;
  width: 100%; }
  @media (min-width: 992px) {
    body.single .post-tags {
      width: calc(100% - 30px); } }
  body.single .post-tags a {
    color: #c00;
    display: inline-block; }
body.single .author-box {
  margin-bottom: 30px;
  padding: 15px;
  border: 3px solid #c00; }
  body.single .author-box .author-image img {
    max-width: none; }
  body.single .author-box .author-name {
    font-size: 26px;
    font-weight: 600; }
body.single #disqus_thread a {
  color: #c00; }

body.page .entry-content {
  font-size: 18px !important; }
  body.page .entry-content p {
    margin-bottom: 15px;
    line-height: 1.65; }
  body.page .entry-content a {
    color: #c00;
    font-weight: 600; }
  body.page .entry-content ul {
    margin-left: 0;
    margin-bottom: 15px; }

footer.site-footer {
  padding: 30px;
  position: relative;
  background: #ffffff;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    footer.site-footer {
      width: 1110px; } }
  footer.site-footer .footer-links a {
    font-weight: 600;
    margin: 0 25px;
    color: #9d9d9d; }
    @media (min-width: 768px) {
      footer.site-footer .footer-links a {
        margin: 0 15px; } }

/*# sourceMappingURL=custom.css.map */
