/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Newsletter | Mailchimp */
#mc_embed_signup {
    max-width: 275px;
    margin: 0 0 0 auto;
}
#mc_embed_signup #mc-embedded-subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	min-height: 30px;
	height: 30px;
    border: 0 solid transparent;
	overflow: hidden;

	-webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL {
    background-color: #eceeef;
    border: none;
    border-radius: 3px 0 0 3px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    padding-left: calc(50px / 3);
    padding-right: calc(50px / 3);
    outline: none;
}
#mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
	-ms-flex-negative: 0;
    flex-shrink: 0;
    width: 95px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
	background-color: #494C4F;
	border: none;
    border-radius: 0 3px 3px 0;
    color: #fff;
	padding-left: calc(50px / 3);
    padding-right: calc(50px / 3);
	outline: none;
}

#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a2a4a4;
  opacity: 1; /* Firefox */
}

#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a2a4a4;
}

#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL::-ms-input-placeholder { /* Microsoft Edge */
  color: #a2a4a4;
}

/* Compare Table */
.htcompare-table .htcolumn-field-name {
    font-size: 12px;
}

/* Header */
.mailchimp-newsletter {
    margin-bottom: 10px !important;
}

/* Home */
.home .ha-carousel .slick-dots,
.home .ha-slider .slick-dots {
    bottom: -30px !important;
}

/* Footer */
#footer a {
    color: #fff;
}

/* Media */

@media screen and (max-width: 1024px) {
	#mc_embed_signup {
		max-width: 100%;
	}
	#mc_embed_signup #mc-embedded-subscribe-form {
		min-height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.mobile-menu-hamburger {
		width: auto !important;
	}

	#mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
		background-color: #494C4F;
	}
}

@media screen and (max-width: 375px) {
	.elementor-location-header .site-logo img {
		max-width: 250px;
	}
}