/* Override this file in your theme to apply custom styling */
.blog-category-content {
  padding: 18px 22px;
  border: 1px solid #d4d4d4;
  height: 100%;
}

.blog-category-content h3 a,
.blog-post-description h3 a {
  color: black;
}

.blog-categories-block li {
  border-bottom: 1px solid #f1f1f1;
  padding: .25rem 0;
  display: block;
  width: 100%;
}

.blog-categories-block li:last-child {
  border-bottom: none;
}

.blog-categories-block li a {
  color: black;
}

.single-blog-content h2, .single-blog-content h3, .single-blog-content h4, .single-blog-content h5, .single-blog-content h6 {
  font-weight: bold;
}

.single-blog-content h3, .single-blog-content h4, .single-blog-content h5, .single-blog-content h6 {
  padding-top: 0.7rem;
}

.single-blog-content h2 {
  padding-top: 1.4rem;
}

.single-blog-content h2:first-child {
  padding-top: 0;
}

.single-blog-content ul {
  list-style: disc;
  padding-left: 1.6rem;
}

.single-blog-content ol {
  list-style: disc;
  padding-left: 1.6rem;
}

.single-blog-content img {
  margin: 1rem 0;
  max-width: 100%;
  height: auto;
}

.single-blog-content img.floatRight {
  margin: 1rem 0rem 1rem 1.6rem;
  float: right;
}

.single-blog-content img.floatLeft {
  margin: 1rem 1.6rem 1rem 0rem;
  float: left;
}

@media screen and (max-width: 991px) {

  .single-blog-content img.floatRight,
  .single-blog-content img.floatLeft {
    margin: 1rem 0;
    float: none;
  }
}

.single-blog-content table td, .single-blog-content table th {
  padding: 5px 10px;
  border: 1px solid #bdbdbd;
}
