/* 
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
*/
body,html {
	overflow-x:hidden;
}
.cstm-post .elementor-posts .elementor-post__card .elementor-post__meta-data {
    padding: 0px;
    margin-bottom: 0;
    border-top: 0px;
}
.cstm-post .elementor-post__meta-data {
    margin-bottom: 20px !important;
}
.cstm-post .elementor-post__badge {
    margin-top: 40px !important;
}
.cstm-iconlist h3.elementor-icon-box-title {
    margin-top: -4px;
}
.cstm-form input#form-field-name {
    background: url(/wp-content/uploads/2021/09/ic-user.png) no-repeat scroll 9px 8px;
    background-position-x: 95%;
    background-color: #eeeeee;
}
.cstm-form input#form-field-email {
    background: url(/wp-content/uploads/2021/09/ic-mail.png) no-repeat scroll 9px 8px;
    background-position-x: 95%;
    background-color: #eeeeee;
}
.cstm-form input#form-field-phone {
    background: url(/wp-content/uploads/2021/09/ic-phone.png) no-repeat scroll 9px 8px;
    background-position-x: 95%;
    background-color: #eeeeee;
}