/*
Theme Name:     eAgentC Responsive Website Theme
Theme URI:      http://piggybackblogs.com/
Description:    Child theme of eAgentC Website Theme for Responsive eAgentC
Author: 		BrandCo LLC
Author URI:		https://www.brandco.com/
Template:       eagentcTheme
Version:        1.0
*/

#page {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#PBContentArea #posts,
#PBContentArea #content {
	width: 70%;
	margin-right: 0; /*override kw*/
}

#PBContentArea #posts h3 {
	text-align: left;
}

/*add clear to main div*/
#PBContentArea:after {
	content: "";
	display: table;
	clear: both;
}

#PBContentArea #sidebar {
	width: 26%;
	margin-left: 4%;
	padding-left: 0;
}

.widgettitle {
	line-height: normal;
}

#PBContentArea #posts img {
	max-width: 100%;
}

@media (max-width: 800px) {
	#PBContentArea #posts,
	#PBContentArea #content {
		width: 100%;
	}

	#PBContentArea #sidebar {
		width: 100%;
		margin-left: 0;
	}
}

#PBContentArea .wolfnet_widget {
	max-width: 100%;
}

#PBContentArea #comment {
	max-width: 100%;
}