/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom styles below */

.entry-title{
	display: none !important;
}

.newsletter-form .elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span{
    justify-content: right;
}

.search-box .e-search-form{
    height: 55px;
}

.features ul li{
    background-color: #f0f0ea;
    padding: 8px !important;
    border-radius: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width: 50%;
}