/**
 * Theme Name:  World Stop Stuttering Association
 * Theme URI:   https://worldstopstuttering.org
 * Description: World Stop Stuttering Association theme.
 * Author:      KC Clark
 * Author URI:  https://legacycreative.co
 * Version:     0.1.1
 */

a.chatbot-icon {
    position: fixed;
    left: 20px;
    bottom: 15px;
    z-index: 999;
    cursor: pointer;
}

a.chatbot-icon img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.main-chatbot-div {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.main-chatbot-div .title {
    background: #096080;
    color: white;
    line-height: 2.5;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 20px;
}

.main-chatbot-div .box {
    border: 1px solid #efefef;
    padding: 10px 5px;
    min-height: 350px;
    max-height: 350px;
    overflow-y: scroll;
}

.main-chatbot-div .box .item {
    display: flex;
    float: left;
    margin: 10px 0;
}

.main-chatbot-div .box .item .icon {
    background: #096080;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.main-chatbot-div .box .item .msg {
    background: #096080;
    color: white;
    border-radius: 10px;
    width: 280px;
    margin-left: 5px;
    margin-bottom: 20px;
    position: relative;
}

.main-chatbot-div .box .item .msg span {
    float: right;
    width: auto;
    position: absolute;
    bottom: -22px;
    right: 0px;
    font-size: 11px;
    color: #685f5f;
}

.main-chatbot-div .box .item.right .msg {
    margin-right: 5px;
}

.main-chatbot-div .box .item.right .icon {
    background: #00b3aa;

}

.main-chatbot-div .box .item .msg p {
    padding: 10px;
    margin: 0;
    line-height: 25px;
    color: white;
}

.main-chatbot-div .box .item.right {
    float: right;
}

.main-chatbot-div .box .item.right .msg {
    background: #00b3aa;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.main-chatbot-div .box .item.right .msg span {
    float: left;
    width: auto;
    position: absolute;
    bottom: -22px;
    left: 0px;
    font-size: 11px;
    color: #685f5f;
}

.main-chatbot-div .typing-area {
    width: 100%;
    background: #efefef;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.main-chatbot-div .typing-area .input-field {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.main-chatbot-div .typing-area .input-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    padding-right: 70px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s all ease;
}

.main-chatbot-div .typing-area .input-field input:focus {
    border-color: #096080;
}

.main-chatbot-div .typing-area .input-field button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #096080;
    padding: 5px 10px;
    border-radius: 3px;
    color: #096080;
    outline: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
    display: none;
}

.main-chatbot-div .typing-area .input-field button:hover {
    background: #096080;
    color: white;
}

.main-chatbot-div .typing-area .input-field input:valid~button {
    opacity: 1;
    pointer-events: auto;
}

img.bot-img {
    width: 23px;
    height: 23px;
    margin: auto;
    padding: initial;
    vertical-align: middle;
    margin: 0 0px 2px 0px;
}

.main-chatbot-div {
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 10%;
    z-index: 99999999999;
    background: #ffffff;
    border: 1px solid #096080;
    transform: translate(-10%, -50%);
}

.ch-loaders {
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 23%;
    opacity: 0.1;
}

.ch-loaders img {
    width: 200px;
}

span.cancel-icon {
    float: right;
    padding: 0 11px 0 0;
    cursor: pointer;
}

span.cancel-icon i {
    font-size: 25px;
}

.leebot-slide {
    background: #096080;
}

.leebot-slide .fl-slide-text-left .fl-slide-photo-wrap {
    float: left;
}

.leebot-slide .fl-slide-text-left .fl-slide-content-wrap {
    padding-left: 5%;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    cursor: pointer;
}

.leebot-slide .fl-node-capflexqhk5n .fl-slide-0 .fl-slide-title {
    color: #ffffff;
}

.leebot-slide .fl-slide-text p {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 500;
    padding-top: 12px !important;
}

.leebot-slide .fl-slide-title {
    color: #ffffff !important;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    padding: 0 12% 0 0 !important;
}

.leebot-slide .fl-slide-content {
    padding-top: 41px;
}

.leebot-slide .fl-slide-title span {
    position: relative;
    font-size: 20px;
    bottom: 20px;
    right: 0px;
}

.leebot-slide .fl-slide-photo-wrap {
    width: 40%;
}

#leebot-section .fl-row-content-wrap {
    padding-top: 50px !important;
    padding-right: 0px;
    padding-bottom: 0px !important;
    padding-left: 0px;
}

#leebot-section .fl-module-content {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.leebot-slide h3 {
    color: #ffffff;
    font-weight: 400;
}

#leebot-section img.fl-slide-photo-img.wp-image-32318 {
    width: 250px;
    height: 265px;
}

#leebot-section a.chatbot-btn {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    display: block;
    width: 180px;
    text-align: center;
    padding: 15px 3px 15px 15px;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 12px 2px;
    font-size: 19px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    color: #096080 !important;
}

#leebot-section a.chatbot-btn img {
    width: 35px;
    height: 35px;
    float: left;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -6px;
}

.chatbot-btn-div {
    position: relative;
    left: 42%;
    /* transform: translate(-50%, -50%); */
    bottom: 35px;
    z-index: 999;
}

.chat-inside-overlay {
    position: absolute;
    top: 75px;
    padding: 0 2%;
    text-align: center;
}

.chat-inside-overlay::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 89%;
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9;
    cursor: pointer;
}

.chat-inside-overlay h4 {
    position: relative;
    z-index: 999;
    color: #486aaa;
    margin-bottom: 0;
    padding: 0px 16px;
}

.default-msg h4 {
    color: #000;
    font-style: italic;
    padding: 10px 30px;
    text-align: center;
    font-size: 21px;
}

.default-msg p {
    padding: 0 40px;
    text-align: center;
    font-size: 19px;
    font-style: italic;
}

.default-msg h4.free-line {
    position: absolute;
    bottom: 40px;
    font-style: normal;
    padding: 9px 70px;
    color: #486aaa;
    line-height: 30px;
}

.chat-inside-overlay p {
    text-align: left;
    font-style: normal;
    padding: 0 14px 0;
    margin: 15px 0 0;
    font-size: 16px;
    color: black;
    position: relative;
    z-index: 999;
    font-weight: 500;
}

.chat-inside-overlay h4.botm-line2 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 25px !important;
    padding: 0px 16px;
    text-align: left;
}

#old-slider {
    display: none;
}

#home-main-slider .fl-slide-title {
    color: #096080;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px;
    text-align: left;
}

#home-main-slider p.sub-title {
    color: #096080;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 55px;
}

#home-main-slider .fst-text {
    padding-left: 7% !important;
}

#home-main-slider .sec-text {
    padding-left: 17% !important;
}

#home-main-slider .trd-text {
    padding-left: 28% !important;
}

#home-main-slider .fort-text {
    padding-left: 41% !important;
}

#home-main-slider h3.fl-slide-title.trd-text {
    margin-bottom: 5px !important;
}

#home-main-slider .fl-slide-text-left .fl-slide-content-wrap {
    width: 62%;
    float: left;
}

#combine-home-slider .fl-row-content-wrap {
    padding-top: 20px;
    padding-bottom: 0px;
}

#home-main-slider .do-slider .fl-slide-photo-wrap {
    width: 38% !important;
    display: block;
    float: left;
    position: inherit;
}

#combine-home-slider .fl-node-az80elw1fn65 .fl-row-content {
    max-width: auto;
}

#combine-home-slider .fl-module-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#combine-home-slider .fl-col {
    float: none;
}

#combine-home-slider .vid-pop-btn {
    bottom: -30%;
    left: 110%;
}

#combine-home-slider .fl-row-content-wrap {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#combine-home-slider .fl-node-az80elw1fn65 .fl-row-content {
    max-width: auto;
}

#combine-home-slider .fl-row-content {
    max-width: 1100px;
}

#price-option-1 .pp-accordion-button {
    background: #eb6139;
}

#price-option-2 .pp-accordion-button {
    background: #eb6139;
}

#price-option-3 .pp-accordion-button {
    background: #eb6139;
}

.plan_badge {
    border: 3px solid #eb6139;
    color: #eb6139 !important;
}

.fl-builder-content .fl-node-9c45fpvdml81 .fl-rich-text *:not(b, strong) {
    font-weight: 700;
}

.get-access-btn.button.small {
    background: #ff6b00;
    border: 2px solid #ff6b00;
}

.courses-list article#post-26068 {
    padding: 1.5rem 1rem;
    padding: var(--spacing-2x);
}

#download-ebook {
    display: none;
}

.leebot-slide.ssbot-page .fl-slide-photo {
    position: relative;
    text-align: right;
    z-index: 2;
}

.leebot-slide.ssbot-page .fl-slide-content-wrap {
    width: 60%;
    float: left;
}

.leebot-slide.ssbot-page .fl-row-content-wrap {
    padding-top: 10px !important;
}

#leebot-section.ssbot-wrap .fl-row-content-wrap {
    padding-top: 10px !important;
}

.leebot-slide.ssbot-page .fl-content-slider {
    padding-top: 50px;
}

/** ad campaign page css **/
.two-column-section .ad-campgin-hero-section-col-1 h2,
.two-column-section .ad-campgin-hero-section-col-2 h2 {
    color: rgba(0, 0, 0, 0.76) !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 36.4px !important;
    font-family: Montserrat, sans-serif;
}

.ad-camp-single-column-section h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 36.4px !important;
    font-family: Montserrat, sans-serif;

}

.ad-camp-single-column-section p {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    font-family: Montserrat, sans-serif;

}

#ad-campaign-main-slider .ad-campaign-main-cta-button {
    padding: 10px 10px !important;
    text-align: center !important;
}

.ad-campgin-testimonials-section span.red-text {
    color: red !important;
    font-weight: bold;
}

#ad-campaign-main-slider .ad-campaign-main-cta-button {
    background-color: #f35f00;
    padding: 19px 19px 19px 19px;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    text-transform: uppercase;
    border: 1px solid #f35f00;
    border-radius: 16px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
}

.email-display {
    padding: 12px 14px 12px 15px;
}

.email-display .email-input {
    margin: 14px 0 0;
}

.email-display .submit-btn {
    padding: 6px 10px;
    margin: 30px 0;
    color: white;
    background: #096080;
    border-color: #096080;
    float: left;
    width: 30%;
}

.email-display::after {
    width: 100%;
    /* height: 100%; */
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    content: "";
    position: fixed;
    z-index: 100;
}

.email-display h4 {
    color: #096080;
}

.erroMsg {
    color: red;
    position: absolute;
    top: 52%;
}

.succMsg {
    color: green;
    position: absolute;
    top: 52%;
}

.email-loaders {
    display: block;
    float: left;
    padding: 27px 0 0px 18px;
}

.email-loaders img {
    width: 40px;
}

.mepr-stripe-card-errors {
    color: #df1b41 !important;
    padding: 15px 0 0 0px;
}

.mepr-form-has-errors {
    display: none !important
}

/*** Home page btn css ***/
.home .fl-builder-content .fl-button-width-full a.fl-button {
    display: block;
    text-align: center;
}

div.light-sky-blue-btn .fl-button-wrap,
div.light-cyan-btn .fl-button-wrap,
div.light-orange-btn .fl-button-wrap,
div.light-cyan-arrow-btn .fl-button-wrap,
div.light-orange-arrow-btn .fl-button-wrap {
    padding: 10px;
    margin: 10px;
}

div.light-sky-blue-btn a.fl-button {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #63c3df;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 20px 30px;
    color: #FFFFFF;
    text-decoration: none;
    background: #63c3df;
}

div.light-cyan-btn a.fl-button {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #00a79e;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background: #00b3aa;
    color: #FFFFFF;
    text-decoration: none;
}

div.light-orange-btn a.fl-button {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #f35f00;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    background: #ff6b00;
    text-decoration: none;
    color: #FFFFFF;
}

div.light-cyan-arrow-btn a.fl-button {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid #00a79e;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    background: #00b3aa;
    color: #FFFFFF;
    text-decoration: none;
}

div.light-orange-arrow-btn a.fl-button {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid #f35f00;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    background: #f35f00;
    color: #FFFFFF;
    text-decoration: none;
}

.stripe-section-donate img.wpsd-form-banner {
    width: 80% !important;
    margin-top: 20px;
    margin-bottom: 23px;
}

@media (max-width: 768px) {

    div.light-sky-blue-btn .fl-button-wrap a.fl-button,
    div.light-cyan-btn .fl-button-wrap a.fl-button,
    div.light-orange-btn .fl-button-wrap a.fl-button,
    div.light-cyan-arrow-btn .fl-button-wrap a.fl-button,
    div.light-orange-arrow-btn .fl-button-wrap a.fl-button {
        font-size: 16px !important;
    }
}

@media (min-width: 767px) {
    .leebot-slide .fl-slide-content-wrap {
        width: 60%;
        float: left;
    }
}

@media (max-width: 767px) {


    .leebot-slide .fl-slide .fl-slide-title {
        font-size: 26px;
        line-height: 38px;
    }

    .leebot-slide .fl-slide .fl-slide-text * {
        font-size: 14px;
        line-height: 22px;
    }

    .leebot-slide.ssbot-page .do-slider .fl-slide-photo-wrap {
        top: 95px;
        right: -7px;
    }

    .leebot-slide.ssbot-page .fl-content-slider {
        padding-top: 21px;
    }

    #leebot-section .fl-row-content-wrap {
        padding-top: 0px !important;
    }

    .leebot-slide .fl-slide-text-left .fl-slide-content-wrap {
        padding-left: 0%;
        width: 60%;
        text-align: left;
    }

    #leebot-section img.fl-slide-photo-img.wp-image-32318 {
        margin-right: 10%;
    }

    .chatbot-btn-div {
        right: 40%;
        bottom: 25px;
        left: inherit;
    }

    .leebot-slide .fl-slide-title span {
        position: relative;
        font-size: 17px;
        top: -8px;
        right: 0px;
        z-index: 999999;
    }

    .leebot-slide .fl-slide-title {
        text-align: left;
    }

    #leebot-section a.chatbot-btn {
        width: 170px;
        font-size: 16px !important;
        padding: 11px 3px 15px 15px;
    }

    #home-main-slider .fl-slide-text-left .fl-slide-content-wrap {
        width: 62%;
        float: left;
    }

    #home-main-slider .do-slider .fl-slide-content {
        background-color: transparent;
        padding: 30px 0;
    }

    #home-main-slider p.sub-title {
        font-size: 13px;
        text-align: left;
        padding-top: 30px;
    }

    #home-main-slider .fl-slide-title {
        font-size: 20px;
        line-height: 14px;
        text-align: left;
    }

    #home-main-slider .fst-text {
        padding-left: 0% !important;
    }

    #home-main-slider .sec-text {
        padding-left: 0% !important;
    }

    #home-main-slider .trd-text {
        padding-left: 0% !important;
    }

    #home-main-slider .fort-text {
        padding-left: 0% !important;
    }

    .vid-pop-btn {
        left: 93% !important;
        bottom: 27px;
    }

    #home-main-slider .do-slider .fl-slide-photo-wrap {
        width: 38% !important;
        display: block;
        float: left;
        position: inherit;
        padding-top: 20%;
    }

    #home-main-slider .do-slider .bx-wrapper .fl-slide-photo img {
        width: 130px !important;
        height: 150px !important;
        box-shadow: none;
    }

    #home-main-slider .fl-module-content {
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    #combine-home-slider .vid-pop-btn {
        bottom: 3%;
        left: 84% !important;
    }

    #combine-home-slider .fl-row-content-wrap {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #home-main-slider .fl-module-content-slider .bx-wrapper {
        margin: 0 auto 0px;
    }

    #combine-home-slider .home-slider>.fl-row-content-wrap {
        height: 300px;
    }

    /*** ad-campgin page ***/
    #ad-campaign-main-slider p {
        font-size: 13px;
        line-height: 15px;
        text-align: left;
        padding-top: 30px;
    }

    .two-column-section .ad-campgin-hero-section-col-1 h2,
    .two-column-section .ad-campgin-hero-section-col-2 h2 {
        color: rgba(0, 0, 0, 0.76) !important;
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .two-column-section .ad-campgin-hero-section-col-1 p,
    .two-column-section .ad-campgin-hero-section-col-2 p {
        color: rgba(0, 0, 0, 0.76) !important;
        font-size: 13px !important;
        line-height: 26px !important;
    }

    div.light-sky-blue-btn .fl-button-wrap a.fl-button,
    div.light-cyan-btn .fl-button-wrap a.fl-button,
    div.light-orange-btn .fl-button-wrap a.fl-button,
    div.light-cyan-arrow-btn .fl-button-wrap a.fl-button,
    div.light-orange-arrow-btn .fl-button-wrap a.fl-button {
        font-size: 16px !important;
    }

    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
    }

    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
    }

    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    .section_title h2 {
        font-size: 20px;
    }

    .appstore-group .share-linkimage {
        height: 68px;
        width: 68px;
    }

    .appstore-group {
        flex-wrap: wrap;
    }

    .appstore-group .share-linkimage {
        height: 68px;
        width: 68px;
    }


}