.site-footer {
  color: #aaa;
  background-color: #1d1e20;
  /*
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	 */
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #eee;
}
.site-info {
  font-size: 12px;
}
.footer-info {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-identity div > * {
  margin: 0;
  line-height: 1;
}
.footer-identity p {
  font-size: 11px;
  text-indent: 3px;
  letter-spacing: 6px;
}
.footer-identity h5 {
  font-size: 33px;
  font-weight: 700;
}
.footer-identity h6 {
  font-size: 11px;
  text-indent: 1px;
  letter-spacing: 2px;
  font-weight: 700;
}
/*
.footer-info .fa-li::before {
    position: relative;
    top: 0.15em;
}
*/
.list-ionicons {
  padding-left: 1.75em !important;
}
.list-ionicons .ionicons {
  float: left;
  width: 1.2em;
  margin-left: -1.75em !important;
  text-align: center;
  line-height: 1.5;
  position: relative;
  top: 0.1em;
}
.social-network {
  font-size: 21px;
}
.social-network a {
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-network a:hover {
  background: #fcfcfc;
}
.social-network a.facebook:hover {
  color: #3b5998;
}
.social-network a.instagram:hover {
  color: #262626;
}
.social-network a.twitter:hover {
  color: #1da1f2;
}
.social-network a.youtube:hover {
  color: #db4437;
}
.social-network a.rss:hover {
  color: #f26522;
}
/*
.social-network a {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0.25rem;
    font-size: 1rem;
    line-height: 2rem;
    background: #aaa;
    border-radius: 50%;
    color: #1d1e20;
    transition: all 0.3s ease-in-out;
}
/*
.social-network a:hover {
    color: #fff;
    box-shadow: 0 0 1px #fff;
}
.social-network a.facebook:hover {
    background: #3b5998;
}
.social-network a.instagram:hover {
    background: #262626;
}
.social-network a.twitter:hover {
    background: #1da1f2;
}
.social-network a.google:hover {
    background: #db4437;
}
.social-network a.rss:hover {
    background: #f26522;
}
*/
