/*
Theme Name:   	SoulKitchen Child
Template:     	soulkitchen
Version:      	1.00
Text Domain:  	soulkitchenchild
*/
._form_9 {
	background-color:#f6f6f7;
	padding:20px 20px 40px 20px;
}
._form_9 ._form-title{
     font-family: Playfair Display, Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
	color:#000000 !important;
	font-size:30px !important;
	text-align:center;
}
._form_9 ._field-wrapper input{
	font-family:"Poppins" !important;
	 width: 100% !important;
  height: 48px !important;
  border-radius: 0 !important;
    border-color: #000000 !important;
}

._form_9 p{
	font-size:16px !important;
	line-height:24px !important;
	color:#000000;
	font-family:"Poppins" !important;
	text-align:center;
	margin-bottom:24px !important;
}
._form_9 ._button-wrapper button{
	font-family:"Poppins" !important;
	padding:8px 20px !important;
	height:48px !important;
	color:#8fa2a0 !important;
}
._form_9  ._form_element{
	width:calc(100% - 135px);
}
._form_9 ._button-wrapper{
	margin:0 !important;
}
._form_9 label{
	display:none !important;
}
@media (min-width: 320px) and (max-width: 667px) {
   ._form_9 button[type="submit"] {
      font-size:14px !important;
	}
}