/*!
* Theme Name: Free Circle
* Theme URI: https://www.thefreecircle.org/
* Author: Free Circle
* Author URI: https://www.thefreecircle.org/ */
#footer{
  border-top:1px solid #000;
  background:#222;
  color:#7B7B7B;
  font-size:13px;
  position:relative;
  z-index:100;
  clear:both;
  padding:10px 0
}
#footer .row{
  margin-bottom:0
}
#footer #footer-content{
  padding-top:15px;
  padding-bottom:15px
}
#footer .copyright a{
  color:#aaa
}
#footer .credit-link{
  position:relative
}
#footer a,#footer a .text-muted{
  color:#7B7B7B
}
.back-to-top {
  background-image: url("/img/layout/backToTop.svg");
  display:block;
  background-color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: .4;
  width:100px;
  height:100px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  z-index:10000;
}
.back-to-top:hover {
  opacity: .9;
  box-shadow: 0px 0px 20px #ddd;
}
.back-to-top-hide {
  opacity:0;
  height:0;
  width:0;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px){
  #footer .copyright span,#footer .copyright aside{
    display:block;
    float:none !important;
    text-align:center
  }
}
