@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

.sec_blog_archive,
.sec_case_archive,
.sec_blog_single,
.sec_case_single {
  overflow: hidden;
}

.sec_blog_archive .blog_posts,
.sec_blog_archive .case_posts,
.sec_case_archive .blog_posts,
.sec_case_archive .case_posts,
.sec_blog_single .blog_posts,
.sec_blog_single .case_posts,
.sec_case_single .blog_posts,
.sec_case_single .case_posts {
  padding: 0;
}

.sec_blog_archive .post_image img,
.sec_case_archive .post_image img,
.sec_blog_single .post_image img,
.sec_case_single .post_image img {
  aspect-ratio: 359 / 232;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_blog_archive .post_title,
.sec_case_archive .post_title,
.sec_blog_single .post_title,
.sec_case_single .post_title {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding: 0;
}

@media (min-width: 768px) {
  .sec_blog_archive .post_title,
  .sec_case_archive .post_title,
  .sec_blog_single .post_title,
  .sec_case_single .post_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_blog_archive .post_title::before, .sec_blog_archive .post_title::after,
.sec_case_archive .post_title::before,
.sec_case_archive .post_title::after,
.sec_blog_single .post_title::before,
.sec_blog_single .post_title::after,
.sec_case_single .post_title::before,
.sec_case_single .post_title::after {
  content: none;
}

.sec_blog_archive .post_meta,
.sec_case_archive .post_meta,
.sec_blog_single .post_meta,
.sec_case_single .post_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_blog_archive .post_date,
.sec_case_archive .post_date,
.sec_blog_single .post_date,
.sec_case_single .post_date {
  margin-right: 1em;
  white-space: nowrap;
}

.sec_blog_archive .categories,
.sec_case_archive .categories,
.sec_blog_single .categories,
.sec_case_single .categories {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5em;
}

.sec_blog_archive .categories a,
.sec_case_archive .categories a,
.sec_blog_single .categories a,
.sec_case_single .categories a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(73, 189, 162, 0.05);
  transition: background 0.3s;
}

.sec_blog_archive .categories a:hover,
.sec_case_archive .categories a:hover,
.sec_blog_single .categories a:hover,
.sec_case_single .categories a:hover {
  background: rgba(73, 189, 162, 0.2);
}

.sec_blog_archive .post_content,
.sec_case_archive .post_content,
.sec_blog_single .post_content,
.sec_case_single .post_content {
  margin-top: 1em;
}

.sec_blog_single .post_content .wp-caption,
.sec_case_single .post_content .wp-caption {
  max-width: 100%;
}

.sec_blog_single .post_content img,
.sec_case_single .post_content img {
  height: auto;
}

.sec_blog_single .post_content .aligncenter,
.sec_case_single .post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sec_blog_single .post_content .alignright,
.sec_case_single .post_content .alignright {
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .sec_blog_single .post_content .alignright,
  .sec_case_single .post_content .alignright {
    float: none;
    margin-left: 0;
  }
}

.sec_blog_single .post_content .alignleft,
.sec_case_single .post_content .alignleft {
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .sec_blog_single .post_content .alignleft,
  .sec_case_single .post_content .alignleft {
    float: none;
    margin-right: 0;
  }
}

.sec_case_single .wp-block-gallery {
  margin-bottom: 1.5em;
}

.sec_case_single .wp-block-gallery .wp-block-image img {
  cursor: pointer;
  transition: .3s;
}

.sec_case_single .wp-block-gallery .wp-block-image img:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=blog.css.map */
