/* 
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
*/
p:last-child{
	margin-bottom:0 !important;
}
.dark-bold strong, .dark-bold b{
	font-weight:800;
}
.post-content-wp .elementor-widget-container .wp-block-heading {
    display: none;
}
.post-content-wp > p, .post-content-wp, .post-content-wp .elementor > .elementor-element > .e-con-inner .elementor-widget-container > p,
.post-content-wp .elementor > .elementor-element > .e-con-inner .elementor-widget-container{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	 
}
.post-content-wp .elementor > .elementor-element, .post-content-wp .elementor > .elementor-element > .e-con-inner {
    padding: 0 !important;
}
.blog-post-col{
	height:100%;
}
.blog-post-col .elementor-widget-button {
    margin-top: auto;
}

.post-details-content p, .post-details-content h2, .post-details-content h3, .post-details-content h4, .post-details-content h5, .post-details-content h6{
	color:#002856 !important;
}
.post-details-content .wp-block-heading {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 1023px) {
	br{
		display:none;
	}
	.br-block br {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	 .post-list-wrp .elementor-loop-container .e-loop-item .e-con-inner {
		flex-wrap: nowrap;
	}
		.w-100 a {
		width: 100%;
	}

}