@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/inter-regular-webfont.woff2") format("woff2"), url("../fonts/inter-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/inter-medium-webfont.woff2") format("woff2"), url("../fonts/inter-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/inter-semibold-webfont.woff2") format("woff2"), url("../fonts/inter-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/inter-bold-webfont.woff2") format("woff2"), url("../fonts/inter-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.clr-primary {
  color: rgb(17, 17, 13);
}

.clr-secondary {
  color: #8155E5;
}

.bg-clr {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #ffffff;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.max-390 {
  max-width: 39rem;
}

.border-none {
  border: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-40 {
  font-size: 4rem;
}

@media only screen and (min-width: 991px) {
  .main-navigation ul {
    display: flex;
    justify-content: end;
  }
}
html {
  font-size: 10px;
}
html a {
  color: rgb(17, 17, 13);
  text-decoration: none;
}
html a:hover {
  color: #222222;
  text-decoration: none;
}
html body {
  color: rgb(17, 17, 13);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}
html body .container, html body .container-fluid, html body .container-lg, html body .container-md,
html body .container-sm, html body .container-xl, html body .container-xxl, html body .row {
  --bs-gutter-x: 2.4rem;
}
html body b, html body strong {
  font-weight: bold;
}
html body .h3, html body h3, html body .h4, html body h4, html body .h5, html body h5 {
  margin: 0 0 1.6rem 0;
  line-height: 120%;
}
html body .h1, html body h1 {
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 2rem 0;
}
html body .h2, html body h2 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 2rem 0;
}
html body .h3, html body h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}
html body .h4, html body h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
html body .h5, html body h5 {
  font-size: 1.6rem;
  font-weight: 500;
}
html body .h6, html body h6 {
  font-size: 1.4rem;
  font-weight: 400;
}
html body #gform_submit_button_1,
html body .gform_footer input.gform_button.button,
html body .btn {
  color: #ffffff;
  background-color: rgb(17, 17, 13);
  border: none;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: 0.3s all ease;
}
html body #gform_submit_button_1:active, html body #gform_submit_button_1:focus, html body #gform_submit_button_1:hover,
html body .gform_footer input.gform_button.button:active,
html body .gform_footer input.gform_button.button:focus,
html body .gform_footer input.gform_button.button:hover,
html body .btn:active,
html body .btn:focus,
html body .btn:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 13, 0.8);
}

.site-header {
  top: 1.6rem;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  .site-header .container {
    max-width: 130rem;
  }
}
.site-header .header-inner {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 225, 255);
  border-radius: 11.6rem;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 1rem 1.6rem;
}
@media (min-width: 992px) {
  .site-header .header-inner {
    padding: 1rem 1.2rem 1rem 2.4rem;
  }
}
.site-header.fixed {
  position: fixed;
  top: 0rem;
  padding: 0.8rem 1.6rem;
}
.site-header.fixed .header-inner {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(20px);
}
.site-header.fixed .site-logo img {
  max-height: 4rem;
}
.site-header .site-logo a {
  outline: none;
}
.site-header .site-logo img {
  max-height: 4rem;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .site-header .site-logo img {
    max-height: 4.2rem;
  }
}

@media (min-width: 992px) {
  .site-wrap .container {
    max-width: 120rem;
  }
}
.site-wrap .hero-bg-overlay {
  background: linear-gradient(180deg, #EEEEFE 0%, #F0EDFE 30%, #F9E6F8 59.62%, #FFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 5rem);
  z-index: -1;
}

.site-navigation {
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-navigation #site-navigation {
  transform: all 0.3s;
}
.site-navigation.toggled #site-navigation {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  background: white;
  height: 100vh;
  overflow: auto;
  padding: 20px;
}
.site-navigation.toggled #site-navigation .menu-main-menu-container {
  padding: 2rem 0;
}
.site-navigation.toggled #site-navigation #getUpdates {
  margin: 0 0 2rem 0;
  width: 100%;
}
.site-navigation button.menu-toggle {
  border: 0;
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  border-radius: 0.4rem;
  background-color: transparent;
}
.site-navigation button.menu-toggle img {
  max-width: 2.4rem;
}
.site-navigation ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-navigation ul#primary-menu li {
  position: relative;
  margin-left: 0.8rem;
}
.site-navigation ul#primary-menu li a {
  color: rgba(17, 17, 13, 0.6);
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 1.6rem;
  padding: 1rem;
  position: relative;
}
.site-navigation ul#primary-menu li a:hover {
  color: #222222;
}
.site-navigation ul#primary-menu li a .down-arrow {
  margin-left: 4px;
}
.site-navigation ul#primary-menu li.current-nutrition-parent > a, .site-navigation ul#primary-menu li.current-post-parent > a, .site-navigation ul#primary-menu li.current_page_parent.current-menu-ancestor > a, .site-navigation ul#primary-menu li.current-menu-item > a {
  color: #222222;
  font-weight: 600;
}
.site-navigation ul#primary-menu li.current-nutrition-parent > a::after, .site-navigation ul#primary-menu li.current-post-parent > a::after, .site-navigation ul#primary-menu li.current_page_parent.current-menu-ancestor > a::after, .site-navigation ul#primary-menu li.current-menu-item > a::after {
  content: "";
  background-color: #222222;
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  height: 0.3rem;
  width: 100%;
}
.site-navigation ul#primary-menu li.current-nutrition-parent > a svg path, .site-navigation ul#primary-menu li.current-post-parent > a svg path, .site-navigation ul#primary-menu li.current_page_parent.current-menu-ancestor > a svg path, .site-navigation ul#primary-menu li.current-menu-item > a svg path {
  stroke: #222222;
}
.site-navigation ul#primary-menu li .sub-menu li a::after {
  bottom: 0;
}
.site-navigation ul#primary-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.site-navigation ul#primary-menu li ul.sub-menu {
  position: absolute;
  background: #ffffff;
  --tw-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.12);
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  min-width: 25rem;
  display: block;
  list-style: none;
  padding: 1rem 0 2rem 0;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -1.6rem);
  top: 110%;
  right: 0;
}
.site-navigation ul#primary-menu li ul.sub-menu li {
  margin: 0;
  width: 100%;
}
.site-navigation ul#primary-menu li ul.sub-menu li a {
  padding: 1.2rem 1.7rem;
  width: 100%;
}
.site-navigation ul#primary-menu li ul.sub-menu li.current-menu-item > a::after {
  content: "";
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 100%;
}

.breadcrumbs #breadcrumbs {
  margin: 0 0 2rem -8px;
}
.breadcrumbs #breadcrumbs span {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.breadcrumbs #breadcrumbs span span {
  margin: 0 8px;
}
.breadcrumbs #breadcrumbs a {
  color: rgba(17, 17, 13, 0.7);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.breadcrumbs #breadcrumbs a:hover {
  color: #222222;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  list-style: none;
}
.breadcrumbs ul li a {
  font-size: 14px;
  color: rgba(17, 17, 13, 0.7);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.breadcrumbs ul li a:hover {
  color: #222222;
}

.single-post .site-navigation ul#primary-menu li.current_page_parent > a {
  color: #222222;
  font-weight: 600;
}
.single-post .site-navigation ul#primary-menu li.current_page_parent > a::after {
  content: "";
  background-color: #222222;
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  height: 0.3rem;
  width: 100%;
}

.single-ebooks .site-navigation ul#primary-menu li.ebooks-menu-item > a {
  color: #222222;
  font-weight: 600;
}
.single-ebooks .site-navigation ul#primary-menu li.ebooks-menu-item > a::after {
  content: "";
  background-color: #222222;
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  height: 0.3rem;
  width: 100%;
}

.main-hero .above-hero {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.article-posts .f-post a {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
}
.article-posts .f-post a img {
  border-radius: 0.8rem;
  transition: all 0.2s;
}
.article-posts .f-post a img:hover {
  opacity: 0.7;
}
.article-posts .f-post h4 {
  line-height: 150%;
  font-weight: 600;
}
.article-posts .f-post .--date {
  font-size: 1.4rem;
}
.article-posts .f-post .--author {
  font-size: 1.4rem;
}
.article-posts .f-post .--author ul {
  padding: 0;
  margin: 0 1rem 0 0;
  list-style: none;
}
.article-posts .f-post .--author ul a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px 1rem;
  border-radius: 2rem;
  transition: all 0.3s;
}
.article-posts .f-post .--author ul a:hover {
  background-color: #ffffff;
}

.colored-wrap {
  background-color: #f4f4f0;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.colored-wrap figure {
  margin: 0;
}

.boxed-container {
  max-width: 99rem;
  margin: auto;
}

.site-footer-outer .site-footer {
  background-color: #000;
  padding: 2.4rem;
  margin: auto;
}
@media (min-width: 992px) {
  .site-footer-outer .site-footer {
    padding: 4rem;
    border-radius: 24px;
    max-width: 130rem;
  }
}
.site-footer-outer .site-footer .site-info .site-logo {
  margin-right: 2.4rem;
}
.site-footer-outer .site-footer .site-info .site-logo img {
  max-width: 7.2rem;
}
.site-footer-outer .site-footer .site-info .site-logo:hover img {
  opacity: 0.8;
}
.site-footer-outer .site-footer .site-info p {
  color: white;
  margin: 0;
}
.site-footer-outer .site-footer p, .site-footer-outer .site-footer a {
  font-size: 1.4rem;
}
.site-footer-outer .site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.site-footer-outer .site-footer ul li {
  margin-right: 1rem;
}
.site-footer-outer .site-footer ul li a {
  color: white;
  padding: 0.5rem;
  font-weight: 600;
}
.site-footer-outer .site-footer .wp-block-social-links .wp-social-link {
  background-color: #11110d;
}
.site-footer-outer .site-footer .wp-block-social-links .wp-social-link svg {
  height: 2rem;
  width: 2rem;
}
.site-footer-outer .site-footer #toTop {
  color: #ffffff;
  background-color: #11110d;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 5rem;
  height: 4rem;
  width: 4rem;
  position: fixed;
  right: 1.6rem;
  bottom: 2.4rem;
  font-weight: bold;
  transition: all 0.2s;
  opacity: 0;
  transform: translate(0, 1.6rem);
}
.site-footer-outer .site-footer #toTop.in {
  opacity: 1;
  transform: translate(0, 0);
}
.site-footer-outer .site-footer #toTop img {
  max-width: 1.4rem;
}
.site-footer-outer .site-footer #toTop:hover {
  transform: scale(1.05);
}
.site-footer-outer .site-footer .footer-social ul {
  justify-content: flex-end;
}
.site-footer-outer .site-footer .footer-nav .disclaimer-btn {
  color: white;
  font-weight: 600;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.site-footer-outer .--copyright {
  font-size: 1.4rem;
  opacity: 0.7;
  text-align: right;
}

.newsletter h3 {
  color: white;
}
.newsletter .emaillist p {
  margin: 0;
}
.newsletter .emaillist .gjs-row {
  margin: 0 !important;
  justify-content: flex-end !important;
}
.newsletter .emaillist .gjs-row .gjs-cell {
  background: linear-gradient(49deg, #8155E5 39.02%, #36ACF4 103.5%);
  flex-grow: inherit;
  border-radius: 1rem;
  padding: 0.3rem 0.3rem 0.3rem 0.35rem;
  display: flex;
}
.newsletter .emaillist input {
  outline: none;
  font-size: 1.4rem;
}
.newsletter .emaillist input[type=email] {
  color: #11110d;
  background-color: #ffffff;
  border-radius: 0.8rem 0 0 0.8rem;
  padding: 1.2rem 1.6rem;
  transition: all 0.3s;
  border: none;
  font-weight: 500;
  width: 100%;
}
.newsletter .emaillist input[type=email]:focus {
  background-color: #ffffff;
}
.newsletter .emaillist input[type=submit] {
  color: #ffffff;
  border: none;
  background: transparent;
  font-weight: 600;
  border-radius: 0 0.8rem 0.8rem 0;
  padding: 1.2rem 1.6rem;
  transition: all 0.3s;
}
.newsletter .emaillist input[type=submit]:hover {
  background: linear-gradient(49deg, #8155E5 39.02%, #36ACF4 103.5%);
}
.newsletter .emaillist .es_subscription_message {
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
}

.content-wrap {
  min-height: 30rem;
}
.content-wrap a {
  text-decoration: underline;
  font-weight: bold;
}

.the_content {
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.the_content h1 {
  font-size: 3.2rem;
}
.the_content h2, .the_content h3 {
  margin-top: 3.2rem;
}

#blog-listing .f-post {
  border: 1px solid rgba(17, 17, 13, 0.1);
  background: white;
  padding: 1.6rem;
  border-radius: 1.6rem;
  height: 100%;
}
#blog-listing .f-post h4 {
  line-height: 130%;
  margin-bottom: 0.8rem;
}
#blog-listing .f-post p {
  margin-bottom: 1.6rem;
}
#blog-listing .f-post .--author ul {
  margin-right: 1.6rem;
}
#blog-listing .f-post .--author li {
  float: left;
}
#blog-listing .f-post .--author a {
  background: #f4f4f0;
  display: block;
}
#blog-listing .--title {
  margin-bottom: 4rem;
}
#blog-listing .--title p {
  font-size: 1.8rem;
  font-weight: 500;
}
#blog-listing .--title h1 {
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}

.detail-hero .post-categories {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.detail-hero .post-categories a {
  color: #11110d;
}

.post-details .col-post-thumb {
  position: relative;
}
.post-details .col-post-thumb figure {
  overflow: hidden;
  border-radius: 1rem;
}
.post-details .article-content dl, .post-details .article-content ol, .post-details .article-content ul {
  padding-left: 2rem;
}
.post-details .article-tags {
  color: rgba(129, 85, 229, 0.5);
  padding: 0 0 1.6rem 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.post-details .article-tags:before {
  content: url("../images/tag.svg");
  position: absolute;
  left: 0;
}
.post-details .article-tags a {
  font-weight: normal;
  border: none;
  margin-left: 5px;
  margin-right: 1px;
}
.post-details .article-tags a:hover {
  color: #11110d;
}
.post-details .--share {
  border-top: 1px solid #000000;
  padding: 1.6rem 0 0 0;
}
.post-details .social-share {
  border-top: 1px solid #000000;
  padding: 1.6rem 0;
  margin-top: 5rem;
}
.post-details .social-share h5 {
  margin: 0 1rem;
}

.accordion {
  margin-top: 3.2rem;
}
.accordion p {
  max-width: 123.2rem;
  margin: 0;
}
.accordion .accordion-item {
  border: 1px solid rgba(17, 17, 13, 0.1);
  margin-bottom: 1.4rem;
  box-shadow: unset;
  border-radius: 0.8rem;
}
.accordion .accordion-item h6 button {
  color: #11110d;
  background: transparent !important;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.8rem !important;
  line-height: 2.4rem;
  padding: 1.4rem;
}
.accordion .accordion-item h6 button:focus, .accordion .accordion-item h6 button:hover, .accordion .accordion-item h6 button:active, .accordion .accordion-item h6 button:visited {
  box-shadow: none;
  outline: none !important;
}

#getUpdates {
  background-color: #11110d;
  color: #ffffff;
  border: none;
  border-radius: 8rem;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1rem 1.6rem;
  margin-left: 3.2rem;
  transition: all 0.3s;
}
#getUpdates:hover {
  background-color: rgba(17, 17, 13, 0.9);
}

.--excerpt p {
  font-size: 2rem;
}

.realted-posts {
  border-top: 1px solid #dcdbdb;
}

.related-insights-widget {
  border-top: 5px solid #231f20;
  border-bottom: 5px solid #231f20;
  padding-bottom: 2.4rem;
  padding-top: 3.2rem;
}

.post-content h2 {
  font-size: 2.8rem;
}
.post-content h2, .post-content h3, .post-content h4 {
  font-weight: bold;
  margin-top: 3.2rem;
}
.post-content p {
  margin-bottom: 1.6rem;
}
.post-content p a {
  color: #222222;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s;
}
.post-content p a:hover {
  color: #222222;
  text-decoration: none;
}
.post-content h5 {
  margin-top: 2.4rem;
}
.post-content img {
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.post-content .calcu-content {
  margin: 1rem 0;
}
.post-content .wp-block-image {
  margin: 2rem 0;
}
.post-content .wp-block-image .wp-element-caption {
  margin-top: 0;
  margin-top: -8px;
  padding: 12px 10px 6px 10px;
  font-size: 1.4rem;
  background: #f6f6f6;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #444;
}

.navigation.pagination {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .nav-links a {
  transition: all 0.3s;
}
.navigation.pagination .nav-links a:hover {
  background-color: #eee;
}
.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
  border: 1px solid rgba(17, 17, 13, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  min-width: 3.2rem;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  margin: 0 0.2rem;
}
.navigation.pagination .nav-links span {
  color: #999;
  border: 1px solid rgba(17, 17, 13, 0.1);
}
.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
  color: white;
  background-color: #11110d;
  min-width: 8rem;
  transition: all 0.3s;
}
.navigation.pagination .nav-links .prev:hover,
.navigation.pagination .nav-links .next:hover {
  background-color: #11110d;
  opacity: 0.7;
}

.top-stories figure {
  overflow: hidden;
  border-radius: 1.6rem;
}
.top-stories figure:hover img {
  transform: scale(1.07);
}
.top-stories .wp-post-image {
  transition: all 0.5s;
}
.top-stories .f-post figure {
  border-radius: 1rem;
}

#site-header .subscribe-btn {
  border: 2px solid #8155E5;
  background-color: #8155E5;
  color: white;
  padding: 1rem 2rem;
  border-radius: 68px;
  font-weight: 600;
  transition: all 0.3s;
}
#site-header .subscribe-btn:hover {
  color: #8155E5;
  background-color: transparent;
}
#site-header .search-btn {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 4rem;
  transform: translate(0px, -50%);
}
#site-header .search-btn img {
  transition: all 0.3s;
}
#site-header .search-btn:hover img {
  transform: scale(1.1);
}
#site-header #search-collapse {
  position: absolute;
  right: 0;
  top: 120%;
  border: 2px solid #11110d;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
}
#site-header #search-collapse form {
  display: flex;
}
#site-header #search-collapse form input {
  font-size: 1.6rem;
  border: none;
  font-weight: 500;
  outline: none;
}
#site-header #search-collapse form input[type=submit] {
  color: white;
  background-color: #222222;
}

#SubscribeModal {
  margin-top: 3rem;
}
#SubscribeModal .ns-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#SubscribeModal .modal-body {
  padding: 0;
}
#SubscribeModal .modal-content {
  border: none;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
#SubscribeModal .modal-newsletter {
  padding: 5rem 4rem;
}
#SubscribeModal .modal-newsletter .gjs-cell {
  border: 1px solid rgba(17, 17, 13, 0.1);
  display: flex;
}
#SubscribeModal .modal-newsletter .gjs-cell input.es-email {
  width: 100%;
}
#SubscribeModal .modal-newsletter .gjs-cell input[type=submit] {
  border: none;
}
#SubscribeModal .modal-newsletter h2 {
  font-size: 3.2rem;
}
#SubscribeModal .modal-newsletter .es_subscription_message {
  color: #11110d;
  font-size: 1.6rem;
}
#SubscribeModal .modal-newsletter .btn-close {
  color: #11110d;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.6rem;
  text-indent: 3rem;
  overflow: hidden;
  opacity: 0.5;
  padding: 1rem;
  outline: none;
}
#SubscribeModal .modal-newsletter .btn-close:hover {
  opacity: 1;
}
#SubscribeModal .emaillist {
  margin-top: 3.2rem;
}
#SubscribeModal h5 {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  font-weight: normal;
}
#SubscribeModal h5 a {
  text-decoration: underline;
}

.wp-block-rank-math-toc-block,
.content-table {
  border-radius: 10px;
  margin: 32px 0 24px 0;
  border: 2px solid #222222;
  padding: 16px;
  color: #222222;
  --tw-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.12);
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.wp-block-rank-math-toc-block ul,
.content-table ul {
  list-style: none;
  padding: 0;
}
.wp-block-rank-math-toc-block ul ol, .wp-block-rank-math-toc-block ul ul,
.content-table ul ol,
.content-table ul ul {
  padding-left: 2rem;
}
.wp-block-rank-math-toc-block li,
.content-table li {
  margin-bottom: 5px;
}
.wp-block-rank-math-toc-block li a,
.content-table li a {
  color: #222222;
}
.wp-block-rank-math-toc-block li a:hover,
.content-table li a:hover {
  color: #222222;
}
.wp-block-rank-math-toc-block h2,
.wp-block-rank-math-toc-block .wp-block-heading,
.content-table h2,
.content-table .wp-block-heading {
  margin: 5px 0 10px 0;
  font-size: 2rem;
}

#DisclaimerModal .modal-body hr {
  margin-bottom: 2rem;
}
#DisclaimerModal .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 9;
}

.product-hero .--author {
  opacity: 0.7;
  font-size: 1.4rem;
}
.product-hero .--author a {
  pointer-events: none;
}

.download-product .gumroad-button {
  font-size: 1.8rem;
  padding: 1.4rem 1.8rem;
}
.download-product .gumroad-button .logo-full {
  margin-left: 1rem;
}

.product-content p, .product-content ul, .product-content ol, .product-content li {
  font-size: 1.8rem;
}
.product-content ul, .product-content ol {
  padding-left: 2.4rem;
  margin-bottom: 3.2rem;
}
.product-content ul li, .product-content ol li {
  margin-bottom: 1rem;
}

.login-form {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 225, 255);
  border-radius: 1rem;
  padding: 3.2rem;
}
@media (min-width: 992px) {
  .login-form {
    margin-top: 3.2rem;
  }
}
.login-form h3 {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .login-form h3 {
    font-size: 3.2rem;
  }
}
.login-form p {
  font-size: 1.4rem;
}

#member-login-form form {
  max-width: 40rem;
  margin: auto;
  margin-top: 3.2rem;
}
#member-login-form form .gform_body input[type=email] {
  border-radius: 0.8rem;
  padding: 0.6rem 1.6rem;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  width: 100%;
  height: auto;
}
#member-login-form form .gform-footer input.gform_button {
  border-radius: 1rem;
  padding: 1.6rem 1.6rem;
  border: none;
  background-color: #11110d;
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
  height: auto;
  transition: all 0.3s;
  width: 100%;
}
#member-login-form form .gform-footer input.gform_button:hover {
  background-color: #222222;
}

@media only screen and (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 125rem;
  }
  /* end max-991px */
}
@media only screen and (min-width: 1200px) {
  .max-1200 {
    max-width: 120rem;
  }
  .max-1100 {
    max-width: 110rem;
  }
  .max-1000 {
    max-width: 100rem;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-main.max-300 {
    max-width: 33rem;
  }
  .menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-navigation {
    position: relative;
  }
  .site-navigation ul#primary-menu li a {
    width: 100%;
  }
  .site-navigation ul#primary-menu li.current-menu-ancestor > a, .site-navigation ul#primary-menu li.current_page_parent > a, .site-navigation ul#primary-menu li.current-menu-item > a {
    color: #11110d;
    font-weight: 600;
  }
  .site-navigation ul#primary-menu li.current-menu-ancestor > a::after, .site-navigation ul#primary-menu li.current_page_parent > a::after, .site-navigation ul#primary-menu li.current-menu-item > a::after {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0.2rem;
  }
  .site-navigation ul#primary-menu li.menu-item-has-children > a {
    background-image: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1.3rem) center;
  }
  .site-navigation ul#primary-menu li ul.sub-menu {
    border-left: 0.3rem solid #eee;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    position: relative;
    padding: 0;
    margin: 5px 1.3rem 5px 0;
    min-width: 100%;
  }
  .site-navigation ul#primary-menu li ul.sub-menu li a {
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
  .site-navigation ul#primary-menu li ul.sub-menu li.current_page_parent a::after, .site-navigation ul#primary-menu li ul.sub-menu li.current-menu-item a::after {
    left: -2px;
    bottom: 0;
    height: 100%;
    width: 0.2rem;
  }
  .calc-list {
    padding: 1.6rem 0;
  }
  .calc-list ul.collapse {
    display: none;
  }
  .calc-list ul.collapse.show {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  html body .container, html body .container-fluid, html body .container-lg, html body .container-md, html body .container-sm, html body .container-xl, html body .container-xxl {
    --bs-gutter-x: 3rem;
  }
  html body .row {
    --bs-gutter-x: 1.5rem;
  }
  html body .site-header.fixed .site-logo img {
    max-width: 16rem;
  }
  html body .site-header a.site-logo {
    display: inline-block;
  }
  .featured-posts {
    margin-top: 2rem;
  }
  .featured-posts .f-post h4 {
    margin-bottom: 0.5rem;
    line-height: 120%;
    font-size: 1.6rem;
  }
  .site-footer {
    padding-bottom: 4rem;
  }
  .site-footer ul#menu-footer-menu {
    display: block;
    text-align: center;
  }
  .site-footer .footer-social ul {
    justify-content: center;
  }
  .site-footer .footer-nav .disclaimer-btn {
    display: flex;
    margin: auto;
  }
  .site-footer #toTop {
    bottom: 1rem;
    height: 3rem;
    width: 3rem;
  }
  .newsletter .emaillist input[type=email] {
    width: 100%;
  }
  .detail-hero {
    padding-bottom: 2.4rem;
  }
  .detail-hero .col-post-thumb {
    margin-top: 2.4rem;
  }
  .detail-hero .the_content {
    margin-top: 2.4rem;
  }
  .newsletter .emaillist .gjs-row .gjs-cell {
    display: flex;
    flex-grow: 1;
  }
  .main-hero {
    padding: 9rem 0 4.8rem 0;
  }
  .main-hero .--excerpt p {
    font-size: 1.6rem;
    margin: 0;
  }
  .main-hero h3 {
    font-size: 1.8rem;
  }
  .main-hero h1 {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
  }
  .main-hero h5 {
    font-weight: 400;
    font-size: 1.5rem;
  }
  .article-posts {
    margin-top: 2.4rem;
  }
  .content-wrap {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }
  #ageCalculator #ageForm {
    min-width: 100%;
    max-width: inherit;
    width: 100%;
  }
  #ageCalculator #ageResults {
    margin-left: 0;
    max-width: 100%;
  }
  .calc-list-wrap .--item figure {
    margin: 0;
  }
  .calc-list-wrap .--item figure img {
    min-height: 20rem;
  }
  .calc-list-wrap .--item h5 {
    font-size: 1.8rem;
  }
  .calc-list-wrap .--outer:last-child h5 {
    font-size: 2rem;
  }
  .calc-list-wrap {
    padding: 5rem 0 0 0;
  }
  .top-stories {
    padding: 5rem 0;
  }
  .top-stories h3.h1 {
    font-size: 2.4rem;
    margin-top: -1rem;
  }
  #blog-listing {
    padding-top: 9rem;
  }
  #blog-listing .pt-32.article-listing {
    padding-top: 0;
  }
  #blog-listing .--title {
    margin: 0;
  }
  #blog-listing .--title h1 {
    font-size: 3.2rem;
  }
  .calc-output-wrapper {
    padding: 2.4rem 1.6rem;
  }
  .calc-output-wrapper .result-column {
    padding: 3rem 2rem;
  }
  .calculator-form td {
    padding: 0.5rem;
    gap: 1rem;
  }
  .calc-list ul {
    max-height: 15rem;
    padding: 0;
  }
  #DisclaimerModal {
    margin-top: 0;
  }
}/*# sourceMappingURL=theme.css.map */