﻿

/*Custom Space*/

.m-r-15 {
    margin-right: 15px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-90 {
    margin-top: 90px!important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-40 {
    margin-bottom: 40px!important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-0 {
    margin-bottom: 0;
}

section.p-t-50 {
    padding-top: 50px;
}

.p-t-30 {
    padding-top: 30px;
}
/*Blog*/

.blog {
    /*padding: 95px 0;*/
    /*padding-bottom: 160px;*/
    background: #f5f5f5;
}

.blog-single {
    margin-bottom: 30px;
    margin-right: 25px;
}

.img-blog {
    margin-bottom: 20px;
}

.img-blog>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.img-blog>a>img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.img-blog>a>img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.date {
    height: 47px;
    width: 47px;
    background: #333333;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.date--big {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
}

.date .date__inner {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border: 1px solid #999999;
    padding: 7px 0;
    text-align: center;
}

.date .date__inner span {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.date--big .date__inner {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border: 1px solid #999999;
    padding: 15px 0;
    text-align: center;
}

.date--big .date__inner span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.blog-title {
    margin-bottom: 3px;
    margin-top: -6px;
}

.blog-title>a {
     
    color: #333333;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.blog-title>a:hover {
    color: #990000;
}

.author {
    color: #999999;
    margin-bottom: 5px;
}

.blog-single .blog-content {
    margin-top: 17px;
}

.see-more {
    text-align: center;
    margin-top: 55px;
}

.blog-link__item {
    display: inline-block;
    color: #777777;
    margin-right: 15px;
}

.blog-link .blog-link__item:last-child {
    margin-right: 0;
}

.blog-link__item>a>i {
    color: #777777;
}
