/*
 Theme Name:   MyArcadeTheme Child
 Theme URI:    http://myarcadeplugin.com
 Description:  MyArcadeTheme Theme
 Author:       Daniel Bakovic
 Author URI:   http://myarcadeplugin.com
 Template:     myarcadetheme
 Version:      1.0.0
*/

.widget_mabp_most_played ul>li,
.widget_mabp_most_rated ul>li,
.widget_mabp_random_games ul>li {
  width: 100px;
  height: 100px;
  float: left;
}

.widget_mabp_most_played [class*="gmcn-smal-3"],
.widget_mabp_most_rated [class*="gmcn-smal-3"],
.widget_mabp_random_games [class*="gmcn-smal-3"] {
  padding: 0;
  background-color: transparent;
  height: 100px;
}

.widget_mabp_most_played [class*="gmcn-smal-3"] .gm-imag,
.widget_mabp_most_rated [class*="gmcn-smal-3"] .gm-imag,
.widget_mabp_random_games [class*="gmcn-smal-3"] .gm-imag {
  left: auto;
  top: auto;
  width: 60px;
  height: 60px;
  margin: auto;
  position: inherit;
}

.widget_mabp_most_played .gm-titl,
.widget_mabp_most_rated .gm-titl,
.widget_mabp_random_games .gm-titl {
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
  ul.menu-top li.menu-item {
    display: none;
  }
}