:root {
  --theme-color-primary: #685E59;
  --theme-color-secondary: #685E59;
  --theme-color-accent: #FF7A64;
  --theme-color-skin:#FDF1ED;
  --theme-font-primary:'Noto Serif', serif;
  --theme-font-secondary:'Montserrat', sans-serif ;
  --theme-color-grey:#C9D5D1;
  --theme-color-pink:#F1AC97;
}

body {
  font-family: var(--theme-font-secondary);
  color: var(--theme-color-primary);
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
li {
  color: var(--theme-color-primary);
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  font-family:var(--theme-font-primary);
}

a {
  color: var(--theme-color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--theme-color-accent);
}

.title {
  font-size: 48px;
  font-weight: 300;
  color: var(--theme-color-primary);
  line-height: 1.2;
  font-family: var(--theme-font-primary);
}

.main-title {
  font-size: 60px;
  font-weight: 300;
  color: var(--theme-color-primary);
  line-height: 1.2;
  font-family: var(--theme-font-primary);
}

.font-big {
  font-size: 18px;
}

.top-title {
  font-family: var(--theme-font-secondary);
  color: var(--theme-color-accent);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.hero-title {
  font-size: 48px;
  font-family: var(--theme-font-primary);
  font-weight: 300;
  line-height: 1.2;
  color: var(--theme-color-primary);
}

.hero-desc {
  font-size: 18px;
  letter-spacing: 0.66px;
}

.btn-style-1 a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-color-secondary);
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #fff;
  background-color: var(--theme-color-accent);
  border-radius: 2px;
  border: solid 1px var(--theme-color-accent);
  display: block;
  padding: 10px 20px;
  min-width: 170px;
  min-height: 44px;
  width: max-content;
  line-height: 1.8;
  text-align: center;
  transition: .5s;

  &:hover {
    background-color: transparent;
    color: var(--theme-color-accent);
  }
}

.menu-main-menu-container > ul, .menu-extra-menu-container > ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

header .menu-item a {
  font-size: 13px;
  font-family: var(--theme-color-primary);
  font-weight: 400;
  letter-spacing: 0.7px;
  margin-inline: 15px;

  &:hover {
    color: var(--theme-color-accent);
  }
}

 header .menu-item.current-menu-item > a {
    color: var(--theme-color-accent);
  }

header .logo figure {
  margin-bottom: 0;

  & img {
    max-width: 200px;
  }
}

.tophead {
  border-bottom: 1px solid rgba(104, 94, 89, 0.10);
}

.sn-menu {
  min-height: 90px;
}

.tophead .action-bar {
  min-height: 44px;
  align-items: center;

  & p {
    margin-bottom: 0;
  }

  .top-text-block a {
    text-decoration: underline;
    text-underline-offset: 1.3px;
  }
}

.hero-section {
  background-color: #FDF1ED;
}

#header {
  transition: .5s;
  z-index: 9999;
  background-color: transparent;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
}

/* .home #header {
  background-color: #ffffffb3;
} */

body.header-sticky #header {
  background-color: #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

.home .main-wrapper > section:first-child {
  padding-top:0px !important;
}


/*.main-wrapper > section:first-child {
  padding-top:140px !important;
}*/


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color:var(--theme-color-accent);
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-color: rgba(255, 122, 100, 0.2);
}


.hero-carousel .owl-dots {
  bottom: 75px;
  width: 100%;
  max-width: 1350px;
  text-align: left;
  position: relative;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#hero-carousel .item {
  height: 550px;
  background-size: 60%;
  background-position: right;
  display: grid;
  align-content: center;
  background-repeat: no-repeat;
}

.hero-carousel.owl-carousel.owl-loaded {
  overflow: hidden;
  height: 550px;
}

#hero-carousel .item .hero-content {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: -50px;
}

.heading-container {
  max-width: 1050px;
  margin-inline: auto;
}

.service-card {
    border-radius: 2px;
    border: 8px solid #FFF;
    background: #FFF;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05); 
}

.service-card-inner {
    position: relative;
    z-index: 1;
    height: 334px;
    overflow: hidden;
    width: 100%;

    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: linear-gradient(to top, #00000096 10%, #00000069 30%, transparent 60%);
      bottom: 0;
      left: 0;
    }
    
    .service-card-title {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      min-height: 40px;
      color: #fff;
      font-family: var(--theme-font-secondary);
      font-weight: 500;
      letter-spacing: 0.9px;
      padding-inline: 5px;
    }

    & img {
      object-fit: cover;
      height: 100%;
    }
}

.resource-content {
  max-width: 645px;
  margin-left: auto;
}



.resource-card {
  max-width: 390px;
  height: 100%;
  display: grid;

  & img {
    border: solid 1px #0000001c;
  }
}

.bg-accent {
  background-color: var(--theme-color-accent);
}

.text-accent {
  color: var(--theme-color-accent);
}

.mid-title {
  font-family: var(--theme-color-primary);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
}

.tab-title {
  font-family: var(--theme-color-primary);
}

.bg-skin {
  background-color: var(--theme-color-skin);
}

.bg-grey {
  background-color: var(--theme-color-grey);
}

.bg-pink {
  background-color: var(--theme-color-pink);
}

.health-tab-content {
  font-size: 13px;
  letter-spacing: 0.65px;
  max-width: 350px;
  margin-right: auto;

  & h3 {
    font-size: 20px;
    font-family: var(--theme-font-secondary);
    font-weight: 400;
    margin-bottom: 1.25rem;
  }

  & h4 {
    font-size: 18px;
    letter-spacing: 0.9px;
    font-family: var(--theme-font-secondary);
    font-weight: 400;
    margin-bottom: 1.25rem;
  }

}

#footer {
  background-color: var(--theme-color-grey);
}

.footer-navmenu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;

  & li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
  }

  & li::after {
    position: absolute;
    content:"/";
    right: 0;
  }
}

.copyright > .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  & p {
    margin-bottom: 0;
  }
}

.footer-copyright {
  border: solid 1px rgba(104, 94, 89, 0.20);
  min-height: 80px;
  display: grid;
  align-content: center;
}

.health-tab .nav-link {
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    opacity: .7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 2px;
}

.health-tab .nav-link:last-child {
  border: none;
}

.health-tab .nav-link svg {
  width: 30px;
  height: 30px;
}

.health-tab .nav-link.active {
  opacity: 1;
  background-color: transparent;
}

#v-health-tab {
  max-width: 400px;
  margin-left: auto;
}

.btn-style-2 a {
  font-size: 13px;
  font-family: var(--theme-font-secondary);
  color: var(--theme-color-accent);
  letter-spacing: 0.65px;
  font-weight: 600;
  transition: .5s;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px var(--theme-color-accent);
  padding-right: 0;
  line-height: 1;

  &:hover {
    padding-right: 25px;
  }
}

.content {
  font-size: 14px;

  & h2 {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--theme-font-secondary);
    margin-bottom: 1.25rem;
  }

   & h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--theme-font-secondary);
    margin-bottom: 1.25rem;
  }

   & h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--theme-font-secondary);
    margin-bottom: 1.25rem;
  }
}
 
.section-journey {
  min-height: 450px;
  display: grid;
  align-content: center;
  background-size: cover;
}

.journey-content {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1.1px;
  font-weight: 500;
}

.card-header {
  background-color: transparent;
  min-height: 50px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(104, 94, 89, 0.20);

  &  a {
      font-size: 18px;
      letter-spacing: 0.54px;
      font-family: var(--theme-font-secondary);
      font-weight: 400;
      line-height: 1.4;
      color: var(--theme-color-accent);
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  & svg {
    width: 26px;
    height: 26px;
  }
}

.faq-accordion .card {
  border: none !important;
}

.blog-image {
  height: 250px;
  width: 100%;
  overflow: hidden;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.blog-card {
  max-width: 390px;
}

.blog-cat-style  {
    font-size: 14px;
    letter-spacing: 0.7px;
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
}

.blog-cat-style::after {
  content: "";
  position: absolute;
  right: 0;
  height: 70%;
  width: 0.5px;
  top: 3px;
  background-color: var(--theme-color-primary);
}

.blog-cat-style:last-child:after {
  display: none;
}

.blog-cat-main {
  display: flex;
  flex-wrap: wrap;
}

.blog-cat ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
 
  & li {
     font-size: 14px;
     letter-spacing: 0.7px;
     position: relative;
     margin-right: 5px;
     padding-right: 5px;
  }

  & li::after {
    content: "";
    position: absolute;
    right: 0;
    height: 70%;
    width: 0.5px;
    top: 3px;
    background-color: var(--theme-color-primary);
  }

   & li:last-child:after {
    display: none;
  }
  
  
}

.blog-title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.9px;
  font-family: var(--theme-font-secondary);
}

.footer-top h3, .footer-top h2 {
  font-size: 22px;
  font-weight: 300;
  font-family: var(--theme-font-primary);
  line-height: 1.2;
  margin-bottom: 15px;
}

#footer {
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.6;

  & a svg {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
}

.social-contact a svg {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    color: var(--theme-color-accent);
  }

  .social-contact a:hover svg {
    color: var(--theme-color-primary);
  }

.footerblock .wp-block-image {
  margin-bottom: 25px;
}

.footerblock [href="mailto:hello@westendwomenshealth.ca"] {
  text-decoration: underline;
}

.news-form input {
  min-height: 50px;
  border: none;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-radius: 2px;
}

.news-form input[type="email"] {
  padding-right: 150px;

  &:focus-visible {
    border: solid 1px var(--theme-color-accent);
    outline: none;
  }
}

.news-form p {
  position: relative;
}

.news-form .wpcf7-spinner {
  display: none;
}
  
#main-wrapper [type="submit"] {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-color-secondary);
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #fff;
  background-color: var(--theme-color-accent);
  border-radius: 2px;
  border: solid 1px var(--theme-color-accent);
  display: block;
  padding: 10px 20px;
  width: max-content;
  line-height: 1.8;
  text-align: center;
}

.news-form input[type="submit"] {
  min-height: 45px;
  max-height: 45px;
  position: absolute;
  top: 2.5px;
  right: 2.5px;
}

.team-image {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin-inline: auto;

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .5s;
      aspect-ratio: 1/1;
    }

    &:hover img {
      scale: 1.1;
    }
}

.team-title a {
  color: var(--theme-color-accent);
  font-family: var(--theme-font-secondary);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 109.091% */
  letter-spacing: 1.1px;

  &:hover {
    text-decoration: underline;
  }
}

.team-role {
  font-size: 16px;
  font-weight: 500;
}

.service-carousel#service-carousel  .owl-nav button {
    position: absolute;
    font-size: 30px;
    top: calc(50% - 30px);
    color: var(--theme-color-primary);
    background-color: transparent;

    &:hover {
      color: var(--theme-color-accent);
    }

    &.owl-prev {
         left: -50px;
    }

    &.owl-next {
         right: -50px;
    }
 
}

.mobile-btn {
  align-items: center;

  & svg {
    width: 30px;
    height: 30px;
  }
}

.sc-mobile-inner .menu-item {
  width: 100%;

  & a {
    min-height: 30px;
    display: block;
    font-size: 16px;
  }
}



.header .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 30px;
  left: 0;
  width: fit-content;
  min-width: 250px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
  padding-block: 10px;
  padding-inline: 0;
}

.header .sub-menu li {
  width: 100%;
  padding: 5px 15px;
  margin-right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  & a {
    padding-bottom: 0;
    margin-inline:0;
  }
}

.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children::after {
  position: absolute;
  content: "";
  background-image: url(../images/down-arrow.svg);
  width: 15px;
  height: 15px;
  right: 0px;
  bottom: 1px;
  background-repeat: no-repeat;
  background-position: center right;
}

.header .menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: -25px;
  left: 0;
}

.header #menu-main-menu .sub-menu .menu-item-has-children::before {
  display: none;
}

.header .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: inherit;
}

#menu-main-menu .sub-menu .menu-item-has-children::after {
  right: 10px;
  transform: rotate(-90deg);
}

.header .sub-menu .menu-item-has-children:hover .sub-menu { 
    left: calc(100%);
    top: -5px;
}

.tab-accord  .card-header {
	background-color:var(--theme-color-accent);
	margin-bottom:0;
	
	& button {
		width:100%;
		font-family:var(--theme-font-secondary);
	}
}

.single-team .team-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05); 
}

.btn-style-1.btn-dark a {
  background-color: var(--theme-color-primary);
  border-color:var(--theme-color-primary);

  &:hover {
    color: var(--theme-color-primary);
    background-color: transparent;
  }
}

.about-content {
   font-size: 16px;    

   & h2, h3 , h4 {
    font-weight: 300;
    margin-bottom: 1rem;
  }

  & ul {
    list-style: none;
    padding-left: 3.5rem;
  }

  & li {
    position: relative;
    margin-bottom: .5rem; 
  }

  & li::before {
    content: "";
    position: absolute;
    background-image: url('../images/list-style.svg');
    left: -30px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
  }
}

.health-content {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.9px;

  & h2, h3 , h4 {
    font-weight: 300;
  }

  & ul {
    list-style: none;
    padding-left: 3.5rem;
    text-align: left;
  }

  & li {
    position: relative;
  }

  & li::before {
    content: "";
    position: absolute;
    background-image: url('../images/list-style.svg');
    left: -30px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 7.5px;
  }
}

.service_card {
    border-radius: 2px;
    border: 8px solid #FFF;
    background-color: #FFF;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05); 
    height: 100%;

    .card-desc {
      letter-spacing: 0.7px;
    }

    .card-title {
      letter-spacing: 0.9px;
      font-size: 18px;
      font-weight: 500;
      font-family: var(--theme-font-secondary);
    }
}


.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;

  .page-numbers {
    margin-inline:.5rem;
    font-size: 18px;
    font-weight: 500;
  }

  .current.page-numbers {
    color: var(--theme-color-accent);
  }

  .next.page-numbers , .prev.page-numbers  {
    background-color: var(--theme-color-accent);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

}

.single-featured-image img {
  width: 100%;
  height: 100%;
}

.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5 {
  font-weight: 300;
}


.common-banner {
  min-height: 350px;
  padding: 0 !important;
}

.team-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}

.team-content ul {
  list-style: none;
  padding-left: 0;
}

.team-content ul li:before  {
    content: url('https://api.iconify.design/simple-line-icons/check.svg?color=%23ff7a64');
    display: inline-block;
    font-weight: 400;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.single-team-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.team-content h2,
.team-content h3,
.team-content h4,
.team-content h5 {
  font-weight: 300;
  margin-bottom: 1rem;
}

.team-content p, .team-content ul, .team-content ol {
  margin-bottom: 1rem;
}

.contact-content {
  font-size: 18px;
}

.contact-content svg {
  color: var(--theme-color-accent);
  font-size: 24px;
  margin-right: 5px;
  top: 3px;
  position: relative;
}

.contact-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
    display: flex;
}

.hours-time {
  display: flex;
}

.contact-form  {

  & input , select , textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    border: solid 1px var(--theme-color-primary);
  }

  & input:focus-visible , select:focus-visible , textarea:focus-visible {
    border: 1px var(--theme-color-accent) solid;
    outline: none;
    box-shadow: none;
  }

  & label {
    width: 100%;

    & select {
      margin-top: 5px;
    }

  }

  & p {
    position: relative;
  }

  .wpcf7-list-item {
    margin: 0;
  }

  .wpcf7-list-item > label {
    display: flex;
    align-items: start;

    & input {
      width: auto;
      min-height: auto;
      position: relative;
      top: 3px;
      margin-right: 10px;
    }

  }

  & [type="submit"] {
    width: auto;
    padding-inline:25px;
    border-color: var(--theme-color-accent);
  }


}

.blog-sidebar {
  margin-top: 0.5rem;

  .wp-block-heading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    color: var(--theme-color-accent);
  }

  .wp-block-categories {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;


    & li {
      margin-bottom: .75rem;
      position: relative;
      margin-right: 10px;
      padding-right: 10px;
    }

    & li:after {
      position: absolute;
      content: "|";
      right: 0;
    }

    & li:last-child::after {
      display: none;
    }
  }

  .latest-posts-block .wp-block-latest-posts {
    margin-bottom: 1.5rem;
  }

  .latest-posts-block .wp-block-latest-posts li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 25px;

    &::before {
      position: absolute;
      content: url('https://api.iconify.design/humbleicons/chevron-right.svg?color=%23ff7a64');
      width: 20px;
      height: 20px;
      left: 0;
      top: 2px;
    }
  }

}

.search-block {
  
  input {
      min-height: 50px;
      border:solid 1px var(--theme-color-primary);
  }

  & input:focus-visible {
    outline: none;
    border: solid 1px var(--theme-color-accent);
  }

  .wp-block-search__button {
    background-color: var(--theme-color-accent);
    border: solid var(--theme-color-accent) 1px;
    padding-inline: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
  }

}

.section-support-card {
  background-color: #ffffffb8;
  padding: 2rem;
  border-radius: 10px;
}

.concern-card {
  font-weight: 300;
  border-radius: 2px;
  border: 8px solid #FFF;
  background-color: #FFF;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.05);
  height: 100%;

  & h4 {
    font-weight: 300;
    transition: .5s;
  }

  & img {
    height:75px;
    width: 75px;
    display: block;
    margin-inline: auto;
    margin-bottom: .75rem;
    transition: .5s;
  }
}

.concern-card-link:hover {
  & h4 {
    color: var(--theme-color-accent);
  }

  & img {
    scale: 1.1;
  }
}


.font-18 {
  font-size: 18px;
}

.concern-icon.program-icons {
  height: 250px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

.blog-image.single-related-image {
  height: auto;

  & img {
    max-width: 150px;
    max-height: 150px;
  }
}

.single-resource img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: solid 1px #0000001c;
}

.single-resource-content {
  font-size: 18px;
}

.card-image-type  img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.blog-desc li {
  margin-bottom: 10px;
}

.card-concerns img {
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  aspect-ratio: 1/1;
}

/* .hero-content {
  max-width: 775px;
  margin-left: auto;
} */


#main-wrapper .common-form-style {

  & form {
    margin: 0;
    width: 100%;
    padding: 0;
    max-width: 100% !important;
  }

  .gform_heading .gform_title {
    display: none;
  }


  & input , select , textarea {
    width: 100% !important;
    min-height: 50px !important;
    padding: 10px !important;
    border: solid 1px var(--theme-color-primary) !important;
    font-family: var(--theme-font-secondary) !important;
    font-size: 14px;
	border-radius:2px !important;
  }

  & textarea {
    min-height: 200px !important;
  }

  & input:focus-visible , select:focus-visible , textarea:focus-visible {
    border: 1px var(--theme-color-accent) solid !important;
    outline: none !important;
    box-shadow: none !important;
  }

  & label {
    width: 100%;

    & select {
      margin-top: 5px;
    }

  }

  & p {
    position: relative;
  }

  .wpcf7-list-item {
    margin: 0;
  }

  .wpcf7-list-item > label {
    display: flex;
    align-items: start;

    & input {
      width: auto;
      min-height: auto;
      position: relative;
      top: 3px;
      margin-right: 10px;
    }

  }

  & [type="submit"] {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: var(--theme-color-secondary) !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    color: #fff !important;
    background-color: var(--theme-color-accent) !important;
    border-radius: 2px !important;
    border: solid 1px var(--theme-color-accent) !important;
    display: block !important;
    padding: 10px 20px !important; 
    width: max-content !important;
    line-height: 1.8 !important;
    text-align: center !important;
    transition: .25s;
  }

  & [type="submit"]:hover {
    background-color: transparent !important;
    color: var(--theme-color-accent) !important;
  }

._checkbox-radio {
  display: inline-flex;
    align-items: self-end;

    & label {
          font-size: 14px;
    font-family: var(--theme-font-secondary);
    color: var(--theme-color-secondary);
    }
}

[type="checkbox"] {
      float: left;
    max-width: 20px;
    margin-right: 1rem;
}


  font-size: 14px;
    font-family: var(--theme-font-secondary);
    color: var(--theme-color-secondary);

}


.form-newsletter .gform_title {
  display: none;
}


#footer .form-newsletter  [type="submit"] {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: var(--theme-color-secondary) !important;
  font-weight: 500 !important;
  letter-spacing: 0.7px !important;
  color: #fff !important;
  background-color: var(--theme-color-accent) !important;
  border-radius: 2px !important;
  border: solid 1px var(--theme-color-accent) !important;
  display: block !important;
  padding: 10px 20px !important;
  width: max-content !important;
  line-height: 1.8 !important;
  text-align: center !important;
  position: absolute;
    top: 6.5px;
    right: 3px;
}



#footer .form-newsletter  input {
  min-height: 50px;
  border: none;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-radius: 2px!important;
}

#footer .form-news-letter  [type="email"] {
  padding-right: 150px;

  &:focus-visible {
    border: solid 1px var(--theme-color-accent);
    outline: none;
  }
}

#footer .form-newsletter form {
 margin: 0;
    padding: 0;
    background: transparent !important;
}



/* 23.02.2024 */
.bg-cover {
  background-size: cover;
}

.page-template-weight-loss-program #header {
	background-color:#fff;
	position:sticky;
}

/* .page-template-weight-loss-program .header .nav-menu , 
.page-template-weight-loss-program .header .sn-extra-btn, 
.page-template-weight-loss-program .header .tophead,
.page-template-weight-loss-program .footer-top, 
.page-template-weight-loss-program #insta-feeds,
.page-template-hormone-rebalance-program .header .nav-menu , 
.page-template-hormone-rebalance-program .header .sn-extra-btn, 
.page-template-hormone-rebalance-program .header .tophead,
.page-template-hormone-rebalance-program .footer-top, 
.page-template-hormone-rebalance-program #insta-feeds {
  display: none !important;
} */

/*.page-template-weight-loss-program .program-wrapper-common > section:first-child , .page-template-hormone-rebalance-program .program-wrapper-common > section:first-child {
    padding-top: 90px !important;
}*/

.page-template-weight-loss-program .footer-copyright, .page-template-hormone-rebalance-program .footer-copyright {
  background-color: #fff;
  min-height: 48px;
}

.font-20 {
  font-size: 20px;
}

.cta-bottom-page {
  min-height: 1000px;
}

.cta-bottom-page .cta-bottom-block {
  min-height: 365px;
  background-color: rgb(255,255,255,70%);
  padding: 50px 45px;
  font-size: 20px;
  outline: solid 1px rgba(104, 94, 89, 0.4);
  outline-offset: -15px;
}

.cta-bottom-col {
  max-width: 510px;
}

.prog-middle-banner .middle-banner-inner {
  background-color: rgb(255,255,255,70%);
  padding: 45px 85px;
  font-size: 20px;
  outline: solid 1px rgba(104, 94, 89, 0.4);
  outline-offset: -15px; 
}

.program-v2-faq {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.program-results {
  background-color: #FDF1ED;
  background-image: url('https://westendwomenshealth.ca/wp-content/uploads/2024/02/star.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.success-stories {
  background-color:#C9D5D1;
  background-image: url('https://westendwomenshealth.ca/wp-content/uploads/2024/02/leaf.png'); 
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}


/* .section-prog-video > .container {
    max-width: 800px;
} */

.prog-video-item iframe {
    width: 100%;
    height: 430px;
    border: solid 8px #fff;
    border-radius: 8px;
}

.prog-video-item video {
    width: fit-content;
    height: fit-content;
    border: solid 8px #fff;
    border-radius: 8px;
    display: block;
	max-height:560px;
}

.prog-video-item {
  position: relative;
}

.prog-video-item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;  
    align-items: center;
    justify-content: center;
}

.program-wrapper-common .title {
  font-size: 56px;
}


.program-wrapper-common .team-title a {
  font-size: 20px;
}

.program-wrapper-common .card-header {
  margin-block: .5rem;
  border: none;
}

.program-wrapper-common .card-header a {
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-color-primary);
}

.program-wrapper-common .faq-accordion .card {
  border-bottom: solid 1px rgba(222, 226, 230, 1) !important;
  border-radius: 0;

  &.active .card-header a {
    color: var(--theme-color-accent);
  }
}


.program-wrapper-common .faq-accordion .entry-content p:last-child {
  margin-bottom: 0 !important;
}

.program-gal img {
  max-width: 320px;
  object-fit: cover;
  max-height: 250px;
}

.program-wrapper-common .about-us-bottom .about-content {
    max-width: 635px;
    margin-left: auto;
    padding-right: 4rem;
}

.program-wrapper-common .about-us-middle .about-content {
    max-width: 635px;
    margin-right: auto;
}

.program-wrapper-common {
  font-size: 16px;
}

.program-wrapper-common .card-image-type img {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.program-wrapper-common .card-image-type {
  box-shadow: 0 0 10px 0px rgb(0,0,0, 10%); 
  width: 120px;
  height: 120px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 50%;
}

.program-wrapper-common .program-card  .card-title {
  font-size: 32px;
  font-family: var(--theme-font-secondary);
  text-transform: uppercase;
  color: var(--theme-color-accent);
}

.program-wrapper-common .transform-health .health-content {
    max-width: 635px;
    margin-left: auto;
    padding-right: 4rem;
}

.program-wrapper-common .top-title {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}

.clarity-right {
  padding-block:4rem;
  background-color: #FDF1ED;
  height: 100%;
  padding-inline: 4rem;

  .clarity-inner {
    max-width: 765px;
  }
}

.clarity-left {
  padding-block:4rem;
  background-color: rgba(253, 241, 237, 0.2);
  background-image: url('https://westendwomenshealth.ca/wp-content/uploads/2024/02/star.png');
  height: 100%;
  padding-inline: 4rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 310px;
}

.circle-list ul {
  list-style: none;
  padding-left: 35px;

  & li {
    position: relative;
    margin-bottom: 30px;

    & strong,b {
      color: var(--theme-color-accent);
    }

    &::before {
      position: absolute;
      content: "";
      left: -35px;
      top: 5px;
      width: 12px;
      height: 12px;
      background-color: var(--theme-color-accent);
      border-radius: 50%;
    }
  }

}


.check-list ul {
  list-style: none;
  padding-left: 35px;

  & li {
    position: relative;
    margin-bottom: 30px;

    & strong,b {
      color: var(--theme-color-accent);
    }

    &::before {
      position: absolute;
      content: "";
      left: -35px;
      top: 1px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-image: url('https://westendwomenshealth.ca/wp-content/uploads/2024/02/checklist-icon.png');
      background-size: contain;
    }
  }

}


.content-titles {

  font-size: 16px;

  & h2 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

  & h3 {
    font-size: 36px;
    margin-bottom: 2rem;
  }

  & h5 {
    font-size: 22px;
  }

  & h4 {
    font-size: 32px;
  }

  & b , strong {
    color: var(--theme-color-accent);
    font-weight: 600;
  }
  
}

.unique-list-content {
  & h4 {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }

  & ul {
    margin-left: 2rem;
  }

  & b , strong {
    color: var(--theme-color-accent);
    font-weight: 600;
  }
}

.success-carousel  .success-carousel-content {
    font-size: 16px;
    max-width: 530px;
    margin-left: auto;
    padding-left: 6rem;
    background-image: url('https://westendwomenshealth.ca/wp-content/uploads/2024/02/quote.png');
    background-position: top left;
    background-repeat: no-repeat;

    & h4 {
      font-size: 20px;
    }
}

.about-top .about-image {
  height: 100%;

  & img {
    height: 100%;
    object-fit: cover;
  }
}

#prog-modal {
	z-index:9999;
}

.prog-modal-image {
  position: relative;

  & span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}

.prog-video-item span {
  cursor: pointer;
}

#prog-modal .modal-prog-close {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    background-color: var(--theme-color-accent);
    opacity: 1;
    padding: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-size: 10px;
}

#prog-modal .modal-content {
	width:fit-content;
	margin-inline:auto;
}


.page-id-6332 .common-banner {
	height: auto;
    min-height: auto;
    padding: 2rem 0 !important;
}