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

body .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, 
body .e-con>.elementor-widget>.elementor-widget-container {
	height: auto;
}

body {
	overflow-x: hidden !important;
}

html,body {
	text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body img,
body svg {
	image-rendering: -webkit-optimize-contrast !important;
}

/* remove the below if you don't want smooth scrolling */
html,
body {
  scroll-behavior: smooth;
}

p:last-child {
	margin-bottom: 0;
}

.fw-header.elementor-sticky--effects {
	box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%);
	backdrop-filter: blur(5px) !important;
	background-color: #2222224D !important;
}

body.single-post .fw-header img {
	filter: brightness(1) invert(0) !important;
}

body.single-post .fw-header a {
	color: #120a02 !important;
}

body:not(.home):not(.single-post) .fw-header a {
	color: #FFF !important;
}

body:not(.home):not(.single-post) .fw-header img {
	filter: brightness(1) invert(1) !important;
}

.logo-img {
	filter: brightness(0) invert(1) !important;
}

.fw-img__blog img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.fw-home__hero .jeg-elementor-kit.jkit-animated-text .animated-text {
	display: flex;
    flex-direction: column;
}

.fw-header.show a {
    color: #FFF !important;
}

.fw-header.show img {
	filter: brightness(1) invert(1) !important;
}

@media only screen and (min-width: 768px) {
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.fw-header.show {
		padding: 20px 10px !important;
		margin-top: 10px;
        margin-bottom: 20px;
	}
}