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



.subscribecl #mailpoet_form_1 .mailpoet_paragraph.emailclass {
		line-height: 20px;
		margin-bottom: 0;
}
.subscribecl #mailpoet_form_1 .mailpoet_paragraph.emailclass input {
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 9px;
	color: #505557;
	min-height: 48px;
	outline: none;
	padding: 12px 16px!important;
	width: 100%;
}
.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
	display: flex;
	gap: 10px;
}

.mailpoet_paragraph.subscribebtn.last input {
	padding: 2px 10px;
	background-color: #122F4F;
	box-shadow: 0 1px 2px rgba(53,129,145,.4),0 -1px 2px rgba(53,129,145,.04);
	color: #fff;
	font-weight: 700;
	min-width: 120px;
	outline: none;
	border-radius: 32px;
	font-size: 16px;
	height: 48px;
	padding: 12px 16px;
}