body.blog-page .page-wrapper > .page-content > .breadcrumbs.absolute_breadcrumbs {
  transform: translate(0, 30px);
  margin-top: -50px;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
body.blog-page .fullscreen_section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #F6F6F6;
}
body.blog-page .fullscreen_section > .mgz-element-inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}
body.blog-page .fullscreen_section.bg_dark {
  color: #fff;
  background-color: #d4b1b0;
}
body.blog-page .blog_h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
body.blog-page .page-title-wrapper h1 {
  font-weight: 500;
}
body.blog-page .blog_categories_grid {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-flow: row wrap;
}
body.blog-page .blog_categories_grid .category {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  body.blog-page .blog_categories_grid .category {
    width: calc(49% - 10px);
  }
}
@media (min-width: 991px) {
  body.blog-page .blog_categories_grid .category {
    width: calc(49% - 10px);
  }
}
@media (min-width: 1025px) {
  body.blog-page .blog_categories_grid .category {
    width: calc(33% - 10px);
  }
}
body.blog-page .blog_categories_grid .category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff5f5 10%, #ffffff00);
}
body.blog-page .blog_categories_grid .category > div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 20px;
}
body.blog-page .blog_categories_grid .category a.name {
  font-size: var(--h3-size);
  font-weight: 500;
  text-transform: uppercase;
  flex: 3;
  padding-right: 25px;
}
body.blog-page .blog_categories_grid .category a.action.primary {
  flex: 1;
  padding: 0 10px;
}
body.blog-page .authors_carousel .author {
  text-align: center;
}
body.blog-page .authors_carousel .author .name {
  font-weight: 500;
}
body.blog-page .authors_carousel .author img {
  max-height: 120px;
  width: auto;
  display: inline-block;
  border-radius: 100%;
  aspect-ratio: 1;
}
body.blog-page .authors_carousel .author .read_more {
  font-weight: 500;
  text-decoration: underline;
}
body.blog-page .post-list-wrapper .post-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  column-gap: 20px;
  row-gap: 40px;
  flex-flow: row wrap;
}
body.blog-page .post-list-wrapper .post-list .single_post {
  width: 100%;
}
@media (min-width: 768px) {
  body.blog-page .post-list-wrapper .post-list .single_post {
    width: calc(49% - 10px);
  }
}
@media (min-width: 991px) {
  body.blog-page .post-list-wrapper .post-list .single_post {
    width: calc(49% - 10px);
  }
}
@media (min-width: 1025px) {
  body.blog-page .post-list-wrapper .post-list .single_post {
    width: calc(33% - 10px);
  }
}
body.blog-page .toolbar-blog-posts {
  text-align: center;
  margin-top: 40px;
}
body.blog-page .toolbar-blog-posts .pages li strong,
body.blog-page .toolbar-blog-posts .pages li a {
  color: #000;
  font-size: var(--h4-size);
}
body.blog-page .toolbar-blog-posts .pages li strong {
  color: var(--base-color2);
}
body.blog-page.blog-post-view .post-featured-image-full {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding: 0;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  body.blog-page.blog-post-view .post-featured-image-full {
    padding-bottom: 30%;
  }
}
body.blog-page.blog-post-view .post-featured-image-full span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.blog-page.blog-post-view h1 {
  margin-bottom: 20px;
  font-weight: 800;
}
body.blog-page.blog-post-view #toc > ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
body.blog-page.blog-post-view h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.blog-page.blog-post-view h2 {
    margin-top: 40px;
  }
}
body.blog-page.blog-post-view h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: var(--h4-size);
  font-weight: 600;
}
@media (min-width: 768px) {
  body.blog-page.blog-post-view h3 {
    margin-top: 20px;
  }
}
body.blog-page.blog-post-view .post-tags {
  margin-bottom: 20px;
}
body.blog-page.blog-post-view .post-tags > a {
  display: inline-block;
  color: #000;
  padding: 7px 12px;
  border: 1px solid #000;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-radius: 0;
}
body.blog-page .author_hello {
  padding: 100px 0;
  background: #fff;
}
body.blog-page .author_hello .img_absolute {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  object-fit: cover;
}
body.blog-page .author_hello .author_info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  max-width: 900px;
  background: #fff;
  position: relative;
}
@media (min-width: 600px) {
  body.blog-page .author_hello .author_info {
    flex-direction: row;
  }
}
body.blog-page .author_hello .author_info h1 {
  font-weight: bold;
  text-transform: uppercase;
}
body.blog-page .author_hello .author_info img {
  max-width: 250px;
}
body.blog-page .author_hello .author_info .description {
  padding: 30px;
}
@media (min-width: 600px) {
  body.blog-page .author_hello .author_info .description {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 768px) {
  body.blog-page .author_hello .author_info .description {
    padding: 50px 0;
  }
  body.blog-page .author_hello .author_info .description:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: #fff;
  }
}
