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

p:last-child{
	margin-bottom: 0;
}
.purple_color{
	color: #A963E6;
}
.elementor-element.mr_zero{
	margin-right: calc((100vw - 1215px) / -2);
}
.pt_price_wrap .currency{
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}
.elementor-posts article .elementor-post__card .elementor-post__thumbnail{
	border-radius: 20px;
}

.newsletter_email_form #form-field-email{
	padding: 20px 20px 21px 68px;
    border-radius: 20px;
    border-color: transparent;
    background-image: url(http://52.57.243.228/wp-content/uploads/2025/12/email_icon.svg);
    background-repeat: no-repeat;
	background-position: 23px center;
    background-size: 32px;
}
.newsletter_email_form #form-field-email:focus{
	box-shadow: none;
}
.newsletter_email_form .elementor-field-type-submit{
	position: absolute;
    right: 11px;
    bottom: 0;
    width: auto;
	margin-bottom: 21px !important;
}
.newsletter_email_form button.elementor-button{
	background-image: inherit;
}
.newsletter_email_form .elementor-form-fields-wrapper{
	position: relative;
}
header nav.elementor-nav-menu--dropdown ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 1024px){
	.elementor-element.mr_zero{
		margin-right: 0
	}
}

@media screen and (max-width: 767px){
	.newsletter_email_form .elementor-field-type-submit{
		position: inherit;
		right: 0;
		margin-bottom: 0 !important;
	}
	.newsletter_email_form #form-field-email{	
		padding: 14px 20px 14px 48px;
		border-radius: 10px;
		background-size: 22px;
		background-position: 14px center;
	}
	.newsletter_email_form button.elementor-button,
	.newsletter_email_form .elementor-field-type-submit{
		width: 100%;
	}
}