/*--------------------------------------------------------------------------------------
Theme Name: Douala - Fine Cameroonian and Intercontinental Cuisine
Theme URI: 
Author URI: 
Description: 
Author: Mukesh Kumar
Version: 
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
/*--------------------
   1. BASE CSS
----------------------*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7-select {
	background-color: #f7fbff;
  height: 50px;
  text-align: left;
  padding-left: 15px;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 textarea {
	background-color: #f7fbff;
  height: 250px;
  text-align: left;
  padding-left: 15px;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	  position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 7px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #efa802;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #14212b;
    color: #ffffff;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #efa802;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
input#um-submit-btn {
    background: #efa802;
}