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

.top-nav-menu .current_page_parent a::after{
    content: '';
    height: 8px !important;
    width: 8px;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #FF1A55 !important;
    margin: 0 auto;
    border-radius: 50%;
	opacity: 1 !important;
}

.featured_hero_blog a{
	display: block;
}

.blog_top_right_side {
	overflow: hidden;
}

.blgbox {
    cursor: pointer;
}

.blog_left_side {
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    flex-direction: row !important;
	padding-top: 42.4%;
}


.contact_box_wrap .elementor-image-box-wrapper {
	display: flex;
    gap: 10px;
}

.contact_box_wrap .elementor-image-box-wrapper .elementor-image-box-title {
	margin-top: 0;
	font-size: 16px !important;
}

.contact_box_wrap .elementor-image-box-wrapper .elementor-image-box-description {
	font-size: 14px !important;
}

.blog_banner .blog_left_side {
	padding-top: 41.6%;
}

@media(max-width: 1024px){
	.top-nav-menu a.elementor-item-active::after{
		bottom: 10px;
	}
}

@media(max-width: 767px){
	#comments .comment-meta {
		flex-wrap: wrap;
	}
}

.search-form{
	border: 1px solid #E2E2E2;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.5em;
}

.search-form > *{
	border-radius: inherit;
}

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

input[type=search].search-field{
	border: none;
    outline: none;
    font: inherit;
    height: 100%;
	border-radius: inherit;
}

.search-submit {
    padding: 1em;
    background-color: #fff !important;
    border: none;
}

.search-submit  svg{
	width: 1.25em;
	height: auto;
}

/* 
.policy_terms_content p,
.policy_terms_content ol li {
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #7a7a7a;
	line-height: 24px;
} */

.policy_terms_content ol > li {
	padding: 8px 0;
	margin-bottom: 8px;
}

.policy_terms_content ol li ul {
	margin-top: 8px;
	list-style: disc;
}

.policy_terms_content ol li ul li {
	padding: 5px 0;
}

.policy_terms_content ol li strong {
	color: #000;
}