/**
 * Master Addons - Caldera Forms
 *
 * Styles for the Caldera Forms widget only.
 */
.jltma-caldera-form .caldera-grid label,
.jltma-caldera-form .caldera-grid span {
  display: block;
  color: #78909c;
  font-size: 13px;
  font-weight: 400;
}
.jltma-caldera-form .caldera-grid .form-control {
  background-color: #fff;
  border-color: #e2e7ea;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 10px;
  height: 60px;
}
.jltma-caldera-form .caldera-grid [type=button] {
  background: #4b00e7;
  border: 1px solid #4b00e7;
  border-radius: 5px;
  color: #fff;
}
.jltma-caldera-form .caldera-grid [type=button]:hover {
  background: #fff;
  color: #4b00e7;
}
.jltma-caldera-form .caldera-grid .form-control:focus {
  border-color: inherit;
  box-shadow: none;
  outline: 0 !important;
}

.ma-cf-2.jltma-caldera-form .caldera-grid [type=button],
.ma-cf-4.jltma-caldera-form .caldera-grid [type=button] {
  float: right;
}

.ma-cf-3.jltma-caldera-form .caldera-grid .form-control,
.ma-cf-4.jltma-caldera-form .caldera-grid .form-control {
  background-color: #27262e;
  color: #fff;
}

.ma-cf-5.jltma-caldera-form .caldera-grid .cf-upload-file label,
.ma-cf-6.jltma-caldera-form .caldera-grid .cf-upload-file label {
  background-color: transparent;
  position: static;
  padding: 0;
}

.ma-cf-6.jltma-caldera-form .caldera-grid [type=button],
.ma-cf-8.jltma-caldera-form .caldera-grid [type=button] {
  text-align: center;
  width: 100%;
}

.ma-cf-7.jltma-caldera-form .caldera-grid .form-control,
.ma-cf-8.jltma-caldera-form .caldera-grid .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #e2e7ea;
}

.ma-cf-9.jltma-caldera-form .caldera-grid .form-control,
.ma-cf-10.jltma-caldera-form .caldera-grid .form-control,
.ma-cf-11.jltma-caldera-form .caldera-grid .form-control {
  border-radius: 2em;
  padding-left: 45px;
}

.ma-cf-9.jltma-caldera-form .caldera-grid [type=button],
.ma-cf-10.jltma-caldera-form .caldera-grid [type=button],
.ma-cf-11.jltma-caldera-form .caldera-grid [type=button] {
  border-radius: 2em;
}

.ma-cf-10.jltma-caldera-form .caldera-grid label,
.ma-cf-10.jltma-caldera-form .caldera-grid span {
  color: #fff;
}

.ma-cf-10.jltma-caldera-form .caldera-grid [type=button] {
  background-color: -webkit-linear-gradient(0deg, rgb(243, 61, 130) 0%, rgb(213, 180, 63) 100%);
  border: none;
  width: 100%;
}
.ma-cf-10.jltma-caldera-form .caldera-grid [type=button]:hover {
  background-color: -webkit-linear-gradient(0deg, rgb(10, 57, 252) 0%, rgb(213, 0, 137) 100%);
  color: #fff;
}

.ma-cf-11.jltma-caldera-form .caldera-grid [type=button] {
  background-color: -webkit-linear-gradient(0deg, rgb(10, 57, 252) 0%, rgb(213, 0, 137) 100%);
  border: none;
  width: 100%;
}
.ma-cf-11.jltma-caldera-form .caldera-grid [type=button]:hover {
  background-color: -webkit-linear-gradient(0deg, rgb(243, 61, 130) 0%, rgb(213, 180, 63) 100%);
  color: #fff;
}

.ma-cf-10.jltma-caldera-form .caldera-grid [type=button]:hover,
.ma-cf-11.jltma-caldera-form .caldera-grid [type=button]:hover {
  color: #fff;
}