/* Breakpoints */
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
/* Colors */
h1, h2 {
  margin-top: 0;
  font-family: "Bree Serif", serif;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.375rem;
    line-height: 3.875rem;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}

h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
}

p, a {
  font-family: "Montserrat", sans-serif;
}

p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

p + p {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

p + h3, ul + h3 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}

li:last-child {
  margin-bottom: 0;
}
li a {
  text-decoration: none;
}

.text-inner h2 {
  color: #215732;
  position: relative;
  display: inline-block;
  margin-bottom: 3.125rem;
}
.text-inner h2:after {
  content: url("/wp-content/themes/try-healthy/images/heading-underline.svg");
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #FFFCF3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  padding: 2.5rem 1.25rem;
  max-width: 75rem;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .container {
    padding: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .container {
    padding: 3.75rem 0;
  }
}

.text-inner {
  justify-content: flex-start;
}

#page {
  overflow: hidden;
  margin-bottom: auto;
}

.wave-container:before {
  z-index: 2;
}

body.error404 #content {
  padding: 1.25rem;
  padding-bottom: 6.25rem;
}
@media (min-width: 992px) {
  body.error404 #content {
    padding: 2.5rem;
    padding-bottom: 12.5rem;
  }
}

a.content-button {
  background-color: #215732;
  border-radius: 30px;
  padding: 12px 24px;
  display: inline-block;
  border: 2px solid #215732;
  color: #FFFFFF;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
a.content-button:hover {
  background: #9B2743;
  border: 2px solid #9B2743;
}
a.content-button i {
  margin-left: 5px;
}

.fl-button {
  transition: all 0.3s ease !important;
}

header#site-header {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 6px 28px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 6px 28px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 6px 28px -2px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #fffcf3;
}
header#site-header.search-open .header-top-bar {
  visibility: hidden;
}
header#site-header .header-top-bar {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background: #004684;
  text-align: center;
  font-size: 12px;
  border-bottom: 10px solid #fdb927;
  color: #FFFFFF;
  flex-direction: column;
  font-weight: 500;
  z-index: 3;
}
@media (min-width: 576px) {
  header#site-header .header-top-bar {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  header#site-header .header-top-bar {
    flex-direction: row;
    padding: 1.25rem 0;
  }
}
header#site-header .header-top-bar.menuOpen {
  visibility: hidden;
}
header#site-header .header-top-bar a {
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  header#site-header .header-top-bar a {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 992px) {
  header#site-header .header-top-bar a {
    margin-left: 0.625rem;
    margin-top: 0;
  }
}
header#site-header .header-top-bar a:hover {
  color: #fdb927;
}
header#site-header .header-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fffcf3;
}
@media (min-width: 992px) {
  header#site-header .header-main {
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  header#site-header .header-main {
    padding: 0;
  }
}
header#site-header .header-main.menuOpen {
  position: absolute;
  width: 100%;
  top: 0;
}
header#site-header .header-upper {
  display: flex;
}
@media (min-width: 992px) {
  header#site-header .header-upper {
    max-width: 75rem;
  }
}
header#site-header .logo-container {
  max-width: 7.5rem;
  position: relative;
}
@media (min-width: 992px) {
  header#site-header .logo-container {
    max-width: 12.5rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1400px) {
  header#site-header .logo-container {
    max-width: 16.25rem;
    margin-right: 3.125rem;
  }
}
header#site-header .logo-container .logo {
  display: block;
}
header#site-header .logo-container img {
  width: 100%;
}

.search-container.search-large {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  box-sizing: border-box;
  padding: 0.625rem;
  display: none;
}
@media (min-width: 1200px) {
  .search-container.search-large {
    background-color: transparent;
    border-right: 1px solid #01190c;
    border-left: 1px solid #01190c;
    max-width: 260px;
    margin-right: 1.25rem;
    display: block;
  }
}
@media (min-width: 1400px) {
  .search-container.search-large {
    max-width: 18.75rem;
  }
}
.search-container.search-large form {
  width: 100%;
}
.search-container.search-large label {
  clip-path: unset !important;
}
.search-container.search-large .custom-form {
  position: relative;
  display: flex;
}
.search-container.search-large .submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .search-container.search-large .submit .close {
    display: none;
    order: 1;
  }
}
.search-container.search-large .submit span i {
  font-size: 1.25rem;
}
.search-container.search-large input {
  border: none;
  height: 1.875rem;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: transparent;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .search-container.search-large input {
    order: 2;
  }
}
.search-container.search-large input::placeholder {
  font-size: 0.75rem !important;
  color: #201E1D;
}
@media (min-width: 1400px) {
  .search-container.search-large input::placeholder {
    font-size: 0.875rem;
  }
}
.search-container.search-large #searchsubmit {
  display: none;
}

.language-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .language-container {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .language-container {
    background: transparent;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .language-container {
    border-left: 1px solid #215732;
  }
}
@media (min-width: 1600px) {
  .language-container {
    padding-right: 0;
  }
}
.language-container .gtranslate_wrapper {
  border: 2px solid #215732;
  padding: 12px 24px;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .language-container .gtranslate_wrapper {
    border: none !important;
    color: #215732;
    transition: all 0.3s ease;
    border-radius: 0;
  }
}
.language-container select {
  color: #215732;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  background-color: #fffcf3;
}
@media (min-width: 1200px) {
  .language-container select {
    font-family: "Montserrat", sans-serif;
  }
}
@media (min-width: 1200px) {
  .language-container select {
    font-size: 0.875rem !important;
    line-height: 1rem;
  }
}
@media (min-width: 1600px) {
  .language-container select {
    font-size: 1.125rem !important;
  }
}

.modal {
  background: #fffcf3;
  display: block;
  opacity: 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 500ms ease, visibility 500ms ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}

.modal.menuOpen {
  opacity: 1;
  transition: opacity 500ms ease, visibility 500ms ease 0s;
  visibility: visible;
  z-index: 1;
}

#search-button {
  background-color: transparent;
  border: none;
  color: #215732;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: 1.875rem;
  cursor: pointer;
}
@media (min-width: 576px) {
  #search-button {
    margin-right: 3.125rem;
  }
}
@media (min-width: 1200px) {
  #search-button {
    display: none;
  }
}

.mobile-search {
  background: #004684;
  opacity: 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .mobile-search {
    display: none;
  }
}
.mobile-search.search-open {
  display: block;
}
.mobile-search.hidden {
  display: none;
}
.mobile-search.visuallyhidden {
  opacity: 0;
}
.mobile-search .search-small {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-search .searchform {
  margin: 0 1.25rem;
  flex-grow: 1;
}
.mobile-search .searchform .custom-form {
  display: flex;
}
.mobile-search .searchform input {
  padding: 15px 10px;
  flex: 1;
  border: none;
}
.mobile-search .searchform input::placeholder {
  font-size: 0.875rem;
  text-transform: capitalize !important;
  color: #00190c;
}
@media (min-width: 1400px) {
  .mobile-search .searchform input::placeholder {
    font-size: 1.125rem !important;
  }
}
.mobile-search .searchform input[type=submit] {
  flex-shrink: 1;
  flex-grow: 0;
}
.mobile-search .searchform .submit {
  position: relative;
}
.mobile-search .searchform .submit input {
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  border: none;
  padding: 0;
}
.mobile-search .searchform .submit .magnifying-glass {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #215732;
  z-index: -1;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-search .searchform .submit .magnifying-glass i {
  font-size: 1.25rem;
}
.mobile-search .searchform .submit .close {
  color: #FFFFFF;
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.mobile-search .searchform .submit .close i {
  font-size: 1.25rem;
  font-weight: bold;
}

/**
 * Initial state, hidden off screen
 */
.clicky-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  /*[1]*/
}
@media (min-width: 1200px) {
  .clicky-menu ul {
    visibility: visible;
  }
}

/** 
Prevent transitions when page is being re-sized
**/
body.stop-transition #menu-main-menu {
  transition: none !important;
}

/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
  visibility: visible;
}

.clicky-menu.no-js li:focus-within > ul {
  /*[2]*/
  visibility: visible;
}

/**
 * Open/Close Menu Behavior with JS
 */
.clicky-menu ul {
  transition: all 0.3s ease;
}

.clicky-menu ul[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}

.clicky-menu ul[aria-hidden=false] {
  visibility: visible;
  display: flex;
  justify-content: center;
  opacity: 1;
}

/**
 * Footnotes
 *
 * [1] Using `visibility` instead of `display` allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */
.clicky-menu {
  justify-content: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .clicky-menu {
    display: flex;
  }
}
.clicky-menu.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 0s ease 500ms;
}
@media (min-width: 1200px) {
  .clicky-menu.fade {
    visibility: visible;
  }
}
.clicky-menu.slidetoleft {
  transition: all 500ms ease;
  left: 100%;
  position: absolute;
  width: 100%;
}
.clicky-menu.slidetorightt {
  transition: all 500ms ease;
  right: 100%;
  position: absolute;
  width: 100%;
}

/* General Link & Button Styles */
.clicky-menu a,
.clicky-menu button {
  padding: 0;
  background: transparent;
  color: #201E1D;
  text-decoration: none;
  font-family: inherit;
  border-radius: 3px;
  word-wrap: break-word;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 992px) {
  .clicky-menu a,
.clicky-menu button {
    padding: 1.25rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .clicky-menu a,
.clicky-menu button {
    padding: 0;
    margin: 0;
  }
}

.clicky-menu a:focus,
.clicky-menu button:focus {
  outline-offset: -0.125em;
}

/* Top Level Items */
.clicky-menu > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: border 0.3s ease;
  z-index: 3;
}
@media (min-width: 992px) {
  .clicky-menu > li {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .clicky-menu > li {
    background-color: transparent;
  }
}

.clicky-menu > li > a,
.clicky-menu > li > button {
  display: flex;
  font-family: "Bree Serif", serif;
  align-items: center;
  border: 0;
  font-size: inherit;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .clicky-menu > li > a,
.clicky-menu > li > button {
    flex-shrink: 1;
    font-family: "Montserrat", sans-serif;
  }
}

@media (min-width: 1200px) {
  .clicky-menu > li > button {
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .clicky-menu > li > button {
    padding-right: 1.25rem;
  }
}

.clicky-menu > li > button .fas {
  margin-left: 0.625rem;
  transition: transform 0.3s ease;
}

/* Icon */
.clicky-menu svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

.clicky-menu .fa-plus,
.clicky-menu .fa-minus {
  display: none;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .clicky-menu .fa-plus,
.clicky-menu .fa-minus {
    display: block;
  }
}
.clicky-menu .fa-plus:before,
.clicky-menu .fa-minus:before {
  display: block;
  transition: all 0.3s ease;
}

.clicky-menu [aria-expanded=false] .fa-plus,
.clicky-menu [aria-expanded=false] .fa-minus {
  transition: all 0.3s ease;
}
.clicky-menu [aria-expanded=false] .fa-minus {
  opacity: 0;
}

.clicky-menu [aria-expanded=true] .fa-plus,
.clicky-menu [aria-expanded=true] .fa-minus {
  transition: all 0.3s ease;
}
.clicky-menu [aria-expanded=true] .fa-minus {
  opacity: 1;
  transition: all 0.3s ease;
}
.clicky-menu [aria-expanded=true] .fa-plus:before {
  transform: rotate(45deg);
}

.clicky-menu [aria-expanded=true] svg {
  transform: scaleY(-1);
}

.clicky-menu [aria-expanded=true] .fas {
  transform: rotate(180deg);
}

/* Submenu Styles */
.clicky-menu ul {
  min-width: 100%;
  width: 12em;
  padding: 0;
  list-style: none;
  border-radius: 3px;
  text-align: center;
}

/* Responsive Submenu Behavior */
.clicky-menu ul[aria-hidden=false] {
  position: static;
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .clicky-menu ul[aria-hidden=false] {
    position: absolute;
    width: auto;
  }
}

/* Submenu Links */
.clicky-menu ul a {
  display: block;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}

.navigation-container {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 1.25rem;
  max-width: 100rem;
  align-items: center;
  z-index: 2;
}
@media (min-width: 1200px) {
  .navigation-container {
    padding: 1.25rem 2.5rem;
  }
}
.navigation-container #hamburger,
.navigation-container .closeBtn {
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
	cursor:pointer;
}
@media (min-width: 576px) {
  .navigation-container #hamburger,
.navigation-container .closeBtn {
    right: 2.5rem;
  }
}
.navigation-container #hamburger i,
.navigation-container .closeBtn i {
  color: #215732;
}
.navigation-container #hamburger .fas,
.navigation-container .closeBtn .fas {
  margin-left: 0.3125rem;
	cursor:pointer;
}
.navigation-container #navMenu {
  height: 0;
  border: none;
  padding: 0;
}
.navigation-container.menuOpen #hamburger {
  height: 0;
  border: none;
  padding: 0;
}
.navigation-container.menuOpen #navMenu {
  height: auto;
}

#site-navigation {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 2.5rem;
  height: calc(100vh - 120px);
  overflow-y: scroll;
  z-index: 0;
}
@media (min-width: 1200px) {
  #site-navigation {
    height: auto;
    max-height: 3.125rem;
    position: relative;
    visibility: visible;
    top: 0;
    display: flex;
    padding: 0;
    height: auto;
    overflow-y: initial;
    justify-content: flex-start;
  }
}
#site-navigation .clicky-menu {
  opacity: 0;
  transition: opacity 500ms ease, visibility 0s ease 500ms;
  visibility: hidden;
z-index:-1;
position:relative;
}
@media (min-width: 1200px) {
  #site-navigation .clicky-menu {
    opacity: 1;
    visibility: visible;
  }
}
#site-navigation.slidetoleft .clicky-menu {
  left: 100%;
  position: absolute;
  transition: all 500ms ease;
  width: 100%;
}
#site-navigation.slidetoright .clicky-menu {
  position: absolute;
  right: 100%;
  transition: all 500ms ease;
  width: 100%;
}
@media (min-width: 1200px) {
  #site-navigation.slidetoright .clicky-menu, #site-navigation.slidetoleft .clicky-menu {
    position: relative;
    right: 0;
  }
}

#site-navigation.menuOpen {
  visibility: visible;
  z-index: 111;
}

#hamburger,
.closeBtn {
  background-color: transparent;
  border: none;
  color: #201E1D;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding: 0;
}
#hamburger:hover{
	  color: #215732;
}
@media (min-width: 1200px) {
  #hamburger,
.closeBtn {
    display: none;
  }
}

.menuOpen #menu-main-menu {
  opacity: 1;
  transition: opacity 500ms ease, visibility 500s ease;
  visibility: visible;
z-index:1;
}

.closeBtn {
  height: 0;
  visibility: hidden;
}

@media (min-width: 1200px) {
  #menu-main-menu {
    background-color: transparent;
    margin-right: 0;
    flex-grow: 1;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1400px) {
  #menu-main-menu {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  #menu-main-menu {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.navigation-container.menuOpen {
  background: #fffcf3;
}
.navigation-container.menuOpen #hamburger {
  height: 0;
  visibility: hidden;
}
.navigation-container.menuOpen .closeBtn {
  height: auto;
  visibility: visible;
}

@media (min-width: 1200px) {
  .clicky-menu {
    justify-content: space-between;
  }
}

.clicky-menu > li > a,
.clicky-menu > li > button {
  text-transform: uppercase;
  color: #00190c;
  position: relative;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .clicky-menu > li > a,
.clicky-menu > li > button {
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: transparent;
    color: #00190c;
  }
}
@media (min-width: 1200px) {
  .clicky-menu > li > a,
.clicky-menu > li > button {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .clicky-menu > li > a:before,
.clicky-menu > li > button:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #fdb927;
    position: absolute;
    left: -15px;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .clicky-menu > li > a,
.clicky-menu > li > button {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .clicky-menu > li > a:hover,
.clicky-menu > li > button:hover {
    color: #215732;
  }
  .clicky-menu > li > a:hover:before,
.clicky-menu > li > button:hover:before {
    opacity: 1;
  }
}

.clicky-menu > li.nav-button a {
  border: 2px solid #215732;
  border-radius: 30px;
  padding: 12px 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  color: #215732;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-top: 1.25rem;
  font-family: "Montserrat", sans-serif !important;
}
@media (min-width: 1200px) {
  .clicky-menu > li.nav-button a {
    border: 2px solid #215732;
    color: #215732;
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .clicky-menu > li.nav-button a:hover {
    background: #215732;
    color: #FFFFFF;
  }
  .clicky-menu > li.nav-button a:hover:before {
    opacity: 0;
  }
}
@media (min-width: 1400px) {
  .clicky-menu > li.nav-button a {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.clicky-menu > li.nav-button a:hover {
  background: #215732;
  color: #FFFFFF;
}
.clicky-menu > li.nav-button a:hover:before {
  opacity: 0;
}
.clicky-menu > li.nav-button a i {
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .clicky-menu > li {
    flex: 0 1 auto;
  }
}
.clicky-menu > li.current-menu-item a {
  font-weight: bold;
}
.clicky-menu > li:first-child {
  margin-left: 0;
}

.clicky-menu a,
.clicky-menu button {
  transition: color 0.2s ease;
}
.clicky-menu a:hover,
.clicky-menu button:hover {
/*   font-weight: normal; */
	color:#215732;
}

ul.sub-menu {
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  ul.sub-menu {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu {
    top: calc(100% + 20px);
    border: 1px solid #00190c;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu:before {
    content: url("/wp-content/themes/try-healthy/images/triangle.png");
    position: absolute;
    top: -15px;
    left: 10px;
    display: block;
  }
}
ul.sub-menu li {
  padding: 0.625rem;
  padding-left: 0;
  min-width: 12.5rem;
  transition: all 0.3s ease;
  text-align: left;
}
@media (min-width: 1200px) {
  ul.sub-menu li {
    background-color: #fffcf3;
    padding-bottom: 0;
    border-radius: 2px;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu li:hover {
    background: #215732;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu li:hover a {
    color: #FFFFFF;
    border-bottom: 1px solid #215732;
  }
}
ul.sub-menu li:last-child a {
  border-bottom: none;
}
ul.sub-menu li:last-child a:after {
  display: none;
}
ul.sub-menu li a {
  text-align: left;
  color: #9B2743;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  ul.sub-menu li a {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu li a {
    color: #201E1D;
    font-size: 0.875rem;
    text-align: left;
  }
}
ul.sub-menu li a::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #215732;
  bottom: -1px;
  position: absolute;
}

.clicky-menu ul[aria-hidden=false].sub-menu,
.clicky-menu ul[aria-hidden=true].sub-menu {
  visibility: visible !important;
  display: flex !important;
  justify-content: center !important;
  opacity: 1 !important;
  position: relative;
}
@media (min-width: 768px) {
  .clicky-menu ul[aria-hidden=false].sub-menu,
.clicky-menu ul[aria-hidden=true].sub-menu {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .clicky-menu ul[aria-hidden=true].sub-menu {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .clicky-menu ul[aria-hidden=false].sub-menu {
    position: absolute !important;
  }
}

section.masthead {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5.625rem;
  padding-top: 3.75rem;
  background-size: cover;
}
@media (min-width: 992px) {
  section.masthead {
    padding-bottom: 8.125rem;
    padding-top: 5.625rem;
  }
}
section.masthead h1 {
  display: block;
  margin: 2.5rem;
  color: #fee1ac;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  section.masthead h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }
}
@media (min-width: 992px) {
  section.masthead h1 {
    font-size: 6.25rem;
    line-height: 7rem;
    margin: 8.75rem;
  }
}

#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#hero .wrapper-small {
  padding: 100px 0;
/*   max-width: 87.5rem; */
  color: #FFFFFF;
  width: 100%;
  z-index: 3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 7.5rem;
  padding-top: 5.625rem;
}
@media (min-width: 992px) {
  #hero .wrapper-small {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1200px) {
  #hero .wrapper-small {
    padding-left: 9.375rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1400px) {
  #hero .wrapper-small {
    padding-left: 11.25rem;
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 1600px) {
  #hero .wrapper-small {
    padding-right: 0;
    padding-bottom: 12.5rem;
    padding-top: 7.5rem;
    padding-left: 8.125rem;
  }
}
#hero .wrapper-small h1 {
  color: #FFFFFF;
  text-transform: capitalize;
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media (min-width: 768px) {
  #hero .wrapper-small h1 {
    font-size: 3.375rem;
    line-height: 3.875rem;
  }
}
#hero .wrapper-small h1:after {
  content: url("/wp-content/themes/try-healthy/images/heading-underline.svg");
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
}
#hero .wrapper-small p {
  margin-bottom: 0.625rem;
}
#hero .wrapper-small p strong {
  font-size: 1.125rem;
  margin-right: 5px;
}
#hero .wrapper-small p.categories span:last-child > span {
  display: none;
}
@media (min-width: 992px) {
  #hero {
    flex-direction: row;
    justify-content: space-between;
  }
}

.n2-ss-item-content {
  font-size: 2.5rem !important;
}
@media (min-width: 768px) {
  .n2-ss-item-content {
    font-size: 4.375rem !important;
    line-height: 5rem !important;
  }
}
@media (min-width: 992px) {
  .n2-ss-item-content {
    font-size: 6.25rem !important;
    line-height: 7rem !important;
    margin: 8.75rem !important;
  }
}

.masthead-generic-page {
  display: flex;
  flex-direction: column;
  background-color: #eaf1d7;
}
.masthead-generic-page .masthead-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100rem;
  padding: 40px 20px 100px;
}
@media (min-width: 992px) {
  .masthead-generic-page .masthead-inner {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 100px 40px 200px;
  }
}
@media (min-width: 1600px) {
  .masthead-generic-page .masthead-inner {
    padding: 100px 0 200px;
  }
}
.masthead-generic-page h1 {
  color: #215732;
  text-transform: capitalize;
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media (min-width: 768px) {
  .masthead-generic-page h1 {
    font-size: 3.375rem;
    line-height: 3.875rem;
  }
}
.masthead-generic-page h1:after {
  content: url("/wp-content/themes/try-healthy/images/heading-underline.svg");
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
}
@media (min-width: 992px) {
  .masthead-generic-page .masthead-text {
    width: 50%;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .masthead-generic-page .masthead-text {
    padding-right: 9.375rem;
    padding-left: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .masthead-generic-page .masthead-text {
    padding-left: 9.375rem;
  }
}
@media (min-width: 1600px) {
  .masthead-generic-page .masthead-text {
    padding-left: 6.25rem;
  }
}
.masthead-generic-page .masthead-text .content-button {
  margin-top: 1.25rem;
  background-color: #9B2743;
  border: 2px solid #9B2743;
  position: relative;
  z-index: 4;
}
.masthead-generic-page .masthead-text .content-button:hover {
  border: 2px solid #215732;
  background: #215732;
}
.masthead-generic-page .masthead-image {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .masthead-generic-page .masthead-image {
    aspect-ratio: 16/9;
    width: 50%;
  }
}
.masthead-generic-page .masthead-image:before, .masthead-generic-page .masthead-image:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
.masthead-generic-page .masthead-image:before {
  width: 80px;
  height: 80px;
  background: #fdb927;
  top: 40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .masthead-generic-page .masthead-image:before {
    display: block;
    width: 160px;
    height: 160px;
    left: -80px;
  }
}
@media (min-width: 992px) {
  .masthead-generic-page .masthead-image:before {
    top: -80px;
  }
}
.masthead-generic-page .masthead-image:after {
  width: 40px;
  height: 40px;
  background: #9B2743;
  bottom: -20px;
  right: 40px;
  z-index: 3;
}
@media (min-width: 576px) {
  .masthead-generic-page .masthead-image:after {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 60px;
  }
}
.masthead-generic-page .masthead-image img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.masthead-generic-page .wave-container {
  position: relative;
  width: 100%;
}
.masthead-generic-page .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/off-white-swoop-1.svg");
}
@media (min-width: 992px) {
  .masthead-generic-page .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .masthead-generic-page .wave-container::before {
    height: 250px;
  }
}

.masthead-search, .masthead-404 {
  position: relative;
  align-items: center;
  text-align: center;
}
.masthead-search:before, .masthead-404:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.masthead-search .masthead-text, .masthead-404 .masthead-text {
  padding: 40px 20px;
  z-index: 2;
  color: white;
  max-width: 100rem;
  width: 100%;
}
@media (min-width: 768px) {
  .masthead-search .masthead-text, .masthead-404 .masthead-text {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .masthead-search .masthead-text, .masthead-404 .masthead-text {
    padding: 5rem 2.5rem;
  }
}
.masthead-search .masthead-text h1, .masthead-404 .masthead-text h1 {
  margin-bottom: 0;
}

.masthead-404 {
  align-items: center;
}

#generic-content {
  padding-bottom: 6.25rem;
}

#page .float-left {
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  #page .float-left {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative !important;
  }
}
#page .header-underline {
  position: relative;
  display: inline-block !important;
  margin-bottom: 3.125rem;
}
#page .header-underline:after {
  content: url("/wp-content/themes/try-healthy/images/heading-underline.svg");
  display: block;
  position: absolute;
}
#page .video-text-generic .fl-row-fixed-width {
  position: relative;
}
#page .video-text-generic .fl-col-group {
  padding: 1.25rem;
}
@media (min-width: 992px) {
  #page .video-text-generic .fl-col-group {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #page .fl-module-pp-video {
    padding-left: 100px;
  }
}
#page .video-text {
  background-color: #215732 !important;
  color: #FFFFFF !important;
  border-radius: 30px;
  max-width: 560px;
  margin: auto;
}
@media (min-width: 992px) {
  #page .video-text {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-30%) !important;
  }
}
#page .video-text:before {
  z-index: -1;
}
#page .video-text > .fl-module-content {
  background: #215732;
  padding: 1.25rem;
  border-radius: 1.875rem;
}
#page .video-text h2 {
  color: #FFFFFF;
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
#page .video-text h2:after {
  content: url("/wp-content/themes/try-healthy/images/heading-underline.svg");
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
}
@media (min-width: 1200px) {
  #page .video-text h2:after {
    left: 15px;
  }
}
#page .image-circles,
#page .image-circles-2,
#page .video-text-generic .video-text,
#page .image-column-circles-1,
#page .image-column-circles-2 {
  position: relative;
}
#page .image-circles:before, #page .image-circles:after,
#page .image-circles-2:before,
#page .image-circles-2:after,
#page .video-text-generic .video-text:before,
#page .video-text-generic .video-text:after,
#page .image-column-circles-1:before,
#page .image-column-circles-1:after,
#page .image-column-circles-2:before,
#page .image-column-circles-2:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
#page .image-circles:before,
#page .image-circles-2:before,
#page .video-text-generic .video-text:before,
#page .image-column-circles-1:before,
#page .image-column-circles-2:before {
  width: 80px;
  height: 80px;
  background: #fdb927;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  #page .image-circles:before,
#page .image-circles-2:before,
#page .video-text-generic .video-text:before,
#page .image-column-circles-1:before,
#page .image-column-circles-2:before {
    width: 160px;
    height: 160px;
    top: -40px;
    left: -40px;
  }
}
#page .image-circles:after,
#page .image-circles-2:after,
#page .video-text-generic .video-text:after,
#page .image-column-circles-1:after,
#page .image-column-circles-2:after {
  width: 40px;
  height: 40px;
  background: #9B2743;
  bottom: -20px;
  right: 40px;
  z-index: 3;
}
@media (min-width: 576px) {
  #page .image-circles:after,
#page .image-circles-2:after,
#page .video-text-generic .video-text:after,
#page .image-column-circles-1:after,
#page .image-column-circles-2:after {
    width: 60px;
    height: 60px;
    bottom: -10px;
    right: 60px;
  }
}
#page .image-circles-2:before {
  background: #9B2743;
}
#page .image-circles-2:after {
  background: #fdb927;
}
@media (min-width: 992px) {
  #page .image-circles-2:after {
    bottom: -30px;
  }
}
#page .circle-top-right,
#page .circle-top-left {
  position: relative;
}
#page .circle-top-right:before, #page .circle-top-right:after,
#page .circle-top-left:before,
#page .circle-top-left:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
#page .circle-top-right:before {
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  #page .circle-top-right:before {
    width: 160px;
    height: 160px;
    top: -80px;
    left: -80px;
  }
}
#page .circle-top-left:before {
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  #page .circle-top-left:before {
    width: 160px;
    height: 160px;
    top: -80px;
    left: -80px;
  }
}
#page .circle-gold:before {
  background: #fdb927;
}
#page .circle-red:before {
  background: #9B2743;
}
#page .video-text-generic .video-text {
  z-index: 3;
}
#page .video-text-generic .video-text:before {
  background: #9B2743;
}
#page .video-text-generic .video-text:after {
  background: #fdb927;
}
#page .image-column-circles-1:before {
  top: 2.5rem;
}
@media (min-width: 992px) {
  #page .image-column-circles-1:before {
    top: 3.125rem;
    left: -80px;
  }
}
#page .image-column-circles-1:after {
  right: 0;
  bottom: 3.125rem;
}
#page .image-column-circles-2:before {
  background: #9B2743;
  right: 0;
  left: initial;
}
@media (min-width: 992px) {
  #page .image-column-circles-2:before {
    right: -30px;
    top: -60px;
  }
}
#page .image-column-circles-2:after {
  background: #fdb927;
}
@media (min-width: 992px) {
  #page .image-column-circles-2:after {
    bottom: -30px;
  }
}
#page ol,
#page ul {
  margin-bottom: 0;
}
#page ol li,
#page ul li {
  margin-bottom: 0.625rem;
}
#page ol li::marker,
#page ul li::marker {
  color: #9B2743;
  font-weight: bold;
}
#page h2,
#page h3,
#page h5 {
  color: #215732;
}
@media (min-width: 992px) {
  #page h3 {
    font-size: 1.875rem;
  }
}
#page h4 {
  color: #9B2743;
}
@media (min-width: 992px) {
  #page h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  #page h5 {
    font-size: 1.25rem;
  }
}
#page h6 {
  color: #6D2077;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#page .page-template-default h2,
#page .page-template-default h3,
#page .page-template-default h4,
#page .page-template-default h5 {
  font-family: "Montserrat", sans-serif;
}
#page .pp-quote-wrap,
#page .blockquote-text {
  position: relative;
}
#page .pp-quote-wrap:before,
#page .blockquote-text:before {
  content: url("/wp-content/themes/try-healthy/images/quote.svg");
  position: absolute;
  left: -40px;
  top: -50px;
}
#page .pp-quote-wrap .pp-pullquote-content,
#page .blockquote-text .pp-pullquote-content {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  color: #215732;
  text-align: left;
  font-weight: 500;
}
#page .pp-quote-wrap .fl-rich-text p,
#page .blockquote-text .fl-rich-text p {
  position: relative !important;
}
#page .feature-row {
  padding: 1.25rem;
}
#page .feature-div {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #page .feature-div {
    margin-bottom: 0;
  }
}
#page .feature-div > .fl-node-content {
  position: relative;
  transition: all 0.3s ease;
}
#page .feature-div > .fl-node-content:hover {
  background: #eaf1d7;
}
#page .feature-div .feature-div-image {
  position: absolute;
  width: 100px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
#page .feature-div h4 {
  margin-top: 3.75rem;
}
#page .video-heading h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.875rem;
}
#page .person-name {
  color: #9B2743 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  font-size: 1.375rem;
}
#page .blockquote-text p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  color: #215732;
  font-size: 1.875rem !important;
  line-height: 2.1875rem !important;
}
#page .lemon-bg-left > .fl-node-content {
  position: relative;
}
#page .lemon-bg-left > .fl-node-content:before {
  content: url("/wp-content/themes/try-healthy/images/lemon-icon.svg");
  right: calc(100% + 150px);
  top: 0;
  position: absolute;
}
#page .dumbell-bg-right {
  position: relative;
}
#page .dumbell-bg-right:before {
  content: url("/wp-content/themes/try-healthy/images/dumbell-icon.svg");
  left: calc(100% + 150px);
  top: 0;
  position: absolute;
}
#page .apple-bg-left > .fl-node-content {
  position: relative;
}
#page .apple-bg-left > .fl-node-content:before {
  content: url("/wp-content/themes/try-healthy/images/apple-icon.svg");
  right: calc(100% + 150px);
  top: 0;
  position: absolute;
}
#page .berries-bg-right {
  position: relative;
}
#page .berries-bg-right:before {
  content: url("/wp-content/themes/try-healthy/images/berries-icon.svg");
  left: calc(100% + 150px);
  top: 0;
  position: absolute;
}
#page .bottle-bg-left .fl-photo-crop-panorama {
  position: relative;
}
#page .bottle-bg-left .fl-photo-crop-panorama:before {
  content: url("/wp-content/themes/try-healthy/images/bottle-icon.svg");
  right: calc(100% + 200px);
  top: 0;
  position: absolute;
}

.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}

.fl-rich-text h3 {
  font-family: "Montserrat" !important;
}

.quote-bg-icon {
  position: relative;
}
@media (min-width: 992px) {
  .quote-bg-icon:after {
    content: url("/wp-content/themes/try-healthy/images/dumbell-icon.svg");
    right: -20px;
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .quote-bg-icon > .fl-row-content-wrap:before {
    content: url("/wp-content/themes/try-healthy/images/lemon-icon.svg") !important;
    left: -50px !important;
    top: 0 !important;
    position: absolute !important;
    display: block !important;
  }
}
.quote-bg-icon .fl-col .fl-node-zi7qp1xb2jv4 .fl-col-small {
  display: flex !important;
  justify-content: flex-start;
}
.quote-bg-icon .fl-col .fl-node-zi7qp1xb2jv4 .fl-col-small,
.quote-bg-icon .fl-builder-content .fl-node-zi7qp1xb2jv4 {
  margin-left: 20px !important;
}

@media (min-width: 992px) {
  #generic-content .video-text > .fl-node-content {
    padding: 2.5rem;
  }
}
#generic-content .video-text .content-button {
  margin-top: 1.25rem;
  border: 2px solid #FFFFFF;
}
#generic-content .video-text .content-button:hover {
  border-color: #9B2743;
}

.fl-rich-text img {
  display: block;
  margin: 20px auto;
}

@media (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 40px;
  }
}

div.wp-caption {
  margin: 60px auto 0;
  position: relative;
}
@media (max-width: 768px) {
	div.wp-caption {
 width:100% !important;	
}
}
div.wp-caption:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
div.wp-caption img {
  margin-bottom: 20px;
  z-index: 3;
  width: 100%;
}
div.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 768px) {
  div.wp-caption.alignright {
    float: right;
    margin-left: 40px;
  }
}
div.wp-caption.alignright:after {
  background: #fdb927;
  top: -40px;
  right: -40px;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 20px;
}

@media (min-width: 768px) {
  div.wp-caption.alignleft {
    margin-right: 40px;
    float: left;
  }
}
div.wp-caption.alignleft:after {
  background: #9B2743;
  top: -40px;
  left: -40px;
}
div.wp-caption.alignleft .wp-caption-text {
  padding-left: 20px;
}

div.wp-caption.aligncenter {
  margin: 60px auto;
  position: relative;
  width: 100% !important;
  max-width: 800px !important;
}
div.wp-caption.aligncenter:before, div.wp-caption.aligncenter:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
div.wp-caption.aligncenter:before {
  background: #9B2743;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
}
div.wp-caption.aligncenter:after {
  background: #fdb927;
  bottom: 20px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 4;
}
div.wp-caption.aligncenter p.wp-caption-text {
  padding-left: 20px;
}

.wp-caption > .wp-caption-text {
  position: relative;
  display: block;
}
.wp-caption > .wp-caption-text:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  background: #9B2743;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.fl-button-group-buttons .fl-button-group-button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.bio-image-column {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .bio-image-column {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bio-image-column .fl-col-content {
    margin-left: 0 !important;
  }
}

.video-series-large .fl-node-content {
  margin: 0 !important;
}

.fl-rich-text img {
  position: relative;
}

.fl-rich-text img > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9B2743;
}

.uabb-video {
  position: relative !important;
}
.uabb-video .button-outer {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uabb-video .button-outer span {
  width: 20px;
  height: 20px;
  background: #9B2743;
  display: block;
}
.uabb-video .button-outer span i {
  color: #FFFFFF;
}
.uabb-video .button-outer span > span {
  display: none !important;
}

.video-container-small .fl-module-pp-video {
  padding: 20px !important;
}

.content-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fffcf3;
}

.wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/off-white-swoop-2.svg");
}
@media (min-width: 992px) {
  .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .wave-container::before {
    height: 200px;
  }
}

.searchandfilter h4 {
  color: #215732;
  font-weight: 400;
  transition: all 0.3s ease;
  font-weight: 500;
}
.searchandfilter h4:hover {
  color: #9B2743;
}

.searchandfilter li.active h4 {
  color: #9B2743;
}

#recipe-content {
  display: flex;
  flex-direction: column;
  max-width: 100rem;
  margin: auto;
  padding: 1.25rem;
  padding-bottom: 3.125rem;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  #recipe-content {
    flex-direction: row;
    gap: 1.875rem;
    padding-bottom: 9.375rem;
  }
}

#filter-form {
  position: relative;
  z-index: 3;
}
#filter-form:before {
  content: url("/wp-content/themes/try-healthy/images/lemon-icon.svg");
  left: -80%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1200px) {
  #filter-form {
    width: 21.75rem;
  }
}
#filter-form #form-inner {
  background: #eaf1d7;
  border-radius: 1.875rem;
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}
#filter-form #form-inner #title {
  
  color: #9B2743;
  font-size: 1.375rem;
}
#filter-form .sf-field-search, #filter-form .sf-field-taxonomy-recipemeal, #filter-form .sf-field-taxonomy-recipeprotein, #filter-form .sf-field-taxonomy-recipeingredients {
  border-bottom: 1px solid #215732;
}
#filter-form .sf-field-search {
  width: 100%;
  border-bottom: 1px solid #215732;
}
#filter-form .sf-field-search input,
#filter-form .sf-field-search label {
  width: 100%;
  background: transparent;
  border: none;
}
#filter-form .searchandfilter > ul {
  padding: 20px;
}
#filter-form .searchandfilter ul > li > ul {
  padding: 0;
}
#filter-form .sf-field-submit {
  display: inline-block;
  background: #9B2743;
  padding: 12px 24px;
  border-radius: 1.875rem;
  width: auto;
  margin-right: 1.25rem;
  transition: all 0.3s ease;
}
#filter-form .sf-field-submit:hover {
  background: #215732;
  border-color: #9B2743;
}
#filter-form .sf-field-submit i {
  margin-left: 10px;
}
#filter-form .sf-field-submit input {
  margin: 0;
  padding: 0;
}
#filter-form .sf-field-reset {
  display: inline-block;
  width: auto;
}
#filter-form .sf-field-reset i {
  margin-left: 10px;
}
#filter-form .sf-field-submit input {
  color: #FFFFFF;
  display: inline-block;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  background: transparent;
}
#filter-form .search-filter-reset {
  border-radius: 1.875rem;
  padding: 12px 24px;
  display: inline-block;
  border: 1px solid #e6efd3;
  color: #215732;
  background: transparent;
  font-weight: bold;
  border: 2px solid #215732;
  transition: all 0.3s ease;
}
#filter-form .search-filter-reset:hover {
  background: #215732;
  color: #FFFFFF;
}

#results {
  display: flex;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1200px) {
  #results {
    flex: 1;
  }
}
#results:before {
  content: url("/wp-content/themes/try-healthy/images/dumbell-icon.svg");
  right: -20%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
#results:after {
  content: url("/wp-content/themes/try-healthy/images/apple-icon.svg");
  right: calc(100% + 150px);
  bottom: 200px;
  position: absolute;
}

.search-filter-results {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .search-filter-results {
    gap: 1.25rem;
  }
}
.search-filter-results .pagination {
  display: flex;
  justify-content: space-between;
}
.search-filter-results .nav-previous {
  order: 1;
}
.search-filter-results .nav-next {
  order: 2;
}
.search-filter-results #top-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #fbe9b6;
  margin-bottom: 1.25rem;
}
.search-filter-results #top-bar span {
  font-size: 1rem;
}
.pagination{
	position:relative;
	z-index:10;
}
#top-bar,
.pagination {
  width: 100%;
}

.blog-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 2px solid #e6efd3;
  transition: all 0.3s ease;
  z-index: 2;
  background: #fffcf3;
  cursor: pointer;
  position: relative;
}
.blog-box:hover {
  background-color: #fbe9b6;
}
.blog-box:hover .recipe-title:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .blog-box {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .blog-box {
    width: calc(33.3333333333% - 14px);
  }
}
.blog-box .post-img,
.blog-box .post-img-box {
  width: 100%;
  height: 12.5rem;
}
.blog-box .post-meta {
  padding: 1.875rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.blog-box .recipe-title {
  color: #215732;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  display: inline-block;
  position: relative;
}
.blog-box .recipe-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #215732;
  opacity: 0;
  transition: all 0.3s ease;
}
.blog-box .time-servings {
  font-size: 0.875rem;
  display: flex;
  color: #215732;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
flex-wrap:wrap;
  margin-bottom: 1.25rem;
}
.blog-box .time-servings .time {
  margin-right: 0.625rem;
}
/* .blog-box .time-servings .servings {
  margin-left: 0.625rem;
} */
.blog-box .time-servings .seprator{
	margin-right:0.625rem;
}
.blog-box .recipe-excerpt {
  color: #00190c;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.blog-box a.fl-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchandfilter > ul > li {
  color: white;
  position: relative;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
.searchandfilter > ul > li label {
  font-weight: 400;
  color: #215732;
}
.searchandfilter > ul > li span {
  margin-left: 0.625rem;
}
.searchandfilter > ul > li span i {
  color: #215732;
  transition: all 0.3s ease;
}
.searchandfilter > ul > li.sf-field-search.active {
  transition: all 0.3s ease;
}
.searchandfilter > ul > li.sf-field-search.active input {
  box-sizing: border-box;
}
.searchandfilter > ul > li.sf-field-search.active input:focus {
  padding: 10px;
}
.searchandfilter > ul > li.sf-field-taxonomy-recipemeal.active span i, .searchandfilter > ul > li.sf-field-taxonomy-recipeprotein.active span i, .searchandfilter > ul > li.sf-field-taxonomy-recipeingredients.active span i, .searchandfilter > ul > li.sf-field-post-meta-ratings_average.active span i {
  transform: rotate(180deg);
  color: #9B2743;
}

.active .searchandfilter > ul > li h4 {
  color: #9B2743;
}

.sf-label-checkbox:hover {
  color: #9B2743;
}

.searchandfilter > ul > li:after {
  color: white;
  font-weight: bold;
}

.searchandfilter > ul > li > ul {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.sf-field-search {
  position: relative;
  padding: 5px 0 !important;
}
.sf-field-search span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pagination.bottom-pag a {
  color: #215732;
  display: block;
  border: 2px solid #215732;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 30px;
}
.pagination.bottom-pag a:hover {
  background: #215732;
  color: #FFFFFF;
}

.page-template-recipe #hero {
  background-position: top center !important;
}
@media (min-width: 992px) {
  .page-template-recipe #hero {
    justify-content: center;
  }
}
.page-template-recipe #hero h1 {
  display: block;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .page-template-recipe #hero h1 {
    font-size: 3.75rem;
    line-height: 5rem;
  }
}
@media (min-width: 992px) {
  .page-template-recipe #hero h1 {
    font-size: 3.75rem;
    line-height: 5rem;
  }
}

.single-recipes {
  background-color: #fffcf3;
}
.single-recipes p a, .single-recipes li a{
	    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}
.single-recipes p a:hover, .single-recipes li a:hover{
	    color: #9B2743;
}
.single-recipes #main-content {
  padding-bottom: 6.25rem;
  position: relative;
  background-color: #fffcf3;
  display: flex;
  flex-direction: column;
  align-items: center;
	padding-left:20px;
	padding-right:20px;
}
.single-recipes #hero .wrapper-small{
	max-width:1140px;
	padding-left:20px;
	padding-right:20px;
}
.single-recipes .content-container ul,.single-recipes .content-container ol{
	margin-bottom:30px !important;
}
.single-recipes #back-btn{
	margin-top:30px;
	padding-left:0 !important;
}
.single-recipes .content-container hr{
	border:1px solid orange;
	width:100%;
	    margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-recipes #main-content {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .single-recipes #main-content {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 992px) {
  .single-recipes #hero {
    justify-content: center;
  }
}
.single-recipes .content-container {
/*   max-width: 100rem; */
	max-width:1100px;
/*   padding: 40px; */
	padding-top:60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.single-recipes footer .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/yellow-swoop-2.svg");
}
@media (min-width: 992px) {
  .single-recipes footer .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .single-recipes footer .wave-container::before {
    height: 200px;
  }
}
.single-recipes #back-btn span {
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .single-recipes #back-btn {
    padding-left: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .single-recipes #back-btn {
    padding-left: 6.25rem;
  }
}
.single-recipes #back-btn span {
  background-color: transparent;
  border-radius: 30px;
  padding: 12px 24px;
  display: inline-block;
  border: 2px solid #215732;
  color: #215732;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.single-recipes #back-btn span:hover {
  background: #215732;
  color: #FFFFFF;
}
.single-recipes #back-btn span i {
  margin-left: 0.625rem;
}

.recipe-beaver-builder h2 {
  color: #215732 !important;
}
@media (min-width: 992px) {
  .recipe-beaver-builder h2 {
    font-size: 2.5rem;
  }
}

footer {
  background-color: #FBE9B6;
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
  align-items: center;
}
footer .wave-container {
  width: 100%;
  position: relative;
}
footer .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/yellow-swoop-2.svg");
}
@media (min-width: 992px) {
  footer .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1400px) {
  footer .wave-container::before {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  footer .wave-container::before {
    height: 250px;
  }
}
footer .footer-inner {
  display: flex;
  max-width: 87.5rem;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  footer .footer-inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .contact {
  max-width: 15rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  footer .contact {
    text-align: left;
  }
}
footer .contact h3 {
  color: #215732;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  footer .contact h3 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  footer .contact h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
footer .contact strong {
  font-size: 16px;
  line-height: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
footer .contact a {
  color: #00190C;
  transition: all 0.3s ease;
}
footer .contact a:hover {
  color: #9B2743;
}
footer .follow-us {
  max-width: 25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer .follow-us {
    text-align: left;
    align-items: flex-start;
  }
}
footer .follow-us h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.625rem;
  color: #215732;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  footer .follow-us h3 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  footer .follow-us h3 {
    font-size: 1.875rem;
  }
}
footer .follow-us .social-icons {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
footer .follow-us .social-icons a {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  background: #9B2743;
  transition: all 0.3s ease;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
footer .follow-us .social-icons a:hover {
  background: #97D700;
}
footer .follow-us .social-icons a i {
  color: #FFFFFF;
}
footer .follow-us p {
  font-size: 0.75rem;
  line-height: 1rem;
}
footer .divider {
  height: 200px;
  border-right: 2px solid #215732;
  margin: 0 3.125rem;
  display: none;
}
@media (min-width: 992px) {
  footer .divider {
    display: block;
  }
}
footer .footer-right {
  max-width: 37.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-right {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer .footer-right {
    flex-direction: row;
	margin-top: auto;
    margin-bottom: auto;
    margin-right: 40px;
  }
}
footer .footer-right .logo {
 
}
@media (min-width: 992px) {
  footer .footer-right .logo {
    margin-right: 2.5rem;
	flex-basis: 75%;
  }
	
	footer .footer-right img {
		width: 100%
	}
	
	footer .footer-right .second-logo {
		flex-basis: 25%;
	}
	footer .footer-right .second-logo img {
		max-width: 147px;
	}
}

@media (max-width: 991px) {
		footer .footer-right .logo img {
		max-width: 411px;
width:100%;
	}
	
		footer .footer-right .second-logo img {
		max-width: 200px;
	}
}

footer .footer-right p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.home-slider .ms-nav-next, .home-slider .ms-nav-prev {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  width: 22px !important;
  height: 40px !important;
  transform: translateY(-50%) !important;
}
.home-slider .ms-nav-next {
  background-image: url("/wp-content/themes/try-healthy/images/chevron-right.png") !important;
}
@media (min-width: 1400px) {
  .home-slider .ms-nav-next {
    right: calc(50% - 700px) !important;
  }
}
.home-slider .ms-nav-prev {
  background-image: url("/wp-content/themes/try-healthy/images/chevron-left.png") !important;
}
@media (min-width: 1400px) {
  .home-slider .ms-nav-prev {
    left: calc(50% - 700px) !important;
  }
}

section.about-tryhealthy {
  background: #FFFCF3;
  position: relative;
  background-image: url("/wp-content/themes/try-healthy/images/background-shapes.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 50px 20px 100px;
}
@media (min-width: 992px) {
  section.about-tryhealthy {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  section.about-tryhealthy {
    padding-bottom: 18.75rem;
  }
}
section.about-tryhealthy .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/off-white-swoop-2.svg");
}
@media (min-width: 992px) {
  section.about-tryhealthy .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  section.about-tryhealthy .wave-container::before {
    height: 200px;
  }
}
section.about-tryhealthy .section-container {
  max-width: 87.5rem;
}
section.about-tryhealthy .text-inner {
  text-align: center;
  max-width: 50rem;
}
section.about-tryhealthy .text-inner h2:after {
  left: initial;
  transform: none;
  right: 1.5625rem;
}

section.healthy-eating {
  background-color: #EAF1D7;
  background-image: url("/wp-content/themes/try-healthy/images/healthy-eating-shapes.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
  position: relative;
}
@media (min-width: 992px) {
  section.healthy-eating {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  section.healthy-eating {
    padding-bottom: 18.75rem;
  }
}
section.healthy-eating .wave-container::before {
  content: "";
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/green-swoop-1.svg");
}
@media (min-width: 992px) {
  section.healthy-eating .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  section.healthy-eating .wave-container::before {
    height: 200px;
  }
}
section.healthy-eating .section-container {
  max-width: 87.5rem;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.healthy-eating .section-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
section.healthy-eating .section-container .healthy-eating-image {
  position: relative;
}
@media (min-width: 992px) {
  section.healthy-eating .section-container .healthy-eating-image {
    width: 50%;
  }
}
section.healthy-eating .section-container .healthy-eating-image:before, section.healthy-eating .section-container .healthy-eating-image:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
section.healthy-eating .section-container .healthy-eating-image:before {
  width: 80px;
  height: 80px;
  background: #9B2743;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  section.healthy-eating .section-container .healthy-eating-image:before {
    width: 160px;
    height: 160px;
    top: -80px;
    left: -80px;
  }
}
section.healthy-eating .section-container .healthy-eating-image:after {
  width: 40px;
  height: 40px;
  background: #fdb927;
  bottom: -20px;
  right: 40px;
  z-index: 3;
}
@media (min-width: 576px) {
  section.healthy-eating .section-container .healthy-eating-image:after {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 60px;
  }
}
section.healthy-eating .section-container .healthy-eating-image img {
  width: 100%;
  z-index: 2;
  position: relative;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
section.healthy-eating .section-container .healthy-eating-text {
  align-items: center;
  display: flex;
  padding-top: 1.25rem;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  section.healthy-eating .section-container .healthy-eating-text {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  section.healthy-eating .section-container .healthy-eating-text {
    width: 50%;
    padding-right: 6.25rem;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1400px) {
  section.healthy-eating .section-container .healthy-eating-text {
    padding-right: 9.375rem;
  }
}
section.healthy-eating .section-container .healthy-eating-text .text-inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
section.healthy-eating .section-container .healthy-eating-text .text-inner h2:after {
  left: 0;
  transform: none;
}
@media (min-width: 992px) {
  section.healthy-eating .section-container .healthy-eating-text .text-inner h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
section.healthy-eating .section-container .healthy-eating-text .healty-eating-side-image {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 300px;
}
@media (min-width: 992px) {
  section.healthy-eating .section-container .healthy-eating-text .healty-eating-side-image {
    display: block;
    left: calc(100% - 50px);
    z-index: 5;
  }
}
@media (min-width: 1200px) {
  section.healthy-eating .section-container .healthy-eating-text .healty-eating-side-image {
    width: 400px;
    left: calc(100% - 50px);
    bottom: calc(100% - 100px);
  }
}

section.food-resource-management {
  position: relative;
  background: #FFFCF3;
  padding: 50px 0 100px;
}
@media (min-width: 992px) {
  section.food-resource-management {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  section.food-resource-management {
    padding-bottom: 18.75rem;
  }
}
section.food-resource-management .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/off-white-swoop-2.svg");
}
@media (min-width: 992px) {
  section.food-resource-management .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  section.food-resource-management .wave-container::before {
    height: 200px;
  }
}
section.food-resource-management .section-container {
  max-width: 87.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.food-resource-management .section-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
section.food-resource-management .section-container .food-resource-management-image {
  position: relative;
}
@media (min-width: 992px) {
  section.food-resource-management .section-container .food-resource-management-image {
    width: 50%;
    order: 2;
  }
}
section.food-resource-management .section-container .food-resource-management-image:before, section.food-resource-management .section-container .food-resource-management-image:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
section.food-resource-management .section-container .food-resource-management-image:before {
  width: 80px;
  height: 80px;
  background: #fdb927;
  top: -40px;
  left: calc(100% - 40px);
  border-radius: 50%;
}
@media (min-width: 576px) {
  section.food-resource-management .section-container .food-resource-management-image:before {
    width: 160px;
    height: 160px;
    top: -80px;
    left: calc(100% - 80px);
  }
}
section.food-resource-management .section-container .food-resource-management-image:after {
  width: 40px;
  height: 40px;
  background: #9B2743;
  bottom: 40px;
  left: -15px;
  z-index: 3;
}
@media (min-width: 576px) {
  section.food-resource-management .section-container .food-resource-management-image:after {
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: -30px;
  }
}
section.food-resource-management .section-container .food-resource-management-image img {
  width: 100%;
  z-index: 2;
  position: relative;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
section.food-resource-management .section-container .food-resource-management-text {
  align-items: center;
  display: flex;
  padding-top: 1.25rem;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  section.food-resource-management .section-container .food-resource-management-text {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  section.food-resource-management .section-container .food-resource-management-text {
    order: 1;
    width: 50%;
    padding-left: 6.25rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1400px) {
  section.food-resource-management .section-container .food-resource-management-text {
    padding-left: 9.375rem;
  }
}
section.food-resource-management .section-container .food-resource-management-text .text-inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 992px) {
  section.food-resource-management .section-container .food-resource-management-text .text-inner {
    align-items: flex-start;
  }
}
section.food-resource-management .section-container .food-resource-management-text .text-inner h2:after {
  left: 0;
  transform: none;
}
@media (min-width: 992px) {
  section.food-resource-management .section-container .food-resource-management-text .text-inner h2:after {
    left: 0;
    transform: none;
  }
}
section.food-resource-management .section-container .food-resource-management-text .text-inner .content-button {
  margin-top: 1.25rem;
  display: inline-block;
}
section.food-resource-management .section-container .food-resource-management-text .healty-eating-side-image {
  display: none;
  position: absolute;
  right: 100%;
  bottom: 30%;
  width: 500px;
}
@media (min-width: 992px) {
  section.food-resource-management .section-container .food-resource-management-text .healty-eating-side-image {
    display: block;
  }
}

section.physical-activity {
  background-color: #fbe9b6;
  padding: 100px 0;
  position: relative;
}
@media (min-width: 992px) {
  section.physical-activity {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  section.physical-activity {
    padding-bottom: 18.75rem;
  }
}
section.physical-activity .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/yellow-swoop-1.svg");
}
@media (min-width: 992px) {
  section.physical-activity .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  section.physical-activity .wave-container::before {
    height: 200px;
  }
}
section.physical-activity .section-container {
  max-width: 87.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.physical-activity .section-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
section.physical-activity .section-container .physical-activity-image {
  position: relative;
}
@media (min-width: 992px) {
  section.physical-activity .section-container .physical-activity-image {
    width: 50%;
  }
}
section.physical-activity .section-container .physical-activity-image:before, section.physical-activity .section-container .physical-activity-image:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
section.physical-activity .section-container .physical-activity-image:before {
  width: 80px;
  height: 80px;
  background: #9B2743;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  section.physical-activity .section-container .physical-activity-image:before {
    width: 160px;
    height: 160px;
    top: -80px;
    left: -80px;
  }
}
section.physical-activity .section-container .physical-activity-image:after {
  width: 40px;
  height: 40px;
  background: #fdb927;
  bottom: -20px;
  right: 40px;
  z-index: 3;
}
@media (min-width: 576px) {
  section.physical-activity .section-container .physical-activity-image:after {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 60px;
  }
}
section.physical-activity .section-container .physical-activity-image img {
  width: 100%;
  z-index: 2;
  position: relative;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
section.physical-activity .section-container .physical-activity-text {
  align-items: center;
  display: flex;
  padding-top: 1.25rem;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  section.physical-activity .section-container .physical-activity-text {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  section.physical-activity .section-container .physical-activity-text {
    width: 50%;
    padding-right: 6.25rem;
    padding-left: 3.125rem;
  }
}
@media (min-width: 1400px) {
  section.physical-activity .section-container .physical-activity-text {
    padding-right: 9.375rem;
  }
}
section.physical-activity .section-container .physical-activity-text .text-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  section.physical-activity .section-container .physical-activity-text .text-inner {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  section.physical-activity .section-container .physical-activity-text .text-inner h2:after {
    right: 1.5625rem;
    transform: none;
  }
}
section.physical-activity .section-container .physical-activity-text .text-inner .content-button {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
section.physical-activity .section-container .physical-activity-text .text-inner .content-button:nth-child(2n) {
  background: transparent;
  color: #215732;
}
section.physical-activity .section-container .physical-activity-text .text-inner .content-button:nth-child(2n):hover {
  background: #215732;
  color: #FFFFFF;
  border: 2px solid #215732;
}
section.physical-activity .section-container .physical-activity-text .physical-activity-side-image {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 60%;
  width: 500px;
  z-index: 3;
}
@media (min-width: 992px) {
  section.physical-activity .section-container .physical-activity-text .physical-activity-side-image {
    display: block;
  }
}

section.video {
  background: #fffcf3;
  padding: 100px 20px;
  position: relative;
}
@media (min-width: 992px) {
  section.video {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  section.video {
    padding-bottom: 18.75rem;
  }
}
section.video .wave-container::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/off-white-swoop-2.svg");
}
@media (min-width: 992px) {
  section.video .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  section.video .wave-container::before {
    height: 200px;
  }
}
section.video .section-container {
  max-width: 87.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  section.video .section-container {
    flex-direction: row;
    justify-content: flex-end;
  }
}
section.video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.25rem;
  border-radius: 1.875rem;
}
@media (min-width: 992px) {
  section.video .video {
    order: 2;
    width: 90%;
  }
}
section.video .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.875rem;
}
section.video .video iframe {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  flex-grow: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.875rem;
}
section.video .video-text {
  background-color: #215732;
  color: #FFFFFF;
  border-radius: 1.875rem;
  position: relative;
  display: flex;
  z-index: 2;
}
@media (min-width: 992px) {
  section.video .video-text {
    order: 1;
    position: absolute;
    left: 0;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-30%) !important;
  }
}
section.video .video-text:before, section.video .video-text:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
section.video .video-text:before {
  width: 80px;
  height: 80px;
  background: #9B2743;
  top: -40px;
  left: -40px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  section.video .video-text:before {
    width: 160px;
    height: 160px;
    top: -80px;
    left: -80px;
  }
}
section.video .video-text:after {
  width: 40px;
  height: 40px;
  background: #fdb927;
  bottom: -20px;
  right: 40px;
  z-index: 3;
}
@media (min-width: 576px) {
  section.video .video-text:after {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 60px;
  }
}
section.video .video-text .text-inner {
  background: #215732;
  padding: 1.25rem;
  border-radius: 1.875rem;
}
@media (min-width: 992px) {
  section.video .video-text .text-inner {
    padding: 2.5rem;
  }
}
section.video .video-text h2 {
  color: #FFFFFF;
}
section.video .video-text h2:after {
  transform: none !important;
}
section.video .video-text a {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 1.875rem;
  transition: all 0.3s ease;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.125rem;
}
section.video .video-text a:hover {
  background: #9B2743;
  border: 2px solid #9B2743;
}
section.video .video-text a i {
  margin-left: 5px;
}
section.video .video {
  border-radius: 1.875rem;
}
section.video .playpause {
  background-color: #9B2743;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
section.video .playpause i {
  color: #FFFFFF;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}
section.video .playpause {
  opacity: 1;
  transition: opacity 400ms;
}
section.video .playpause:hover i {
  color: #fdb927;
}
section.video .playpause[hidden] {
  opacity: 0;
  display: flex;
}

section.recipies {
  background-color: #EAF1D7;
  background-image: url("/wp-content/themes/try-healthy/images/healthy-eating-shapes.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}
@media (min-width: 992px) {
  section.recipies {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  section.recipies {
    padding-bottom: 18.75rem;
  }
}
section.recipies .wave-container::before {
  content: "";
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-repeat: repeat no-repeat;
  background-image: url("/wp-content/themes/try-healthy/images/green-swoop-1.svg");
}
@media (min-width: 992px) {
  section.recipies .wave-container::before {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  section.recipies .wave-container::before {
    height: 200px;
  }
}
section.recipies .section-container {
  max-width: 87.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.recipies .section-container h2 {
  color: #215732;
  position: relative;
  display: inline-block;
  margin-bottom: 5rem;
}
section.recipies .section-container h2:after {
  content: url("/wp-content/themes/try-healthy/images/heading-underline.svg");
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
section.recipies .recipies-container {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  section.recipies .recipies-container {
    flex-direction: row;
    gap: 3.125rem;
  }
}
section.recipies .recipies-container .recipie {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  max-width: 23.75rem;
  position: relative;
}
@media (min-width: 992px) {
  section.recipies .recipies-container .recipie {
    flex-grow: 1;
    width: 23.75rem;
  }
}
section.recipies .recipies-container .recipie:hover .recipie-text {
  background-color: #FBE9B6;
}
section.recipies .recipies-container .recipie:hover .recipie-title:after {
  opacity: 1;
}
section.recipies .recipies-container .recipie img {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}
section.recipies .recipies-container .recipe-image {
  width: 100%;
  height: 15.625rem;
  background-size: cover;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}
section.recipies .recipies-container .recipie-text {
  padding: 1.25rem;
  background: #FFFFFF;
  color: #215732;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  transition: all 0.3s ease;
  flex-grow: 1;
}
section.recipies .recipies-container .recipie-text .recipie-title {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: bold;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
section.recipies .recipies-container .recipie-text .recipie-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #215732;
  opacity: 0;
  transition: all 0.3s ease;
}
section.recipies .recipies-container .recipie-text .time-servings {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section.recipies .recipies-container .recipe-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.recipies .content-button {
  background-color: transparent !important;
  border-radius: 30px;
  padding: 12px 24px;
  display: inline-block;
  border: 2px solid #215732 !important;
  color: #215732 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 1.25rem;
}
section.recipies .content-button:hover {
  border: 2px solid #215732 !important;
  background: #215732 !important;
  color: #FFFFFF !important;
}
section.recipies .content-button i {
  margin-left: 5px;
}

body.error404 .page-header {
  text-align: center;
}
body.error404 section.error-404.not-found {
  max-width: 68.75rem;
  margin: auto;
  align-items: flex-start;
  text-align: left;
}
body.error404 section.error-404.not-found header {
  text-align: left;
}

body.search #content {
  padding-bottom: 150px;
}
body.search .container {
  max-width: 68.75rem;
}
body.search .search-result {
  margin-bottom: 2.5rem;
}
.navigation.pagination .nav-links {
    margin: 0 auto;
    max-width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.navigation.pagination .page-numbers{
	    border: 1px solid #215732;
    color: #000;
    font-family: var(--font-family-primary) !important;
    font-size: 16px;
    font-weight: 600;
    height: 33px;
    line-height: normal;
    margin: 5px;
    padding: 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
/*     background: #6aab1a; */
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover, .search-result-page .navigation.pagination .page-numbers:hover, .search-result-page .navigation.pagination .page-numbers:focus {
    background: #215732;
    border: 1px solid #215732;
	color:#fff;
}
.navigation.pagination  .prev.page-numbers:hover:after{
	background:#fff;
}
.navigation.pagination .next.page-numbers:hover:after{
	background:#fff;
}
.navigation.pagination .next.page-numbers, .navigation.pagination .prev {
    padding: 0px 25px 0px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation.pagination .next.page-numbers:after, .navigation.pagination .prev:after {
    background: #000;
       clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
    height: 10px;
    position: absolute;
    right: 8px;
    top: 10.5px;
    transition: all 0.3s ease-in-out;
    width: 7px;
}
.navigation.pagination .prev.page-numbers:after {
    left: 8px;
    right: auto;
    transform: rotate(180deg);
}
.navigation.pagination .prev {
    padding: 0px 10px 0px 25px;
}

/*Recipe Filter redesign*/
#recipe-content .search-filter-field--type-search .search-filter-label{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
#recipe-content .search-filter-input-text{
    background: transparent !important;
    border-bottom: 1px solid #215732 !important;
    border-width: 0 0 1px 0 !important;
    border-radius:0 !important;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
height:36px;
}
#recipe-content .search-filter-input-text .search-filter-input-text__input{
padding-bottom:0 !important;
}
#recipe-content .search-filter-input-text__icon{
    width: 20px;
    padding: 0;
cursor:pointer;
}
#recipe-content .search-filter-input-text__icon::after{
content: "\f002";
 font-family: "Font Awesome 6 Free";
    font-weight: 900;
        color: #215732;
    transition: all 0.3s ease;
}
#recipe-content .search-filter-input-text__icon .search-filter-icon__svg{
display:none;
fill: #215732;
    color: #215732;
    width: 32px;
    height: 32px;
    
    margin: auto;
    stroke-width: 2px;
    right: -6px;
    position: relative;
}
#recipe-content .search-filter-input-text__clear-button{
margin-left:0;
padding-left:0;
margin-bottom:0;
cursor:pointer;
}

#recipe-content .search-filter-input-text__clear-button svg{
fill: #215732;
    color: #215732;
}
#recipe-content .search-filter-input-group{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
#recipe-content .search-filter-base{
margin-bottom:12.5px;
}
#recipe-content .search-filter-style--choice-checkbox{

padding:10px 0;
    border-bottom: 1px solid #215732;

}

#recipe-content .search-filter-style--choice-checkbox .search-filter-label {
color: #9B2743;
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
cursor:pointer;
font-weight:500;
}
@media (min-width: 992px) {
   #recipe-content .search-filter-style--choice-checkbox .search-filter-label {
        font-size: 1.375rem;
    }
}

#recipe-content .search-filter-style--choice-checkbox .search-filter-label span{
    margin-left: 0.625rem;
}
#recipe-content .search-filter-style--choice-checkbox .search-filter-label span i::before{
    color: #215732;
transition: all 0.3s ease;
}
#recipe-content .search-filter-style--choice-checkbox .search-filter-label span i{
   color: #215732;
transition: all 0.3s ease;
}
#recipe-content .search-filter-style--choice-checkbox.active .search-filter-label span i{
    transform: rotate(180deg);
    color: #9B2743;

}
#recipe-content .search-filter-style--choice-checkbox.active .search-filter-label span i::before{
color: #9B2743;
}

#recipe-content .search-filter-style--control-submit{
	display: inline-block;
    background: #9B2743;
    padding: 12px 24px;
    border-radius: 1.875rem;
    width: auto;
    margin-right: 1.25rem;
    transition: all 0.3s ease;
margin-top:10px;
margin-bottom:10px;
cursor:pointer;
}
#recipe-content .search-filter-style--control-submit:hover{
background:#215732;
}
#recipe-content .search-filter-style--control-submit button{
    color: #FFFFFF;
    display: inline-block;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.375rem;
    background: transparent;
    padding: 0 !important;
}
#recipe-content .search-filter-style--control-submit button::after,#recipe-content .search-filter-style--control-reset button:after{
content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
}
#recipe-content .search-filter-style--control-reset{
border-radius: 1.875rem;
    padding: 12px 24px;
    display: inline-block;
    border: 1px solid #e6efd3;
    color: #215732;
    background: transparent;
    font-weight: bold;
    border: 2px solid #215732;
    transition: all 0.3s ease;
margin-top:10px;
margin-bottom:10px;
cursor:pointer;
}
#recipe-content .search-filter-style--control-reset:hover{
background:#215732;
}
#recipe-content .search-filter-style--control-reset:hover button{
color:white;
}
#recipe-content .search-filter-style--control-reset button{
font-weight: bold;
  color: #215732;
    background: transparent;
  font-size: 1rem;
 line-height: 1.375rem;
padding:0 !important;
border:0;
}
#recipe-content .search-filter-input-checkbox{
    margin-bottom: 0.625rem;
}
#recipe-content .search-filter-input-checkbox__label{
    font-weight: 400;
    color: #215732;
    font-size: 16px;
padding-left:15px;

}
.search-filter-input-checkbox{
padding:4px 0;
}
#recipe-content .search-filter-input-checkbox__control{
display:none;
}
#recipe-content .search-filter-input-checkbox__input{
width:13px;
height:13px;
opacity:1;
    margin: 5px 3px 3px 0px;
}
#recipe-content .search-filter-input-checkbox .search-filter-input-checkbox__container{
padding-left:10px;
}

#recipe-content .search-filter-query #top-bar{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #fbe9b6;
    margin-bottom: 1.25rem;
}
#recipe-content .card-flex{
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    width: calc(100% + 14px);
}
#recipe-content .search-filter-results{
gap:0 !important;
}
@media (min-width: 992px) {
#recipe-content .search-filter-results{
gap:0 !important;
}
    
}
.blog-box {
        width: calc(50% - 14px);
        margin-left: 14px;
    }
@media(min-width:1440px){
.blog-box {
        width: calc(33.33% - 14px);
        margin-left: 14px;
    }
}

@media(max-width:1199px){
.blog-box {
        width: calc(33.33% - 14px);
        margin-left: 14px;
    }
}

@media(max-width:992px){
.blog-box {
        width: calc(50% - 14px);
        margin-left: 14px;
    }
#recipe-content .search-filter-input-text .search-filter-input-text__input::placeholder,#recipe-content .search-filter-input-text .search-filter-input-text__input{
font-size:16px;
}
}

@media(max-width:600px){
.blog-box .post-meta{
padding-left:20px;
padding-right:20px;
}
.blog-box {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
#recipe-content .card-flex{
margin-left:-10px;
width:calc(100% + 10px);
}
}
@media(max-width:480px){

.blog-box {
        width: 100%;

        margin-left: 1px;
    }
#recipe-content .card-flex{
margin-left:0px;
width:100%;
}
.search-filter-results .nav-next{
margin-bottom:12px;
}
.search-filter-results .nav-previous{
flex-diretion:column-reverse;
}
#recipe-content .search-filter-input-checkbox__label{
font-size:16px;
    margin: 3px 3px 3px 0px;
}

}
/*****************************************************************
   0. VENDOR
*****************************************************************/
/*****************************************************************
   1. ABSTRACTS
   Helper functions & non-output snippets
   (Variables, mixins, functions, etc.)
*****************************************************************/
/*****************************************************************
   2. BASE
   Reset, typography, global styles
*****************************************************************/
/*****************************************************************
   3. COMPONENTS
   Micro-level, reusable components
   (Each does one thing only. Ex: buttons)
*****************************************************************/
/*****************************************************************
   4. LAYOUT
    Unique combos of components & base styles
   (Grids, specific page styles, etc.)
*****************************************************************/
/*****************************************************************
   5. PAGES
    Unique combos of layouts/components
*****************************************************************/
/*****************************************************************
   6. OVERRIDES
    Overrides to basic styles 
*****************************************************************/

/*# sourceMappingURL=styles.css.map*/