/*
Theme Name: BCB 2015
Theme URI: http://biengenato.com.au
Author: Bien Genato
Description: Custom theme for BCBTRI
Version: 1.0
*/

.schedule. article.col-sm-4:nth-child(3n+1) {
    clear: both;
}

a.sponsor-logo img {
    max-height: 110px;
    margin: 0 auto;
    padding-top: 20px;
}

.results-content.archive {
 text-align: left;

}

.btn-solid.btn-primary {
 color: white;
 background:#ec2e20;
}
.btn-solid.btn-primary:hover {
opacity:.8;
transition: opacity .2s;
}

  .results-content.archive img {
    max-width: 100%;
    height: auto;
  }

@media (min-width: 768px) {
.results-content.archive img {
 max-width: 60%;
}
}