/*!
Theme Name: Autoimmune Sisters
Theme URI: https://www.anchoreddesign.com/
Template: kadence
Author: Kadence WP
Author URI: https://www.anchoreddesign.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.1212155816
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: coaching-plus
*/

/* Theme customization starts here
-------------------------------------------------------------- */

body {
  --global-gray-500: #f2f2f2;
  --wp--preset--color--yellow: #f9cf72;
  --wp--preset--color--pink: #eac9c3;
  --wp--preset--color--skyblue: #9acfe2;
  --wp--preset--color--mustard: #c69c6d;
}

.site-container b,.site-container strong{
  font-weight: 600;
}


.yoast-breadcrumbs,
.kadence-breadcrumbs {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
	letter-spacing:1px;
  text-align: center;
	
}
.archive-intro .kadence-breadcrumbs {
  margin: 0px 0 5px;
  font-size: 12px;
}

.yoast-breadcrumbs a,
.yoast-breadcrumbs a:visited {
  color: #000;
  text-decoration: none;
}

.site-top-header-inner-wrap {
  position: relative;
  text-align: center;
}

.site-header-main-section-center > .site-header-item:last-child,
.site-header-main-section-right-center > .site-header-item:last-child {
  align-items: flex-end;
  padding-bottom: 10px;
}

.search-toggle-open.search-toggle-style-default {
  padding: 3px;
}

.site-top-header-inner-wrap p img {
  margin-bottom: -3px;
  margin-right: 4px;
}
.kadence-sticky-header.item-is-stuck .site-title {
  font-size: 30px;
  line-height: 1;
}

.site-branding .site-description {
  text-align: left;
}

.header-button.button-size-custom b {
  color: var(--global-palette3);
  display: inline-block;
  margin-bottom: 0px;
}

.header-button p {
  display: inline;
}

#widget-drawer.popup-drawer .drawer-inner {
  background-color: var(--global-palette8)!important;
}

#widget-drawer.popup-drawer .drawer-inner  *,
#widget-drawer.popup-drawer .drawer-inner .menu-item a,
#widget-drawer.popup-drawer .drawer-inner .menu-item a:visited{
  color: var(--global-palette3);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;

}

#widget-drawer.popup-drawer .drawer-inner .menu-item a:focus,
#widget-drawer.popup-drawer .drawer-inner .menu-item a:hover {
  color: var(--global-palette3);
	font-weight: 600;
  text-decoration: underline;
}

#main-header .search-toggle-icon {
  display: none;
}

.header-navigation[class*="header-navigation-style-underline"]
  .header-menu-container.primary-menu-container
  > ul
  > li
  > a::after {
  background: var(--global-palette1);
}

.wp-block-heading img {
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 5px;
}

.single .entry-content-wrap {
  padding: 0px;
}

.single-post .content-area {
	padding-top: 0px;
}

input,
select,
textarea,
.site-container .wp-block-search .wp-block-search__input {
  border-color: #000 !important;
  border-radius: 0px !important;
  border-radius: 0px;
  border-width: 2px;
}

.wp-block-search .wp-block-search__button {
  width: 140px;
  font-size: 21px;
}

.main-navigation .primary-menu-container > ul li.menu-item > a {
  padding: 0 20px !important;
}

.accountlinks {
  display: inline-flex;
  gap: 1em;
  justify-content: center;
  flex-direction: row;
}

.accountlinks a,
.accountlinks a:visited {
  font-size: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: var(--global-palette3);
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}

.accountlinks a:focus,
.accountlinks a:hover {
  color: var(--global-palette2);
  text-decoration: underline !important;
}

.accountlinks a:last-child {
  margin: 0 0px 0 5px;
}

.carticon {
  margin: 0 15px;
  position: relative;
}
.carticon .icon {
  background: no-repeat url(assets/images/carticon.png) center / contain;
  width: 42px;
  height: 50px;
  display: inline-block;
  margin-bottom: -15px;
  margin: 0 0px -17px;
}
.carticon .edd-cart-quantity {
  background-color: var(--global-palette1);
  color: #fff;
  position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.wp-block-query .block-entry-title {
  text-align: center;
}

.wp-block-query ul {
  padding: 0px !important;
}

.wp-block-query .wp-block-post-title {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: auto;

  text-decoration: none;
  line-height: 1.2;
  font-family: var(--global-body-font-family);
}
.wp-block-query .wp-block-post-title a,
.wp-block-query .wp-block-post-title a:visited {
  border-bottom: 2px solid #fff;
  display: inline;
	font-weight: 500!important;
}
.wp-block-query .wp-block-post-title a:hover,
.wp-block-query .wp-block-post-title a:focus,
.wp-block-query .wp-block-post-title:hover h2 a,
.wp-block-query .wp-block-post-title:focus h2 a {
  text-decoration: none !important;
  color: var(--global-palette3) !important;
  border-bottom: 2px solid currentColor;
}

.wrap .post-archive-hero-section .entry-hero-container-inner,
.wrap .entry-hero-container-inner,
.wrap .entry-hero-container-inner .entry-header {
  background-color: var(--global-palette8);
}

.entry-hero-container-inner .entry-header > div{
	z-index: 2;
}
.hero-container .archive-description{
	margin-top: 20px;
	margin-bottom: 0px;
}
.hero-container .archive-description p:last-child {
	margin-bottom: 0px;
}

.single-download .entry-header {
  display: none;
}

.entry-title a {
  text-decoration: none;
}

.edd-submit.button {
  border: 2px solid var(--global-palette3);
  text-transform: uppercase;
  padding: 10px 25px;
}

#edd-purchase-button,
.edd-submit,
[type="submit"].edd-submit,
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary,
.wp-block-edd-checkout #edd_purchase_form .edd-submit {
  border: 2px solid var(--global-palette3) !important;
  text-transform: uppercase;
  padding: 10px 25px;
	background-color: var(--global-palette3)!important;
	border-radius: 40px!important;
}

.wp-block-edd-checkout #edd_purchase_form .edd-submit:hover,
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:hover,
[type="submit"].edd-submit:hover,
.edd-submit:hover,
#edd-purchase-button:hover,
.wp-block-edd-checkout #edd_purchase_form .edd-submit:focus,
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:focus,
[type="submit"].edd-submit:focus,
.edd-submit:focus,
#edd-purchase-button:focus{
		background-color: white!important;
	color: var(--global-palette3)!important;
}


button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button {
	border: 2px solid inherit;
}

.edd-submit.button:hover,
.edd-submit.button:focus {
  background-color: #fff !important;
  color: var(--global-palette3) !important;
  border: 2px solid var(--global-palette3) !important;
}
#edd_login_form {
  max-width: 100%;
  width: 600px;
  margin: 20px auto;
}
#edd_login_form .edd-login-username,
#edd_login_form .edd-login-email,
#edd_login_form .edd-login-password{
  display: grid;
  grid-template-columns: 1fr;
}
#edd_profile_editor_form fieldset p {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/**
* Home Styles
*/

.verticleTxt {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  position: absolute;
  top: 10px;
  left: -100px;
  letter-spacing: 2.5px;
  font-size: 23px;
}


.bottomsep1:after  {
  content: '';
  display: block;
  background: no-repeat url(/wp-content/uploads/2024/08/sep1-scaled.jpg) center /
  contain;
  height: 130px;
  width: 100%;
  position: absolute;
  bottom: -14px;
  z-index: 2;
}
@media only screen and (max-width: 2300px) {
  .bottomsep1:after  {
    
    bottom: -20px;
  }
} 
@media only screen and (max-width: 2100px) {
  .bottomsep1:after  {
    height: 100px;
    bottom: -7px;
  }
}
@media only screen and (max-width:1800px) {
  .bottomsep1:after  {
    bottom: -15px
  }
}
@media only screen and (max-width:1500px) {
  .bottomsep1:after  {
    bottom: -22px
  }
}
@media only screen and (max-width:1000px) {
  .bottomsep1:after  {
    bottom: -30px
  }
}
@media only screen and (max-width:800px) {
  .bottomsep1:after  {
    bottom: -37px
  }
}
.bottomsep2{
  z-index:0;
}

.topseparator {
  top: -110px;
  position: absolute;
  width: 100%;
}
.topsep1 svg  {
  z-index: 1;
}   
@media only screen and (max-width: 2100px) {
  .bottomsep2 .kt-row-layout-bottom-sep {
    display: none!important
  }
  .topseparator {
    top: -85px;
  }
}

@media only screen and (max-width: 1900px) {
 
  .topseparator {
    top: -80px;
  }
}

@media only screen and (max-width: 1700px) {
  .bottomsep2 .kt-row-layout-bottom-sep {
    display: none!important
  }
  .topseparator {
    top: -65px;
  }
}
@media only screen and (max-width: 1700px) {
  .topseparator {
    top: -60px;
  }
}

@media only screen and (max-width: 1200px) {
  .bottomsep2 {
    
    background-image: none!Important;
  }
  .topseparator {
    top: -30px;
  }
}




/* .kt-row-layout-bottom-sep.kt-row-sep-type-sltl svg  {
  stroke: white ;
  stroke-width: 8px;
} */

.kadence-column22591_990685-4a > .kt-inside-inner-col {
  height: 100%;
}
.witharrowGroup {
  position: absolute;
  left:10%;
  top: 23%;
}
.witharrowGroup:after {
  content: "";
  background: no-repeat url(/wp-content/uploads/2024/08/uparrow.png) center /
    contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: -10px;
}

.imagewithLogo {
  position: relative;
  z-index: 2;
}

.imagewithLogo:After {
  content: "";
  background: no-repeat url(/wp-content/uploads/2024/08/autois-circle-1.png) center /
    contain;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: -40px;
  
}
@media screen and (max-width: 2400px) {
  .witharrowGroup {
    left: 15%;
    top: 26%;
  }
}
@media screen and (max-width: 2300px) {
  .witharrowGroup {
    left: 22%;
    top: 29%;
  }
}
@media screen and (max-width: 2200px) {
  .witharrowGroup {
    left: 24%;
    top: 31%;
  }
}
@media screen and (max-width: 2100px) {
  .witharrowGroup {
    left: 31%;
    top: 34%;
  }
}
@media screen and (max-width: 2000px) {
  .witharrowGroup {
    left: 28%;
    top: 36%;
  }
  .extracolRow  .kt-row-column-wrap {
    display: flex;
    flex-direction: column;
  }
  .wp-block-kadence-column.extracol {
    display: none;
  }
}
@media screen and (max-width: 1900px) {
  .witharrowGroup {
    left: 31%;
    top: 35%;
  }
}
@media screen and (max-width: 1800px) {
  .witharrowGroup {
    left: 35%;
    top: 42%;
  }
}
@media screen and (max-width: 1700px) {
  .witharrowGroup {
    left: 41%;
    top: 44%;
  }
}

@media screen and (max-width: 1600px) {
  .witharrowGroup * {
    font-size: 15px!important;
  }
  .witharrowGroup::after {
    width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -10px;
  }
  .witharrowGroup {
    left: 51%;
    top: 51%;
  }
}
@media screen and (max-width: 1540px) {
  .witharrowGroup {
    left: 52%;
    top: 52%;
  }
}
@media screen and (max-width: 1400px) {
  .witharrowGroup {
    left: 58%;
    top: 62%;
  }
}
@media screen and (max-width: 1360px) {
  .witharrowGroup {
    left: 57%;
    top: 55%;
  }
}
@media screen and (max-width: 1260px) {
  .witharrowGroup {
    display: none;
  }
}
.emailgroupwithArrow {
  position: absolute;
  right: 18%;
  bottom: 10%;
}
.emailgroupwithArrow:before {
  content: "";
  background: no-repeat url(/wp-content/uploads/2024/08/curl-arrow.png) center /
    contain;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 14px;
  left: -105px;
}
.arrowtxt1 {
  position: absolute;
  left: -145px;
}
.arrowtxt1:before {
  content: "";
  background: no-repeat url(/wp-content/uploads/2024/08/arrow1.png) center /
    contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: -70px;
}

.arrowtxt2 {
  position: absolute;
  left: 25px;
  top: 125px;
}
.arrowtxt2:before {
  content: "";
  background: no-repeat url(/wp-content/uploads/2024/08/arrow2.png) center /
    contain;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: -35px;
}

.arrowtxt3 {
  position: absolute;
  left: -15px;
  top: 206px;
}
.arrowtxt3:before {
  content: "";
  background: no-repeat url(/wp-content/uploads/2024/08/arrow3.png) center /
    contain;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  top: -8px;
  left: -35px;
}


#masthead{
  z-index: 0!important;
}

.kb-row-layout-wrap.homeherorow:before {
  opacity: 1;
  background-image: url('/wp-content/uploads/2024/08/AS-featured-image.png');
  background-size: 70% 100%;
  background-position: bottom 0px left 0px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index: 10;
  height: calc(100% + 35px);
  content: '';
  position: absolute;
  
  left: 0px;
  width: 54%;
  display: block;
  z-index: 12;
  top:-35px;
}

@media only screen and (max-width: 2500px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 57%;
  }
}
@media only screen and (max-width: 2300px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 60%;
  }
}
@media only screen and (max-width: 2200px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 64%;
  }
}
@media only screen and (max-width: 2100px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 68%;
  }
}
@media only screen and (max-width: 1900px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 68%;
    z-index: 0;
  }
  .kb-row-layout-wrap.homeherorow > .kt-row-column-wrap {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 1800px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 71%;
    z-index: 0;
  }
  
}
@media only screen and (max-width: 1640px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 76%;
    z-index: 0;
    
  }
  
}
@media only screen and (max-width: 1540px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 77%;
    z-index: 0;
    
  }
  
}
@media only screen and (max-width: 1460px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 88%;
    
    z-index: 0;
    
  }
  
}
@media only screen and (max-width: 1400px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 94%;
    
    z-index: 0;
    
  }
  
}

@media only screen and (max-width: 1340px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 94%;
    z-index: 0;
    opacity: 0.5;
    
  }
  
}
@media only screen and (max-width: 960px) {
  .kb-row-layout-wrap.homeherorow::before {
   display: none!important;
  }
  
}
.widget-toggle-open-container .widget-toggle-open {
  border: 0px!important
}
.kb-row-layout-wrap.homeherorow,
.home.content-title-style-hide .entry-content {
  margin-top: -50px;
  visibility: visible;
}
.site-container .kb-splide .splide__arrow--next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  right: -30px;
  opacity: 1;
}
.kb-splide .splide__arrow svg,
.kb-splide .splide__arrow--prev {
  display: none !important;
}
.kt-blocks-testimonials-inner-wrap.kt-blocks-carousel .splide__arrow--prev {
  display: block !important;
}
.kb-splide .splide__arrow--next::before {
  content: "";
  display: inline-block;
  background: no-repeat url(/wp-content/uploads/2024/08/arrow2.png) center /
    contain;
  width: 30px;
  height: 20px;
}

.kt-blocks-testimonials-inner-wrap.kt-blocks-carousel .splide__arrow--prev {
  display: none !important;
}
.kt-blocks-testimonials-inner-wrap.kt-blocks-carousel .splide__arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 1;
  right: -10px;
  padding: 20px 0;
}
.kb-splide .splide__arrow--prev::before{
  content: "";
  display: inline-block;
  background: no-repeat url(/wp-content/uploads/2024/08/arrow2.png) center /
    contain;
  width: 40px;
  height: 30px;
  rotate: -180deg;
}




.splide__list > .kt-blocks-testimonial-carousel-item[aria-label="3 of 4"],
.splide__list > .kt-blocks-testimonial-carousel-item[aria-label="4 of 4"] {
  background-color: #fadfd7 !important;
}


.splide__list > .kt-blocks-testimonial-carousel-item[aria-label="2 of 4"] {
  background-color: rgba(250, 223, 215, 0.5)!important;
}

.splide__list > .kt-blocks-testimonial-carousel-item[aria-label="1 of 4"] {
  background-color: #faf6f3 !important;
}

.kt-blocks-testimonials-wrap22591_7ff42a-3a .kt-testimonial-item-wrap .kt-testimonial-title mark{
  border-bottom: 3px solid #e8b6a9;
  display: inline-block;
  padding-bottom: 5px;
}

.kt-testimonial-content code br {
  display: inline-block;
}
.kt-testimonial-content code {
  font-family: var(--global-body-font-family);
  font-size: 21px;
  text-align: left;
  font-weight: 500;
  display: flex;
  padding: 0 0 0 90px;
  margin: -10px 0 0;
}

.site-container .kt-accordion-inner-wrap {
  gap: 20px !important;
  display: flex;
  flex-direction: column;
}

.kt-row-layout-bottom-sep.kt-row-sep-type-wavei {
  stroke: var(--wp--preset--color--yellow);
  stroke-width: 4px;
  margin: 0 -5px 0 -5px;
  filter: drop-shadow(5px 0 0 #fff) drop-shadow(-5px 0 0 white)
    drop-shadow(0 5px 0 white) drop-shadow(0 -5px 0 white);
}

.kt-row-layout-bottom-sep.kt-row-sep-type-wavei:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.kt-row-layout-top-sep.kt-row-sep-type-wavei {
  stroke: #fff;
  stroke-width: 4px;
  margin: -5px -5px 0 -5px;
  filter: drop-shadow(5px 0 0 var(--wp--preset--color--yellow))
    drop-shadow(-5px 0 0 var(--wp--preset--color--yellow))
    drop-shadow(0 5px 0 var(--wp--preset--color--yellow))
    drop-shadow(0 -5px 0 var(--wp--preset--color--yellow));
}
.transformhalf {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-bottom: 0px;
}

.bottomoverlay .kt-image-overlay-color-wrapper {
  top: auto;
  height: 50px;
}

.wp-block-query
  .wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
  margin: 5px 0;
}

.wp-block-query
  .wp-container-core-group-layout-1.wp-container-core-group-layout-1
  p {
  margin: 0px;
}

.wp-block-post-excerpt__more-link {
  background-color: var(--global-palette1);
  color: white;
  border: 2px solid var(--global-palette1);
  font-size: 15px;
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  padding: 15px 25px;
  text-decoration: none;
  margin: 20px auto;
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  margin: 0 5px;
}

.wp-block-social-links .wp-block-social-link svg {
  width: 1.4em;
  height: 1.4em;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited {
  border: 2px solid var(--global-palette3);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:focus {
  border: 2px solid var(--global-palette3);
  background-color: var(--global-palette3);
  color: white !important;
}

.wp-block-query .wp-block-post .wp-block-group {
  margin-bottom: 10px;
}

.wp-block-query .wp-block-post .wp-block-group p {
  margin-bottom: 0px;
}

.wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
  list-style-type: none;
}

.socialiconsgrid.wp-block-group-is-layout-grid {
  gap: 0px;
  grid-template-columns: 0.8fr 1fr;
}

.borderDivider .kt-row-column-wrap  .wp-block-kadence-column,
.borderDivider .kt-testimonial-item-wrap {
  position: relative;
}

.borderDivider .kt-row-column-wrap  .wp-block-kadence-column:not(:first-child)::after,
.borderDivider .kt-testimonial-grid-wrap .kt-testimonial-item-wrap:not(:first-of-type)::after{
  content: '';
  height: 60%;
  width: 2px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 20%;
  left: -30px;
  display: block!important;
}

.borderDivider .kt-testimonial-grid-wrap .kt-testimonial-item-wrap:not(:first-of-type)::after{
  left: -20px;
  top: 22%;
  height: 64%;
}

.kt-testimonial-text-wrap .kt-testimonial-media-wrap * {
  max-width: 180px;
  margin: auto!important
}

.kt-testimonial-style-card .kt-svg-testimonial-global-icon-wrap{
  border: 0px!important;
  float: none!important;
  text-align: center;
  background-color: transparent;
  margin: 10px 0 0px
}


/**
* Single Post Styles
*/

.single .site-main .entry-header {
  position: relative;
  z-index: 1;
  padding: 30px 0 5px;
}

.single-post .entry.single-entry {
  box-shadow: 0 0 0 0 #fff;
}

.single-post.content-style-boxed .content-container main,
.single-post.content-style-boxed .single-after-entry-wrapper {
  margin: auto;
  max-width: 100ch;
}

.single-header-wrapper {
  background: linear-gradient(var(--global-palette8) 80%, #fff 20%);
  max-width: 100%;
  position: relative;
  padding: 30px 0 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.single-header-wrapper .wrap {
  max-width: 100%;
  width: var(--global-content-width);
  margin: 0px auto;
  background-color: var(--global-palette7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-header-wrapper .wrap > * {
  flex: 1;
}

.single-header-wrapper .entry-header {
  padding: 0 40px;
}

.single-header-wrapper .entry-title {
  position: relative;
}

.single-header-wrapper .entry-title::after {
  content: "";
  width: 50px;
  margin: 10px 0 25px;
  height: 2px;
  background-color: var(--global-palette1);
  display: block;
}

.kadence-breadcrumbs a,
.kadence-breadcrumbs a:visited {
  text-decoration: none;
}

.kadence-breadcrumbs a:focus,
.kadence-breadcrumbs a:hover {
  text-decoration: underline;
}

.wp-block-query li {
  margin-bottom: 40px;
}

.single-content p a {
	font-weight: bold;
}

.single-content .wp-block-query figure {
  margin-bottom: 15px;
}

.single-content .wp-block-query h2 {
  margin: 10px 0 0px;
}

.single-content .wp-block-query .wp-block-post-title {
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 500;
}

/* .wp-block-query .wp-block-post-title a:focus,
.wp-block-query .wp-block-post-title a:hover {
  text-decoration: underline;
} */

.single-content .wp-block-query .wp-block-post-excerpt__excerpt {
  margin: 0px;
}

.wp-block-post-excerpt__more-link {
  font-weight: bold;
}

.single .entry-author-title,
h2.entry-related-title,
h3.comment-reply-title,
.comments-title {
  position: relative;
  text-transform: none;
  font-family: var(--global-body-font-family);
  font-size: var(--global-kb-font-size-lg);
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

.entry-author .title, .after-entry .widget-title, .entry-comments h3:not(.comment-reply-title) {
  position: relative;
  text-transform: none;
  font-family: var(--global-body-font-family);
  text-align: left;
  font-size: 21px;
font-weight: 500;
}

.entry-author .title span, .after-entry .widget-title span, .entry-comments h3:not(.comment-reply-title) span {
  position: relative;
  background-color: #fff;
  padding-right: 10px;
  z-index: 9;
  display: inline-block;
}


.entry-author .title::after, .after-entry .widget-title::after, .entry-comments h3:not(.comment-reply-title)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #f2e2dd;
  top: 50%;
  z-index: 0;
  display: block;
}

h3.comment-reply-title,
.comments-title {
  text-align: center;
  margin-bottom: 0px;
}

.comment-form p.logged-in-as {
  margin: 10px 0;
  text-align: center;
}
/*
.single .entry-author-title span,
h2.entry-related-title span,
h3.comment-reply-title span {
          z-index: 9;
          background-color: #fff;
          padding: 0 10px 0 0;
          position: relative;
          display: inline-block;
}
 
.single .entry-author-title:after,
h2.entry-related-title::after,
h3.comment-reply-title:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          border-bottom: 1px solid var(--global-palette7);
          top: 50%;
          z-index: 0;
          display: block;
          z-index: 1;
} */

.entry-author .entry-author-profile {
  display: flex;
  gap: 20px;
  padding-left: 0px;
  align-items: center;
}

.entry-author .entry-author-profile > div {
  flex: 1;
}
.entry-author .entry-author-avatar {
  position: relative;
  max-width: 200px;
}
.single .entry-author-name-wrapper {
  display: inline-flex;
  gap: 0 10px;
  line-height: 1;
  align-items: center;
}

.single .entry-author-name {
  font-family: var(--global-heading-font-family);
  font-size: var(--global-kb-font-size-lg);
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1;
}

.single .entry-author-description {
	font-size: 16px
}
.entry-author .entry-author-profile p {
  margin: 5px 0 12px;
}

.comment-author .fn a {
  font-family: var(--global-heading-font-family);
  font-weight: 400;
}

.entry-author-avatar img {
  position: relative;
  border-radius: 50%;
  
}

.entry-meta .author-avatar img {
  border: 3px solid vaR(--global-palette1);
}

.entry-meta .author.vcard {
  font-weight: 400;
}

.single .entry-author-follow {
  margin-top: 0px;
}

.entry-author-follow.author-follow a,
.entry-author-follow.author-follow a:visited {
  background-color: var(--global-palette3);
  color: var(--global-palette9);
  border-radius: 50%;
  border: 2px solid var(--global-palette3);
}

.entry-author-follow.author-follow a:focus,
.entry-author-follow.author-follow a:hover {
  color: var(--global-palette3);
  background-color: #fff;
}

.single .entry-related {
  padding: 0px;
  background-color: transparent;
}

.single .entry-related-inner .entry-content-wrap {
  padding: 10px;
  background-color: transparent;
}

.single .entry-related-inner .entry-related-inner-content {
  padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
  background-color: #fff;
}

.single .entry-related-inner article {
  background-color: transparent;
  box-shadow: 0 0 0 0 #fff;
  text-align: center;
}

.navigation {
  border-top: 1px solid var(--global-palette7);
  padding-top: 20px;
}

.navigation .nav-links {
  font-family: var(--global-heading-font-family);
  font-size: var(--global-kb-font-size-md);
}

.navigation .post-navigation-sub {
  font-family: var(--global-heading-secondary-font-family);
  font-size: var(--global-kb-font-size-sm);
}

.comment-navigation .nav-previous:after,
.post-navigation .nav-previous:after {
  display: none;
}

.after-post.entry-meta {
  width: 100%;
  display: block;
  margin: 20px 0;
  padding: 30px 0;
 
}


.single:not(.single-sfwd-courses) .content-wrap .entry-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
	 border-bottom: 3px solid var(--global-palette1);
}
.after-post.entry-meta .meta-label {
  text-transform: uppercase;
  font-family: var(--global-heading-secondary-font-family);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.after-post .category-links {
  flex-direction: column;
  justify-content: center;
  display: flex;
  font-family: var(--global-heading-secondary-font-family);
  letter-spacing: 2px;
  font-weight: 400;
}

.after-post .category-links a,
.after-post .category-links a:visited {
  border: 2px solid var(--global-palette3);
  padding: 8px 15px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 2px;
}

.after-post .category-links a:hover,
.after-post .category-links a:focus {
  background-color: var(--global-palette3);
  color: #fff;
}
.wp-block-kadence-advancedheading img {
  display: inline-block;
}
.planwithImg.wp-block-kadence-advancedheading img {
  display: inline-block;
  left: -34px;
  margin-right: 10px !important;
  position: absolute;
}
.headingwithAsterisk.wp-block-kadence-advancedheading img {
  display: inline-block;
  margin-top: -15px;
  margin-bottom: 17px;
  margin-right: 0px !important;
  
}


.wp-block-kadence-advancedheading.courseSubTitle,
.courseSubTitle .wp-block-kadence-advancedheading {
  justify-content: space-between !important;
}

.loop-entry.type-post h2.entry-title,
.loop-entry.type-page h2.entry-title {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .single-header-wrapper .wrap {
    display: block;
    padding: 20px;
  }
	.single .content-area {
		margin-top: 0px!important;
	}
/*   .single-post.content-style-boxed .content-container main,
  .single-post.content-style-boxed .single-after-entry-wrapper {
    max-width: 100%;
    padding: 0 3%;
  }
 */
  .single-post .entry.single-entry.content-bg:not(.loop-entry) {
    margin: 0px;
  }
}

/*
* Archive Style update
*/

.entry-hero.post-archive-hero-section {
  margin-top: 15px;
}

.entry-hero.post-archive-hero-section {
  margin-bottom: 40px;
}

h1.archive-title {
  position: relative;
}

.wp-site-blocks .post-title > * {
  z-index: 2;
  position: relative;
}
.ld-focus-content {
	padding-top: 0px!important
}
.ld-focus-content h1 {
	z-index: 9;
	padding: 30px 0!important;
	text-align:center;
	font-size: 40px;
	position: relative;
}
.ld-focus-content h1 *{
		z-index: 9;
	position: relative;
}
.ld-focus-content h1::before{
	z-index: -1!important;
}

h1.search-title:after,
.wp-site-blocks .post-title h1:after,
.wp-site-blocks .page-title h1:after,
h1.archive-title::after,
h1.entry-title::after,
.ld-focus-content h1:after{
  content: "";
  height: 4px;
  width: 70px;
  display: block;
  margin: 10px auto 0;
  background-color: var(--global-palette1);
}



#archive-container .entry-meta {
	text-align:center;
	justify-content: center;
}
#archive-container .entry-meta .author.vcard {
	font-weight: 400;
}

#archive-container  .entry-meta a:hover,
#archive-container  .entry-meta a:focus {
	text-decoration: underline
}

.archive-intro {
  padding: 0px;
  margin: 20px 0 40px;
  background: var(--global-palette7);
  position: relative;
}
.archive-intro .wrapper {
  display: flex;
  gap: 0 2em;
  padding: 20px 0 20px;
  width: var(--global-content-width);
  max-width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.archive-intro .wrapper > header,
.archive-intro .wrapper > .img-wrap {
  flex: 1;
  text-align: center;

  z-index: 2;
}

.archive-intro .wrapper > header > * {
  z-index: 2;
  position: relative;
}

.archive-intro .wrapper > header {
  min-width: 100px;
}
.archive-intro .wrapper > .img-wrap img {
  border: 5px solid #fff;
  border-radius: 0px;
  max-height: 370px;
  object-fit: cover;
  max-width: 600px;
  width: 100%;
}
.archive-intro .wrap .first {
  padding: 0 40px;
}

.archive-intro .page-header,
.archive-intro .entry-header,
.archive-intro .page-header:before {
  background: transparent;
  margin-bottom: 0px;
}
.archive-intro .page-header:before {
  display: none;
}

.archive-intro .archive-title-wrap {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.archive-title-wrap .img-wrap {
  max-width: 90px;
  margin-bottom: -20px;
}
.archive-title-wrap h1 {
  margin-bottom: 0px;
}
.archive-intro .archive-title-wrap p {
  margin-bottom: 0px;
}

.entry-hero .kadence-breadcrumbs,
.post-archive-title,
.search-archive-title {
  z-index: 2;
  position: relative;
}
.entry-hero .kadence-breadcrumbs {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 12px;
}

.entry-hero.page-hero-section .entry-header .kadence-breadcrumbs {
  padding-bottom: 10px;
}

.entry-hero.page-hero-section .entry-header,
.post-archive-title {
  padding: 10px 0 30px;
}

.search-archive-title {
  padding: 15px 0 30px;
  text-align: center;
}

.search-archive-title h1 {
  z-index: 2;
  position: relative;
}

.search-archive-title:before,
.single .site-main .entry-header::before,
.archive-intro:before,
.post-archive-title::before,
.ld-focus-content h1:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 9999px solid var(--global-palette8);
  box-shadow: 9999px 0 0 var(--global-palette8);
  box-shadow: 9999px 0 0 var(--global-palette8);
}

.archive-inner .newsletterimg {
  margin: -30px 0;
}

.archive-description {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.archive-intro .archive-description,
.archive-intro .archive-description p {
  margin-bottom: 0px;
}

#archive-container.content-wrap {
  gap: 1em;
}

#archive-container .entry-header {
  margin-bottom: 15px;
}

#archive-container .entry-title {
  text-align: center;
}

#archive-container .entry-title:hover a,
#archive-container .entry-title:focus a{
  border-bottom: 2px solid currentcolor;
	text-decoration:none!important;
}

#archive-container .entry-summary,
#archive-container .entry-summary p {
  margin: 0px;
}

#archive-container .more-link-wrap {
  margin-top: 0px;
}

.more-link-wrap a.post-more-link,
.more-link-wrap a.post-more-link:visited {
  color: var(--global-palette-highlight);
  text-decoration: underline;
}

.more-link-wrap a.post-more-link:focus,
.more-link-wrap a.post-more-link:hover {
  color: var(--global-palette-highlight-alt);
  text-decoration: underline;
}

.post-more-link .svg-baseline {
  display: none;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .page-numbers {
  border-radius: 0%;
  border: 2px solid var(--global-palette3);
  background-color: var(--global-palette3);
  color: white;
  font-weight: bold;
}

.pagination .nav-links span.page-numbers,
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {
  background-color: white;
  color: var(--global-palette3);
}

.wp-block-query .wp-block-post:hover img,
.wp-block-query .wp-block-post:focus img,
#archive-container article:hover img,
#archive-container article:focus img {
  opacity: 0.8;
}

#archive-container article:hover .entry-title a,
#archive-container article:focus .entry-title a {
  text-decoration: none!important;
	border-bottom: 2px solid currentcolor;
  color: var(--global-palette3);
}

#archive-containe article a:hover,
#archive-containe article a:focus {
  color: var(--global-palette3);
}

/*
* Testimonial Style update
*/

.kt-testimonial-style-inlineimage .kt-testimonial-text-wrap {
  display: flex;
  margin-bottom: 0px;
}

.kt-testimonial-style-inlineimage
  .kt-testimonial-text-wrap
  .kt-testimonial-media-wrap
  img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.kt-testimonial-style-inlineimage .kt-testimonial-text-wrap:after {
  display: none;
}

.kt-testimonial-style-inlineimage
  .kt-testimonial-content
  .kt-testimonial-meta-wrap {
  padding-left: 0px;
  margin-left: 0px;
}

.kt-testimonial-style-inlineimage .kt-testimonial-meta-wrap {
  padding-left: 0px !important;
}

.kt-blocks-info-box-learnmore.info-box-link {
  font-weight: bold !important;
  letter-spacing: 2px !important;
}

.kt-blocks-info-box-learnmore-wrap .kt-blocks-info-box-learnmore {
  font-weight: 400!important;
}

.includedSection .kt-blocks-info-box-media  .kadence-info-box-image-inner-intrisic-container,
.includedSection .kt-blocks-info-box-media .kt-info-box-image {
  max-width: 200px;
  margin: auto;
  text-align: center;
}
.smoothieGallery{
  max-width: 760px;
  margin: auto
}
.smoothieGallery img {
  max-height: 600px;
  object-fit: contain;
}

.smoothieGallery img:last-child {
  max-height: 500px;
}

/*
* Site Footer
*/

.single .site-footer {
  margin-top: 40px;
}

.site-footer .menu {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.site-footer .menu .menu-item {
  display: inline-block;
}

.site-footer .heartImage{
  display: inline-block;
  margin: 0 0 -2px;
  width: 20px;
}

.site-footer .menu .menu-item .sub-menu {
  display: none;
}



.site-footer-wrap .site-footer-row.site-middle-footer-inner-wrap {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.site-top-footer-wrap.site-footer-row-columns-3,
.site-top-footer-wrap .site-footer-row-container-inner > .site-container{
  position: relative;
  visibility: visible;
  padding: 0px;
  height: 0px;
}

.site-middle-footer-wrap .site-footer-row-container-inner > .site-container{
  max-width: 100%!important;
  width: 1340px;
}

.site-top-footer-wrap .site-footer-row-container-inner img {
  content: '';
  width: 120px;
  height: 120px;
  top: -100px;
  margin-bottom: -60px;
  right: -20px;
  grid-column: 3/-1;
  position: absolute;
  z-index: 9;
}

.site-footer-wrap
  .site-footer-row.site-middle-footer-inner-wrap
  .site-footer-section:first-child
  img {
  margin-top: -10px;
}

.page-id-22591 .site-middle-footer-wrap,
.page-id-22591 .site-top-footer-wrap {
  display: none;
}

.site-middle-footer-wrap .site-footer-section {
  align-items: flex-start;
  padding: 0px 0;
}
.site-middle-footer-wrap {
  position: relative;
  overflow: hidden;
  
}
.site-middle-footer-wrap::before {
  content: "";
  width: 51%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top: 40px solid var(--global-palette1);
  border-right: 40px solid transparent;
  box-sizing: border-box;
  border-top: 400px solid var(--global-palette1);
  border-right: 80px solid transparent;
  display: block;
  z-index: 0;
  height: 100%;
}

.site-middle-footer-wrap .footer-widget-area:first-child {
  padding-right: 20px;
  width: 100%;
}



.site-footer-middle-section-2 {
  margin-left: 60px;
  width: 100%;
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half{
  width: 1400px;
  max-width: 100%;
  padding: 20px 0px;
}

.footer-widget-area ul {
  padding: 0px !important;
  margin: 0px !important;
}

.footer-widget-area ul li {
  padding: 0px;
  list-style-type: none;
}
.footer-widget-area .menu-item,
.footer-widget-area .menu a,
.footer-widget-area .menu a:visited {
  font-family: Oxygen, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: var(--global-palette3);
}

.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area .menu a:focus,
.footer-widget-area .menu a:hover{
  color:var(--global-palette3)!important;
	font-weight:500;
}

.disclaimer {
  font-size: 15px;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  font-style: italic;
  font-weight: 400;
}


/**
* Sidebr
*/
#secondary.primary-sidebar {
  padding-top: 10px;
}
.primary-sidebar .widget {
  z-index: 4;
  position: relative;
}

/**
* Kadence blocks
*/

.wp-block-kadence-posts.grid-cols {
  column-gap: 1em;
  row-gap: 1em;
}

.kb-advanced-form .kt-inside-inner-col,
.wp-block-kadence-advanced-form .kb-adv-form-field,
.kb-advanced-form .wp-block-kadence-column input {
  height: 100%;
}

.margin0 {
  margin: 0px;
}

.wp-block-kadence-advancedheading img {
  margin: auto;
}

.rp4wp-related-posts {
  background-color: var(--global-palette7);
  padding: 10px 10px 15px;
}

.rp4wp-related-posts h3 {
  text-align: center;
  margin-bottom: 10px;
}

.rp4wp-related-posts ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
	.wp-container-core-post-template-is-layout-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
  .rp4wp-related-posts ul {
    gap: 0px;
  }
  .entry-author-profile .entry-author-avatar {
    border-radius: 0;
    max-width: 200px;
    margin: 10px auto;
  }
  .single-after-entry-wrapper .entry-author-profile {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.rp4wp-related-posts ul li {
  flex: 1;
  width: 100% !important;
  list-style-type: none;
}
@media only screen and (max-width: 960px) {
  .rp4wp-related-posts ul li {
    flex: auto;
    padding: 0 5px;
    max-width: 50% !important;
  }
}
.rp4wp-related-posts ul li .rp4wp-related-post-content a {
  font-size: 16px;
  font-weight: bold;
}

.rp4wp-related-posts ul li img {
  aspect-ratio: 1;
  object-fit: cover;
}

.rp4wp-related-posts .rp4wp-related-post-content {
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}
.rp4wp-related-posts .rp4wp-related-post-content a {
  font-family: var(--global-heading-font-family);
  font-size: 16px;
  text-decoration: none;
  color: var(--global-palette3);
}

.rp4wp-related-posts .rp4wp-related-post-content a:hover,
.rp4wp-related-posts .rp4wp-related-post-content a:focus {
  text-decoration: underline !important;
}

/* ad gallery slider */

.swiper.swiper-horizontal {
  background-color: transparent;
}
.gallerywrapper .navigation .swiper-arrow,
.productssliderwrap .swiper-arrow {
  top: 50%;
  transform: translateY(60%);
  background: var(--global-palette3) !important;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0px;
}
.gallerywrapper {
  padding-right: 30px;
}
.gallerywrapper figure.wp-block-gallery.has-nested-images.swiper-wrapper {
  gap: 0;
  flex-wrap: nowrap !important;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 599px) {
  .gallerywrapper figure.wp-block-gallery {
    flex-wrap: nowrap;
  }
}
.gallerywrapper figure.wp-block-gallery .wp-block-image {
  padding: 10px;
  background-color: #fff;
}
.gallerywrapper figure.wp-block-gallery img {
  aspect-ratio: 1;
}
.swiper-arrow {
  background-color: transparent !important;
  font-size: 0;
  top: 40% !important;
  border: 0px !important;
}
.productssliderwrap .swiper-button-prev,
.swiper-arrow.swiper-button-prev {
  left: 0;
}
.productssliderwrap .swiper-button-next,
.swiper-arrow.swiper-button-next {
  right: -20px;
}
.productssliderwrap .swiper-button-next {
  right: -8px;
}
.gallerywrapper .navigation {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.navigation .swiper-button-prev {
  display: none;
}
.navigation .swiper-button-next:after,
.navigation .swiper-button-prev:after {
  content: "" !important;
  font-family: Arial, Helvetica, sans-serif;
  mask: no-repeat url(assets/images/arrow.svg) center/contain;
  -webkit-mask: no-repeat url(assets/images/arrow.svg) center/contain;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  border: 0px;
  display: block;
  position: absolute;
}
.navigation .swiper-button-prev:after {
  transform: rotate(180deg);
}

.navigation .swiper-arrow:hover:after,
.navigation .swiper-arrow:focus:after {
  background-color: var(--global-palette2);
}

.swiper .ad-block-shop-images {
  background-color: transparent;
  padding: 0;
}
.gallerywrapper .swiper .ad-block-shop-images figure img {
  max-height: 100% !important;
  width: 100%;
}
.swiper .ad-block-shop-images figure:not(:last-child) {
  margin-right: 0;
}

/* wp forms */
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: var(--global-palette3);
  color: #fff;
  font-size: 19px;
  border: 2px solid var(--global-palette3);
}


.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  border-color: var(--wp--preset--color--accent);
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: #fff;
  color: var(--global-palette3);
  font-size: 19px;
}

/* accordion */
.kt-accodion-icon-style-arrow.kt-accodion-icon-side-left
  .kt-blocks-accordion-header:not(.kt-accordion-panel-active)
  .kt-blocks-accordion-icon-trigger {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.kt-accodion-icon-style-arrow.kt-accodion-icon-side-left
  .kt-blocks-accordion-header.kt-accordion-panel-active
  .kt-blocks-accordion-icon-trigger {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

#header_toc_links {
  width: 100%;
  max-width: 650px;
  margin: 20px auto;
  background-color: var(--global-palette8);
  padding: 10px 10px 20px;
  border-radius: 0;
}
#header_toc_links ul {
  padding: 20px 0 0 30px !important;
  text-align: left;
}
#header_toc_links ul li {
  text-align: left;
  margin: 0 0 5px 20px;
  font-weight: bold;
}
#header_toc_links #tocheader {
  color: var(--global-palette3);
  font-size: 23px;
  letter-spacing: 1px;
  padding: 10px 20px 0;

  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
#header_toc_links #tocheader:after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: var(--global-palette1);
  display: block;
  margin: 10px 0 0;
}
#header_toc_links
  li:not(:first-child):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  display: none;
}
#header_toc_links.expanded
  li:not(:first-child):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  display: list-item;
}
#header_toc_links a {
  color: var(--global-palette3);
  font-weight: 400;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
}
#header_toc_links a:hover {
  text-decoration: underline;
}
#header_toc_links button,
#header_toc_links input[type="submit"] {
  background: #fff;
  border: 1px solid #fff;
  color: var(--global-palette3);
  width: auto;
  padding: 10px 20px;
  font-size: 16px;
  font-family: var(--site-font);
  font-weight: 700;
  margin: auto;
  text-transform: none;
  border-radius: 0;
}
#header_toc_links button span.less,
#header_toc_links input[type="submit"] span.less {
  display: none;
}
#header_toc_links button:focus,
#header_toc_links button:hover,
#header_toc_links input[type="submit"]:focus,
#header_toc_links input[type="submit"]:hover {
  background: var(--global-palette3);
  color: #fff;
}
#header_toc_links.expanded button.expanded span.more,
#header_toc_links.expanded input.expanded[type="submit"] span.more {
  display: none;
}
#header_toc_links.expanded button.expanded span.less,
#header_toc_links.expanded input.expanded[type="submit"] span.less,
h2.title {
  display: block;
}
.toc-toggle {
  text-align: center;
}

/** tabs css */
.ad-block-tabs {
  min-height: 500px;
}
.ad-block-tabs .tabs {
  text-align: center;
  margin-bottom: 40px;
}
.posts-loader {
  min-height: 400px;
  background: no-repeat url(assets/images/loader.gif) center / contain;
  display: block;
}
.loggedout.menu-item,
.logged-in .loggedin.menu-item { 
  display: block;
}
.loggedin.menu-item,
.logged-in .loggedout.menu-item { 
  display: none;
}
@media (max-width: 1199px) {
  .ad-block-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ad-block-tabs .tabs {
  justify-content: center;
  display: flex;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.ad-block-tabs .tabs > div {
  flex: 1;
}
.ad-block-tabs .ad-tab {
  cursor: pointer;
  display: inline-block;
  margin: 5px 5px 0px;
  padding: 10px 5px;
  position: relative;
  min-width: 110px;
  z-index: 1;
  font-size: 19px;
  font-weight: bold;
  border: 2px solid #000;
  background-color: #fff;
}

.ad-block-tabs .ad-tab.active,
.ad-block-tabs .ad-tab:hover,
.ad-block-tabs .ad-tab:focus {
  --tab-color: #000;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.ad-block-tabs .ad-tab::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  border-top: 14px solid var(--tab-color);
  transform: translatex(-50%);
  display: none;
}

.ad-block-tabs .ad-tab.active:after,
.ad-block-tabs .ad-tab:hover:after,
.ad-block-tabs .ad-tab:focus:after {
  display: block;
}

.ad-block-tabs .ad-tab.active .category-image-wrap img,
.ad-block-tabs .ad-tab:hover .category-image-wrap img,
.ad-block-tabs .ad-tab:focus .category-image-wrap img {
  outline: 3px solid var(--wp--preset--color--link);
}
.ad-block-tabs .ad-tabscontent:not(:first-of-type) {
  display: none;
}
.ad-block-tabs .ad-tab-button-wrap {
  text-align: center;
  margin: 40px 0 0;
}
.ad-block-tabs .ad-tab-button-wrap a.button {
  font-size: 20px;
  padding: 0;
  margin: auto;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  letter-spacing: 0px;
}

.ad-block-tabs .ad-tab-button-wrap a.button:hover,
.ad-block-tabs .ad-tab-button-wrap a.button:focus {
  border-bottom: 2px solid var(--global-palette1);
  background-color: transparent;
  color: #000;
}

.ad-tab-posts .wp-block-post-title {
  margin-top: 10px;
}

.ad-tab-posts img {
  aspect-ratio: 1;
}

@media screen and (max-width: 1023px) {
  .ad-block-tabs .tabs {
    margin-bottom: 20px;
  }
  .ad-block-tabs .ad-tab .tab-title {
    font-size: 14px !important;
    padding: 3px 8px;
  }
  .ad-block-tabs .ad-tab {
    margin: 5px;
    min-width: auto;
  }
  .ad-block-tabs .ad-tab.active::after,
  .ad-block-tabs .ad-tab:hover::after,
  .ad-block-tabs .ad-tab:focus::after {
    display: none;
  }
  .ad-block-tabs .ad-tab.active .tab-title:after,
  .ad-block-tabs .ad-tab:hover .tab-title:after,
  .ad-block-tabs .ad-tab:focus .tab-title:after {
    width: 16px;
    height: 16px;
    bottom: -7px;
    display: none;
  }
  .ad-block-tabs .ad-tab-button-wrap a.button {
    display: inline-block;
  }
}
.kt-svg-testimonial-global-icon svg {
  display: none !important;
}
.kt-testimonial-item-wrap .kt-svg-testimonial-global-icon-wrap,
.kt-testimonial-item-wrap .kt-svg-testimonial-global-icon {
  padding: 0px;
  margin-bottom: 0px;
  border: 0px
}
.kt-svg-testimonial-global-icon::before {
  content: "";
  background: no-repeat
    url(/wp-content/uploads/2024/08/quote.jpg) center /
    contain;
  width: 50px;
  height: 50px;
  display: block;
}

.borderDivider.kt-testimonial-style-card .kt-svg-testimonial-global-icon-wrap{
  margin: 15px 0 -10px;
}

.borderDivider .kt-svg-testimonial-global-icon::before {
  background: no-repeat
  url(/wp-content/uploads/2024/08/quote.png) center /
  contain;
}

/* .kt-testimonial-item-wrap .kt-testimonial-content-wrap {
  width: 84%;
  max-width: 100%;
  margin: auto
} */
.borderDivider .kt-testimonial-item-wrap .kt-testimonial-content-wrap {
  width: 94%;
  text-align: center;
  margin-bottom: 20px;
}

.borderDivider .kt-testimonial-item-wrap .kt-testimonial-title-wrap {
  display: none;
}
.kb-button.kb-btn-global-fill {
  border-color: var(--global-palette-btn-bg);
}
.site-container .wp-block-kadence-infobox .kt-blocks-info-box-learnmore-wrap {
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.kb-button:hover .kb-svg-icon-wrap,
.kb-button:focus .kb-svg-icon-wrap {
  margin-left: 0;
  animation: animatearrow 0.5s ease;
}
#topnav .kt-button {
  overflow: visible;
  position: relative;
}
#topnav .kt-button .kb-svg-icon-wrap {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#topnav .kb-button:hover .kb-svg-icon-wrap,
#topnav .kb-button:focus .kb-svg-icon-wrap {
  margin-left: 0;
  animation: none;
}

@media only screen and (max-width: 960px) {
  .site-branding .site-description {
    display: none;
  }
  #mobile-header .site-branding .site-title {
    font-size: 24px;
  }
  .site-main-header-inner-wrap.site-header-row.site-header-row-center-column {
    grid-template-columns: 1fr auto 1fr;
  }

  .site-header-main-section-center > .site-header-item:last-child,
  .site-header-main-section-right-center > .site-header-item:last-child {
    align-items: center;
    padding-bottom: 0px;
  }
  .ad-block-tabs .tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .ad-block-tabs .tabs .ad-tab {
    flex: 30%;
    max-width: 30%;
    margin: 0px;
  }
  #archive-container,
  .wp-block-query ul.wp-block-post-template.is-flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .archive-intro .wrapper {
    max-width: 100%;
    display: block;
  }
  .archive-intro .wrapper > .img-wrap {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .ad-block-tabs .tabs .ad-tab {
    flex: 45%;
    max-width: 45%;
    margin: 0px;
  }

  .kb-button .kb-svg-icon-wrap {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .wp-block-kadence-advancedbtn .kb-svg-icon-wrap svg {
    width: 0.8em;
    height: 0.8em;
  }
  .productssliderwrap .swiper-button-next,
  .swiper-arrow.swiper-button-next {
    right: -5px;
  }

  .site-middle-footer-inner-wrap .widget {
    text-align: center;
  }

  .site-middle-footer-inner-wrap
    .widget.widget_media_image
    .wp-block-image
    img {
    text-align: center;
    margin: auto;
  }
}
@keyframes animatearrow {
  0% {
    opacity: 0;
    transform: translate(-5px);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}


/* mailerlite css */

.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm,
.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  padding: 0px!important;
  margin: 0px!important;
  max-width: 100%!important;
  width:580px!important;
  background-color: transparent;
  float: none;
}

.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-align-center{
  text-align: left;
}

.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody{
  padding: 0px;
  background-color: transparent;
}

.wp-block-kadence-column  #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal .ml-form-embedContent{
  display: none;
}

.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  float: none;
  display: flex;
  flex-direction: column;
}


.wp-block-kadence-column  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 100%;
  margin-bottom: 14px;
}

.wp-block-kadence-column  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal{
  width: 100%;
  margin-bottom: 0px;
}

.wp-block-kadence-column  #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  bordeR: 0px;
  font-size: 17px;
  padding: 15px 10px
}

.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button{
  background-color: #B5C9C2 !important;
  border-color: #B5C9C2;
  border-radius: 30px;
  font-size: 21px!important;
  padding: 15px 10px!important;
  max-width: 200px;
  font-weight: 400;
}

.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover,
.wp-block-kadence-column #mlb2-18149201.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:focus{
  background-color: #fff !important;
  border-color: #B5C9C2!important;
  color: #B5C9C2!important;
  border-radius: 30px;
  font-size: 21px!important;
  padding: 15px 10px!important;
  max-width: 200px;
  font-weight: 400;
}


.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm,
.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  padding: 0px!important;
  margin: 0px!important;
  max-width: 100%!important;
  width:580px!important;
  background-color: transparent;
  float: none;
}

.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-align-center{
  text-align: left;
}

.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody{
  padding: 0px;
  background-color: transparent;
}

.wp-block-kadence-column  #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal .ml-form-embedContent{
  display: none;
}

.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  float: none;
  display: flex;
  flex-direction: column;
}


.wp-block-kadence-column  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 100%;
  margin-bottom: 14px;
}

.wp-block-kadence-column  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal{
  width: 100%;
  margin-bottom: 0px;
}

.wp-block-kadence-column  #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  bordeR: 0px;
  font-size: 17px;
  padding: 15px 10px
}

.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button{
  background-color: #B5C9C2 !important;
  border-color: #B5C9C2;
  border-radius: 30px;
  font-size: 21px!important;
  padding: 15px 10px!important;
  max-width: 200px;
  font-weight: 400;
}

.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover,
.wp-block-kadence-column #mlb2-3891542.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:focus{
  background-color: #fff !important;
  border-color: #B5C9C2!important;
  color: #B5C9C2!important;
  border-radius: 30px;
  font-size: 21px!important;
  padding: 15px 10px!important;
  max-width: 200px;
  font-weight: 400;
}
/* directory css */
.bootstrap-wrapper * {
  font-family: var(--global-body-font-family);
}
.masonry-cols3.msn {
	width: 100%!important
}


.griditem,
.gridsizer {
	width: 97%;
	margin:0px;
	clear: none;
}
.site-container .wp-block-buttons.fullwidth .wp-block-button,
.site-container .wp-block-buttons.fullwidth .wp-block-button .wp-block-button__link {
	margin: 0px!important;
}
@media screen and (min-width: 500px) {
.griditem,
.gridsizer {
	width: 47%;
	margin:0 10px;
}
		.wp-container-core-post-template-is-layout-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media screen and (min-width: 1024px) {
.griditem,
.gridsizer {
	width: 30.5%;
	margin:0 10px;
}
}

.grid-item .listing-title.grid-title,
.griditem .listing-title.grid-title{
	margin-bottom: 5px;
	font-family: var(--global-heading-font-family);
	font-weight: 5000;
  text-align: center;
}
.grid-item .listing-desc {
  font-size: 16px!important;
}
.grid-item .listing-desc p,
.griditem .listing-desc div,
.griditem .listing-meta
{
	padding-bottom: 10px;
  font-size: 16px!important;
  
}
.grid-item .thumbnail hr,
.griditem .thumbnail hr{
	display: none;
}

.grid-item .thumbnail img,
.griditem .thumbnail img{
	margin-bottom: 10px;
	width: 100%;
}
.grid-item h5,
.griditem h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}

.grid-item ul.listing-meta,
.griditem ul.listing-meta{
	padding-top: 5px!important;
	margin-bottom: 0px
}
.listing-desc ul > li {
  list-style-type: disc !important;
  font-size: 16px;
  margin-bottom: 5px;
}
.grid-item  .listing-desc ul {
	margin-bottom: 20px
}


.postsList.gb-block-post-grid .is-grid article {
  margin-bottom: 0px;
}

.ourteam.stacked.gb-block-profile {
  display: block;
}

.ourteam.stacked .gb-profile-column {
  width: 100% !important;
  text-align: center;
}

.ourteam.stacked .gb-profile-image-wrap {
  max-width: 200px;
  margin: 10px auto;
}



/* Disease Styles
---------------------------------------------------------------------------- */

.disease-lists .disease-list {
  margin-bottom: 50px;
}

.disease-list h3 {
  font-family: var(--para-font-family);
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
}

.disease-list .disease-item a,
.disease-list .disease-item a:visited {
  font-family: var(--para-font-family);
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
	color: var(--global-palette3);
}

.disease-list .disease-item a:hover,
.disease-list .disease-item a:focus {
  text-decoration: underline;
}
:root {
  --global-gray-400: #999999;
}
.accountlinks a,
.accountlinks a:visited {
  padding: 7px 25px;
  border: 2px solid var(--global-palette1);
  color: var(--global-palette1) !important;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--global-body-font-family);
  border-radius: 40px;
}
.site-header .accountlinks a:hover,
.site-header .accountlinks a:focus {
  background-color: var(--global-palette1);
  color: white !important;
  text-decoration: none !important;
}
.footer-html p:first-child,
.footer-html p:last-child {
  margin: 5px 0 !important;
}
.blog .wrap p a,
.archive .wrap .hero-container a,
.page:not(.home) .wrap a,
.kt-blocks-info-box-number,
.kt-infobox-textcontent h2.kt-blocks-info-box-title,
.single-content h2.boldtxt {
  font-weight: 600 !important;
}
.single-content h2.kt-adv-heading8ee10a-e2 {
  font-weight: 600 !important;
}
.kt-blocks-info-box-learnmore-wrap .kt-blocks-info-box-learnmore,
.kb-button.kb-btn-global-fill {
  font-family: var(--global-body-font-family) !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  letter-spacing: 2px !important;
}
.kb-show-more-buttons .kb-btn-global-fill {
  font-size: 15px !important;
  padding: 7px 20px !important;
}
.smallTxt.kb-button.kb-btn-global-fill {
  font-size: 18px !important;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border-color: var(--global-palette3);
  border-radius: 0px;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  input {
  border: 0px;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  button {
  padding: 0px;
  margin: 0px;
  width: 40px;
}

.primary-sidebar .kb-button.kb-btn-global-fill {
  font-size: 16px !important;
}
.sidebar.aimeeabout .kt-testimonial-text-wrap .kt-testimonial-media-wrap * {
  max-width: 220px;
}
.aimeeabout.sidebar .kt-testimonial-content a {
  font-weight: 500;
  text-decoration: underline;
}
.sidebar.aimeeabout .kt-testimonial-text-wrap .kt-testimonial-media-wrap {
  margin-bottom: 10px;
}
.kt-blocks-info-box-learnmore-wrap .kt-blocks-info-box-learnmore {
  font-size: 18px !important;
}
.wp-block-kadence-column
  #mlb2-18149201.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-embedBody
  .ml-form-horizontalRow
  button {
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
}
.semiboldtxt {
  font-weight: 400 !important;
}
.verticleTxt {
  writing-mode: sideways-lr;
  -webkit-writing-mode: vertical-lr;
}
.imagewithLogo {
  z-index: 9;
}
.septitlewords .kt-blocks-info-box-title {
  word-spacing: break-all;
  word-break: break-word;
  word-wrap: wrap;
  width: 200px;
}
.bottomsep1:after {
  content: "";
  display: block;
  background: no-repeat url(/wp-content/uploads/2024/08/sep1-scaled.jpg) center /
    contain;
  height: 130px;
  width: 100%;
  position: absolute;
  bottom: -14px;
  z-index: 1;
}
.header-html-inner a:hover,
.header-html-inner a:focus {
  font-weight: 500;
  text-decoration: underline;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area .menu a:focus,
.footer-widget-area .menu a:hover {
  color: var(--global-palette3) !important;
  font-weight: 400;
}
#widget-drawer.popup-drawer .drawer-inner {
  background-color: var(--global-palette1) !important;
}
#widget-drawer.popup-drawer-layout-sidepanel .drawer-inner {
  left: 0px;
  max-width: 340px;
}
#widget-drawer.popup-drawer-layout-sidepanel
  .drawer-inner
  .widget-toggle-close {
  top: 10px;
  right: 10px;
}
#widget-drawer.popup-drawer-layout-sidepanel
  .drawer-inner
  .widget-toggle-close
  svg {
  font-size: 40px;
}
.mobile-navigation {
  margin-bottom: 20px;
}
.mobile-navigation .menu-item,
#widget-drawer.popup-drawer .drawer-inner .menu-item {
  padding: 0px;
  margin: 0px;
}
.mobile-navigation .menu-item a,
#widget-drawer.popup-drawer .drawer-inner .menu-item a {
  text-transform: none;
  font-size: 21px;
  padding: 0px;
  line-height: 1.4;
}

.mobile-navigation .menu-item.separatoritem:before,
#widget-drawer.popup-drawer .drawer-inner .menu-item.separatoritem:before {
  content: "";
  height: 2px;
  background-color: var(--global-palette-highlight-alt) !important;
  display: block;
  width: 220px;
  margin: 25px 0;
}
.mobile-navigation .menu-item a:hover,
.mobile-navigation .menu-item a:focus,
#widget-drawer.popup-drawer .drawer-inner .menu-item a:focus,
#widget-drawer.popup-drawer .drawer-inner .menu-item a:hover {
  color: var(--global-palette3) !important;
  font-weight: 500;
  text-decoration: underline;
}
.aimeeabout
  .kt-testimonial-text-wrap
  .kt-testimonial-media-wrap
  .kt-testimonial-image,
.melissaabout
  .kt-testimonial-text-wrap
  .kt-testimonial-media-wrap
  .kt-testimonial-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.wp-block-kadence-advancedheading mark {
  display: inline-block !important;
}
p.wp-block-kadence-advancedheading mark {
  display: inline !important;
}
.pagination.navigation {
  border: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.pagination.navigation a,
.pagination.navigation span {
  font-family: var(--global-body-font-family) !important;
}
.archive-internal {
  grid-column-start: 1;
  grid-column-end: 5;
}
.entry-header.search-archive-title {
  margin-bottom: 30px;
}
.page:not(.home):not(.no-header) article.entry {
  margin-bottom: 80px;
}
.single article.entry {
  margin-bottom: 100px;
}
.single .site-footer {
  padding-top: 0px;
  margin-top: 0px;
}
.single-diseases .entry-header,
.single-sfwd-courses .entry-title,
.single-sfwd-lessons .entry-title {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.learndash-wrapper
  .ld-course-status.ld-course-status-not-enrolled
  .ld-course-status-label,
.learndash-wrapper
  .ld-course-status.ld-course-status-not-enrolled
  .ld-course-status-price {
  color: var(--global-palette3) !important;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.learndash-wrapper .ld-content-actions .ld-content-action {
  flex-basis: 230px;
}
.learndash-wrapper .learndash_mark_complete_button,
.ld-content-actions .ld-content-action a {
  font-weight: 500 !important;
  letter-spacing: 1px;
  border-radius: 50px !important;
}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  margin-top: 10px;
}
.single
  .learndash-wrapper.entry-content
  .ld-focus
  .ld-focus-header
  .sfwd-mark-complete:after,
.single
  .learndash-wrapper.entry-content
  .ld-focus
  .ld-focus-header
  .sfwd-mark-complete
  input {
  color: var(--global-palette3) !important;
  padding: 0px;
}
.learndash-wrapper.entry-content
  .ld-focus-content
  .learndash_mark_complete_button {
  background-color: var(--global-palette3) !important;
  border: 2px solid var(--global-palette3) !important;
}
.learndash-wrapper.entry-content .learndash_mark_complete_button:hover,
.learndash-wrapper.entry-content
  .ld-focus-content
  .learndash_mark_complete_button:focus {
  color: var(--global-palette3) !important;
  background-color: #fff !important;
}

.ld-focus-content P {
  margin-top: 0px;
}
.ld-focus-content u {
  color: var(--global-palette3) !important;
}
.ld-focus-content u:hover,
.ld-focus-content u:focus {
  color: var(--global-palette-highlight-alt) !important;
}
.single .site-main .entry-header,
.single .entry-header {
  padding: 20px 0 15px;
}
.single-diseases .entry-header {
  padding: 15px 0 5px;
}

.single-post .site-main .entry-header {
  padding: 25px 0 5px;
}
.wrap .entry-hero.page-hero-section .entry-header {
  padding: 20px 0 35px;
}
.blog .hero-container .entry-header,
.archive .hero-container .entry-header {
  padding: 20px 0 35px;
}
.single-sfwd-lessons h2,
.single-sfwd-lessons h2 strong {
  font-size: 38px;
  font-weight: 400 !important;
}
.single #inner-wrap {
  background-color: #fff;
}
.single-sfwd-lessons .entry-title {
  font-size: 40px;
}
.single-sfwd-courses #inner-wrap .content-wrap,
.single-sfwd-lessons #inner-wrap .content-wrap {
  max-width: var(--global-content-narrow-width);
  margin: auto;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  margin: 0.5em 0em 10px 0;
  font-weight: 400 !important;
  line-height: 1.2;
}
.learndash-wrapper h2,
.learndash-wrapper h3,
.learndash-wrapper h4,
.learndash-wrapper h5,
.learndash-wrapper h6 {
  margin: 0.5em 0em 10px 0;
  line-height: 1.2;
}
.learndash-wrapper .entry-content h3 {
  font-family: var(--global-body-font-family);
  font-weight: 600;
}
.single-content br {
  display: inherit;
}
.entry-related-inner-content .carousel-item:nth-of-type(5),
.entry-related-inner-content .carousel-item:nth-of-type(6) {
  display: none;
}
.single .entry-related-inner article {
  margin-bottom: 0px;
}

.single .nav-links {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4em;
  margin-top: 10px;
}

.single .nav-links:before,
.single .nav-links:after {
  display: none;
}

.single .nav-links > a {
  display: flex;
  background-color: var(--global-palette8);
  padding: 10px;
  font-weight: 400;
}
.single .nav-links img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.single .nav-links .link {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.single .wrap .post-navigation {
  border-top: 0px solid var(--global-palette1);
  margin-bottom: 0px;
  margin: 0px 0 0;
  padding-top: 0px;
}
.single-post .wrap .post-navigation {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.single-post .entry-related {
  margin-top: 25px;
  margin-bottom: 0px;
}
.single-post .entry-related .entry-related-inner-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.single article.entry {
  margin: 0px;
}
.single-post .wrap .content-area {
  margin-bottom: 60px;
}
.single .nav-links .label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--global-body-font-family);
  letter-spacing: 1px;
}

.single .nav-links .title {
  font-size: 19px;

  font-weight: 400;
}

.single .nav-links a {
  text-decoration: none;
  font-weight: bold;
}

.single .nav-links a:hover {
  text-decoration: underline;
}
.page .hero-container {
  margin-bottom: 30px;
}
.single-content .griditem h3 {
  font-size: 28px;
}
.single-content .listing-meta .listing-desc h5 {
  margin: 0px 0 5px !important;
}
.single-content .listing-meta h5 {
  margin: 20px 0 0 !important;
}
.grid_socials {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-left: -30px;
}
.grid_socials b {
  margin-right: 10px;
}
.page .entry-title {
  font-size: 40px;
}

.single-content h2 {
  font-size: 36px;
}
.single-content h3 {
  font-size: 31px;
}

.single-content h4 {
  font-size: 28px;
}

.entry-author a.social-button {
  width: 1.5em;
  text-decoration: none;
  height: 1.5em;
  background-color: var(--global-palette3);
  border-color: var(--global-palette3);
}
.entry-author a.social-button:hover,
.entry-author a.social-button:focus {
  color: var(--global-palette3);
}
.entry-author a.social-button .kadence-svg-iconset svg {
  width: 15px;
  fill: currentcolor;
}
.after-post.entry-meta .meta-label {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 24px;
  font-family: var(--global-body-font-family) !important;
}
.after-post.entry-meta .category-link-items a {
  font-family: var(--global-body-font-family) !important;
}
.site-header-item .edd_cr_message,
.edd-description {
  display: none;
}
#edd_purchase_form fieldset p {
  display: grid;
  grid-template-columns: 1fr;
}
#edd_checkout_cart th:first-of-type,
#edd_checkout_cart td:first-of-type {
  border-left: 1px solid #c2c2c2;
}
#edd_checkout_cart {
  gap: 0px;
  border: 0px;
  border-collapse: collapse;
}
#edd_checkout_cart th,
#edd_checkout_cart td {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 10px;
}
#edd_checkout_cart tfoot th {
  text-align: right;
  border-bottom: 1px solid #c2c2c2;
}
.single .entry-author-description {
  font-size: 18px;
}
.yoast-breadcrumbs,
.kadence-breadcrumbs {
  line-height: 1;
}
#archive-container .entry-meta {
  margin-top: 5px;
}
.pagination .nav-links .page-numbers {
  background-color: var(--global-palette6);
  border-color: var(--global-palette6);
  font-size: 16px;
}
.pagination .nav-links span.page-numbers,
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {
  border-color: var(--global-palette6);
  color: var(--global-palette6);
}
.wrap .single-entry .disease-item a {
  font-weight: 400 !important;
}
.emailgroupwithArrow {
  position: absolute;
  right: 18%;
  bottom: 5%;
}
.kt-testimonial-content code {
  margin-top: 20px;
}

.kadence-column22591_2dbe8d-94 .wp-block-kadence-testimonial:nth-of-type(n),
.kadence-column22591_2dbe8d-94 .wp-block-kadence-testimonial:nth-of-type(n) {
  background-color: #faf6f3 !important;
}
.kadence-column22591_2dbe8d-94
  .wp-block-kadence-testimonial:nth-of-type(n + 2) {
  background-color: rgba(250, 223, 215, 0.5) !important;
}

.kadence-column22591_2dbe8d-94
  .wp-block-kadence-testimonial:nth-of-type(n + 3) {
  background-color: #fadfd7 !important;
}
.topseparator  svg{
	max-width: 100%;
}
#colophon {
	content-visibility: visible!important
}
@media only screen and (max-width: 2300px) {
  .bottomsep1:after {
    bottom: -20px;
  }
}
@media only screen and (max-width: 2100px) {
  .bottomsep1:after {
    height: 100px;
    bottom: -7px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1800px) {
  .bottomsep1:after {
    bottom: -15px;
  }
}
@media only screen and (max-width: 1500px) {
  .bottomsep1:after {
    bottom: -22px;
  }
  .topseparator {
    top: -50px;
  }
  .kt-testimonial-content code {
    margin-top: 20px;
    margin-left: 10px;
  }
  .emailgroupwithArrow {
    right: 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .bottomsep1:after {
    bottom: -30px;
  }
  .topseparator {
    top: -80px;
  }
  .topseparator svg {
    width: 200%;
		max-width: 200%;
  }
}
@media only screen and (max-width: 800px) {
  .bottomsep1:after {
    bottom: -37px;
  }
  .topseparator {
    top: -60px;
  }
}
@media only screen and (max-width: 700px) {
  .topseparator {
    top: -50px;
  }
}
@media only screen and (max-width: 2500px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 65% 100%;
  }
}
@media only screen and (max-width: 2300px) {
  .kb-row-layout-wrap.days21herorow .kt-row-column-wrap {
    padding-top: 40px !important;
  }
  .kb-row-layout-wrap.days21herorow .wp-block-spacer:last-of-type {
    height: 40px !important;
  }
}
@media only screen and (max-width: 2100px) {
  .kb-row-layout-wrap.days21herorow .kt-row-column-wrap {
    padding-top: 20px !important;
  }
  .kb-row-layout-wrap.days21herorow .wp-block-spacer:last-of-type {
    height: 20px !important;
  }
}
@media only screen and (max-width: 2030px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 65% 100%;
  }
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 72px !important;
  }
  .kb-row-layout-wrap.days21herorow .kt-row-column-wrap {
    padding-top: 10px !important;
  }
  .kb-row-layout-wrap.days21herorow .wp-block-spacer:last-of-type {
    height: 0px !important;
  }
}
@media only screen and (max-width: 1980px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 65% 100%;
  }
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 72px !important;
  }
}
@media only screen and (max-width: 1900px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 65% 100%;
  }
}
@media only screen and (max-width: 1800px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 65% 100%;
  }
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 66px !important;
  }
  .site-header-row-layout-fullwidth
    > .site-header-row-container-inner
    > .site-container {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 1700px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 65% 100%;
  }
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 64px !important;
  }
  .kb-row-layout-wrap.days21herorow .kt-row-column-wrap {
    padding-top: 0px !important;
  }
  .kb-row-layout-wrap.days21herorow .wp-block-spacer:first-of-type {
    height: 0px !important;
  }
  .kb-row-layout-wrap.homeherorow .wp-block-spacer {
    height: 50px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .site-header-row-layout-fullwidth
    > .site-header-row-container-inner
    > .site-container {
    padding: 0 2rem;
  }
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 58% 100%;
  }

  .kb-row-layout-wrap.homeherorow .wp-block-spacer {
    height: 0px !important;
  }
  .kb-row-layout-wrap.days21herorow .kt-row-column-wrap {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .kb-row-layout-wrap.days21herorow .wp-block-spacer:last-of-type {
    height: 0px !important;
  }
}

@media only screen and (max-width: 1500px) {
  .kb-row-layout-wrap.homeherorow::before {
    background-size: 47% 100%;
    height: calc(100% + 20px);
    top: -20px !important;
  }
  .kb-row-layout-wrap.days21herorow h2:nth-of-type(2),
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 60px !important;
  }
}

@media only screen and (max-width: 1340px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 100%;
    z-index: 0;
    opacity: 1;
    background-size: 43% 99%;
  }
  .kb-row-layout-wrap.homeherorow .kadence-column22533_c3756e-58 {
    padding-left: 25px;
  }
  .kb-row-layout-wrap.days21herorow h2:nth-of-type(2),
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 44px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 100%;
    z-index: 0;
    opacity: 1;
    height: calc(100% + 20px);
    top: -20px !important;
  }
  .kb-row-layout-wrap.homeherorow .kadence-column22533_c3756e-58 {
    padding-left: 25px;
  }
  .kb-row-layout-wrap.days21herorow h2:nth-of-type(1) {
    font-size: 18px !important;
  }
  .kb-row-layout-wrap.days21herorow h2:nth-of-type(2),
  .kb-row-layout-wrap.homeherorow h2 {
    font-size: 38px !important;
  }
  .kb-row-layout-wrap.homeherorow ul li {
    font-size: 18px !important;
  }
  .kb-row-layout-wrap.days21herorow p {
    font-size: 18px !important;
  }
  .kb-row-layout-wrap.ho.meherorow h3 {
    font-size: 22px !important;
  }
  .kadence-column22533_893079-2c {
    width: 500px;
  }
  .arrowtxt1 {
    left: -125px;
  }
  .arrowtxt2 {
    left: 50px;
    top: 130px;
  }
  .arrowtxt3 {
    left: 20px;
    top: 220px;
  }
}

@media only screen and (max-width: 1140px) {
  .kb-row-layout-wrap.homeherorow::before {
    width: 100%;
    z-index: 0;
    opacity: 1;
    background-size: 42% 100%;
  }
  .kb-row-layout-id22533_190bce-6b > .kt-row-column-wrap {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1040px) {
  .includedSection
    .kt-blocks-info-box-media
    .kadence-info-box-image-inner-intrisic-container,
  .includedSection .kt-blocks-info-box-media .kt-info-box-image {
    max-width: 100% !important;
  }
  .kb-row-layout-wrap.homeherorow::before {
    width: 100%;
    z-index: 0;
    opacity: 1;
    background-size: 50% 100%;

    display: block !important;
  }
}
@media (max-width: 767px) {
  .kb-row-layout-wrap.homeherorow::before {
    display: none !important;
  }
  .includedSection .kt-blocks-info-box-media * {
    max-width: 200px !important;
  }
  .plannerGallery ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .plannerGallery ul li {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .plannerGallery .kadence-blocks-gallery-item figure {
    max-width: 100%;
    max-width: 200px;
    margin: auto;
  }
  .cleanupImage.wp-block-kadence-image .alignleft {
    float: none;
    margin: auto;
    clear: both;
  }
  .kt-testimonial-content code {
    padding: 0 0 0px;
  }
  .kt-blocks-testimonials-wrap22591_7ff42a-3a {
    margin: 0px;
  }
  .emailgroupwithArrow {
    bottom: 50px;
  }

  figure.centerImage {
    float: none;
    text-align: center;
    display: block;
    clear: both;
    max-width: 100%;
  }
  figure.centerImage img {
    max-width: 108px;
    margin: auto;
  }
  .centerImage .kt-blocks-info-box-media .kadence-info-box-image-intrisic {
    text-align: center;
  }

  .kt-testimonial-meta-wrap {
    flex-direction: column;
  }
  .centerImage.wp-block-kadence-infobox .kt-blocks-info-box-media-container {
    text-align: center;
    display: block;
    max-width: 100%;
    float: none;
    height: auto;
  }

  .centerImage
    .kt-blocks-info-box-media
    .kadence-info-box-image-inner-intrisic-container
    * {
    max-width: 108px;
    margin: auto !important;
    height: auto;
    padding-bottom: 0px;
    width: auto;
  }
  .kt-info-box22591_fdddb6-20 .kt-blocks-info-box-link-wrap {
    flex-direction: column;
  }
  .wp-block-kadence-testimonials
    .kt-blocks-carousel
    .kt-blocks-carousel-init:not(.kt-carousel-arrowstyle-none):not(
      .tns-slider
    ) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .borderDivider
    .kt-testimonial-grid-wrap
    .kt-testimonial-item-wrap:not(:first-of-type)::after {
    display: none !important;
  }
}
/*  .witharrowGroup {
	position: absolute;
	left:5%;
	top: 20%;
 }
 .witharrowGroup:after {
	content: "";
	background: no-repeat url(/wp-content/uploads/2024/08/uparrow.png) center /
	  contain;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	bottom: -60px;
	right: -40px;
 } 
 
 */

@media screen and (max-width: 2300px) {
  .witharrowGroup {
    left: 14%;
    top: 26%;
  }
  .kb-row-layout-id22591_3e8953-b6 h2:last-of-type {
    font-size: 66px !important;
  }
  .kb-row-layout-id22591_61b017-8b {
    background-size: 50% auto;
  }
}

@media screen and (max-width: 2100px) {
  .kb-row-layout-id22591_3e8953-b6 h2:last-of-type {
    font-size: 70px !important;
  }

  .kb-row-layout-id22591_3e8953-b6 .wp-block-spacer {
    height: 40px !important;
  }
  .kb-row-layout-id22591_61b017-8b > .kt-row-column-wrap {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 2000px) {
  .kb-row-layout-id22591_3e8953-b6 .wp-block-spacer {
    height: 40px !important;
  }
  .kb-row-layout-id22591_61b017-8b > .kt-row-column-wrap {
    padding-top: 5rem;
  }
  .extracolRow .kt-row-column-wrap {
    display: flex;
    flex-direction: column;
  }
  .wp-block-kadence-column.extracol {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .witharrowGroup * {
    font-size: 15px !important;
  }
  .kb-row-layout-id22591_61b017-8b > .kt-row-column-wrap {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 1260px) {
  .kb-row-layout-id22591_3e8953-b6 h2:last-of-type {
    font-size: 50px !important;
  }
  .emailgroupwithArrow {
    right: 19%;
  }
  .wp-block-kadence-image.kb-image22591_dbcfbb-aa:not(
      .kb-specificity-added
    ):not(.kb-extra-specificity-added)
    > figure {
    margin-left: -20px;
  }
  /*   .witharrowGroup {
	  left: 57%;
	  top: 51%;
		 display: block;
	} */
}
@media screen and (max-width: 1240px) {
  .kb-row-layout-id22591_3e8953-b6 h2:last-of-type {
    font-size: 50px !important;
  }
  /*   .witharrowGroup {
	  left: 58%;
	  top: 55%;
		 display: block;
	} */
}
@media screen and (max-width: 1140px) {
  .kb-row-layout-id22591_3e8953-b6 h2:last-of-type {
    font-size: 45px !important;
  }
  .kb-row-layout-id22591_3e8953-b6 .wp-block-spacer {
    height: 60px !important;
  }
}
.entry-related-inner-content .grid-cols {
  gap: 10px;
}
.carousel-item .entry-header::before,
.carousel-item .entry-header .entry-meta {
  display: none;
}
.single .carousel-item .entry-header {
  padding: 0px;
}
.carousel-item .entry-header .entry-title {
  font-size: 15px;
  font-family: var(--global-body-font-family);
  font-weight: 600;
}
.entry-author-name a,
.single .entry-author-title,
h2.entry-related-title,
h3.comment-reply-title,
.comments-title {
  font-weight: 500;
}
.comment-form input[type="button"],
.comment-form input[type="reset"],
.comment-form input[type="submit"] {
  background-color: #d5886e !important;
  border-color: #d5886e !important;
  border-radius: 40px !important;
}
.comment-form-comment-subscribe input {
  margin-right: 10px;
}
.comment-form input[type="button"]:hover,
.comment-form input[type="reset"]:hover,
.comment-form input[type="submit"]:hover,
.comment-form input[type="button"]:focus,
.comment-form input[type="reset"]:focus,
.comment-form input[type="submit"]:focus {
  color: #d5886e !important;
  background-color: white !important;
  border-color: #d5886e !important;
}
.entry-author {
  margin-top: 30px;
}
.single-post .entry-author {
  margin-top: 0px !important;
}
.entry-author .title {
  margin-bottom: 10px;
}
.entry-author .title:after {
  border: 1.5px solid var(--global-palette1);
}

.gb-block-profile p {
  font-size: 20px !important;
  color: var(--global-palette3) !important;
}

.gb-profile-name em {
  font-style: normal !important;
  font-family: var(--global-body-font-family);
  font-size: 22px;
  font-weight: bold;
  color: var(--global-palette3) !important;
  letter-spacing: 1px;
}
.gb-block-profile .gb-profile-title {
  opacity: 1;
}
.gb-block-profile a,
.gb-block-profile a strong,
.gb-block-profile strong a {
  color: var(--global-palette3) !important;
}
.learndash-wrapper .ld-breadcrumbs .ld-status {
  margin-bottom: 0px !important;
}

.single-sfwd-courses
  .learndash-wrapper
  .ld-progress
  .ld-progress-heading
  .ld-progress-stats
  .ld-progress-percentage {
  color: var(--global-palette3) !important;
}
.user_has_no_access .learndash-wrapper #btn-join,
.user_has_no_access .learndash-wrapper .btn-join {
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.learndash-wrapper .entry-content div[class*="button"] a,
.learndash-wrapper .entry-content div[class*="button"] a:visited {
  background-clip: border-box;
  border-bottom: 2px solid var(--global-palette3) !important;
}.learndash-wrapper 
div[class*="button"] a:hover,
.learndash-wrapper div[class*="button"] a:focus {
  border-bottom: 2px solid currentcolor !important;
}
.site-container
  .learndash-wrapper
  .ld-course-navigation
  .ld-status-icon
  .ld-icon-checkmark {
  font-size: 0.525em;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled,
.learndash-wrapper .ld-breadcrumbs {
  background-color: var(--global-palette8);
}

.learndash-wrapper .ld-course-status .ld-status.ld-status-complete,
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
  background: #b5c9c2 !important;
}
.learndash-wrapper .ld-breadcrumbs a:hover,
.learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-title,
.learndash-wrapper .ld-primary-color-hover:hover,
.learndash-wrapper .ld-primary-color,
.learndash-wrapper .ld-primary-color-hover:hover,
.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover,
.learndash-wrapper
  .ld-focus-comment
  .ld-comment-reply
  a.comment-reply-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
	h2.planwithImg {
		font-size: 34px!important;
	} .emailgroupwithArrow {
    right: 5%;
    bottom: 2%;
  }
  .planwithImg.mobileinfo mark {
    display: block !important;
    font-weight: 300;
    line-height: 1.2;
  }

  .planwithImg.mobileinfo mark:before {
    content: "";
    display: inline-block;
    background: no-repeat url(/wp-content/uploads/2024/08/arrow2.png) center /
      contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: left 0px bottom 0px;
  }
  .planwithImg.mobileinfo br {
    display: inline !important;
  }
  .verticleTxt.wp-block-kadence-advancedheading {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    position: relative !important;
    display: block !important;
    left: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .imagewithLogo::after {
    left: -20px;
    bottom: -20px;
  }
  .primary-sidebar .kb-query-grid-wrap,
  .entry-related-inner-content .grid-cols {
    grid-template-columns: 1fr 1fr !important;
  }
  .entry-author .entry-author-profile {
    flex-direction: column;
  }
  .site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half {
    display: flex;
    flex-direction: column;
  }
  .site-middle-footer-wrap::before {
    height: 230px;
    background-color: var(--global-palette1) !important;
    width: 100%;
    border: 0px;
  }
  .site-footer-middle-section-2,
  .site-footer-middle-section-3 {
    margin-left: 0px;

    text-align: center;
  }
  .site-footer-middle-section-2 ul,
  .site-footer-middle-section-3 ul {
    display: inline-block;
  }
  .site-footer-middle-section-2 li,
  .site-footer-middle-section-3 li {
    text-align: left;
  }
  .site-top-footer-wrap .site-footer-row-container-inner img {
    top: -150px;
    right: 5px;
    width: 90px;
    height: 90px;
    z-index: 99;
  }
  .home .entry-content-wrap {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .home .content-area {
    margin-bottom: 0px;
  }
  .wp-block-kadence-column
    #mlb2-18149201.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-embedBody
    .ml-form-formContent.horozintalForm,
  .wp-block-kadence-column
    #mlb2-18149201.ml-form-embedContainer
    .ml-form-embedWrapper.embedForm,
  .wp-block-kadence-column
    #mlb2-3891542.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-embedBody
    .ml-form-formContent.horozintalForm,
  .wp-block-kadence-column
    #mlb2-3891542.ml-form-embedContainer
    .ml-form-embedWrapper.embedForm {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  
	.planwithImg.mobileinfo {
    font-size: 40px !important;
  }

  .witharrowGroup {
    display: none;
  }
  .kb-row-layout-id22591_61b017-8b {
    background-image: none !important;
  }
  .site-middle-footer-wrap::before {
    display: none;
  }

  .site-middle-footer-wrap .site-footer-section:first-of-type {
    background-color: var(--global-palette1);
    padding: 20px;
  }
  .site-middle-footer-wrap .footer-widget-area:first-child {
    padding: 0px;
  }
  .learndash-wrapper .ld-content-actions {
    gap: 10px;
  }

  .learndash-wrapper .ld-content-actions .ld-content-action {
    flex-basis: auto;
    padding: 0px;
  }
  .learndash-wrapper .learndash_mark_complete_button,
  .learndash-wrapper .ld-content-actions .ld-content-action a {
    font-size: 13px;
  }
  .learndash-wrapper .ld-content-actions > * {
    margin-bottom: 0px;
  }
  .learndash-wrapper
    .ld-content-actions
    .ld-content-action
    .ld-course-step-back {
    font-size: 14px;
    margin-top: 0px;
  }
  .single-post .nav-links,
  .single-diseases .nav-links {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .home .content-area {
    margin-top: 2em;
  }
  .kb-row-layout-wrap.days21herorow {
    background-image: none;
  }
  .kb-row-layout-wrap.days21herorow .kt-row-column-wrap {
    padding-top: 20px !important;
  }
  .page-id-22591 .content-area {
    padding-top: 0px;
    margin-top: 0px !important;
  }
  .wp-block-genesis-blocks-gb-container.alignfull {
    padding-left: 5%!important;
    padding-right: 5%!important;
  }
	
}

@media screen and (max-width: 500px) {
  .planwithImg.mobileinfo mark {
    font-size: 16px !important;
  }
  .emailgroupwithArrow {
    bottom: 60px;
  }
  .emailgroupwithArrow:before {
    width: 60px;
    top: 0px;
    left: -60px;
  }
  .emailgroupwithArrow * {
    font-size: 15px !important;
  }
  .kb-image22591_dbcfbb-aa img {
    max-width: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .site-container input {
    width: 100%;
  }
  fieldset {
    padding: 0px;
  }
  .topseparator svg {
    width: 300%;
		max-width: 300%;
  }
	 h2.planwithImg.mobileinfo {
		font-size:27px!important;
	}
}
