/* :root {
    --font-space-grotesk: "Space Grotesk", sans-serif;
    --font-inter: "Inter", sans-serif;
    --light-blue: #34CAE7;
    --dark-blue: #051129;
    --gray: #A6B3BA;
    --white: #fff;
    --black: #000;
    --transition: all 400ms ease-in-out;
} */
.single_post_content {
  margin-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.back_link:not(:last-child) {
  margin-bottom: 20px;
}
.back_link a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--gray);
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.back_link a:hover {
  color: var(--white);
}
.back_link a svg,
.back_link a img {
  width: 10px;
  height: auto;
  margin-right: 7px;
}
.back_link a svg path {
  transition: var(--transition);
}
.back_link a:hover svg path {
  fill: var(--white);
}
.single_post_content .meta_wrap:not(:last-child) {
  margin-bottom: 25px;
}
.single_post_content .meta_wrap {
  display: flex;
  align-items: center;
}
.single_post_content .meta_wrap span:not(:last-child) {
  margin-right: 25px;
}
.single_post_content .meta_wrap span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--gray);
  display: flex;
  align-items: center;
}
.single_post_content .meta_wrap span::before {
  transition: var(--transition);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.single_post_content .meta_wrap span.date::before {
  background-image: url(../images/icon_calendar_blue.svg);
}
.single_post_content .meta_wrap span.read_time::before {
  background-image: url(../images/icon_time.svg);
}
.single_post_content .entry-title {
  font-family: var(--font-space-grotesk);
  font-weight: 700;
  font-size: 34px;
  line-height: 45px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.single_post_content ul li,
.single_post_content ol li,
.single_post_content p {
  font-family: var(--font-inter);
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
}
.single_post_content .post-thumbnail:not(:last-child) {
  margin-bottom: 30px;
}
.single_post_content a {
  text-decoration: underline;
  transition: var(--transition);
  color: var(--gray);
}
.single_post_content a:hover {
  text-decoration: none;
}
.single_post_content .wp-block-quote {
  background-color: rgba(52, 202, 231, 0.05);
  border-left: 4px solid rgba(52, 202, 231, 1);
  border-radius: 5px;
  padding: 15px 15px 15px 25px;
  margin: 30px 0 20px;
}
.single_post_content .wp-block-quote:has(p:empty:only-child) {
  display: none;
}
.single_post_content .wp-block-quote p {
  color: #e2e8f0;
}
.single_post_content .post-thumbnail {
  height: 608px;
  border-radius: 30px;
  overflow: hidden;
}
.single_post_content .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_post_content p + h2 {
  margin-top: 50px;
}
.single_post_content h1.wp-block-heading{
  font-size: 35px;
  line-height: 35px;
}
.single_post_content .wp-block-heading {
  font-family: var(--font-space-grotesk);
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.single_post_content figure,
.single_post_content .wp-block-image {
  margin-top: 20px;
  margin-bottom: 30px;
  /* max-width: max-content; */
  border-radius: 30px;
  overflow: hidden;
}
.single_post_content .wp-block-columns figure {
  margin-top: 0;
  height: calc(100% - 30px);
}
.single_post_content .wp-block-image > figure {
  margin-top: 0;
  margin-bottom: 0;
}
.single_post_content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_post_content figure.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
.single_post_content .wp-block-list {
  margin: 0 0 25px 18px;
}
.single_post_content strong {
  font-weight: 700;
}
.single_post_content .wp-block-separator {
  margin: 30px 0;
  border-top: 1px solid rgba(166, 179, 186, 0.25);
  background-color: transparent;
}
.single_post_content .wp-block-table {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.single_post_content .wp-block-table table {
  margin-bottom: 0;
  border: none;
}
.single_post_content .wp-block-table td,
.single_post_content .wp-block-table th {
  border-color: rgba(255, 255, 255, 0.05);
  border-style: solid;
  border-width: 0 0 1px;
}
.single_post_content .wp-block-table td {
  background-color: rgba(10, 26, 58, 1);
  padding: 15px 24px;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--light-blue);
}

h2.wp-block-heading:has(+ p > img[alt="✅"]) {
  color: #34cae7;
  margin-bottom: 20px;
  margin-top: 30px;
}
.single_post_content p:has(img[alt="✅"]),
.single_post_content p:has(img[alt="✅"]) a {
  color: var(--white);
  font-weight: 500;
}
.single_post_content .wp-block-table tr:last-child td {
  border: none;
}
.single_post_content .wp-block-table tr td:first-child,
.single_post_content .wp-block-table table a {
  color: var(--white);
}
.single_post_content .wp-block-table th {
  padding: 20px 24px;
  color: var(--gray);
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: rgba(22, 37, 68, 1);
  text-align: left;
}
.single_post_content .wp-block-table thead {
  border-bottom: none;
}
.single_post_content .wp-block-table tfoot {
  border-top: none;
}
.single_post_content .wp-block-table tfoot tr td {
  background-color: rgba(22, 37, 68, 1);
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 24px;
}
.single_post_content .wp-block-table tfoot tr td:first-child {
  text-transform: uppercase;
}
.single_post_content .comments-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  background-color: rgba(10, 26, 58, 1);
  border-radius: 30px;
  padding: 40px 65px;
}
.single_post_content .comment-reply-title {
  text-align: center;
  font-family: var(--font-space-grotesk);
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.9px;
  margin-bottom: 15px;
}
.single_post_content .comment-notes {
  text-align: center;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
.single_post_content .comment-form .comment-form-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single_post_content .comment-form .form_row > p {
  width: 100%;
}
.single_post_content .comment-form .form_row {
  display: flex;
  justify-content: space-between;
}
.single_post_content .comment-form .comment-form-row .comment-form-col {
  width: calc(50% - 7.5px);
}
.single_post_content .comment-form textarea {
  height: 100px;
  resize: vertical;
}
.single_post_content .comment-form textarea,
.single_post_content .comment-form input[type="text"],
.single_post_content .comment-form input[type="email"],
.single_post_content .comment-form input[type="url"] {
  background-color: rgba(4, 16, 42, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px 20px;
  transition: var(--transition);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  width: 100%;
  color: var(--white);
}
.single_post_content .comment-form textarea:focus,
.single_post_content .comment-form input[type="text"]:focus,
.single_post_content .comment-form input[type="email"]:focus,
.single_post_content .comment-form input[type="url"]:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.single_post_content .comment-form textarea::placeholder,
.single_post_content .comment-form input[type="text"]::placeholder,
.single_post_content .comment-form input[type="email"]::placeholder,
.single_post_content .comment-form input[type="url"]::placeholder {
  color: var(--gray);
}
.single_post_content .comment-form .submit {
  background-color: var(--light-blue);
  border: none;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  padding: 17px 30px;
  min-width: 200px;
  border-radius: 100px;
  color: var(--dark-blue);
  transition: var(--transition);
}
.single_post_content .comment-form .submit:hover {
  background-color: var(--gray);
}
.single_post_content .comment-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.single_post_content .comment-form .comment-form-cookies-consent label {
  cursor: pointer;
}
.single_post_content .comment-form .comment-form-comment,
.single_post_content .comment-form .comment-form-email,
.single_post_content .comment-form .comment-form-url,
.single_post_content .comment-form .comment-form-author {
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
}
.single_post_content .comment-form .form-submit {
  margin: 47px 0 0;
}
.single_post_content .comment-form .comment-form-cookies-consent {
  display: flex;
}
.single_post_content .comment-form .comment-form-cookies-consent .wpcf7-list-item-label {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  flex-grow: 1;
  cursor: pointer;
}

.single_post_content .comment-form .wpcf7-list-item,
.single_post_content .comment-form .wpcf7-list-item label {
  margin: 0;
}
.single_post_content .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  flex-shrink: 0;
  margin-right: 10px;
  line-height: normal;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--gray);
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.single_post_content .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23FFF' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.single_post_content .wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 16px;
}
.single_post_content .navigation.post-navigation {
  margin-top: 80px;
}
.single_post_content .navigation.post-navigation:not(:last-child) {
  margin-bottom: 60px;
}
.single_post_content .navigation.post-navigation .nav-subtitle {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single_post_content .comments-area label {
  display: none;
}
.single_post_content .comment-form .comment-form-cookies-consent label {
  display: block;
}
.single_post_content .navigation.post-navigation .nav-previous .nav-subtitle::before,
.single_post_content .navigation.post-navigation .nav-next .nav-subtitle::after {
  transition: var(--transition);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 18px;
  height: 15px;
}
.single_post_content .navigation.post-navigation .nav-previous a:hover .nav-subtitle::before,
.single_post_content .navigation.post-navigation .nav-next a:hover .nav-subtitle::after {
  filter: brightness(0) saturate(100%) invert(87%) sepia(100%) saturate(0%) hue-rotate(80deg) brightness(106%) contrast(102%);
}
.single_post_content .navigation.post-navigation .nav-next .nav-subtitle {
  justify-content: flex-end;
}
.single_post_content .navigation.post-navigation .nav-previous .nav-subtitle::before {
  background-image: url(../images/icon_arrow_left.svg);
  margin-right: 5px;
}
.single_post_content .navigation.post-navigation .nav-next .nav-subtitle::after {
  background-image: url(../images/icon_arrow_right.svg);
  margin-left: 5px;
}
.single_post_content .navigation.post-navigation .nav-previous {
  padding-right: 15px;
  position: relative;
}
.single_post_content .navigation.post-navigation .nav-next {
  padding-left: 15px;
}
.single_post_content .navigation.post-navigation .nav-links a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}
.single_post_content .navigation.post-navigation .nav-links a .nav-title {
  color: var(--white);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: right;
}
.single_post_content .navigation.post-navigation .nav-links {
  position: relative;
}
.single_post_content .navigation.post-navigation .nav-previous::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgb(255 255 255 / 0.15);
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
nav.navigation.posts-navigation {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0 !important;
}
.single-post.single .wp-block-embed iframe {
  width: 100% !important;
  height: 608px;
  border-radius: 30px;
}
.kb-buttons-wrap {
  margin-bottom: 30px;
}
/*-*/

.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal .wp-block-kadence-column,
.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal .wp-block-kadence-column .kt-inside-inner-col {
  height: 100%;
}
.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal .wp-block-kadence-column .kt-inside-inner-col figure {
  height: 100%;
  display: flex;
}
.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal .wp-block-kadence-column .kt-inside-inner-col:has(.kb-buttons-wrap) figure {
  height: calc(100% - 128px);
}
.wp-block-kadence-column .wp-block-image {
  height: calc(100% - 50px);
}
.single_post_content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-*/
@media only screen and (max-width: 991px) {
  .single_post_content .comments-area {
    padding: 25px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post.single .wp-block-embed iframe {
    height: 265px;
  }
  .single_post_content {
    margin-bottom: 40px;
    padding-top: 40px;
    position: static;
  }
  .single_post_content .entry-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .single_post_content .post-thumbnail {
    height: 408px;
    border-radius: 20px;
  }
  .single_post_content .post-thumbnail:not(:last-child) {
    margin-bottom: 20px;
  }
  .single_post_content figure,
  .single_post_content .wp-block-image {
    margin: 20px 0;
    border-radius: 20px;
  }
  .single_post_content .wp-block-columns figure {
    height: auto;
  }
  .single_post_content .wp-block-table th:first-child + th:last-child,
  .single_post_content .wp-block-table td:first-child + td:last-child {
    text-align: right;
  }
  .single_post_content .wp-block-heading {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .single_post_content .wp-block-table th {
    padding: 12px 14px;
    letter-spacing: 0;
  }
  .single_post_content .wp-block-table td {
    padding: 12px 14px;
    line-height: normal;
  }
  .single_post_content .wp-block-table tfoot tr td {
    padding: 22px 14px;
  }
  .single_post_content .comments-area {
    padding: 25px 16px;
    border-radius: 20px;
  }
  .single_post_content .comment-reply-title {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
  }
  .single_post_content .comment-notes {
    margin-bottom: 25px;
  }
  .single_post_content .comment-form .comment-form-row {
    flex-direction: column;
  }
  .single_post_content .comment-form .comment-form-row .comment-form-col {
    width: 100%;
  }
  .single_post_content .comment-form .comment-form-row .comment-form-col:not(:last-child),
  .single_post_content .comment-form .comment-form-row:not(:last-child) {
    margin-bottom: 15px;
  }
  .single_post_content .comment-form .comment-form-row .comment-form-col > p {
    margin-bottom: 0 !important;
  }
  .single_post_content .comment-form .comment-form-comment,
  .single_post_content .comment-form .comment-form-email,
  .single_post_content .comment-form .comment-form-url,
  .single_post_content .comment-form .comment-form-author {
    margin: 0 0 15px;
  }
  .single_post_content .comment-form .form-submit {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .single_post_content .navigation.post-navigation .nav-links {
    position: relative;
    flex-wrap: wrap;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    flex: 1 0 100%;
  }
  .single_post_content .navigation.post-navigation .nav-previous {
    margin-bottom: 40px;
  }
}
