/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765342926
Updated: 2025-12-10 00:02:06

*/



.menu-item .sub-menu .menu-link {
    border-bottom-width: 0;
    color: #0274BE !important;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item:last-child .menu-link {
    border-bottom-width: 0;
    color: #0274BE;
}
.ast-primary-header-bar {
    background-color: #223C73;
}
.logged-in 
.learndash-wrapper .ld-button.ld-login-button.ld-login{
    justify-content: flex-start;
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
    font-size: 16px !important;
}
.tribe-common .tribe-common-b1 {
    display: none !important;
}
input#account_last_name {
    background-color: #F0F0F1 !important;
}
input#account_first_name {
    background-color: #F0F0F1 !important;
}
/* Css to Style Rss Feed Widget Coming from Blog.brasi.org Starting Here */

nav[aria-label="BRASI Blog & Updates"] ul {
    list-style-type: none !important;
    padding: 0; /* Optional: remove default padding */
}

nav[aria-label="BRASI Blog & Updates"] ul li {
    list-style-type: none !important; /* Ensure that each list item also has no marker */
}
elementor-element elementor-element-dba9855 elementor-widget elementor-widget-wp-widget-rss, h5{
	display: none !important;
}
.elementor *, .elementor :after, .elementor :before {
	margin: 0px;
}
a.rsswidget {
  display: block;
	font-size: 15px;
	font-weight: 600
}
li .rss-date {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
li .rssSummary {
	display: block;
	font-weight: 400;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
/* Css to Style Rss Feed Widget Coming from Blog.brasi.org Closing Here */

/* Instructor dashboard CSS Starts*/
.ir-admin-logo.ir-admin-image {
    margin-top: 25px;
}
/* Instructor dashboard CSS Ends*/

/* CISCOM Instructor-led Group Page CSS Starts*/
nav.navigation.post-navigation {
	display: none;
}
/* CISCOM Instructor-led Group Page Ends*/

/* Google reCaptcha Badge Hide */  

.grecaptcha-badge {
    display: none !important;
}

/* Course Price Ribbon Place Adjustement */
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
    top: 6px !important;
}