/* ===================================
    Blog Section
====================================== */
ul {
    padding: 0px;
}
li {
    list-style-type: none;
}
p {
	font-size: 14px;
	color: #848484;
	font-weight: 400;
	line-height: 21px;
}
.post-img {
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.blog-left img{
    width: 100%;
}
.margin-b-20 {
	margin-bottom: 20px;
}
.featured-blog-box {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.04);
    transition: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    border-radius: 2px;
    overflow: hidden;
}
.featured-blog-box .featured-img {
    position: relative;
}
.featured-blog-box .featured-img:before {
    transition: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: rgba(0, 0, 0, 0.7215686274509804);
}
.featured-blog-box .featured-img img {
    width: 100%;
}
.featured-lable-blog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    padding: 10px;
    opacity: 0;
    font-size: 12px;
    width: 100%;
}
.page-head{
    background: url(../images/fabric-of-squares.png) #252c3e;
    padding: 80px 0;

}

.blod-content {
    background: #F5F5F5;
    padding: 80px 0;
}
.side-bar-title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
}
a, a:hover, .btn:hover {
	text-decoration: none;
	color: #95989a;
	transition: 0.5s cubic-bezier(.19, 1, .22, 1);
}
.catagory-list li:last-child {
    margin-bottom: 0;
}
.catagory-list li {
    margin-bottom: 20px;
}
.catagory-list li a:hover {
    color: #00adee;
}
.catagory-list.tags li a {
    padding: 5px 15px;
    border: 2px solid #00adee;
    display: block;
    border-radius: 34px;
    font-size: 12px;
}
.catagory-list.tags li {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
}
.catagory-list.tags li:last-child{
    margin-bottom: 0;
}
.blod-content .featured-blog-box{
    margin-bottom: 30px;
}
.page-header-title:after{
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #00adee;
    margin: 0 auto;
    margin-top: 15px;
}
.blog-sidebar {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.02);
    border-top: 2px solid #00adee;
}
.blog-sidebar .subscribe-group{
    margin-top:0; 
}
.page-header-title {    
    text-align: center;
    font-size: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #f5f5f5;
}
.featured-img .admin-lable {
    float: left;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.featured-img .admin-lable i, .featured-img .blog-date i{
    margin-right: 2px;
}
.featured-img .blog-date {
    float: right;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.featured-blog-box:hover .featured-img:before, .featured-blog-box:hover .featured-lable-blog {
    opacity: 1;
    transition: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.featured-lable-blog .material-icons {
    font-size: 22px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.featured-data {
    padding: 15px;
    display:block;
    background: #fff;
}
.blog-description {
    margin: 0px;
    font-size: 12px;
    color: #545454; 
    line-height: 19px;
}
.blog-title {
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
	color: #252c3e;
	font-family: Nunito;
	font-weight: 600;
}
.btn-link {
    font-size: 12px;
    color: #00adee;
    float: right;
    text-transform: uppercase;
}
.btn-link:hover {
    color: #00adee;
    font-weight: 500;
    text-decoration: none;
}
.btn-link i {
    font-size: 16px;
    position: relative;
    top: 4px;
    transform: rotatey(180deg);
}
.btn-theme {
	background: #00adee;
	color: #fff;
	padding: 8px 15px;
	border-radius: 2px;
	display: inline-block;
}
.btn-theme:hover {
    color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4392156862745098);
} 
.catagory-list a {
	font-size: 16px;
}
.blog-feature-img img{
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blod-content{
    background: #F5F5F5;
}
.blog-left {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
}
.bg-graund p{
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 500;
}
.bg-graund {
	padding: 5px 20px;
	margin: 20px 0 20px;
	border-left: 5px solid #ee6e73;
	background: #c5ebf9;
}
.blog-caption {
	margin-top: 0;
	line-height: 130%;
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}
.blog-small-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}
.post-controls{
    margin-bottom: 20px;
}
.post-controls span {
    margin-right: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #252c3e;
}
.post-controls span{
    margin-right: 10px;
}
.post-controls span i{
    color: #00adee;
    margin-right: 2px;
}
.blog-pagination{
    margin-top: 20px;
    margin-bottom: 40px;
}
.next-blog{
    float: right;
}
.subscribe-group .btn {
	font-size: 13px;
	padding: 0 10px;
	line-height: 26px;
	height: 37px;
	background: #00adee;
	border-color: #00adee;
	font-weight: 500;
	border-radius: 0 2px 2px 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
}

/* blog-details */