.blog-header-contents {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.blog-main-title {
  margin-bottom: 0;
  font-family: var(--ff-bold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-header-text {
  color: var(--gray-700);
  margin-top: 20px;
}

.section.blog-pagination-container {
  padding: 0 0 30px;
}

.section.blog-pagination-container .block-pagination {
  margin: 0 auto;
  display: table;
}

.blog-main-container {
  padding-bottom: 3rem;
}

.blog-main-container .blog-content-row {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  .blog-main-container .blog-content-row {
    gap: 1.5rem;
    flex-direction: row;
  }

  .blog-header-contents {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .section.blog-pagination-container {
    padding: 15px 0 45px;
  }

  .blog-header-text {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .blog-header-contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .blog-header-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* Column ------------------------------- */
.blog-column {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.blog-column-title,
.blog-column .subscriptionFormTitle {
  font-family: var(--ff-bold);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-column-cats-list,
.blog-column-posts-list {
  margin-bottom: 0;
}

.blog-column-tags .blog-column-title {
  margin-bottom: 20px;
}

.blog-column-block ul>li>a {
  color: var(--gray-500);
  padding: 9px 0;
  display: flex;
  align-items: center;
}

.blog-column-block ul>li>a>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-column-block ul>li>a:hover {
  color: var(--color-primary);
}

.blog-column-block ul>li>a .icon {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 0.75rem;
  flex: 0 0 16px;
}

.blog-column .blogTagsCloud {
  display: flex;
  flex-wrap: wrap;
}

.blog-column a.blogTagCloud {
  line-height: 2.5;
  display: flex-inline;
  padding: 0 1rem;
  background-color: var(--color-background-gray);
  border-radius: 3px;
  margin: 0 5px 5px 0;
  flex: 1 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.blog-column a.blogTagCloud:hover {
  color: var(--color-dark);
  background-color: var(--gray-300);
}

.blog-column a.blogTagCloud::first-letter {
  text-transform: uppercase;
}

.blog-column .subscriptionFormText {
  margin-bottom: 1rem;
}

.blog-column #subscribeSubmit {
  display: block;
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 576px) and (max-width: 767px),
(min-width: 992px) {
  .blog-column #subscribeSubmit {
    width: var(--tipical-min-button-width);
  }
}

@media (min-width: 768px) {
  .blog-column {
    padding-top: 0;
    border-top: 0;
  }
}

@media (min-width: 992px) {
  .col-blog-column {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .col-blog-column {
    padding-left: 90px;
  }
}


/* Post highlight 01 -------------------- */
.post-highlight-01 {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.post-highlight-01 .post-highlight-size {
  position: relative;
}

.post-highlight-01 .post-highlight-size .bg {
  background-color: var(--gray-200);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-highlight-01 .caption-center {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, .3);
  color: var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-highlight-01 .post-highlight-top-info {
  text-align: center;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: var(--ff-bold);
  text-transform: uppercase;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
}

.post-highlight-01 .post-highlight-top-info a {
  color: var(--color-light);
}

.post-highlight-01 .post-highlight-top-info>div {
  display: inline-block;
  line-height: 1;
  padding: 0 5px;
}

.post-highlight-01 .post-highlight-top-info .blogPostCategories {
  display: none;
}

.post-highlight-01 .post-highlight-title-link {
  color: var(--color-light);
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
}

.post-highlight-01 .post-highlight-title-link:hover {
  color: #fff;
}

.post-highlight-01 .post-highlight-title {
  text-align: center;
  font-family: var(--ff-bold);
  font-size: 20px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
}

.post-highlight-01 .btn-view-more {
  display: none;
  margin-top: 15px;
}

.post-highlight-01 .caption-corner {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: var(--color-light);
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
}

.post-highlight-01 .caption-corner a {
  color: var(--color-light);
}

@media (min-width: 576px) and (max-width: 767px),
(min-width: 992px) {
  .post-highlight-01 .btn-view-more {
    display: inline-flex;
  }

  .post-highlight-01 .caption-corner {
    display: block;
  }
}

@media (min-width: 992px) {
  .post-highlight-01 .caption-corner {
    bottom: 30px;
    left: 30px;
  }

  .post-highlight-01 .post-highlight-title {
    font-size: 22px;
    line-height: 26px;
    max-height: 52px;
  }
}

/* Post highlight 02 -------------------- */
.post-highlight-02 {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.post-highlight-02 .post-highlight-size {
  position: relative;
}

.post-highlight-02 .post-highlight-size .bg {
  background-color: var(--gray-200);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-highlight-02 .caption-side {
  background-color: var(--gray-700);
  color: var(--color-light);
  padding: 30px 25px;
}

.post-highlight-02 .caption-side a {
  color: var(--color-light);
}

.post-highlight-02 .caption-side a:hover {
  color: var(--color-primary);
}

.post-highlight-02 .post-highlight-top-info {
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.post-highlight-02 .post-highlight-top-info>div {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}

.post-highlight-02 .post-highlight-top-info .blogPostCategories {
  display: none;
}

.post-highlight-02 .post-highlight-top-info .post-highlight-category {
  font-family: var(--ff-bold);
}

.post-highlight-02 .post-highlight-title-link {
  font-size: 20px;
}

.post-highlight-02 .post-highlight-text {
  margin-top: 15px;
  font-size: 13px;
}

.post-highlight-02 .post-highlight-author-wrap,
.post-highlight-02 .post-highlight-read-more-link {
  display: none;
}

@media (min-width: 576px) {
  .post-highlight-02 .post-highlight-text {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .post-highlight-02 .caption-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(69, 69, 69, .8);
    width: 40%;
    min-width: 260px;
    padding: 30px 30px 60px 30px;
  }

  .post-highlight-02 .post-highlight-author-wrap {
    display: block;
    font-size: 13px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .post-highlight-02 .caption-side .post-highlight-read-more-link {
    display: inline;
    color: #bababa;
  }

  .post-highlight-02 .caption-side .post-highlight-read-more-link:hover {
    color: var(--color-light);
  }
}

/* Blog post grid 01 -------------------- */
.layout-posts-grid-01 .col-blog-post-list-highlight {
  padding-bottom: 20px;
}

.layout-posts-grid-01 .blog-posts-grid-separator {
  background-color: var(--gray-700);
  margin: 2rem 0;
}

.layout-posts-grid-01 .col-post-list-items {
  display: grid;
  row-gap: 2.25rem;
}

@media (min-width: 768px) {
  .layout-posts-grid-01 .col-blog-post-list-highlight {
    padding-bottom: 0;
  }

  .layout-posts-grid-01 .col-post-list-items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .layout-posts-grid-01 .col-post-list-items {
    row-gap: 3rem;
  }
}

/* Blog posts grid 02 ------------------- */
.layout-posts-grid-02 {
  padding-bottom: 45px;
}

.layout-posts-grid-02 .blog-posts-grid-separator {
  border-color: #bdbdbd;
}

/* Post page ---------------------------- */
.blog-content-row>* {
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
}

.post-subheader-info {
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: space-between;
}

.post-subheader-info .post-subheader-texts {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
}

.post-large-title-image-cont {
  margin-bottom: 15px;
}

.post-large-title-image-cont img {
  width: 100%;
}

.post-subheader-info .post-comments,
.post-subheader-info .post-date,
.post-subheader-info .post-author {
  color: var(--gray-600);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
}

.post-subheader-info .post-date {
  letter-spacing: 0.025em;
}

.post-subheader-info .post-author a {
  color: var(--gray-600);
}

.post-subheader-info .post-author a:hover {
  color: #000;
}

.post-subheader-info .post-comments a {
  color: var(--color-primary);
}

.post-subheader-info .post-comments a:hover {
  color: var(--color-link-hover);
}

.post-third-party-share {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.post-third-party-share>a.post-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  border-radius: 50%;
  padding: 0;
  margin: 10px 8px 0 0;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: var(--gray-600);
}

.post-third-party-share .atclear {
  display: none;
}

.post-third-party-share .post-share-link .icon {
  width: 1rem;
  height: 1rem;
}

.post-third-party-share a.post-share-link:hover {
  color: var(--hover-color, #000);
  border-color: var(--hover-color, #000);
}

.post-footer-categorization {
  padding: 1rem 0 1rem;
  border-top: 1px solid #ddd;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex-wrap: wrap;
}

.post-footer-categorization .blogPostTags,
.post-footer-categorization .blogPostCategories {
  color: var(--gray-600);
}

.post-footer-categorization .blogPostCategories~a {
  color: var(--color-primary);
}

.post-footer-categorization .blogPostCategories~a:hover {
  color: var(--color-link-hover);
}

.post-footer-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.post-footer-block .blogTagCloud:not(:hover) {
  color: var(--color-primary);
}

.post-footer-block .blogTagCloud::first-letter {
  text-transform: uppercase;
}

.postCommentFormTitle,
.post-relateds-title,
.posts-comments-title {
  font-size: 20px;
  font-family: var(--ff-bold);
  margin-bottom: 20px;
  line-height: 1.2;
}

.posts-comments-container,
.post-relateds-container {
  padding-top: 3rem;
}

.posts-comments-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.posts-comments-container #captchaContainer {
  margin: 15px 0;
}

.posts-comments-container #secureCodeContainer {
  font-family: var(--ff-bold);
  font-size: 13px;
}

.posts-comments-container #secureCodeContainer>* {
  font-weight: var(--fw-default);
  font-size: inherit;
}

.posts-comments-container #secureCodeContainer>input {
  margin-top: 5px;
}

#blogPostCommentFormSubmit {
  width: 100%;
}

.posts-comments-container .blogCommentForm~.posts-comments-title {
  padding-top: 40px;
}

.post-relateds-title {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  font-size: 20px;
  font-family: var(--ff-bold);
  line-height: 1.2;
}

.post-relateds .related-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.post-relateds-container .module:first-of-type {
  padding-top: 0;
}

.post-relateds-container .module:last-of-type {
  padding-bottom: 0;
}

.responses .blogPostComment,
.blogPostComment+.blogPostComment {
  margin-top: 30px;
}

.responses .blogPostComment {
  margin-left: 20px;
}

.blogPostComment .nick {
  display: block;
  font-family: var(--ff-bold);
  line-height: 1.1;
}

.blogPostComment .date {
  font-size: 13px;
  color: #888888;
  margin-top: 5px;
  line-height: 1.1;
}

.blogPostComment .comment {
  margin-top: 15px;
}

.blogPostComment .answerLink {
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  font-size: 12px;
}

.blogPostComment .answerForm {
  padding-top: 15px;
}

@media (max-width: 991px) {
  .post-relateds-container .row-items-relateds {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .post-relateds-container .row-items-relateds>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (min-width: 576px) {
  #blogPostCommentFormSubmit {
    width: var(--tipical-min-button-width);
  }

  .post-footer-categorization {
    font-size: 14px;
  }
}

@media (min-width: 576px) {

  .post-third-party-share a.post-share-link {
    margin-top: 0;
  }

  .post-subheader-info .post-comments,
  .post-subheader-info .post-date,
  .post-subheader-info .post-author {
    font-size: 13px;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {

  .blog-content-row> :where(.col-blog-post-content, .col-blog-posts) {
    flex: 0 0 auto;
    width: calc(66.66666667% - .75rem);
  }

  .blog-content-row>.col-blog-column {
    flex: 0 0 auto;
    width: calc(33.33333333% - .75rem);
  }

  .postCommentFormTitle,
  .post-relateds-title,
  .posts-comments-title {
    font-size: 22px;
  }

  .posts-comments-container {
    padding-top: 3rem;
  }

  .posts-comments-container .blogCommentForm~.posts-comments-title {
    padding-top: 55px;
  }
}

@media (min-width: 1200px) {

  .posts-comments-container,
  .post-relateds-container {
    padding-top: 4rem;
    gap: 4rem;
  }

  .postCommentFormTitle,
  .post-relateds-title,
  .posts-comments-title {
    font-size: 24px;
  }

  .blog-main-container {
    padding-bottom: 4rem;
  }
}

/* Tags page ---------------------------- */
.blog-main-container-tag-cloud .col-blog-posts .blogTagsCloud {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.blog-main-container-tag-cloud .blogTagCloud {
  text-transform: capitalize;
  font-size: 1rem;
  font-family: var(--ff-bold);
}

/* Unsubscribe -------------------------- */
.blog-main-container-unsubscribe {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}