/*
Theme Name: NiceBlog Light Child 02
Template: niceblog
Author: Dezinethemes
Author URI: http://www.themeforest.net/user/Dezinethemes?ref=Dezinethemes
Description: This theme is developed for bloggers specifically using wordpress. Its a nice and clean yet fully responsive theme which looks great on your mobile devices as well.
Tags: two-columns,light
Version: 1.0.2
Updated: 2018-05-06 23:10:26

*/

body {
	background: #F2DBBC;
}

.brand img {
	width: 130px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.brand h1 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
	max-width: 450px;
	margin-bottom: 8px;
}

.brand p {
	font-size: 11px;
	line-height: 1;
}

#top {
	margin-bottom: 0;
}

.container.web-body {
	padding-top: 3.125em;
}

a {
	color: #69BD45;
}

.side-content h4 {
	color: #222;
}

#top nav > ul > li.current-menu-item > a,
#top nav > ul > li.current-menu-ancestor > a,
#top nav > ul > li > a:hover,
#top nav > ul > li >ul > li > a:hover,
#top nav > ul > li:hover > a,
.sub-menu > li.current-menu-item > a {
	color: #69BD45 !important;
}

.home .post-content {
	padding-top: 0;
}

.home .breadcrumbs,
.home .post-content > h1:first-child {
	display: none;
}

.home .et_pb_fullwidth_section {
	margin-left: -3.750em;
	margin-right: -3.750em;
}

@media only screen and (max-width: 991px) {
	.brand h1 {
		max-width: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.brand img {
		float: none;
		position: relative;
		left: 23px;
		margin-bottom: 10px;
	}
	
	#top #top-navigation li.current-menu-item a, #top #top-navigation li.current-page-item a, #top #top-navigation li:hover a {
		color: #69BD45;
	}
	
}