 button.btn-fx:hover:after{
    right:15px;
    }
    button.btn-fx:hover:before{
    width:100%;
    background:rgba(0,0,0,1);
    }
    
    button.btn-fx:hover{
    padding-left:50px;
    padding-right:70px;
    }
    
     button.btn-custom:hover{
    color:#fff!important;
    }
    button.btn-fx:after,
button.btn-fx:hover:after,
button.btn-fx:before,
button.btn-fx:hover:before,
#mainmenu li ul,
.widget-post li .post-date
{
-o-transition:.3s ease;
-ms-transition:.3s ease;
-moz-transition:.3s ease;
-webkit-transition:.3s ease;
transition:.3s ease;
 outline: none;
}