footer {
  font-family: "Unica One", Arial, sans-serif;
  background: #1A1818;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top:20px;
}
footer h3,
footer h4 {
  font-family: "Unica One", Arial, sans-serif;
  margin-top:1em;
}
footer .bottom-menu ul {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #8D8C8C;
}
footer .bottom-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
footer .bottom-menu ul li a {
  font-size: 14px;
  color: #8D8C8C;
  text-decoration: none;
}
footer .bottom-menu ul li a:hover {
  text-decoration: underline;
}
footer .footer-wrap {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
footer .footer-wrap .right-widgets {
  flex: 1 1 45%;
  position: relative;
}
footer .footer-wrap .right-widgets div h3 {
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
footer .footer-wrap .right-widgets div h4 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
footer .footer-wrap .right-widgets div a.member {
  position: absolute;
  right: 0;
  top: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 5px;
}
footer .footer-wrap .right-widgets div a.member:hover {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
footer .footer-wrap .right-widgets .social-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-wrap .right-widgets .social-widget .agreement {
  width: 100%;
  text-align: right;
  color: #fff;
  font-family: "Unica One", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin:1em;
}
footer .footer-wrap .right-widgets .social-widget .agreement a {
  color: #fff;
}
footer .footer-wrap .right-widgets .social-widget .follow .social {
  margin-right: 30px;
  margin-top: 10px;
}
footer .footer-wrap .right-widgets .social-widget .follow .social:hover {
  -webkit-filter: saturate(5);
  filter: saturate(5);
}
footer .footer-wrap .right-widgets .social-widget .subscribe .hidden-sighup {
  display: none;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer-wrap .right-widgets .social-widget .subscribe .hidden-sighup.active {
  display: block;
}
footer .footer-wrap .right-widgets .social-widget .subscribe form {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-wrap .right-widgets .social-widget .subscribe form input[type=email] {
  font-size: 16px;
  font-style: italic;
  color: #B8B1AE;
  background: #fff;
  padding: 0 6px;
  margin:0;
  height: 34px;
  box-sizing: border-box;
  min-width: 155px;
  border: 1px solid #fff;
  font-family: "Vollkorn", serif;
}
footer .footer-wrap .right-widgets .social-widget .subscribe form button {
  color: #fff;
  background: #000;
  font-size: 18px;
  padding: 0 20px;
  line-height: 32px;
  margin-left: -5px;
  font-family: "Unica One", Arial, sans-serif;
  border: 1px solid #fff;
}
footer .footer-wrap .right-widgets .social-widget .subscribe form button:hover {
  cursor: pointer;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
footer .footer-wrap .single-widget {
  flex: 1 1 18%;
}
footer .footer-wrap .single-widget h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-wrap .single-widget ul {
  margin: 0;
  padding: 0;
}
footer .footer-wrap .single-widget ul li {
  list-style-type: none;
  margin-bottom: 10px;
  line-height:normal;
}
footer .footer-wrap .single-widget ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
footer .footer-wrap .single-widget ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1700px) {

}
@media (max-width: 1470px) {
  footer .footer-wrap .right-widgets div h4 {
    font-size: 16px;
  }

}
@media (max-width: 1280px) {
  footer .footer-wrap {
    max-width: 1010px;
  }
  footer .footer-wrap .single-widget {
    flex: 1 1 15%;
  }
  footer .footer-wrap .single-widget h3 {
    font-size: 20px;
  }
  footer .footer-wrap .single-widget ul li a {
    font-size: 16px;
  }
  footer .footer-wrap .right-widgets {
    flex: 1 1 55%;
  }
  footer .footer-wrap .right-widgets .social-widget .subscribe input[type=email] {
    max-width: 175px;
  }
  footer .footer-wrap .right-widgets div h3 {
    font-size: 20px;
  }
  footer .footer-wrap .right-widgets div h4 {
    font-size: 16px;
  }
  footer .footer-wrap .right-widgets div a.member {
    top: 15px;
  }
}
@media (max-width: 1170px) {
  footer .footer-wrap {
    flex-direction: row;
  }
  footer .footer-wrap .single-widget {
    flex: 1 1 30%;
    text-align: center;
    order: 2;
  }
  footer .footer-wrap .right-widgets {
    flex: 1 1 100%;
    text-align: center;
    order: 1;
  }
  footer .footer-wrap .right-widgets .social-widget {
    display: block;
  }
  footer .footer-wrap .right-widgets .social-widget .agreement {
    text-align: center;
  }
  footer .footer-wrap .right-widgets .social-widget .follow .social {
    margin-right: 15px;
    margin-left: 15px;
  }
  footer .footer-wrap .right-widgets .social-widget .subscribe form {
    margin-top: 0;
  }
  footer .footer-wrap .right-widgets .social-widget .subscribe form input {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .footer-wrap .right-widgets div a.member {
    position: inherit;
    display: inline-block;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap .single-widget {
    flex: 1 1 100%;
  }

}
@media (max-width: 380px) {

}
