/**handles:btt-style**/
.to-top{display:inline-block;height:40px;width:40px;position:fixed;bottom:40px;right:10px;overflow:hidden;text-indent:100%;white-space:nowrap;background:url(https://timbaggaley.co.uk/wp-content/plugins/back-to-top-button/assets/images/back-to-round-button-black.png) no-repeat center 50%;background-size:100% 100%;visibility:hidden;opacity:0;-webkit-transition:all .3s;transition:all .3s;border-radius:50%;box-shadow:1px 1px 3px 1px rgba(0,0,0,.4);z-index:1000;cursor:pointer;background-color:#333}.to-top.top-is-visible{visibility:visible;opacity:1}.to-top.top-fade-out{opacity:.5}.to-top:hover{opacity:1;background-color:#000}@media only screen and (min-width:768px){.to-top{right:20px;bottom:20px;background-size:100% 100%}}@media only screen and (min-width:1024px){.to-top{height:50px;width:50px;right:30px;bottom:30px;background-size:100% 100%}}