/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-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
*/

/* Add your custom styles here */

.sectionSubheading h2 {
	position: relative;
}

.sectionSubheading h2::after {
  content: "";
  border-bottom: 2px solid var( --e-global-color-secondary );
  width: 40px;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 15px;
}

.myForm input:focus,
.myForm textarea:focus {
	outline: none !important;
	box-shadow: none !important;
    border-bottom:2px solid #DEE50A !important;
}

.myFaq .e-n-accordion-item-title-icon {
	background: var( --e-global-color-secondary );
  padding: 8px;
  border-radius: 99px;

}

.roundedImage img {
	width: 100%;
	border-radius: 20px !important;
}

.wp-block-separator {
	margin: 40px auto !important;
}

.hideMobile {
  display: block;
}

@media (max-width: 767px) {
  .hideMobile {
    display: none !important;
  }
}