/* BACK TO TOP */
.to-top {background:rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.2);border-radius:5px;color:#fff;height:0;font-family: 'dashicons';position:fixed;bottom:5vh;left:3vw;overflow:hidden;text-align:center;-webkit-transition:height .3s;-moz-transition:height .3s;transition:height .3s;width:46px;z-index:20000}
.to-top.effect_yes {height:48px;transition:height ease .3s;transition-delay:.5s}
    .to-top .dashicons {margin:12px auto}
    @media only screen and (min-width: 768px) {
        .to-top {right:20px;bottom:20px}
    }