#main{
    padding:0px!important;
    margin:0px!important;
}

.fusion-logo{
    width:150px!important;
}

.slide-excerpt{
    display:none!important;
}

.single-post .fusion-button {
    width:100%!important;
    
}

.entry-title.fusion-post-title{
    display:none!important;
}

/*ARTICLES*/
.fusion-post-content-wrapper{
    height:300px!important;
}
.fusion-post-grid{
    border:solid 1px rgba(0,0,0,0)!important;
    transition:0.6s;
}
.fusion-post-grid:hover{
    border:solid 1px rgba(0,0,0,0.5)!important;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.4);
}

/*PAGES ARTICLES*/
.single-post #content{
    padding-top:50px!important
}

.single-post #content img{
    border:solid 1px rgba(0,0,0,0.1)!important;
}

.single-post .fusion-column-wrapper{
    margin-bottom:100px;
    border:solid 1px rgba(0,0,0,0.1)!important;
}
.fusion-rollover{
    display:none!important
}

