/* 
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
*/
/* If the screen size is 601px wide or more */
@media screen and (min-width: 601px) {
.elementor-widget-posts 
.elementor-post 
.elementor-post__thumbnail:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 0.5rem;
    padding-top: 5.2rem;	
	font-size: 1.0rem;
	color: #E4E4E4 !important;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    justify-content: right;
	}
}
/* If the screen size is 600px wide or less */
@media screen and (max-width: 600px) {
.elementor-widget-posts 
.elementor-post 
.elementor-post__thumbnail:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 0.5rem;
    padding-top: 9.2rem;
	font-size: 2.0rem;
	color: #E4E4E4 !important;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    justify-content: right;
	}
}

.elementor-widget-posts 
.elementor-post.category-video 
.elementor-post__thumbnail:before {
	content: "\f144";
}

.elementor-widget-posts 
.elementor-post.category-filmy 
.elementor-post__thumbnail:before {
	content: "\f144";
}

.elementor-widget-posts 
.elementor-post.category-telemosty  
.elementor-post__thumbnail:before {
	content: "\f144";
}
