/* 
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 */
.icon-box-custom {
    min-height: 100px;
    display: flex;
    align-items: center;
}
.heading-outline h2 {
    color: transparent !important;
    -webkit-text-stroke: 1px #D6D6D6;
}
.elementor-message.elementor-message-danger::before {
    display: none;
}

.icon-box-custom .elementor-icon-box-content {
    max-width: 330px !important;
}
.accordian-custom .e-n-accordion-item {
    background: #FBF8F6 !important;
    border-radius: 10px !important;
}
form.elementor-form input:focus-visible, form.elementor-form textarea:focus-visible {
    border-color: #086c6d  !important;
    box-shadow: none !important;
}
.newsletter-cta form.elementor-form input:focus-visible{
	  border-color: #fff  !important;
    box-shadow: none !important;
}
.hero-form-container form .elementor-form-fields-wrapper.elementor-labels-above {
    justify-content: center !important;
}

.newsletter-cta input::placeholder,
.hero-form-cta input::placeholder{
    color: #fff !important;
	font-size: 16px !important;
}

.hero-form-container .elementor-form-fields-wrapper.elementor-labels-above {
    justify-content: center !important;
    align-items: center !important;
}
form.elementor-form .elementor-form-fields-wrapper.elementor-labels-above {
    justify-content: center;
    align-items: center;
}
input#form-field-email{
text-align:center;	
}
input#form-field-email::placeholder {
    color: #faf3e0 !important; opacity: 1; font-size:16px !important; font-weight:600; text-align:center;
}

input#form-field-email::-webkit-input-placeholder { 
	color: #faf3e0 !important; font-weight:600;
}
input#form-field-email::-ms-input-placeholder { 
	color: #faf3e0 !important; font-weight:600;
}


input#form-field-name::placeholder{
	color: #faf3e0 !important; opacity: 1; font-weight:600;
}
input#form-field-field_emailcontact::placeholder{
	color: #faf3e0 !important; opacity: 1; font-weight:600;
}
textarea#form-field-field_textareacontact::placeholder{
	color: #faf3e0 !important; opacity: 1; font-weight:600;
}


@media (min-width:1600px){
	
	input#form-field-email::placeholder {
		 font-size:18px !important;
	}
}

@media( max-width: 767px){
	input#form-field-email::placeholder {
		font-size:16px
	}
	.icon-box-custom {
	 min-height: 100px;
		display: flex;
		align-items: center;
}
}