/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900");


form textarea {
  height: 200px;
}

.footer {
  background: #3a2d75;
}
.footer .block h4 {
font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.1725;
    color: #6ac173;
    font-family: Roboto, 'Source Sans Pro';
	margin-bottom:30px;
}
.footer .block.about img {
  margin-bottom: 25px;
}
.footer .block.about p {
  color:#ffffff; font-size: 1rem;
    font-weight: 400;
    line-height: 1.1725;
	width: 85%;
}
.footer .block ul li {
  margin-bottom: 10px;
}
.footer .block ul li a {
font-size: 1rem; font-weight: 400; line-height: 1.1725; font-weight:bold; color:#ffffff; display: flex; align-items: center;
}
.footer ul li i{
font-size: 24px!important; margin-right:20px;
}
.footer .block ul li a:hover {
  color: #5672f9;
}
.footer .block ul.terms-list {
  margin-top: 10px;
}
.footer .block ul.terms-list li a {
  padding-right: 10px;
}
.footer .block-2 {
  padding: 18px 30px;
  background: #46484A;
  border-radius: 2px;
}
.footer .block-2.app-promotion {
  margin-bottom: 20px;
}
.footer .block-2.app-promotion p {
  margin-left: 20px;
  color: #fff;
}
.footer .block-2.discount-coupon p {
  color: #fff;
  margin-bottom: 0;
}
.footer .block-2.discount-coupon p a {
  color: #5672f9;
}

.footer-bottom {
  position: relative;
  background: #363839;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .copyright p {
  color: #c7c7c7;
  margin-bottom: 0;
}
.footer-bottom .social-media-icons {
  margin-right: -20px;
}
@media (max-width: 992px) {
  .footer-bottom .social-media-icons {
    margin-right: 0;
  }
}
.footer-bottom .social-media-icons li {
  display: inline-block;
}
.footer-bottom .social-media-icons li a {
  color: #848484;
  padding: 0 20px;
}
.footer-bottom .social-media-icons li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.footer p { color:#ffffff; font-size: 1rem;
    font-weight: 400;
    line-height: 1.1725; }
	
	
	