.archive-single-post-here {
	margin-top: 30px;
}
@media only screen and (min-width: 992px) {
	body #wrapper {
		margin-left: -15px;
	}
}
body .bg-dark {
	background-color: #000 !important;
}
body .page-title h2 {
	padding: 30px 0 0 0;
	font-size: 2.3rem;
	color: #444;
}
body .page-title h2 span {
	font-weight: 600;
	color: #000;
}
body .p-tb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
body .btn-sign-in-menu {
	background-color: #e00c00;
	height: auto;
	font-family: openSansBold, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 16px;
	border-radius: 6px;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
body .btn-sign-in {
	background-color: #e00c00;
	width: 100%;
	height: 50px;
	font-family: openSansSemiBold;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 18px;
	border-radius: 6px;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
body .post {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
body .post-image {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
body .post-content .post-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	padding: 5px 0;
	color: #555;
	transition: 0.3s ease-in-out;
}
body .post-content .post-title:hover {
	color: #000;
}
body .post-content p {
	font-size: 15px;
	color: #666;
	font-family: openSans, sans-serif;
	line-height: 22px;
}
body .post-content .row .col-lg-6.col-md-6.col-sm-6.col-xs-6:nth-child(1) {
	padding-left: 0;
}
body .post-content .row .col-lg-6.col-md-6.col-sm-6.col-xs-6:nth-child(2) {
	padding-right: 0;
}
body .m-b-40 {
	margin-bottom: 40px;
}
body .post .post-content .read-more {
	padding-right: 30px;
	padding-left: 30px;
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
	font-size: 14px;
	font-family: openSansSemiBold, sans-serif;
}
body .post .post-content .read-more i {
	font-size: 80%;
	transition: 0.3s ease-in-out;
}
body .post .post-content .read-more:hover i {
	transform: translateX(8px);
	transition: 0.3s ease-in-out;
}
body .pagination-link .page-numbers {
	background-color: #dc3545;
	color: #fff;
	padding: 5px 7px;
	font-weight: 600;
	border-radius: 3px;
}
body .pagination-link .page-numbers.current {
	background-color: #000;
}
body .sorry-text {
	font-family: openSans, sans-serif;
	margin-bottom: 0;
	font-weight: 18px;
	color: #555;
}
body .post-category a {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	background-color: #000;
	padding: 3px 10px;
}
body .post-meta {
	padding-bottom: 10px;
}
body .post-meta span {
	color: #666;
	font-size: 12px;
}
body .post-meta span i {
	margin-right: 5px;
}

/* Sidebar */
body .sidebar .widget {
	margin-bottom: 35px;
}
body .sidebar .input-group .form-control {
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #444;
	background-color: #fff;
	min-height: 35px !important;
}
body .sidebar .input-group-btn button {
	background-color: #e00c00;
	border-color: #e00c00;
	color: #fff;
	width: 42px;
	min-height: 35px !important;
	border-radius: 0;
}
body .sidebar .input-group-btn button i {
	color: #fff;
}
body .sidebar .widgettitle {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
body .sidebar .widget.widget_categories ul {
	list-style: none;
	padding: 0;
}
body .sidebar .widget.widget_categories ul li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 1px;
}
body .sidebar .widget.widget_categories ul li a {
	background-color: #333;
	color: #fff;
	padding: 3px 8px;
	font-size: 13px;
	display: block;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
body .sidebar .widget.widget_categories ul li a:hover {
	background-color: #000;
	transform: scale(1.3);
	position: relative;
	z-index: 999;
}

body .sidebar .widget.widget_recent_entries ul {
	list-style: none;
	padding: 0;
}
body .sidebar .widget.widget_recent_entries ul li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
body .sidebar .widget.widget_recent_entries ul li:last-child {
	border-bottom: 0;
}
body .sidebar .widget.widget_recent_entries ul li a {
	color: #666;
	font-size: 14px;
	font-family: openSans, sans-serif;
}
body .sidebar .widget.widget_recent_entries ul li a:hover {
	color: #222;
	text-decoration: underline !important;
}

/* Instagram Widget */
body .sidebar .widget .instagram-pics {
	list-style: none;
	padding: 0;
}
body .sidebar .widget .instagram-pics li {
	display: block;
	width: 24%;
	float: left;
	margin-right: 0.33%;
	margin-bottom: 2px;
}
body .sidebar .widget .instagram-pics li:nth-child(4n) {
	margin-right: 0;
}
body .sidebar .widget .instagram-pics li a {
	display: block;
}
body .sidebar .widget .instagram-pics li a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
}
body .sidebar .widget.null-instagram-feed a[rel='me'] {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	position: relative;
	top: 10px;
}
body .sidebar .widget.null-instagram-feed a[rel='me']:hover {
	color: #000;
	text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
	body .sidebar .widget.widget_categories,
	body .sidebar .widget.widget_recent_entries,
	body .sidebar .widget.null-instagram-feed {
		display: none !important;
	}
	.search .input-group-btn button {
		left: -1px !important;
	}
	.mobile-flex {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	.posts-grid {
		width: 100% !important;
		order: 2 !important;
	}
	.sidebar-grid {
		width: 100% !important;
		order: 1 !important;
	}
}

header .hero-gradient,
header .hero {
	background: #000 !important;
	height: 100px !important;
	min-height: 2px !important;
}
header .hero-gradient .hero-main {
	display: none !important;
}
.search.search-results #navbars-mp {
	height: 100px !important;
	padding-top: 0 !important;
}
.search.search-results header .pre-logo-header {
	padding-top: 0 !important;
}
.search-content {
	margin-top: 40px !important;
}
@media only screen and (max-width: 991px) {
	.search.search-results header {
		display: none !important;
	}
}
