/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

.sec5content-section ul {
    list-style: circle;
    margin-left: 20px;
    margin-top: -10px;
}
.sec5content-section ul li {
    line-height: 1.88;
}
section.addstaff p {
    line-height: 1.5;
}
section.hm-secstaf.PaddingTop {
    padding-bottom: 100px;
}
.page-template-Become-A-Member .success-parent ul {
    list-style: none;
    margin-left: 0;
    padding-top: 35px;
}
.page-template-Become-A-Member .sec5content-section ul li {
    line-height: 1.3;
}
.page-template-Become-A-Member .sec5content-section p.main-content {
    padding-bottom: 5px;
}
.page-template-Charity section.ab-sec1 p {
    padding-bottom: 0;
}
.page-template-Business-Education .sec-bus h2.main-head {
    font-size: 60px !important;
    font-weight: bold;
    line-height: 1.17;
    color: var(--blue-color);
}
.page-template-Business-Education .sec-bus li .cotentBox {
    padding-left: 2%;
    padding-bottom: 20px;
}
.page-template-Invest section.hm-sec5 ul {
    list-style: none;
    margin: 0;
}
.page-template-Invest section.hm-sec5 ul li {
    line-height: inherit;
}
.page-template-Invest .box p {
    line-height: 20px;
}
.page-template-Invest strong {
    color: var(--navy-color);
    font-weight: bold;
}
.page-template-Plan .plan-content a p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    color: var(--blue-color);
    padding-bottom: 35px;
    padding-top: 20px;
}
.page-template-Plan .plan-content a p strong {
    display: block;
    font-weight: bold;
}

.page-template-Spiritual p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    padding-bottom: 35px;
    padding-top: 20px;
}
.page-template-Spiritual .hm-sec5 p {color: var(--blue-color);}
.page-template-Spiritual .hm-sec4 p {color: #fff;}

span.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-form-control-wrap * {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 20px 70px;
    border-radius: 5px;
    background-color: #99ca3c;
    color: #fff;
    border: 2px solid var(--green-color);
    font-size: 16px;
    font-weight: 800;
    transition: all 0.5s ease-in-out;
    display: block;
    margin: auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #99ca3c;
    background-color: transparent;
}

.pop-inner form.wpcf7-form br {
    display: none;
}
.pop-inner form.wpcf7-form p {
    padding: 0;
    margin: 0;
}

.pop-inner span.wpcf7-form-control-wrap {
    position: relative;
}
.pop-inner span.wpcf7-not-valid-tip {
    position: absolute;
    top: 1.3rem;
    left: 25%;
    font-size: 14px !important;
}
.pop-inner .wpcf7-response-output {
    margin-top: -10% !important;
    color: white;
    text-align: center;
}





.cont-sec-1.APAForm lable {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 12px 0 !important;
    display: block;
}
.cont-sec-1.APAForm input[type="checkbox"] {
    width: fit-content !important;
}
.cont-sec-1.APAForm .wpcf7-acceptance label {
    display: flex;
    place-items: baseline;
}
.cont-sec-1.APAForm span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    color: gray;
    line-height: 22px;
    margin-left: 10px;
    text-align: justify;
    padding-right: 15px;
}


section.hm-sec3 .card-colum p.main-content {
    height: 300px;
    overflow: auto;
    padding-right: 10px;
}



section.DefaultPage p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.88;
    color: var(--blue-color);
    padding-bottom: 10px;
    padding-top: 5px;
}
section.DefaultPage {
    padding: 50px 0;
}
.Title h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
section.DefaultPage strong {font-weight: 800;}
.CMSLink {
    text-align: center;
}
.CMSLink a {
    font-size: 22px;
    color: gray;
    text-decoration: underline;
}



ul#menu-quick-links li {
    padding: 0;
    width: 100%;
}
ul#menu-quick-links li a {
    line-height: 32px;
}
ul#menu-quick-links li a {
    border-bottom: 1px solid #99ca3c70;
    width: 50%;
    margin-bottom: 10px;
}



.page-template-Affiliate-Program-Application span.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 35%;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 1px;
}