/**
|------------------------
| =Begin Extend CSS
|------------------------
*/

.entry-content {
  margin: 0 0 0 11px;
}
.entry-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 8px;
	text-transform: none;
	font-weight: bold;
	border-bottom: solid 1px #2f2f2f;
	padding-bottom: 10px;
	word-wrap: break-word;
}
.entry-title-single {
	font-size: 22px;
	line-height: 32px;
}
/**
|------------------------
| =Headings
|------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-family: &#039;Open Sans&#039;, sans-serif&#039;;
	color: #2f2f2f;
	font-weight: normal;
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; }
h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 14px;
}
h2 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
}
h5 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
h6 {
	font-size: 10px;
	line-height: 19px;
	margin-bottom: 25px;
}

/**
|------------------------
| =End Extend CSS
|------------------------
*/