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

.wpcf7 form .wpcf7-response-output {
	margin: 0;
    padding: 0;
    border: none;
    font-weight: 600;
    font-size: x-large;
    max-width: 600px;
}

.wpcf7-form.sent p, .wpcf7-form.sent h3, .wpcf7-form.sent h4 {
	display: none;
}

select.wpcf7-select {
	    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--e-global-color-text);
    accent-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-079fade);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 15px 15px 15px 15px;
    padding: 15px 25px 15px 25px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
}

.cky-notice-btn-wrapper {
    flex-wrap: nowrap;
}

.cky-notice-btn-wrapper .cky-btn {
    width: 46%;
	padding: 15px 20px;
    font-size: 13px;
}

.cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
	background-color: #f4f4f4;
}