/*
 Theme Name: Astra Child
 Theme URI: https://kottarakaramedia.com
 Description: A lightweight child theme for the Astra theme.
 Author: Nibin
 Author URI: https://nibin.in
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/

/* Place your custom CSS below */
.home-news-ticker-cont .breaking-news-ticker{
    border:none;
}
.home-news-ticker-cont .bn-news ul li a{
    padding: 0;
    position: relative; 
}
.home-news-ticker-cont .bn-news ul li a:after{
    content: "|";
    padding: 0 5px;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a)
 {
    text-decoration: none!important;
}
#e-admin-top-bar-root.e-admin-top-bar--active {
    display: block !important;
}