/* @override 
	https://sitedev-2026.lec.info:8043/wp-content/themes/sl-lec-2026/assets/css/blog.css */
.hero-title a.blog-home-link {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 15px;
  color: #FFFFFF;
  font-size: 1.25em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}
.hero-title a.blog-home-link .fa {
  margin-left: .25em;
}
.news-archive section.white-wrapper {
  padding: 0;
  background: none;
}
.single-blog-post {
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 20px;
}
.single-blog-post a {
  text-decoration: none;
}
.single-blog-post a.read-more {
  padding: 2px 10px;
  background: #ecedec;
  color: #094679;
  transition: all 0.3s ease-in-out 0s;
}
.single-blog-post a.read-more .fa {
  margin-left: .25em;
}
.single-blog-post a.read-more:hover {
  background: #094679;
  color: #FFFFFF;
}
.single-blog-post .content {
  font-size: 14px;
}
.single-blog-post .cat {
  text-transform: uppercase;
  font-size: 14px;
}
.single-blog-post .cat a {
  color: #094679;
}
.single-blog-post .post-title {
  font-weight: 800;
  font-size: 1.5em;
  margin: 8px 0 12px;
}
@media only screen and (min-width: 602px) {
  .single-blog-post.flex-row {
    gap: 20px;
  }
  .single-blog-post.flex-row .thumbnail {
    width: 30%;
  }
  .single-blog-post.flex-row .content {
    width: calc( 70% - 20px );
  }
}
.widget_categories .widget-title {
  color: #094679;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 800;
}
.widget_categories ul li {
  margin: 10px 0;
}
.widget_categories ul li.current-cat a {
  color: #e10000;
}
.widget_categories ul li a {
  text-transform: uppercase;
  color: #27a6cf;
  padding: 5px 10px;
  background: #FFFFFF;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.widget_categories ul li a:hover {
  background: #27a6cf;
  color: #FFFFFF;
}
section.post-content hr {
  margin-top: 3em;
}
section.post-content .cat {
  font-size: 14px;
}
section.post-content .cat a {
  text-transform: uppercase;
  text-decoration: none;
  color: #094679;
}
