/* 
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 */
.h-0{
	height: 0;
}
.video-section .sb_youtube {
    display: flex;
    width:100%; 
}
.video-section .sb_youtube .sby_items_wrap {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 45%;
}
.video-section [id^=sb_youtube_].sb_youtube.sby_col_4 .sby_items_wrap .sby_item {
    width:100%;
    max-width:100%;
}
.video-section .sby_footer {
    display: none;
}
.video-section .sby_player_outer_wrap.sby_player_item {
    width: 55%;
}

.header-img-link .elementor-widget-image a {
    display: block;
    width: 100%;
}

.gform-theme .gform_footer input {
    background: #ED1C24 !important;
    color: #fff !important;
    border: 0 !important;
}

.gform-theme .gform_footer input:hover {
    background: #000 !important;
}

.form-contact .gform_fields {
    gap: 10px;
}

.banner-left-post .first-blog-content-box {
    margin: 0 !important;
}
.first-blog-content-box{
	position:relative !important;
}
.has-image + .first-blog-content-box{
	position:absolute !important;
}
.comp-img-div{
	margin-bottom:30px;
}
.comp-img-div img.ls-is-cached.lazyloaded {
    border-radius: 25px;
}
@media (max-width: 767px){
	.banner-left-post .first-blog-content-box{
	    margin: 20px 0 0 !important;
	}
}