/* Category Box */
.blog-container {
	margin-bottom: 60px
}
.all-courses-text {
	margin-top: 80px
}
.category-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d3d9d8;
}
.category-box:last-of-type {
	border-bottom: 5px solid #bdeee4 !important
}
.cat-type {
	font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cat-heading {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 22px;
}
.cat-name-date-comment {
	display: flex;
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 30px;
}
.blog-by a {
	font-weight: bold;
	color: #000
}
.blog-by, .blog-date {
	margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.blog-by:after, .blog-date:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #aaa;
    border-radius: 100%;
    position: absolute;
    top: 44%;
    right: -2px;
}
.feat-words {
    color: #59dac3;
    font-weight: bold;
    transition: all .2s ease-in-out;
}
.cat-img-text {
	display: flex
}
.cat-img {
	width: 220px;
	height: 170px;
}
.cat-text {
	width: 100%;
	padding-left: 30px;
	color: #939393bd;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8
}
.read-more-link {
	color: #59dac3;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block
}
.read-more-link:hover {
	color: #000
}
/* Category Box */

/* Blog Sidebar */
.blog-sidebar-heading {
	font-weight: bold;
	font-size: 17px
}
.popular-list {
	margin-bottom: 20px
}
.popular-list a {
	display: flex
}
.popular-list a .img-popular {
	width: 70px;
	height: 70px;
}
.popular-details {
	padding-left: 25px
}
.popular-heading {
	font-weight: bold;
	color: #808080c4;
	font-size: 14px;
	margin-bottom: 8px
}
.sidebar-popular-post {
	margin-bottom: 50px
}
.sidebar-links {
	margin-bottom: 50px
}
.sidebar-links a {
	display: block;
	color: #999999a3;
	margin-bottom: 15px;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
	font-weight: bold
}
.sidebar-links a:hover {
	padding-left: 10px;
	color: #000
}
/* Blog Sidebar */


/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	
	.cat-type {
		font-size: 11px;
	}
	
	.cat-heading {
		font-size: 20px
	}
	.cat-name-date-comment {
		font-size: 12px
	}
	.cat-img {
		width: 170px;
		height: 120px;
	}
	.cat-text {
		padding-left: 20px;
		font-size: 13px
	}
	.pagination-container {
		margin-bottom: 80px
	}
}

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.cat-img {
		width: 170px;
		height: 120px;
	}
	.cat-text {
		padding-left: 20px;
		font-size: 13px
	}
	.pagination-container {
		margin-bottom: 80px
	}
	
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.blog-sidebar-heading {
		font-size: 15px
	}
	.cat-type {
		font-size: 11px
	}
	.cat-img {
		width: 170px;
		height: 120px;
	}
	.cat-text {
		padding-left: 20px;
		font-size: 13px
	}
	.pagination-container {
		margin-bottom: 80px
	}
	.popular-list a .img-popular {
		width: 60px;
		height: 60px;
	}
	.popular-details {
		padding-left: 18px
	}
	.popular-heading {
		font-size: 12.5px
	}
	.sidebar-links a {
		font-size: 13px
	}
	
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.popular-heading {
		font-size: 13px
	}
	.sidebar-links a {
		font-size: 14px
	}
	
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {}