/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.home_shead { font-size:44px; line-height:48px; }

form#learndash_registerform { display:grid; grid-template-columns:1fr 1fr; grid-gap:15px; }
form#learndash_registerform p { margin:0px; }
form#learndash_registerform p:last-child { margin:0px; width:100%; }
.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit, .learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform #wp-submit { margin:0px; }

.no-m-p-last p:last-child{
	margin-bottom: 0px;
}

#header-css{ background:#000; }
body.elementor-page.elementor-page.elementor-default #header-css{
	background:none;
	position: absolute;
	width: 100%;
	z-index: 999 !important;
}

body.single-sfwd-courses.ast-separate-container #primary { margin-top:0px !important; }

#newsletter-form-css .elementor-button {
    box-shadow: 0px 13px 35px 0px rgb(0 0 0 / 50%);
}

#newsletter-form-css .elementor-field-type-recaptcha_v3 { display:none; }

/* Keyframes CSS */

.animated-element-image {
  animation: moveLoop 4s linear infinite; /* Adjust the duration of the loop */
}

@keyframes moveLoop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px); /* Adjust the distance of the loop */
  }
  100% {
    transform: translateX(0);
  }
}

body.single-course a.elementor-button.elementor-button-link.elementor-size-md:hover { background:#103372; color:#fff; }

.e-loop-item .elementor-widget-image a { display:block !important; }

.play-btn svg path { fill:#82b52a !important; }

#fact_box .elementor-counter-title { text-align:center; }

body.single-course video { width:100%; height:auto; }

@media (max-width: 960px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.home_shead { font-size:32px; line-height:38px; }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.home_shead { font-size:24px; line-height:28px; }
}