/*
Theme Name: Hello Elementor Child
Theme URI: https://welldesignstudio.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created 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
*/

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

body {
  overflow-x: hidden;
}

body ul,
body ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: unset;
}

/*--------------------------------*/
/*------ ELEMENTOR 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;
}
section.elementor-section.elementor-top-section {
  padding: 60px 0px;
}

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

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

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

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

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

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

/* Video Banners Fade-In */
.elementor-background-video-container iframe {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*----------------------------*/
/*------ Custom Classes ------*/

.no-margin {
  margin: none;
}
/* White Space No Wrap Class */
.no-wrap {
  white-space: nowrap;
}

/*---------------------------*/
/*------ Header Styles ------*/

/*------------------------------*/
/*------ Elementor Styles ------*/

/*----------------------------------*/
/*------ Gravity Forms Styles ------*/

/*--------------------------------------*/
/*------ Search and Filter Styles ------*/

/*---------------------------*/
/*------ Footer Styles ------*/

/*----------------------------------*/
/*------ Miscellaneous Styles ------*/

/* Elementor Form Placeholders */
.white-placeholder
  .elementor-field-group
  .elementor-field-textual::placeholder {
  opacity: 1;
}
