@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;
}

.pagination {
  margin-top: 4em;
}

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

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

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

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

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

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

.categories a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(75, 163, 255, 0.08);
  transition: background 0.3s;
}

.categories a:hover {
  background: rgba(75, 163, 255, 0.2);
}

.sec_blog_archive, .sec_blog_single {
  overflow: hidden;
}

.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_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;
}

.sec_case_archive .post_meta, .sec_case_single .post_meta {
  margin-bottom: 1em;
}

.sec_case_archive .img_wrap, .sec_case_single .img_wrap {
  max-width: 1000px;
  margin-inline: auto;
}

.sec_case_archive .img_wrap .col:not(:last-child), .sec_case_single .img_wrap .col:not(:last-child) {
  position: relative;
}

@media (max-width: 767px) {
  .sec_case_archive .img_wrap .col:not(:last-child), .sec_case_single .img_wrap .col:not(:last-child) {
    margin-bottom: 40px;
  }
}

.sec_case_archive .img_wrap .col:not(:last-child)::before, .sec_case_single .img_wrap .col:not(:last-child)::before {
  content: "";
  position: absolute;
  display: block;
  background: #4BA3FF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

@media (max-width: 767px) {
  .sec_case_archive .img_wrap .col:not(:last-child)::before, .sec_case_single .img_wrap .col:not(:last-child)::before {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

.sec_case_archive .img_wrap figure, .sec_case_single .img_wrap figure {
  max-width: 350px;
  margin-inline: auto;
}

.sec_case_archive .img_wrap figcaption, .sec_case_single .img_wrap figcaption {
  text-align: center;
  font-weight: 500;
}

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