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

body.elementor-kit-13 a {
	color: #30CB65;
    transition: color 0.3s;
}
body.elementor-kit-13 a:hover {
    color: #002D33;
}


.cst-header nav.elementor-nav-menu--main {
    display: none;
}
.cst-header .elementor-menu-toggle {
	display: flex;
    z-index: 2;
}
.cst-header nav.elementor-nav-menu--dropdown {
    display: block;
}
.cst-header nav.elementor-nav-menu--dropdown ul {
    max-width: 350px;
    background-color: #FFF;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 10%);
}

body ul, body ol {
	margin-bottom: 0.9rem;
}

.cst-main-content.normal-page h2 {
    margin-top: 50px;
    font-size: 26px;
}

body .cst-form {
    background: #FFF;
    padding: 40px 40px 22px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.cst-form input[type=date], 
.cst-form input[type=email], 
.cst-form input[type=number], 
.cst-form input[type=password], 
.cst-form input[type=search], 
.cst-form input[type=tel], 
.cst-form input[type=text], 
.cst-form input[type=url], 
.cst-form select, 
.cst-form textarea {
	border: 1px solid #ceedfa !important;
    border-radius: 3px;
    background-color: #EEF6F9;
}
.cst-form p {
	margin-bottom: 22px;
}
.cst-form p.cst-field-title {
    margin-bottom: 8px;
	margin-top: -8px;
}
.cst-form textarea {
    height: 120px;
}
.cst-form .wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

body .cst-form .cst-field.tnp-field {
    margin-bottom: 22px;
}

@media (max-width: 767px) {
	body .cst-form {
		padding: 30px 20px 20px;
	}
}