/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*--------------------------------*/
/*---------- Typography ----------*/

.elementor-widget-text-editor a,
.elementor-widget-text-editor a:hover,
.elementor-widget-container p a,
.elementor-widget-container p a:hover {
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  color: unset;
}

/* Link Styles */
.elementor-widget-text-editor .elementor-widget-container a {
	text-decoration: underline;
	transition: all 0.3s ease;
}
.elementor-widget-text-editor .elementor-widget-container a:hover {
	opacity: 0.5;
}
.elementor-element.link-no-underline a {
	text-decoration: none;
}
.elementor-element.link-hover-opacity a {
	transition: all 0.3s ease;
}
.elementor-element.link-hover-opacity a:hover {
	opacity: 0.5;
}
.elementor-element.link-hover-no-opacity a:hover {
	opacity: 1;
}

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


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



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



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



/*------------------------------------*/
/*---------- Miscellaneaous ----------*/

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

/* No Margin */
.no-margin, .no-margin .elementor-widget-container p {
	margin: 0;
}

/* DON'T Display on Mobile */
@media (max-width: 767px) {
	.mobile-hide {
		display: none;
	}
}
/* Only Display on Mobile */
@media (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}



/*------------------------------------------*/
/*---------- Page Specific Styles ----------*/

/* Home Page */