.lp-footer{
	border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px;
  line-height: 24px;
}

.lp-footer .content-wrapper {
	padding: 0px 10px;
}

.lp-footer-left {
	float: left;
  display: block;
  width: 30%;
}

.lp-footer-right {
	float: right;
  display: block;
  width: 70%;
  text-align: right;
}

.lp-footer-right ul {
	display: inline-block;
  list-style: none;
  padding-left: 26px;
}
.lp-footer-right ul > li{
	display: inline-block;
  margin-left: 6px;
}

.lp-footer-right a {
  color: #333e49;
  text-decoration: none; 
  display: block;
}

.lp-footer-right a:hover {
	text-decoration: underline;
}

.social img {
	width; 24px;
  height: 24px;
  display: inline-block;
}

@-moz-document url-prefix() {
  .lp-footer-left p {
    line-height: 0px;
  }
}

@media (max-width: 767px) {
  .lp-footer .content-wrapper {
    padding: 0px;
  }
  .lp-footer-left, .lp-footer-right {
  	float: none;
    width: 100%;
    text-align: left;
  }
  .lp-footer-right {
  	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .lp-footer-right ul, .lp-footer-right ul > li {
  	padding-left: 0px;
  }
  .lp-footer-right ul > li {
  	margin-right: 6px;
    margin-left: 0px;
  }
  .social {
  	margin: 15px 0px;
  }
}