<!-- start Simple Custom CSS and JS -->
<style type="text/css">
#custom-footer {
  background: #f4f4f4;
  width: 100%;
  position: relative;
  z-index: 20;
}
#custom-footer .footer-inner {
  display: flex;
  margin: 0 auto;
  width: 85%;
  height: 100%;
  padding: 56px 0;
}
@media only screen and (min-width: 1300px) {
  #custom-footer .footer-inner {
    width: 1200px;
  }
}
#custom-footer a {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 300;
  font-size: 16px;
  /*
  height: 44px;
  width: 120px;
  */
}

#custom-footer .footer-copy {
  width: 40%;
}
#custom-footer .footer-copy h2 {
  margin-bottom: 15px;
}
#custom-footer .footer-copy p {
  font-size: 18px;
}
#custom-footer .contact-info {
  display: flex;
  justify-content: space-between;
  font-family: 'Poppins',sans-serif!important;
  font-weight: 600;
  font-size: 18px;
  margin-right: 20%;
}
#custom-footer .footer-info {
  margin-left: 10%;
  width: 30%;
}
#custom-footer .footer-info ul {
  list-style: none;
}
#custom-footer .footer-info ul li {
  margin-bottom: 5px;
}
#custom-footer .footer-info ul li a {
  color: #000!important;
  font-weight: 300;
}
#custom-footer .footer-info ul li a:hover {
  text-decoration: underline;
}
#custom-footer .footer-rewards {
  width: 30%;
}
#custom-footer .footer-rewards ul {
  list-style: none;
  display: flex;
}
#custom-footer .footer-rewards h2 {
  margin-bottom: 15px;
}
#custom-footer .footer-rewards .connect {
  margin-top: 0px;
}
#custom-footer .footer-rewards p {
  font-size: 18px;
  margin-bottom: 15px;
}
#custom-footer .footer-rewards li {
  margin-right: 10px;
}
#custom-footer .footer-rewards ul li a {
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}
#custom-footer .footer-rewards .facebook {
  background-image: url('https://assets.sharis.com/wp-content/uploads/2019/11/14192734/icon_facebook.png');
}
#custom-footer .footer-rewards .twitter {
  background-image: url('https://assets.sharis.com/wp-content/uploads/2019/11/14192735/icon_twitter.png');
}
#custom-footer .footer-rewards .instagram {
  background-image: url('https://assets.sharis.com/wp-content/uploads/2019/11/14192734/icon_instagram.png');
}

@media only screen and (max-width: 767px) {
  #custom-footer .footer-inner {
    display: block;
  }
  #custom-footer .footer-inner > div {
    width: 100%;
    margin-bottom: 40px;
  }
  #custom-footer .footer-inner .footer-info {
    margin-left: 0;
  }
}

</style>
<!-- end Simple Custom CSS and JS -->
