/*
Theme Name: Hello Elementor Child
Template:   hello-elementor
Version:    1.0.0
*/

.elementor-widget-text-editor a {
  color: #0093BF;
  text-decoration: underline;
}

.elementor-widget-text-editor a:hover {
  text-decoration: none;
}

.elementor-widget-text-editor ul {
  margin-bottom: 10px;
}

.gform_required_legend {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: start !important;
}

.elementor-icon-list-icon {
  margin-top: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .mobile-menu {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) {
  .mobile-menu {
    display: none !important;
  }
}

.gform_wrapper .gfield {
  padding: 10px 0;
}

.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container input[type="number"],
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  padding: 15px;
  border: none;
  font-size: 20px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}

.gform_wrapper .ginput_container input::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
  color: #000;
}

.gform_wrapper .gfield_label {
  font-size: 20px;
}

.gform_wrapper .gchoice label {
  font-size: 20px;
  padding: 5px;
}

.gform-footer {
  margin-top: -55px !important;
}

.colored-text {
  color: #648E3D;
  font-weight: 500;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

.socket {
  font-size: 80%;
}

.socket a {
  color: #000 !important;
  text-decoration: underline !important;
}

.socket a:hover {
  text-decoration: none !important;
}

.blackline,
.whiteline {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 25px;
}

.blackline::after,
.whiteline::after {
  content: "";
  flex: 1;
  height: 4px;
  border-radius: 999px;
  align-self: center;
  margin-top: 20px;
}

.blackline {
  color: #000;
}

.blackline::after {
  background-color: #000;
}

.whiteline {
  color: #fff !important;
}

.whiteline::after {
  background-color: #fff !important;
}
