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


.customButton  .elementor-button-icon{
	font-size: 35px;
}
.customButton  .elementor-button-content-wrapper{
	align-items:center
}

.customForms .elementor-field-group .elementor-button {
	border:2px solid #fff
}
.customButton .elementor-button-icon {
    height: 35px;
}

.image_hover .elementor-image-box-content {
    position: absolute;
    bottom: -15%;
    text-align: left;
    padding: 30px 40px;
	transition:all 0.6s ease-in-out;
}

.image_hover .elementor-image-box-content p{
	opacity:0;
	position:relative;
	top:40px;
	transition:all 0.6s ease-in-out;
	
}
.image_hover:hover figure.elementor-image-box-img{
	overflow:hidden;
}
.image_hover figure.elementor-image-box-img img{
	width:100%;
	filter:grayscale(1);
	transition:all 0.6s ease-in-out;
	
}
.image_hover:hover figure.elementor-image-box-img img{
	filter:grayscale(0);

}
.image_hover:hover .elementor-image-box-content{
	bottom: 0%;
}
.image_hover:hover .elementor-image-box-content p{
	opacity:1;
	top:0px;
}



.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0px rgba(0,0,0,0) !important;
    outline: 0;
}
button.elementor-button[type="submit"]{
	
}
button.elementor-button[type="submit"] .elementor-button-icon {
    background-color: #ffffff;
    padding: 12px 11px 8px 11px;
    border-radius: 100px;
    position: relative;
    left: -16px;
}
button.elementor-button[type="submit"] .elementor-button-icon i {
    color: #d44e99;
}

.elementor-message.elementor-message-danger {
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
	margin-top:20px;
}
