/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Spur Redge
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
.login_btn{
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	padding: 10px 20px;
}
.login_btn:hover{
	background:#8cc319;
	color:#fff;
	border-color:#8cc319;
}
.blur_content{
	background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}
.blur_content .elementor-button-text{
	font-weight:700;
}
.subscribe_form{
	display:flex;
}
.ekit-wid-con .ekit-form .subscribe_form input[type=submit]{
	padding:14px 40px;
	margin-left:10px;
	font-weight:700;
}
.ekit-wid-con .ekit-form .subscribe_form .wpcf7-email{
	padding:15px !important;
	color:#667085 !important;
	border-radius:5px !important;
}
