/*!
Theme Name: Clearly
Theme URI: https://clearly.nl
Author: Haicu webdesign
Author URI: https://haicu.nl/
Description: A tailormade theme for Clearly
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: haicu20
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-family:'clearlybold', Arial, sans-serif;
	font-weight: 400;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 400;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #0083cc;
	font-family:'clearlyregular', Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:400;
	line-height: 1.1;
}
h1 {
	font-size:42px;
	line-height: 50px;
	font-weight:400;
	margin:20px 0 0 0;
}
h2 {
	font-size:42px;
	line-height: 50px;
	font-weight:400;
	color:#498A5A;
	margin-top:15px;
	margin-bottom:7px;
		
}





.site-header {
	margin-bottom:0;
}
p {
	margin-top:0.5em;
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-style:italic;
	font-size:1.4em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0083cc;
	text-decoration:none;
	border-bottom:1px solid #0083cc;
}

a:visited {
	color: #0083cc;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #e45d58;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -9999px;
	right:auto;
	width:100%;
	z-index: 99999;
	text-align:left;
	padding-top:4px;
	padding-bottom:3px;
	background:#fff;
}
.main-navigation ul ul li {
	width:100%;
	padding:0 10px 0px 10px;
	font-size:.8em;
	text-transform:uppercase;
	min-width:180px;
	background-color:#fff;
}
.main-navigation ul ul li:first-child {
	padding-top:10px;
}
.main-navigation ul .no-min-width ul li {
	min-width:0px;
}
.main-navigation ul ul a {
	border-top:1px solid #b3b3b2;
	padding:4px 0;
	display:block;
	width:100%;
	font-weight:400;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	right:auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle {
		display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Layout 
--------------------------------------------------------------*/
body.modal-open {
	overflow:hidden;
}


/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.site-header .innerwrap2 {
	margin:0;
	padding:0;
	position:relative;
}
.site-header .site-branding {
	position:absolute;
	top:0;
	left:0;
	width:calc(100% - 300px);
	padding-bottom:21%;
}
.site-header .site-branding h1 {
	margin:0;
	padding:0;
}
.site-header .site-branding h1 a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:0;
	z-index:999;
	background:url('images/clearly_logo_groot.svg') 0 0 no-repeat;
	background-size:contain;
}
.site-header .pay-off {
	height:7vw;
	max-height:100px;
	width:300px;
	max-width:310px;
	text-align:right;
	margin-left:auto;
	margin-right:0;
	text-align:center;
	color: #0083cc;
	font-size:22px;
	line-height:24px;
	padding-top:2.3vw;
}
.contact-icons {
	position:fixed;
	top:100px;
	left:0;
	right:0;
}
.contact-icons .innerwrap {
	padding:0 20px 0 0;
	text-align:right;
}
.contact-icons .innerwrap-extra {
	display:inline-block;
	width:50px;
}
.contact-icons a {
	display:block;
	width:50px;
	height:50px;
	border:0;
	margin-bottom:14px;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:9999;
}
.contact-icons a:after {
	clear:both;
}
.contact-icons a.icon.email {
	background-image:url('images/mail_klein.svg;');
}
.contact-icons a.icon.phone {
	background-image:url('images/06_klein.svg;');
}
.contact-icons a.icon.linkedin {
	background-image:url('images/in_klein.svg;');
}



.banner {
	min-height:374px;
	position:relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 45.3125%;
    margin-bottom:45px;
}


/*--------------------------------------------------------------
## Main-navigation
--------------------------------------------------------------*/
.main-navigation {
	padding:8px 0 0 0;
}
.main-navigation ul {
	text-align:right;
}
.main-navigation > div > ul > li {
	display:inline-block;
	float:none;
}
.main-navigation > div > ul > li:hover {
	background-color:#fff;
}

.main-navigation > div > ul > li > a {
    display: inline-block;
    line-height:20px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    padding: 1px 0px;
    border-bottom:2px solid #ffffff;
    color:#000;
    font-size:16px;
    font-weight:400;
}
.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li.current-menu-item > a  {
    color:#e45d58;
    border-bottom:2px solid #e45d58;
}
.main-navigation > div > ul > li.color > a {
	border: 2px solid #e45d58;
	padding: 4px 15px;
	font-size:0.8em;
}

.main-navigation ul ul li a {
	color:#000000;
}
.main-navigation ul ul li a:hover {
	color:#e45d58;
}


/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/
.innerwrap {
	max-width:1440px;
	margin:0 auto;
	padding:0px 100px;
}

.content-area 	{
	margin:0;
	padding:0;
}

.content-area .entry-columns {
	margin:20px -20px 20px -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.content-area .entry-columns.col3 .col {
    -webkit-flex:1 1 28%;
    -ms-flex:1 1 28%;
    flex: 1 1 28%;
    padding:0;
    margin:0 20px;
    min-width:300px;
    display:block;
}
.content-area .entry-columns.col3.line .col {
    -webkit-flex:1 1 28%;
    -ms-flex:1 1 28%;
    flex: 1 1 28%;
    padding:0;
    margin:0 20px;
    min-width:0px;
    flex-wrap:nowrap;
    border-top:15px solid #0083cc;
}
.content-area .entry-columns.col2 .col {
    -webkit-flex:1 1 44%;
    -ms-flex:1 1 44%;
    flex: 1 1 44%;
    padding:0;
    margin:0 20px;
    min-width:300px;
    display:block;
}
.content-area .hidden,
.content-area .hidden {
    visibility:hidden !important;
    height:0 !important;
    border:0 !important;
    padding:0 !important;
    margin:0 !important;
}
.content-area .entry-columns.col2 .extra-padding-left {
    padding-left:100px;
}
.content-area a.contact {
	display:inline-block;
	position:relative;
	padding-left:40px;
	border:0;
	max-width:100%;
	word-wrap:break-word;
}
.content-area a.contact:before {
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	content:"";
	background-repeat:no-repeat;
	background-size:contain;
}
.content-area a.contact.email:before {
	background-image:url('images/mail_klein.svg;');
}
.content-area a.contact.phone:before {
	background-image:url('images/06_klein.svg;');
}
.content-area a.contact.linkedin:before {
	background-image:url('images/in_klein.svg;');
}

.teaser .entry-columns.col3.line .col {
	color:#498A5A;
	border-top:15px solid #498a5a;
	margin-bottom:60px;
}


.innerwrap.quote {
	max-width:810px;
	color:#498a5a;
	padding:0 20px;
	margin-bottom:120px;
}
.innerwrap.quote .the-quote {
	font-family: ibmplexserif-italic, clearlyregular, arial, sans-serif;
	background-color:#498a5a;
	color:#fff;
	padding:50px 60px;
	border-radius:30px;
}
.triangle {
	float:left;
	width:90px;
	height:90px;
	background-image:url('images/driehoek.svg;');
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:75px;
}
.recom {
	width:calc(100%  - 175px);
	float:right;
	padding:31px 0;
	text-align:right;
}
.recom a {
	color:#498a5a;
	border-bottom:1px solid #498a5a;
}
.author-image {
	float:left;
	padding-left:30px;
}
.author-image img {
	width:90px;
	height:90px;
	border-radius:45px;
}
.author-info {
	float:right;
	width:calc(100% - 140px);
}

.worksfor .entry-columns.col3.line .col {
    border-top: 15px solid #498a5a;
}
.content-area .entry-columns.col3.logos {
    justify-content: center;
}
.content-area .entry-columns.col3.logos .col {
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;
    margin:auto 20px;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer .footer-widgets {
	background:#0083cc;
}
.site-footer .footer-widgets .innerwrap {
	max-width:1440px;
	margin:0 auto;
	padding:35px 100px 20px 100px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
}
.site-footer .footer-widgets .widget {
    -webkit-flex:0 0 33%;
    -ms-flex:0 0 33%;
    flex: 0 0 33%;
    padding:0;
    color:#fff;
}
.site-footer .footer-widgets .widget h3 {
	color:#fff;
	font-size:1.4em;
	margin-bottom:10px;
}
.site-footer .footer-widgets .widget ul {
	margin:0;
	padding:0;
	list-style: none;
}
.site-footer .footer-widgets .widget ul li {
	margin:0;
	padding:0;
}
.site-footer .footer-widgets .widget a {
	color:#fff;
	text-decoration: none;
}
.site-footer .footer-widgets .widget a:hover {
	border-bottom:1px solid #fff;
}



/*--------------------------------------------------------------
# Portfolio stuff
--------------------------------------------------------------*/

.owl-carousel {
	position:relative;
	margin-bottom:30px;
}
.owl-carousel .slide {
	position:relative;
	width:100%;
	padding-bottom:54.84%;
}
.owl-carousel .owl-item .slide img {
	position:absolute;
	left:0;
	right:0;
	top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-dots {
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #0083cc !important;
}
.owl-carousel .owl-nav {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	color:#fff;
	font-size:92px;
}
.owl-carousel .owl-nav .owl-prev {
	float:left;
	background-color:transparent !important;
}
.owl-carousel .owl-nav .owl-next {
	float:right;
	background-color:transparent !important;
}

.innerwrap.portfolio .innerwrap2 {
	position:relative;
}
.innerwrap.portfolio .client-title {
	position:absolute;
	top:25px;
	left:42px;
	z-index:99999;
	max-width:300px;
	color:#fff;
}
.innerwrap.portfolio .client-title .client-name {
	font-family:'clearlybold', Arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight:400;
	color:#fff;
	margin-bottom:12px;
}
.innerwrap.portfolio .client-title .portfolio-title {
	font-family: ibmplexserif-textitalic, clearlyregular, arial, sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight:400;
	color:#fff;
}
.innerwrap.portfolio .case-description {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.innerwrap.portfolio .case-description .col {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 50%;
    padding:0 20px;
    margin-bottom:60px;
    min-width:350px;
}
.case-description ul {
    list-style:none;
    padding:0;
    margin:0;
    list-style-position: outside;
}
.case-description ul li {
		position:relative;
    padding-left:32px;
}
.case-description ul li:before {
		position: absolute;
    top: 0px;
    left: 0;
    content: "\2014";
}
.case-description p > a {
		position:relative;
    padding-left:32px;
    border-bottom:0;
}
.case-description p > a:before {
		content:"";
		position: absolute;
    top: 0px;
    left: 0;
    width:28px;
    height:28px;
    background-image:url('images/pijl.svg');
    background-repeat:no-repeat;
    background-size:contain;
}


.innerwrap.portfolio2 .flexwrap {
		margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.innerwrap.portfolio2 .flexbox {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 50%;
    padding:0 20px;
    margin-bottom:60px;
}
.innerwrap.portfolio2 .slide {
	margin-bottom:30px;
}
.innerwrap.portfolio2 .client-title .client-name {
	font-family:'clearlybold', Arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight:400;
	color:#0083cc;
	margin-bottom:12px;
}
.innerwrap.portfolio2 .client-title .portfolio-title {
	font-family: ibmplexserif-textitalic, clearlyregular, arial, sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight:400;
	color:#0083cc;
	margin-bottom:30px;
}
.innerwrap.portfolio2 .col1 {
	margin-bottom:1.5em;
}



/*--------------------------------------------------------------
Page template default
--------------------------------------------------------------*/
.page-template-default .entry-content {
	max-width:900px;
}



 
/*--------------------------------------------------------------
# Archive changed -> see news page template
--------------------------------------------------------------*/

.archive .column-wrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.archive .column-wrap .hentry {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:0 20px;
    min-width:300px;
}
.archive .column-wrap .hentry a {
	display:block;
	text-decoration:none;
	color:#000000;
}
.archive .column-wrap .hentry a:hover,
.archive .column-wrap .hentry a:hover h2 {
	color: #7b3683;
}
.archive .column-wrap .hentry a:hover img {
	opacity:0.9;
}
.archive .column-wrap .hentry h2 {
    color:#000000;
    line-height:1.2em;
    margin-top:10px;
    margin-bottom:-10px;
}
.archive .column-wrap .hentry .entry-content {
    margin-top:0;
}
.wp-pagenavi {
    clear: both;
    margin:30px 0px 30px 0px;
}

.wp-pagenavi a, 
.wp-pagenavi span {
    display:inline-block;
    text-decoration: none;
    border: 0;
    text-align:center;
    margin: 6px;
    min-width:40px;
    line-height:30px;
    background:#f0f2f1;
    font-weight:normal;
    font-size:18px;
}
.wp-pagenavi a:hover {
    border:0;
	background:#3a393a;
	color:#fff !important;
}

.wp-pagenavi span.current {
    background:#3a393a;
    border: 0px;
	color:#fff;
}

.wp-pagenavi span.current {
    font-weight: normal;
}

/*--------------------------------------------------------------
# Page template news overview (replacing archive
--------------------------------------------------------------*/

.page-template-page-news .column-wrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.page-template-page-news .column-wrap .hentry {
    -webkit-flex:1 1 29%;
    -ms-flex:1 1 29%;
    flex: 1 1 29%;
    padding:0;
    margin:0 20px 20px 20px;
    min-width:300px;
    border:1px solid #ccc;
}
.page-template-page-news .column-wrap .hentry a {
	display:block;
	text-decoration:none;
	color:#000000;
}
.page-template-page-news .column-wrap .hentry a:hover,
.page-template-page-news .column-wrap .hentry a:hover h2 {
	color: #7b3683;
}
.page-template-page-news .column-wrap .hentry a:hover img {
	opacity:0.9;
}
.page-template-page-news .column-wrap .hentry h2 {
    color:#000000;
    line-height:1.2em;
    margin-top:10px;
    margin-bottom:-10px;
	 padding:0 10px;
}
.page-template-page-news .column-wrap .hentry .entry-content {
    margin-top:0;
    padding:0 10px;
}
.page-template-page-news .column-wrap .hentry.filler {
    border:0;
}
.responsive-tabs-wrapper {
	 margin-top:20px;
}
.responsive-tabs-wrapper .column-wrap .hentry {
	border:0;
	border-bottom:1px solid #ccc;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    border:0;
    padding:0;
    border-top:1px solid #fff;
}
.responsive-tabs-wrapper h1.entry-title {
	 margin-top:20px;
}
.responsive-tabs-wrapper .column-wrap .hentry h2 {
	 padding:0;
}
.responsive-tabs-wrapper .column-wrap .hentry .entry-content {
    padding:0;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
	color: #7b3683;
	text-transform:uppercase;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover  {
	color: #7b3683;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover {
	border-color:#fff;
	color: #8a288f;
}
.responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
    margin-left:-10px;
}
@media (max-width: 767px) {
	.responsive-tabs-wrapper .column-wrap .hentry.filler {
    display:none;
	}
	.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    	border-bottom:1px solid #ccc;
	}
}




/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

.single h1 {
	font-size:4em;
	line-height:1.1em;
	margin:0.5em 0;
}

.single .column-wrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.single .column-wrap .entry-images {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:0 20px;
    min-width:200px;
    margin-bottom:30px;
}
.single .column-wrap .entry-content {
    -webkit-flex:2 1 66.66%;
    -ms-flex:2 1 66.66%;
    flex: 2 1 66.66%;
    padding:0 20px;
    margin-top:0;
}
.single .column-wrap .entry-content p:first-child {
	margin-top:0;
}
.single .entry-meta {
	font-style:italic;
	font-size: 1.1em;
}
.single .entry-images img {
	display:inline-block;
	margin-bottom:10px;
}


/*--------------------------------------------------------------
# Media query 1440
--------------------------------------------------------------*/

@media screen and (min-width: 1440px) {

.site-header .pay-off {
	padding-top:36px;
}

}

/*--------------------------------------------------------------
# Media query 1024
--------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
	
.innerwrap {
    padding:0 20px;
}
	
.site-header .site-branding {
    position: relative;
    top: auto;
    left: auto;
    width: 60%;
    padding-bottom: 16.5%;
}
.innerwrap3 {
	position:relative;
}
.contact-icons {
    position: absolute;
    right:0;
    bottom:0;
    top:auto;
    left: auto;
    height:50px;
}
.contact-icons .innerwrap {
    padding:0;
    height:50px;
}

.contact-icons .innerwrap-extra {
    width: 100%;
    height:50px;
}
.contact-icons a {
    display:inline-block;
    margin-bottom:0;
    margin-left:14px;
}
.site-header .pay-off {
    width: 300px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    padding-top: 0;
    line-height:7vw;
}
.content-area .entry-columns.col2 .extra-padding-left {
    padding-left: 20px;
}


.site-footer .footer-widgets .innerwrap {
	padding:35px 20px 20px 20px;
}



} /* end media query */



/*--------------------------------------------------------------
# Media query 768
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	
.contact-icons,
.contact-icons .innerwrap,
.contact-icons .innerwrap-extra {
	height:30px;
	
}
	.contact-icons a {
    width:30px;
    height:30px;
    margin-left:2px;
}
.content-area .entry-columns.col2 .col,
.teaser .entry-columns.col3.line .col  {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.content-area .entry-columns.col2 .extra-padding-left {
    padding-left:0;
}
.hide-on-mobile {
    display:none;
}

.site-footer .footer-widgets .widget {
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex: 0 0 100%;
}





} /* end media query */

/*--------------------------------------------------------------
# Media query 600
--------------------------------------------------------------*/

@media screen and (max-width: 713px) {
	
.innerwrap.portfolio .case-description .col.col1 {
	margin-bottom:1.5em;
}	
} /* end media query */
	

/*--------------------------------------------------------------
# Media query 600
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {

html #wpadminbar {
	position:fixed;
}

.site-header .pay-off {
	height:10vw;
    line-height:10vw;
}


.site-footer .footer-widgets .widget {
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;
}

.triangle {
		width:40px;
		height:40px;
	margin-left:45px;
}
.recom {
	padding:6px 0 24px 0;
	width:calc(100% - 100px);
}
.author-image {
	padding-left:0px;
}
.author-info {
    width: calc(100% - 110px);
}




} /* end media query */


