/*
Theme Name: Heat Decor
Author: Piotr Olesiejko
Author URI: http://olesiejko.com
*/


*:focus {
    outline: none;
}

#back-top {
position: fixed;
bottom: 30px;
right: 15px;
z-index: 999;
}

#back-top a {
  width: 50px;
  height: 50px;
      display: flex;
      background: #13803f;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}

#back-top a .fi path {
    fill: #ffffff;
}
#back-top a:hover {
color: #ffffff;
} 

#back-top a:hover span {
background-color: #777;
}

@media screen and (max-width: 768px) {
  #back-top {
    display: none!important;
    visibility: hidden;
}
}
