/*  
Theme Name: GIFT Theme
Theme URI: gift.res.in
Description: Your Theme Description
Version: 1.0
Author: True Analyse
Author URI: https://trueanalyse.com
*/


.entry-content{
    font-size: 16px !important;
    text-align: justify !important;
    line-height: 2em !important;
}

.blog-posts .post .entry-content ul li:before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 14px;
    list-style-position: outside;
    padding-right: 1% !important;
}

.blog-posts .post .entry-content ul li{
    margin-bottom: 2% !important;
}

.entry-title{
    font-size: 2em !important;
    font-weight: bolder !important;
    color: #000000 !important;
}

.link-danger{
        color: #c20000;
}

.entry-content a{
    color: #c20000;
}

.entry-content p a{
    color: #c20000;
}

.entry-content p{
    color:#000000;
}

.entry-title{
    color:#000000;
}

td{
    color:#000000;
}

p{
    color:#000000;
}

.blog-posts .post .entry-content ul li{
    margin-bottom: 0px !important;
}

.blog-posts .post .entry-content ul li:before{
    display: none !important;
}

.sidebar-bg-pillar{
    background: #0f5c25;
    color: #fff;   
}

.sidebar-bg-pillar:hover{
    background: #26753c;
}



