/* -------------------------------
   Blog Module Styles
------------------------------- */

.blog-1 {
	margin-bottom: 30px;
}
.blog-1 .blog-post-card {
	background: #ffffff;
	color: #333;
	border-radius: 0.375rem;
	border: 0;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
.blog-1 .blog-badge {
	background-color: rgba(144,144,144,0.1);
	border: 1px solid rgba(144,144,144,0.1);
	color: #707070;
	border-radius: 50rem;
}
.blog-1 .blog-post-title {
	font-weight:600;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	color: #333;
}
.blog-1 .blog-post-title-cat {
	margin-bottom: 0;
}
.blog-1 .blog-post-title:hover {
	color: #1f5bd1;
}
.blog-1 .blog-img-main {
	height:550px;
	min-height: 550px;
	max-height: 550px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-1 .blog-img-small {
	height:285px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-1 .blog-img-medium {
	height:455px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-1 .blog-featured-img {
	height:250px;
	width:100%;
	object-fit:cover;
	border-radius: 6px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.blog-1 .read-more {
	color: #424242;
	margin-top: 15px;
	display: block;
}
.blog-1 .blog-post-readmore {
	display:block;
}
.blog-1 .blog-post-readmore:hover {
	color: #0069da;
}
.blog-1 .blog-post-arrow {
	font-size:12px;
}
.blog-1 .blog-post-date {
	padding-left: 0;
	list-style: none;
	color: #8a8f95;
}
.blog-1 .blog-post-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 1rem;
}
.blog-1 .blog-post-featured {
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 30px;
	border-radius: 0.375rem;
	background: #ffffff;
	padding:1.5rem;
	padding-bottom: 0;
}
.blog-1 .blog-post-sidebar {
	width:100%;
}
.blog-1 .blog-sidebar-title {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.blog-1 .blog-featured-box {
	background: #ffffff;
	margin-top: 1.5rem;
	border: 0;
}
.blog-1 .blog-featured-footer {
	padding-top: 15px;
}
.blog-1 .blog-featured-date {
	color: #8a8f95;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 1rem;
}
.blog-1 .blog-post-featured-box {
	margin-bottom:30px;
}
.blog-1 .blog-sidebar {
	border-top: 0px;
	border-bottom: 0px;
	border-radius: 0.375rem;
	background: #ffffff;
	padding: 1.5rem;
}
.blog-1 .blog-sidebar-box {
	margin-bottom:30px;
}
.blog-1 .blog-sidebar-box:last-of-type {
	margin-bottom:0;
}
.blog-1 .blog-sidebar-author-box {
	margin-bottom:30px;
}
.blog-1 .blog-sidebar-recent {
	margin-top: 30px;
}
.blog-1 .blog-sidebar-recent-posts {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}
.blog-1 .blog-sidebar-recent-posts-img {
	height: 65px;
	width: 100px;
	object-fit: cover;
	border-radius: 0.375rem;
}
.blog-1 .blog-sidebar-recent-posts-info {
	flex: 1;
	margin-left: 1rem;
}
.blog-1 .blog-sidebar-recent-posts-info .blog-sidebar-recent-posts-link {
	display:block;
	color: #212529;
	width: 100%;
}
.blog-1 .blog-sidebar-recent-posts-info .blog-sidebar-recent-posts-link:hover {
	color: #1f5bd1;
}
.blog-1 .blog-sidebar-recent-posts-info small {
	color: #8a8f95 ;
}
.blog-1 .blog-sidebar-list {
	margin-top: 1.5rem;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	height: auto;
	max-height: 230px;
	overflow: auto;
}
.blog-1 .blog-sidebar-list-li {
	display: flex;
	justify-content: space-between;
}
.blog-1 .blog-sidebar-list-li a {
	color: #424242;
	margin-bottom: 5px;
}
.blog-1 .blog-sidebar-list-li a:hover {
	color: #1f5bd1;
}
.blog-1 .blog-sidebar-search {
	margin-bottom: 0;
	margin-top: 1.5rem;
}
.blog-1 .blog-sidebar-search-form {
	position: relative;
}
.blog-1 .blog-sidebar-search input[type="text"], .blog-1 .blog-sidebar-search-form input[type="text"] {
	box-shadow: none;
	padding: 12px 15px;
	height: 45px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none !important;
	padding-right: 45px;
}
.blog-1 .blog-sidebar-search input[type="submit"], .blog-1 .blog-sidebar-search-form input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	width: 40px;
	height: 40px;
}
.blog-1 .blog-sidebar-search .blog-sidebar-search-form:after {
	content: "\f002";
	position: absolute;
	font-family: "FontAwesome";
	right: 16px;
	top: 15px;
	font-size: 16px;
	line-height: 17px;
	pointer-events: none;
	color:#808080;
}
.blog-1 .blog-top-date {
	color: #8a8f95;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	list-style: none;
}
.blog-1 .blog-post-main {
	margin-bottom: 3rem;
	border-radius: 0.375rem;
	background:#ffffff;
}
.blog-1 .blog-post-main-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 0.375rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
.blog-1 .blog-post-main-article {
	margin-top: 10px;
}
.blog-1 .blog-post-main-article img {
	margin-bottom: 1rem;
	height: auto;
	border-radius: 0.375rem;
}
.blog-1 blockquote {
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	padding: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 36px auto;
	border-left: none;
}
.blog-1 blockquote p {
	margin-bottom:0;
}
.blog-1 .blog-post-author {
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 30px;
	border-radius: 0.375rem;
	background: #ffffff;
	padding:1.5rem;
	padding-bottom: 0;
}
.blog-1 .blog-post-author-info {
	text-align: center;
	margin-top: 1.5rem;
}
.blog-1 .blog-post-author-info-img {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.blog-1 .blog-post-author-name {
	margin-top: 18px;
}
.blog-1 .blog-post-author-name span {
	font-weight: 600;
}
.blog-1 .blog-post-author-name small {
	display: block;
	color: #8a8f95;
	width: 100%;
	margin-top: .25rem;
}
.blog-1 .blog-post-tags {
	margin-top: 1.5rem;
	text-align: center;
}
.blog-1 .blog-post-tags>a {
	background: #f2f2f2;
	color: #151515;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.7px;
	margin: 5px 10px 5px 0;
	padding: 8px 12px 7px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	font-weight: 600;
	text-decoration: none;
}
.blog-1 .blog-post-tags>a:hover {
	background: #a3a3a3;
	color: #fff;
}
.blog-1 .blog-post-tags>a:focus {
	background: #a3a3a3;
	color: #fff;
}
.blog-1 .blog-post-tags>a:active {
	background: #a3a3a3;
	color: #fff;
}
.blog-1 .blog-comments-container {
	margin-bottom: 3rem;
}
.blog-1 .blog-comments {
	padding: 0;
	margin: 0;
}
.blog-1 .blog-comments li {
	list-style: none;
}
.blog-1 .blog-comments li.blog-comments-box {
	padding: 20px;
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 0.375rem;
}
.blog-1 .blog-comments li.blog-comments-box .blog-comments-avatar {
	float: left;
}
.blog-1 .blog-comments-avatar img {
	border-radius:50%;
	height:60px;
	width:60px;
	object-fit:cover;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.blog-1 .blog-comments li.blog-comments-box .blog-comments-reply {
	margin-left: 80px;
}
.blog-1 .blog-comments li.blog-comments-box .blog-comments-reply h4.blog-comments-name {
	font-size: 16px;
	margin: 8px 0 0px;
}
.blog-1 .blog-comments li.blog-comments-box .blog-comments-reply .blog-comments-date {
	color: #828282;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.blog-1 .blog-comments-name {
	color: #33303E;
}
.blog-1 .btn.btn-blog-comments-reply {
	border-radius: 15px;
	padding: 13px 13px;
	line-height: 0;
	font-size: 12px;
}
.blog-1 .btn.btn-blog-comments-submit {
	border-radius: 15px;
	padding: 17px 16px;
	line-height: 0;
	margin-top: 20px;
}
.blog-1 .blog-comment-options {
	float:right;
}
.blog-1 .blog-comment-rating {
	font-size: 11px;
	text-align: right;
	font-weight: 600;
	color: #999;
	margin-bottom: 10px;
	float:right;
}
.blog-1 .blog-comment-rating button {
	text-decoration: none;
	margin-right:10px;
	color: #444;
}
.blog-1 .blog-post-related-heading {
	border-top: solid 2px #dcdcdc;
	padding-top: 20px;
}
.blog-1 .blog-post-header-info {
	margin-top: 15px;
	margin-bottom: 0;
	display: flex;
	justify-content: left;
}
.blog-1 .blog-post-header-info span {
	color: #fff;
}
.blog-1 .blog-post-header-info .blog-post-header-line {
	margin-left: 1.5rem;
	color: #fff;
}
.blog-1 .pagination-container .pagination {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: block;
}
.blog-1 .pagination-container .pagination .page-item {
	width: 60px;
	float:left;
}
.blog-1 .pagination-container .pagination .blog-pagination-controls {
	background-color: #868686;
	border-color: #868686;
	color: #fff;
}

/* -------------------------------
	Member Dashboard Style
------------------------------- */

.cp-content .blog-featured-box {
	background: #ffffff;
	margin-top: 1.5rem;
	border: 0;
}
.cp-content .blog-categories-list {
	height: auto;
	max-height: 230px;
	overflow: auto;
}
.cp-content .blog-post-header-info {
	margin-top: 15px;
	margin-bottom: 0;
	display: flex;
	justify-content: left;
}

/* -------------------------------
	Responsive Styles
------------------------------- */

@media (max-width: 1600px) {
	.blog-1 .blog-img-medium {
		height:400px;
		min-height: 400px;
		max-height: 400px;
	}
}
@media (max-width: 1400px) {
	.blog-1 .blog-img-main {
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}
	.blog-1 .blog-img-medium {
		height:350px;
		min-height: 350px;
		max-height: 350px;
	}
}
@media (max-width: 1200px) {
	.blog-1 .blog-img-small {
		height: 225px;
	}
	.blog-1 .blog-img-medium {
		height:285px;
	}
	.blog-1 .blog-post-sidebar {
		margin-bottom:35px;
	}
}
@media (max-width: 992px) {
	.blog-1 .blog-post-sidebar {
		margin-bottom: 30px;
	}
	.blog-1 .blog-img-small {
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
	.blog-1 .blog-img-medium {
		height:450px;
		min-height: 450px;
		max-height: 450px;
	}
}
@media (max-width: 575.98px) {
	.cp-content .blog-post-article {
		font-size: 16px;
	}
	.blog-1 .blog-img-main {
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.blog-1 .blog-featured-img {
		height: 220px;
	}
	.blog-1 .blog-img-small {
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.blog-1 .blog-img-medium {
		height:350px;
		min-height: 350px;
		max-height: 350px;
	}
	.blog-1 .blog-post-header-info {
		display: block;
	}
	.cp-content .blog-post-header-info {
		display: block;
	}
	.blog-1 .blog-post-header-info span {
		width: 100%;
		display: block;
	}
	.blog-1 .blog-post-header-info .blog-post-header-line {
		margin-left: 0;
		margin-top: 10px;
	}
}
@media (max-width: 479.98px) {
	.blog-1 .blog-img-medium {
		height:280px;
		min-height: 280px;
		max-height: 280px;
	}
	.blog-1 .blog-comments li.blog-comments-box .blog-comments-reply {
		margin-left: 0;
	}
	.blog-1 .blog-comments li.blog-comments-box .blog-comments-reply .blog-comments-date {
		margin-bottom: 20px;
	}
	.blog-1 .blog-comments-avatar img {
		height: 40px;
		width: 40px;
		margin-right: 15px;
		margin-top: 7px;
	}
}
