@charset "utf-8";
/****************************************************
Theme Name: GamesEvery
Theme URI: https://gamesevery.com/gamesevery/
Description: original theme
Version: 1.0.1
Author: Yousuke
Author URI: https://gamesevery.com/

License: GNU General Public License
License URI: licence.txt
*****************************************************/

/*
 * Style tweaks
 * --------------------------------------------------
 */

body {
  padding-top: 70px;
}

footer {
  padding: 30px 0;
}

.list-group {
  margin-bottom: 0;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-toggle-left {
  float: left;
  margin-left: 10px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .js-hiraku-offcanvas {
    display: block;
    position: static;
    background: none;
  }

  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    position: static;
    margin-left: 0;
    width:auto;
  }
}

/*
 * Search Form
 * --------------------------------------------------
 */
#searchform {
  display: flex;
  gap: 5px;
  align-items: center;
}

#searchform input[type="text"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  height: 38px;
}

#searchform button[type="submit"] {
  padding: 8px 16px;
  background-color: #337ab7;
  color: white;
  border: 1px solid #2e6da4;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 38px;
  white-space: nowrap;
  min-width: 80px;
}

#searchform button[type="submit"]:hover {
  background-color: #286090;
  border-color: #204d74;
}

@media (max-width: 767px) {
  #searchform {
    flex-direction: row;
    width: 100%;
  }
  
  #searchform input[type="text"] {
    min-width: 150px;
  }
  
  #searchform button[type="submit"] {
    min-width: 70px;
    padding: 8px 12px;
  }
}

/*
 * Heading Styles
 * --------------------------------------------------
 */
h2 {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
}

h2.sidebar_widget_d,
h2.sidebar_widget_top {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 15px;
  margin-top: 20px;
  border-bottom: 2px solid #7CB342;
  padding-bottom: 5px;
}

/* Content area h2 tags */
.panel-body h2 {
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
}

/* Search results h2 */
.search-results h2 {
  color: white;
  font-weight: bold;
}

