.footer {
  position: relative;
}
.footer:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background-image: url(https://ijzerenman.nl/wp-content/themes/ijzerenman/assets/images/footer-pt.png);
  background-repeat: repeat;
  background-position: center top;
}
.footer__main {
  padding-top: 40px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-color: #005391;
}
.footer__newsletter {
  padding-right: 30px;
  position: relative;
  z-index: 1;
  width: 405px;
}
@media only screen and (max-width: 1199px) {
  .footer__newsletter {
    padding-right: 0;
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__newsletter {
    margin-bottom: 30px;
    width: 100%;
  }
}
.footer__newsletter-list {
  margin: 0 -15px;
  padding-top: 33px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .footer__newsletter-list {
    padding-top: 5px;
  }
}
.footer__newsletter-item {
  padding: 0 15px;
}
.footer__newsletter-link {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer__newsletter-link {
    font-size: 12px;
  }
}
.footer__newsletter-link:hover {
  color: #cb4d28;
}
.footer__widget {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 405px);
}
@media only screen and (max-width: 1199px) {
  .footer__widget {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 991px) {
  .footer__widget {
    width: 100%;
  }
}
.footer__widget .widget {
  padding-left: 20px;
  width: 33.3%;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .widget {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget .widget {
    margin-bottom: 10px;
    padding-left: 0;
    width: 100%;
    font-size: 15px;
  }
}
.footer__widget .widget:last-of-type {
  margin-bottom: 0;
}
.footer__widget .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .widget_text {
    padding-left: 0;
  }
}
.footer .widget_text a {
  color: #fff;
}
.footer .widget_text a:hover {
  color: #cb4d28;
}
.footer .widget_text p:first-child {
  margin-top: -5px;
  margin-bottom: 10px;
  line-height: 2;
}
.footer .widget_nav_menu {
  line-height: 1.3;
}
.footer .widget_nav_menu li {
  margin-bottom: 15px;
}
.footer .widget_nav_menu li.is-active a {
  color: #cb4d28;
}
.footer .widget_nav_menu a {
  font-weight: 700;
  color: #fff;
}
.footer .widget_nav_menu a:hover {
  color: #cb4d28;
}
.footer .gform_wrapper form {
  position: relative;
  max-width: 310px;
}
@media only screen and (max-width: 991px) {
  .footer .gform_wrapper form {
    max-width: 100%;
  }
}
.footer .gform_wrapper .gform_heading .gform_title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .gform_wrapper .gform_heading .gform_title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .gform_wrapper .gform_body {
    padding-right: 50px;
  }
}
.footer .gform_wrapper input {
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  background: transparent;
}
.footer .gform_wrapper input::placeholder {
  color: #fff;
}
.footer .gform_wrapper .validation_error {
  display: none;
}
.footer .gform_wrapper .gfield_description {
  font-size: 14px;
  color: #cb4d28;
}
.footer .gform_wrapper .gform_footer {
  margin: 0;
}
.footer .gform_wrapper button[type=submit] {
  padding: 0;
  position: absolute;
  top: 35px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 6px 4px rgba(21, 23, 31, 0.2);
}
@media only screen and (max-width: 767px) {
  .footer .gform_wrapper button[type=submit] {
    top: 33px;
  }
}
.footer .gform_wrapper button[type=submit]:before {
  top: 30px;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  color: #005391;
  content: "\f061";
}
.footer .gform_wrapper button[type=submit]:after {
  display: none;
}
.footer__copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__copyright p {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(45, 45, 45, 0.8);
}
.footer__copyright-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer__copyright-list {
    width: 100%;
  }
}
.footer__copyright-item {
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer__copyright-item {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__copyright-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright-item {
    margin-right: 0;
    margin-bottom: 2px;
    width: 100%;
  }
}
.footer__copyright-item:last-child {
  margin-right: 0;
}
.footer__copyright-item.is-active .footer__copyright-link {
  color: #005391;
}
.footer__copyright-link {
  font-size: 15px;
  font-weight: 700;
  color: rgba(45, 45, 45, 0.8);
}
.footer__copyright-link:hover {
  color: #005391;
}
