.hs-blog-listing .dnd-section{
  padding:0 !important
}

.hs-blog-listing .dnd-section>.row-fluid{
  padding:0 !important;
  max-width:100%; !important
}

.hs-blog-listing .dnd-column{
  padding:0 !important
}

.hs-blog-listing .span12>div{
  width:100%;
}

.blog-header {
  position: relative;
}

.blog-header .blog-header__inner {
  background: #fcc50d;
}

.blog-header .site-container {
  padding: 0 24px;
  max-width: none;
}

.blog-header .title-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 1em;
}

.blog-header h1 {
  font-family: Teko, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  margin: 0;
  line-height: 0.9;
}

.blog-content-area {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.blog-index {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2.5rem;
  position:relative;
}

.blog-index .blog-index__post {
  border-radius: 0.25rem;
  background: #fff;
}

.blog-index .post-thumbnail-link {
  display: block;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  position: relative;
  margin-bottom:1em;
}

.blog-index .post-thumbnail-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-index .post-thumbnail-inner img {
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.blog-index .entry-header {
  background: #FCC50E;
  padding: 1em;
}

.blog-index .entry-header h2 {
  font-style: normal;
  font-weight: normal;
  line-height: 1.14;
  font-family: Teko, sans-serif;
  margin: 0;
  word-wrap: break-word;
  font-size: 28px;
  color: #2d3748;
}

.blog-index .entry-header h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-index .entry-summary {
  margin-top: 16px;
}

.blog-index .entry-summary p {
  margin: 1em 0;
}

.blog-index .entry-footer {
  clear: both;
}

.blog-index .more-link-wrap{
  margin:0;
  margin-top:16px;
}

.blog-index .post-more-link {
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  font-size: 80%;
}

.blog-index .post-more-link:hover{
  color:#e23524;
}
.blog-index .kadence-svg-iconset {
  display: inline-flex;
  align-self: center;
  margin-left: 0.5em;
}

.blog-index .kadence-svg-iconset.svg-baseline svg {
  top: 0.125em;
  position: relative;
}



/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top:2rem;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}


.blog-content-area.post-page .site-container {
  max-width: 842px;
}

.blog-content-area .content-wrap {
  position: relative;
}


.blog-content-area .post-featured-image {
  display: block;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  position: relative;
  margin-bottom: -4.3em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}

.blog-content-area .post-featured-image-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.blog-content-area .post-featured-image img{
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.blog-content-area .post-content {
  box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 5%);
  border-radius: 0.25rem;
  z-index: 1;
  position: relative;
  background: #fff;
}

.blog-content-area .post-content-wrap {
  padding: 2rem;
}


.blog-content-area .entry-header {
  background: #FCC50E;
  padding: 1em;
}

.blog-content-area .post-title {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.5;
  font-family: Teko, sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  word-wrap: break-word;
}

.blog-content-area .blog-post__body {
  margin: auto;
  word-break: break-word;
}

.blog-content-area .blog-post__body p:first-child{
  margin-top:0;
}

.post-navigation {
  margin: 40px auto;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.post-navigation .nav-previous {
  position: relative;
}

.post-navigation .nav-next {
  grid-column-start: 2;
  text-align: right;
}

.post-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.post-navigation a:hover{
  color:#e23524
}
.post-navigation .nav-previous a {
  padding-right:1em;
}

.post-navigation-sub {
  margin-bottom: 0.5em;
}

.post-navigation-sub small {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .05em;
  font-size:80%;
}

.post-navigation .nav-previous .kadence-svg-iconset {
  padding-right: 0.5em;
}

.kadence-svg-iconset.svg-baseline svg {
  top: 0.125em;
  position: relative;
}

.post-navigation .nav-previous:after {
  position: absolute;
  content: '';
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: rgb(160, 174, 192);
}


.post-navigation .nav-next a {
  padding-left:1em;
}


.post-navigation .nav-next .kadence-svg-iconset {
  padding-left: 0.5em;
}

.blog-related-posts {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  clear: both;
  background: #edf2f7;
  padding: 56px 0;
}

.blog-related-posts .site-container {
  max-width: 842px;
}

.entry-related-inner-content>h2 {
  font-style: normal;
  line-height: 1.32;
  color: #1a202c;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  text-transform: none;
  font-family: Open Sans,sans-serif;
}

.blog-related-posts .entry-content-wrap {
  padding: 2rem;
}

.blog-related-posts .blog-index .entry-header h2{
  font-size: 20px;
  color: #e23524;
}

.entry-related-inner-content {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding-left: 24px;
  padding-right: 24px;
  clear: both;
}

.hs-blog-post {
  overflow: hidden;
  background:#f7fafc;
}


.blog-related-posts .blog-index .post-thumbnail-link{
  margin-bottom:0;
}

.wp-block-kadence-spacer.aligncenter.kt-block-spacer-_4ce2e9-a8 {
    height: 60px;
    position: relative;
}

.wp-block-kadence-spacer.kt-block-spacer-_4ce2e9-a8 .kt-divider {
    width: 80%;
    background: none;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
}

@media screen and (min-width:576px){

  .blog-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-related-posts .blog-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media screen and (min-width:1025px){

  .blog-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-content-area .post-featured-image{
    margin-left: -80px;
    margin-right: -80px;
    width: auto;
  }


  .entry-related-inner-content{
    padding-left: 0;
    padding-right: 0;
    margin-left: -80px;
    margin-right: -80px;
    width: auto;
  }

  .blog-related-posts .blog-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media screen and (min-width:1102px){

  .blog-content-area .post-featured-image{
    margin-left: -130px;
    margin-right: -130px;
    width: unset;
    max-width: unset;
  }

  .entry-related-inner-content{
    margin-left: -130px;
    margin-right: -130px;
    width: unset;
    max-width: unset;
  }


}




@media screen and (max-width:1024px){

  .blog-content-area {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

}



@media screen and (max-width:767px){

  .blog-content-area {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }


  .blog-content-area .post-content-wrap {
    padding: 1.5rem;
  }

  .blog-related-posts .entry-content-wrap {
    padding: 1.5rem;
  }


}

@media screen and (max-width:719px){

  .blog-content-area .post-content {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
  }

}

@media screen and (max-width:380px){

  .post-navigation .nav-links{
    display:block
  }

  .post-navigation .nav-previous {
    text-align:center;
  }

  .post-navigation .nav-next {
    text-align:center;
  }

}