@charset "UTF-8";
/***!  /templates/gk_reporter/custom.css  !***/

/* Make site wider */
body .container,
body .gkMain,
body .gkContentWrap,
body #gkMainbody {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box;
}

body.frontpage .btn {
  background-color: #212529 !important;
  padding: 0.375rem 0.75rem !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  border-radius: 0.25rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  border: none !important;
}

.geek-search-wrapper .filter-list select {
    max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .geek-search-wrapper .search-results .result-item .img-intro {
        width: 100% !important;
    }

    .geek-search-wrapper .search-results.show-img .result-item .item-info {
        margin-left: 0 !important;
    }
}

