/*
Theme Name: Liz Moody
Theme URI: https://www.lizmoody.com/
Author: Good People Digital
Author URI: https://mygoodpeople.com/
Description: Custom site design for Liz Moody.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 0.9.0
*/

.fusebox-container.noaction {
  position: relative;
}

.fusebox-container.noaction.withaction .wp-block-buttons {
  display: none;
}

.fusebox-container.noaction.withaction
  #fbxt-wrap
  #fbxt-wrap--inner
  .fbxt-content {
  overflow-y: scroll;
}

.fusebox-container #fbxt-wrap #fbxt-wrap--inner .fbxt-header--nav {
  display: none !important;
}

.fusebox-container.noaction #fbxt-wrap #fbxt-wrap--inner .fbxt-content {
  overflow-y: hidden;
}

.fusebox-container.noaction .wp-block-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  width: 100%;
  height: 180px;
  z-index: 999;
  transform: translate(-50%, 0);
  background: linear-gradient(
    176deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.8) 25%,
    rgba(255, 255, 255, 1) 100%
  );
}

.fusebox-container.noaction .wp-block-buttons .wp-block-button {
  margin: 0 auto;
}
#fbxt-wrap--inner .fbxt-header p:empty,
#fbxt-wrap--inner .fbxt-header a:empty {
  display: none;
}
.fusebox-single-template .new-tab a,
.fusebox-single-template .download-tab a {
  padding: 0 !important;
  margin: 0 !important;
}
.fusebox-single-template .new-tab,
.fusebox-single-template .download-tab {
  padding: 10px !important;
  margin-left: 20px !important;
}

.page-id-35486 header.site-header .wp-block-group {
  background-color: var(--wp--preset--color--tertiary) !important;
}
.page-id-35486 header.site-header .wp-block-group .logo-text a,
.page-id-35486
  header.site-header
  .wp-block-group
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li
  > a,
.page-id-35486 header.site-header .wp-block-group .search-toggle i {
  color: #333 !important;
}

/* Megaphone iFrame player in post */
body .is-layout-constrained iframe {
    display: block;
}

/* Defaults
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

a,
button,
input,
textarea,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--bold);
}
.hide-tablet-down {
  display: none;
}
.hide-on-desktop {
  display: block;
}
.entry-content ol {
  list-style-type: none;
  counter-reset: my-counter;
  padding-left: 0;
}
.entry-content ol li {
  padding-left: 45px;
  position: relative;
}
.entry-content ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  justify-content: center;
  display: flex;
}
.home.wp-site-blocks {
  position: relative;
}

.home .site-header,
.page-id-36108 .site-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.home .logo-text a,
.page-id-36108 .logo-text a {
  color: #333;
}

.home .site-header > .wp-block-group.alignfull.has-primary-background-color,
.page-id-36108
  .site-header
  > .wp-block-group.alignfull.has-primary-background-color {
  background-color: transparent !important;
}
.home .site-header #mega-menu-max_mega_menu_1 > .mega-menu-item > a,
.page-id-36108 .site-header #mega-menu-max_mega_menu_1 > .mega-menu-item > a {
  color: var(--wp--preset--color--primary) !important;
}

.height-full {
  height: 100%;
}

.buyon-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.buyon-wrapper .listenon {
  left: 14px;
  top: 44px;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 8px;
  display: flex;
  max-width: 244px;
  flex-direction: column;
  list-style: none;
  border: 2px solid var(--wp--preset--color--primary);
  opacity: 0;
  padding: 5px 20px;
  position: absolute;
  transform: translateY(-100%);
  visibility: hidden;
  z-index: 3;
}

.buyon-wrapper .wp-block-button.buyon .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.buyon-wrapper .listenon li a,
.buyon-wrapper .listenon .is-acf-field div a {
  color: #333;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--outfit);
  padding: 16px 0;
  width: 100%;
  display: inline-block;
  font-weight: 800;
  line-height: 123%; /* 19.68px */
  letter-spacing: 4.48px;
  text-transform: uppercase;
  border-bottom: 1px solid #cec5c4;
  position: relative;
}

.buyon-wrapper .listenon li:last-child a,
.buyon-wrapper .listenon .is-acf-field:last-child div a {
  border-bottom: none;
}

.buyon-wrapper:hover .listenon {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.3s, transition 0.4s, visibility 0s;
}
.buyon-wrapper .wp-block-group.listenon:empty {
  display: none !important;
  background: transparent;
}
.buyon-wrapper .listenon li a:after,
.buyon-wrapper .listenon .is-acf-field:last-child div a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 16px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #333;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.buyon-wrapper .listenon li a:hover:after,
.buyon-wrapper .listenon .is-acf-field:last-child div a:hover:after {
  width: 100%;
  left: 0;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  width: 100%;
  border-radius: 50px;
  border: 1px solid #cecdc4;
  float: left;
  font-family: var(--wp--preset--font-family--freight-text-pro);
  line-height: var(--wp--custom--line-height--medium);
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

fieldset {
  border: unset;
  padding: 0;
}

fieldset .ginput_container {
  display: flex;
  gap: 0.5em;
}

fieldset .ginput_container .gform-grid-col {
  flex-shrink: 0;
  flex-grow: 1;
}

.join-the-club_wrapper fieldset legend {
  display: none;
}

input:focus,
textarea:focus {
  filter: brightness(95%);
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
}
.gfield.user-bkg input,
.gfield.email-bkg input {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 25px;
  background-position-y: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 55px;
  margin-bottom: 10px;
}
.gfield.user-bkg input {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z"/></svg>');
}

.gfield.email-bkg input {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"/></svg>');
}
.gfield select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 15px;
  padding-right: 30px;
  cursor: pointer;
}
.subscription-form-container .gform_confirmation_message {
  color: var(--wp--preset--color--base);
  text-align: center;
}
.inline-form .gform_fields {
  position: relative;
  padding-bottom: 20px;
}

.inline-form .gform_fields .validation_message {
  position: absolute;
  bottom: 0;
}
.gform_fields .validation_message,
.gform_validation_errors h2.gform_submission_error {
  color: #333;
}
/* Utility
--------------------------------------------- */

.has-border-radius-20 {
  border-radius: 20px;
}

.has-bottom-border-radius-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.is-style-filter-invert {
  filter: invert(1);
}

.is-style-no-decoration a {
  text-decoration: none;
}

p.has-link-color a:hover {
  color: var(--wp--preset--color--secondary);
}
.entry-content p a, .entry-content ul a {
  color: var(--wp--preset--color--primary);
}
.entry-content p a:hover, .entry-content ul a:hover {
  color: var(--wp--preset--color--secondary);
}
/* Blocks
---------------------------------------------------------------------------- */

/* Button
--------------------------------------------- */

.wp-block-button a.has-tertiary-background-color:hover {
  filter: brightness(95%) !important;
}

.is-style-outline.is-style-outline.wp-block-button
  .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--base) !important;
}

.wp-block-button.button-itunes .wp-block-button__link {
  background: url("images/itunes.png") no-repeat left center;
  background-position-x: 25px;
  background-size: 16px 16px;
  padding-left: 50px;
}

.wp-block-button.button-google .wp-block-button__link {
  background: url("images/google.png") no-repeat left center;
  background-position-x: 25px;
  background-size: 16px 16px;
  padding-left: 50px;
}

.wp-block-button.button-spotify .wp-block-button__link {
  background: url("images/spotify.png") no-repeat left center;
  background-position-x: 25px;
  background-size: 16px 16px;
  padding-left: 50px;
}
/* Category
--------------------------------------------- */

.taxonomy-category a {
  text-decoration: none;
}

.taxonomy-category a:hover {
  color: var(--wp--preset--color--secondary);
}

.taxonomy-post_tag.wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
/* Fusebox
--------------------------------------------- */

.wp-block-fusebox-player-single
  #fusebox-player-Zngr6RVgkz.fbx-player
  .fbx-player-layout {
  background-color: var(--wp--preset--color--tertiary) !important;
}

.fbx-player .fbx-player-layout {
  padding: 10px !important;
}

/* Gravity Forms
--------------------------------------------- */

.gform_wrapper form {
  overflow: hidden;
  text-align: center;
}

.site-footer .gform_wrapper form {
  text-align: left;
}

.inline .gfield--type-email,
#field_submit {
  display: inline-block;
}

.ginput_container_email input,
.ginput_container_select select,
.ginput_container_text input,
.ginput_container_textarea textarea {
  border-radius: 50px;
  border: 1px solid #cecdc4;
  float: left;
  font-family: var(--wp--preset--font-family--freight-text-pro);
  line-height: var(--wp--custom--line-height--medium);
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.outline-secondary ::placeholder {
  color: var(--wp--preset--color--secondary);
}

.outline-secondary .ginput_container_email input,
.outline-secondary .ginput_container_text input {
  border: 1px solid var(--wp--preset--color--secondary);
}

.outline-secondary .name .ginput_container_text input {
  background: url("images/pink-name.png") no-repeat left center;
  background-position-x: 25px;
  background-size: 16px 16px;
  padding-left: 50px;
}

.outline-secondary .ginput_container_email input {
  background: url("images/pink-envelope.png") no-repeat left center;
  background-position-x: 25px;
  background-size: 16px 16px;
  padding-left: 50px;
}

.outline-secondary .order .ginput_container_text input {
  background: url("images/pink-hash.png") no-repeat left center;
  background-position-x: 25px;
  background-size: 16px 16px;
  padding-left: 50px;
}

.ginput_container_textarea textarea {
  border-radius: 20px;
  height: 120px;
}

.inline .ginput_container_email input {
  background: #fff
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"/></svg>')
    no-repeat left center;
  background-position-x: 25px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 55px;
  margin-bottom: 10px;
}

.gfield input[type="submit"],
.gform_footer input[type="submit"] {
  background-color: var(--wp--preset--color--tertiary) !important;
  border-radius: 50px;
  border-width: 0;
  color: var(--wp--preset--color--contrast);
  cursor: pointer;
  float: left;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--bold);
  letter-spacing: 2.5px;
  line-height: var(--wp--custom--line-height--medium);
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}

.button-primary .gform_footer input[type="submit"] {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--base);
}

.site-footer .gfield--type-email,
.site-footer .ginput_container_email input,
.gform_footer input[type="submit"] {
  width: 100%;
}

.button-auto .gform_footer input[type="submit"] {
  float: none;
  width: auto;
}

.gfield input[type="submit"]:hover,
.gform_footer input[type="submit"]:hover {
  filter: brightness(95%);
}

.gform-body label {
  display: none;
}

.gf_clear,
.gf_clear_complex {
  display: none;
}

.gfield--type-html.recaptcha p {
  font-size: 14px;
}
.gform_validation_errors h2.gform_submission_error {
  font-size: 18px;
}

/* Group
--------------------------------------------- */
.wp-block-group.has-style-lift-hover,
.wp-block-query .has-style-lift-hover li {
  transition: all 0.2s ease-in !important;
}
.wp-block-group.has-style-lift-hover:hover,
.wp-block-query .has-style-lift-hover li:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  transform: scale(1.025) !important;
  transition: all 0.2s ease-in-out !important;
}

/* List
--------------------------------------------- */

ul.is-style-no-disc {
  padding-left: 0 !important;
}

.is-style-no-disc li {
  list-style-type: none;
}

ul.is-style-outline,
ul.is-style-outline-pink {
  padding-left: 0;
}

ul.is-style-outline li {
  background: url("images/list.png") no-repeat left top;
}

ul.is-style-outline-pink li {
  background: url("images/pink-list.png") no-repeat left top;
}

ul.is-style-outline li,
ul.is-style-outline-pink li {
  background-size: 32px 32px;
  list-style-type: none;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 45px;
}

/* Mega Menu
--------------------------------------------- */

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  text-align: right;
  position: unset;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:active,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:focus,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background: transparent !important;
  font-family: var(--wp--preset--font-family--outfit);
  font-weight: var(--wp--custom--font-weight--bold);
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:active,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:focus,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  border-bottom: 3px solid !important;
}

.mega-sub-menu ul li {
  list-style-type: none;
}

/* Navigation
--------------------------------------------- */

.wp-block-navigation__responsive-container.is-menu-open {
  padding-bottom: var(--wp--custom--spacing--gap);
  padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

/* Navigation Submenu
--------------------------------------------- */

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  border-color: var(--wp--preset--color--contrast);
  min-width: 180px !important;
  padding: 10px;
}

.wp-block-navigation
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  padding: 2px 10px;
}

.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
}

/* Pagination
--------------------------------------------- */

.wp-block-query-pagination-numbers .page-numbers {
  margin-left: 10px;
  margin-right: 10px;
}

.wp-block-query-pagination-next-arrow.is-arrow-arrow,
.wp-block-query-pagination-previous-arrow.is-arrow-arrow {
  background-color: var(--wp--preset--color--primary);
  border-radius: 50px;
  color: var(--wp--preset--color--base);
  line-height: 1;
  padding: 10px;
}

/* Paragraph
--------------------------------------------- */

.is-style-active-category a {
  background-color: var(--wp--preset--color--base);
  border-radius: 50px;
  color: var(--wp--preset--color--primary);
  padding: 10px 20px;
}

/* Podcast
--------------------------------------------- */

.post-template-wp-custom-template-single-podcast .episode-number,
.post-template-wp-custom-template-single-podcast
  .hero-single-podcast
  .wp-block-post-excerpt__excerpt {
  color: var(--wp--preset--color--base);
  text-align: center;
}

.post-template-wp-custom-template-single-podcast
  .entry-content
  .wp-block-post-excerpt__excerpt {
  margin-top: 20px;
}

.post-template-wp-custom-template-single-podcast .episode-number {
  font-weight: var(--wp--custom--font-weight--bold);
}

.post-template-wp-custom-template-single-podcast h2.has-max-60-font-size {
  margin-top: 10px;
}

/* Post Comments Form
--------------------------------------------- */

.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #cecdc4;
  border-radius: 50px;
  padding: 10px 20px;
}

.wp-block-post-comments-form textarea {
  border-radius: 20px;
}
p.comment-form-comment,
p.form-submit {
  display: flex;
  flex-direction: column;
}
.wp-block-comments
  .wp-block-comment-template
  .comment.depth-1
  > .wp-block-columns {
  background: var(--wp--preset--color--neutral);
  padding: 16px;
  border-radius: 16px;
}
.wp-block-comments .wp-block-comment-template .comment.depth-1 > ol {
  background: #f5f0ef;
  padding: 16px;
  border-radius: 16px;
  margin-left: 50px;
  margin-bottom: 30px;
}
.wp-block-comments
  .wp-block-comment-template
  .comment.depth-2
  .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-comments
  .wp-block-comment-template
  .pingback.depth-1
  > .wp-block-columns {
  background-color: var(--wp--preset--color--tertiary);
  padding: 16px;
  border-radius: 16px;
}
form.comment-form {
  display: flex;
  flex-direction: column;
}
/* Post Excerpt
--------------------------------------------- */

.wp-block-post-excerpt__more-link {
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 50px;
  color: var(--wp--preset--color--contrast) !important;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: var(--wp--preset--font-size--x-small) !important;
  font-weight: var(--wp--custom--font-weight--bold);
  letter-spacing: 2.5px;
  line-height: 1;
  padding: 18px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Query
--------------------------------------------- */

.wp-block-query .is-style-stretch .wp-block-post {
  background-color: var(--wp--preset--color--base);
  border-radius: 20px;
}
.wp-block-query .is-style-stretch-neutral-colored .wp-block-post {
  background-color: var(--wp--preset--color--neutral);
  border-radius: 20px;
}

.wp-block-query .episode-number,
.wp-block-query .taxonomy-post_tag a,
.wp-block-query .taxonomy-post_tag .wp-block-post-terms__separator {
  color: var(--wp--preset--color--quaternary);
  font-family: var(--wp--preset--font-family--freight-text-pro);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
  text-decoration: none;
  display: inherit;
}

/* GPD BLOCK
--------------------------------------------- */

.wp-block-gpd-blocks-related-posts .wp-block-query {
  max-width: 1200px;
}

.wp-block-gpd-blocks-related-posts h2.wp-block-heading {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.wp-block-gpd-blocks-related-posts ul.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wp-block-gpd-blocks-related-posts ul.columns-3 .wp-block-group {
  padding: 20px;
}
.wp-block-gpd-blocks-related-posts ul.columns-3 .wp-block-group a {
  text-decoration: none;
}
.wp-block-gpd-blocks-related-posts
  ul.columns-3
  .wp-block-group
  .taxonomy-category
  a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.75px;
  color: #a18a87;
  text-transform: uppercase;
}
.wp-block-gpd-blocks-related-posts
  ul.columns-3
  .wp-block-group
  h2.wp-block-post-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  color: #333333;
  margin: 5px 0 0 0;
}
.wp-block-gpd-blocks-related-posts div.related-post-image {
  aspect-ratio: 3/4;
}
.wp-block-gpd-blocks-related-posts div.related-post-image a {
  display: block;
  height: 100%;
}
.wp-block-gpd-blocks-related-posts div.related-post-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Post Title
--------------------------------------------- */

.wp-block-post-title a {
  text-decoration: none;
}

/* Content Slider
--------------------------------------------- */

.slick-prev,
.slick-next {
  background: var(--wp--preset--color--tertiary) !important;
  border-radius: 64px !important;
  height: 64px !important;
  top: 190px !important;
  width: 64px !important;
  z-index: 999;
}

/* Tasty Recipe
---------------------------------------------------------------------------- */

.tasty-recipes {
  border: none !important;
}

.tasty-recipes-entry-header {
  background: var(--wp--preset--color--neutral) !important;
  border-radius: 20px;
}

.tasty-recipes-entry-header .tasty-recipes-image img {
  border: none !important;
}

.tasty-recipes-entry-header h2 {
  font-weight: var(--wp--custom--font-weight--bold) !important;
  text-transform: none !important;
}

.tasty-recipes-entry-header h2,
.tasty-recipes-no-ratings-buttons .unchecked,
.tasty-recipes-no-ratings-buttons .checked,
.tasty-recipes-entry-header span.tasty-recipes-rating {
  color: var(--wp--preset--color--primary) !important;
}

.tasty-recipes-entry-header hr {
  border: 1px solid var(--wp--preset--color--primary) !important;
  background-color: var(--wp--preset--color--primary) !important;
}

.tasty-recipes-entry-content {
  padding-top: 40px !important;
}

.tasty-recipes-entry-content .tasty-recipes-buttons a {
  background-color: var(--wp--preset--color--primary) !important;
  border-radius: 50px !important;
  font-family: var(--wp--preset--font-family--outfit) !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}

.tasty-recipes-entry-content h3 {
  color: var(--wp--preset--color--contrast) !important;
  font-size: var(--wp--preset--font-size--large) !important;
  text-transform: none !important;
}

.tasty-recipes-scale-container {
  margin-left: 0 !important;
}

.tasty-recipes-entry-header .rating-label,
.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label,
.tasty-recipes-entry-header .tasty-recipes-details ul li {
  color: var(--wp--preset--color--contrast) !important;
  font-style: normal !important;
}

.tasty-recipes-scale-container .tasty-recipes-scale-label {
  color: var(--wp--preset--color--contrast) !important;
  font-size: var(--wp--preset--font-size--small) !important;
  text-transform: none !important;
}

.tasty-recipes .tasty-recipes-entry-header .tasty-recipes-details .detail-icon {
  color: var(--wp--preset--color--primary);
}

.tasty-recipes .tasty-recipes-entry-content .tasty-recipes-other-details ul li {
  font-size: 18px;
}

.tasty-recipes-scale-container button {
  border: 1px solid var(--wp--preset--color--primary) !important;
  border-radius: 50px !important;
  color: var(--wp--preset--color--primary) !important;
  font-weight: var(--wp--custom--font-weight--bold) !important;
  padding: 10px !important;
  text-transform: uppercase !important;
}

.tasty-recipes-scale-container button.tasty-recipes-scale-button-active {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--base) !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li {
  padding-left: 10px !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before {
  background: var(--wp--preset--color--neutral) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  font-family: var(--wp--preset--font-family--outfit) !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  height: 30px !important;
  line-height: 26px !important;
  top: 5px !important;
  width: 30px !important;
}

.tasty-recipes-entry-footer {
  display: none !important;
}

/* Search Podcast
	--------------------------------------------- */
form.searchwp-form .searchwp-form-input-container input.swp-input--search {
  background-position: left 12px top 50%;
  background-size: 15px auto;
  padding-left: 38px;
  padding-right: 0.7em;
  background-color: transparent;
}
.searchwp-form-input-container input::placeholder {
  color: #a18a87;
}
.search-submit.swp-button {
  border: unset;
  padding: 21px 24px;
  font-style: normal;
  letter-spacing: 4.48px;
  text-transform: uppercase;
  border-radius: 40px;
  display: inline-block;
  max-width: 135px;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--bold);
  letter-spacing: 2.5px;
  line-height: var(--wp--custom--line-height--medium);
}
.wp-block-search__input {
  background: transparent;
  border: unset;
  border-bottom: 1px solid #a18a87;
}
#searchwp-form-1 select {
  display: none;
}

/* Add CSS to initially hide the search form */
header .searchwp-form, header .wp-block-search.searchwp-form  {
  display: none;
}

header .searchwp-form.opened {
  display: block;
  position: absolute;
  top: 60px;
  z-index: 99;
  padding: 24px;
  transition: all 0.6s ease-in-out;
  max-width: 563px;
  width: 100%;
  margin-top: 9px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}
header .wp-block-search.searchwp-form .wp-block-search__input {
  border-radius: 40px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  border: 1px solid #a18a87;
  height: 61px;
  background-color: transparent;
  margin-bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06786 12.1357C7.3777 12.1357 8.60074 11.7096 9.59495 10.9995L13.3351 14.7396C13.5087 14.9132 13.7375 15 13.9742 15C14.4871 15 14.858 14.6055 14.858 14.1005C14.858 13.8638 14.7791 13.6428 14.6055 13.4692L10.889 9.74487C11.6702 8.7191 12.1357 7.44871 12.1357 6.06786C12.1357 2.73014 9.40558 0 6.06786 0C2.72225 0 0 2.73014 0 6.06786C0 9.40558 2.72225 12.1357 6.06786 12.1357ZM6.06786 10.8259C3.45608 10.8259 1.30984 8.67175 1.30984 6.06786C1.30984 3.46397 3.45608 1.30984 6.06786 1.30984C8.67175 1.30984 10.8259 3.46397 10.8259 6.06786C10.8259 8.67175 8.67175 10.8259 6.06786 10.8259Z' fill='%23CFCFCF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px top 50%;
  background-size: 15px auto;
  padding-left: 38px;
  padding-right: 0.7em;
}

header .searchwp-form.opened p:empty {
  display: none;
}
header .searchwp-form.opened .swp-flex--row.swp-items-stretch.swp-flex--gap-md {
  display: flex;
  align-items: center;
}
header .searchwp-form.opened .swp-input--search.swp-input {
  border-radius: 40px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  border: 1px solid #a18a87;
  height: 61px;
}
header .searchwp-form.opened .search-submit.swp-button {
  background: #ff5b41;
}
header
  .searchwp-form.opened
  .searchwp-form-input-container.swp-items-stretch
  p {
  width: 100%;
}
header .searchwp-form.opened p {
  margin: 0;
}
/* Style the search toggle button */
.search-toggle {
  cursor: pointer;
  padding: 12px;
}
/* Style the search results by category podcasts */
.search-results .category-healthier-together-podcast figure {
  aspect-ratio: 1/1 !important;
}
/* Style the search icon */
.search-toggle i {
  font-size: 16px; /* Adjust the size as needed */
  color: inherit;
  color: var(--wp--preset--color--base);
}
.home .search-toggle i,
.page-id-36108 header.site-header .wp-block-group .search-toggle i {
  color: var(--wp--preset--color--primary);
}
.position-relative {
  position: relative;
}

.postsbycategory:not(.articles) {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.postsbycategory:not(.articles) li {
  width: 100%;
}
.postsbycategory:not(.articles) li a {
  text-decoration: none !important;
  font-size: 18px !important;
}
.postsbycategory .post-info {
  display: flex;
  flex-direction: column;
}

.postsbycategory .post-info span {
  color: #a18a87;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 9.6px */
  text-transform: uppercase;
}
.postsbycategory.articles img {
  border-radius: 16px;
}
.postsbycategory.articles li a {
  display: flex;
  align-items: center;
}
.postsbycategory.articles li a .title-box {
  padding: 24px;
  background-color: #fff5eb;
  display: block;
  position: absolute;
  max-width: 80%;
  right: 0;
  border-radius: 16px;
}
.postsbycategory.articles li a .title-box h5 {
  color: #333;
}
#mega-menu-35165-0-1 {
  padding-right: 0 !important;
}
.is-style-pull-30:not(.no-pull-mobile) {
  margin-left: -30px !important;
  position: relative;
}

.wp-block-query-pagination-numbers a {
  text-decoration: none;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  text-decoration: underline;
}

.wp-block-columns.query-custom-grid .wp-block-column.tablet-33 {
  border-radius: 20px;
}

.wp-block-query .wp-block-post a {
  text-decoration: none;
}

.post-template-wp-custom-template-single-podcast
  .fbx-player-wrapper
  .fbx-is-sticky {
  display: none;
}

.fbx-player-wrapper .fbx-is-sticky {
  border-top: 3px solid #ff5b41;
}

.link-on-box a,
.no-link-style a {
  text-decoration: none;
  cursor: pointer;
}

li.wp-social-link-pinterest .wp-block-social-link-anchor::after,
.tasty-recipes-button-wrap .share-pin::before,
li.outermost-social-sharing-link-pinterest a::before {
  content: "\f0d2";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
li.outermost-social-sharing-link-pinterest a {
  background: transparent !important;
  color: var(--wp--preset--color--primary);
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.outermost-social-sharing-link-pinterest a::before {
  font-size: 30px;
  color: var(--wp--preset--color--primary);
}
li.wp-social-link-pinterest .wp-block-social-link-anchor svg,
.tasty-recipes-button-wrap .share-pin svg {
  display: none !important;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
  /* Utility
	--------------------------------------------- */

  .is-style-hidden-mobile {
    display: none !important;
  }

  .display-inline {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row !important;
    flex-wrap: nowrap;
  }

  body .is-layout-constrained .display-inline * {
    margin: 0 !important;
  }
  .two-columns-on-mobile .wp-block-column {
    max-width: calc(50% - 15px);
  }
  .two-columns-on-mobile {
    display: flex;
  }
  .flex-column-mobile {
    flex-direction: column;
  }
  .footer-logo:after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #ff5b41;
    opacity: 0.2;
    margin-top: 24px;
    top: 24px;
    margin-left: -20px;
    float: left;
    /* transform: translateX(-20px); */
  }
}

@media only screen and (min-width: 800px) {
  /* Utility
	--------------------------------------------- */

  .is-style-pull-30 {
    margin-left: -30px !important;
    position: relative;
  }

  .is-style-pull-negative {
    margin-top: -180px !important;
  }

  /* Navigation Link
	--------------------------------------------- */

  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid currentColor;
    border-radius: 5px;
    padding: 5px 15px;
  }
}

@media only screen and (min-width: 800px) {
  /* Utility
	--------------------------------------------- */

  .is-style-pull-negative {
    margin-top: -180px !important;
  }

  /* Navigation Link
	--------------------------------------------- */

  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid currentColor;
    border-radius: 5px;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 780px) {
  .wp-block-columns.flex-wrap-on-tablet,
  .flex-wrap-on-tablet {
    flex-wrap: nowrap !important;
  }
  .wp-block-post-template.grid-2-columns-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: center;
  }
  .two-columns-on-tablet .wp-block-column {
    max-width: calc(50% - 15px);
  }
  .two-columns-full-width-on-tablet .wp-block-column {
    max-width: 50%;
  }
  .two-columns-on-tablet,
  .two-columns-full-width-on-tablet {
    display: flex;
  }
  .three-columns-on-tablet .wp-block-column {
    max-width: calc(33.33% - 20px);
  }
  .three-columns-on-tablet {
    display: flex;
  }

  /* Custom grid on Lifestyle Category page
	--------------------------------------------- */
  .wp-block-columns.query-custom-grid {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns.query-custom-grid .wp-block-column.tablet-33 {
    flex-basis: 33% !important;
  }
  .wp-block-columns.query-custom-grid .wp-block-column.tablet-66 {
    flex-basis: 66% !important;
  }
  .wp-block-columns.query-custom-grid .wp-block-query {
    height: 100%;
  }
  .wp-block-columns.query-custom-grid .wp-block-post-template {
    display: flex;
    gap: 30px;
    height: 100%;
  }
  .wp-block-columns.query-custom-grid .wp-block-post-template .wp-block-post {
    height: 100%;
    background-color: var(--wp--preset--color--base);
    border-radius: 20px;
    margin-top: 0;
  }
  .wp-block-columns.query-custom-grid
    .wp-block-column.tablet-33
    .wp-block-post-title {
    font-size: 22px !important;
  }
  .wp-block-columns.query-custom-grid
    .wp-block-column.tablet-33
    .taxonomy-category {
    font-size: 14px !important;
  }
  .wp-block-columns.query-custom-grid
    .wp-block-column.tablet-33
    .wp-block-post-featured-image
    img {
    max-height: 284px !important;
  }
  /* END - Custom grid on Lifestyle Category page
	--------------------------------------------- */

  .mobile-width-50 {
    width: 50%;
    margin: 0 auto;
  }
  .mobile-width-60 {
    width: 60%;
    margin: 0 auto;
  }
  .mobile-width-80 {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 769px) {
  .wp-block-cover.none-background-mobile img.wp-block-cover__image-background {
    display: none;
  }
  .mobile-centered {
    text-align: center !important;
    justify-content: center !important;
  }
  .columns-reverse-mobile {
    flex-direction: column-reverse;
  }

  .mobile-height-60 {
    height: 60% !important;
  }
  .stack-on-tablet {
    flex-direction: column !important;
  }
  .max-height-400 {
    max-height: 400px;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background-color: transparent !important;
  }
  .mega-sub-menu .mega-menu-item .menu li a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
  }
  .mega-sub-menu .mega-menu-item .menu {
    padding-left: 0;
  }
  .mega-sub-menu ul li a {
    color: var(--wp--preset--color--primary) !important;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item {
    padding: 15px 0;
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 15px 0;
  }
  .mega-sub-menu ul#menu-about-me li,
  .mega-sub-menu ul#menu-book li,
  .mega-sub-menu ul#menu-lifestyle li,
  .mega-sub-menu ul#menu-mega-menu-recipes li,
  .mega-sub-menu ul#menu-products li,
  .mega-sub-menu ul#menu-recipes li,
  .mega-sub-menu ul#menu-start-here-podcast li,
  .mega-sub-menu ul#menu-mega-menu-book li {
    border-top: 1px solid #a18a8766 !important;
    list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .mega-sub-menu ul#menu-about-me li:first-of-type,
  .mega-sub-menu ul#menu-book li:first-of-type,
  .mega-sub-menu ul#menu-products li:first-of-type,
  .mega-sub-menu ul#menu-start-here-podcast li:first-of-type,
  .mega-sub-menu ul#menu-mega-menu-book li:first-of-type {
    border-top: none !important;
  }

  .mega-sub-menu ul {
    padding: 0 !important;
  }
  .postsbycategory:not(.articles) li {
    margin-bottom: 15px;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    padding-left: 60px;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    font-size: 20px !important;
  }
  .subscription-form-container_wrapper #field_submit,
  .subscription-form-container_wrapper #field_submit .gform-button--white {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  /* Mega Menu
	--------------------------------------------- */
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    display: none;
  }
  #mega-menu-wrap-max_mega_menu_1 {
    background: transparent;
    position: unset;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background: var(--wp--preset--color--base) !important;
    border-radius: 20px;
    left: 0;
    right: 0;
    width: 100%;
  }

  #mega-menu-wrap-max_mega_menu_1 li.mega-menu-item {
    padding: 0 !important;
  }

  .mega-menu-column.mega-menu-columns-3-of-12,
  #mega-menu-35382-0 .mega-menu-column.mega-menu-columns-6-of-12 {
    padding: 20px 40px 20px 20px !important;
  }

  #mega-menu-35382-0 .mega-menu-column.mega-menu-columns-6-of-12 {
    padding-bottom: 0 !important;
  }

  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-columns-3-of-12:first-of-type
    h4.mega-block-title {
    font-family: var(--wp--preset--font-family--outfit) !important;
    font-size: var(--wp--preset--font-size--max-32) !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
  }

  .mega-sub-menu ul#menu-about-me li,
  .mega-sub-menu ul#menu-book li,
  .mega-sub-menu ul#menu-lifestyle li,
  .mega-sub-menu ul#menu-mega-menu-recipes li,
  .mega-sub-menu ul#menu-products li,
  .mega-sub-menu ul#menu-recipes li,
  .mega-sub-menu ul#menu-start-here-podcast li,
  .mega-sub-menu ul#menu-mega-menu-book li {
    border-top: 1px solid #a18a8766 !important;
    list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .mega-sub-menu ul#menu-about-me li:first-of-type,
  .mega-sub-menu ul#menu-book li:first-of-type,
  .mega-sub-menu ul#menu-products li:first-of-type,
  .mega-sub-menu ul#menu-start-here-podcast li:first-of-type,
  .mega-sub-menu ul#menu-mega-menu-book li:first-of-type {
    border-top: none !important;
  }

  .mega-sub-menu ul {
    padding: 0 !important;
  }

  .mega-sub-menu ul li a {
    color: var(--wp--preset--color--primary) !important;
    font-size: var(--wp--preset--font-size--small) !important;
    font-weight: var(--wp--custom--font-weight--bold) !important;
    text-decoration: none !important;
  }
  .mega-sub-menu ul li a.view-all {
    font-size: var(--wp--preset--font-size--x-tiny) !important;
    font-weight: var(--wp--custom--font-weight--black) !important;
  }

  .mega-menu-item-text-20 ul li {
    float: left;
    font-weight: var(--wp--custom--font-weight--bold) !important;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-right: 40px;
    text-transform: uppercase;
    width: 50%;
  }

  .mega-menu-item-text-20 ul li a {
    display: flex;
    text-transform: none;
  }

  .mega-sub-menu img {
    display: block !important;
  }

  .mega-sub-menu img.wp-post-image {
    float: left;
    margin-right: 10px;
  }

  .mega-sub-menu .cat-post-thumbnail img {
    border-radius: 5px !important;
  }

  #mega-menu-wrap-max_mega_menu_1 p {
    margin-top: 0 !important;
  }

  .mega-menu-item #mega-menu-item-category-posts-3 li a {
    color: var(--wp--preset--color--contrast) !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  .mega-menu-item .cat-post-thumbnail {
    margin: 0 !important;
    margin-right: 10px !important;
  }

  #category-posts-3-internal .cat-post-thumbnail {
    margin-right: -30px !important;
  }

  .mega-sub-menu ul#category-posts-5-internal li,
  .mega-sub-menu ul#category-posts-6-internal li,
  .mega-sub-menu ul#category-posts-5-internal .post-categories a,
  .mega-sub-menu ul#category-posts-6-internal .post-categories a {
    color: var(--wp--preset--color--quaternary) !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: var(--wp--custom--font-weight--bold) !important;
    line-height: 1;
    margin-bottom: 5px !important;
    text-transform: uppercase;
  }

  .mega-menu-item #mega-menu-item-category-posts-5 li a.cat-post-title,
  .mega-menu-item #mega-menu-item-category-posts-6 li a.cat-post-title {
    color: var(--wp--preset--color--primary) !important;
    font-size: 16px !important;
    font-weight: var(--wp--custom--font-weight--regular) !important;
    line-height: 1.2 !important;
    text-decoration: underline !important;
    text-transform: none;
  }

  .mega-sub-menu #category-posts-3-internal .cat-post-item .cat-post-title {
    background-color: var(--wp--preset--color--neutral) !important;
    border-radius: 5px;
    margin-left: -20px;
    padding: 20px !important;
    position: relative;
    top: 10px;
    z-index: 999;
  }

  .mega-menu-item.mega-menu-item-type-widget.widget_media_image.mega-menu-item-media_image-3,
  .mega-menu-item.mega-menu-item-type-widget.widget_media_image.mega-menu-item-media_image-4 {
    background-color: #f4f0ef !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .mega-menu-item.mega-menu-item-type-widget.widget_media_image.mega-menu-item-media_image-3
    img,
  .mega-menu-item.mega-menu-item-type-widget.widget_media_image.mega-menu-item-media_image-4
    img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hide-tablet-down {
    display: block !important;
  }
  .hide-on-desktop {
    display: none !important;
  }
  .inline .ginput_container_email input {
    width: 75%;
  }
}

@media only screen and (min-width: 1050px) {
  /* Footer
	--------------------------------------------- */
  .page-id-35486 .site-footer {
    margin-top: -180px;
  }

  .page-id-35486 .negative-pull {
    padding-top: 120px !important;
  }
}
