/* Enter Your Custom CSS Here 

.widget li {
    margin-bottom: 5px;
    padding-bottom: 0;
}
/* home page site desc line */

.home .entry-time {
    font-weight: 700;
}
.home h4 .entry-title {
    font-weight: 700;
}

.whitetxtlg{font-size:180%}
.site-header > .wrap {
    padding: 30px 0;
}
.large-title {
    font-size: 40px;
    font-size: 4.0rem;}

.after-header {padding: 20px;}
.after-header .site-description{font-size:40px;font-size:4.0rem;color:#774389;}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}


.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header  {
    background: -moz-linear-gradient(top,  rgba(34,34,34,0.6) 0%, rgba(34,34,34,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.6)), color-stop(100%,rgba(34,34,34,0.6)));
    background: -webkit-linear-gradient(top,  rgba(34,34,34,0.6) 0%,rgba(34,34,34,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(34,34,34,0.6) 0%,rgba(34,34,34,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(34,34,34,0.6) 0%,rgba(34,34,34,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(34,34,34,0.6) 0%,rgba(34,34,34,0.6) 100%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3222222', endColorstr='#00222222',GradientType=0 );
    left: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
}


