/* 
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
*/


/* ---------------------------------------------------------------------------------------- */
/* General */
/* ---------------------------------------------------------------------------------------- */


@media (max-width: 1024px) {
	br.nomobile {
		display: none;
	}
}

h1,h2,h3,h4,h5,h6 {
	word-wrap: normal;
	clear: none;
}

a[href^="tel:"] {
  color: inherit;
}

.elementor-widget-text-editor ul, 
.elementor-widget-theme-post-content ul {
	margin-bottom: .9rem;
	padding-inline-start: 20px;
}

.elementor-widget-text-editor li > ul, 
.elementor-widget-theme-post-content li > ul {
	margin-top: .9rem;
}

.elementor-widget-text-editor li, 
.elementor-widget-theme-post-content li {
	margin-bottom: .9rem;
}

.elementor-widget-text-editor p:last-child { 
	margin-bottom: 0px;
}

.uael-faq-accordion .uael-accordion-content p {
	margin-bottom: revert;
}

.grecaptcha-badge { 
	opacity:0;
}

sup {
	font-size: 60%;
}

.single-post .elementor-widget-theme-post-content iframe {
	width: revert-layer;
}

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
	padding-left: 10px;
	padding-right: 10px;
}



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



header.sticky-header.elementor-sticky--effects .e-con.elementor-element.top-header {
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}


@media only screen and (min-width: 380px) {
  .top-header .elementor-button {
    min-width: 160px !important;
  }
}



/* ---------------------------------------------------------------------------------------- */
/* Homepage */
/* ---------------------------------------------------------------------------------------- */

.educator_heading h2 {
    display: flex;
    align-items: center;
}

.educator_heading .separator {
    margin: 0 20px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .educator_heading .separator {
      margin: 0 10px;
  }
}



/* ---------------------------------------------------------------------------------------- */
/* Forms */
/* ---------------------------------------------------------------------------------------- */

.elementor-message-success:before {
  display: none;
}

.elementor-message-success {
  text-align: center !important;
  font-size: 1em !important;
  line-height: 1.4em !important;
}











