/* 
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 */

.oh .e-con {overflow: hidden;}

.text-green {color: var( --e-global-color-accent )}
.text-blue {color: var( --e-global-color-primary )}
.text-teal {color: var( --e-global-color-secondary )}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin: 0.5em 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background: #dc3232;
    color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
	background: #f56e28;
}

#tabs-primary .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
    background-color: var(--e-global-color-primary);
}
#tabs-primary .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background-color: #fff;
}

#tabs-secondary .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
    background-color: var(--e-global-color-secondary);
}
#tabs-secondary .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background-color: #fff;
}

#agenda:target {
    scroll-margin-top: -120px;
}
