/*
Theme Name: Nisarg Child
Template: nisarg
*/ 
#header-widget-area  {
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
	background-color:white;
	margin-bottom: 1em;
}
.entry-meta, .tags, .cattegories{
	display: none !important;
}
	
.comment-metadata, .says { 
	display: none
}

.next-post, .prev-post{
	visibility: hidden;
}
.prev-post a::after {
	visibility: visible;
	content: "D'AUTRES HISTOIRES"
}
.read-more a, .comment-link a, .post-edit-link, .prev-post a::after, .entry-content a {
	color: blue;
	text-decoration:underline;
}
.comment-link a {
	color:blue !important;
}
.prev-post a:hover:after {
	text-decoration:none;
	color: #009688;
}
.entry-title a {
	color: black !important;
	text-decoration: none !important;
}
.content-widget {
    text-align: center;
}

.nwa-widget {
	text-align:center !important;
}
.postnav-widget {
	padding: 20px;
	background-color: white;
	margin-bottom: 20px;
	text-align: right;
} 
.arpw-title {
	visibility:hidden;
	text-decoration: underline;
	padding: 50px;
	width: 100%;
	font-size: 30px;
}
.postnav-widget-title {
	color: blue !important;
	text-decoration: underline;
}
.arpw-title:after {
	visibility: visible;
	color: blue;
	content: "More Stories"
}
.comment-author {
	width: 100%;
	font-weight: 1000;
	display:inline-block !important;
}
.comment-link {
	display: inline-block !important;
	margin: 20px auto;
}
.home-link-side {
	text-decoration: underline !important;
	color: blue !important;
	font-size: 30px;
	font-weight: 1000;
}
.home-link-side:hover {
	text-decoration: none !important;
}
.textwidget {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
