/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Responsive 576
-----------------------------------------------------------------*/

@media (max-width: 576px) {

    
.blog-box.blog-2 .asv-news-text{
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
}
        
.asv-header-text {
    font-size: 0.7325rem;
    padding: 3px;
    
       }
.asv-header-text-2 {
    font-size: 0.7325rem;
    padding: 3px;
       } 
    
 .entry-title h3 {
    font-size: 0.6925rem;
    }

.entry-date h3 {
    font-size: 0.7825rem;
    }
    
.asv-news-text h3 {
    font-size: 0.8825rem;
    line-height: 1.1825rem;
     }
    
.asv-news-text p { 
  font-size: 0.8025rem;
    line-height: 1.0825rem;
    }      
    
.row-cols-xs-2 > * {
     padding: 4px;
    width: 50%; } 
    
    
    .sponsor-box { 
    border: 2px solid rgba(178, 179, 179, 0.8);
    border-radius: 20px 5px;}
    
} 

/* Ende - Responsive 576
-----------------------------------------------------------------*/
