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

.sign-email-box .elementor-form-fields-wrapper{
	position: relative;
}
.sign-email-box .elementor-button{
	position: absolute;
    right: 160px;
    top: 26px;
}
.post-box .elementor-post-date{
	position: absolute;
    bottom: 38%;
    right: 17px;
}
.post-box .elementor-post__meta-data{
	border-top: 0px !important;
}
.post-box a.elementor-post__read-more{
    padding: 10px 15px 10px 15px;
    border: 1px solid #0612241A;
    border-radius: 10px;
}
.post-box .elementor-post__thumbnail{
    padding: 16px;
}
.carousel-box img.swiper-slide-image {
    padding: 35px;
}

/* for teblet   */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.sign-email-box .elementor-button {
	left: 333px;
    top: -61px;
}
.post-box .elementor-post-date{
    bottom: 53%;
}	
.post-box .elementor-post__thumbnail{
    padding: 8px;
}	
}

/* for mobile   */
@media only screen and (min-width: 320px) and (max-width: 767px){
.sign-email-box .elementor-button {
    left: 0;
	top: 0;
}
}
