/*
Theme Name: Hello Elementor Child
Theme URI: https://welldesignstudio.com/
Description: Child theme of Hello Elementor, by Well Design Studio
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Global Defaults */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

body {
  overflow-x: hidden;
}

/* List Styles */
body ul, body ol {
  margin-top: 0;
}

ul li:last-child {
  margin-bottom: 20px;
}

/* Header Styles */
h1, h2, h3, h4, h5, h6 {
  color: unset;
}

/* Elementor Widget Defaults */
.elementor-widget-text-editor a, .elementor-widget-text-editor a:hover,
.elementor-widget-container p a, .elementor-widget-container p a:hover {
  color: inherit;
}

.elementor-widget-divider .elementor-divider,
.elementor-widget-spacer,
.elementor-widget-divider {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.elementor-widget-icon {
  line-height: 1em;
}

.elementor-widget p:last-child {
  margin: 0;
}

.elementor-widget-wrap > aside.elementor-section {
  width: auto;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
  display: none;
}

.elementor a, .elementor a:hover {
  color: unset;
}

/* Video Banners */
.elementor-background-video-container iframe {
  opacity: 1;
  animation: fadeInOpacity 2s ease-in 1;
}

@keyframes fadeInOpacity {
  0%, 80% { opacity: 0; }
  100% { opacity: 1; }
}

/* Custom Utility Classes */
.no-margin {
  margin: none;
}

.no-wrap {
  white-space: nowrap;
}

/* Apply an underline effect to all links within paragraphs. */
p a{
  text-decoration: underline !important;
}

/* Additional Styles */
/* (Place additional custom styles here) */

/* Footer Styles */
/* (Define footer styles here) */

/* Miscellaneous Styles */
/* (Define miscellaneous styles here) */

/*---------------------------*/
/*--- Gravity Form Tweaks ---*/

/* Global Form Styles */
.gform_wrapper.gravity-theme .gfield_label {
  color: #fff;
  border-bottom: none !important;
}

.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="tel"],
.gform_body textarea,
.gform_body select {
  background: #fff !important;
  color: #131514 !important;
  border: 1px solid #d0d6d4 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.gform_wrapper .gfield_description {
  color: #131514 !important;
}

/* White checkboxes */
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #d0d6d4 !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.gform_wrapper input[type="checkbox"]:checked,
.gform_wrapper input[type="radio"]:checked {
  background-color: #16367F !important;
  border-color: #16367F !important;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.285 6.709l-11.004 11.004-5.567-5.567 1.414-1.414 4.153 4.153 9.59-9.59z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* Button Styles */
body .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-family: "Arimo", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-style: normal !important;
  text-decoration: none !important;
  letter-spacing: 0px !important;
  border: 0px !important;
  border-radius: 100px !important;
  background: #16367F !important;
  color: #fff !important;
}

/* White Text Styles */
body .gform_wrapper form.white-text .top_label .gfield_label,
body .gform_wrapper form.white-text legend.gfield_label,
body form.white-text label,
body .gform_wrapper form.white-text .gfield_description {
  color: #fff !important;
}

/* White Text Form – Button Override */
body .gform_wrapper form.white-text .gform_footer input.button,
body .gform_wrapper form.white-text .gform_footer input[type=submit] {
  background: #DDF1ED !important;
  color: #131514 !important;
}

/* Hide Required Asterisks */
.gform_wrapper .gform_body .gfield_required {
  display: none !important;
}

/*--- End Gravity Form Tweaks ---*/
