/*--------------------------------------------------------------------------------------
Theme Name: linxerve
Theme URI: 
Author URI: http://goigi.com/
Description: 
Author: GOIGI
Version: 
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
/*--------------------
   1. BASE CSS
----------------------*/
input.tnp-submit.disabled {
    margin: 10px 0;
    background: #1e90ff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: none;
}
section.get-form {
    background-color: #dfe0e1;
}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-top: 1px solid;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 18px;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
ul.pricing-features {
    display: inline-grid;
}
.pricing-features li {
    text-align: left;
}
.services-box:hover h3, .services-box:hover ul {
    color: #fff;
}
#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.35rem;
	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,.wpcf7-number,.wpcf7-date {
   background-color: #fff;
   height: 40px;
   text-align: left;
   padding-left: 15px;
   width: 100%;
   padding: 8px;
   border: 1px solid #f5861c;
   border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box
}
.wpcf7 textarea {
	background-color: #fff;
    height: 130px;
    text-align: left;
    padding-left: 15px;
	width: 100%;
	padding: 8px;
	border: 1px solid #f5861c;
	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: #000000;
    padding: 5px 50px 5px 50px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 0px;
    letter-spacing: 1px;
    background-color: transparent;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	cursor: pointer !important;
	border: 1px solid #f5861c;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #f5861c;
    color: #ffffff;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #f5861c;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #fff;
	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;
}