.entry-content {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 60px;
  padding-left:20px;
  padding-right:20px;
}

figcaption {
    text-align: left !important;
    font-size: 14px !important;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400 !important;
}



.entry-content a {
  color: #f15a22;
  text-decoration: none;
}

.entry-content a:hover {
  color: #f15a22;
  text-decoration: underline;
}

.back_button_container {
  position: relative;
}

span.back_button {
  background: url(/wp-content/themes/kea/template-parts/templates/blog/images/back-button.png);
  width: 42px;
  height: 48px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50px;
  cursor: pointer;
}

.author_box {
  max-width: 780px;
  margin: 50px auto 0 auto;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.latest_blog_post_container {
  max-width: 1140px;
  margin: 20px auto 20px auto;
  display: block;
  overflow: hidden;
}

.latest_blog_post {
  max-width: 350px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 10px 10px 20px 10px;
  vertical-align: top;
}

.latest_blog_post_image_container {
  height: 274px;
  width: 100%;
}

.latest_blog_post_image_container img {
  object-fit: cover;
  height: 274px;
  width: 100%;
}

span.latest_blog_title {
  width: 100%;
  display: block;
}

span.latest_blog_title a {
  text-decoration: none;
  font-family: freight-sans-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #001730;
}

.post_intro {
  font-size: 18px;
  font-weight: 600;
}

.entry-content h4 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height:28px;
    text-transform: uppercase;
}

span.latest_blog_intro_text {
  font-family: freight-sans-pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  color: #001730;
  max-width: 665px;
  width: 100%;
  display: block;
}

h3.related_heading {
  display: block;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  padding-top: 20px;
}

.latest_post_blog_image_container {
  z-index: -1;
  position: relative;
}

.author_role {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.latest_blog_post_intro {
  width: 100%;
  border-radius: 45px 0px 0px 0px;
  padding: 20px 30px;
  margin-top: -40px;
  background-color: #ffffff;
  z-index: 99;
  display: block;
  position: relative;
}

.latest_post_blog_image {
  height: 600px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

a.readmore {
  color: #001730;
  text-decoration: none;
  font-weight: 800;
}

.latest_post_blog_container:hover .latest_title a,
.latest_post_blog_container:hover .readmore {
  color: #f25a22;
}

.clear {
  clear: both;
}

.social_follow .fa {
  padding-right: 10px;
  font-size: 26px;
  color: #000;
}

.author_name {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

.author_role {
  font-size: 18px;
  margin-bottom: 20px;
}

.author_position {
  line-height: 26px;
}

.author_position,
.author_company {
  font-size: 18px;
  margin-bottom: 0;
}

.wc_nz {
  font-size: 18px;
  color: #B2AD7C;
  margin-bottom: 12px;
}

div#respond,
.entry-meta {
  display: none;
}

img.author_img {
  width: 255px;
  height: 255px;
  object-fit: cover;
  border-radius: 255px;
}

.post_title {
  font-size: 46px;
  font-weight: 700;
}

.entry-content::before {
  content: "";
  position: relative;
      top: -10px;
      box-shadow: 30px -20px 20px -15px #ccc;
      height: 80px;
      z-index: 999;
      width: 820px;
      padding-bottom: 20px;
      margin-bottom: -40px;
}

.author_box .two-thirds {
  margin-left: 60px;
}

.wc_nz.member {
    color: #001730;
}


@media only screen and (min-width: 1024px) and (max-width:1280px) {
  .entry-content{
    max-width: 725px;
  }
  .entry-content::before {
    width:725px;
  }
}

@media only screen and (min-width: 960px) {
  .author_box .one-third {
    width: 285px !important;
  }
}

@media only screen and (max-width:1023px) {
  .back_button_container {
    display: none;
  }
  .entry-content {
    margin-top: 120px;
  }

  .entry-content::before {
    box-shadow: 0px -20px 20px -15px #ccc;
    width: 100vh;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width:959px) {
  .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .related_heading {
    padding-left: 15px;
  }

  .author_box {
    display: block;
  }

  #related_posts .latest_blog_post {
    max-width: 100%;
  }

  .share-button-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .author_box .one-third.first,
  .author_box .two-thirds {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
    margin: 0
  }

  img.author_img {
    margin: 0 auto;
    display: block;
  }

  .author_box .two-thirds {
    margin-top: 20px;
    text-align: center;
  }

  .social_follow .fa {
    font-size: 24px;
  }

  slick-dots li.slick-active button:before {
    font-size: 12px !important;
    opacity: 1 !important;
  }

  .slick-dots li button:before {
    font-size: 10px !important;
    opacity: 0.75 !important;
  }
}
