#toTop {
    overflow: hidden;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: -999em;
    z-index: 999
}
#toTop:before {
    content: url('/wp-content/themes/monstroid2-child/icons/up-arrow.svg');
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 25px
}
#toTop:focus {
    outline: none
}

@media (min-width: 768px) {
    #toTop {
        right:20px
    }
}