.page-single-post {
  margin-top: 29px;
  background: #fff;
}

.s-post {
  padding-bottom: 60px;
}

.sp-hero {
  position: relative;
  min-height: 433px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-hero-overlay {
  background: rgba(0,0,0,.47);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sp-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 80px 30px;
  max-width: 874px;
  margin: 0 auto;
}

.sp-hero__title {
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.sp-hero__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.sp-hero__author:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin: 0 10px;
  position: relative;
  top: -1px;
}

.sp-hero__read-time:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px 0 10px;
  position: relative;
  top: -1px;
}


.sp-hero__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.sp-hero__categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.sp-hero__categories li {
  list-style: none;
  display: block;
  padding: 5px;
  margin: 0;
}

.sp-hero__categories a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 1px 20px;
  white-space: nowrap;
}

.sp-hero__categories .sp-segment {
  color: #15b4c8;
}

.s-post__content {
  padding: 40px 30px 15px;
  margin-right: 20px;
  position: relative;
}

.s-post__content p {
  padding: 20px 0;
  margin: 0;
}

.subscribe {
  background: #f4f4f4;
}

.subscribe__content {
  max-width: 716px;
  margin: 0 auto;
  padding: 58px 20px 60px;
}

.subscribe__title {
  text-align: center;
  margin: 0;
}

.subscribe__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: normal;
  color: #4f5758;
}

.s-post__sidebar .subscribe .subscribe__content .subscribe-form {
  margin-top: 20px;
}

.s-post__sidebar .subscribe .subscribe__content .hbspt-form {
  margin-top: 20px;
}

.s-post__sidebar .subscribe .subscribe__content .hs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-post__sidebar .subscribe .subscribe__content .hs-form .hs_email {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px;
  width: 100%!important;
}

.s-post__sidebar .subscribe .subscribe__content .hs-form .hs_email label {
  display: none;
}

.s-post__sidebar .subscribe .subscribe__content input[type=email] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1.3px solid #e1e2e3;
  padding: 15px 18px;
  border-radius: 5px;
  color: #4d5758;
  font-size: 16px;
  line-height: 20px;
  font-family: Poppins,sans-serif;
  height: auto;
}

.s-post__sidebar .subscribe .subscribe__content input[type=email]::placeholder {
  color: #84888c;
}

.s-post__sidebar .subscribe__content .hs-fieldtype-select {
  margin-top: 25px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}


.s-post__sidebar .subscribe__content .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.s-post__sidebar .subscribe__content .nice-select {
  width: 100%;
  border: 1.3px solid #e1e2e3;
  border-radius: 5px;
  height: 53px;
  padding-left: 20px;
  float: none;
}

.s-post__sidebar .subscribe__content .hs-fieldtype-select .nice-select {
  margin-top: 15px;
  margin-bottom: 0;
}

.s-post__sidebar .subscribe .subscribe__content input[type=submit] {
  border-radius: 5px;
  background: #19bed3;
  color: #fff;
  margin-left: 18px;
  width: 158px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: .88;
  height: 100%;
  font-family: Poppins,sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.s-post__tags {
  padding: 0 20px;
  max-width: 854px;
  margin: 0 auto;
}

.s-post__sidebar .subscribe__content form label {
  font-size: inherit;
}

.blog_topic_layout .home-hero:after {
  content:none;
}


.hs-form .actions {
  margin-top: 15px;
  margin-left: 0;
  width: 100%;
}

.s-post__content strong {
  font-weight: bolder;
}
.s-post__tags {
  padding: 0 20px;
  max-width: 854px;
  margin: 0 auto;
}

.s-post__share {
  padding: 0 20px;
  max-width: 854px;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.s-post__share .share-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #4f5758;
}

.s-post__share .widget {
  margin: 0;
}

.s-post__share .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
}

.s-post__share a {
  width: 31px;
  height: 31px;
  background: #ebedf0;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0!important;
  margin-left: 10px;
}

.s-post .apa-align-center, .s-post__share a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.addtoany_list a, .widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
}

.s-post__share .addtoany_share {
  display: none!important;
}

.s-post .about-post-author {
  padding: 27px 20px 0;
  max-width: 854px;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dddedf;
}

.s-post .about-post-author__title {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}

.s-post .about-post-author__image {
  max-width: 80px;
  margin: 0 auto;
}


.s-post .about-post-author__image img {
  border-radius: 50%;
}

.s-post .about-post-author__content {
  padding-left: 23px;
  padding-right: 15px;
  max-width: calc(100% - 80px);
  width: 100%;
}

.s-post .about-post-author__name {
  font-size: 18px;
  font-weight: 600;
  color: #4d5758;
}

.s-post .about-post-author__bio {
  font-size: 15px;
  margin-top: 10px;
  color: #4d5758;
}

.related-posts__content {
  max-width: 1440px;
  padding: 0 114px;
  margin: 40px auto 0px;
  padding-bottom: 10px;
}

.posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -12px 0;
}

.related-posts .posts__list {
  margin-top: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -12px 0;
}

.related-posts .posts__list {
  margin-top: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 58px;
}

.post__image {
  display: block;
}

.post__image img {
  border-radius: 5px;
  min-height: 194px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.post__content {
  margin-top: 23px;
}

.post__categories, .post__categories a {
  color: #83888c;
  font-size: 12px;
}

.post__categories a {
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
  text-transform: uppercase;
}

.post__title {
  margin: 8px 0 0;
}

.post__title a {
  color: #4d5758;
}

.post__title a:hover {
  color: #19bed3;
}

.post__excerpt {
  margin-top: 11px;
}

.post__title, .post__title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.rss_feat_img {
  padding-top: 66.66%;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}


@media (min-width: 1024px) {
  .s-post__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }

  .s-post__sidebar {
    margin-top: 60px;
    margin-right: 30px;
  }

  .s-post__sidebar .subscribe {
    width: 350px;
  }

  .s-post__sidebar .subscribe__content {
    padding: 35px 20px 45px;
  }

  .s-post__sidebar .subscribe__title {
    font-size: 24px;
  }

  .s-post__sidebar .subscribe__subtitle {
    font-size: 18px;
    line-height: 1.29;
  }

  .s-post__sidebar .subscribe .hs-submit input[type=submit] {
    margin-left: 0;
    width: 100%;
  }


  .s-post__share, .s-post__tags {
    max-width: 1200px;
  }

  .s-post__share {
    padding-left: 30px;
  }

  .s-post .about-post-author {
    max-width: 800px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 15px;
  }

  .s-post .about-post-author-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

}


@media (max-width: 1439px) {
  .related-posts__content {
    padding: 0 7.92%;
    margin: 40px auto 10px;
  }
}

@media (max-width: 1200px) {
  .sp-hero__title {
    font-size: 36px;
    line-height: 45px;
    max-width: 610px;
    margin: 0 auto;
  }

  .sp-hero__content {
    padding: 105px 30px 90px;
  }

  .sp-hero__meta {
    margin-top: 50px;
  }

}

@media (max-width: 1023px) {
  .s-post__content {
    max-width: 874px;
    margin: 0 auto;
  }
  .related-posts__content {
    margin: 40px auto 0px;
    padding: 0 30px 10px;
  }

}





@media (max-width: 992px) {
  .post {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .page-single-post {
    margin: 0;
  }
  .page-single-post  h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .s-post__sidebar .subscribe .subscribe__content .subscribe-form {
    margin-top: 30px;
  }
  .related-posts__content {
    margin: 20px auto 0px;
  }
  .posts__list {
    margin: 30px -10px 0;
  }
  .related-posts .posts__list {
    margin-top: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post {
    width: 50%;
    margin-bottom: 33px;
  }
  .hs-form .actions {
    height: 56px;
    margin: 30px auto 0;
  }
  .hs-form .hs-submit {
    width: 100%;
  }
  .s-post__sidebar .subscribe__content .hs-fieldtype-select .nice-select {
    width: 100%;
    max-width: unset;
  }
  .s-post__sidebar .subscribe .subscribe__content .hs-form .hs-dependent-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5px;
    width: 100%!important;
  }

  .s-post__sidebar .subscribe .subscribe__content .hs-form .hs-dependent-field {
    margin: 0;
  }

  .subscribe__small-text {
    margin-top: 16px;
  }


  .s-post__share {
    margin-top: 40px;
  }

  .s-post .about-post-author__title {
    font-size: 20px;
    line-height: 30px;
  }

  h2.related-posts {
    font-size: 24px;
    line-height: 36px;
  }

  .s-post__sidebar .subscribe .subscribe__content input[type=submit] {
    margin-left:0;
  }
}


@media (max-width: 576px) {
  .sp-hero__content {
    padding:100px 30px
  }
  .sp-hero__title {
    font-size:27px;
    line-height: 36px
  }

  .sp-hero__meta {
    margin-top: 30px;
  }

  .sp-hero__categories {
    margin-top: 30px;
  }

  .s-post__content {
    padding: 40px 15px 15px;
  }

  .s-post .about-post-author__content {
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }

  .related-posts__content {
    margin: 20px auto 10px;
    padding: 0 15px;
  }

}


@media (max-width: 480px) {
  .sp-hero__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-hero__date {
    margin-bottom: 5px;
  }

  .sp-hero__author {
    margin-bottom: 5px;
  }

  .sp-hero__author:before {
    display: none;
  }

  .sp-hero__read-time:before {
    display: none!important;
  }

  .subscribe-form input[type=submit] {
    height: 56px !important;
    margin: 30px auto 0;
  }

  .post {
    width: 100%;
  }

}



@media (max-width: 992px) {
  .posts-gird .posts__pagination {
    padding-bottom: 50px;
  }

}

@media (max-width:767px) {
  .carrer_bottom_sec .widget-type-rich_text h2 {
    padding: 0 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .carrer_bottom_sec .widget-type-rich_text h6 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 15px !important;
  }
}

.s-post__sidebar .hs_submit.hs-submit {
  width: 100%;
} 

.subscribe-form .hs-form .actions {
  margin-top: 15px;


}


/* boxed content at top of post for posts imported by blog import tool */

.su-box.su-box-style-default {

  border: 2px solid #c72421;
  border-radius: 3px;
  margin: 0 0 1.5em;


}

.su-box-title {
  background-color: #fa5754;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.5em 1em;
}

.su-box-content.su-u-clearfix.su-u-trim {
  background-color: #fff;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  color: #444;
  padding: 1em;
}

.su-box-content.su-u-clearfix.su-u-trim P {
  margin: 0;
  padding: 0;

}
}


/* CTAs on blogs that were imported */

.su-button-style-default {
  border-width: 1px;
  border-style: solid;

}

.su-button {
  display: inline-block!important;
  text-align: center;
  text-decoration: none!important;
  box-sizing: content-box!important;
  transition: all .2s;
}

.su-button-center {
  text-align: center;

  color:#FFFFFF;
  padding:0px 30px;
  font-size:22px;
  line-height:44px;
  border-color:#5ed2e1;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  text-shadow:none;
  -moz-text-shadow:none;
  -webkit-text-shadow:none


}
}