/* 
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 */
.ekit-wid-con .ekit-video-popup svg {
    width: 12em !important;
    max-width: 12em !important;
}
input#mf-input-email-94c315f {
    border-radius: 10px 0 0 10px !important;
}
.elementskit-menu-hamburger {
    padding: 0 !important;
}
.post-meta-list span {
    pointer-events: none !important;
}
.pum-content.popmake-content h2 {
    font-family: 'Inter' !important;
    font-size: 48px !important;
    line-height: 54px !important;
    font-weight: 800;
    text-transform: capitalize;
    color: #222 !important;
}
.pum-content.popmake-content ul li {
    font-family: 'Lexend';
    font-size: 18px !important;
    font-weight: 500;
    line-height: 34px !important;
}
.you-know-sec ul {
    padding-left: 0 !important;
}
.you-know-sec p {
    padding-left: 22px !important;
}

@media only screen and (max-width: 1000px) {
	input#mf-input-email-94c315f {
    	border-radius: 10px !important;
	}
	.pum-content.popmake-content h2 {
		font-size: 38px !important;
		line-height: 34px !important;
	}
	.pum-content.popmake-content ul li {
		font-size: 14px !important;
		line-height: 28px !important;
	}
}