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


/* Contact Form */
form[name="contact"] input,form[name="contact"] textarea{
	outline: 1px solid White;
	color: #000;
}
form[name="contact"] input,form[name="contact"] .elementor-field-type-submit{
	width: fit-content;
	margin: autol;
	margin-bottom: 20px;
	margin: auto;
}
form[name="contact"] input,form[name="contact"] .elementor-field-type-submit button{
    padding: 0;
    width: 300px;
    border: 5px solid #000;
    outline: 1px solid #fff;
	font-weight: bold !important;
}
form[name="contact"] input{
   padding: 0 14px;
   font-weight: 400 !important
}
form[name="contact"] input,form[name="contact"] .elementor-field-type-submit button:hover{
	color: #000 !important;
}


/* Mailchimp */

#mc_embed_signup #mc_embed_signup_scroll input[type="email"]{
	border:3px solid #000 !important;
	font-family: "Playfair Display";
	text-align: center;
	padding-right: 118px;
	outline: none !important;
}
#mc_embed_signup #mc_embed_signup_scroll input[type="email"]:placeholder{
	color: #00000050 !important;
	font-weight: 700 !important;
}
#mc_embed_signup #mc_embed_signup_scroll .clear input[type="submit"]{
	position: absolute;
	font-family: "Playfair Display";
	right: 0;
	top: 0px;
	background-color: #fff;
	color: #000;
	border:3px solid #000;
	border-radius: 0;
	font-weight: bold  !important;
}

@media only screen and (min-width: 768px){
	.desktop-top-image img{
		max-height: 55vh;
		width: auto
	}
}


.image-slider{
	height: 60vh
}
.image-slider .swiper{
	height: 100%;
}
.image-slider img{
    object-fit: cover;
    object-position: top;
    position: relative;
    bottom: 40vh;
}

/* Hide recaptcha_v3 */
.elementor-field-type-recaptcha_v3{
  display: none !important;
}