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


/* Front page */

/* Latest posts */
.home .elementor-post__title{
margin-top: -100px!important;
}

.home .elementor-post__title a{
color: white!important;
}

.home .elementor-post__text{
z-index: 2!important;
margin-bottom: 0!important;
}

.home .elementor-post__thumbnail__link{
margin: 0!important;
}

.home .elementor-posts .elementor-post__card .elementor-post__text{
margin: 0!important;
}


/* Product page */
.elementor-shortcode{
display: none!important;
}


/* Recipe page */

/* Remove the last bullet point */
.single-post .elementor-element-bfc874e li:last-of-type{
display: none!important;
}


.boxheight{
margin: 0 auto!important;
}


/* Media Query for Ipads and Tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  {
	.posabso .fa-circle{
	font-size: 40vh!important;
	}
}
/* Media Query for Mobile */
@media only screen and (max-width: 768px) {
	.posabso .fa-circle{
/* 	font-size: 50vh!important; */
	font-size: 350px!important;
	}
	.relativepos img{
/* 	margin-left: -15px!important; */
	}
	.relativepos .elementor-icon i:before{
/* 	left: 66%!important;
	top: 46%!important; */
/* 	left: 222px!important; */
	left: 180px!important;
	top: 17vh!important;
	}
	.prodimgs img{
	max-width: 350px!important;
    min-width: 350px!important;
	}
}