/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@media(max-width: 768px){
	.klaviyo-form-VpFRR8 form{
		flex-direction: column !important;
		align-items: center !important;
	}
	.klaviyo-form-VpFRR8 form>div{
		margin: 0 !important;
		width: 100% !important;
		border-radius: 10px !important
	}
	.klaviyo-form-VpFRR8 form div:nth-child(2){
		padding: 0 !important;
		padding-top: 20px !important;
	}
	
}


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