/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.card-category a {
  color: #777777;
}
@media (min-width: 300px) {
  .ds-sm-column-1 {
    width: 8.33333333%;
  }
  .ds-sm-column-2 {
    width: 16.66666667%;
  }
  .ds-sm-column-3 {
    width: 25%;
  }
  .ds-sm-column-4 {
    width: 33.33333333%;
  }
  .ds-sm-column-5 {
    width: 41.66666667%;
  }
  .ds-sm-column-6 {
    width: 50%;
  }
  .ds-sm-column-7 {
    width: 58.33333333%;
  }
  .ds-sm-column-8 {
    width: 66.66666667%;
  }
  .ds-sm-column-9 {
    width: 75%;
  }
  .ds-sm-column-10 {
    width: 83.33333333%;
  }
  .ds-sm-column-11 {
    width: 91.66666667%;
  }
  .ds-sm-column-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ds-tb-column-1 {
    width: 8.33333333%;
  }
  .ds-tb-column-2 {
    width: 16.66666667%;
  }
  .ds-tb-column-3 {
    width: 25%;
  }
  .ds-tb-column-4 {
    width: 33.33333333%;
  }
  .ds-tb-column-5 {
    width: 41.66666667%;
  }
  .ds-tb-column-6 {
    width: 50%;
  }
  .ds-tb-column-7 {
    width: 58.33333333%;
  }
  .ds-tb-column-8 {
    width: 66.66666667%;
  }
  .ds-tb-column-9 {
    width: 75%;
  }
  .ds-tb-column-10 {
    width: 83.33333333%;
  }
  .ds-tb-column-11 {
    width: 91.66666667%;
  }
  .ds-tb-column-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ds-column-1 {
    width: 8.33333333%;
  }
  .ds-column-2 {
    width: 16.66666667%;
  }
  .ds-column-3 {
    width: 25%;
  }
  .ds-column-4 {
    width: 33.33333333%;
  }
  .ds-column-5 {
    width: 41.66666667%;
  }
  .ds-column-6 {
    width: 50%;
  }
  .ds-column-7 {
    width: 58.33333333%;
  }
  .ds-column-8 {
    width: 66.66666667%;
  }
  .ds-column-9 {
    width: 75%;
  }
  .ds-column-10 {
    width: 83.33333333%;
  }
  .ds-column-11 {
    width: 91.66666667%;
  }
  .ds-column-12 {
    width: 100%;
  }
}
.card-category {
  margin-bottom: 0.5em;
}
.ds-box-container {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
}
.ds-search-results {
  height: 0;
  z-index: 100;
  background: #eeeeee;
  overflow-y: scroll;
}
.ds-list-group {
  list-style: none;
  padding-left: 0;
}
.ds-list-group li {
  padding: 0.5em;
  border-bottom: 1px solid #5555;
}
.ds-list-group p {
  margin-bottom: 0;
}
.ds-box {
  position: relative;
}
.ds-box h1,
.ds-box h2,
.ds-box h3,
.ds-box h4,
.ds-box h5,
.ds-box h6 {
  margin-bottom: 0.5em !important;
  margin-top: 0 !important;
}
.ds-box .cover {
  object-fit: cover;
  object-position: center;
  background: #eee;
  margin-bottom: 0.5em;
  height: auto;
}
.ds-box .card {
  margin: 1em;
  margin-bottom: 2em;
}
.ds-box .card-horizontal {
  display: flex;
  flex-direction: row;
}
.ds-box .card-horizontal .card-body {
  margin-left: 1em;
}
/*# sourceMappingURL=ds_wp_widgets-public.css.map */