/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.ttlc-therapist-send-email-btn{
    background-color: var(--e-global-color-primary);
    border-radius: 50px 50px 50px 50px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    border: none;
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.78);
    color: var( --e-global-color-c3b2214 );
}

.ttlc-therapist-send-email-btn:hover{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-c3b2214);
}

.sc_button{
    display: inline-block;
    background-color: var( --e-global-color-secondary ) !important;
    color: #fff !important;
    border-radius: 50px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    border: none;
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.78);
    padding: 10px 20px;
}
.sc_button:hover{
    background-color: var(--e-global-color-primary) !important;
}

.gform_required_legend{ display: none; }
.registration-content-1, .registration-content-2, .registration-content-3, .registration-content-4{
    padding-top: 50px;
}
.gform-page-footer{ text-align: center; }
.ginput_container_consent{
    display: flex;
    align-items: flex-start;
}
.ginput_container_consent .gfield_consent_label{
    margin-top: -5px;
    margin-left: 10px;
    line-height: 1.4;
}

@media (max-width: 575px) {
    table.therapist-resources,
    table.therapist-resources td,
    table.therapist-resources th{
        display: block;
        width: 100% !important;
    }
    
    .hide-on-mobile{
        display: none !important;
    }
}