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


.blog-post .elementor-post__text {
    padding-bottom: 40px;
    padding-right: 20px;
    background-color: #ffffff;
}
.blog-post .elementor-post__excerpt, .blog-post h3.elementor-post__title {
    border-left: 4px solid #a30327;
    padding-left: 20px;
}
.blog-post .elementor-post__meta-data {
    border-left: 4px solid #a30327;
    padding-left: 20px;
	margin-bottom:0;
	padding-bottom:10px;
}
/* 
PRELOADER CSS START */

.preloader-img img {
    width: 9%;
}
.preloader-img {
	  animation: fadeIn 10s;
}
.page-loading .loader-icon {
    font-size: 0px !important;
    display: none !important;
}


.preloader.home{
	display: none;
}

.home .preloader.home {
    display: block;
}
.preloader {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #000;
	  z-index: 999999;
}
#videoPlayer {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		object-fit: cover;
}


/* 
PRELOADER CSS ENDS */


body.home.page-template.page-template-elementor_header_footer.page.page-id-113.logged-in.admin-bar.ehf-header.ehf-footer.ehf-template-hello-elementor.ehf-stylesheet-hello-theme-child-master.elementor-default.elementor-template-full-width.elementor-kit-16.elementor-page.elementor-page-113.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-blink.e--ua-chrome.e--ua-webkit {
    overflow-x: hidden;
}