/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
:root {
  --cream: #fff7ee;
  --pink: #e74294;
  --pinkHighlight: #f271af;
  --blue: #469bd1;
  --blueHighlight: #61b3e5;
  --blueLight: #82bae1;
  --green: #6cba53;
  --greenHighlight: #7ad15a;
  --orange: #ef882b;
  --orangeHighlight: #f4a14e;
  --purple: #7d64a8;
  --purpleHighlight: #917bbf;
  --white: #fff;
  --greyDark: #333;
  --grey: #555;
  --black: #000;
}
.fusion-text a {
  text-decoration: underline;
}
.fusion-header-wrapper {
  position: fixed !important;
  top: 0;
  width: 100%;
}
#wrapper {
  padding-top: 153px;
}
@media (max-width: 1280px) {
  #wrapper {
    padding-top: 247px;
  }
}
@media (max-width: 800px) {
  #wrapper {
    padding-top: 235px;
  }
}
.header {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .header {
    padding: 20px;
    flex-direction: column;
  }
}
.header__logo {
  width: 300px;
}
@media (max-width: 1280px) {
  .header__logo {
    width: 200px;
    margin: 0 0 20px;
  }
}
.header__logo img {
  display: block;
}
.header__actions ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 20px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .header__actions ul {
    justify-content: center;
  }
}
.header__actions li {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.header__actions a {
  background: var(--blueLight);
  padding: 10px 16px;
  color: var(--white);
  border-radius: 30px;
  display: block;
}
.header__actions a:hover {
  background: var(--pink);
  color: var(--white);
}
.header .fusion-main-menu {
  --nav_height: auto;
}
@media (max-width: 1280px) {
  .header .fusion-main-menu > ul > li {
    padding-right: 20px;
  }
}
/*
<div class="header">
    <div class="header__logo">
        <a href="/"><img src="/wp-content/uploads/2024/01/FF_Web_Logo_01_@2x.jpg" alt="Fruitful Flora"></a>
    </div>
    <div class="header__nav">
        <div class="header__actions">
            <ul>
                <li><a href="#">Free Quiz</a></li>
                <li><a href="#">Get Started</a></li>
            </ul>
        </div>
        <?php avada_main_menu(); ?>
    </div>
</div>
*/
#menu-main > li > a {
  text-transform: uppercase;
}
.fusion-header__navigation {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.fusion-header__navigation__actions {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 16px 0;
  gap: 20px;
  line-height: 1;
}
.fusion-header__navigation__actions li {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.fusion-header__navigation__actions a {
  background: var(--blueLight);
  padding: 10px 16px;
  color: var(--white);
  border-radius: 30px;
  display: block;
}
.fusion-header__navigation__actions a:hover {
  background: var(--pink);
  color: var(--white);
}
.fusion-header__navigation a {
  height: auto !important;
}
.fusion-main-menu {
  padding: 18px 0;
}
.fusion-main-menu-search-overlay .fusion-main-menu > .fusion-overlay-search .fusion-close-search {
  overflow: visible !important;
}
.archive.category #menu-main #menu-item-142 > a,
.single-post #menu-main #menu-item-142 > a {
  color: var(--pink);
}
.archive.category #menu-main #menu-item-142 > a:after,
.single-post #menu-main #menu-item-142 > a:after {
  transform: scaleX(1);
}
.category-female-factors h1 {
  color: var(--pink);
}
.category-male-factors h1 {
  color: var(--blue);
}
.category-nutrition h1 {
  color: var(--green);
}
.category-lifestyle h1 {
  color: var(--orange);
}
.category-mental-health h1 {
  color: var(--purple);
}
.template-library {
  padding: 60px 0 0;
}
.template-library__content {
  display: flex;
  gap: 60px;
}
@media (max-width: 1100px) {
  .template-library__content {
    flex-direction: column;
    gap: 30px;
  }
}
.template-library__posts {
  flex: 1;
}
.template-library__intro h1 {
  margin: 0;
}
.template-library__post-list {
  margin: 10px 0 0;
}
.template-library__post-item {
  margin: 0 0 46px;
  padding: 0 0 46px;
  border-bottom: 1px solid #f0f0f0;
  /* &--female-factors a h2          { color: var(--pink); }
        &--male-factors a h2            { color: var(--blue); }
        &--nutrition a h2               { color: var(--green); }
        &--lifestyle a h2               { color: var(--orange); }
        &--mental-health a h2           { color: var(--purple); } */
}
.template-library__post-item__link {
  display: flex;
  gap: 46px;
  align-items: flex-start;
  color: var(--black);
}
@media (max-width: 1400px) {
  .template-library__post-item__link {
    flex-direction: column;
    gap: 23px;
  }
}
.template-library__post-item__link h2 {
  color: var(--greyDark);
  line-height: 1.1;
}
.template-library__post-item__link p {
  color: var(--black);
}
.template-library__post-item__link .template-library__post-item__action {
  color: var(--blue);
  text-decoration: underline;
  font-weight: 500;
}
.template-library__post-item__link:hover .template-library__post-item__img img {
  transform: scale(1.1);
}
.template-library__post-item__link:hover h2 {
  color: var(--grey);
}
.template-library__post-item__link:hover .template-library__post-item__action {
  color: var(--pink);
}
.template-library__post-item__img {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .template-library__post-item__img {
    width: auto;
  }
}
.template-library__post-item__img img {
  display: block;
  transition: all 0.3s;
}
.template-library__post-item__content {
  width: 50%;
}
@media (max-width: 1400px) {
  .template-library__post-item__content {
    width: auto;
  }
}
.template-library__post-item h2 {
  margin: 0 0 10px;
  transition: all 0.3s;
}
.template-library__post-item__category {
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.template-library__post-item__category span {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
}
.template-library__post-item__category span:before {
  width: 32px;
  height: 32px;
}
.template-library__post-item__category span.female-factors {
  background: var(--pink);
}
.template-library__post-item__category span.female-factors:before {
  content: url(img/icons/female-factor.svg);
}
.template-library__post-item__category span.male-factors {
  background: var(--blue);
}
.template-library__post-item__category span.male-factors:before {
  content: url(img/icons/male-factor.svg);
}
.template-library__post-item__category span.nutrition {
  background: var(--green);
}
.template-library__post-item__category span.nutrition:before {
  content: url(img/icons/nutrition.svg);
}
.template-library__post-item__category span.lifestyle {
  background: var(--orange);
}
.template-library__post-item__category span.lifestyle:before {
  content: url(img/icons/lifestyle.svg);
}
.template-library__post-item__category span.mental-health {
  background: var(--purple);
}
.template-library__post-item__category span.mental-health:before {
  content: url(img/icons/mental-health.svg);
}
.template-library__post-item__excerpt {
  margin: 0 0 10px;
}
.template-library__post-item__excerpt p {
  margin: 0;
}
.template-library__post-item__action {
  transition: all 0.3s;
}
.template-library__sidebar {
  width: 490px;
  background: var(--cream);
  padding: 20px;
}
@media (max-width: 1100px) {
  .template-library__sidebar {
    width: auto;
  }
}
.template-library__sidebar h2 {
  color: var(--greyDark);
  margin: 0 0 20px 0;
  font-size: 24px;
}
.template-library__search {
  margin: 0 0 40px;
}
.template-library__category {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e0dbd6;
}
.template-library__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.template-library__category li {
  width: 50%;
  padding: 0 5px 10px;
}
@media (max-width: 640px) {
  .template-library__category li {
    width: 100%;
  }
}
.template-library__category li.cat-item-9 a {
  background: var(--pink);
}
.template-library__category li.cat-item-9 a:hover {
  background: var(--pinkHighlight);
}
.template-library__category li.cat-item-9 a:before {
  content: url(img/icons/female-factor.svg);
}
.template-library__category li.cat-item-10 a {
  background: var(--blue);
}
.template-library__category li.cat-item-10 a:hover {
  background: var(--blueHighlight);
}
.template-library__category li.cat-item-10 a:before {
  content: url(img/icons/male-factor.svg);
}
.template-library__category li.cat-item-11 a {
  background: var(--green);
}
.template-library__category li.cat-item-11 a:hover {
  background: var(--greenHighlight);
}
.template-library__category li.cat-item-11 a:before {
  content: url(img/icons/nutrition.svg);
}
.template-library__category li.cat-item-12 a {
  background: var(--orange);
}
.template-library__category li.cat-item-12 a:hover {
  background: var(--orangeHighlight);
}
.template-library__category li.cat-item-12 a:before {
  content: url(img/icons/lifestyle.svg);
}
.template-library__category li.cat-item-13 a {
  background: var(--purple);
}
.template-library__category li.cat-item-13 a:hover {
  background: var(--purpleHighlight);
}
.template-library__category li.cat-item-13 a:before {
  content: url(img/icons/mental-health.svg);
}
.template-library__category a {
  display: flex;
  align-items: center;
  padding: 0 10px 0 5px;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
.template-library__category a:before {
  width: 32px;
}
.template-library__category a:hover {
  color: var(--white);
}
.template-library__recent__post-item {
  border-bottom: 1px solid #e0dbd6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.template-library__recent__post-item a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.template-library__recent__post-item a:hover .template-library__recent__post-item__img img {
  transform: scale(1.1);
}
.template-library__recent__post-item a:hover h3 {
  color: var(--pink);
}
.template-library__recent__post-item__img {
  overflow: hidden;
  width: 50%;
  position: relative;
  max-width: 224px;
}
.template-library__recent__post-item__img img {
  display: block;
  transition: all 0.3s;
}
.template-library__recent__post-item__img span {
  padding: 0;
  width: 36px;
}
.template-library__recent__post-item__img span:before {
  width: 36px;
  height: 36px;
  display: block;
}
.template-library__recent__post-item__img span.female-factors {
  background: var(--pink);
}
.template-library__recent__post-item__img span.female-factors:before {
  content: url(img/icons/female-factor.svg);
}
.template-library__recent__post-item__img span.male-factors {
  background: var(--blue);
}
.template-library__recent__post-item__img span.male-factors:before {
  content: url(img/icons/male-factor.svg);
}
.template-library__recent__post-item__img span.nutrition {
  background: var(--green);
}
.template-library__recent__post-item__img span.nutrition:before {
  content: url(img/icons/nutrition.svg);
}
.template-library__recent__post-item__img span.lifestyle {
  background: var(--orange);
}
.template-library__recent__post-item__img span.lifestyle:before {
  content: url(img/icons/lifestyle.svg);
}
.template-library__recent__post-item__img span.mental-health {
  background: var(--purple);
}
.template-library__recent__post-item__img span.mental-health:before {
  content: url(img/icons/mental-health.svg);
}
.template-library__recent__post-item__category {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.template-library__recent__post-item h3 {
  width: 50%;
  font-size: 20px;
  color: var(--black);
  margin: 0;
  transition: all 0.3s;
}
.library-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.library-pagination span,
.library-pagination a {
  display: block;
  padding: 8px 12px;
  display: inline-block;
  line-height: 1;
}
.library-pagination span.current,
.library-pagination a.current {
  background: var(--pink);
  color: var(--white);
}
.template-library .template-library-related {
  margin-top: 60px;
}
@media (max-width: 1100px) {
  .template-library .template-library-related {
    margin-top: 30px;
  }
}
.template-library-related {
  background: url(img/bg/library.webp) no-repeat var(--cream) center center;
  background-size: cover;
  padding: 60px 30px;
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
}
.template-library-related h2 {
  color: var(--pink);
  margin: 0 0 40px;
}
.template-library-related__list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 640px) {
  .template-library-related__list {
    flex-direction: column;
  }
}
.template-library-related__item {
  width: 33.33%;
  background: var(--white);
}
@media (max-width: 640px) {
  .template-library-related__item {
    width: auto;
  }
}
.template-library-related__link:hover .template-library-related__img img {
  transform: scale(1.1);
}
.template-library-related__img {
  position: relative;
  overflow: hidden;
}
.template-library-related__img img {
  transition: all 0.3s;
}
.template-library-related__details {
  padding: 30px;
}
.template-library-related h3 {
  margin: 0 0 20px;
}
.template-library-related__category {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.template-library-related__category span {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.template-library-related__category span:before {
  width: 32px;
  height: 32px;
}
.template-library-related__category span.female-factors {
  background: var(--pink);
}
.template-library-related__category span.female-factors:before {
  content: url(img/icons/female-factor.svg);
}
.template-library-related__category span.male-factors {
  background: var(--blue);
}
.template-library-related__category span.male-factors:before {
  content: url(img/icons/male-factor.svg);
}
.template-library-related__category span.nutrition {
  background: var(--green);
}
.template-library-related__category span.nutrition:before {
  content: url(img/icons/nutrition.svg);
}
.template-library-related__category span.lifestyle {
  background: var(--orange);
}
.template-library-related__category span.lifestyle:before {
  content: url(img/icons/lifestyle.svg);
}
.template-library-related__category span.mental-health {
  background: var(--purple);
}
.template-library-related__category span.mental-health:before {
  content: url(img/icons/mental-health.svg);
}
.template-library-related p {
  color: var(--black);
  line-height: 1.4;
  margin: 0;
}
.template-library-related__action {
  color: var(--blue);
  text-decoration: underline;
  margin: 20px 0 0;
}
.single-post h1 {
  color: var(--greyDark);
  margin: 0 0 20px;
  /* &.female-factors                { color: var(--pink); }
        &.male-factors                  { color: var(--blue); }
        &.nutrition                     { color: var(--green); }
        &.lifestyle                     { color: var(--orange); }
        &.mental-health                 { color: var(--purple); }*/
}
.template-library-meta {
  background: var(--white);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  gap: 20px;
}
@media (max-width: 640px) {
  .template-library-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.template-library-meta__category {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.template-library-meta__category span {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.template-library-meta__category span:before {
  width: 32px;
  height: 32px;
}
.template-library-meta__category span.female-factors {
  background: var(--pink);
}
.template-library-meta__category span.female-factors:before {
  content: url(img/icons/female-factor.svg);
}
.template-library-meta__category span.male-factors {
  background: var(--blue);
}
.template-library-meta__category span.male-factors:before {
  content: url(img/icons/male-factor.svg);
}
.template-library-meta__category span.nutrition {
  background: var(--green);
}
.template-library-meta__category span.nutrition:before {
  content: url(img/icons/nutrition.svg);
}
.template-library-meta__category span.lifestyle {
  background: var(--orange);
}
.template-library-meta__category span.lifestyle:before {
  content: url(img/icons/lifestyle.svg);
}
.template-library-meta__category span.mental-health {
  background: var(--purple);
}
.template-library-meta__category span.mental-health:before {
  content: url(img/icons/mental-health.svg);
}
.template-library-meta__publish-data {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.template-library-meta__publish-data li {
  border-left: 1px solid var(--black);
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  line-height: 1;
  white-space: nowrap;
}
.template-library-meta__publish-data li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.fusion-filters {
  border: none !important;
  overflow: visible !important;
}
.fusion-filters .fusion-filter {
  margin-right: 10px;
}
.fusion-filters a {
  padding: 0 10px 0 5px;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 5px 5px 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  min-height: 36px;
  border: 0 none;
  text-decoration: none !important;
}
.fusion-filters a:before {
  width: 32px;
}
.fusion-filters a[data-filter="*"] {
  background: var(--greyDark);
  padding: 0 20px;
}
.fusion-filters a[data-filter=".female-factors"] {
  background: var(--pink);
}
.fusion-filters a[data-filter=".female-factors"]:hover {
  background: var(--pinkHighlight);
}
.fusion-filters a[data-filter=".female-factors"]:before {
  content: url(img/icons/female-factor.svg);
}
.fusion-filters a[data-filter=".male-factors"] {
  background: var(--blue);
}
.fusion-filters a[data-filter=".male-factors"]:hover {
  background: var(--blueHighlight);
}
.fusion-filters a[data-filter=".male-factors"]:before {
  content: url(img/icons/male-factor.svg);
}
.fusion-filters a[data-filter=".nutrition"] {
  background: var(--green);
}
.fusion-filters a[data-filter=".nutrition"]:hover {
  background: var(--greenHighlight);
}
.fusion-filters a[data-filter=".nutrition"]:before {
  content: url(img/icons/nutrition.svg);
}
.fusion-filters a[data-filter=".lifestyle"] {
  background: var(--orange);
}
.fusion-filters a[data-filter=".lifestyle"]:hover {
  background: var(--orangeHighlight);
}
.fusion-filters a[data-filter=".lifestyle"]:before {
  content: url(img/icons/lifestyle.svg);
}
.fusion-filters a[data-filter=".mental-health"] {
  background: var(--purple);
}
.fusion-filters a[data-filter=".mental-health"]:hover {
  background: var(--purpleHighlight);
}
.fusion-filters a[data-filter=".mental-health"]:before {
  content: url(img/icons/mental-health.svg);
}
.fusion-filters a:hover {
  color: var(--white);
}
.fusion-filters .fusion-filter.fusion-active a {
  line-height: 1;
  color: var(--white) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0 none !important;
}
.fusion-filters .fusion-filter.fusion-active a[data-filter=".female-factors"] {
  background: var(--pinkHighlight);
}
.fusion-filters .fusion-filter.fusion-active a[data-filter=".male-factors"] {
  background: var(--blueHighlight);
}
.fusion-filters .fusion-filter.fusion-active a[data-filter=".nutrition"] {
  background: var(--greenHighlight);
}
.fusion-filters .fusion-filter.fusion-active a[data-filter=".lifestyle"] {
  background: var(--orangeHighlight);
}
.fusion-filters .fusion-filter.fusion-active a[data-filter=".mental-health"] {
  background: var(--purpleHighlight);
}
.icon-hover .fusion-imageframe {
  position: relative;
}
.icon-hover .fusion-imageframe:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}
.icon-hover:hover .fusion-imageframe:before {
  background: rgba(255, 255, 255, 0.3);
}
.post-content a {
  text-decoration: underline;
}
div.wpforms-container-full .wpforms-field-label,
div.wpforms-container-full .wpforms-field-sublabel,
.wpforms-container .wpforms-required-label,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  color: var(--white) !important;
}
.wpforms-submit {
  background: var(--blue) !important;
}
.wpforms-submit:hover {
  background: var(--blueHighlight) !important;
}
.fusion-button {
  text-decoration: none !important;
}
.wp-block-image figcaption {
  font-size: 18px;
  text-align: left;
}
