﻿/*******************************************/
/*Blog-css-starts*/
/*******************************************/


.blog-date {
    font-weight: 300;
}
.blog-sec p{
    font-size:15px;
} 

.blog-sec h1 {
    font-size: 22px;
    color: #fff;
    transition: .35s;
}
.blog-sec h1 a{
    
    color: #000;
}
.blog-sec h1:hover {
    color: #ccc;
}
.blog-sec hr {
    border-top: 1px solid #e7e7e8 !important;
    margin-top:40px !important;
    margin-bottom:30px;
}

.button-blog {
    background-color: #847e7e !important;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    border-radius: 0px;
    display: inline-block;
}


    .button-blog:hover {
        color: #fff;
        background-color: #262626 !important;
    }



    .button-blog span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-blog span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-blog:hover span {
        padding-right: 25px;
    }

        .button-blog:hover span:after {
            opacity: 1;
            right: 0;
        }


@media screen and (max-width: 1440px) {

    .blog-cont {
        margin : 3%;
    }
}

/*******************************************/
/*Blog-css-ends*/
/*******************************************/



