body {
            overflow-x: hidden;
        }
#topics .postTitle{
    font-size:20px;
}
#topics .postTitle  a{
   
}
        
        .gallery-item {
            display: inline-block;
            margin: 0 15px;
        }
        
        #blogTitle h2 {
            color: #fff;
        }
        
        .postBody h1,
        .postBody h2,
        .postBody h3 {
            background-color: #efdebf;
            color: #aa7a53;
            padding: 5px 10px;
            border-radius: 5px;
            border-radius: 5px;
        }
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    background: -webkit-linear-gradient(left,#000,#f90 70%,#f80) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}
#topics .postTitle  {
	font-size: 130% !important;
	font-weight: bold !important;
	border-bottom: 1px solid #999 !important;
	float: left;
	line-height:2em;
	width: 100%;
	padding-left: 5px !important;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #390;transition:all 0.4s linear 0s !important
}
.postTitle a:hover  {
	color: #F60 !important;
	text-decoration: none;margin-left: 10px !important;
}