/**
 * Copyright (C) 2021  Eoin Flood
 */
@import 'https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css';
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  max-width: 1040px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

p a:link {
  color: red;
}
p a:visited {
  color: green;
}
p a:hover {
  color: hotpink;
}
p a:active {
  color: blue;
}

@media (min-width: 1040px) {
  #colophon .widget-area {
    height: auto !important;
    display: flex;
    justify-content: space-between;
  }
  #colophon .widget-area::before, #colophon .widget-area::after {
    display: none;
  }
  #colophon .widget-area aside {
    position: static !important;
    float: none;
    width: auto;
    margin: 0;
  }
}
.widget #bbp_search_submit {
  margin-top: 1em;
}

.widget_display_stats dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-left: 0;
}
.widget_display_stats dl dd {
  margin: 0 0 0 1em;
}
.widget_display_stats dl > :last-of-type {
  display: none;
}/*# sourceMappingURL=frontend-course-providers.css.map */