/* Form Custom Setting */

/* Contact Form 7 Styling */

/* Hide Contact Form 7 text field with this class */
.backback{padding:0px !important;margin:0px !important;width:0px !important;background-color:transparent !important;border:0px solid transparent !important;display:none !important;visibility:hidden !important;}

.bordoform{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.shadowform{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

 /* Styling Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
    margin: 10px auto;
	padding: 7px ;
    font-style: Lato;
    font-size: 1.1em;
}
.input-border
{
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	min-height: 20px;
	border: 1px solid #e5e5e5;
	padding: 5px 8px;
	color: #999;
	font-size: 14px;
	letter-spacing: .385px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	z-index: 1;
}
/* Contact Form 7 Buttons */
/*.wpcf7 input[type="submit"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
  padding: 16px;
  background-color: #c40000 !important;
  border: solid #c40000 1px !important;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.wpcf7 input:hover[type="submit"] {
  background-color: #ffffff !important;
  color: #c40000 !important;
}
*/
.wpcf7 input[type="submit"] {
  background: #680110;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#a4001b),color-stop(100%,#680110));
  background: -moz-linear-gradient(center top,#a4001b 5%,#680110 100%);
  background: -ms-linear-gradient(top,#a4001b 5%,#680110 100%);
  border: 1px solid #7f0013;
  border-radius: 0;
  box-shadow: none;
  font-family: montserrat,sans-serif;
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 24px;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  text-shadow: -1px -1px 0 #640011;
  -webkit-box-shadow: inset 0 1px 0 0 #e30613;
  -moz-box-shadow: inset 0 1px 0 0 #e30613;
  box-shadow: inset 0 1px 0 0 #e30613;
  white-space: normal;
  cursor: pointer;
  transition: all .3s;
  width:100%
}

.wpcf7 input:hover[type="submit"] {
  color: #ffffff !important;
}

.gb-inside-container .wpcf7 {
  background-color: transparent;
}

/* placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
	font-size: .875em;
	color: #6c757d;
	opacity: 1;
}
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: .875em;
	color: #9d9d9d;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: .875em;
	color: #9d9d9d;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: .875em;
	color: #9d9d9d;
	opacity: 1;
}
.custom-checkbox a {
	color: #6c757d !important;	
}

/* Contact form 7 custom error style */
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}