/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-jul-2017, 11:26:56
    Author     : MeesVerberne
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700i);
@font-face {
  font-family: 'Zefani';
  src: url(/assets/fonts/zefani-regular-webfont.eot);
  src: url(/assets/fonts/zefani-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/zefani-regular-webfont.svg#zefaniregular) format('svg'), url(/assets/fonts/zefani-regular-webfont.woff2) format('woff2'), url(/assets/fonts/zefani-regular-webfont.woff) format('woff'), url(/assets/fonts/zefani-regular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Zefani';
    src: url(/assets/fonts/zefani-regular-webfont.svg#zefaniregular) format('svg');
  }
}
footer {
  background-color: #383838;
}
footer nav.socials a {
  display: inline;
  padding-right: 12px;
}
footer ul {
  width: 100%;
  box-sizing: border-box;
  background-color: #383838;
  padding-top: 105px;
  padding-bottom: 140px;
  color: #7a7a7a;
  max-width: 880px;
  display: flex;
  margin: 0 auto;
}
footer ul h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  margin-bottom: 30px;
}
footer ul h1::after {
  background-color: #fff;
  height: 2px;
  width: 50px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
}
footer ul li {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  height: inherit;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}
footer ul li .bottom {
  position: absolute;
  bottom: 0px;
  font-size: 11px;
}
footer ul li a {
  line-height: 22px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: block;
  color: #7a7a7a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .logo {
  max-width: 100%;
  margin-top: -3px;
}
footer .logo svg {
  width: 100%;
}
@media all and (max-width: 1024px) {
  footer ul {
    display: block;
    padding: 50px;
    width: 100%;
  }
  footer ul li {
    width: 33.3333%;
    min-height: 180px;
  }
  footer ul li:first-child {
    width: 100%;
    min-height: 0;
    padding-right: 0;
  }
  footer ul li .logo {
    text-align: center;
    padding-bottom: 30px;
  }
  footer ul li .logo svg {
    max-width: 200px;
  }
}
@media all and (max-width: 767px) {
  footer ul {
    padding: 50px 30px;
  }
  footer ul li {
    display: none;
    width: 100%;
  }
  footer ul li:first-child {
    display: block;
    padding-right: 0;
  }
  footer ul li:last-child {
    display: block;
    text-align: center;
    min-height: 0;
    padding-right: 0;
  }
  footer ul li:last-child h1:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer ul li:last-child .bottom {
    position: static;
    margin-top: 20px;
  }
  footer ul li .logo {
    text-align: center;
    padding-bottom: 30px;
  }
  footer ul li .logo svg {
    max-width: 200px;
  }
}
/*# sourceMappingURL=footer.css.map */