/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2019 | 06:25:18 */
#footerwrap {
  position: relative;
  background: url(/wp-content/uploads/2019/04/lether_haikei_kuro5.jpg);
  background-repeat: repeat;
}
.scroll-btn {
  position: relative;
  top: -10rem;
  left: 10%;
  background: rgba(80, 80, 80, 0.7);
  padding-top:0.4rem;
  padding-right:0rem;
  padding-bottom:0.6rem;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  border-radius: 3px;
  width: 3rem;
  text-align:center;
}
.scroll-btn:before {
  content:"keyboard_arrow_up";
}
.scroll-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
p.back-top {
  display: none;
}
.social-links .icon-large i {
  font-size: 2.2rem;
}
.social-links .icon-large a {
  font-size: 2.2rem;
  height: 3rem;
  display: block;
}
.widget .social-links {
  text-align: right;
  padding-right: 30%;
}
.footer-left {
  top: -8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  width: 45%;
}
.footer-left img {
  width: 150px;
}

.footer-logo {
  width: 35%;
  margin-bottom: 2rem;
}
.copyright {
  color: white;
  font-size:0.75rem;
}
li.social-link-item {
  height: 3.5rem;
}
@media screen and (max-width: 917px){
  .widget .social-links {
    padding-right: 15%;
  }
}