.entry-title {
	margin: 45px 0;
}

.post-title {
    font-size: 3em;
}

.entry-meta a, .entry-meta i {
	color: #838383;
	font-weight: 400;
}

ol.children {
	margin: 15px 0;
}

ol.comment-list {
	margin: 0 0 10px;
}

figure.archive-post-thumb {
	margin-top: 30px;
}

#archive a.btn_more {
	font-size: 1em;
}

.pagination > li > a,
.pagination > li > span {
	background: #fff;
	padding: 15px 15px;
	color: #444a4f;
	margin: 0;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pagination > li > a:hover,
.pagination > li > .current {
	text-decoration: none;
	background: #444a4f;
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.not-found h1.page-title {
	padding-left: 230px;
	min-height: 190px;
	background: url(../img/sad-face.png) no-repeat 0 0 transparent;
	font-size: 3.2em;
}

.sidebar .sidebar-page-content input.search-field,
.not-found input.search-field {
	padding: 13px 20px;
	font-size: 1em;
	display: inline-block;
	background: #fff;
	color: #444a4f;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 20px 0 0 20px;
}

.sidebar .sidebar-page-content input.search-field:focus,
.not-found input.search-field:focus {
	outline: none;
}

.sidebar .sidebar-page-content input.search-submit,
.not-found input.search-submit {
	padding: 15px 20px;
	margin: 0;
	border-radius: 0 20px 20px 0;
}