.home .logo {display:none;}

.upcomingevents {
    width:100%;
background: rgba(5,49,97,1);
background: -moz-linear-gradient(left, rgba(5,49,97,1) 0%, rgba(121,181,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,49,97,1)), color-stop(100%, rgba(121,181,237,1)));
background: -webkit-linear-gradient(left, rgba(5,49,97,1) 0%, rgba(121,181,237,1) 100%);
background: -o-linear-gradient(left, rgba(5,49,97,1) 0%, rgba(121,181,237,1) 100%);
background: -ms-linear-gradient(left, rgba(5,49,97,1) 0%, rgba(121,181,237,1) 100%);
background: linear-gradient(to right, rgba(5,49,97,1) 0%, rgba(121,181,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053161', endColorstr='#79b5ed', GradientType=1 );
}

.auth_meta {display:none;}
.meta_comm {display:none;}
.author_box {display:none;}
.post-author {display:none;}