/* 
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
*/
h1 {
    font-weight: 700;
    font-size: 42px;
}
h1 span {
    font-size: 18px;
    display: block;
    color: #555555;
    margin-top: 10px;
    margin-bottom: -20px;
}
.blog_sec article.post.type-post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.blog_sec article.post.type-post a.elementor-post__thumbnail__link {
    width: 30%;
    margin-bottom: 0 !important;
}
.blog_sec article.post.type-post .elementor-post__text {
    width: 50%;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 15px 25px;
    border: 1px solid #1779BD;
}
.blog_sec a.elementor-post__read-more {
    background-color: #1779bd;
    color: #fff;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
}
.blog_sec .elementor-post__read-more-wrapper {
    display: flex;
	justify-content: right;
}
.elementor-post__meta-data {
/*     border-bottom: 1px solid #000 !important; */
	padding-bottom: 10px !important;
}
.esz_post_meta {
    width: 100%;
}
span.esz_post_date {
    float: right !important;
}

.news-section .esz_post_link a {
    text-align: center !important;
    display: block;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    fill: #1F3C76;
    color: #1F3C76;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 35px 10px 35px;
    width: 215px;
    margin: auto;
}
.news-section .esz_post_link {
	width: 100%; 
    margin-top: 20px;
}
.slick-track {
    display: grid;
    grid-auto-flow: column;
}
.read-more .elementor-tab-title {
    text-align: center !important;
    border-bottom: none !important;
}
.read-more .elementor-tab-content {
    border-bottom: none !important; 
}
h3.esz_post_title {
    width: 100%;
}
.eshuzu_post_carousel_section {
    overflow-x: inherit !important;
}
.read_div {
    text-align: left !important;
    text-transform: initial !important;
}
.gallery-caption {
    padding: 10px 0 !important;
}
.single-post main#content {
    margin-bottom: 75px !important;
}
/* .tag-links a {
    margin: 2px;
    text-decoration: none;
    padding: 5px 15px 8px 15px;
    background: #1F3C76;
    color: #fff;
} */
a.elementor-post-info__terms-list-item {
    background: #1F3C76;
    padding: 5px 15px;
}
span.elementor-post-info__item-prefix {
    color: #1c1c1c;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.icon_sec .elementor-icon-box-content {
    display: none !important;
}
    }


@media(max-width: 991px){
	.blog_sec .elementor-post__thumbnail {
		padding-bottom: 130% !important;
	}
	.icon_sec_col .elementor-container.elementor-column-gap-default {
		justify-content: center;
		row-gap: 30px;
	}
}
@media(max-width: 575px){
	.icon_sec .elementor-image-box-content {
		display: none;
	}
	.icon_sec p.elementor-icon-box-description {
    display: none !important;
	}
	.icon_sec_col .elementor-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.icon_sec_col .elementor-container .elementor-column {
		width: 25%;
	}
	
	.icon_sec_col .elementor-container.elementor-column-gap-default {
		row-gap: 0px;
	}
}

@media(max-width:1199px) and (min-width:991px){
.blog_sec article.post.type-post a.elementor-post__thumbnail__link{
	width: 50%;
}
}


@media(max-width:767px){
	.icon_sec_col .elementor-container .elementor-column figure.elementor-image-box-img {
		width: 100% !important;
	}
	.blog_sec article.post.type-post a.elementor-post__thumbnail__link {
		width: 100%;
	}
	
	.blog_sec .elementor-post__thumbnail {
		padding-bottom: 70% !important;
	}
	.blog_sec article.post.type-post .elementor-post__text {
		width: 100%;
		height: fit-content;
	}
	.banner_form .elementor-container {
		justify-content: center;
		padding: 20px 0 40px;
	}
}