/*
Theme Name: Cook For Your Life Child
Theme URI:
description: >-
  Cook For Your Life Child Theme
Author: Wheelhouse DMG
Author URI: https://www.wheelhousedmg.com/
Template: cookforyourlife
Version: 5.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: cfyl_theme
*/

@font-face {
  font-family: 'icomoon';
  src: url('../eot/icomoon.eot');
  src: url('../eot/icomoond41d.eot?#iefix') format('embedded-opentype'),
       url('../woff/icomoon.woff') format('woff'),
       url('../ttf/icomoon.ttf') format('truetype'),
       url('../svg/icomoon.svg#font-name') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Text Styles */
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Poppins', sans-serif;
  color: #00484F;
  font-weight: 600;
}
p,
span,
a,
li,
button,
div{
    font-family: 'Open Sans', sans-serif;
}

h1{
  font-size: 28px;
  font-weight: 600;
}
h2{
  font-size: 26px;
  font-weight: 600;
}
h3{
  font-weight: 600;
  font-size: 20px;
}
h4{
  font-weight: 600;
  font-size: 18px;
}
h5{
  font-weight: 600;
  font-size: 16px;
}

p,
span,
li,
div{
  font-size: 16px;
  /* color: #444444; */
  line-height: 28px;
}

a,
a:not([href]){
  color: #0F8040;
  font-weight: 600;
}
.btn-primary{
  background-color: #00A44B;
  border: none;
  padding: 8px 24px;
  font-family: 'Poppins' , sans-serif;
  min-width: 150px;
}
.btn.btn-primary,
.btn.btn-primary:visited {
  color: #fff; /* Ensure anchor buttons use white text like legacy nested anchor */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.btn.btn-primary:hover {
  color: #fff;
}
.btn.btn-primary:focus {
  color: #fff;
}
.btn.btn-primary:active {
  color: #fff;
}

/* Ensure Gutenberg block button text stays white and readable */
.wp-block-button__link:visited,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  color: #fff !important;
}

/* Support legacy templates that nest an anchor inside a button */
.btn-primary a{
  font-family: 'Poppins' , sans-serif;
  font-weight: 600;
  color: #fff;
}
.btn-primary a:visited{
  color: #fff;
  background-color: #00A44B;
}

/* Ensure LearnDash button text stays white after being visited */
.learndash-wrapper .ld-button a:visited {
  color: #fff !important;
}

/* Prevent underline on nested anchor hover inside buttons */
.btn-primary:hover a{
  text-decoration: none;
}

a.no-hover:hover{
text-decoration: none;
}

a:visited {
  color: #00484F;
}

a.dropdown-item:visited{
  color: #00484F;
}

body code {
  color: #111111;
}

.btn-primary.btn-large{
  padding: 12px 42px;
  font-size: 17px;
  font-weight: 500;
}

button.active{
  color: #fff;
  background-color: #0F8040;
  font-weight: bold;
}

button.active:hover{
  color: #fff;
  background-color: #00A44B;
}

.btn-primary:not(:disabled):not(.disabled):active,
.form-submit input[type="submit"]:active,
input[type="submit"].wpcf7-submit:active,
input[type="submit"]:active{
  background-color: #0B6532;
}

.btn-primary:hover,
.form-submit input[type="submit"]:hover,
input[type="submit"].wpcf7-submit:hover,
input[type="submit"]:hover {
  background-color: #00D762;
  border: none;
  text-decoration: none;
}

.wp-block-column p > a:after {
  font-family: 'icomoon';
  content: '\e900';
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color:#0F8040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-column p > a:visited{
  color:#00484F;
}

.wp-block-column h1 > a,
.wp-block-column h2 > a,
.wp-block-column h3 > a,
.wp-block-column h4 > a,
.wp-block-column h5 > a,
.wp-block-column h6 > a  {
  font-size: inherit;
  color: inherit;
}

a.extrenal:after {
  font-family: 'icomoon';
  content: '\e904';
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color:#0F8040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.btn-primary a.extrenal:after{
  color:#fff;
}

.page{
  margin-bottom: 0;
}


button a:hover{
  text-decoration: none;
  color: inherit;
}
a:hover,
a:not([href]):hover,
.wp-block-column p > a:after:hover,
#breadcrumb a:hover{
  color: #00D762;
  text-decoration: underline;
}

p > a:visited {
  color: #00484f;
}


.form-submit input[type="submit"],
input[type="submit"].wpcf7-submit,
input[type="submit"]{
  background: #00A44B;
  border: none;
  color: #fff;
  padding: 14px 10px;
  font-family: 'Poppins' , sans-serif;
}

@media (min-width: 768px){
  h1{
    font-size: 34px;
    font-weight: 600;
  }
  h2{
    font-size: 26px;
    font-weight: 600;
  }
  h3{
    font-weight: 600;
    font-size: 22px;
  }
  h4{
    font-weight: 600;
    font-size: 20px;
  }
  h5{
    font-weight: 600;
    font-size: 20px;
  }

  p,
  span,
  a,
  li,
  button,
  div{
    font-size: 17px;
  }
}

hr.thin-divider{
  height: 1px;
  border: none;
}

.text-semi-bold{
  font-weight: 600;
}

/* Theme Colors */
.text-dark-green,
.has-dark-green-color{
  color: #00484F;
}
.bg-dark-green,
.has-dark-green-background-color{
  background-color: #00484F;
}

.text-avocado,
.has-avocado-color{
  color: #0F8040;
}
.bg-avocado,
.has-avocado-background-color{
  background-color: #0F8040;
}

.text-kale,
.has-kale-color{
  color: #00A44B;
}
.bg-kale,
.has-kale-background-color{
  background-color: #00A44B;
}

.text-sprout,
.has-sprout-color{
  color: #71BF4D;
}
.bg-sprout,
.has-sprout-background-color{
  background-color: #71BF4D;
}

.text-kiwi,
.has-kiwi-color{
  color: #B0D136;
}
.bg-kiwi,
.has-kiwi-background-color{
  background-color: #B0D136;
}

.text-squash,
.has-squash-color{
  color: #FFE91C;
}
.bg-squash,
.has-squash-background-color{
  background-color: #FFE91C;
}

.text-cultured,
.has-cultured-color{
  color: #F5F5F5;
}
.bg-cultured,
.bg-m-cultured,
.has-cultured-background-color{
  background-color: #F5F5F5;
}

.text-light-gray,
.has-light-gray-color{
  color: #D8D8D8; /* light gray */
}
.bg-light-gray{
  background-color: #D8D8D8;
}

.text-jet,
.has-jet-color{
  color: #444444;
}
.bg-jet{
  background-color: #444444;
}

.text-black,
.has-eerie-back-color{
  color: #212121;
}

@media (min-width: 992px){
  .bg-m-cultured{
    background-color: transparent;
  }
}




/* Global Layout */
body, html{
  margin: 0;
  scroll-behavior: smooth;
}

/* these two rules force all but the first letter to lowercase */
.spanish-capitalization {
  text-transform: lowercase;
}

.spanish-capitalization *:first-letter {
  text-transform: uppercase;
}

.english-capitalization {
  text-transform: capitalize;
}

body.page {
  margin-bottom: 0;
}


/* adjusts learndash LMS styling */
.video-container,
.learndash-wrapper figure {
  display: flex;
  justify-content: center;
}

.learndash-wrapper #ld-profile .ld-section-heading {
  flex-wrap: wrap;
}

.learndash-wrapper #ld-profile .ld-section-heading .ld-welcome-copy {
  width: 100%;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover,
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
  color: #0F8040; /*dark green */
}

/* locked */
.learndash-wrapper .ld-is-current-lesson .ld-table-list-item-preview {
  font-weight: 700;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
  margin-bottom: 1rem;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
  flex-wrap: wrap;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
  width: 100%;
}

.learndash-wrapper .ld-lesson-item.is-locked .ld-status-icon {
  width: 0.9375rem;
  height: 0.9375rem;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-topic-title {
  color: #0F8040;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-topic-title:hover {
  color: #02F16E;
  text-decoration: underline;
}

.learndash-wrapper .is-locked a.ld-item-name:hover,
.learndash-wrapper .is-locked .ld-item-list-item a.ld-item-name:hover,
.learndash-wrapper .ld-lesson-item.is-locked .ld-table-list a.ld-table-list-item-preview:hover,
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview.is-locked .ld-topic-title:hover,
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview.is-locked:hover,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview.is-locked .ld-item-title:hover,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .is-locked .ld-topic-list.ld-table-list .ld-table-list-item .ld-topic-title:hover
.learndash-wrapper .is-locked .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover {
  font-weight: 500;
  color: #99A2A5 !important;
  cursor: not-allowed;
}

.learndash-wrapper .is-locked .ld-item-list-item-preview .ld-item-title,
.learndash-wrapper .is-locked .ld-table-list-item .ld-table-list-item-preview,
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview.is-locked .ld-topic-title,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview.is-locked .ld-item-title,
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview.is-locked .ld-item-title,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .is-locked .ld-topic-list.ld-table-list .ld-table-list-item .ld-topic-title,
.learndash-wrapper .ld-course-navigation .is-locked a.ld-lesson-item-preview-heading {
  color: #99A2A5;
  font-weight: 500;
}

.learndash-wrapper .ld-lesson-item.is-locked .ld-status-icon img.icon-lock,
.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item.is-locked img.icon-lock,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview.is-locked img.icon-lock,
  .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview.is-locked img.icon-lock {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
}

/* end locked */

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span::after {
  content: "›";
  font-size: 1.5rem;
}

.learndash-wrapper .ld-button span.ld-text {
  padding: 0 0.5rem;
  white-space: nowrap;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
  min-width: 25%;
  padding: 0.5rem;
}

.learndash-wrapper .ld-button .ld-icon {
  width: fit-content;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  margin-bottom: 0;
}

.learndash-wrapper .ld-status-in-progress,
.learndash-wrapper .ld-status-incomplete.ld-status-icon,
.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark,
.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress,
.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete,
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview-heading .ld-status-icon.ld-status-incomplete,
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
  padding: 12px;
  border: none;
  transform: none;
  margin-top: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
  align-items: center;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.is-locked .ld-status-icon.ld-status-incomplete,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview.is-locked .ld-status-icon,
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview.is-locked .ld-status-icon {
  border: 4px solid #D8D8D8 !important;
  border-radius: 50%;
  padding: 10px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-expand-button .ld-icon-arrow-down::before {
  position: relative;
  top: 4px;
  font-weight: 700;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-progress.ld-progress-inline {
  background-color: #f0f3f6;
  padding: 8px;
  border-radius: 4px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  box-shadow: none !important;
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading .ld-icon-arrow-down,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-expand-button .ld-icon-arrow-down {
  background: #0F8040;
  color: white;
  border-radius: 100%;
  height: 18px;
  width: 18px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-expand-button,
.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading .ld-expand-button {
  background-color: white !important;
  color: #0F8040 !important;
}

.learndash-wrapper .circular-progress-bar-green-0 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 0, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-0 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 0, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-10 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 10%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-10 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 10%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-20 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 20%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-20 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 20%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-30 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 30%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-30 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 30%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-40 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 40%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-40 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 40%, #e2e7ed 0);
}

.learndash-wrapper .ld-progress .ld-progress-bar,
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  height: 12px;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: #0F8040 !important; /*dark green */
}

.learndash-wrapper .circular-progress-bar-green-50 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 50%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-50 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 50%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-60 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 60%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-60 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 60%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-70 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 70%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-70 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 70%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-80 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 80%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-80 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 80%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-90 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 90%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-90 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 90%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-green-100 {
  background:
  radial-gradient(closest-side, #0f8040 50%, transparent 50% 100%),
  conic-gradient(#b0d136 100%, #e2e7ed 0);
}

.learndash-wrapper .circular-progress-bar-white-100 {
  background:
  radial-gradient(closest-side, white 50%, transparent 50% 100%),
  conic-gradient(#b0d136 100%, #e2e7ed 0);
}

.learndash-wrapper .ld-status {
  border-radius: 6px;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status {
  margin: auto;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label {
  border-radius: 5px;
  margin-bottom: 0;
  height: 2.83rem;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label strong {
  height: 2.83rem;
}

.learndash-wrapper .ld-content-actions .ld-content-action + a,
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  background-color: #f0f3f6;
  border-radius: 5px;
  padding: 0.45rem .95rem;
  display: block;
  color: #00A44B;
  box-shadow: inset 0 -0.48em 0 -0.3em rgba(0,0,0,0.15) !important;
  max-width: fit-content;
  height: 3.25rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  /* NOTE: hide "back to unit" button per client for now */
  display: none;
}

.wp-block-button__link,
.learndash-wrapper .ld-login-modal .ld-button,
.learndash-wrapper .ld-login-modal input[type='submit'],
.learndash-wrapper #btn-join, .learndash-wrapper .btn-join,
.learndash-wrapper .ld-focus-comments .form-submit #submit,
.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link {
  border-radius: 5px;
  box-shadow: inset 0 -0.44em 0 -0.3em rgba(0,0,0,0.15) !important;
}

.learndash-wrapper .ld-course-resume.ld-button {
  max-width: 200px;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.learndash-wrapper .ld-button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button,
.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
  border-radius: 5px;
  box-shadow: inset 0 -0.44em 0 -0.3em rgba(0,0,0,0.15) !important;
  padding-bottom: 0.85rem;
  height: 3.25rem;
}

.learndash-wrapper #learndash_survey_button {
  display: block;
  border-radius: 5px;
  box-shadow: inset 0 -0.44em 0 -0.3em rgba(0,0,0,0.15) !important;
  height: 3.25rem;
  padding: 1rem;
  background-color: #B0D136;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 23px;
  color: white;
}

.learndash-wrapper .ld-button:hover,
.learndash-wrapper .learndash_mark_complete_button:hover,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover {
  background-color: #71BF4D;
}

.learndash-wrapper .wp-block-group .has-inline-color {
  color: inherit !important;
}

.learndash-wrapper .wp-block-button a.has-text-color.has-background {
  background-color: #00A44B !important;/* medium green */
  color: white;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
  flex: none;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
  flex: none !important;
  padding-right: 0;
}

.learndash-wrapper .ld-focus-header .ld-progress,
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status {
  display: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-is-current-lesson {
  margin-top: 1em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:not(.ld-is-current-item) {
  font-weight: 500;
}

.learndash-wrapper .ld-is-current-lesson .ld-lesson-item-preview,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-is-current-lesson .ld-topic-list.ld-table-list::before {
  background-color: #00484F;/* medium green */
}

.learndash-wrapper .ld-is-current-lesson .ld-lesson-item-preview .ld-lesson-title,
.learndash-wrapper .ld-is-current-lesson .ld-expand-button.ld-button-alternate .ld-text {
  color: white !important;
}

.learndash-wrapper .ld-is-current-lesson .ld-lesson-item-preview .ld-primary-background.ld-icon {
  border: 1px solid #D8D8D8;
}

.learndash-wrapper .ld-status-icon {
  padding: 0.60rem;
  margin-right: 0.60rem;
}

.learndash-wrapper .wp-block-button.is-style-outline a.has-text-color {
  color: #00A44B !important;/* medium green */
}

.learndash-wrapper .ld-button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .ld-table-list .ld-table-list-header,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header,
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  background-color: #00A44B;/* medium green */
}

.learndash-course-inprogress-message .learndash-wrapper {
  display: flex;
  justify-content: space-around;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
  background-color:#CCC !important;
}

.learndash-wrapper .ld-status-icon.ld-quiz-complete,
.learndash-wrapper .ld-expand-button.ld-button-alternate {
  color: #00A44B; /* medium green */
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
  text-align: center;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover {
  color: #02F16E;
  text-decoration: underline;
}

.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover,
.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover {
  color: #00A44B; /*medium green*/
}

.learndash-wrapper .course_progress .sending_progress_bar,
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background-color: #0F8040; /* dark green */
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
  background-color: black;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview div.ld-lesson-title:visited {
  color: #00484F;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview div.ld-lesson-title {
  font-size: 1.0625rem;
  color: #00A44B; /*medium green*/
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview div.ld-lesson-title:hover {
  color: #02F16E;
  text-decoration: underline;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .is-locked a.ld-item-name:hover,
.learndash-wrapper .ld-item-list .ld-item-list-item a.is_locked span.topic-title,
.learndash-wrapper .ld-item-list .ld-item-list-item a.is_locked div.ld-lesson-title,
.learndash-wrapper .ld-course-navigation .is-locked .ld-lesson-item-preview div.ld-lesson-title,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .is-locked .ld-topic-title,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .is-locked .ld-topic-title:hover
{
  color: #D8D8D8 !important;
  font-weight: 500 !important;
  text-decoration: none;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
  font-size: 0.9375rem;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-top: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
  margin-left: 0.75rem;
}

.learndash-wrapper #sfwd-mark-complete::after, .learndash-wrapper .sfwd-mark-complete::after {
  display: none;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status{
  display: none;
}

.learndash-wrapper .learndash_mark_complete_button {
  white-space: nowrap;
  padding: 0;
  font-size: 17px;
}

.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,
.learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
  background-color: #B0D136; /* lime green */
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
  border-color: #B0D136;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label > input {
  accent-color: #B0D136;
}

.learndash-wrapper .ld-status-complete,
.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-complete,
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
  background-color: #71BF4D; /* light green */
  padding: 12px;
}

.learndash-wrapper .ld-status-complete, .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-complete {
  margin-top: auto;
  margin-bottom: auto;
}

.learndash-wrapper .ld-quiz-actions {
  flex-direction: row-reverse;
}

.learndash-wrapper .ld-quiz-actions .quiz_continue_link {
  margin: auto;
  margin-right: 10px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:hover {
  cursor: pointer;
}

.learndash-wrapper .ld-content-actions .ld-content-action.ld-empty:hover {
  cursor: not-allowed;
}

.learndash-wrapper .ld-content-actions .ld-content-action.ld-empty {
  background-color: rgba(0, 164, 75, 0.3);
  box-shadow: inset 0 -0.44em 0 -0.3em rgba(0,0,0,0.15) !important;
  border: solid 0.5px whitesmoke;
  border-radius: 5px;
  height: 3.42rem;
  margin: 0.5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: none;
  font-family: inherit;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.25em;
  white-space: normal;
  text-shadow: none;
  flex-direction: row;
  flex-wrap: nowrap;
}

.learndash-wrapper .ld-content-actions .ld-content-action.ld-empty .ld-text {
  padding: 0 1em;
}

.learndash-wrapper .ld-content-actions .ld-content-action.ld-empty .ld-icon {
  color: #fff;
  font-size: .75em;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a {
  min-width: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 .25rem;
  align-content: center;
  display: flex;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
  flex: 1;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column:first-child {
  width: 4rem;
  line-height: 2.4em;
  text-align: center;
}

.learndash-wrapper .ld-icon-download::before,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column:first-child a {
  font-size: 1.25rem;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
  text-align: initial;
}

/* media queries */

@media (max-width: 960px) {
  .learndash-wrapper .ld-content-actions {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {

  .learndash-wrapper .ld-content-actions > * {
    margin: 0;
  }

  .learndash-wrapper .ld-table-list .ld-table-list-item-preview {
    flex-direction: column;
  }

  .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
    flex-direction: row;
  }

  .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
    max-width: 12.04rem;
    min-height: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }

  .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a {
    min-width: 7%;
  }

  .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:nth-child(3) {
    width: 75%;
  }

  .learndash-wrapper .ld-content-actions .ld-content-action.ld-empty {
    margin: 0.49rem;
    padding: 0;
  }

  .learndash-wrapper .ld-content-actions .ld-content-action.ld-empty .ld-icon {
    padding: 1.25em 1em;
  }

  .learndash-wrapper .ld-status {
    height: fit-content;
    width: fit-content;
    margin: auto;
  }

  .learndash-wrapper .ld-quiz-actions .wpProQuiz_button,
  .learndash-wrapper .ld-quiz-actions input[type="button"] {
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .learndash-wrapper .ld-button {
    margin-left: 0;
    margin-right: 0;
  }

  .learndash-wrapper .learndash_mark_complete_button {
    font-size: 1rem;
    text-align: center;
    padding: 0.65em;
  }

  .learndash-wrapper .sfwd-mark-complete::after {
    display: none;
  }

  .learndash-wrapper .ld-content-actions .ld-content-action.ld-empty {
    display: none;
  }

  .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton {
    text-align: center;
    width: 100%;
    height: 3rem;
    margin-bottom: 0.12rem;
  }

  .learndash-wrapper .ld-quiz-actions {
    flex-direction: column;
  }

  .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span {
    min-height: 2.5rem;
  }

  .learndash-wrapper .ld-quiz-actions .wpProQuiz_button,
  .learndash-wrapper .ld-quiz-actions input[type="button"],
  .learndash-wrapper .ld-quiz-actions .quiz_continue_link {
    margin: auto;
    width: 100%;
    margin-bottom: 0.12rem;
    height: 3rem;
  }

  .learndash-wrapper .ld-quiz-actions .quiz_continue_link a,
  .learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
    margin: auto;
  }
}

/* end of learndash LMS styling */

/* .container-fluid{
  max-width: 1700px;
} */

.fit-cover{
  object-fit: cover;
}

#primary {
  padding-top: 75px; /* Match mobile header height */
}

#primary.mobile-flush {
  padding-top: 0px;
}

@media (min-width: 992px) {
  #primary,
  #primary.mobile-flush {
    padding-top: 115px; /* Full header height with language/search elements */
    transition: padding-top 0.3s ease; /* Smooth transition when header changes */
  }

  /* When header is condensed (scrolled), reduce main content padding to match */
  body.header-condensed #primary,
  body.header-condensed #primary.mobile-flush {
    padding-top: 70px; /* Match condensed header height (60px logo + 10px margins) */
  }

  #primary.is-learndash {
    padding-top: 50px;
  }
  
  /* Condensed state for LearnDash too */
  body.header-condensed #primary.is-learndash {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
    .generic-hero p{
      max-width: 500px;
      margin: auto;
    }
}


.bi-chevron-right {
  margin-top: -3px;
  margin-left: 5px;
}
/* Card Effects */
.card {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.card:hover {
  box-shadow: 0 5px 15px rgba(15,15,15,0.3);
}

.card a:hover{
  text-decoration: none;
  color: inherit;
}

/* Header Styles */
#masthead .wrapper{
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100%;
    grid-template-columns: 80px auto 80px;
    grid-template-rows: 75px; /* Restore original mobile header height */
}

@media (min-width: 992px) {
    #masthead .wrapper{
        grid-template-rows: 115px; /* Match desktop main content padding-top */
        transition: grid-template-rows 0.3s ease; /* Smooth transition when condensing */
    }
    
    /* Condensed header height to match the single-row layout */
    #masthead .wrapper.condensed{
        grid-template-rows: 70px; /* Match condensed logo height + margins */
    }
}

@media (max-width: 600px) {
  .disabled-language {
    font-size: 16px;
  }
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpml-ls-legacy-list-horizontal a.language-toggle-link {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.language-toggle {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 1rem;
  margin-bottom: 0;
}

.language-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00A44B;
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.65rem;
  width: 0.65rem;
  left: 0.2rem;
  bottom: 0.185rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0.5px 0.75px 0.75px darkgreen;
}
/*
input:checked + .slider {
  background-color: #B0D136;
} */

input:checked + .slider:before {
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.language-switcher .wpml-ls-native {
  text-transform: uppercase;
  color: #B0D136;
  font-weight: 400;
}

.wpml-ls-statics-shortcode_actions{
  padding-left: 0;
  padding-right: 0;
}

.wpml-ls-slot-shortcode_actions a{
  padding-left: 2px;
}

.wpml-ls-legacy-list-horizontal a{
  padding-right: 8px;
  padding-left: 8px;
}

/* Mobile Logo */
.site-branding{
    text-align: center;
    justify-self: center;
}

.custom-logo-link{
  max-width: 120px;
}

/* Mobile Search Button */
#search-modal{
  top: 20%;
  z-index: 9999;
}
.modal-search-area{
  height: 150px;
  width: 90%;
}
#search-modal .search-form{
  width: 100%;
}



/* Mobile Toggled Nav */
.main-navigation.toggled ul#primary-menu{
  display: block;
  height: 100%;

}

.main-navigation .menu-main-nav-container,
.menu-spanish-menu-container{
  display: none;
  height: calc(100vh - 60px);
  /* max-height: calc(100vh - 160px); */
  width: 100%;
  position: absolute;
  margin-top: 15px;
  text-align: left;
  background-color: #fff;
}


.main-navigation li:hover .sub-menu{
  display: none;
}

.wpml-ls-statics-shortcode_actions ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Override for horizontal layout to use flex */
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal ul {
  display: flex !important;
}

.mobile-sub-nav #close-menu {
  right: 0;
  position: absolute;
  cursor: pointer;
}

.mobile-sub-nav{
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 55px;
  z-index: 99999;
}

@media (min-width: 600px){
  .mobile-sub-nav{
    width: 26rem;
  }
}

@media (min-width: 768px){
  .mobile-sub-nav{
    height: 60px;

  }
}
.sub-nav-links{
  position: absolute;
}

.nav.bi{
  display: none;
  top: -2px;
  position: relative;
}

#primary-menu{
  width: 100%;
  padding: 0 20px;
  position: absolute;
}

.menu-main-nav-container li.menu-item{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D8D8D8;
}
.menu-main-nav-container li.menu-item:first-child{
  border-top: none;
}
.main-navigation ul ul a {
  width: unset;

}
.main-navigation ul ul{
  float: none;
}

.sub-menu{
  text-align: left;
  display: none;
  box-shadow: none;
  width: 100%
}

.sub-menu li{
  border: none;
  width: 100%;
  padding-top: 0px;
  margin-top: 10px;
}

.sub-menu li:last-child{
  margin-bottom: 15px;
}

#overlay,
#search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

  /* donate button */
  #primary-menu > li:last-child a {
    background-color: #ffe91c;
    border-radius: 5px;
    padding: 6px 10px 6px 15px;
    display: inline-flex;
    color: #00484F;
    text-decoration: none;
  }

  #primary-menu > li:last-child a:hover {
    background-color: #fffa47;
  }

  #primary-menu > li:last-child a::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../svg/donate_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
  }
  /* end donate button */

#primary-menu > li a{
  font-family: 'Poppins' , sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #00484F;
}

#primary-menu ul.sub-menu li a {
  font-family: 'Poppins' , sans-serif;
  color: #00484F;
  text-transform: initial;
  font-size: 17px;
}

@media (min-width: 576px){
    .main-navigation .menu-main-nav-container,
    .menu-spanish-menu-container,
    .mobile-sub-nav{
      max-width: 26rem;
    }

    .sub-menu{
      max-width: 400px;
    }
}

@media (min-width: 768px) {
    #masthead .wrapper{
        grid-template-columns: 80px 1fr 80px;
    }
}

@media (min-width: 992px) {
  #primary-menu{
    width: unset;
    padding-bottom: 10px;
    position: static;
  }

  #primary-menu > li a{
    color: #fff;
  }

  #primary-menu ul.sub-menu li a{
    color: #444;

  }

  .sub-menu{
    width: 250px;
  }

  .sub-menu li:last-child{
    margin-bottom: 5px;
  }

  .sub-menu li.menu-item{
    margin-top: 10px;
  }

  .nav.bi{
    display: none;
  }

  .main-navigation .menu-main-nav-container,
  .menu-spanish-menu-container{
    max-height: 55px;
    overflow-y: unset;
    display: block;
    height: unset;
    width: unset;
    background-color: transparent;
    position: unset;
    margin-top: unset;
    text-align: center;
    max-width: unset;
  }
  #masthead{
    -webkit-box-shadow: 0px 4px 11px -1px rgba(82,82,82,1);
    -moz-box-shadow: 0px 4px 11px -1px rgba(82,82,82,1);
    box-shadow: 0px 4px 11px -1px rgba(82,82,82,1);
  }

  #masthead .menu-toggle{
      display: none;
  }

  #masthead .wrapper{
      max-width: 950px;
      grid-template-columns: 240px 1fr .5fr;
      grid-template-rows: 1.25fr 1.5fr;
      gap: 0 15px;
      grid-template-areas: "logo language search" "logo nav nav" ;
  }
  #masthead .wrapper.condensed{
    grid-template-rows: 1fr;
  }

  .site-branding {
    grid-area: logo;
    justify-self: flex-start;
  }

  .wrapper.condensed img.desktop-logo{
    height: 60px;
    margin: 5px 0px;
  }
  .wrapper.condensed #primary-menu{
    padding-bottom: 20px;
  }

  .language-switcher{
    display: block;
    grid-area: language;
    justify-self: end;
  }

  .social-links-nav{
    display: block;
    grid-area: social;
    justify-self: end;
  }

  .search-nav{
    display: block;
    grid-area: search;
    justify-self: end;
  }

  #navigation{
    grid-area: nav;
    justify-self: end;
  }

  .custom-logo-link{
      max-width: 250px;
  }

  .main-navigation ul {
      justify-content: flex-end;
  }

  .main-navigation li {
      margin: 0px 20px;
      margin-top: 15px;
  }

  #primary-menu li:last-child{
    margin-right: 0;
    margin-top: 9px;
  }

  #primary-menu > li {
    white-space: nowrap;
  }

  .sub-menu > li {
    white-space: normal;
  }

  .main-navigation li:hover .sub-menu{
    display: block;
  }
  .main-navigation .sub-menu li:hover .sub-menu{
    top: 0px;
    display: block;
    right: -200px;
  }
  .sub-menu{
    background-color: #fff;
  }
  .main-navigation ul ul ul {
    top: unset
  }

  .menu-main-nav-container li.menu-item{
      border: none;
      border-top:none;
      padding-top: 0;
    }

  /* dropdown menu extending past screen width */
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
    left: -100%;
  }
  .main-navigation li:hover .sub-menu li{
    float: left;
    width: 225px;
    clear: both;
  }

}
@media (min-width: 1200px){
  /* dropdown menu extending past screen width */
  .main-navigation ul li:hover > ul{
    left: auto;
  }
  #masthead .wrapper{
    max-width: 1120px;
    grid-template-columns: 280px 1.3fr .5fr;
    grid-template-rows: 1.25fr 1.5fr;
  }
}



/* Header Social Icons */
.social-icon{
    height: 20px;
}

/* Header Language Switcher */
.wpml-ls-legacy-dropdown-click{
    width: unset;

}
.wpml-ls-legacy-dropdown-click a{
    background: none;
    border: none;
}


/* Footer Styles */
footer.container-fluid{
  max-width: unset;
}

footer ul{
  list-style: none;
  padding-inline-start: 0;
}

footer ul li a{
  color: #212121;
  font-weight: 400;
}

footer a:visited{
  color: #00484F;
}

footer a:hover {
  color: inherit;
}


footer ul li{
  margin-top: 2px;
}

ol.comment-list,
ol.children{
  list-style: none;
}

#terms-link{
  font-size: 18px;
}

#terms-link a:visited{
  color: #00484F;
}

.footer-text{
  font-size: 14px;
  line-height: 18px;
}
.coyright-message p{
  text-align: center;
}
@media (min-width: 768px){
  .coyright-message p{
    text-align: right;
  }
}
@media (min-width: 992px){
  .footer-text{
    font-size: 16px;
    line-height: 18px;
  }

  #terms-link{
    font-size: 22px;
  }
}
/* Constant Contact Form Styles */

#gdpr_text p{
  line-height: 18px;
}

#gdpr_text a.ctct-form-footer-link::after {
  display: none;
}

#gdpr_text a.ctct-form-footer-link{
  color: #0F8040;
  font-weight: bold;
  font-size: 12px;
}
.ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-custom button.ctct-form-button,
#popmake-82152 .ctct-form-embed.form_3 .ctct-form-custom .ctct-form-button{
  background-color: #00A44B;
  border: none;
  font-weight: 600;
  font-family: 'Poppins' , sans-serif;
}
p.ctct-form-footer{
  display: none;
}
.ctct-inline-form .ctct-form-container.ctct-form-embed div.ctct-form-defaults{
  background-color: transparent;
  padding: 0px;
}

#breadcrumbs .caret {
  font-size: 22px;
}

/* Recipe Card Template Part */


/* .flex-gap{
  margin: 0;
} */

.flex-gap .col-6{
  flex: 0 0 46%;
}

.card-img-blog-12{
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.card-img-blog-6{
  height: 200px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 576px) {
  .card-img-blog-12{
      height: 200px;
  }
  .flex-gap .col-sm-6{
      flex: 0 0 47%;
  }
}

@media (min-width: 768px){
  .card-img-blog-12{
      height: 300px;
  }
  .card-img-blog-6{
    height: 100%;

  }

  .flex-gap .col-md-4{
      flex: 0 0 31%;
  }
}

@media (min-width: 992px){
  .card-img-blog-12{
    height: 350px;
  }
  .flex-gap.col-lg-4{
      flex: 0 0 31%;
  }
  .flex-gap .col-lg-3{
    flex: 0 0 23%;
    /* margin: 0.5em; */
  }
}


@media (min-width: 1200px){
  .flex-gap .col-lg-3{
      margin: 0.65em;
  }
}

/* Recipe Car Styles
Recipe Card 1 - No descritpion, used in slider
Recipe Card 2 - Description, Flex direction row, used on archive
Recipe Card 3 - Wider, used on blog, video pages
*/

.recipe-card{
  flex-direction: row;
}
.recipe-card h3{
  font-size: 20px;
}
.recipe-teaser{
  line-height: 24px;
}

/* Use Bootstrap card-title sizing; custom .recipe-title-1 not needed */

.card-img-recipe-1{
  height: 115px;
  width: 100%;
  object-fit: cover;
}
/* Let Bootstrap card body layout handle spacing; keep flex for bottom-sticking footer */
.recipe-body-1{
  display: flex;
  flex-direction: column;
}

.card-img-recipe-2{
  height: 100%;
  width: 40%;
  object-fit: cover;
}
.card-img-recipe-3{
  height: 215px;
  width: 125px;
  object-fit: cover;
}


@media (min-width: 576px){
  .card-img-recipe-1{
    height: 150px;
  }
  .recipe-body-1{
    min-height: 180px;
  }
  .card-img-recipe-2{
    height: 210px;
    width: 45%;
  }
  .card-img-recipe-3{
    height: 170px;
    width: 215px;
  }
}

@media (min-width: 768px){
  .card-img-recipe-2{
    height: 160px;
    width: 100%;
  }
  .card-img-recipe-3{
      height: 160px;
      width: 100%;
  }
  .recipe-card{
    flex-direction: column;
  }
}

@media (min-width: 992px){
  .card-img-recipe-1{
    height: 200px;
  }
  .recipe-body-1{
    min-height: 175px;
  }
  .card-img-recipe-2{
    height: 175px;
  }
  .card-img-recipe-3{
    height: 250px;
  }
}

@media (min-width: 1200px){
  .recipe-body-1{
    min-height: 150px;
  }
}

.glsr-default .glsr-review > .glsr-review-assigned_links .glsr-tag-value a {
  color: #0f8040;
}

.glsr-default .glsr-review > .glsr-review-assigned_links .glsr-tag-value a:hover {
  color: #02f16e;
}

.glsr-default .glsr-review .glsr-review-author::after {
  padding-right: 1rem;
  padding-left: 1rem;
  content: '•';
  color: #888a8c;
}

.glsr-default .glsr-review .glsr-review-rating::after {
  padding-right: 1rem;
  padding-left: 1rem;
  content: '•';
  color: #888a8c;
}

.glsr-default .glsr-review .glsr-review-author span {
  font-weight: bold;
  color: #00484F;
  text-transform: capitalize;
}

.glsr-default .glsr-review>.glsr-review-date {
  flex-basis: initial !important;
  font-style: normal !important;
  color: #888a8c;
}

.glsr-default .glsr-review > .glsr-review-rating + .glsr-review-date span.glsr-tag-value {
  font-size: 13px;
  margin-left: 0;
}

.glsr-default .glsr-review .glsr-review-author span,
.glsr-default .glsr-review .glsr-review-content p,
.glsr-default .glsr-review .glsr-review-content p span.glsr-hidden-text {
  font-size: 14px;
}

.glsr-default .glsr-review>.glsr-review-content {
  margin: 0.7rem 0 !important;
}

.glsr .glsr-reviews {
  gap: 2.5rem !important;
}

.glsr-default .glsr-review > .glsr-review-assigned_links {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.glsr-default .glsr-review > .glsr-review-assigned_links .glsr-tag-value,
.glsr-default .glsr-review > .glsr-review-assigned_links .glsr-tag-value a {
  font-style: normal;
  color: #00484F;
}

.glsr .glsr-review-response-inner p,
.glsr .glsr-review-response-inner p span.glsr-hidden-text,
.glsr .glsr-review-response-inner p span.glsr-read-more,
.glsr-default .glsr-review .glsr-review-content p,
.glsr-default .glsr-review .glsr-review-content p span.glsr-hidden-text {
  font-size: 14px;
  line-height: 1.75 !important;
}

.glsr-default div.glsr-review {
  width: 80%;
}

.glsr .glsr-review-content p span.glsr-read-more,
.glsr .glsr-review-response-inner p span.glsr-read-more {
  line-height: 0.1;
}

.glsr .glsr-review-response-inner p,
.glsr .glsr-review-response-inner p span.glsr-hidden-text {
  font-style: italic;
}

.glsr .glsr-review-response-inner p strong {
  font-size: 12px;
  font-style: normal;
  color: #888a8c;
}

.full-rating-form .glsr-field {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.glsr-review-form.full-rating-form .glsr-field-toggle .asterisk {
  color: red;
  line-height: 1;
}

.full-rating-form .glsr-form-message {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.glsr-review-rating:has([data-rating="0"]) {
  display: none;
}

.glsr-review .glsr-review-rating [data-rating="0"] {
  display: none;
}

.glsr .glsr-read-more a {
  font-size: 14px !important;
}

.glsr .nav-links a,
.glsr .nav-links span {
  font-size: 14px !important;
  font-weight: 600;
}

.glsr-form-success {
  display: none !important;
}

.rating-submission-success {
  display: none;
  background-color: #fee91b;
}

.time-display span{
  font-size: 15px;
  margin-left: -3px;
}
.time-display{
  margin-left: 5px;
}

.time-display-text-3 {
  top: -2px;
  position: relative;
}

.sub-guide-panel:hover {
  text-decoration: none;
}

.sub-guide:hover {
  background-color: #00D762;
}

.sub-guide {
  background-color: #00A44B;
}

.sub-guide > span {
  font-weight: 400;
}

/* Recipe Search Template Part */
.search-area button:after{
  position: absolute;
  right: 22px;
  bottom: 23px;
  top: 50%;
}

#sort-dropdown-button:after{
  position: inherit;
}

#sort-dropdown-menu {
  width: 100%;
}

#sort-dropdown-menu input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.search-area button.dropdown-toggle.active:after{
   content: none;
}

.dropdown .disabled:after{
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  color: #fff;
  right: 5px;
  bottom: 3px;
  border: none;
  pointer-events: auto;
  cursor: pointer;
}

@media (min-width: 992px) {
  .dropdown .disabled:after{
    right: -7px;
    top: 6px;
  }
  .search-area button span {
    font-size: 1rem;
  }
}

.dropdown .disabled{
  right: 15px;
  width: 35px;
  height: 35px;
  margin-top: 2px;
}

form#recipe-search{
  width: 100%;
}

@media (min-width: 992px){
  form#recipe-search{
    width: 749px;
  }
}

@media (min-width: 992px){
    .search-area{
      max-width: 950px;
    }

    .search-area .dropdown {
      padding-left: 2.5px;
      padding-right: 2.5px;
    }
    .search-area button,
    .search-area button span {
      font-size: 13.75px;
    }
  }
button#search{
  background-color: transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

.no-results.not-found.container {
  height: 55vh;
}

.no-results.not-found h2,
.no-results.not-found p {
  font-weight: 700;
}

.no-results.not-found h2 {
  font-size: 30px;
}

.no-results.not-found p {
  font-size: 20px;
}


/* Block Styles */


/* Ribbon Card Row */

.ribbon-card img{
  height: 250px;
  object-fit: cover;
}

.card-in-between:after{
  content: "";
  width: 0px;
  height: 100%;
  border-top: 18px solid #00A44B;
  border-right: 15px solid transparent;
  position: absolute;
  left: 100%;
  top: 0px;
  border-bottom: 21px solid #00A44B;
  bottom: 62px;
}
.card-in-between:before{
  content: "";
  width: 0px;
  height: 100%;
  border-top: 18px solid #00A44B;
  border-left: 15px solid transparent;
  position: absolute;
  right: 100%;
  top: 0px;
  border-bottom: 21px solid #00A44B;
  bottom: 62px;
}

.card-in-between{
  position: absolute;
  top: 231px;
  right: 60px;
  bottom: 94px;
  left: 60px;
  padding: 0;
  height: 40px;
}

  .ribbon-card .card-body{
    padding: 55px 0 42px 0;
  }


@media (min-width: 576px) {
  .card-in-between{
    position: absolute;
    top: 231px;
    right: 85px;
    bottom: 94px;
    left: 85px;
    padding: 0;
  }

}

@media (min-width: 768px){
  .card-in-between{
    position: absolute;
    top: 231px;
    right: 33px;
    bottom: 121px;
    left: 33px;
    padding: 0;
    height: 40px;
  }
  .ribbon-card .card-body{
    padding: 55px 0 42px 0;
  }
}






/* Recipe Slider */
.slick-initialized {
  overflow: hidden;
}

.slick-track{
  padding-bottom: 15px;
}

/* Equal height slides via flex, no explicit heights */
.recipe-slider-container .slick-track {
  display: flex;
  align-items: stretch;
}
.recipe-slider-container .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.recipe-slider-container .slick-slide > .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Ensure cards inside slider are flex columns regardless of nesting */
.recipe-slider-container .card {
  display: flex;
  flex-direction: column;
}
.recipe-slider-container .slick-list {
  height: 100%;
}
.recipe-slider-container .recipe-body-1{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.recipe-slider-container .recipe-body-1 .card-bottom{
  margin-top: auto;
}

/* Slider nav (mobile arrows below the card) */
.recipe-slider-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.recipe-slider-container .slick-prev,
.recipe-slider-container .slick-next {
  z-index: 2;
}
@media (min-width: 480px){
  /* Nudge overlay arrows upward so they center on card area, not dots/nav */
  .recipe-slider-container .slick-prev,
  .recipe-slider-container .slick-next {
    margin-top: -25px; /* half icon height */
  }
}
.recipe-slider-container .slick-prev:focus,
.recipe-slider-container .slick-next:focus,
.recipe-slider-container .slick-prev:active,
.recipe-slider-container .slick-next:active {
  outline: none;
  box-shadow: none;
}
.recipe-slider-nav .slick-prev,
.recipe-slider-nav .slick-next {
  position: static; /* avoid absolute positioning on mobile */
  border: none;
  background: transparent;
  font-size: 0; /* hide 'Previous'/'Next' text */
  line-height: 1;
  padding: 8px 12px;
  color: #0F8040;
}
.recipe-slider-nav .slick-prev:before,
.recipe-slider-nav .slick-next:before {
  /* Use existing icomoon slick arrows; just size/color for mobile */
  font-size: 28px;
  color: #0F8040;
}
.recipe-slider-nav .slick-prev:focus,
.recipe-slider-nav .slick-next:focus {
  outline: none;
}
.recipe-slider-nav .slick-prev:active,
.recipe-slider-nav .slick-next:active {
  outline: none;
  box-shadow: none;
}

.recipe-slider-container .slick-track .card {
  margin-left: 10px;
  margin-right: 10px;
}

/* Ensure cards in slider never get narrower than 190px */
.recipe-slider-container .card {
  min-width: 190px;
}

/* Normalize card widths inside Slick slider regardless of Bootstrap grid classes */
.recipe-slider-container .slick-slide > .card.col-6,
.recipe-slider-container .slick-slide > .card.col-md-4,
.recipe-slider-container .slick-slide > .card.col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.time-display img{
  width: 18px;
}

/* Align ratings with cook time */
.recipe-slider-container .card-bottom .glsr {
  margin-top: 4px;
}
.recipe-slider-container .card-bottom .glsr,
.recipe-slider-container .card-bottom .time-display {
  text-align: left;
}

/* Only in slider cards: left-align Site Reviews star rating */
.recipe-slider-container .glsr .glsr-star-rating {
  justify-content: flex-start;
}

.slider-cta,
.slider-title{
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 992px){
  .recipe-slider-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .recipe-slider-container .slick-track .card {
    padding: 0!important;
  }
  .slider-cta,
  .slider-title{
    text-align: left;
  }

}

/* LearnDash (LMS) layout adjustments for Recipe Slider */
.learndash-wrapper .recipe-slider-container {
  padding-left: 0;
  padding-right: 0;
}
.learndash-wrapper .recipe-slider-container.row {
  margin-left: 0;
  margin-right: 0;
}




/* 2 col image Text Block */
.two-col-image-text .fit-cover{
  max-height: 300px;
  height: 100%
}


@media (min-width: 576px){
  .two-col-image-text .fit-cover{
    max-height: 400px;
  }
}

@media (min-width: 768px){
.two-col-image-text .fit-cover {
    max-height: 600px;
    height: 100%;
  }
}

@media (min-width: 992px){
  .two-col-image-text .fit-cover{
    max-height: 500px;
  }
}




.row .tab:last-child{
  border-bottom: none!important;
}

.card-img-stretch,
.card-img-pinned{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Blog Sidebar */

#sidebar hr.thin-divider:last-child{
  display: none;
}

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

@media (min-width: 576px){
  .card-img-stretch{
    height: 300px;
  }
  .card-img-pinned{
    height: 500px;
  }
}

/* Any Post Block */

.card-img-long{
  height: 375px;
  object-fit: cover;
  width: 100%;
}

.card-img-left{
  height: 240px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px){
  .card-img-left{
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  .card-1-row{
    max-height: 250px;
  }
}



.page-navigation .active a{
  color: #fff;
}
.page-navigation a{
  color: #111;
}
.middle-page-links li{
  padding: 0 15px;
}



/* Video Archive/Card */
.card-img-video{
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px){
  .card-img-video{
    height: 250px;
  }
}

.play.bi{
  position: absolute;
  /* left: 32%; */
  /* top: 26%; */
  border: 2px solid #ffffffad;
  background-color: none;
  height: 75px;
  border-radius: 50%;
  width: 75px;
  padding-left: 5px;
}

@media (max-width : 768px){
  .wp-block-column {
    flex-basis: calc(100% - 16px) !important;
    flex-grow: 0;
  }
}



.tab h1,
.tab h2,
.tab h3,
.tab h4,
.tab h5,
.tab h6,
.tab p{
  color: #212121;
}

.tab a.stretched-link{
  font-weight: 400;
}

@media (min-width: 992px){
  .collection-content{
    margin-right: 45px;
    margin-left: 25px;
    z-index: 2;
    margin-bottom: 50px;
  }
  .collection-image{
    z-index: 1;
    margin: -30px 0px 15px -90px;
  }
}


/* Video */
.mejs-inner .mejs-time{
  padding-top: 5px;
}


/* Person Block */

.person-photo {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 180px;
  height: 180px;
  border-radius: 50%!important;
  object-position: 50% 0%;
  object-fit: cover;
}

.person-mini-photo {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100px;
  height: 100px;
  border-radius: 50%!important;
  object-position: 50% 0%;
  object-fit: cover;
}

.person{
  box-shadow: 0 1px 7px rgba(0,2,4,0.2);
}

@media (min-width: 992px){
  .person{
    box-shadow: none;
  }
}

.modal-trigger {
  cursor: pointer;
}

a.link-hover:hover{
  color: #00f16e;
  text-decoration: underline;
}

#modal-overlay{
  background-color: rgba(255,255, 255, 0.7);
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#dynamic-modal{
  border: 3px solid #444;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  top: 15%;
  height: 100%;
  overflow: hidden;
}

.login-error-text {
  color: red;
}
svg#close {
  cursor: pointer;
}

@media (min-width: 768px){
  #dynamic-modal{
    top: 12%;
    height: 80%;
  }
}

@media (min-width: 992px){
  #dynamic-modal{
    top: 20%;
    max-width: 992px;
    height: fit-content;
  }
}


.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots {
  display: block;
  padding: 0;
  margin-top: 10px;
  list-style: none;
  text-align: center;
  display: flex!important;
  position: static;
  margin: auto;
  justify-content: center;
}

.slick-dots li {
    position: relative;
    /* display: inline-block; */
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
}


@media (min-width: 992px){
  .slick-dots li button:before {
  font-size: 40px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #00A44B;
}

/* Force-remove native list bullets for Slick dots globally (e.g., inside LMS) */
.slick-dots,
.slick-dots li {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.slick-dots li::marker {
  content: '' !important;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next {
  right: 14px;
}
.slick-next:before {
  content: '\e900';
  display: inline-block;
}

.slick-prev {
  left: -14px;
}

.slick-prev:before {
  content: '\e901';
  display: inline-block;

}

.slick-prev:before, .slick-next:before {
  font-family: 'icomoon';
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color:#0F8040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-content{
  margin-top: 0;
}

/*
// NOTE: these two styles seem to break the image width for the learndash course landing page on prod
.entry-content.container img{
  width: 100%;
}

@media (min-width: 576px){
  .entry-content.container img{
     width: unset;
  }
}
 */


/* Custom Search Area */
.search-area .dropdown-menu{
  width: 100%;

}

.search-area .dropdown-menu{
  /* column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; */
  columns: 10em;
  column-fill: balance;
  width: 100%;
}

.search-area input[type="checkbox"] {
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 6px;
}

@media (min-width: 992px){
  .search-area .dropdown-menu{
    width: 450px;
  }
}

/* Insert an invisible element that covers the checkbox */
.checkbox-menu li label {
  display: flex;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  margin:0;
  transition: background-color .4s ease;
  width: 100%;
}
.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #00A44B;
  color: #fff;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #00A44B;
  color: #fff;
}

.checkbox-item {
  display: inline;
}

.checkbox-item label {
  cursor: pointer;
}

.close-dropdown{
  right: 6px
}

.dropdown-submit{
  margin: 15px 16px 15px 18px;
}
.dropdown-menu.checkbox-menu{
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow:  0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow:  0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}


/* Pop Up Styles */
#popmake-82152{
  padding: 0;
  margin: 0;
}
#popmake-82152 .pum-title.popmake-title{
  font-family: 'Poppins', sans-serif;
  color: #00484F;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 12px;
}
#popmake-82152 .pum-content.popmake-content{
  text-align: center;

}

.popup-login p {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 992px){
  #popmake-82152.pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -15%;
    width: 65%;
  }
}


/* Profiles */
#wpum-profile{
  margin-top: -15px;
}

.wpum-message.warning {
  display: none;
}

.post-password-required {
  padding: 50px 20px;
}

/* Blog Category Navigation Styles */
.blog-category-navigation {
  margin-bottom: 2rem;
}

.blog-category-list {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}

.blog-category-item {
  margin-top: 1px;
}

.blog-category-link {
  color: #00484F;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 3px 0;
  transition: color 0.3s ease;
}

.blog-category-link:visited {
  color: #00484F;
}

.blog-category-link:hover {
  color: #B0D136;
  text-decoration: none;
}

.blog-category-link:active {
  color: #00484F;
}

.blog-category-link.current-category {
  color: #212121;
  font-weight: 700;
}

.blog-category-link.current-category:hover {
  color: #212121;
}

/* Blog Category Navigation Styles */