.showmore--text .showmore__btn {
  display: inline-block;
  width: auto; }

.showmore--rows .showmore__hidden > * {
  margin-right: 5px; }

.showmore--height {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px; }
  .showmore--height .showmore__btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 20px 0 0;
    z-index: 2; }
    .showmore--height .showmore__btn::before {
      content: "";
      display: block;
      height: 80px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%, white);
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 100%; }
    .showmore--height .showmore__btn .showmore__text {
      position: relative;
      z-index: 10; }
  .showmore--height .showmore__btn--open {
    display: block;
    padding-top: 10px; }
  .showmore--height .showmore__btn--open::after {
    transform: rotate(-135deg);
    margin-bottom: -2px; }
  .showmore--height .showmore__btn--open::before {
    content: none; }

.showmore__hidden {
  display: none; }
  .showmore__hidden.visible {
    display: inline; }
    .showmore__hidden.visible + .showmore__btn {
      display: block;
      margin-top: 5px;
      width: 100%;
      text-align: left; }
    .showmore__hidden.visible + .showmore__btn::after {
      transform: rotate(-135deg);
      margin-bottom: -2px; }

.showmore__btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  color: #2633D6;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  font-family: inherit;
  padding: 0;
  display: block;
  margin-top: 5px;
  clear: both;
  width: 100%;
  text-align: left; }
  .showmore__btn::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #2633D6;
    border-right: 2px solid #2633D6;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 2px;
    position: relative;
    z-index: 2; }
  .showmore__btn:hover {
    text-decoration: underline; }

.share {
  position: relative;
  cursor: pointer; }
  .share .share-btn {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;
    background-color: #F0F0F0;
    padding: 5px 13px;
    color: #2D60C5;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 20px; }
  .share .share-icon-wrapper {
    margin-right: 8px; }
    .share .share-icon-wrapper .icon2 {
      vertical-align: middle; }
  .share .share-list {
    display: none;
    background: #fff;
    position: absolute;
    right: 110%;
    top: 0;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0px 6px 10px #00000029; }
    .share .share-list.open {
      display: block; }
      .share .share-list.open + .share-btn {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        outline: none; }
  .share .share-list-item {
    border-bottom: 1px solid #EFEFEF; }
    .share .share-list-item:last-of-type {
      border-bottom: none; }
  .share .share-list-link {
    display: flex;
    padding: 20px 30px;
    color: #222222;
    text-decoration: none;
    background: transparent; }
  .share .share-list-item-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px; }
    .share .share-list-item-icon img {
      vertical-align: bottom; }
  .share .share-list-item-text {
    line-height: 1.5; }
  @media (max-width: 642px) {
    .share .share-btn {
      padding: 10px 7px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      flex-direction: column; }
    .share .share-text {
      writing-mode: vertical-rl;
      transform: scale(-1); }
    .share .share-icon-wrapper {
      display: block; }
      .share .share-icon-wrapper img {
        margin-right: 0; } }

.home-subscribe {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  max-height: 182px;
  background-color: #000;
  background-size: cover; }
  .home-subscribe .hidden {
    display: none; }
  .home-subscribe.show-status-message {
    padding: 40px 0 58px; }
    .home-subscribe.show-status-message .subscribe-status-message {
      position: absolute;
      left: 0;
      top: 100%;
      font-size: 12px;
      line-height: 12px;
      margin-top: 6px; }
  .home-subscribe.hide-status-message .subscribe-status-message {
    display: none; }
  .home-subscribe .home-subscribe-title {
    font-size: 30px;
    margin-bottom: 20px !important;
    font-weight: 900;
    line-height: 35px;
    font-family: "helvetica-neue-black-cond";
    text-transform: uppercase;
    text-align: center;
    color: #ffffff !important; }
  .home-subscribe .home-subscribe-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-subscribe .home-subscribe-section #subscribe-form {
      position: relative; }
      .home-subscribe .home-subscribe-section #subscribe-form form {
        display: flex;
        justify-content: center;
        max-height: 45px; }
      .home-subscribe .home-subscribe-section #subscribe-form .subscribe-email {
        width: 290px;
        border-radius: 6px 0 0 6px;
        border: 1px solid #E0E7F6;
        font-size: 15px;
        line-height: 20px;
        padding: 12px 20px;
        background-color: rgba(255, 255, 255, 0.3);
        color: #ffffff; }
        .home-subscribe .home-subscribe-section #subscribe-form .subscribe-email::placeholder {
          color: #ffffff; }
        @media screen and (max-width: 641px) {
          .home-subscribe .home-subscribe-section #subscribe-form .subscribe-email {
            width: 100%; } }
      .home-subscribe .home-subscribe-section #subscribe-form .subscribe-button {
        padding: 12px 20px;
        border-radius: 0 6px 6px 0;
        width: 55px;
        min-width: auto;
        background: #E0E7F6 url("/wp-content/themes/wodwell/images/airplane.svg") center center no-repeat;
        position: relative;
        font-size: 14px;
        font-weight: 400; }
      .home-subscribe .home-subscribe-section #subscribe-form .subscribe-success {
        color: green; }
      .home-subscribe .home-subscribe-section #subscribe-form .subscribe-error {
        color: red; }
      .home-subscribe .home-subscribe-section #subscribe-form .subscribe-checkbox-wrapper {
        width: 25%;
        display: flex; }
        .home-subscribe .home-subscribe-section #subscribe-form .subscribe-checkbox-wrapper .subscribe-label {
          font-size: 12px;
          color: #262626; }
  @media screen and (max-width: 641px) {
    .home-subscribe {
      max-height: 265px;
      background-size: cover; } }

#modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal {
  position: fixed;
  z-index: 5;
  background-color: rgba(117, 117, 117, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex; }
  #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-header {
    height: 50px;
    padding: 0 5px;
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    top: 0;
    z-index: 2; }
    #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-header .modal-title {
      margin: 0 auto;
      padding: 0;
      border-bottom: none;
      font-family: "Open Sans", arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-style: normal;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 640px) {
        #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-header .modal-title {
          font-size: 15px; } }
    #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-header .modal-close {
      border: none;
      cursor: pointer;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff; }
  #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px; }
    #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-body .modal-text {
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #222;
      text-align: center; }
  #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-footer {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    gap: 15px;
    padding: 20px; }
    #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-footer .modal-btn {
      width: auto;
      height: auto;
      min-width: 118px;
      margin: 0 auto;
      padding: 6px 16px;
      font-size: 15px;
      line-height: 23px;
      font-weight: 600;
      font-family: "Open Sans", arial, sans-serif;
      text-align: center;
      border: 2px solid transparent;
      outline: none;
      border-radius: 6px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer; }
      #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-footer .modal-btn:hover {
        background: #3d76e7;
        opacity: 0.9; }
      #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-footer .modal-btn:active {
        border: 2px solid #2d60c5;
        box-shadow: 0px 4px 20px rgba(75, 126, 228, 0.5); }
      #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal .modal-footer .modal-btn:disabled {
        background-color: #8a94ac;
        pointer-events: none; }
  #modal-message-nsl-linked-confirmation.nsl-linked-confirmation-modal.hidden {
    display: none; }

/* FOOTER */
.footer {
  margin-top: auto;
  background: #333;
  color: white;
  font-family: sans-serif; }
  .footer .footer-top {
    margin: 0 auto;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 72px; }
    .footer .footer-top .footer-logo-section {
      margin-bottom: 20px; }
      .footer .footer-top .footer-logo-section .tagline {
        width: max-content;
        font-family: "helvetica-neue-black-cond";
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0 10px; }
        @media screen and (max-width: 768px) {
          .footer .footer-top .footer-logo-section .tagline {
            margin: 24px 0 10px; } }
      .footer .footer-top .footer-logo-section .appstore-link {
        margin: 10px 0 20px;
        display: inline-block;
        height: 40px; }
        .footer .footer-top .footer-logo-section .appstore-link img {
          width: 100%;
          height: 100%;
          cursor: pointer; }
        @media screen and (max-width: 768px) {
          .footer .footer-top .footer-logo-section .appstore-link {
            margin: 10px 0 24px;
            height: 52px; } }
      @media screen and (max-width: 768px) {
        .footer .footer-top .footer-logo-section {
          margin-bottom: 32px; } }
    .footer .footer-top .social-menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      gap: 16px; }
      .footer .footer-top .social-menu .menu-item {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: none;
        padding: 10px;
        cursor: pointer; }
        .footer .footer-top .social-menu .menu-item.facebook {
          background: url("../images/homepage/socials/facebook_white.svg") no-repeat center center;
          background-size: contain;
          transition: background 0.3s ease-in-out; }
        .footer .footer-top .social-menu .menu-item.facebook:hover {
          background: url("../images/homepage/socials/facebook_color.svg") no-repeat center center;
          background-size: contain; }
        .footer .footer-top .social-menu .menu-item.instagram {
          background: url("../images/homepage/socials/instagram_white.svg") no-repeat center center;
          background-size: contain;
          transition: background 0.3s ease-in-out; }
        .footer .footer-top .social-menu .menu-item.instagram:hover {
          background: url("../images/homepage/socials/instagram_color.svg") no-repeat center center;
          background-size: contain; }
        .footer .footer-top .social-menu .menu-item.twitter {
          background: url("../images/homepage/socials/twitter_white.svg") no-repeat center center;
          background-size: contain;
          transition: background 0.3s ease-in-out; }
        .footer .footer-top .social-menu .menu-item.twitter:hover {
          background: url("../images/homepage/socials/twitter_color.svg") no-repeat center center;
          background-size: contain; }
        .footer .footer-top .social-menu .menu-item.youtube {
          background: url("../images/homepage/socials/youtube_white.svg") no-repeat center center;
          background-size: contain;
          transition: background 0.3s ease-in-out; }
        .footer .footer-top .social-menu .menu-item.youtube:hover {
          background: url("../images/homepage/socials/youtube_color.svg") no-repeat center center;
          background-size: contain; }
        .footer .footer-top .social-menu .menu-item a {
          display: block;
          width: 100%;
          height: 100%;
          text-indent: -9999px;
          overflow: hidden;
          white-space: nowrap; }
        .footer .footer-top .social-menu .menu-item .social-icon {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        @media screen and (max-width: 768px) {
          .footer .footer-top .social-menu .menu-item {
            width: 48px;
            height: 48px; } }
    .footer .footer-top .footer-columns {
      display: flex;
      gap: 34px;
      flex-wrap: wrap; }
      .footer .footer-top .footer-columns .footer-column {
        min-width: 180px; }
        .footer .footer-top .footer-columns .footer-column h4 {
          border-bottom: 1px solid white;
          margin-bottom: 20px;
          padding-bottom: 8px;
          font-family: "helvetica-neue-black-cond";
          font-size: 18px;
          line-height: 26px;
          font-weight: normal;
          text-transform: uppercase; }
        .footer .footer-top .footer-columns .footer-column a {
          padding: 0 0 2px;
          display: block;
          color: white;
          text-decoration: none;
          margin: 10px 0;
          font-size: 14px; }
          .footer .footer-top .footer-columns .footer-column a:hover {
            text-decoration: underline;
            transition: text-decoration 0.3s ease-in-out; }
        .footer .footer-top .footer-columns .footer-column .menu-item {
          border-bottom: none; }
        @media screen and (max-width: 768px) {
          .footer .footer-top .footer-columns .footer-column {
            min-width: 100%; } }
    @media screen and (max-width: 768px) {
      .footer .footer-top {
        padding: 60px 15px; } }
  .footer .footer-bottom {
    background: #111;
    text-align: center;
    padding: 15px;
    font-size: 13px; }
    .footer .footer-bottom a {
      color: #ccc;
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      .footer .footer-bottom {
        padding: 20px 32px; } }

#custom-email-newsletter-pop-up {
  display: flex;
  flex-direction: row;
  max-width: 603px; }
  @media (max-width: 440px) {
    #custom-email-newsletter-pop-up {
      flex-direction: column;
      width: 100%; } }
  #custom-email-newsletter-pop-up .email-newsletter-pop-up-img {
    width: 40%; }
    #custom-email-newsletter-pop-up .email-newsletter-pop-up-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media (max-width: 440px) {
      #custom-email-newsletter-pop-up .email-newsletter-pop-up-img {
        width: 100%; } }
  #custom-email-newsletter-pop-up .email-newsletter-pop-up-content {
    width: 60%;
    padding: 22px 42px;
    min-height: 330px; }
    #custom-email-newsletter-pop-up .email-newsletter-pop-up-content h3 {
      font-size: 16px;
      line-height: 24px;
      color: #241c15;
      font-family: 'Helvetica Neue', sans-serif; }
    #custom-email-newsletter-pop-up .email-newsletter-pop-up-content p {
      font-size: 16px;
      line-height: 24px;
      color: #241c15;
      font-family: 'Helvetica Neue', sans-serif; }
    #custom-email-newsletter-pop-up .email-newsletter-pop-up-content form .gform-body .gform_fields > li {
      margin-bottom: 0 !important; }
    #custom-email-newsletter-pop-up .email-newsletter-pop-up-content form .gform_footer {
      margin: 0 !important;
      padding: 0 !important; }
    #custom-email-newsletter-pop-up .email-newsletter-pop-up-content form input[type="email"] {
      background-color: #ffffff;
      border: 2px solid #c9c9c9;
      border-radius: 3px;
      display: inline-block;
      min-height: 36px;
      min-width: 50px;
      padding: 0 0.4em;
      vertical-align: middle;
      width: 100%;
      color: #000;
      margin-bottom: 24px; }
      #custom-email-newsletter-pop-up .email-newsletter-pop-up-content form input[type="email"]:focus {
        border-color: #000; }
    @media (max-width: 440px) {
      #custom-email-newsletter-pop-up .email-newsletter-pop-up-content {
        width: 100%; } }

@media (max-width: 440px) {
  .pum-close.popmake-close {
    right: 5px !important;
    top: 5px !important; } }

/* Hide recaptcha on following pages */
/* Beastmode page */
.page-template-page-beastmode-landing .grecaptcha-badge {
  visibility: hidden; }

/* Pricing page */
.page-template-page-membership-levels .grecaptcha-badge {
  visibility: hidden; }

/* Profile page */
.page-template-page-profile .grecaptcha-badge {
  visibility: hidden; }

/* Program landing page */
.single-program .grecaptcha-badge {
  visibility: hidden; }

/* Whiteboard page  */
.page-template-page-programs-whiteboard .grecaptcha-badge {
  visibility: hidden; }

/* Leaderboard page */
.page-template-page-programs-leaderboard .grecaptcha-badge {
  visibility: hidden; }

/* Programs creator */
.page-template-page-programs-management .grecaptcha-badge {
  visibility: hidden; }

/* Single Collection page */
.page-template-page-single-collection .grecaptcha-badge {
  visibility: hidden; }

/* Coaches page */
.page-template-page-coaches-landing .grecaptcha-badge {
  visibility: hidden; }
