/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: start !important;
}

.links a {
	color:#D3664D;
}

.links a:hover {
	color:#894232;
}

/*-----CF7--------*/
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
    border-radius:20px !important;
	margin-bottom:10px;
	border:1px solid #CE644B;
	width:70% !important;
}

.wpcf7 textarea {
    border-radius:20px !important;
	margin-bottom:10px;
	border:1px solid #CE644B;
	width:90% !important;
}

.wpcf7 input[type=submit] {
	border-radius:50px !important;
	background: #CE644B !important;
	color:#FFF !important;
	padding: 10px 40px 10px 40px !important;
}

.submit:hover, input[type='submit'].wpcf7-submit:hover {
    color: #FFF;
    background: #0B0F14 !important;
	border:1px solid #0B0F14;
}

@media only screen and (max-width: 767px) {
    .wpcf7 input[type=text],
    .wpcf7 input[type=email],
    .wpcf7 textarea {
	 width:100% !important;
	 }
}

.grecaptcha-badge {visibility: hidden;}