/*
 Theme Name: WD Theme
 Theme URI: https://www.websitedelivery.nl
 Description: Dit template is op maat ontworpen en ontwikkeld door Website delivery, gevestigd te Amsterdam. Ook een website laten maken? Neem dan contact met mij op middels <a href="mailto:info@websitedelivery.nl">info@websitedelivery.nl</a>.
 Version: 1.0
 Author: Alexander van der Kamp
 Author URI: https://www.websitedelivery.nl
 */
/* FONTS */
@import url("../../../../lgu6rms.css");
@font-face {
  font-family: "Gotham";
  src: url('https://www.ippiq.nl/wp-content/themes/wd-theme/fonts/Gotham-Light.otf');
}
@font-face {
  font-family: "Gotham Bold";
  src: url('https://www.ippiq.nl/wp-content/themes/wd-theme/fonts/Gotham-Medium.otf');
}
/* VARIABLES */
/* BASICS */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
html.open {
  overflow: hidden;
}
body {
  height: 100%;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  background: white;
}
header .inner, main, .slider ul.slides li .inner, main.home section .inner, section.cases .inner, section.logos, footer .inner, .copyright {
  width: 1100px;
  margin: 0 auto;
  overflow: auto;
}
header .inner {
  display: inline-table;
}
a {
  color: #7fbec4;
  text-decoration: none;
}
a:hover {
  color: #dd6ca6;
}
a.button {
  border: 1px solid #035171;
  color: #035171;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 25px;
  float: left;
}
main a {
  border-bottom: 1px solid #7fbec4;
}
main a:hover {
  border-bottom: 1px solid #dd6ca6;
}
a.button:hover {
  background: #035171;
  color: white;
}
a.button + a.button {
  margin-left: 10px;
  display: inline-block;
}
.clear {
  clear: both;
}
address {
  font-style: normal;
}
img, a img {
  border: 0;
}
strong {
  font-weight: 500;
}
p {
  margin-bottom: 25px;
}
:focus {
  outline: 0;
}
fieldset {
  border: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.underline {
  text-decoration: underline;
}
::-moz-selection, ::-webkit-selection, ::-ms-selection {
  background: #eee;
  color: #333;
}
/* HEADINGS */
h1, h2, h3 {
  color: #035171;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 10px;
  letter-spacing: -0.4px;
  position: relative;
}
h1 {
  font-size: 34px;
  margin-bottom: 15px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h1:before, h2:before, h3:before {
  content: "</ ";
  position: relative;
  color: #7fbec4;
}
h1:after, h2:after, h3:after {
  content: " >";
  position: relative;
  color: #7fbec4;
}
h1.clean:before, h2.clean:before, h3.clean:before, h1.clean:after, h2.clean:after, h3.clean:after {
  content: "";
}
.quote {
  color: white;
  font-family: "Gotham", sans-serif;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 10px;
  letter-spacing: -0.4px;
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 40px;
  background-color: rgba(127, 190, 196, 0.8);
  /* top: -133px; */
  margin-bottom: 31px;
}
/* HEADER */
header {
  padding: 30px 0;
  position: relative;
  line-height: 0;
  display: table;
  width: 100%;
  overflow: visible !important;
  text-align: center;
  background: white;
}
header .logo {
  float: left;
  line-height: 0;
}
.header-image {
  height: 300px;
  overflow: hidden;
}
.header-image div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-id-73 .header-image div {
  background-position: 50% 20%;
}
.page-id-75 .header-image div {
  background-position: 50% 65%;
}
.header-image-groot {
  height: 800px;
}
/* MENU */
header nav ul {
  height: 35px;
  line-height: 35px;
  float: right;
  overflow: visible !important;
}
header nav ul li {
  float: left;
  margin: 0 15px;
  position: relative;
}
header nav ul li a {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
header nav ul li a:hover, header nav ul li.current-menu-item a, header nav ul li.current-menu-parent a {
  color: #7fbec4;
}
header nav ul li:last-of-type {
  margin-right: 0;
}
header nav ul li.menu-item-has-children > a {
  cursor: default;
}
nav a.responsive-menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1000;
}
nav.responsive {
  display: none;
}
.single-post li#menu-item-28 a, .single-case li#menu-item-25 a {
  color: #7fbec4;
}
/* SUB-MENU */
header nav ul li:hover > ul {
  display: block;
}
header nav ul ul {
  display: none;
  padding: 30px 0 0;
  position: absolute;
  top: 35px;
  left: -45px;
  width: auto;
  z-index: 50;
  height: auto;
}
header nav ul ul li {
  display: block;
  float: none;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  min-width: 175px;
  text-align: left;
  background: #f6f6f6;
  padding: 0 30px;
}
header nav ul ul li a {
  color: #333;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}
header nav ul ul li:first-of-type {
  padding-top: 15px;
}
header nav ul ul li:last-of-type {
  padding-bottom: 17.5px;
  margin-right: 15px;
}
header nav ul li.current-menu-item ul li a, header nav ul li.current-menu-parent ul li a {
  color: #333;
}
header nav ul ul li a:hover, header nav ul ul li.current-menu-item a {
  color: #dd6ca6 !important;
}
/* MOBILE MENU */
header nav.mobile {
  max-height: 0;
}
header nav.mobile ul.menu {
  display: none;
}
a.mobile-menu-button {
  position: absolute;
  right: 4%;
  top: 43px;
  padding: 0;
  line-height: 0;
  display: none;
  z-index: 1000;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
a.mobile-menu-button .lines, a.mobile-menu-button .lines:before, a.mobile-menu-button .lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #333;
}
a.mobile-menu-button .lines {
  position: relative;
}
a.mobile-menu-button .lines:before, a.mobile-menu-button .lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.2s 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -moz-transition: top 0.2s 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
  -o-transition: top 0.2s 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  transition: top 0.2s 0.1s ease-in-out, transform 0.1s ease-in-out;
}
a.mobile-menu-button .lines:before {
  top: 6px;
}
a.mobile-menu-button .lines:after {
  top: -6px;
}
a.mobile-menu-button.close {
  position: absolute;
}
a.mobile-menu-button.close .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important;
}
a.mobile-menu-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
a.mobile-menu-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
a.mobile-menu-button.close .lines:before, a.mobile-menu-button.close .lines:after {
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s 0.4s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, -moz-transform 0.2s 0.4s ease-in-out;
  -o-transition: top 0.2s ease-in-out, -o-transform 0.2s 0.4s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s 0.4s ease-in-out;
  top: 0;
  width: 20px;
}
.slider {
  background: none !important;
  border-radius: 0 !important;
  overflow: hidden;
}
.slider ul.slides, .slider ul.slides li {
  height: 700px;
  overflow: hidden;
  width: 100%;
}
.slider ul.slides li {
  position: relative;
  background: black;
}
.slider ul.slides li .inner {
  margin: 0 auto;
}
.slider ul.slides li .inner .text {
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  z-index: 100;
  width: 65%;
  color: white;
}
.slider ul.slides li .inner .text h2 {
  font-size: 34px;
  color: white;
}
.slider ul.slides li .inner .text h2:before, .slider ul.slides li .inner .text h2:after {
  color: rgba(255, 2555, 255, 0.5);
}
.slider ul.slides li img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.6;
}
.flexslider ul.flex-direction-nav a {
  line-height: 40px;
  z-index: 200;
}
.flexslider ul.flex-direction-nav li {
  list-style-type: none;
}
main.detail {
  margin-bottom: 70px !important;
}
main.home {
  position: relative;
  width: 100%;
  margin: 0;
}
main.home section {
  width: 100%;
}
main.home section.intro {
  position: relative;
  margin-top: 80px;
}
main.home section.intro .left {
  width: calc(100% - 370px);
  float: left;
}
main.home section.intro .left h2 {
  font-size: 32px;
}
main.home section.intro .right {
  float: right;
  width: 250px;
  padding: 40px 30px;
  background: rgba(222, 109, 167, 0.8);
  color: white;
  margin-top: 40px;
}
main.home section.intro .right h2 {
  color: white;
  font-size: 26px;
}
main.home section.intro .right h2:before, main.home section.intro .right h2:after {
  color: white;
}
main.home section.intro .right a.button {
  color: white;
  border-color: white;
}
main.home section.intro .right a.button:hover {
  color: #dd6ca6;
  background: white;
}
main.home section.banner {
  background: #7fbec4;
  color: white;
  text-align: center;
  padding: 120px 0px;
  font-size: 20px;
  margin: 80px 0;
  position: relative;
}
main.home section.banner .text {
  padding: 0 10%;
  font-weight: 300;
  z-index: 100;
  position: relative;
}
main.home section.banner .text h1 {
  color: white;
  font-size: 32px;
  margin-bottom: 15px;
}
main.home section.banner .text a.button {
  float: none;
  display: inline-block;
  border-color: white;
  color: white;
  font-weight: 400;
}
main.home section.banner .text a.button:hover {
  color: #035171;
  background: white;
  font-weight: 400;
}
main.home section.banner .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-position: center center;
  background-size: cover;
}
main.home section.diensten {
  position: relative;
}
main.home section.diensten ul.diensten {
  width: 100%;
  display: inline-block;
}
main.home section.diensten ul.diensten li {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  background: #f6f6f6;
  position: relative;
  list-style-type: none;
  line-height: 0;
}
main.home section.diensten ul.diensten li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  z-index: 100;
  max-width: 100%;
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  width: 100%;
}
main.home section.diensten ul.diensten li .text a {
  display: flex;
  padding: 13px;
  background: rgba(255, 255, 255, 0.8);
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  border-bottom: 0;
  width: auto;
  height: 55px;
  justify-content: center;
  align-items: center;
}
main.home section.diensten ul.diensten li .text a h2 {
  font-size: 21px;
  font-family: "Gotham Bold";
}
main.home section.diensten ul.diensten li .text a:hover {
  background: #035171;
}
main.home section.diensten ul.diensten li .text a:hover h2 {
  color: white;
}
main.home section.diensten ul.diensten li .text:hover {
  -moz-transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
}
main.home section.diensten ul.diensten li .image {
  opacity: 0.8;
  position: relative;
  width: 100%;
  height: 365px;
  overflow: hidden;
}
main.home section.diensten ul.diensten li .image img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
main.home section.diensten ul.diensten li .image:hover img {
  -moz-transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
  width: auto;
  height: 110%;
}
main.home section.diensten ul.diensten li:nth-child(3n+3) {
  margin-right: 0;
}
main.home section.diensten ul.diensten li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
main.home section.diensten ul.diensten li:nth-child(2) .text a:hover {
  background: #7fbec4;
}
main.home section.diensten ul.diensten li:nth-child(3) .text a:hover {
  background: #dd6ca6;
}
main.home section.diensten ul.diensten li:nth-child(4) .text a:hover {
  background: #ed7d31;
}
main.home section.diensten ul.diensten li:nth-child(5) .text a:hover {
  background: #c00000;
}
main.home section.diensten ul.diensten li:nth-child(6) .text a:hover {
  background: #aaa;
}
section.cases {
  position: relative;
  margin: 70px 0 60px;
}
section.cases .flexslider ul.slides {
  padding-bottom: 1px;
}
section.cases .flexslider ul.slides > li {
  font-size: 20px;
  list-style-type: none;
}
section.cases .flexslider ul.slides > li .inner {
  border-top: 2px dotted #ccc;
  padding-top: 60px;
}
section.cases .flexslider ul.slides > li .logo {
  width: 15%;
  float: left;
  text-align: center;
  margin-left: 10%;
}
section.cases .flexslider ul.slides > li .logo img {
  width: 80%;
  height: auto;
  padding: 0 10%;
  margin: 0 auto;
  float: none;
  display: inline-block;
}
section.cases .flexslider ul.slides > li .right {
  width: 60%;
  float: right;
  margin-right: 10%;
  margin-left: 5%;
  font-size: 24px;
  line-height: 30px;
}
section.cases .flexslider ul.slides > li .right span {
  display: inline-block;
  font-size: 15px;
  color: #7fbec4;
  margin-top: 5px;
}
section.cases ul.flex-direction-nav {
  display: none !important;
}
/* CONTENT */
main {
  margin: 70px auto;
  position: relative;
  display: block;
  overflow: hidden;
}
main section {
  float: left;
  width: 65%;
}
main section img {
  max-width: 100%;
  height: auto;
}
main section ol, main section ul {
  margin: -20px 0 20px;
}
main section h1 + ol, main section h1 + ul, main section h2 + ol, main section h2 + ul, main section h3 + ol, main section h3 + ul {
  margin: 0 0 20px;
}
main section ol li {
  list-style-type: decimal;
  margin: 0 0 0 25px;
}
main section ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
main section :last-child {
  margin-bottom: 0;
}
main section.full {
  width: 100%;
}
.responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
ul.checks li {
  padding-left: 30px;
  background: url('https://www.ippiq.nl/wp-content/themes/wd-theme/images/check.png') no-repeat 0px 3px;
  background-size: 18px 18px;
  margin: 5px 0;
  list-style-type: none;
}
div.logos {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  border-top: 2px dotted #ccc;
}
div.logos div {
  height: 75px;
  margin-right: 25px;
  margin-left: 25px;
}
div.logos div img {
  height: 100%;
}
/* SIDEBAR */
aside {
  float: right;
  width: 27.5%;
}
aside .widget {
  margin: 0 0 40px 0;
}
aside .widget:last-child {
  margin: 0;
}
aside a {
  color: #333;
}
aside a:hover {
  color: #7fbec4;
}
aside h3:before, aside h3:after {
  content: "";
}
/* DIENSTEN */
main.diensten {
  position: relative;
}
main.diensten section {
  width: 100%;
}
main.diensten section ul.diensten {
  width: 100%;
  line-height: 0;
  display: inline-block;
  margin-top: 10px;
}
main.diensten section ul.diensten li {
  list-style-type: none;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  margin-left: 0;
  position: relative;
  height: 360px;
  overflow: hidden;
}
main.diensten section ul.diensten li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: inline-block;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -ms-transition: 0.15s all;
}
main.diensten section ul.diensten li .text h3 {
  font-size: 21px;
  font-family: "Gotham Bold";
  margin-bottom: 5px;
}
main.diensten section ul.diensten li .text p {
  font-size: 16px;
  line-height: 22px;
  color: #035171;
}
main.diensten section ul.diensten li img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
main.diensten section ul.diensten li:nth-child(2n+2) {
  margin-right: 0;
}
main.diensten section ul.diensten li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
main.diensten section ul.diensten li:hover img {
  opacity: 0.7;
  -moz-transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
  width: auto;
  height: 110%;
}
ul.diensten-new {
  width: 100%;
  display: inline-block;
  margin: -50px 0 30px;
}
ul.diensten-new li {
  width: 100%;
  display: inline-block;
  padding: 90px 0;
  border-bottom: 1px dashed #ccc;
  position: relative;
  line-height: 0;
}
ul.diensten-new li .image {
  width: 47.5%;
  float: left;
  line-height: 0;
}
ul.diensten-new li .image img {
  width: 100%;
  opacity: 0.8;
}
ul.diensten-new li .text {
  float: right;
  position: absolute;
  width: 47.5%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  right: 0;
  line-height: 26px;
}
ul.diensten-new li .text p:last-child {
  margin-bottom: 0;
}
ul.diensten-new li .inner {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}
ul.diensten-new li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
ul.diensten-new li:nth-child(even) .image {
  float: right;
}
ul.diensten-new li:nth-child(even) .text {
  float: left;
  right: auto;
  left: 0;
}
.diensten-contact {
  text-align: center;
  margin-top: 70px;
}
.diensten-contact a.button {
  float: none;
  margin-top: 10px;
  display: inline-block;
}
.diensten-contact h2 {
  color: #006991;
}
.diensten-contact h2:before, .diensten-contact h2:after {
  color: #dd6ca6;
}
/* CASES */
main.cases {
  position: relative;
}
main.cases section {
  width: 100%;
}
main.cases section ul.cases {
  width: 100%;
  line-height: 0;
  display: inline-block;
  margin-top: 10px;
}
main.cases section ul.cases li {
  float: left;
  width: 100%;
  clear: both;
  list-style-type: none;
  margin-left: 0;
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
main.cases section ul.cases li .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
main.cases section ul.cases li .inner .image {
  float: left;
  width: 48%;
  height: 100%;
}
main.cases section ul.cases li .inner .image img {
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
main.cases section ul.cases li .inner .image img:hover {
  opacity: 0.7;
  -moz-transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
}
main.cases section ul.cases li .inner .text {
  float: right;
  width: 48%;
  line-height: 26px;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.cases section ul.cases li .inner .text h2 {
  font-size: 26px;
  font-family: "Gotham Bold";
  margin-bottom: 10px;
}
main.cases section ul.cases li .inner .text a.button {
  margin-top: 20px;
}
main.cases section ul.cases li .inner .text .less {
  display: none;
}
main.cases section ul.cases li:nth-child(even) {
  position: relative;
}
main.cases section ul.cases li:nth-child(even) .image {
  float: right;
}
main.cases section ul.cases li:nth-child(even) .text {
  float: left;
  right: auto;
  left: 0;
}
main.cases section ul.cases li:nth-child(1) {
  margin-top: 20px;
}
main.cases section ul.cases li:last-child {
  margin-bottom: 20px;
  border-bottom: 0;
  padding-bottom: 0;
}
/* NIEUWS */
main.news {
  position: relative;
}
main.news section {
  width: 100%;
}
main.news section article {
  float: left;
  width: 100%;
  clear: both;
  list-style-type: none;
  margin-left: 0;
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  line-height: 0;
}
main.news section article .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
main.news section article .inner .image {
  float: left;
  width: 48%;
  height: 100%;
  line-height: 0;
}
main.news section article .inner .image a {
  border-bottom: 0;
}
main.news section article .inner .image img {
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
main.news section article .inner .image img:hover {
  opacity: 0.7;
  -moz-transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
}
main.news section article .inner .text {
  float: right;
  width: 48%;
  line-height: 26px;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.news section article .inner .text h2 {
  font-size: 26px;
  font-family: "Gotham Bold";
  margin-bottom: 5px;
}
main.news section article .inner .text a.button {
  margin-top: 20px;
}
main.news section article .inner .text .less {
  display: none;
}
main.news section article:nth-child(even) {
  position: relative;
}
main.news section article:nth-child(even) .image {
  float: right;
}
main.news section article:nth-child(even) .text {
  float: left;
  right: auto;
  left: 0;
}
main.news section article:nth-child(1) {
  margin-top: 20px;
}
main.news section article:last-child {
  margin-bottom: 20px;
  border-bottom: 0;
  padding-bottom: 0;
}
article {
  position: relative;
}
article .post-meta {
  color: #aaa;
  margin-bottom: 5px;
}
article a.back {
  border-bottom: 0;
}
.single article h1 {
  margin-bottom: 5px;
}
/* FOOTER */
footer {
  background: #006991;
  width: 100%;
  padding: 65px 0 70px;
  color: white;
  font-weight: 300;
}
footer .left {
  width: calc(100% - 400px);
  float: left;
}
footer .left h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 10px;
}
footer .right {
  float: right;
  width: 300px;
  margin-top: 39px;
  position: relative;
}
footer .right ul.social-icons {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
}
footer .right ul.social-icons li {
  width: 35px;
  height: 35px;
  border: 1px solid #7fbec4;
  margin: 2.5px;
  float: left;
}
footer .right ul.social-icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer .right ul.social-icons li {
  background-repeat: no-repeat;
  background-position: center;
}
footer .right ul.social-icons li.twitter {
  background-image: url('https://www.ippiq.nl/wp-content/themes/wd-theme/images/twitter.svg');
  background-size: 17px auto;
}
footer .right ul.social-icons li.facebook {
  background-image: url('https://www.ippiq.nl/wp-content/themes/wd-theme/images/facebook.svg');
  background-size: 18px auto;
}
footer .right ul.social-icons li.linkedin {
  background-image: url('https://www.ippiq.nl/wp-content/themes/wd-theme/images/linkedin.svg');
  background-size: 18px auto;
}
footer .right ul.social-icons li.instagram {
  background-image: url('https://www.ippiq.nl/wp-content/themes/wd-theme/images/instagram.svg');
  background-size: 28px auto;
}
footer .right ul.social-icons li:hover {
  background-color: rgba(128, 192, 197, 0.3);
}
footer a {
  color: white;
}
footer p:last-of-type {
  margin-bottom: 0 !important;
}
.copyright {
  margin: 0 auto;
  padding: 25px 0;
  overflow: auto;
  color: #888;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.copyright a {
  color: #888;
}
.copyright a:hover {
  color: #035171;
}
.copyright .left {
  float: left;
}
.copyright .right {
  float: right;
}
/* CONTACTFORMULIER */
input[type=text], input[type=email], input[type=tel], input[type=submit], select, textarea {
  font-family: "proxima-nova", sans-serif;
  color: #333;
  font-size: 15px;
  margin: 0 0 10px 0 !important;
  padding: 15px 15px;
  font-weight: 300;
  border: none;
  background-color: transparent;
  outline: none;
  width: 440px;
  border: 1.5px solid #eee;
}
select {
  width: 470px;
  background: url('https://www.ippiq.nl/wp-content/themes/wd-theme/css/images/arrow-down.png') no-repeat 95% 50% #f6f6f6;
  background-size: 10px 6.5px;
  border-radius: 0;
  -webkit-appearance: none;
}
textarea {
  height: 140px;
  margin: 0 0 5px;
}
input[type=submit] {
  border: 1px solid #035171;
  color: #035171;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 25px;
  display: inline-block;
  position: relative;
  width: auto;
  font-weight: 400;
  cursor: pointer;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, input[type=submit]:hover {
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
input[type=submit]:hover {
  background: #035171;
  color: white;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border: none !important;
  background: #d5fad1;
  width: 440px;
  font-size: 15px;
  line-height: 24px;
  margin: 0 !important;
  padding: 15px !important;
}
div.wpcf7-validation-errors {
  background: #fffcd0;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  background: #fbe7e7;
}
div.logos {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  border-top: 2px dotted #ccc;
}
div.logos div {
  height: 75px;
  margin-right: 25px;
  margin-left: 25px;
}
div.logos div img {
  height: 100%;
}