/*
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  Child for everone
 Author:       Swingood
 Author URI:   
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  childtheme
*/

h1, h2, h3, h4, h5, h6 {

font-family: 'Oswald', sans-serif;
}

body{
font-family: 'Open Sans Condensed', sans-serif;
}

a {
font-family: 'Open Sans Condensed', sans-serif;
}

/*
 * STICKY MENU SETTINGS
 */

.she-header a.hfe-menu-item {
color: #333 !important;
}
.she-header{
	border-bottom: solid #333;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 60px; /* fixed header height*/
  margin: -120px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

/* hide recaptca icon */
.grecaptcha-badge { opacity:0;}

.woocommerce-input-wrapper {
    display: flex;
}

.thwcfd-field-radio label.radio {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}


