/*
 Theme Name: Action Property Theme
 Template: Divi
 Version: 1.0.1
 Text-Domain: actionproperty
*/

#main-content .container:before {
  width: 0px;
  background-color: transparent;
}

.form-fields input[type="text"] {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
}

.call-text{
	font-weight: bold;
	height: 40px;
	left: -5% !important;
	position: relative !important;
	top: -8px !important;
}