/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*==============================
    #FONTS
==============================*/
/*
    font-family: 'Teko', sans-serif;
	font-family: 'Rubik', sans-serif;
*/

/*==============================
    #GLOBAL DEFAULTS
==============================*/
body {
    color: #242424;
    background-color: #fff !important;
    font: 400 2.3rem/1.45 "Rubik", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Font Variant */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;

    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body > div {
    font-size: 2.3rem;
}

img,
iframe {
    border: none;
    max-width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #47505c;
    font: 700 6rem/1 "Teko", sans-serif;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

h3 {
    font-size: 5rem;
}

p {
    margin-bottom: 1.3em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0;
}

a {
    transition: 0.5s ease;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

ul,
ol {
    padding-left: 2rem;
    margin-bottom: 30px;
}

li > ul,
li > ol {
    margin-left: 0;
    margin-bottom: 30px;
}

/*
  ul, ol {
	padding: 0;
	margin: 0;
  } 
  ul li, ol li {
	list-style: none;
  }
  
  ul:not([class]) li, 
  ol:not([class]) li {
	position: relative;
	padding-left: 5rem;
	margin-bottom: 2.5rem;
	counter-increment: li;
  }
  ul:not([class]) li::before, 
  ol:not([class]) li::before {
	content: '';
	position: absolute;
	height: 0.495em;
	width: 0.495em;
	border-radius: 50%;
	top: 0.5em;
	left: 2.5rem;
	background-color: #4e5762;
  }
  ol:not([class]) li::before {
	content: counter(li) '. ';
	font-size: 100%;
	font-family: inherit;
	font-weight: 700;
	padding-top: 0;
	width: 3rem;
	text-align: right;
	background-color: transparent;
	left: 1rem;
	top: 0;
  }*/
section.elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: 144rem;
}

body:not(.elementor-editor-active) .site.grid-container.container.grid-parent {
    overflow: hidden;
}

.elementor-widget-heading div .elementor-heading-title {
    line-height: 1;
}

.post {
    margin: 0;
}

.header-main-logo img {
    max-width: 20.8rem !important;
}

.orange-button .elementor-button-text span {
    padding-top: 6px;
    padding-right: 1.2rem;
    padding-left: 2rem;
}

/*.orange-button  a {
	  padding: 1.2rem 1.5rem!important;
  }*/

.top-nav-right-col .elementor-element {
    width: auto !important;
}

.top-nav-right-col {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}

.nav-right-dropdown {
    /*position: absolute !important;
	  z-index: 20 !important;*/
}

.nav-right-dropdown .elementor-container .elementor-row {
    max-width: 350px;
    margin-left: auto;
    margin-right: 0;
}

.nav-right-dropdown form.elementor-search-form input.elementor-search-form__input {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-color: #fff;
}

.nav-right-dropdown button.elementor-search-form__submit {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #f35905;
}

.nav-right-dropdown .elementor-search-form__container {
    background-color: transparent !important;
}

.nav-right-dropdown li {
    text-align: right;
    margin-bottom: 1.5rem !important;
}

.nav-right-dropdown li a {
    display: inline-block;
}

.name {
    display: block;
}

.name2 {
    display: none;
}

.line {
    width: 2rem;
}

.line::before,
.line::after {
    background-color: #fff;
}

a#nav-dropdown.open .elementor-button-text {
    color: #fff;
    background-color: #47505c;
}

a#nav-dropdown.open .elementor-button-text span {
    color: #fff;
}

a#nav-dropdown.open .line::before {
    transform: rotate(45deg);
    top: auto;
    bottom: 0;
}

a#nav-dropdown.open .line::after {
    transform: rotate(-45deg);
}

a#nav-dropdown.open .name {
    display: none;
}

a#nav-dropdown.open .name2 {
    display: block;
}

a#nav-dropdown .elementor-button-text {
    width: 7rem;
    height: 7rem;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    text-align: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(71, 80, 92);
    border-image: initial;
    border-radius: 50%;
}

a#nav-dropdown.open .line::before,
a#nav-dropdown.open .line::after {
    background-color: #fff;
}

.line {
    position: relative;
    width: 2.6rem;
    height: 7px;
    margin: 4px auto 0;
}

.line::before,
.line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #47505c;
    top: 0;
    left: 0;
}

.line::after {
    top: auto;
    bottom: 0px;
}

.drop-button .elementor-button-text {
    color: #47505c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    font: 500 1.8rem/1 "Teko", sans-serif;
    text-transform: uppercase;
}

/*==============================
	  #CSS LIBRARY
  ==============================*/
nl {
    display: block;
}

body:not(.elementor-editor-active) .stg-frontend-hide,
.font-call {
    display: none;
}

/* Fonts */
:root {
    --color1: #f35905;
    --color2: #006cff;
}

.font-color1 {
    color: var(--color1);
}

.font-color2 {
    color: var(--color2);
}

/* Buttons */
.orange-btn a {
    color: #fff;
    background-color: var(--color1);
    padding: 1.2rem 1.5rem;
    border: 2px solid var(--color1);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.orange-btn a span {
    padding-right: 1.2rem;
    padding-left: 2rem;
    font: 500 4.5rem/1 "Teko", sans-serif;
    padding-top: 6px;
}

.orange-btn a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: 0.7s ease;
}

.orange-btn a:hover {
    background-color: #fff;
    color: var(--color1);
}

.orange-btn a:hover img {
    filter: none;
}

/* After */
.after-dots {
    position: relative;
}

.after-dots::before {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 12.5rem;
    background: url(/wp-content/uploads/after-img.png) no-repeat center / contain;
    bottom: -6.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.after-dots.white::before {
    -webkit-filter: brightness(0.15) invert(1);
    filter: brightness(0.15) invert(1);
}

/* Blue Wave Image */
.blue-wave.img {
    text-align: center;
    padding-bottom: 2.5rem;
}

/* Blue Checklist */
.blue-checklist {
}

.top-header-org-button {
    margin-left: auto;
}

.dropdown-nav-menu .elementor-nav-menu {
    max-width: 1400px;
    margin: 0 auto;
    text-align: right;
    width: 83%;
}

.dropdown-nav-menu .elementor-nav-menu li a {
    justify-content: flex-end;
}

/*==============================
	  #SINGLE POST
  ==============================*/
.layout--post > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

/*==============================
	  #SINGLE PAGE
  ==============================*/
.layout--page > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

/*==============================
	  #SINGLE POST
  ==============================*/

/*==============================
	  #SINGLE PAGE
  ==============================*/

/*==============================
	  #OTHER
  ==============================*/

section#home-top-header .elementor-button-text img {
    display: inline-block;
    transition: all 0.3s ease;
    width: 4rem;
    margin-left: 0.5rem;
}

section#home-top-header .elementor-button-text {
    align-items: flex-end;
    justify-content: space-between;
    display: inline-flex;
}

section#home-top-header .top-header-org-button:hover img {
    -webkit-filter: brightness(0.15) invert(1);
    filter: brightness(0.15) invert(1);
}

section#home-top-header span.elementor-button-text span {
    padding-top: 5px;
}

.orange-button .elementor-button-text img {
    display: inline-block;

    transition: all 0.3s ease;
    -webkit-filter: brightness(0.15) invert(1);
    filter: brightness(0.15) invert(1);
}

.top-header-org-button a {
    padding: 1rem 1.5rem !important;
}

.orange-button .elementor-button-text {
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
}

.orange-button a {
    padding: 1.2rem 1.5rem;
    border-radius: 100px;
    border-width: 2px;
}

.line-height1 {
    line-height: 1;
}

.orange-button a .elementor-button-text span {
    padding-right: 1.2rem;
    padding-left: 2rem;
    padding-top: 6px;
}

.sec-pad-11 {
    padding: 11rem 0;
}

section.maxwidth-177 {
    max-width: 177rem !important;
}

.courses-left #accordion {
    padding-left: 0;
    margin: 0;
}

#accordion li {
    padding-left: 0;
    margin-bottom: 0;
}

#accordion > li {
    border: 1px solid #aaa;
    border-radius: 4px;
    overflow: hidden;
}

#accordion li a {
    position: relative;
}

#accordion li:before {
    display: none;
}

#accordion ul.children li {
    border-bottom: 1px solid #ccc;
}

#accordion > li.active > a {
    background-color: #555;
    text-decoration: underline;
}

#accordion ul.children li a {
    font-size: 18px;
    padding: 10px 15px;
    color: #000;
    background: #eee;
    text-shadow: none;
}

#accordion ul.children li a {
    font-size: 18px;
    padding: 10px 15px;
    color: #000;
    background: #eee;
    text-shadow: none;
    font-weight: 500;
}

#accordion ul.children li a:hover,
#accordion ul.children li.current_page_item > a {
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.33);
}

#accordion ul.children li li a {
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
}

#accordion ul.children li.completed_lesson_page a {
    background-color: #d0fbea;
}

#accordion ul.children li.completed_lesson_page a::before {
    color: #00d084;
    content: "\2714";
    margin-right: 10px;
}

#accordion > li > a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 10px 40px;
}

#accordion > li > a::before {
    content: "";
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
    position: absolute;
    left: 16px;
    top: 20px;
}

#accordion > li.active > a::before {
    transform: rotate(90deg);
}

#accordion ul.children li li a::before {
    content: "";
    border-left: 10px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 8px;
    width: 10px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -3px;
}

.custom-nav-paginator {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-nav-paginator div {
    width: 50%;
    text-align: left;
    font-size: 17px;
    text-transform: uppercase;
}

.cnp-right {
    text-align: right !important;
}

.cnp-left {
    border-right: 1px solid #ccc;
}

.single-course {
    margin-top: 20px;
}

.single-course .courses-left {
    width: 30%;
    float: left;
}

.single-course .courses-right {
    width: 65%;
    float: right;
}

.single-course .courses-right .course-intro {
    border-bottom: 1px solid #dddddd;
    font-family: "Rubik", Sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.single-course .courses-right .course-title {
    margin-bottom: 2rem;
}

.single-course .courses-right #comments {
    padding: 0;
}

.courses-left .cpt-accordion li a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.courses-left #accordion li a::before {
    height: 1px;
    width: 0px;
}

.courses-left #accordion ul.children {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.courses-left #accordion ul.children li li a::before {
    height: 1px;
}

.courses-left .cpt-accordion a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52);
    padding: 15px;
    background-color: #000;
    display: block;
}

.courses-left .cpt-accordion .children {
    display: none;
    margin-left: 0 !important;
}

.courses-right .navigation a {
    font-size: 16px;
}

.courses-right .navigation a:hover {
    opacity: 0.8;
}

.single-course .courses-right h2 {
    line-height: normal;
}

.single-course .courses-right h2 a,
.single-course .courses-right h4 a {
    font-size: 2.6rem;
}

.courses-right h2 {
    font-size: 5rem;
}

.courses-right h3 {
    font-size: 4rem;
}

.courses-right h1,
.courses-right h2,
.courses-right h3,
.courses-right h4,
.courses-right h5,
.courses-right h6,
.courses-right h1 strong,
.courses-right h2 strong,
.courses-right h3 strong,
.courses-right h4 strong,
.courses-right h5 strong,
.courses-right h6 strong {
    font-weight: 500;
    line-height: 1 !important;
}

.courses-right .embed-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.courses-right .embed-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.courses-right a:hover {
    color: #1e73be;
    opacity: 0.8;
}

.video-help {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
}

.video-help a {
    font-size: 14px;
}

body #comments {
    padding: 0 !important;
    margin: 0 !important;
}

body #wpdcom {
    max-width: 100%;
    width: 100%;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 20px;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.embed-container .buttons {
    display: none;
}

.post-cta-box {
    display: none;
}

.sticky-ad {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px;
}

.after-video-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    z-index: 12;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.after-video-cta .yes-no-cta {
    height: 100%;
    display: flex;
    gap: 0px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.after-video-cta .logo {
    margin: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.after-video-cta img {
    width: 50%;
    max-width: 240px;
}
.after-video-cta.after-video-cta-member img {
    width: 100%;
    max-width: 280px;
}
.after-video-cta.after-video-cta-member p {
    font-size: 4rem;
}

/*.embed-container iframe {
	  min-height: 350px;
  }*/
.yes-no-cta .button.success {
    background-color: #3eb57e;
}

.yes-no-cta .buttons {
    display: block;
}

.yes-no-cta .button {
    padding: 12px 30px;
    font-size: 2rem;
    color: white;
}

.global-footer .legals,
.global-post-footer .address {
    margin: 0;
    list-style: none;
    padding: 0;
}

#wpdcom .wpd-comment .wpd-comment-left {
    width: auto;
}

/* # will apply this css starting 1600px and below
	 # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
  ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
    /* .elementor-section-boxed .elementor-container {
	  max-width: 144rem!important;
  }*/
}

@media only screen and (max-width: 1024px) {
    .after-dots::before {
        height: 7.7rem;
        background-size: auto 12.5rem;
        background-position: top center;
        bottom: calc(-7rem / 2);
    }

    .tab-hide {
        display: none !important;
    }

    .global-post-footer .address {
        justify-content: center;
    }

    section#home-top-header .elementor-button-text img {
        max-width: 31px;
        margin-left: 5px;
    }

    .top-login-nav {
        margin-left: auto;
    }

    .top-header-org-button {
        margin-left: 20px;
    }

    .F-contact-dtl br {
        display: block;
    }

    body li.link-community {
        display: none !important;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1023px) {
    .single-course {
        padding: 10px;
    }
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 767px) {
    nl {
        display: inline;
    }

    .orange-button a .elementor-button-text span {
        font-size: 2.8rem !important;
        padding-top: 5px;
        padding-left: 1rem;
    }

    .F-contact-dtl br {
        display: block !important;
    }

    .orange-button a img {
        width: 4.7rem;
    }

    .orange-button a {
        padding: 1rem 1.5rem;
    }

    #home-top-header .elementor-widget-theme-site-logo {
        width: 25% !important;
        margin-top: 0;
    }

    .top-nav-right-col .elementor-element.top-header-org-button {
        width: 42% !important;
        margin-right: 8px;
        margin-left: 0px;
    }

    section#home-top-header span.elementor-button-text span {
        padding-top: 0;
    }

    .top-nav-right-col .top-login-nav {
        margin: 9px 0 0 15px;
    }

    .top-header-org-button a {
        padding: 0.5rem 1rem !important;
    }

    a#nav-dropdown .elementor-button-text {
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.2rem;
    }

    a#nav-dropdown .line {
        width: 1.8rem;
        margin-top: 2px;
        height: 5px;
    }

    .single-course .courses-left {
        width: 100%;
        max-width: 300px;
        float: none;
        margin: 0 auto 40px;
    }

    .single-course .courses-right {
        width: 100%;
        max-width: 800px;
        float: none;
        margin: 0 auto;
    }

    .single-course .courses-right .course-title {
        font-size: 4rem;
    }

    .single-course .courses-right h2 a,
    .single-course .courses-right h4 a {
        font-size: 2.8rem;
    }

    .courses-right h1,
    .courses-right h2,
    .courses-right h3,
    .courses-right h4,
    .courses-right h5,
    .courses-right h6,
    .courses-right h1 strong,
    .courses-right h2 strong,
    .courses-right h3 strong,
    .courses-right h4 strong,
    .courses-right h5 strong,
    .courses-right h6 strong {
        font-size: 2.8rem;
    }

    .courses-right,
    .courses-right p {
        font-size: 1.8rem;
    }

    .courses-left {
        margin-top: 30px !important;
    }

    .sticky-banner.logged-out-side-banner {
        position: relative;
    }

    .navigation .alignleft a,
    .navigation .alignright a {
        font-size: 14px;
    }

    .navigation .alignleft,
    .navigation .alignright {
        float: left;
        width: 50%;
        text-align: center;
    }
}

@media only screen and (max-width: 567px) {
    .top-header-org-button {
        margin-left: 6px;
    }

    .top-header-org-button a {
        font-size: 1.6rem !important;
        line-height: 0.8 !important;
        border-width: 1px !important;
        padding: 0.5rem !important;
    }

    .top-login-nav a {
        font-size: 1.6rem !important;
    }

    .top-login-nav .elementor-widget-container {
        margin: 0 !important;
    }

    section#home-top-header .elementor-button-text img {
        max-width: 20px;
    }

    .top-login-nav {
        margin-top: 8px;
        margin-left: 7px;
    }

    .nav-right-dropdown li {
        margin-bottom: 1rem !important;
    }

    .top-text {
        font-size: 2rem !important;
    }

    .yes-no-cta .button {
        padding: 12px 30px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 480px) {
    .menu-search-form {
        width: 90%;
    }

    .menu-search-form .elementor-search-form__container {
        min-height: 35px !important;
    }

    .yes-no-cta .button {
        padding: 5px 10px;
        font-size: 1.25rem;
    }

    /*.courses-right .embed-container {
		  padding-bottom: 74.25%;
		  height: auto;
		  margin-top: -75px;
	  }*/

    .after-video-cta {
        padding: 4px;
    }

    .after-video-cta img {
        width: 50%;
        max-width: 175px;
    }
    .after-video-cta.after-video-cta-member img {
        width: 60%;
        max-width: 175px;
    }

    .top-text {
        font-size: 1.25rem !important;
    }
}

/* # Font Sizing
	 # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
  ---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

html {
    font-size: 62.5%;
}

@media only screen and (max-width: 1600px) {
    html {
        font-size: 56.3%;
    }
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 48%;
    }
}

@media only screen and (max-width: 1023px) {
    html {
        font-size: 46%;
    }
}

@media only screen and (max-width: 960px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 55.5555%;
    }
}

/*
===============================
Custom CSS
===============================
*/

/*
--------------------------
Pricing page (elementor)
--------------------------
*/
.page-id-39775 .elementor-33164.elementor-location-header,
.page-id-39775 .elementor-33160.elementor-location-footer {
    display: none;
}

#page .pLogoBox .elementor-column-wrap {
    padding-top: 40px;
}

#page .pLogoBox .pLogoImg {
    margin-bottom: 20px;
}

#page .pLogoBox .pLogoImg img {
    display: inline-block;
    width: 180px;
}

#page .pLogoBox .textHowExpert {
    margin-bottom: 10px;
}

/*
  --------------------------
  Pricing page (template based)
  --------------------------
  */
.page-id-39779 .elementor-33164.elementor-location-header,
.page-id-39779 .elementor-33160.elementor-location-footer {
    display: none;
}

.page-id-39779 #page {
    max-width: 100%;
}

.page-id-39880 .elementor-33164.elementor-location-header,
.page-id-39880 .elementor-33160.elementor-location-footer {
    display: none;
}

.page-id-39880 #page {
    max-width: 100%;
}

#pricingBox {
    /* padding-bottom: 200px; */
}

#pricingBox * {
    box-sizing: border-box;
}

#pricingBox .rowMain {
    position: relative;
}

#pricingBox .rowMain.n1 {
    padding-top: 40px;
    /* background-color: #f1f1f1;
	background-image:url(/wp-content/themes/generatepress_child/img/bg-row-main-01.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left bottom */
}

#pricingBox .logoBox {
    text-align: center;
    margin-bottom: 20px;
}

#pricingBox .logoBox img {
    display: inline-block;
    width: 180px;
}

#pricingBox .textHero {
    text-align: center;
    margin-bottom: 0px;
    max-width: 1900px;
    margin: 0 auto;
}

#pricingBox.v4 .textHero {
    text-align: center;
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
}

#pricingBox.v4 .textHero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("https://www.saltstrong.com/wp-content/uploads/joe-and-luke-simonds-redfish-no-background.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

#pricingBox .textHero p:first-child {
    margin-bottom: 15px;
    font-size: 1.2em;
}

#pricingBox .textHero h2 {
    color: #014097;
    font: bold 2em "Rubik", sans-serif;
    line-height: initial;
    margin-left: auto;
    margin-right: auto;
}

#pricingBox.v4 .textHero h2 {
    color: #014097;
    font: bold 2em "Rubik", sans-serif;
    line-height: initial;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

#pricingBox .rowMain h3 {
    font: bold 2.2em "Rubik", sans-serif;
    color: black;
}

#pricingBox .textHero p:last-child {
    margin-bottom: 0px;
    /* color: #006CFF; */
    font-size: 1.2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#pricingBox .rowMain {
    position: relative;
}

#pricingBox .rowMain.n1 .elemTriangleV2 {
    margin-bottom: 30px;
}

#pricingBox.v4 .rowMain.n1 .elemTriangleV2 {
    margin-bottom: 90px;
}

#pricingBox .rowMain.n1 .elemTriangle img {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

#pricingBox #videoContainer {
    max-width: 750px;
    margin: 0 auto 100px;
    position: relative;
}

#pricingBox #videoContainer .videoBorder {
    position: absolute;
    border: 10px solid #014097;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-radius: 20px;
    left: -10px;
    pointer-events: none;
}

#pricingBox .textWithArrow {
    text-align: center;
    margin-bottom: 40px;
}

#pricingBox .textWithArrow span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

#pricingBox .textWithArrow span br {
    display: none;
}

#pricingBox .rowMain.n2 {
    padding-top: 0px;
}

#pricingBox .textWithArrow img {
    vertical-align: middle;
}

#pricingBox .textWithArrow img:last-child {
    transform: rotate(-180deg);
}

#pricingBox .rowMain.n2 .textElem.n2 {
    text-align: center;
    margin-bottom: 100px;
    font-size: 1.2em;
}

#pricingBox .rowMain.n2 .textElem.n2 strong {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 1px 8px;
}

#pricingBox .cWrap {
    max-width: 1200px;
    margin: 0 auto;
}

#pricingBox.v4 .rowMain.n1 .cWrap {
    max-width: 100%;
}

#pricingBox .pricingTable .cWrap {
    display: flex;
    justify-content: center;
}

#pricingBox .pricingTable .cCol {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    width: 25%;
    margin: 0 10px;
    text-align: center;
    padding: 50px 25px 25px;
    border-radius: 15px;
    position: relative;
    padding-bottom: 100px;
    background-color: white;
}

#pricingBox .pricingTable .cCol:first-child {
    /* background-color: #004199; */
}

#pricingBox .pricingTable .cCol * {
    font-size: 0.9em;
}

#pricingBox .pricingTable .cCol.n1 * {
    /* color: white; */
}

#pricingBox .pricingTable .cCol .type {
    margin-bottom: 10px;
    color: #006cff;
    font-weight: bold;
}

#pricingBox .pricingTable .cCol.n1 .type {
    /* color: #44C7FF; */
}

#pricingBox .pricingTable .price {
    font: normal 2em "Rubik", sans-serif;
    margin-bottom: 15px;
    color: black;
}

#pricingBox .pricingTable .bill {
    font: normal 0.7em "Rubik", sans-serif;
    margin-bottom: 30px;
    color: #8797ab;
}

#pricingBox .pricingTable .cCol ul {
    padding: 0;
    margin-left: 30px;
    text-align: left;
}

#pricingBox .pricingTable .cCol ul li {
    margin-bottom: 10px;
    list-style: none;
    text-indent: -26px;
}

#pricingBox .pricingTable .cCol ul li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-right: 10px;
    background-image: url(/wp-content/themes/generatepress_child/img/icon-check-blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#pricingBox .pricingTable .cCol.n1 ul li:before {
    /*	background-image: url(/wp-content/themes/generatepress_child/img/icon-check-cyan-blue.png); */
}

#pricingBox .pricingTable .desc {
    margin-bottom: 40px;
}

#pricingBox .pricingTable .btnStart {
    background-color: #006cff;
    padding: 12px 20px;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    color: white;
}

#pricingBox .pricingTable .btnStart:hover {
    background-color: #4190fb;
}

#pricingBox .pricingTable .cCol.n1 .price {
    margin-bottom: 20px;
}

#pricingBox .pricingTable .cCol.n1 .btnStart {
    /* background-color: #44C7FF; */
}

#pricingBox .pricingTable .cCol.n1 .btnStart:hover {
    background-color: #44acff;
}

#pricingBox .pricingTable .cCol .btnDiv {
    position: absolute;
    left: 0;
    padding: 0 25px;
    bottom: 30px;
    width: 100%;
}

#pricingBox .pricingTable .cCol.n2 {
    margin-top: -50px;
    padding-top: 70px;
}

#pricingBox .pricingTable .cCol .bestValue {
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 10px 10px 0 0;
    margin-left: -25px;
    background-color: #016cff;
    font-size: 0.7em;
    padding: 10px;
    color: white;
}

#pricingBox .pricingTable {
    position: relative;
    z-index: 2;
}

#pricingBox .rowMain.n2 .elemTriangle {
    position: absolute;
    z-index: 1;
    bottom: -120px;
    width: 100%;
}

#pricingBox .rowMain.n2 .elemTriangle img {
    width: 100%;
}

#pricingBox .rowMain.n3 {
    padding-top: 70px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#016cff+0,016cff+26,004199+72,004199+100 */
    background: #016cff; /* Old browsers */
    background: -moz-linear-gradient(top, #016cff 0%, #016cff 26%, #004199 72%, #004199 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #016cff 0%, #016cff 26%, #004199 72%, #004199 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #016cff 0%, #016cff 26%, #004199 72%, #004199 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016cff', endColorstr='#004199',GradientType=0 ); /* IE6-9 */
    z-index: 400;
}

#pricingBox .rowMain.n3 h3 {
    color: white;
}

#pricingBox .rowMain.n3 .elemTriangle {
    position: absolute;
    bottom: -120px;
    width: 100%;
}

#pricingBox .rowMain.n3 .elemTriangle img {
    width: 100%;
}

#pricingBox .rowMain.n3 .titleText {
    text-align: center;
    margin-bottom: 60px;
}

#pricingBox .rowMain.n3 .titleText p {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: white;
    opacity: 0.5;
}

#pricingBox .rowMain.n3 .featuresTable {
    position: relative;
    z-index: 2;
    display: flex;
    background-color: white;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

#pricingBox .rowMain.n3 .cCol {
    width: 15%;
}

#pricingBox .rowMain.n3 .cCol.n1 {
    width: 55%;
}

#pricingBox .rowMain.n3 .cCol.n1 header {
    text-align: left;
    padding: 25px 0;
    padding-left: 30px;
    border-bottom: solid 1px #b3bfce;
    border-right: solid 1px #b3bfce;
}

#pricingBox .rowMain.n3 .cCol.n1 .elem {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    border-right: solid 1px #b3bfce;
}

#pricingBox .rowMain.n3 .cCol header {
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
    border-bottom: solid 1px #b3bfce;
    border-right: solid 1px #b3bfce;
    text-align: center;
}

#pricingBox .rowMain.n3 .cCol .elem {
    text-align: center;
    color: #47505c;
    font-size: 0.8em;
    padding: 20px 0;
    border-bottom: solid 1px #f5f7fa;
    border-right: solid 1px #b3bfce;
    min-height: 69px;
    position: relative;
}

#pricingBox .rowMain.n3 .cCol .elem span {
    display: inline-block;
}

#pricingBox .rowMain.n3 .cCol .elem:last-child {
    border: 0;
    border-right: solid 1px #b3bfce;
}

#pricingBox .rowMain.n3 .cCol:last-child header {
    padding-right: 0;
    border-right: 0;
}

#pricingBox .rowMain.n3 .cCol .elem img {
    display: inline-block;
    width: 20px;
}

#pricingBox .rowMain.n3 .cCol:last-child .elem {
    padding-right: 0;
    border-right: 0;
}

#pricingBox .rowMain.n3 .btnDiv {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

#pricingBox .rowMain.n3 .btnStart {
    background-color: #006cff;
    padding: 12px 16px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    color: white;
    width: 90%;
    font-size: 0.9em;
    line-height: initial;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

#pricingBox .rowMain.n3 .btnStart.n1 {
    background-color: #8797ab;
}

#pricingBox .rowMain.n3 .btnStart.n1:hover {
    background-color: #acbbce;
}

#pricingBox .rowMain.n3 .btnStart.n2 {
    background-color: #44c7ff;
}

#pricingBox .rowMain.n3 .btnStart.n2:hover {
    background-color: #71d4ff;
}

#pricingBox .rowMain.n3 .btnStart.n3 {
    background-color: #004199;
}

#pricingBox .rowMain.n3 .btnStart.n3:hover {
    background-color: #3577d0;
}

#pricingBox .rowMain.n3 .btnStartedBox {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    display: none;
}

#pricingBox .rowMain.n3 .btnStartedBox ul {
    padding: 0;
    margin: 0;
    display: flex;
}

#pricingBox .rowMain.n3 .btnStartedBox li {
    list-style: none;
    width: 33.333%;
    padding: 10px;
}

#pricingBox .rowMain.n3 .btnStartedBox .btnStart {
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

#pricingBox .rowMain.n3 .btnStartedBox .btnStart span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#pricingBox .rowMain.n4 {
    background-color: white;
    padding-top: 60px;
    margin-top: 80px;
}

#pricingBox .rowMain.n4 .cWrap {
    display: flex;
    align-items: center;
}

#pricingBox .rowMain.n4 .cCol.n1 {
    width: 45%;
}

#pricingBox .rowMain.n4 .textDontTake span {
    color: #8797ab;
}

#pricingBox .rowMain.n4 .cCol.n2 {
    width: 55%;
}

#pricingBox .rowMain.n4 .cRow {
    display: flex;
}

#pricingBox .rowMain.n4 .elem.n1 {
    margin-right: 20px;
}

#pricingBox .rowMain.n4 figure {
    border: solid 1px #b3bfce;
    width: 200px;
    border-radius: 200px;
    padding: 20px;
}

#pricingBox .rowMain.n4 figure img {
    display: inline-block;
    vertical-align: middle;
}

#pricingBox .rowMain.n4 .cName {
    color: #006cff;
}

#pricingBox .rowMain.n4 .cName * {
    vertical-align: middle;
}

#pricingBox .rowMain.n4 .cName img {
    display: inline-block;
    width: 30px;
}

#pricingBox .rowMain.n4 .cName strong {
    display: inline-block;
    margin-right: 30px;
}

#pricingBox .rowMain.n4 .cRow {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}

#pricingBox .rowMain.n4 .cRow:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#pricingBox .rowMain.n4 .elemArc {
    margin-top: 22px;
}

#pricingBox .rowMain.n4 .elemArc img {
    vertical-align: bottom;
}

#pricingBox .rowMain.n5 {
    background-color: #f5f7fa;
    padding-top: 0px;
    padding-bottom: 59px;
}

#pricingBox .rowMain.n5 h3 {
    margin-bottom: 40px;
}

#pricingBox .rowMain.n5 .textWhatInsider {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    color: #47505c;
}

#pricingBox .rowMain.n5 .textWithArrow {
    color: #006cff;
}

#pricingBox .rowMain.n5 .elemArc {
    position: absolute;
    bottom: -53px;
    width: 100%;
    text-align: center;
}

#pricingBox .rowMain.n5 .elemArc img {
    display: inline-block;
    height: 45px;
}

#pricingBox .rowMain.n6 {
    padding-top: 120px;
    padding-bottom: 100px;
    border-bottom: solid 1px #ccc;
}

#pricingBox .rowMain.n6 .textLookWhat {
    text-align: center;
    margin-bottom: 60px;
}

#pricingBox .rowMain.n6 .textLookWhat p {
    margin-bottom: 15px;
    color: #8797ab;
}

#pricingBox .rowMain.n6 .membersDiv .cRow {
    display: flex;
}

#pricingBox .rowMain.n6 .membersDiv .cCol {
    padding: 0 30px;
    width: 33.333%;
    text-align: center;
}

#pricingBox .rowMain.n6 .membersDiv .cCol figure {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    margin: 0 auto;
    padding: 20px;
    border: solid 1px #b3bfce;
    position: relative;
    margin-bottom: 30px;
}

#pricingBox .rowMain.n6 .membersDiv .icon {
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0;
    text-align: center;
    width: 100%;
}

#pricingBox .rowMain.n6 .membersDiv .icon span {
    display: inline-block;
    background-color: white;
    width: 34px;
    padding: 0 5px;
}

#pricingBox .rowMain.n6 .membersDiv .icon span img {
    vertical-align: middle;
}

#pricingBox .rowMain.n6 .membersDiv p {
    font-size: 0.9em;
    color: #47505c;
}

#pricingBox .rowMain.n6 .membersDiv .cName {
    color: #006cff;
}

#pricingBox .rowMain.n7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#pricingBox .rowMain.n7 .cRow {
    display: flex;
}

#pricingBox .rowMain.n7 .cCol.n1 {
    width: 45%;
    padding-right: 40px;
}

#pricingBox .rowMain.n7 .cCol.n1 p {
    margin-bottom: 15px;
}

#pricingBox .rowMain.n7 .cCol.n1 p {
    color: #8797ab;
}

#pricingBox .rowMain.n7 .cCol.n2 {
    width: 55%;
}

#pricingBox .rowMain.n7 .textWhoShould {
    margin-bottom: 30px;
}

#pricingBox .rowMain.n7 .textWhoShould strong {
    margin-bottom: 20px;
    display: block;
    color: #47505c;
}

#pricingBox .rowMain.n7 .textWhoShould p {
    color: #47505c;
    font-size: 0.9em;
}

#pricingBox .rowMain.n7 .accordionBox .elem {
    padding: 20px 0;
    border-top: solid 2px #d4dae2;
}

#pricingBox .rowMain.n7 .accordionBox .elem:last-child {
    border-bottom: 0;
}

#pricingBox .rowMain.n7 .accordionBox .title {
    color: #47505c;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

#pricingBox .rowMain.n7 .accordionBox .title p {
    font-weight: bold;
    margin-bottom: 10px;
}

#pricingBox .rowMain.n7 .accordionBox .icon {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
}

#pricingBox .rowMain.n7 .accordionBox .icon i {
    font-style: normal;
    font-weight: bold;
    color: #006cff;
    font-size: 1.2em;
}

#pricingBox .rowMain.n7 .accordionBox .elem.hide .minus {
    display: none;
}

#pricingBox .rowMain.n7 .accordionBox .elem.show .plus {
    display: none;
}

#pricingBox .rowMain.n7 .accordionBox .textHide {
    font-size: 0.9em;
    color: #47505c;
    display: none;
}

#pricingBox .rowMain.n7 .accordionBox .elem.show .textHide {
    display: block;
}

#pricingBox .rowMain.n8 {
    padding: 35px 0;
    background-color: #006cff;
}

#pricingBox .rowMain.n8 nav ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#pricingBox .rowMain.n8 nav li {
    display: inline-block;
    padding: 0 5px;
}

#pricingBox .rowMain.n8 nav li a {
    color: black;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    width: 64px;
    height: 64px;
    line-height: 75px;
    text-align: center;
    border-radius: 5px;
}

#pricingBox .rowMain.n8 nav li a i {
    font-size: 1.4em;
    color: white;
}

#pricingBox .rowMain.n8 nav li:hover a {
    background-color: rgba(255, 255, 255, 0.4);
}

#pricingBox .cFooter {
    padding: 60px 0;
    background-color: #1a1e23;
}

#pricingBox .cFooter .fLogo {
    margin-bottom: 100px;
}

#pricingBox .cFooter .fLogo img {
    display: inline-block;
    width: 180px;
}

#pricingBox .cFooter .fCopy {
    color: #999;
    font-size: 0.8em;
}

/*
--------------------------
New home page 1feb2022
--------------------------
*/
/* #page .elementor-39596 .elementor-element.elementor-element-40e77887 > .elementor-background-overlay {
    background-color:red !important;
}
 */

/* #page #sec1 {
	border:solid 1px red;
} */

body.page-id-40172 #page.grid-container {
    max-width: none !important;
}

#page #sec1 .heroTextCol > .elementor-column-wrap {
    padding: 0;
}

#page #sec1 .heroTextBox {
    max-width: 144rem;
    padding: 0 20px;
    margin: 0 auto;
}

#page #sec1 .btnJoinTheClub .elementor-button-text:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 15px;
    background-image: url(/wp-content/uploads/icon-arrow-mini-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

#page .oldHomeDbSearch {
    display: none;
}

#page .homeDbSearch > div {
    max-width: 900px;
    margin: 0 auto;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 8px;
    position: relative;
    padding-left: 48px;
    background-color: #dcebff;
}

#page .homeDbSearch > div::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/generatepress_child/icon-search-black.png);
    background-size: 100%;
    bacground-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 24px;
    left: 24px;
}

#page .homeDbSearch .search-field {
    background-color: transparent;
    border: 0;
    color: #000;
    width: 82%;
}

#page .homeDbSearch .search-field::placeholder {
    color: rgba(153, 153, 153, 1);
}
#page .homeDbSearch .search-field::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 1);
}
#page .homeDbSearch .search-field::-moz-placeholder {
    color: rgba(153, 153, 153, 1);
}
#page .homeDbSearch .search-field::-ms-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

#page .homeDbSearch input[type="submit"] {
    position: absolute;
    right: 8px;
    border-radius: 6px;
    background-color: white;
    color: #016cff;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}

#page .homeDbSearch input[type="submit"]:hover {
    background-color: #85b8ff;
    color: white;
}

#page .v4 .bulletContainer {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}

#page .v4 .splitBullets {
    width: 50%;
    padding: 0px 20px;
    display: block;
    align-items: center;
}

#page .v4 .salesBullets {
    text-align: left;
    margin-left: 0px !important;
}

#page .v4 .salesBullets li {
    margin-bottom: 20px;
}

.complete-lesson {
    margin-top: 10px;
    background-color: #01a10a;
}

.complete-lesson:disabled {
    background-color: #69bb6d;
}
/*
--------------------------
Responsive layout
--------------------------
*/
@media (max-width: 1320px) {
    #pricingBox .cWrap {
        padding: 0 20px;
    }

    #pricingBox .rowMain.n5 .textWhatInsider {
        width: 100%;
    }
}

@media (max-width: 940px) {
    #pricingBox .rowMain.n3 .cCol .elem {
        min-height: 85px;
    }

    #page .v4 .splitBullets {
        width: 100%;
    }

    #page .v4 .bulletContainer {
        display: block;
    }

    #pricingBox.v4 .textHero {
        padding: 40px 0px;
    }

    #pricingBox.v4 .textHero::before {
        background-position: center;
        opacity: 0.4;
        background-size: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        background-image: none;
    }
}

@media (max-width: 900px) {
    #pricingBox .rowMain.n3 .btnStart {
        display: none;
    }

    #pricingBox .rowMain.n3 .btnStartedBox {
        display: block;
    }

    #pricingBox .rowMain.n3 .btnStartedBox .btnStart {
        display: flex;
    }
}

@media (max-width: 800px) {
    #pricingBox .textHero h2 br {
        display: none;
    }

    #pricingBox.v4 .rowMain.n1 .elemTriangleV2 {
        margin-bottom: 30px;
    }

    #pricingBox #videoContainer {
        margin: 0 auto 50px;
        max-width: 350px;
    }

    #pricingBox #videoContainer .videoBorder {
        border: 5px solid #014097;
        top: -5px;
        height: calc(100% + 10px);
        width: calc(100% + 10px);
        left: -5px;
    }

    #pricingBox .pricingTable .cWrap {
        display: block;
        text-align: center;
    }

    #pricingBox .pricingTable .cCol {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 40px;
    }

    #pricingBox .pricingTable .cCol.n2 {
        margin-top: 0;
    }

    #pricingBox .rowMain.n2 .textElem.n2 {
        margin-bottom: 50px;
    }

    #pricingBox .rowMain.n2 .textElem.n2 br {
        display: none;
    }

    #pricingBox .rowMain.n3 .cCol.n1 header {
        padding: 20px 0 20px 20px;
    }

    #pricingBox .rowMain.n3 .cCol header {
        padding: 20px 0;
        font-size: 0.9em;
    }

    #pricingBox .rowMain.n3 .cCol.n1 .elem {
        padding-left: 20px;
        padding-right: 20px;
    }

    #pricingBox .rowMain.n3 .cCol .elem span {
        font-size: 0.9em;
    }

    #pricingBox .rowMain.n2 .elemTriangle {
        bottom: -60px;
    }

    #pricingBox .rowMain.n3 {
        padding-top: 60px;
    }

    #pricingBox .rowMain.n3 .cCol .elem {
        min-height: 90px;
    }

    #pricingBox .rowMain.n3 .elemTriangle {
        bottom: -80px;
    }

    #pricingBox .rowMain.n4 .cWrap {
        display: block;
    }

    #pricingBox .rowMain.n4 .cCol {
        width: 100% !important;
    }

    #pricingBox .rowMain.n4 h3 br {
        display: none;
    }

    #pricingBox .rowMain.n4 .textDontTake {
        margin-bottom: 40px;
    }

    #pricingBox .rowMain.n4 figure {
        width: 160px;
    }

    #pricingBox .rowMain.n6 .membersDiv .cRow {
        display: block;
    }

    #pricingBox .rowMain.n6 .membersDiv .cCol {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    #pricingBox .rowMain.n6 .membersDiv .cCol:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #pricingBox .rowMain.n7 .cRow {
        display: block;
    }

    #pricingBox .rowMain.n7 .cCol {
        width: 100% !important;
    }

    #pricingBox .rowMain.n3 .btnDiv {
        bottom: -35px;
    }

    #pricingBox .rowMain.n3 .btnStart {
        padding: 3px;
        font-size: 0.8em;
    }

    #page .homeDbSearch > div {
        padding-left: 8px;
        text-align: center;
    }

    #page .homeDbSearch > div::before {
        display: none;
    }

    #page .homeDbSearch .search-field {
        display: block;
        width: 100%;
        border: 0;
        background-color: white;
        border-radius: 5px;
        margin-bottom: 10px;
        color: black;
    }

    #page .homeDbSearch input[type="submit"] {
        position: static;
        min-width: 220px;
        background-color: #006cff;
        color: white;
    }

    #page .homeDbSearch .search-field::placeholder {
        color: #555;
    }
    #page .homeDbSearch .search-field::-webkit-input-placeholder {
        color: #555;
    }
    #page .homeDbSearch .search-field::-moz-placeholder {
        color: #555;
    }
    #page .homeDbSearch .search-field::-ms-input-placeholder {
        color: #555;
    }

    #page #sec1.homeHero {
        padding-bottom: 40px;
    }

    #page .v4 .bulletContainer {
        display: block;
    }

    #pricingBox.v4 .textHero::before {
        background-size: contain;
    }
}

@media (max-width: 620px) {
    #pricingBox .rowMain.n3 .btnStart {
        font-size: 0.7em;
    }

    #page .v4 .bulletContainer {
        display: block;
    }

    #page .v4 .splitBullets {
        width: 100%;
        display: block;
    }

    #page .v4 .salesBullets {
        padding: 0px;
        width: 90%;
        margin: 0 auto 20px;
    }

    #pricingBox.v4 .textHero {
        padding: 0px;
    }
}

@media (max-width: 560px) {
    #pricingBox .rowMain h3 {
        font-size: 1.6em;
    }

    #pricingBox .textHero h2 {
        font-size: 1.2em;
    }
    #pricingBox .textHero p:last-child {
        font-size: 1em;
    }
    #pricingBox .rowMain.n3 .titleText p {
        font-size: 1em;
    }

    #pricingBox .rowMain.n3 .cCol .elem {
        min-height: 106px;
    }

    #pricingBox .textWithArrow span {
        font-size: 0.9em;
    }

    #pricingBox .textWithArrow img {
        width: 40px;
    }

    #pricingBox .rowMain.n3 .btnDiv {
        bottom: -40px;
    }

    #pricingBox.v4 .textHero {
        padding: 0;
    }
}

@media (max-width: 500px) {
    #pricingBox .pricingTable .cCol {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 20px;
    }

    #pricingBox .textWithArrow span br {
        display: inline-block;
    }

    #pricingBox .rowMain.n4 .cRow {
        display: block;
    }

    #pricingBox .rowMain.n4 .elem.n1 {
        margin-bottom: 10px;
        text-align: center;
    }

    #pricingBox .rowMain.n4 .elem.n1 figure {
        display: inline-block;
    }

    #pricingBox .rowMain.n3 .cCol header {
        font-size: 0.7em;
    }

    #pricingBox .rowMain.n3 .cCol.n1 .elem {
        font-size: 0.65em;
    }

    #pricingBox .rowMain.n3 .cCol .elem img {
        width: 16px;
    }

    #page #sec1 .btnJoinTheClub .elementor-button-text:after {
        display: none;
    }

    #page .homeDbSearch input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 400px) {
    #pricingBox .rowMain.n3 .cCol header {
        font-size: 0.6em;
    }

    #pricingBox .rowMain.n3 .cCol .elem span {
        font-size: 0.8em;
    }

    #pricingBox .rowMain.n3 .btnStart {
        font-size: 0.52em;
    }

    #pricingBox .rowMain.n3 .btnStartedBox .btnStart {
        font-size: 0.7em;
    }

    #pricingBox .rowMain.n3 .btnStartedBox .btnStart {
        min-height: 90px;
    }
}

@media (max-width: 360px) {
    #pricingBox .rowMain.n3 .btnStartedBox .btnStart {
        font-size: 0.6em;
    }
}

.membercurriculumHeader {
    margin-bottom: -38px;
    margin-top: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.membercurriculumHeaderBar {
    background-color: #152c52;
    height: 90px;
    width: 100%;
}

.membercurriculumHeader img {
    max-width: 336px;
    width: 100%;
    margin-top: -60px;
}

@media only screen and (min-width: 767px) {
    .membercurriculumHeader img {
        width: 346px;
    }
}

/* New Member Curriculum Archive page */

.new-member-curriculum {
    margin-top: -1em;
    font-family: "Roboto Slab";
}

.new-member-curriculum .intro {
    padding: 0 1em 0 1em;
}

.new-member-curriculum .grid div a img.mobile {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
}

.new-member-curriculum .grid div a img.desktop {
    visibility: visible;
    display: none;
    border-radius: 10px;
    border: 2px #152c52 solid;
    -webkit-box-shadow: 8px 12px 7px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 8px 12px 7px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 8px 12px 7px 0px rgba(0, 0, 0, 0.16);
}

.new-member-curriculum .grid div a .card {
    margin-top: 0.5em;
}

.new-member-curriculum .grid div a .card button {
    visibility: hidden;
    display: none;
}

.new-member-curriculum .grid div a p {
    background: #152c52;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5em;
}

@media only screen and (min-width: 767px) {
    .new-member-curriculum {
    }

    .new-member-curriculum .intro {
        padding: 0 70px 40px 70px;
        text-align: center;
    }

    .new-member-curriculum .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 54px;
        grid-row-gap: 0px;
    }

    .new-member-curriculum .grid div {
        grid-area: 1;
    }

    .new-member-curriculum .grid div a {
    }

    .new-member-curriculum .grid div a p {
        background-color: #fff;
        font-weight: 500;
        text-align: center;
        color: #000;
        font-weight: 500;
        margin-top: 35px;
    }

    .new-member-curriculum .grid div a .card {
        position: relative;
        width: 100%;
    }

    .new-member-curriculum .grid div a img {
        width: 100%;
    }
    .new-member-curriculum .grid div a img.desktop {
        visibility: visible;
        display: block;
    }
    .new-member-curriculum .grid div a img.mobile {
        visibility: hidden;
        display: none;
    }

    .new-member-curriculum .grid div a .card button {
        visibility: visible;
        display: block;
        font-family: "Roboto Slab";
        white-space: nowrap;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        bottom: -27px;
        left: 50%;
        transform: translate(-50%, 0);
        background: #152c52;
        border-radius: 11px;
        -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.16);
    }
}
.go-quiz-container {
    background-color: val(--color1);
    margin-top: 10px;
    border: 2px #ffd7c1 solid;
    padding: 10px;
    border-radius: 9px;
}
.go-quiz-label {
    color: #793611;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
}

a.go-quiz-button {
    background-color: var(--color1) !important;
    display: flex;
    justify-content: center;
    padding: 10px;
    color: white !important;
}

a.go-quiz-button:hover {
    color: white !important;
    box-shadow: 1px 7px 25px -6px rgba(0, 0, 0, 0.4);
}
.embed-container {
    margin-bottom: 30px;
}

