/*
 Theme Name:   Newsmatic Child
 Theme URI:    https://blazethemes.com/theme/newsmatic-free/
 Author:       BlazeThemes
 Author URI:   https://blazethemes.com/
 Description:  Newsmatic Child Theme
 Template:     newsmatic
 Version:      1.0.0
*/

/* Importing the parent theme's styles */
@import url("../newsmatic/style.css");

/* Add your custom styles below this line */
.post-title{
	font-weight: 600;
}
ul.sub-menu li a:hover{
    color: var(--menu-color-hover)!important; 
}

/*CSS For live Market Data Table*/
.gn-market-increased{
	background-color: rgb(57, 132, 57);
}
.gn-market-decreased{
	background-color: red;
}
.gn-market-same-nochange{
	background-color: blue;
}

.search-results-wrap.no-posts-found{
    display: none!important;
}

.gn-market-increased td,.gn-market-decreased td,.gn-market-same-nochange td{
	color: #ffffff;
	font-weight: bold;	
}

.entry-content p, ol.wp-block-list li, ul.wp-block-list li, h2,h3,h4,h5,h6 {
	font-family: 'Georgia';
}

.post,.page{
    margin: 0;
}

/*Nav menu - Nepse Today CSS: START*/
#header-menu #menu-item-1535 a {
  animation: rapidBlink 1s infinite;
}

#header-menu #menu-item-1535 a:hover {
  animation: none;
}

/* Super fast, visible-most-of-the-time blink */
@keyframes rapidBlink {
  0%, 10%, 20%, 30%, 40%, 60%, 70%, 80%, 90%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*Nav menu - Nepse Today CSS: ENDS*/