@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_blog_single {
  overflow: hidden;
}

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

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

.sec_blog_archive .categories, .sec_blog_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_blog_single .categories a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(213, 184, 125, 0.1);
  transition: background 0.3s;
}

.sec_blog_archive .categories a:hover, .sec_blog_single .categories a:hover {
  background: rgba(213, 184, 125, 0.2);
}

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

.sec_blog_archive.news dl {
  max-height: none;
}

.sec_blog_archive .blog_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec_blog_archive .blog_posts > li:not(:last-child) {
  margin-bottom: 4em;
}

.sec_blog_archive .pagination {
  margin-top: 4em;
}

.sec_blog_archive .pagination .screen-reader-text {
  display: none;
}

.sec_blog_archive .pagination .nav-links {
  display: flex;
  justify-content: center;
}

.sec_blog_archive .pagination .nav-links > * {
  margin: 0 0.5em;
}

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

.sec_blog_single .post_content img {
  height: auto;
}

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

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

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

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

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

.list_blog_sidebar {
  margin-bottom: 1.5em !important;
}

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