.single-vegashero_games .left-column {
  padding-right: 15px;
}

#show-demo {
  display: none;
  width: 100%;
}

.vegashero_games .slots-game-demo {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
}

.vegashero_games .slots-game-demo .featured-img {
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  filter: brightness(30%);
}

.vegashero_games .slots-game-demo-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.vegashero_games .slots-game-demo-buttons a {
  min-width: 250px;
  margin-top: 15px;
  font-size: 20px;
  padding: 16px 20px;
  border: 1px solid;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 5%);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  font-weight: 700;
  background: #660000;
  border-color: #660000;
  color: #fff;
}

.single .vegashero_games .slots-game-demo {
  margin: 15px 0 0;
}

.single-vegashero_games .sidebar {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.single-vegashero_games .sidebar .widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 10px;
  padding: 15px !important;
  background: #FFF;
  margin: 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.single-vegashero_games .sidebar .widget .field {
  margin: 0 0 10px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.single-vegashero_games .sidebar .widget .field span {
  display: block;
  text-align: justify;
}

.single-vegashero_games .sidebar .widget .field .title {
  font-weight: bold;
}

.single-vegashero_games .sidebar .widget .field .green {
  color: #388E3C;
}

.single-vegashero_games .sidebar .widget .field .red {
  color: #D32F2F;
}

.single-vegashero_games .video-wrapper {
  margin: 15px 0 0;
}

.single-vegashero_games .reviews {
  margin: 15px 0 0;
}
.single-vegashero_games .sidebar .widget
.single-vegashero_games .top-casino-wrap {
  border: 1px solid #FFCA28;
  background: #FFFDE7;
}

.single-vegashero_games .top-casino-wrap .top-casino-item .terms-value {
  margin-bottom: 0;
}

.single-vegashero_games .top-casino.shortcode {
  margin: 20px 0 15px 0;
  padding: 0 15px 0;
}

.single-vegashero_games .other-casinos-wrap {
  padding: 0;
  box-shadow: 0;
  background: transparent;
}

.single-vegashero_games .top-casino.shortcode.other-casinos-list {
  margin: 0;
}

.single-vegashero_games .other-casinos-wrapper .more-casinos.initial {
  margin: -1px 0 0;
}

.single-vegashero_games .testimonial_group .testimonial {
  width: 100%;
}

.single-vegashero_games .post-description {
  margin: 20px auto 10px;
}
@media screen and (max-width: 990px) {
  .slots-game-demo {
    margin-left: 15px;
    margin-right: 15px;
  }
  .single-vegashero_games .sidebar .widget .field{
    width: 33.3%;
    font-size: 1.5rem;
    display: flex;
    vertical-align: top;
    flex-direction: column;
  }
  .single-vegashero_games .sidebar .widget .widget-title {
    width: 100%;
    text-align: center;
    font-size: 35px;
    padding-bottom: 10px;
  }
  .single-vegashero_games .sidebar .widget {
    justify-content: unset;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .single-vegashero_games .more-casinos {
    margin: 0 15px!important;
  }
}

/* Popular Slots widget */

.sidebar .widget_popular_slots_widget .widget-title {
  text-align: center;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0;
}

.sidebar .popular-slots-widget,
.sidebar .new-slots-widget {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sidebar .popular-slots-widget li,
.sidebar .new-slots-widget li {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  width: calc(50% - 7.5px);
}

.sidebar .popular-slots-widget li .image,
.sidebar .new-slots-widget li .image {
  height: 100%;
}

.sidebar .popular-slots-widget li .image img,
.sidebar .new-slots-widget li .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sidebar .popular-slots-widget li:last-child,
.sidebar .popular-slots-widget li:nth-last-child(2),
.sidebar .new-slots-widget li:last-child,
.sidebar .new-slots-widget li:nth-last-child(2) {
  margin: 0;
}
