/*
 Theme Name:   Pantry Child Theme
 Theme URI:    https://pantry.axiomthemes.com/
 Description:  Pantry Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     pantry
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  pantry
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.captcha-field{
	margin-bottom:35px;
}
.captcha-field > p{
	display:flex;
	flex-wrap:wrap;
	
	align-items:center;
}

.captcha-field label{
	width:100%;
}

.captcha-field .wpcf7-captchar{
	border: 1px solid #333 !important;
	border-radius:4px;
	padding:5px !important;
	width:100px;
}

.captcha-field .wpcf7-not-valid-tip{
	position: absolute !important;
    white-space: nowrap;
    left: 0;
    top: 100%;
    line-height: 10px !important;
}