.text-primary {
  color: #007bff !important;
}
.text-success {
  color: #28a745 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
/*
.syndicated-post {
    display:inline-block;
    vertical-align: top;
    max-height: 110px;
    margin-bottom: 5px;
}*/
/* todo: should be extracted into a stylesheet, I had issues when using a Hook in SyndicatedPosts class to enqueue the stylesheet, so I added it here for now */
.syndicated-post-wrapper {
  width: 100%;
}
.td_block_text_with_title .syndicated-post img {
  margin-bottom: 0 !important;
}
.syndicated-post {
  height: 96px;
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}
.syndicated-post .td-image-wrap {
  max-height: inherit;
}
.syndicated-post .entry-thumb {
  width: 100px;
  height: 70px;
}
.syndicated-post .td-module-meta-info {
  min-height: 15px;
}
.syndicated-post .entry-title {
  font-size: 14px;
  line-height: 20px;
}
.syndicated-post a.item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.syndicated-post .item-details .entry-title:first-child {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  /* this is the fix for the Website title so it only spans 1 line at most */
  overflow: hidden !important;
  line-height: 1.3rem;
  max-height: 1.3rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.syndicated-post .item-details .entry-title:nth-child(2) {
  /* this is the fix for the post title so it only spans 3 lines at most */
  overflow: hidden !important;
  line-height: 1.3rem;
  max-height: 3.9rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (max-width: 800px) {
  .syndicated-post {
    width: 100% !important;
    height: auto;
  }
}
/*# sourceMappingURL=utility.css.map */