body {
  position: relative;
}

.tribute-container {
  border-radius: 0.375rem;
}

/* blogs-wrapper-thumbnail-image */
.blogs-wrapper-thumbnail-image a,
.blogs-wrapper-thumbnail-image img,
.blogs-wrapper-thumbnail-image {
  position: relative;
  width: 200px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* widget-name="blog_post_author" */
[widget-name=blog_post_author] .post-author-row {
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
[widget-name=blog_post_author] .post-author-image {
  width: 50px;
  height: 50px;
}
[widget-name=blog_post_author] .post-author-name {
  margin-top: 3px;
}
[widget-name=blog_post_author] .post-author-date {
  color: #6c757d;
}

/* blog_post_featured */
[widget-name=blog_post_featured] .card {
  align-items: stretch;
}
[widget-name=blog_post_featured] .card-link {
  display: block;
  margin-bottom: 0.375rem;
}
[widget-name=blog_post_featured] .card-link:after {
  content: "";
  display: block;
  width: 90%;
  height: 0px;
  margin: 0 auto;
  box-shadow: 0 0 24px 5px #343a40;
  transition: all 0.3s linear;
}
[widget-name=blog_post_featured] .card-link:hover:after {
  width: 40%;
  box-shadow: 0 0 24px 5px #343a40;
}
[widget-name=blog_post_featured] .bd-placeholder-img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
[widget-name=blog_post_featured] .card-tags {
  margin-bottom: 0.375rem;
}
[widget-name=blog_post_featured] .badge-light {
  margin-right: 5px;
  padding: 0;
  color: #1E91E5;
  text-transform: uppercase;
  background: none;
}
[widget-name=blog_post_featured] .card-title, [widget-name=blog_post_featured] .card-title a {
  font-weight: 700;
  color: #000;
}
[widget-name=blog_post_featured] .card-text {
  color: #343a40;
}
[widget-name=blog_post_featured] .post-author-name, [widget-name=blog_post_featured] .post-author-name a {
  color: #343a40;
}
[widget-name=blog_post_featured] .post-author-date {
  font-size: 80%;
  color: #6c757d;
}

/* blog_posts */
[widget-name=blog_posts] .bd-placeholder-img {
  border-radius: 5px;
}
[widget-name=blog_posts] .card-tags {
  margin-bottom: 0.375rem;
}
[widget-name=blog_posts] .badge-light {
  margin-right: 5px;
  padding: 0;
  color: #1E91E5;
  text-transform: uppercase;
  background: none;
}
[widget-name=blog_posts] .card-title, [widget-name=blog_posts] .card-title a {
  font-weight: 700;
  color: #000;
}
[widget-name=blog_posts] .card-text {
  color: #343a40;
}
[widget-name=blog_posts] .post-author-name, [widget-name=blog_posts] .post-author-name a {
  color: #343a40;
}
[widget-name=blog_posts] .post-author-date {
  font-size: 80%;
  color: #6c757d;
}

/* blog_posts */
[widget-name=blog_myposts] .items .item a .badge {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 2;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 50px;
}

/* blog_post_popular */
[widget-name=blog_post_popular] {
  padding: 20px;
  border-radius: 5px;
  background: #f8f9fa;
}
.row-widget > [widget-name=blog_post_popular] {
  padding: 20px;
}
[widget-name=blog_post_popular] .card {
  background: transparent;
  margin-bottom: 0.75rem;
}
[widget-name=blog_post_popular] .card:last-child {
  margin-bottom: 0;
}
[widget-name=blog_post_popular] .card > .row {
  width: 100%;
}
[widget-name=blog_post_popular] .card .card-body {
  padding-top: 0;
  padding-left: 0;
}
[widget-name=blog_post_popular] .card-tags {
  margin-bottom: 0.375rem;
}
[widget-name=blog_post_popular] .badge-light {
  margin-right: 5px;
  padding: 0;
  color: #1E91E5;
  text-transform: uppercase;
  background: none;
}
[widget-name=blog_post_popular] .card-title, [widget-name=blog_post_popular] .card-title a {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
[widget-name=blog_post_popular] .card-text {
  margin-bottom: 0.375rem;
  color: #343a40;
}
[widget-name=blog_post_popular] .post-author-name, [widget-name=blog_post_popular] .post-author-name a {
  color: #343a40;
}
[widget-name=blog_post_popular] .post-author-date {
  font-size: 80%;
  color: #6c757d;
}
[widget-name=blog_post_popular] .card-cover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
[widget-name=blog_post_popular] .card-cover:after {
  content: "";
  display: block;
  width: 60%;
  height: 0px;
  margin: 0 auto;
  box-shadow: 0 0 24px 5px #343a40;
  transition: all 0.3s linear;
}
[widget-name=blog_post_popular] .card-cover:hover:after {
  width: 40%;
  box-shadow: 0 0 24px 5px #343a40;
}
[widget-name=blog_post_popular] .card-cover > a {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  border-radius: 5px;
}
[widget-name=blog_post_popular] .card-cover .img-fluid {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* widget-name="events_event_cover" */
[widget-name=blog_post_cover] {
  min-height: 250px;
  margin-bottom: 20px;
}
[widget-name=blog_post_cover] .wcm-image {
  border-radius: 5px;
}
[widget-name=blog_post_cover] .widget-cover-media {
  background-color: transparent;
}

.loading {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  [widget-name=blog_post_featured] .post-author-row {
    flex-wrap: nowrap;
  }
  [widget-name=blog_post_featured] .post-author-row [class^=col] {
    flex: 0 0 auto;
  }
  [widget-name=blog_post_featured] .post-author-row [class^=col] + .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 10px;
  }
  [widget-name=blog_posts] .post-author-row {
    flex-wrap: nowrap;
  }
  [widget-name=blog_posts] .post-author-row [class^=col] {
    flex: 0 0 auto;
  }
  [widget-name=blog_posts] .post-author-row [class^=col] + .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 10px;
  }
  [widget-name=blog_post_popular] .post-author-row {
    flex-wrap: nowrap;
  }
  [widget-name=blog_post_popular] .post-author-row [class^=col] {
    flex: 0 0 auto;
  }
  [widget-name=blog_post_popular] .post-author-row [class^=col] + .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 10px;
  }
  [widget-name=blog_post_author] .post-author-row [class^=col] {
    width: auto;
    flex: 0 0 auto;
  }
}
@media all and (max-width: 1191px) {
  [id*=page_blogs-blogs-post-format] {
    padding-bottom: 132px;
  }
}
@media all and (max-width: 768px) {
  [id*=page_blogs-blogs-post-format] {
    padding-bottom: 196px;
  }
}
@media all and (max-width: 450px) {
  .widget-cover-media .wcm-form {
    width: 100%;
  }
}
