/**
Theme Name: Astra Child
Author: Surender Kumar
Author URI: https://www.techtutsonline.com/staff/surender-kumar/
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
*/

/* Customize course page */
.entry-meta { display: none; }

/* Customize single course template */

/* Customize Course sidebar menu */
@media (min-width:320px) { .course_sidebar { padding-top: 65px; padding-right: 20px;} }
.course_sidebar li { display: block; text-align: center; margin-bottom: 10px; }
.course_sidebar li a { font-size: 16px; text-decoration: none; text-transform: uppercase; padding: 5px; display: block; width: 100%; color: #fff; background: #3D3C3C; border-radius: 3px; font-weight:800;}
.course_sidebar li a:hover { color: #000; background: #7658F8; }

/* Customize contact form */
.wpforms-form { border-radius: 2px !important; }
.post-navigation { padding: 10px !important; }
div.wpforms-container-full .wpforms-form button[type=submit], .post-navigation a { 
  background-color: transparent;
  text-transform: uppercase; 
  cursor: pointer;
  display: inline-block;	
  border: 3px solid #4747D7;
  border-radius: 50px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #4747D7;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover, .post-navigation a:hover { 
  box-shadow: 0 0 10px 0 #4747D7 inset, 0 0 20px 2px #4747D7;
  border: 3px solid #4747D7;
}
.wpforms-container .wpforms-field { position: inherit; }

/* WhatsApp icon style starts */
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 10px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: pop-in 0.5s ease-out;
}

/* Subtle entry animation */
@keyframes pop-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

/* Ensure color consistency */
.float:visited, .float:active {
    background: #25d366;
    color: #fff;
}

/* Hover effect */
.float:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 6px #999;
}
/* WhatsApp icon style ends*/

.entry-content[ast-blocks-layout] ul li { margin-left: 20px;}