/*
Theme Name:     Nisarg Child
Description:    
Author:         #
Template:       nisarg

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.site-title,
.site-description {
	clear: both;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	line-height: 1.1;
	display: block;
}
.entry-meta .entry-date {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	clear: both;
	color:#212121;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	display: block;
}
.widget-title {
	font-size: 18px;
	clear: both;
	color:#212121;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	display: block;
}
.entry-summary a:not(.btn):visited,
.entry-summary a:not(.btn) {
	color: #009688;
	border-bottom: 1px solid;
}
.entry-summary a:not(.btn):hover{
	border-bottom: 1px dotted;
}
.entry-content a:visited,
.entry-content a {
	color: #009688;
	border-bottom: 1px solid;
}
.entry-content a:hover{
	border-bottom: 1px dotted;
}