/* RESET */
body::before {
  display: none;
}

#page {
  max-width: unset;
}

#sidebar.sidebar,
#content,
.site-footer {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  border-top-width: 0;
}

a,
a:hover,
a:focus {
  color: #e35072;
}
a:hover,
a:focus {
  text-decoration: none;
  border-bottom-width: 0;
  outline: none;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* Hide top banner on the whole blog */
.blog .top-banner,
.archive .top-banner,
.single-post .top-banner,
.single-cocon .top-banner {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .blog .navbar-wrapper.topbanner-visible + #content,
  .archive .navbar-wrapper.topbanner-visible + #content,
  .single-post .navbar-wrapper.topbanner-visible + #content,
  .single-cocon .navbar-wrapper.topbanner-visible + #content {
    margin-top: 100px;
  }
}

/* HEADER COLOR */
/*.main-header-container,
.main-header-container header {
  background-color: #fff !important;
}*/

/* TYPO */
input[type="text"],
input[type="email"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
  font-weight: 400;
  font-size: 16px;
}

.single #main .blog-post-main-wrapper p,
.single #main .blog-post-main-wrapper strong,
.single #main .blog-post-main-wrapper em,
.single #main .blog-post-main-wrapper li,
.single #main .blog-post-main-wrapper select,
.single #main .blog-post-main-wrapper option,
.single #main .blog-post-main-wrapper a,
.single #main .blog-post-main-wrapper .post {
  font-weight: 400;
  color: #171514;
  font-size: 16px;
  line-height: 24px;
}

.single #main .blog-post-main-wrapper h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.single #main .blog-sidebar {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 10px;
}

@media screen and (min-width: 1025px) {
  .single #main .blog-post-main-wrapper p,
  .single #main .blog-post-main-wrapper strong,
  .single #main .blog-post-main-wrapper em,
  .single #main .blog-post-main-wrapper li,
  .single #main .blog-post-main-wrapper select,
  .single #main .blog-post-main-wrapper option,
  .single #main .blog-post-main-wrapper a,
  .single #main .blog-post-main-wrapper .post {
    font-size: 18px;
    line-height: 30px;
  }
}

/* LAYOUT *************************************************************************** */

.single-post #main,
.single-cocon #main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

article
  .entry-content
  .elementor-element.e-con:not(.header-shortcode-container) {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .single #content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .single-post #main,
  .single-cocon #main {
    flex-direction: row;
  }
  .blog-sidebar {
    width: 300px;
    padding-bottom: 32px;
  }
  .blog-post-main-wrapper {
    width: calc(100% - 300px);
  }
}

.single:not([class*="elementor-page-"]) #primary {
  padding: 0 16px;
}
.single #primary .site-main {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}
@media (max-width: 575px) {
  .single #primary .site-main {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .single #primary .site-main {
    /*max-width: 1280px;*/
    max-width: 1440px;
  }
}

.single[class*="elementor-page-"] .entry-content .e-con-inner {
  padding: 0;
}

/* SIDEBAR *************************************************************************** */

@media screen and (max-width: 1024px) {
  body.single .blog-sidebar {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  body {
    overflow: unset !important; /* mandatory for sticky sidebar */
  }
  .single .sticky-wrapper {
    position: sticky;
    top: 115px;
  }
}

/* SUMMARY ************************************************************************** */

/* Mobile - Summary in post */
@media screen and (max-width: 1024px) {
  .post-summary {
    display: none;
  }
  /*.post-summary {
    padding: 32px 24px 17px 24px;
    margin: 40px 0;
    border-radius: 20px;
    background: var(--colors-grey, #f6efe4);
  }
  .single #main .post-summary > h2:first-child,
  .single #main .post-summary > p:first-child,
  .single #main .post-summary > p:first-child strong {
    display: none;
  }
  .single #main .entry-content .post-summary ol,
  .single #main .entry-content .post-summary ul {
    padding: 0;
    margin: 0;
  }
  .single #main .post-summary li {
    line-height: 18px;
    margin-bottom: 15px;
  }
  .single #main .post-summary li::before {
    display: none !important;
  }
  .single #main .post-summary li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }*/
}

/* Desktop - Summary in sidebar */
@media screen and (min-width: 1025px) {
  .post-summary-wrapper {
    margin-bottom: 50px;
    /*max-height: calc(100vh - 310px);
    overflow: auto;
    scrollbar-width: none;*/
  }
  /*.post-summary-wrapper.callout-box-enabled {
    max-height: calc(100vh - 480px);
  }*/
  .post-summary-wrapper > h2:first-child,
  .post-summary-wrapper > p:first-child {
    display: none;
  }
  .post-summary-wrapper ul,
  .post-summary-wrapper ol {
    list-style-type: none;
    padding-left: 0;
    border-left: 1px solid #17151433;
  }
  .post-summary-wrapper li {
    border-left: 6px solid transparent;
    padding-left: 20px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 24px;
  }
  .post-summary-wrapper li.active {
    position: relative;
  }
  .post-summary-wrapper li.active::before {
    content: "";
    width: 5px;
    position: absolute;
    left: -9px;
    border-radius: 6px;
    background: var(--colors-primary-new-pink, #e35072);
    height: 100%;
  }
  .post-summary-wrapper a {
    color: #171514;
  }
  .post-summary-wrapper li.active a {
    color: #e35072;
    font-weight: 600;
  }

  /* Hide summary in-post */
  .single #main .post-summary {
    display: none !important;
  }
}

/* SHARE BUTTONS ************************************************************************** */

@media screen and (max-width: 1024px) {
  .post-sharing.mobile-only {
    padding-top: 20px;
    margin-bottom: -13px;
  }
}

@media screen and (min-width: 1025px) {
  .blog-sidebar .post-sharing {
    opacity: 0;
  }
  .blog-sidebar .post-sharing p {
    font-weight: 600;
  }
}

.post-sharing {
  padding-top: 14px;
}
.cr-social {
  display: flex;
}

.cr-link {
  margin-right: 6px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  background-color: #e35072;
}

.cr-link svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.cr-link:hover {
  opacity: 0.9;
}

.tooltip_templates {
  display: none;
}

/* POST CONTENT *************************************************************************** */

/* Breadcrumbs */
.blog-breadcrumb > span,
.single #main .blog-breadcrumb > span > a {
  font-size: 12px;
  color: #171514;
  text-transform: uppercase;
  line-height: 18px;
  opacity: 0.6;
}

/* Post-meta */
.entry-header .post-meta {
  display: flex;
  align-items: center;
  /*opacity: 0.6;*/
}
.entry-header .post-meta > span {
  font-size: 12px;
  font-weight: 400;
  color: #8f9499;
  margin-right: 30px;
}

.entry-header .post-meta .author-avatar {
  display: none;
}
@media screen and (min-width: 1025px) {
  .entry-header .post-meta > span {
    font-size: 12px;
  }
  .entry-header .post-meta .author-avatar {
    display: block;
    margin-right: 20px;
  }
  .entry-header .post-meta .avatar {
    border-width: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
}

/* POST ITEMS *************************************************************************** */

article.status-publish {
  border-radius: 33px;
  /*overflow: hidden;*/
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus,
.posts-row a.post-thumbnail:hover,
.posts-row a.post-thumbnail:focus {
  opacity: 1;
}
article.status-publish .post-thumbnail {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.post-thumbnail > img {
  display: block;
  width: 100%;
}

#main .posts-row article.status-publish .entry-header,
#main .posts-row article.status-publish .entry-footer {
  padding: 16px 0;
  width: auto;
  max-width: 100%;
  opacity: 0.6;
}

#main .posts-row article.status-publish .entry-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #e35072;
}

@media screen and (min-width: 576px) {
  article.status-publish .entry-footer .inner-footer .byline {
    line-height: 25px;
  }
}

article.status-publish a .entry-title {
  color: #e35072;
}

article.status-publish .entry-footer {
  padding: 3.8461% 7.6923%;
}
article.status-publish .entry-footer > a {
  display: flex;
}
article.status-publish .entry-footer .author_pic {
  flex-basis: 36px;
}
article.status-publish .entry-footer .inner-footer {
  flex-grow: 1;
  padding-left: 23px;
}
article.status-publish .entry-footer .inner-footer .byline,
article.status-publish .entry-footer .inner-footer .posted-on {
  display: block;
}

article.status-publish .entry-footer .inner-footer .byline {
  font-size: 12px;
}
.byline .author {
  font-weight: 600;
}
article.status-publish .entry-footer .inner-footer .posted-on {
  font-size: 12px;
}

.posts-row article.status-publish .entry-footer .cat-links,
.posts-row article.status-publish .entry-footer .comments-link,
article.status-publish .entry-footer .edit-link,
article.status-publish .entry-footer .post-edit-link,
article.status-publish .byline::before,
article.status-publish .tags-links::before,
article.status-publish .posted-on::before {
  display: none;
}
article.status-publish .entry-footer a:hover {
  border-bottom-width: 0;
}

.posted-on time.published + time.updated {
  display: none;
}

/* SINGLE POST *************************************************************************** */

.single #main {
  /*padding-top: 56px;*/
  padding: 56px 80px 0;
}

@media screen and (min-width: 576px) {
  .single-post .site-main .post-thumbnail,
  .single-cocon .site-main .post-thumbnail {
    min-width: 420px;
  }
}
@media screen and (min-width: 1025px) {
  .single-post .site-main .post-thumbnail,
  .single-cocon .site-main .post-thumbnail {
    min-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .site-main .post-thumbnail,
  .single-cocon .site-main .post-thumbnail {
    min-width: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .site-main .post-thumbnail,
  .single-cocon .site-main .post-thumbnail {
    min-width: 1020px;
  }
}

.single #main p {
  overflow-wrap: normal;
  /*-moz-hyphens: none;
	hyphens: none;*/
}

.single #main .entry-content .blog-post-featured-img {
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
}
.blog-post-featured-img .wp-post-image {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .single #main .entry-content .blog-post-featured-img {
    max-height: 300px;
  }
  .blog-post-featured-img .wp-post-image {
    /*object-fit: cover;
    width: 100%;*/ /* useless since .wp-post-image already has it */
    height: 100%;
  }
}

/*.single #main .entry-content img {
  margin: 20px 0;
  border-radius: 20px;
}*/
.single #main .entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Lists */
.single #main .entry-content ul,
.single #main .entry-content ol,
.single #primary .secondary-container ul,
.single #primary .secondary-container ol {
  padding-left: 40px;
  list-style: none;
  counter-reset: li;
  margin-block-start: 0;
  margin-block-end: 0.9rem;
  clear: both;
}
.single #main .entry-content ul > li::before,
.single #main .entry-content ol > li::before,
.single #primary .secondary-container ul > li::before,
.single #primary .secondary-container ol > li::before {
  color: #e35072;
  display: inline-block;
}
.single #main .entry-content ul > li::before,
.single #primary .secondary-container ul > li::before {
  width: 1em;
  margin-left: -29px;
  margin-right: 15px;
  line-height: initial;
  content: "";
  background-image: url(/wp-content/themes/hello-child/img/arrow-long-pink.svg);
  width: 14px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.single #main .entry-content ol > li::before,
.single #primary .secondary-container ol > li::before {
  width: 16px;
  margin-left: -33px;
  margin-right: 17px;
  content: counter(li);
}
.single #main .entry-content ol > li,
.single #primary .secondary-container ol > li {
  counter-increment: li;
}

.single #main .entry-content strong,
.single #main .entry-content strong a {
  font-weight: 600;
}

.single #main .entry-content a {
  /* border-bottom: 1px solid; */
  text-decoration: underline;
}
.single #main .entry-content a:not(.no-underline):hover {
  color: #e35072;
}

.single #main .entry-content a.button {
  color: #fff;
}

.single #main .entry-content a img {
  width: 100%;
}

.single #main .entry-content hr {
  height: 2px;
  background-color: #fa5d89;
  border-width: 0;
  margin: 10px 0;
}

/* Quotes */
/*.single #main .entry-content blockquote,
.single #main .entry-content blockquote > p {
  font-size: 20px;
  line-height: 33px;
  color: #171514;
  font-family: "Martina Plantijn", Sans-serif;
  font-weight: 400;
  font-style: normal;
  border-left-width: 0;
}
.single #main .entry-content blockquote > p {
  margin: 0;
  padding-left: 0;
}
.single #main .entry-content blockquote cite {
  font-size: 18px;
  color: #4d6199;
  padding-left: 5px;
  font-weight: normal;
}*/
.single #main .entry-content blockquote > p {
  font-style: italic;
}

/* Tables */
.single #main .entry-content table {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  letter-spacing: -0.427px;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px rgba(46, 66, 84, 0.32);
}
.single #main .entry-content table,
.single #main .entry-content table a {
  font-size: 16px;
}

.single #main .entry-content table > thead {
  background-color: #222c36;
  color: #fff;
}
.single #main .entry-content table tbody > tr:nth-child(2n) > td,
.single #main .entry-content table tbody > tr:nth-child(2n) > th {
  background-color: var(--Beige-100, #fef7ec);
}
.single #main .entry-content table tbody > tr:nth-child(2n + 1) > td,
.single #main .entry-content table tbody > tr:nth-child(2n + 1) > th {
  background-color: transparent;
}

.single #main .entry-content table td {
  border: 1px solid rgba(46, 66, 84, 0.32);
}

.single-post #main .entry-header,
.single-cocon #main .entry-header,
.single #main .entry-header .container,
.single #main .entry-content,
.single-post #main .author-info,
.single-cocon #main .author-info,
.single .blog-post-below #related-posts {
  /*padding-left: 20px;
  padding-right: 20px;*/
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 576px) {
  .single-post #main .entry-header,
  .single-cocon #main .entry-header,
  .single #main .entry-header .container,
  .single #main .entry-content,
  .single-post #main .author-info,
  .single-cocon #main .author-info {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .single-post #main .entry-header,
  .single-cocon #main .entry-header,
  .single #main .entry-header .container,
  .single #main .entry-content,
  .single-post #main .author-info,
  .single-cocon #main .author-info {
    padding-left: 80px;
  }
}

.single-landing #primary.container {
  width: 100%;
}

.single #main .entry-content {
  padding-bottom: 50px;
}

.single-post #main .entry-header,
.single-cocon #main .entry-header {
  padding-bottom: 30px;
}

.single-post #main .entry-title,
.single-cocon #main .entry-title,
.annuaire-ville #main h1,
.page-title {
  font-size: 32px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: -0.96px;
  margin: 25px 0 15px;
}
@media screen and (min-width: 1025px) {
  .single-post #main .entry-title,
  .single-cocon #main .entry-title,
  .annuaire-ville #main h1,
  .page-title {
    font-size: 48px;
    line-height: 55.2px;
    letter-spacing: -1.44px;
  }
}

.single-post .post-date,
.single-cocon .post-date,
.single-post .by-author,
.single-cocon .by-author {
  color: #4d6199;
  font-size: 15px;
  font-weight: 300;
}
.single-post .post-author,
.single-cocon .post-author {
  color: #e35072;
  font-size: 15px;
  font-weight: bold;
}

/* NEWSLETTER BANNER ************************************************************************** */

.blog-banner-newsletter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 34px;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: var(--primary-beige, #fff9f0);
  box-shadow: 4px 4px 0px 0px #e35072;
}

.blog-banner-newsletter .text {
  width: 100%;
  margin-bottom: 32px;
}

/*#main */
.blog-banner-newsletter img.paper-plane {
  border-radius: 0;
  width: 40px;
  height: 38px;
  display: block;
  margin: 0 auto 10px;
}

.blog-banner-newsletter .text span {
  font-family: "Martina Plantijn", Sans-serif;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.6px;
}

.blog-banner-newsletter form {
  display: flex;
  align-items: center;
  border: 1px solid #e35072;
  border-radius: 32px;
  line-height: 46px;
  padding: 0 8px;
}
.blog-banner-newsletter .indy-form-group {
  width: calc(100% - 36px);
  margin-bottom: 0;
}
.blog-banner-newsletter input[type="email"] {
  padding: 0 8px;
  color: #171514;
  border: none;
  width: 99%;
  background-color: transparent;
}
.blog-banner-newsletter input[type="email"]:focus-visible {
  outline: transparent;
}
.blog-banner-newsletter input[type="submit"] {
  background-color: #e35072;
  width: 48px;
  height: 32px;
  color: transparent !important;
  border-radius: 24px;
  background-image: url(/wp-content/themes/hello-child/img/arrow-long.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
}
.blog-banner-newsletter .indy_form_message {
  line-height: 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #171514;
  bottom: -21px;
  left: 0;
  width: 280px;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .blog-banner-newsletter {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .blog-banner-newsletter .text {
    margin-bottom: 0;
    flex-shrink: 0;
    width: auto;
  }
  .blog-banner-newsletter img.paper-plane {
    display: inline;
    margin: 0 0 -10px 0;
  }
  .blog-banner-newsletter span {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.6px;
  }
  .blog-banner-newsletter .indy_subscription_form_container {
    padding: 0 15px;
    position: relative;
  }
}

/* CALLOUT BOX ************************************************************************** */

.callout-box {
  border-radius: 20px;
  background: var(--primary-beige, #fff9f0);
  padding: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  clear: both;
}
.single #main .callout-box,
.single #main p.callout-box,
.single #main .callout-box p,
.single #main .callout-box strong,
.single #main .callout-box em,
.single #main .callout-box a,
.single #main .callout-box a.button,
.single #main .callout-box li,
.single #main .callout-box select,
.single #main .callout-box option {
  font-size: 16px;
  line-height: 24px;
}
.blog-post-main-wrapper .callout-box::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/hello-child/img/bubble-info.svg);
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.callout-box.callout-link,
.callout-box.callout-link.blue {
  box-shadow: 4px 4px 0px 0px #00c8e4;
}
.callout-box.callout-link.mandarine {
  box-shadow: 4px 4px 0px 0px #fdaf46;
}
.callout-box.callout-link.orange {
  box-shadow: 4px 4px 0px 0px #fc852a;
}
.callout-box.callout-link.green {
  box-shadow: 4px 4px 0px 0px #48f2aa;
}
.callout-box.callout-link::before {
  background-image: url(/wp-content/themes/hello-child/img/icon-link.svg);
}

.callout-box.callout-cta,
.callout-box.callout-noicon {
  box-shadow: 4px 4px 0px 0px #fa5d89;
}
.callout-box.callout-cta::before {
  background-image: url(/wp-content/themes/hello-child/img/clickable.svg);
}

.single #main .callout-box.callout-noicon {
  padding-left: 32px;
}
.single #main .callout-box.callout-noicon::before {
  display: none;
}

.single #main .callout-box.post-sumup {
  padding: 24px;
}
.single #main .callout-box.post-sumup::before {
  position: absolute;
  top: -12px;
  right: 24px;
  left: unset;
  background-image: url(/wp-content/themes/hello-child/img/pen.png);
  transform: unset;
  width: 82px;
  height: 82px;
  background-size: contain;
}
.single #main .callout-box.post-sumup .heading {
  font-family: "Martina Plantijn", Sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
  display: block;
}
.single #main .entry-content .callout-box.post-sumup ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single #main .entry-content .callout-box.post-sumup ul > li::before {
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/hello-child/img/icon-check-pink.svg);
  margin-right: 5px;
}

.single #main .blog-post-main-wrapper .callout-box a:not(.button) {
  font-weight: 600;
  text-decoration-line: underline;
}
.single #main .callout-box .button {
  display: block;
  width: fit-content;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(0deg, #e35072 -65%, #fa5d89 171.25%);
  background-color: #e35072;
  margin-top: 16px;
}
.single #main .callout-box .button:hover {
  color: #fff !important;
  background-color: #fa5d89;
  background-image: none;
}
@media (min-width: 1025px) {
  .blog-post-main-wrapper .callout-box {
    padding: 32px 32px 32px 116px;
  }
  .blog-post-main-wrapper .callout-box::before {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
  .single #main .callout-box,
  .single #main p.callout-box,
  .single #main .callout-box p,
  .single #main .callout-box strong,
  .single #main .callout-box em,
  .single #main .callout-box a,
  .single #main .callout-box a.button,
  .single #main .callout-box li,
  .single #main .callout-box select,
  .single #main .callout-box option {
    font-size: 18px;
    line-height: 30px;
  }
}

.single #main .blog-sidebar .callout-box {
  margin: -20px auto 20px;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px 1px rgba(109, 135, 159, 0.1),
    0 2px 32px 0 rgba(109, 135, 159, 0.16);
}
.single #main .blog-sidebar .callout-box img {
  display: block;
  aspect-ratio: 290 / 146;
  object-fit: cover;
  object-position: top;
}
.single #main .blog-sidebar .callout-box .callout-content {
  padding: 16px;
}
.single #main .blog-sidebar .callout-box .callout-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.single #main .blog-sidebar .callout-box .callout-text strong {
  font-size: 16px;
  font-weight: 600;
}
.single #main .blog-sidebar .callout-box .button {
  margin-top: 24px;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  text-align: center;
}

/* HIGHLIGHT-1 BOX ************************************************************************** */

.highlight-1 {
  border-left: 2px solid #e35072;
  padding-left: 10px;
  margin-left: 40px;
}
.highlight-1,
.highlight-1 > * {
  font-size: 18px;
  line-height: 30px;
}

/* AUTHOR BLOCK ************************************************************************** */

.author-info {
  display: flex;
}
.author-info .author-avatar {
  flex-shrink: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 17px;
}
.author-info .author-avatar a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.author-info .writtenby,
.author-info .authorName {
  font-size: 18px;
  line-height: 27px;
}
.author-info .authorName a:hover {
  color: var(--e-global-color-primary) !important;
  transition: color 0.3s ease;
}

.single #main .author-info .author-bio {
  font-size: 12px;
  line-height: 19px;
  text-align: left !important;
  margin-bottom: 0;
}

.author-description > a {
  border-bottom-width: 0;
}

@media screen and (min-width: 1025px) {
  .author-info .author-avatar {
    height: 54px;
    width: 54px;
  }
  .single #main .author-info .author-bio {
    font-size: 14px;
    line-height: 21px;
  }
}

/* BELOW POST CONTENT ******************************************************************************** */

.blog-post-below {
  /*border-radius: 50px;
  background: var(--primary-beige, #fff9f0);*/
  margin-top: 56px;
}

/* RELATED CONTENT ******************************************************************************** */

#related-posts {
  padding: 80px 80px 35px 80px;
}

#related-posts .row-title {
  width: 100%;
  color: var(--colors-primary-noir, #171514);
  text-align: center;
  padding-bottom: 56px;
}

@media (max-width: 1024px) {
  #related-posts {
    padding: 16px 32px;
  }
  #related-posts .row-title {
    margin-bottom: 32px;
    margin-top: 40px;
    text-align: left;
  }
  #related-posts .flickity-viewport {
    width: 100%;
  }
  #related-posts .post {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
/*@media screen and (min-width: 768px) and (max-width: 991px) {
  #related-posts .posts-row > .posts-row-item:nth-child(4) {
    display: none;
  }
}*/
@media screen and (min-width: 768px) {
  #related-posts .row.posts-row {
    justify-content: center;
    gap: 32px;
  }
  #related-posts .row.posts-row .posts-row-item {
    width: calc((100% - 64px) / 3);
  }
}

/* BADGES ************************************************* */

.entry-content .category-list {
  margin-top: 20px;
  display: block;
}

/* CONVERSION WIDGET ************************************* */

.single .conversion-wrapper {
  padding: 56px 16px;
  background: var(--background-background, #fef7ec);
}
.single .conversion-wrapper .indy-conversion-widget {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .single .conversion-wrapper {
    padding: 80px;
  }
  .single .conversion-wrapper .indy-conversion-widget {
    max-width: 1280px;
  }
}

/* SECONDARY CONTAINER ********************************* */
.secondary-container.e-con {
  display: flex;
  background-color: var(--e-global-color-text);
}
