﻿.block-title {
    color: #619dcb;
}

.blog-posts-title {
    text-align:center;
}

.blog-posts-grid {
    margin-top:3%;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    text-align:center;
}

.blog-landing-intro {
    font-size:16px;
}

.blog-post-item {
    max-width: 300px;
    margin-bottom:2%;
    display:inline-block;
    margin-right:2%;
}

.blog-post-item a:link,.blog-post-item a:visited,.blog-post-item a:hover, .blog-post-item a:active {
    color:#777777;
    
}

.blog-post-item h3, .blog-post-item p span {
    color: #619dcb;
}

.blog-post-item p span {
    font-weight: 400;
}

/*!* Apply margin to all services-block elements except the last one in each row *!*/
.row.clearfix .services-block:nth-child(-n+3) {
    margin-right: 10px;
}

@media (max-width: 992px) {
    .services-block.col-sm-6 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .services-block.col-md-3 {
        width:24%;
    }
}


/* NEW LOGO STYLES */

/*.main-header .main-box .logo-box {*/
/*    padding-bottom:0 !important;*/
/*}*/

/*.logo {*/
/*    margin-top:0 !important;*/
/*}*/
