/* 
Theme Name:		 Legendary Toolkit Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Legendary Toolkit Child is a child theme of Legendary Toolkit
Author:			 Legendary Lion
Author URI:		 http://childtheme-generator.com/
Template:		 legendary-toolkit
Version:		 1.0.6
Text Domain:	 legendary-toolkit-child
*/
@font-face {
    font-family: sans-serif;
    font-display: swap;
}

#frm_form_13_container form {
	overflow: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #2E364C;
    font-weight: 900;
    /*margin: 0 0 15px 0;*/
    margin-top: 60px;
    padding-bottom: 0;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}

.stage-title h3 {
    margin-top: 0;
}

.web-content-area .pre-footer-inner h2,
.slogan-section h2 {
    font-weight: 900;
    text-transform: uppercase;

}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.fancybox__content {
    width: 80% !important;
    height: 80% !important;
}

section.hero-section {
    margin-top: -70px !important;
}

.screenshot img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home header#masthead:not(.is-stuck) {
    background: transparent !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.hero-inner a:hover,
.hero-inner a.btn:active {
    color: #2e364c;
}

a i {
    transition: .25s;
}

a:hover i,
a:focus i {
    color: #2e364c;
}

.btn-secondary {
    background: none !important;
}

.legendary-entry {
    max-width: 980px;
}

p:last-child {
    margin-bottom: 0;
}

body:not(.home) header#masthead:not(.is-stuck) {
    background: none;
}

#menu-header-menu li.btn {
    padding: 6px 10px;
}

#menu-header-menu li.btn:hover>a,
#menu-header-menu li.btn a:hover {
    color: #2e364c !important;
}

#content a {
    text-decoration: underline;
}

#content p {
    line-height: 200%;
}

#content li {
    line-height: 200%;
    margin-top: 10px;
    font-size: 18px;
}

#content a.btn {
    text-decoration: none;
}

header#masthead .container {
    max-width: 100%;
}

body:not(.home) header#masthead {
    background: #2E364C !important;
}

.error404 #content>.row {
    justify-content: center;
}

a.nav-link {
    font-weight: 600 !important;
}

body #menu-wrapper #menu_top {
    background: #1C202D;
}


#primary {
    margin: 0 auto;
}

a.nav-link.btn.btn-primary {
    margin: 6px;
    padding: 10px 20px;
}

ul#menu-header-menu li a {
    text-transform: uppercase !important;
    min-width: max-content;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

img#site_logo {
    max-width: 200px;
    width: auto !important;
    padding: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a.btn {
    padding: 10px 20px;
    margin: 6px;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a.btn:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li>a.btn:active,
body:not(.theme-preset-active) #masthead .navbar-nav>li>a.btn:focus {
    color: #2E364C;
}

body:not(.theme-preset-active) #masthead.is-stuck .navbar-nav>li>a.btn {
    padding: 2px 20px;
    margin: 6px;
}

.hero-inner {
    padding: 130px 0;
    text-align: center;
    min-height: calc(100vh - 90px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-inner * {
    color: #fff;
}

.hero-inner>* {
    width: 100%;
    display: block;
}

.hero-section {
    position: relative;
    background-size: cover;
}

.hero-section:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #373737;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section:after {
    content: "";
    height: 10px;
    width: 100%;
    background: #2E364C;
    opacity: 0.75;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn,
.frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #2E364C;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 13.3333px;
    padding: 10px 30px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.with_frm_style select{
    padding:0 20px;
}
.btn:hover,
.btn:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus {
    background: white !important;
    color: #2e364c;
    opacity: 1;
    border-color: #2E364C !important;
}

.btn {
    border: 4px solid white !important;
}

.hero-inner-item p {
    max-width: 750px;
    margin: 0 auto;
}

.hero-inner-item h1 {
    margin-bottom: 10px;
}

.hero-inner-item p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-inner-item .btn {
    margin-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

.hero-inner-item .btn:hover,
.hero-inner-item .btn:focus {
    background: #fff;
    color: #2E364C;
}

.logo-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo-item {
    padding: 20px;
    max-width: 220px;
}

.logo-cover {
    padding: 50px 0;
}

.intro-cover {
    background: #2E364C;
    padding: 90px 0 60px;
}

.intro-cover * {
    color: #fff;
}

.intro-tag {
    font-weight: 900;
    margin-bottom: 7px;
}

.intro-heading h3 {
    margin-bottom: 20px;
}

.intro-heading p {
    font-size: 18px;
}

.intro-heading {
    max-width: 815px;
    margin-bottom: 41px;
}

.intro-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.intro-block {
    width: calc(33.33% - 40px);
}

p.intro-block-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.content-inner {
    min-height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 100px 0;
    /*max-width: 1280px;*/
    margin: 0 auto;
}

.content-inner p {
    font-size: 30px;
    color: #586073;
}

.workshop-cover {
    background: #2E364C;
    padding: 120px 0;
}

.workshop-cover * {
    color: #fff;
}

.workshop-content {
    width: 58%;
    padding-right: 15%;
}

.workshop-img {
    width: 42%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.workshop-date {
    background: url(/wp-content/uploads/2021/12/calendar.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    line-height: 1.6;
    margin-bottom: 7px;
    font-style: italic;
}

.workshop-time {
    background: url(/wp-content/uploads/2021/12/clock.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    font-style: italic;
    margin-bottom: 10px;
}

.workshop-cpt-header .workshop-date {
    background: url(/wp-content/uploads/2021/12/calendar-dark.svg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #2E364C;
}

.workshop-cpt-header .workshop-time {
    background: url(/wp-content/uploads/2021/12/clock-dark.svg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #2E364C;
}

.workshop-content h4 {
    margin-bottom: 34px;
    text-transform: uppercase;
}

.workshop-time {}

.workshop-content p {
    line-height: 1.7;
}

.workshop-content ol {
    padding-left: 22px;
    margin-bottom: 70px;
}

.workshop-content ol li {
    margin-bottom: 8px;
}

.workshop-content .btn {
    background: #586073;
    padding: 14px 50px;
    width: 80%;
}

.workshop-content .btn:hover,
.workshop-content .btn:focus {
    background: #fff;
    color: #586073;
}

#footer-widget .col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#menu-footer-menu li a {
    color: #fff;
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
}

#menu-footer-menu li {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
}

#menu-footer-menu {
    display: block !important;
    text-align: center
}

#footer-widget .widget {
    margin: 0;
}

#footer-widget {
    padding: 25px 0;
    background: #2E364C !important;
}

.site-info {
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.workshop-content h2 {
    margin-bottom: 40px;
}

.stage-icon {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 5.33333px 5.33333px rgba(0, 0, 0, 0.25));
    background: #FF6F6F;
    border: 5px solid #FFFFFF;
    border-radius: 8px;
}

.stage-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.stage-title {
    max-width: calc(100% - 75px);
    padding-left: 25px;
}

span.stage-tag {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    color: #2E364C;
}

.stage-title h3 {
    text-transform: uppercase;
    font-size: 32px;
}

.stages-cover {
    padding: 50px 0;
}

.stages-inner>.d-flex {
    align-items: center;
    max-width: 1280px;
    margin: 80px auto;
}

.stages-content {
    width: 55%;
}

.stage-title h3 {
    margin-bottom: 0;
}

.stages-img {
    width: 45%;
}

.stages-inner>.d-flex:nth-child(even) .stages-img {
    order: -1;
}

.stages-content-inner {
    max-width: 530px;
    padding-right: 30px;
}

.stages-content-inner .btn {
    width: 100%;
    padding: 14px 20px;
}

.stages-content-item p {
    font-size: 18px;
}

.stages-inner .d-flex:nth-child(3n+2) .stage-icon {
    background: #6EA0FF;
}

.stages-inner .d-flex:nth-child(3n) .stage-icon {
    background: #FFC56E;
}

.stages-inner>.d-flex:nth-child(even) .stages-content-inner {
    margin-left: auto;
    padding-left: 30px;
    padding-right: 0;
}

.tkmm-toggle span {
    background: #fff !important
}

ul#menu-header-menu li {
    margin: 0 8px;
}

body:not(.home) #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.workshop-cpt-header h4 {
    text-transform: uppercase;
}

.workshop-cpt-content,
.workshop-cpt-content p {
    color: #2E364C;
    line-height: 1.8;
}

.workshop-cpt-content-left {
    width: 55%;
    padding-right: 7%;
}

.workshop-img-right {
    width: 45%;
    padding: 30px 0;
}

.workshop-cpt-content ol {
    padding-left: 26px;
    margin-bottom: 25px;
}

.workshop-cpt-content ol li {
    margin: 5px 0;
}

.workshop-cpt-content .btn {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
}

.workshop-cpt-item {
    margin-bottom: 70px;
    display: none;
}

.workshop-cpt-item.show {
    display: block;
}

.workshop-cpt-item:last-child {
    margin-bottom: 0;
}

.inner-banner-content {
    display: none;
}

.inner-banner-content.show {
    display: block;
}

.workshop-items-text {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.workshop-items-text span {
    background: #fff;
    position: relative;
    padding: 0 25px;
    color: #2E364C;
    text-transform: uppercase;
    font-weight: 900;
}

.workshop-items-text:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #2E364C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner {
    position: relative;
    margin-top: -70px;
}

.inner-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(50, 59, 83, 0.5), rgba(50, 59, 83, 0.5)), linear-gradient(0deg, rgba(55, 55, 55, 0.5), rgba(55, 55, 55, 0.5));
    position: absolute;
    top: 0;
    left: 0;
}

.inner-banner .wpb_column {
    position: relative;
    max-width: 960px;
}

.inner-banner h1,
.inner-banner p {
    color: #fff;
}

.inner-banner h1 {
    text-transform: uppercase;
}

.inner-banner {
    min-height: 70vh;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.services-left-content .wpb_wrapper {
    max-width: 520px;
}

.services-left-content p {
    font-size: 18px;
}

.services-left-content p {}

.services-left-content .vc_btn3-container {
    width: 100%;
}

.services-left-content .vc_btn3-container button {
    width: 100%;
    background: #2E364C !important;
    border: 4px solid #FFFFFF !important;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 13.3333px;
    padding: 14px 30px;
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
}

.services-left-content .vc_btn3-container button:hover,
.services-left-content .vc_btn3-container button:focus {
    background: #fff !important;
    color: #2E364C !important;
    border-color: #2E364C !important
}

.services-left-content h4 {
    text-transform: uppercase;
}

.align-items-center {
    align-items: center;
}

slide-drawer {
    display: none;
}

html {
    margin: 0 !important;
}

.inner-banner>div {
    position: relative;
}

.custom-inner-banner-item {
    /*max-width: 930px;*/
}

.custom-inner-banner {
    padding-top: 150px;
    padding-bottom: 70px;
}

.single-page-content {
    padding: 40px 0;
}

#content .entry-title a {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    text-transform: none;
    font-weight: 400;
}


.download-btn {
    font-weight: 900;
    font-size: 32px;
    padding-right: 50px;
    position: relative;
    background: url(../../../wp-content/uploads/2021/12/long-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.single-content-item {
    width: 70%;
    padding-right: 60px;
}

.single-sidebar {
    width: 30%;
}

.single-sidebar .widget-area {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #FFFFFF;
    border: 4px solid rgba(107, 107, 107, 0.05);
    box-sizing: border-box;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
}

.single-sidebar h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.single-sidebar p {
    font-size: 14px;
    line-height: 1.8;
}

.bottom-content-section p {
    font-size: 20px;
}

.post-item-img {
    width: 390px;
}

.post-item-content {
    width: calc(100% - 390px);
    padding-left: 70px;
}

.post-item-img img {
    filter: drop-shadow(0px 1.54267px 6.17069px rgba(64, 64, 64, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item-img {
    background: #FFFFFF;
    box-shadow: 0px 1.54267px 6.17069px rgba(64, 64, 64, 0.4);
    padding: 10px;
}

.post-items-cover {
    max-width: 1210px;
    margin: 0 auto;
}

.post-cpt-item {
    margin: 120px 0;
}

.post-item-content h4 {
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
}

.post-item-content p {
    line-height: 1.8;
    color: #2E364C;
}

.post-item-content .btn {
    width: 100%;
    padding: 15px 30px;
}

.post-item-img a {
    display: block;
    padding-top: 100%;
    position: relative;
}

.blog-post-pagination {
    text-align: center;
}

.blog-post-pagination>* {
    height: 30px;
    width: 30px;
    border: 1px solid #2e364c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.blog-post-pagination>.current {
    background: #f3f3f3;
}

.blog-post-pagination {
    margin-bottom: 70px;
}

.single-post header#masthead,
.blog header#masthead {
    background: #2E364C !important;
}

.blog #main {
    margin-top: 30px;
}

.blog .container,
.single-full-content .single-content-item {
    max-width: 950px;
}

.single-full-content .single-content-item {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.single-content-item h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.single-content-img {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-bottom: 50px;
}

.single-content-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-content-item p {
    line-height: 1.8;
    color: #2E364C;
}

.single-content-img-ratio {
    padding-top: 50%;
    position: relative;
}

.single-content-img-ratio:before {
    content: "";
    height: 100%;
    width: 100%;
    /*background: linear-gradient(0deg, rgba(50, 59, 83, 0.2), rgba(50, 59, 83, 0.2)), linear-gradient(0deg, rgba(55, 55, 55, 0.2), rgba(55, 55, 55, 0.2));*/
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

.pre-title-label {
    margin: 0;
    font-weight: 600;
}

.custom-inner-banner h1 span.pppgs-title {
    font-size: 600;
}

span.tm {
    font-weight: 600;
}

.stage-explainer-banner {
    background: #1c202d;
}

.stage-explainer-banner h1 {
    font-size: 40px;
    color: white;
}

.stage-explainer-banner h1 span {
    font-size: 40px;
    color: white;
}

.stage-explainer-banner p {
    color: white;
}

.stage-explainer-banner-inner {
    padding: 50px;
}

h1.stage-one,
h2.stage-one,
h3.stage-one,
h4.stage-one,
h5.stage-one,
h6.stage-one,
p.stage-one {
    color: #FF6D6D;
}

h1.stage-two,
h2.stage-two,
h3.stage-two,
h4.stage-two,
h5.stage-two,
h6.stage-two,
p.stage-two {
    color: #6EA0FF;
}

h1.stage-three,
h2.stage-three,
h3.stage-three,
h4.stage-three,
h5.stage-three,
h6.stage-three,
p.stage-three {
    color: #FFC061;
}

.explainer-stage-progression {
    margin: 100px 0;
}

.stage-explanation-body h2 {
    margin-top: 100px;
}

.table-of-contents {
    margin-bottom: 100px;
}

.table-of-contents a {
    text-decoration: underline;
}

.section-anchor {
    position: relative;
    top: -120px;
}

.table-of-contents li {
    margin-bottom: 10px;
}

.tools-and-guides-content-section {
    margin-bottom: 50px;
}

.stage-explanation-body,
.explainer-stage-progression {
    max-width: 1180px;
    margin: 50px auto !important;
}

.tools-and-guides-sticky-sidebar {
    position: sticky;
    top: 100px;
    border: 4px solid rgba(227, 227, 227, .5);
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 100px;
    font-size: 16px;
}

.tools-and-guides-sticky-sidebar p {
    font-size: 16px;
}

.tools-and-guides-sticky-sidebar .sidebar-image {
    padding: 10px;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.15));
    background: white;
    margin: 20px;
}

.tools-and-guides-content .row {
    margin-bottom: 50px;
}

.tools-and-guides-content .row .col-sm {
    margin-top: 50px;
    margin-bottom: 50px;
}

.slogan-section {
    max-width: 1000px;
}

.tools-and-guides-content .btn {
    margin-bottom: 100px;
}

#page:not(.home #page) {
    margin-top: 0px;
}

#page:not(.home #page) {
    margin-top: var(--scrolling_logo_height);
}

blockquote p {
    margin: 50px 0 50px 0 !important;
    border-left: 2px solid var(--primary_color);
    padding-left: 10px;
    font-size: 1rem;
    color: #2e364c;
    font-style: italic;
    font-weight: 600;
}

.home header#masthead.is_transparent+#content {
    margin-top: - var(--logo_height) !important;
}

.home #primary {
    width: 100%;
}

.web-hero-left-content {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*
legendary-css.css
*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    transition: 1s;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.v-dialog.v-dialog--active {
    border: 1px solid rgba(255, 255, 255, .74);
}

::selection {
    background: #2e364c;
    color: white;
}

::-moz-selection {
    background: #2e364c;
    color: white;
}

body.page-id-409 #masthead,
body.page-id-46 #masthead {
    background: #2e364c !important;
}

.stages-button-container .btn:not(:disabled):not(.disabled):focus,
.stages-button-container .btn-primary:not(:disabled):not(.disabled).active:focus,
.stages-button-container .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
    color: #fff !important;
}



#primary {
    width: 100%;
}

.web-hero-banner {
    background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgb(50, 59, 83) 0%, rgba(0, 0, 0, 0.91) 100%) no-repeat scroll 0% 0%;
}

.web-hero-img {
    border-left: 4px solid white;
    height: 100%;
    width: 100%;
}

.web-solution-cover {
    background: #2e364c;
}

.pre-hero-header-lead {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200;
}

.pre-hero-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    margin-right: 10px;
    background: #fff;
    position: relative;
    top: -3px;
}

.web-hero-banner .lead {
    max-width: 38rem
}

.web-cta-title {
    font-size: 3em;
    color: #fff
}

.web-stage-cover .lead {
    color: #586073;
}

.web-stage-cover h1 {
    color: #323b53
}

.web-content-area .text-white *:not(.btn) {
    color: #fff;
}

.web-stage-cover h3 {
    text-transform: uppercase;
}

.authority-amplifier img {
    max-width: 170px;
}

.web-content-area section {
    padding: 80px 0;
}

.web-content-area p {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #7f8595;
    line-height: 1.7 !important;
}

.lead p {
    font-size: 1.25rem;
    font-weight: 300;
}

.web-content-area h1,
.web-content-area h2,
.web-content-area h3,
.web-content-area h4,
.web-content-area h5,
.web-content-area h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    color: #2e364c;
}

.web-content-area h2 {
    text-transform: uppercase;
    font-size: 50px;
}

.web-content-area h1 sup,
.web-content-area h2 sup,
.web-content-area h3 sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    top: 14px;
}

.web-content-area h6 {
    text-transform: uppercase;
    font-size: 16px;
    opacity: .8;
    letter-spacing: .15em;
}

.web-content-area .btn {
    text-transform: uppercase;
    letter-spacing: .15em;
}

.web-content-area b,
.web-content-area strong {
    font-weight: 600;
}

.price-card-icons {
    text-align: center;
    margin-top: -37px;
}

.price-card-icons img {
    max-width: 75px;
}

.price-card {
    transition: 0.25s ease;
}

.web-hero-arrow img {
    cursor: pointer;
}

.practice-item {
    position: relative;
}

.pre-footer-inner p {
    font-size: 20px;
}

.practice-item:before {
    content: "";
    height: 30px;
    width: 40px;
    background: url(../../../wp-content/uploads/2022/09/right-arrow-g.svg);
    position: absolute;
    right: -70px;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.practice-item:last-child:before {
    display: none;
}

section.web-cta-cover {
    padding: 120px 0;
}

.web-testimonial-cover {
    background: #2e364c;
}

.testimonial-headshot {
    width: 150px;
    margin: 0 auto
}

.testimonial-headshot img {
    width: 149px;
    height: 149px;
    border: 5px solid #fff;
    border-radius: 150px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.stage-description {
    font-style: italic;
    font-size: 14px
}

.review-card .review-author {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin: 0;
    vertical-align: middle
}

.review-card .review-location {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #9a9a9a;
    text-transform: uppercase;
}

.review-card .review-stars {
    margin-bottom: 1rem;
    max-height: 30px;
}

.review-card .review-verified-badge {
    display: inline-block
}

.review-card {
    text-align: center;
}

.review-card h4 {
    width: 100%;
}

.web-testimonial-slider>div {
    max-width: 910px;
    margin: 0 auto;
}

.web-testimonial-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0 5px !important;
}

.web-testimonial-slider .slick-dots li button {
    height: 7px;
    width: 7px;
    font-size: 0;
    border: 0;
    border-radius: 40px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    opacity: 0.2;
    margin: 4px;
}

.web-testimonial-slider .slick-dots {
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

.web-testimonial-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.web-calculator-cover label {
    font-size: 16px;
    vertical-align: top;
}

.marketItem-cover {
    margin-top: 70px !important;
}

.pre-footer-cover {
    padding: 10vw 0 !important;
}

.workshop-cpt-item-desc {
    text-align: center;
}

.cta-top {
    margin-top: 0;
    padding-top: 0;
}

.legendary-footer-links {
    background: var(--footer_background);
    padding: 10px;

}

.legendary-footer-links a {
    color: white;
}


#primary img{
	border:none !important;
	box-shadow:none !important;
}


blockquote p{
    margin: 0 0 1rem;
    letter-spacing: -1px;
    font-size:20px !important;
    /* font-weight:100 !important; */
}

.team-member-row {
    margin-top: 200px;
}

.team-member-row:last-child {
    margin-bottom: 200px !important;
}

.team-member-row h2 {
    margin-top: 0px;
}

.member-info p:not(:last-child) {
    margin-bottom: 10px;
}

.location-text {
    color: #9A9A9A;
}

.team-content-column {
    padding-left: 100px !important;
}

.bio-text p {
    color: #000;
}

/*.page-id-4096 #frm_field_354_container .frm_radio, .page-id-4096 #frm_field_358_container .frm_radio, .page-id-4096 #frm_field_367_container .frm_radio {
    display:none !important;
}
.page-id-4096 #frm_field_354_container .frm_radio.visible, .page-id-4096 #frm_field_358_container .frm_radio.visible, .page-id-4096 #frm_field_367_container .frm_radio.visible
{
    display:block !important;
}*/

.page-id-3983 #frm_field_218_container .frm_radio, .page-id-3983 #frm_field_224_container .frm_radio, .page-id-3983 #frm_field_232_container .frm_radio {
    display:none !important;
}
.page-id-3983 #frm_field_218_container .frm_radio.visible, .page-id-3983 #frm_field_224_container .frm_radio.visible, .page-id-3983 #frm_field_232_container .frm_radio.visible
{
    display:block !important;
}
























.page-id-3983 .frm_form_field{
    margin-bottom:50px;
}

.page-id-3983 #content li, .page-id-3983 #content p{
    font-size: 16px;
}

.page-id-3983 .frm_submit{
    margin:40px 0;
}

.page-id-3983 .frm_button_submit, .page-id-3983 .frm_save_draft{
    margin: 10px !important;
}

.page-id-3983 .inner-banner{
    display:none;
}

.page-id-3983 .with_frm_style .frm_repeat_sec{
    margin:0 !important;
    border-bottom:none;
    
}


/* Make the repeater section use flex layout */
.frm_repeat_sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Ensure the input container takes up necessary space */
.frm_field_123_container {
    flex: 1;
}

/* Adjust the buttons container */
.frm_repeat_buttons {
    display: flex;
    gap: 5px;
    margin-left: 10px;
}

/* Optional: If you want to remove any default margins/padding */
.frm_repeat_buttons a.frm_button {
    margin: 0;
}

.page-id-3983 .frm_form_field.frm_repeat_buttons{
    margin:0 0 20px 0;
}

.page-id-3983 .frm_style_formidable-style.with_frm_style .frm_top_container, .page-id-3983 #frm_field_119_container{
    margin-bottom:80px !important;
}

.page-id-3983 div#frm_field_119_container {
    margin-top: -60px;
}

.frm_style_formidable-style.with_frm_style .frm_section_heading{
    margin-bottom:0px !important;
}

#frm_field_123-119-0_container{
    margin:0 !important;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{
    border:none;
}

.page-id-3983 .frm_repeat_sec .form-field{
    margin:0 !important;
}

.page-id-3983 .frm_repeat_sec{
    align-items:end;
}

a.frm_add_form_row.frm_button{
    display:none;
}

.page-id-3983 a.frm_remove_form_row.frm_button, a.frm_add_form_row.frm_button {
    padding: 4px 20px !important;
}

/* Ultimate Marketing Guide Styles */
.umg-section {
    margin-top: 270px;
    margin-bottom: 200px;
}

h1.umg-section-title {
	font-size: 60px !important;
    font-weight: 900 !important;
}

.umg-section h1 {
	font-size: 50px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 500;
}

.umg-section h2 {
	font-size: 32px;
    text-transform: uppercase;
    margin-top: 6rem;
}

.umg-section h3 {
	font-size: 28px;
}

.umg-section ul {
	padding: 0;
}

.umg-section li {
	display: block;
	background: url('/wp-content/uploads/2025/09/red-chevron.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 15px;
}

.umg-section blockquote p {
	border-left-width: 10px;
	font-size: 20px;
	color: #7F8595;
	font-weight: 400;
}

.umg-section .frm_button_submit {
    border: 4px solid white !important;
    padding: 12px 100px !important;
}
/* End Ultimate Marketing Guide Styles */

.review-accordion-title a {
    font-size: 22px;
    color: var(--primary_color) !important;
    font-weight: 400;
    text-decoration: none !important;
}

.review-accordion .vc_tta-panel-heading {
    border-color: #586073 !important;
    border-width: 1px !important;
    border-radius: 0px !important; 
}

.review-accordion .vc_tta-panel-heading:hover {
    background-color: transparent !important;
    opacity: 1 !important;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::before {
    border-color: #AEAEAE !important;
}

.review-accordion .vc_tta-panel-body {
    border-color: #586073 !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    background-color: #FAFAFA !important;
}

.frm_message h2 {
    margin-top: 0px;
}

.google-btn {
    margin-top: 20px;
}

.review-accordion h4 {
    margin-top: 0px;
}

.review-accordion .wpb_content_element {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-id-5142 .with_frm_style .frm_message {
    color: #7F8595;
    background-color: transparent;
    border-width: 0px;
}

.with_frm_style .frm_message p {
    color: #7F8595;
}

.review-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.review-modal-content {
  background-color: #fff;
  margin: 5% auto;
  margin-bottom: 5% !important;
  padding: 30px;
  border-radius: 10px;
  max-width: 1000px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.review-modal-close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
}

.review-modal-close:hover {
  color: #000;
}

.review-modal-content h3 {
    margin-top: 0px;
}


@media (max-width: 1280px) {
    body h1 {
        font-size: 40px;
    }

    body h2 {
        font-size: 36px;
    }

    body h4 {
        font-size: 27px;
    }

    .logo-items {
        justify-content: center;
    }

    .workshop-content h2 {
        margin-bottom: 30px;
    }

    .workshop-content h4 {
        margin-bottom: 30px;
    }

    .workshop-content {
        padding-right: 10%;
    }

    body #menu-wrapper>div {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    ul#mobile_menu li a {
        color: #fff !important;
        font-weight: 500;
    }

    body #menu-wrapper {
        justify-content: flex-start;
    }

    body #mobile_menu {
        padding: 20px 0 !important;
    }

    /*    body #menu-wrapper ul{
        justify-content: flex-start;
    }*/
    section.web-cta-cover {
        padding: 90px 0;
    }

    .web-content-area h2 {
        font-size: 46px;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 1199px) {
    slide-drawer {
        display: block;
    }

    body h1 {
        font-size: 40x;
    }

    .workshop-content {
        width: 50%;
        padding-right: 30px;
    }

    .workshop-img {
        width: 50%;
    }

    .content-inner p {
        font-size: 26px;
    }

    .bottom-content-section p {
        font-size: 26px;
    }

    .workshop-cover {
        padding: 100px 0;
    }

    .stage-title h3 {
        font-size: 28px;
    }

    .stages-inner>.d-flex {
        margin: 60px auto;
    }

    .content-inner {
        padding: 70px 0;
    }

    .content-inner {
        min-height: 1px;
    }

    .hero-inner {
        min-height: 70vh;
    }

    #menu-footer-menu li a {
        padding: 0 10px;
    }

    .post-cpt-item {
        margin: 80px 0;
    }

    .web-content-area section {
        padding: 60px 0;
    }

    .web-content-area h2 {
        font-size: 42px;
    }

    .web-stage-cover h3 {
        font-size: 28px;
    }

    .pre-footer-inner p {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    body h2 {
        font-size: 40px;
    }

    .stage-title h3 {
        font-size: 24px;
    }

    body h4 {
        font-size: 24px;
    }

    .workshop-content .btn {
        padding-left: 30px;
        padding-right: 30px;
    }

    .inner-banner {
        min-height: 40vh;
    }

    .single-content-item {
        width: 60%;
        padding-right: 20px;
    }

    .single-sidebar {
        width: 40%;
    }

    .single-page-content {
        padding: 70px 0px;
    }

    .download-btn {
        font-size: 22px;
    }

    .single-content-item h1 {
        font-size: 28px;
    }

    .post-item-img {
        width: 340px;
    }

    .post-item-content {
        width: calc(100% - 340px);
        padding-left: 30px;
    }

    .post-cpt-item {
        margin: 60px 0;
    }

    .web-content-area p {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .practice-item:before {
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -20px;
        transform: rotate(90deg);
        right: 0;
    }

    .practice-item {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .practice-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .web-content-area h2 {
        font-size: 36px;
    }

    .web-hero-item-block {
        height: auto !important;
    }

    .web-hero-img {
        border-left: 0;
        height: auto;
        width: 100%;
        min-height: 100vw;
    }

    .authority-amplifier img {
        max-width: 150px;
    }

    .web-content-area p {
        font-size: 15px;
    }

    .web-hero-arrow {
        text-align: center;
    }

    .calBlock-item {
        margin-bottom: 15px;
    }

    .marketItem-inner {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .team-content-column {
        padding-left: 0px !important;
    }

    .team-member-row {
        margin-top: 100px;
    }
    
    .team-member-row:last-child {
        margin-bottom: 100px !important;
    }

    html body,
    p {
        font-size: 16px;
    }

    body h1 {
        font-size: 34px;
    }

    body h2 {
        font-size: 30px;
    }

    body h3 {
        font-size: 24px;
    }

    body h4 {
        font-size: 22px;
    }

    .hero-inner-item .btn {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 10px;
    }

    .hero-inner-item p {
        font-size: 16px;
    }

    .hero-inner {
        padding: 80px 0;
    }

    .logo-item {
        max-width: 33.33%;
    }

    .stages-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .stages-img {
        width: 100%;
    }

    .stages-img img {
        max-width: 100%;
    }

    .stages-inner>.d-flex {
        margin: 30px auto;
    }

    .stages-inner>.d-flex:nth-child(even) .stages-img {
        order: 0;
    }

    .stages-inner>.d-flex:nth-child(even) .stages-content-inner {
        padding-left: 0;
        margin-left: 0;
    }

    .stages-content-inner {
        padding-right: 0;
    }

    .workshop-img {
        width: 100%;
    }

    .workshop-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .workshop-content ol {
        margin-bottom: 30px;
    }

    .content-inner {
        min-height: 1px;
    }

    .content-inner p {
        font-size: 18px;
    }

    .bottom-content-section p {
        font-size: 18px;
    }

    .content-inner {
        padding: 50px 0;
    }

    .intro-heading p {
        font-size: 16px;
    }

    div.content-bottom-only {
        padding: 60px 0 !important;
    }

    div.inner-banner {
        padding-bottom: 30px !important;
        padding-top: 120px !important;
        min-height: 1px;
    }

    .workshop-cpt-content-left {
        width: 100%;
        padding-right: 0;
    }

    .workshop-img-right {
        width: 100%;
        order: -1;
        margin-bottom: 30px;
    }

    .inner-banner .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    div.workshop-padding {
        margin: 60px 0 !important;
    }

    .workshop-items-text {
        margin-bottom: 40px;
    }

    .single-content-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .single-sidebar {
        width: 100%;
    }

    .custom-inner-banner {
        padding-top: 125px;
        padding-bottom: 40px;
    }

    .mobile-order-1 {
        order: -1;
    }

    .stages-content-inner .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .stage-title {
        padding-left: 15px;
    }

    .intro-heading {
        margin-bottom: 20px;
    }

    .vc_custom_1638967523607 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .single-content-img {
        padding: 10px;
    }

    .single-content-item h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .single-post .single-page-content {
        margin-top: 40px;
    }

    .single-content-img {
        margin-bottom: 30px;
    }

    #menu-footer-menu li a {
        font-size: 14px;
    }

    .post-item-img {
        width: 100%;
    }

    .post-item-content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .post-item-content .btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .web-content-area h6 {
        font-size: 14px;
    }

    .web-stage-cover h3 {
        font-size: 24px;
    }

    .web-content-area h2 {
        font-size: 32px;
    }

    .web-content-area section {
        padding: 40px 0;
    }

    .btn {
        border-width: 2px !important;
        font-size: 14px;
    }

    .web-content-area p {
        font-size: 15px;
    }

    .authority-amplifier img {
        max-width: 110px;
        margin: 10px !important;
    }

    .web-content-area h2 {
        font-size: 26px;
    }

    .web-content-area .btn {
        letter-spacing: .08em;
    }

    .intro-max-block p {
        font-size: 16px;
    }

    .marketItem-inner {
        animation: fadevisible 0.6s ease;
        transform-origin: center;
        display: none;
    }

    @keyframes fadevisible {
        0% {
            transform: scale(0.6);
        }

        100% {
            transform: scale(1);
        }
    }

    .marketItem-inner.active {
        display: block;
    }
}

@media (max-width: 640px) {
    .intro-block {
        width: calc(100% - 40px);
    }

    img#site_logo {
        max-width: 160px !important;
    }

    .hero-inner {
        padding: 90px 0 50px;
    }

    .logo-item {
        max-width: 50%;
        padding: 14px;
    }

    .intro-cover {
        padding: 60px 0 40px;
    }

    .stages-content-item p {
        font-size: 16px;
    }

    .stage-title h3 {
        font-size: 24px;
    }

    .workshop-cover {
        padding: 70px 0;
    }

    .workshop-content .btn {
        width: auto;
    }

    #menu-footer-menu li {
        width: 100% !important;
        padding: 10px;
    }

    body #menu-wrapper li a {
        padding: 10px 20px;
    }

    div.inner-banner {
        padding-bottom: 10px !important;
        padding-top: 90px !important;
    }

    .workshop-cpt-content .btn {
        width: 100%;
    }

    .download-btn {
        font-size: 18px;
        background-size: 22px;
        padding-right: 35px;
    }

    body h1 {
        font-size: 30px;
    }

    .single-content-img {
        padding: 7px;
    }

    .single-content-item h1 {
        font-size: 22px;
    }

    .stage-explainer-banner-inner {
        padding: 50px 0;
    }

    .stage-explainer-banner-inner img {
        padding: 20px 0;
    }

    .stages-content {
        top: 100px;
    }

    .stages-img {
        margin-bottom: 40px;
    }

    .stages-content-block {
        flex-direction: column-reverse;
    }

    .stages-content-item {
        margin-bottom: 100px;
    }

    .stage-explainer-banner-inner h1 {
        font-size: 30px;
    }

    .stage-explainer-banner-inner h1 span {
        font-size: 30px;
    }

    .tools-and-guides-sticky-sidebar {
        padding: 8px;
    }

    .tools_and_guides-template-default .single-page-content .container {
        padding: 0;
    }

    .inner-banner .wpb_column {
        padding: 10px;
    }

    .stages-content-block:last-child .stages-content-item {
        margin-bottom: 0 !important;
    }

    .intro-block {
        padding-right: 0;
    }

    .pre-footer-cover {
        padding: 60px 0 !important;
    }
}

@media (max-width: 480px) {
    .stage-block-content-item {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 7px;
    }

    .price-card-icons img {
        max-width: 55px;
    }

    .price-card-icons {
        margin-top: -27px;
    }
}

.btn.btn-outline {
    background: none !important;
    color: var(--primary_color);
}

.row {
    margin-right: inherit;
    margin-left: inherit;
}

.btn-disabled {
    opacity: 0.2;
}


.quote-intro {
    margin-top: -60px !important;
}


.custom-quote-template-default {
    background: #2e364c;

}

.custom-quote-template-default h1 {
    text-transform: uppercase;
}



.custom-quote-template-default p,
.custom-quote-template-default h1,
.custom-quote-template-default h2,
.custom-quote-template-default h3,
.custom-quote-template-default h4,
.custom-quote-template-default h5,
.custom-quote-template-default h6,
.custom-quote-template-default li {
    color: white;
}

.custom-quote-template-default h2,
.custom-quote-template-default h3,
.custom-quote-template-default h4,
.custom-quote-template-default h5,
.custom-quote-template-default h6 {
    font-weight: 500;
}


.custom-quote-template-default #content li,
.custom-quote-template-default #content p {
    line-height: 140%;
}





@media all and (max-width: 1470px) and (min-width:1000px) {}

@media all and (max-width: 999px) and (min-width:600px) {}

@media all and (max-width: 600px) and (min-width:200px) {

    #content .btn,
    #content a.btn {
        width: 100%;
        padding: 10px 15px;
    }

    .custom-inner-banner-item {
        padding: 20px;
    }

    .stage-explainer-banner {
        left: 0px !important;
    }

    .intro-block {
        padding-top: 60px;
    }
}

table tr td {
    border: 1px solid white;
    color: white;
    padding: 10px;
}

.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox + .frm_checkbox, .frm_form_field .frm_radio, .frm_form_field .frm_radio + .frm_radio{
    margin:10px 0;
}