/* -------------------------------
   Blog Module Styles
------------------------------- */

.blog-1-main {
    margin-bottom:30px;
}
.blog-header-container {
    margin-top: 3rem;
	margin-bottom: 3rem;
}
.blog-header-category-container {
    margin-top: 2rem;
	margin-bottom: 1.2rem;
}
.blog-header-post-container {
    margin-top: 1rem;
	margin-bottom: 1rem;
}
.blog-1 .blog-header {
    text-align: center;
}
.blog-1 .blog-header-category {
    text-align: left;
}
.blog-1 .blog-header-category h4 {
    margin-bottom:0px;
}
.blog-1 .blog-header a {
	text-decoration: none;
}
.blog-1 .blog-header h4 {
    margin-bottom:25px;
}
.shadow-sm {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)!important;
}
.blog-avatar-img {
    height: 110px;
    width: 110px;
}
.blog-sidebar-title {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.blog-author-name {
	margin-top: 18px;
}
.blog-author-name span {
    font-weight: 600;
}
.blog-recent-sideimg {
    height: 65px;
    width: 100px;
    object-fit: cover;
}
.blog-recent-title {
    text-decoration: none;
}
.blog-recent-title:hover {
    color: #1f5bd1 !important;
}
.blog-recent-top {
	margin-top: 30px;
}
.tagcloud>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;
}
.tagcloud>a:hover {
    background: #a3a3a3;
    color: #fff !important;
}
.tagcloud>a:focus {
    background: #a3a3a3;
    color: #fff !important;
}
.blog-comments {
    padding: 0;
    margin: 0;
}
.blog-comments li {
    list-style: none;
}
.blog-comments li.blog-comment {
    padding: 20px;
    margin-bottom: 30px;
}
.blog-comments li.blog-comment .bavatar {
    float: left;
}
.bavatar img {
    border-radius:50%;
	height:60px;
	width:60px;
	object-fit:cover;
}
.blog-comments li.blog-comment .breplies {
    margin-left: 80px;
}
.blog-comments li.blog-comment .breplies h4.bname {
    font-size: 16px;
    margin: 8px 0 0px;
}
.bname {
    color: #33303E;
}
.blog-comments li.blog-comment .breplies .bdate {
    color: #828282;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.btn.btn-blogc {
    border-radius: 15px;
    padding: 13px 13px;
    line-height: 0;
    font-size: 12px;
}
.btn.btn-blogd {
    border-radius: 15px;
	padding: 17px 16px;
	line-height: 0;
}
.blog-comment-options {
    float:right;
}
.blog-comment-rating {
    font-size: 11px;
    text-align: right;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
	float:right;
}
.blog-comment-rating button {
    text-decoration: none;
	margin-right:10px;
}
.form-control::-moz-placeholder {
    color: rgba(85, 85, 85, .5);
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(85, 85, 85, .5);
    opacity: 1;
}
.form-control::placeholder {
    color: rgba(85, 85, 85, .5);
    opacity: 1;
}
.form-control, .form-select {
    border-color: #e2e2e2;
}
.form-control {
    color: #555;
    background-color: #fff;
	border-radius:6px;
}
.form-control:focus {
    background-color: #fff;
}
.form-group {
    margin-bottom: 20px;
}
textarea.form-control-xl {
    min-height: calc(3.5em + 2.875rem + 2px);
}
.blog-category .blog-badge {
    background-color: rgba(144,144,144,0.1);
    border: 1px solid rgba(144,144,144,0.1);
    color: #707070;
}
.blog-category-all {
    height:285px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-category-img {
    height:285px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-category .blog-category-title {
    font-weight:600;
	font-size: 18px;
}
.blog-category .blog-category-title:hover {
    color: #1f5bd1 !important;
}
.blog-category a {
	text-decoration: none;
}
.blog-category-arrow {
	font-size:12px;
}
.blog-category-readmore {
    color: #424242;
}
.widget .widget-search form {
    position: relative;
}
.widget .widget-search input[type="text"], .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}
.widget .widget-search input[type="submit"], .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}
.widget .widget-search .searchform:after {
    content: "\f002";
    position: absolute;
    font-family: "FontAwesome";
    right: 16px;
    top: 15px;
    font-size: 16px;
    line-height: 17px;
    pointer-events: none;
	color:#808080;
}
.blog-categories-list a {
	text-decoration: none;
    color: #424242;
    font-weight: 400;
    margin-bottom: 5px;
}
.blog-categories-list a:hover {
	color: #1f5bd1 !important;
}
.blog-featured-list-bottom {
	margin-bottom:0px;
	padding-bottom: 0px !important;
}
.blog-mainposts img {
    height:auto;
	width:100%;
}
.blog-card {
	border-top: 0px;
    border-bottom: 0px;
}
.blog-post-main-container {
	padding: 1.5rem;
	margin-bottom: 3rem;
}

/* -------------------------------
	Responsive Styles
------------------------------- */

@media (max-width: 1400px) {
	.blog-featured-list-bottom .blog-category-img {
		height: 245px;
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.blog-category-img {
		height: 225px;
	}
	.blog-featured-list-bottom .blog-category-img {
		height: auto;
	}
}
@media (max-width: 992px) {
	.blog-post-sidebar {
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.blog-post-main-container {
		padding: 0px;
		margin-bottom: 2rem;
	}
	.blog-post-article {
		padding: 2px;
		padding-top: 0px
	}
	.blog-header-container {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
