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


@font-face {
  font-family: 'Ruddy';
  src: url('/wp-content/uploads/2025/06/Ruddy-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/2025/06/Ruddy-Regular.woff') format('woff'),
       url('/wp-content/uploads/2025/06/Ruddy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Header */
#site-header{
	display: none;
}


/* Mailchimp */
#mc_embed_signup .mc-field-group{
	flex: 1
}
#mc_embed_signup #mc_embed_signup_scroll{
	display: flex;
	gap: 10px;
}

#mc_embed_signup #mc_embed_signup_scroll input[type="email"]{
	font-family: "Ruddy" !important;
	background-color: #fff;
	color: #000 !important;
	font-size: 22px;
	border: none;
	outline: none;
	border-radius: 0 !important;
}

#mc_embed_signup #mc_embed_signup_scroll input[type="email"]::placeholder{
	color: #A3CEC9 !important;
	font-weight: 700 !important;
	opacity: 1 !important;
	font-family:"Ruddy", Sans-serif;
	font-size: 22px
}

#mc_embed_signup #mc_embed_signup_scroll .clear input[type="submit"]{
	font-size: 22px !important;
	font-family: "Ruddy" !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	right: 0;
	top: 0px;
	color: #38B6AB !important;
	background-color: #FFD618  !important;
	border: none !important;
	border-radius: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 8px 24px !important;
}

#mc_embed_signup div.mce_inline_error{
	background-color: transparent !important;
	color: red !important;
}

@media(max-width: 768px){
	#mc_embed_signup #mc_embed_signup_scroll .clear input[type="submit"],#mc_embed_signup #mc_embed_signup_scroll input[type="email"],#mc_embed_signup #mc_embed_signup_scroll input[type="email"]::placeholder{
		font-size: 16px !important;
	}
	#mc_embed_signup #mc_embed_signup_scroll{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	#mc_embed_signup #mc_embed_signup_scroll .clear input[type="submit"]{
		width: fit-content !important;
	}
	#mc_embed_signup .mc-field-group{
		width: 100%
	}
}

/* Footer */
#site-footer{
	display: none;
}