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

/* W3C standard: Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #535EE0 #F8F8F8;
}
/* Chrome/Edge/Safari */
*::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}
*::-webkit-scrollbar-track {
	background: #F8F8F8;
}
*::-webkit-scrollbar-thumb {
	background-color: #535EE0;
	border-radius: 5px;
	border: 3px solid #F8F8F8;
}

#top-header a, #top-header span {
	color: #fff;
	font-size: 14px;
}

#top-header a:hover .elementor-icon-list-text, #top-header .elementor-heading-title a:hover {
	text-decoration: underline;
}

.single-post #top-header {
	background-color: #1B3096;
	border-radius: 5px;
	padding: 0 10px;
}

.single-post .entry-title {
	margin: 100px 0 30px;
}

.single-post .page-content {
	margin-bottom: 100px;
}

.elementor-posts .elementor-post__title {
	margin-bottom: 10px !important;
}

.elementor-post__title a {
	font-size: 20px;
	text-decoration: none;
}

.elementor-posts .elementor-post__excerpt p {
	font-size: 15px !important;
	color: #414141 !important;
}

.elementor-posts .elementor-post__read-more {
	font-size: 15px !important;
	text-decoration: none;
}

.elementor-post__thumbnail {
    border-radius: 15px;
}

.ekit-wid-con .ekit-heading__description ul {
	margin: 10px 0 0 20px;
}

.elementor-popup-modal .dialog-widget-content {
	border-radius: 20px;
}

.wpcf7-spinner {
    display: block;
    margin: 10px auto;
}

.elementor-post__thumbnail {
	padding-bottom: 0 !important;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    position: unset;
    transform: unset;
}

.elementor-posts-container .elementor-post__thumbnail img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100% !important;
}

@media (max-width: 767px) {
	.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle {
		margin-top: -212px;
	}
	
	#top-header .elementor-icon-list-items .elementor-icon-list-item {
		margin-bottom: 3px;
		margin-top: 3px;
	}
	
	.single-post .entry-title {
		margin-top: 50px;
	}
}