/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/
.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	content: none !important;
}
.ekit-form form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .ekit-form form select {
    width: 99% !important;
    height: 50px !important;
    color: #000000 !important;
    background: #FAF8F8 !important;
    padding: 7px 15px !important;
    font-weight: normal !important;
    font-size: 15px !important;
}
input::placeholder {
    font-size: 14px !important;
    color: gray !important;
    font-weight: normal;
}

label {
    font-size: 16px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background: #FAF8F8 !important;
}
.wpcf7-not-valid-tip {
    transform: translateY(-15px);
}
.gallery-item img {
    height: 400px !important;
    width: 100%;
    object-fit: cover !important;
