.page-title-custom {
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background: #F3F6F8;
	color: white;
	padding: 15px 0;
}

.page-title-custom h3 {
	font-size: 14px;
	padding: 0px;
	text-transform: none;
	letter-spacing: 0.5px;
	text-shadow: none;
	margin: 10px 0;
	color: #cf3f0e;
}

.page-title-custom h3 a:hover,
.page-title-custom h3 a:active,
.page-title-custom h3 a:focus {
	color: #555;
	text-decoration: none;
}

.page-title-custom h3 a {
	font-size: 14px;
	font-weight: 300;
	padding: 20px 0;
	color: #999;
	text-transform: none;
	letter-spacing: 0.5px;
	text-align: left;
}

.page-title-custom h3 span {
	font-size: 18px;
	font-weight: 700;
}

.page-detail {
	box-shadow: 0 0 2px #cfcfcf;
	background-color: #ffffff;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.page-info {
	padding: 10px 16px;
}

.page-info h1.page-title {
	font-size: 25px;
	font-weight: 500;
}

.page-meta {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 7px;
	line-height: 1;
	min-height: 17px;
}

.page-meta .page-category {
	display: inline-block;
}

.page-category {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	background-color: #222;
	color: #fff;
	margin-right: 5px;
	padding: 3px 6px 4px;
	display: block;
	vertical-align: top;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.page-date {
	color: #aaa;
	display: inline-block;
	position: relative;
	top: 3px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sidebar-post {
	padding: 15px 5px;
	border-bottom: 1px dashed #ccc;
}

.sidebar-post>a {
	font-size: 16px;
	margin: 10px 0;
	color: #777777;
}

.sidebar-post .svg-inline--fa {
	color: #f4b214;
	margin-right: 6px;
}

.item-details h2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #555555;
	padding: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 1pt;
}
