/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wpf-container {
  display: flex;
  height: 100%; }

.wpf-filters {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  color: #717171;
  font-size: 0.85rem; }

.wpf-filters input[type=checkbox] {
  outline: 2px solid #000; }

.wpf-filters .wpf-filter-title {
  font-size: 32px;
  letter-spacing: 1.93px;
  color: #003F87;
  border-bottom: 3px solid #B9D086;
  margin-bottom: 25px;
  font-family: "mongoose",sans-serif;
  font-weight: bold; }

.wpf-filters .wpf-filter-name {
  display: inherit;
  color: #0b1c29;
  font-weight: 600;
  margin: 5px 0 12px 0; }

.wpf-content {
  padding-left: 20px;
  flex: 10; }

.wpf-content .wpf-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  padding-top: 25px; }

.wpf-content .wpf-content-title {
  font-size: 32px;
  letter-spacing: 1.93px;
  color: #003F87;
  border-bottom: 3px solid #B9D086;
  margin-bottom: 25px;
  font-family: "mongoose",sans-serif;
  font-weight: bold;
  padding-bottom: 5px; }

.wpf-content article {
  width: 250px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 15px 20px 0;
  text-align: left;
  color: #717171;
  position: relative;
  min-height: 375px; }

.wpf-content h5 {
  text-transform: uppercase;
  color: #0b1c29;
  margin-top: 10px; }

.wpf-content article img {
  width: 100%;
  height: 10rem;
  display: block;
  cursor: pointer; }

.wpf-content article .post-content {
  margin-bottom: 20px; }

.wpf-content .wpf-footer a {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

.modal-header {
  border-bottom: none; }

#wpf-modal .wpf-gallery {
  text-align: center; }

#wpf-modal .wpf-gallery img {
  margin: 0 5px 10px 0; }

#wpf-modal a#event-url {
  color: #fff; }

.modal-header h5 {
  text-transform: uppercase;
  border-bottom: 3px solid #b9cf86; }

.modal {
  z-index: 999999; }

.modal-content {
  padding: 10px; }

.modal-body .wpf-description {
  margin-bottom: 15px; }

.modal-footer {
  justify-content: center;
  border-top: none; }

/* Media Queries */
@media only screen and (max-width: 782px) {
  .wpf-container {
    flex-direction: column; }
  .wpf-content article {
    width: 225px; } }

@media only screen and (max-width: 738px) {
  .wpf-container {
    flex-direction: column; }
  .wpf-content article {
    width: 300px; }
  .wpf-content article img {
    height: 12rem; } }

@media only screen and (max-width: 648px) {
  .wpf-container {
    flex-direction: column; }
  .wpf-content article {
    width: 350px; }
  .wpf-content article img {
    height: 14rem; } }

@media only screen and (max-width: 375px) {
  .wpf-container {
    flex-direction: column; }
  .wpf-content article {
    width: 100%; }
  .wpf-content article img {
    height: 14rem; } }
