/**
* Welcome banner changes
*/
.WelcomeHero {
  color: #fff;
  background: url(https://cdn.casfans.co.uk/banner.jpg) no-repeat;
  background-size: cover;
}

.WelcomeHero h2 {
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.Hero-close {
  display: none;
}

/**
* Discussion items
*/
.DiscussionList-discussions > li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

@media (min-width: 768px) {
  .no-touch .Post-actions {
    opacity: 1;
  }
}

/**
* Tags
*/

.TagTile {
  margin-bottom: 5px;
  background: none!important;
}

.TagTile-info {
  background: #eee;
  margin: 5px;
}

.TagTile.colored,
.TagTile.colored a,
.TagTile.colored .TagTile-description {
  color: #000;
}

.TagTile.colored .TagTile-lastPostedDiscussion {
  color: #fff;
}

.TagTile-lastPostedDiscussion {
  background: #9BBB70;
  margin: 0 5px;
  padding: 10px;
}

/**
* Widgets
*/

.AfruxWidgets-Widget-title {
  margin-bottom: 0;
  color: #808080;
  background: #e1e1e1;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .AfruxWidgets-bottomWidgetSection {
    flex-direction: column;
    -webkit-mask-image: none;
  }
}

/**
* Site Footer
*/
.site-footer {
  color: #fff;
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 2em;
  border-top: 2px solid #FF5722;
}
