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

.autozir-expander.elementor-element {
	flex: 1 !important;
}

.blog-featured > .jet-listing,
.blog-featured > .jet-listing > .jet-listing-grid__items,
.blog-featured > .jet-listing > .jet-listing-grid__items div[data-elementor-type="jet-listing-items"] {
	height: 100%;
}

.blog-featured .blog-loop-1 {
	height: 100%;
}

.blog-search .search-form {
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.blog-search .search-form > label {
	flex: 1;
}

.blog-search .search-form .search-field {
	background-color: transparent;
	border-radius: 0 !important;
	border: 0px solid transparent;
	outline: none;
}

.blog-search .search-form .search-field::placeholder {
	color: var( --e-global-color-cc6521c );
}

.blog-search .search-form .search-submit {
	background-color: transparent;
	border-radius: 0 !important;
	border: 0px solid transparent;
	color: var( --e-global-color-7132948 );
}

.blog-featured .jet-engine-listing-overlay-wrap {
	height: 100%;
}

.blog-content h2 {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	color: var( --e-global-color-primary );
}

.blog-content h3 {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 20px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: 1.4em;
	color: var( --e-global-color-primary );
}