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

#container {
	width: auto !important;
	margin: 0 70px !important;
}

.si .si__input__container {
	width: 70%;
}

.si #si-address {
	background-color: #F0F0F0;
	border-width: 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	outline: none;
}

.si #si-address::placeholder {
	opacity: 0.4;
}

.si .si__btn {
	background-color: #E6115D;
	color: #fff;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	padding: 20px 0px 20px 0px;
	box-shadow: 0px 0px 10px 0px #E6115D;
	display: inline-block;
	line-height: 1;
	border-radius: 3px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	margin: 0;
	width: 30%;
}

.si .si__btn:hover {
	background-color: #E6115D;
}

.popup_logo img {
	background-color: #fff;
	padding: 5px;
}

.elementor-widget-form .elementor-form[name="Newsletter_Form"] .elementor-message {
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#container {
	    width: 100% !important;
	    margin: 0px !important;
	}
	.si__row {
		display: block!important;
	}
	.si .si__input__container {
		width: 100%;
	}
	.si .si__btn {
		width: 100%;
	}
}