.DavisonLP .elementor-field {
  background-color: #ffffff;
  border-color: var(--e-global-color-190d1f2);
  padding: .6rem .6rem .6rem 1rem;
  border-radius: 10px !important;
}

/* .DavisonLP .elementor-field-group .elementor-field:not(select) {
    font-weight: bold;
} */
.DavisonLP .elementor-field-group .elementor-field::placeholder {
  font-weight: normal;
}

.DavisonLP .elementor-field-group select {
  color: #666;
}

.DavisonLP .elementor-field-group select option {
  font-weight: bold !important;
  color: #000 !important;
}

.DavisonLP .elementor-field-group select option:first-of-type {
  display: none;
}

.DavisonLP .elementor-field-group {
  padding-right: calc(10px / 2);
  padding-left: calc(10px / 2);
  margin-bottom: 10px;
}

.DavisonLP .e-form__buttons {
  margin-top: 2rem;
}

.DavisonLP .elementor-button {
  padding-right: 1rem;
  cursor: pointer;
}

.grecaptcha-badge {
  z-index: 5;
}

.DavisonLP label.error {
  top: .3rem;
  right: .7rem;
}




.lp-checkbox * {
  box-sizing: border-box;
}

.lp-checkbox .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px 6px 0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}

.lp-checkbox .cbx:not(:last-child) {
  margin-right: 6px;
}

/* .lp-checkbox .cbx:hover {
  background: rgba(0, 119, 255, 0.06);
} */

.lp-checkbox .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.lp-checkbox .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  background-color: #fff;
  border: 1px solid var(--e-global-color-190d1f2);
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.lp-checkbox .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.lp-checkbox .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.lp-checkbox .cbx:hover span:first-child {
  border-color: #07f;
}

.lp-checkbox .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.lp-checkbox .inp-cbx:checked+.cbx span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave-4 0.4s ease;
}

.lp-checkbox .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.lp-checkbox .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 640px) {
  .lp-checkbox .cbx {
    width: 100%;
    display: inline-block;
  }
}

@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
