.article-node-title {
    text-align: left !important;
    width: 100% !important;
    color: #444 !important;
    font-weight: 700;
}

.article-node-title a {
    color: #444 !important;
    text-decoration: none !important;
    font-size: 25px;
}

.articles-list-img-wrapper img {
    border: 0 !important;
}

.tags-list-title-wrapper a {
    text-decoration: none !important;
}

.tags-list-title-wrapper a:hover {
    text-decoration: none !important;
}

.tags-list-title-wrapper a:hover {
    background: none !important;
}

.blog-blocks {
    margin: 30px;
}

.glc_blg_btn_wrapper {
    display: block;
    margin: 0 0 20px;
}

.glc_blg_btns {
/*font-weight: bold;*/
    color: #444;
}

.st_sharethis_large {
    float: left;
    margin-right: 10px;
}

.blog-blocks h1 {
    font-weight: 700;
    padding-top: 10px;
    text-align: left !important;
    width: 100% !important;
    border-bottom: 1px solid #45a6c9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-blocks ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.blog-blocks ul li {
    color: #51959b;
    list-style-type: none !important;
}

.blog-blocks ul li a {
    font-size: 16px;
    font-weight: 300 !important;
}

.blog-blocks a,.blog-blocks h1 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
}

.latest-articles-wrapper li a,.featured-articles-wrapper li a,.categories-wrapper li a,.categories-wrapper li a,.list-wrapper li a {
    color: #444;
    display: block !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.latest-articles-wrapper li a:hover,.featured-articles-wrapper li a:hover,.categories-wrapper li a:hover,.categories-wrapper li a:hover,.list-wrapper li a:hover,.article-category-wrapper a:hover,.tags-list-title-wrapper a:hover {
    color: #266884 !important;
}

.glc_blg_pagination {
    color: #F08800;
    margin-bottom: 20px;
}

.glc_blg_pagination a {
    color: #444 !important;
}

/*Comment From*/
.add_comment_holder {
    width: 60%;
}

.add_comment_holder .add-comment-title {
    font-size: 20px;
    color: #000000;
}

#glc_add_comment table td {
    color: #2a2a2a;
}

.textfield {
    width: 100% !important;
    height: 30px;
    border: 1px solid #2a2a2a !important;
}

.add_comment_holder .errorInput {
    background-color: #2a2a2a !important;
}

#glc_comment_submit {
    padding: 5px 10px;
    background-color: #000000;
    color: #fff !important;
    -webkit-transition: all .4s !important;
    transitions: all .4s !important;
    font-size: 12px !important;
    border: 0;
}

#glc_comment_submit:hover {
    background-color: #fff;
    border: 1px solid #000000;
    padding: 4px 9px;
    color: #000000 !important;
}