/*
Theme Name: Tablereverve
Theme URI: https://blog.tablereserv.com
Author: Emmanuel Duah
Author URI: https://blog.tablereserv.com/
Description: EduahApps Theme.
Version: 1.0
*/

body {
	font-family: 'Nunito', sans-serif !important;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background: #F9FAFB !important;
	color: #000;
	/*background: #fff;*/
	width: 100vw;
	overflow-x: hidden;
}
.pages-content {
	padding: 4em 0px;
}

.page-side-bar {
	font-family: 'Nunito', sans-serif !important;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	width: 100%;
	padding: 2em;
}
.page-side-bar a {
	color: inherit;
}
.page-side-bar .cat-list a {
	font-size: 1em;
	/*margin-bottom: 0.2em;*/
	display: block;
	padding: 0.6em 0px;
}
.page-side-bar .searchform {
	border: 1px solid
	rgba(34, 36, 38, 0.15);
	padding: 0.4em 1em;
}

.page-side-bar .searchform input {
	border: none;
	background: transparent !important;
	width: 100%;
}

.category_name, .post_slug {
	text-align: center;
	color: #900;
	font-style: italic;
	display: block;
	padding: 0.3em;
    box-shadow: 0 0 10px rgba(42, 0, 0, 0.2) inset;
    margin: 1em;
}

.post_slug {
	text-align: center;
	color: #090;
	font-style: italic;
	display: block;
	padding: 1.3em 3em;
    box-shadow: 0 0 10px rgba(42, 0, 0, 0.2) inset;
}