/*
Theme Name: Persona tool
Theme URI: https://www.scherponline.nl/
Author: Scherponline
Author URI: http://scherponline.nl/
Description: Scherponline 2020 WordPress theme
Version: 1.0
License: Scherponline 2020
License URI: https://www.scherponline.nl/
Tags: two-columns, right-sidebar, flexible-width
Text Domain: scherponline
*/

/* Root
-------------------------------------------- */
:root {
	--color-red: #FF301D;
	--color-red-hover: #FF4A1D;
	--color-blue: #0070FB;
	--color-green: #07D06B;
	--color-grey: #F5F8FA;
	--color-gray: #F5F8FA;
	--color-white: #FFFFFF;
	--color-black: #0D0D0D;
	--color-black-off: #333333;
	--color-yellow: #FFC525;

	--font-family: 'Metropolis';

	--font-size-xxxl: 96px;
	--font-size-xxl: 48px;
	--font-size-xl: 32px;
	--font-size-l: 24px;
	--font-size-m: 20px;
	--font-size-s: 18px;
	--font-size-xs: 16px;

	--spacing-xl: 248px;
	--spacing-l: 128px;
	--spacing-m: 48px;
	--spacing-s: 24px;

	--border-radius-l: 20px;
	--border-radius-m: 8px;

	--transition-speed: 0.25s;

	--container-size: 1312px;
}

@media screen and (max-width: 880px) {
	:root {
	
		--font-size-xxxl: 80px;
		--font-size-xxl: 36px;
		--font-size-xl: 24px;
		--font-size-l: 20px;
		--font-size-m: 18px;
		--font-size-s: 16px;
		--font-size-xs: 14px;
	
		--spacing-xl: 128px;
		--spacing-l: 68px;
		--spacing-m: 32px;
		--spacing-s: 16px;
	
		--border-radius-l: 20px;
		--border-radius-m: 8px;

		--container-size: 1312px;
	}
}


/* = Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-display: swap;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	/*outline: 0;*/
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	/*outline: 0;*/
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.caclearfix {
	clear:both;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	/*outline:none;*/
}
a:focus {
	/*outline: none;*/
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

figure {
	padding: 0;
	margin: 0;
}


/* Selection
-------------------------------------------------------------- */
::-moz-selection { /* Code for Firefox */
	color: #FFF;
	background: #FF301D;
}

::selection {
	color: #FFF;
	background: #FF301D;
}


/* GRID
-------------------------------------------------------------- */
.main {
	max-width: var(--container-size);
	margin: 0 auto;
	clear: both;
	padding: 0 20px;
}

.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px; /* column gutter */
	margin-right: -16px;
}

.section:after {
	content: '';
	display: table;
	clear: both;
}

.section.nomar {
	margin-left: 0;
	margin-right: 0;
}

.fcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 30px 16px; /* column gutter */
	border: none;
	/* Float fallback */
	float: left;
}

.section.nomar .fcol {
	margin-left: 0;
	margin-right: 0;
}

.fcol:last-child {
	margin-right: 0;
}

.f25 {
	width: calc( 25% - 32px );
}

.f25:nth-child(4n+1) {
	clear: left;
}

.f20 {
	width: calc( 20% - 32px );
}

.f20:nth-child(5n+1) {
	clear: left;
}

.f33 {
	width: calc( 33.3333% - 32px );
}

.f33:nth-child(3n+1) {
	clear: left;
}

.f40 {
	width: calc( 40% - 32px );
}

.f50 {
	width: calc( 50% - 32px );
}

.f50:nth-child(2n+1) {
	clear: left;
}

@media (max-width: 780px) {

	.section.medium {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	.medium .f50 {
		display: block;
		width: auto;
		float: none;
		clear: both;
		margin: 0 0 20px 0;
	}
}

.f60 {
	width: calc( 60% - 32px );
}

.f66 {
	width: calc( 66.6666% - 32px );
}

.f75 {
	width: calc( 75% - 32px );
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 10, 2021 */
@font-face {
    font-family: 'metropolisblack';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisblack_italic';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-blackitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisbold';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisbold_italic';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-bolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolislight';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolislight_italic';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-lightitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolismedium';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolismedium_italic';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-mediumitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisregular';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisregular_italic';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-regularitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolissemi_bold';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-semibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolissemi_bold_italic';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-semibolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-blackitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-blackitalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-bolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-lightitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-mediumitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-mediumitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-regularitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-regularitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-semibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/themes/personatool/inc/fonts/metropolis-semibolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/personatool/inc/fonts/metropolis-semibolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
  font-family: 'bp-icons';
  src:  url('/wp-content/themes/personatool/inc/fonts/bp-icons.eot?7s4wnl');
  src:  url('/wp-content/themes/personatool/inc/fonts/bp-icons.eot?7s4wnl#iefix') format('embedded-opentype'),
        url('/wp-content/themes/personatool/inc/fonts/bp-icons.ttf?7s4wnl') format('truetype'),
        url('/wp-content/themes/personatool/inc/fonts/bp-icons.woff?7s4wnl') format('woff'),
        url('/wp-content/themes/personatool/inc/fonts/bp-icons.svg?7s4wnl#bp-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-awarness:before {
  content: "\e900";
}
.icon-barriere:before {
  content: "\e901";
}
.icon-beslis:before {
  content: "\e902";
}
.icon-bio:before {
  content: "\e903";
}
.icon-compass:before {
  content: "\e904";
}
.icon-consideration:before {
  content: "\e905";
}
.icon-decision:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-frustatie:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-quote:before {
  content: "\e90a";
}
.icon-samenwerking:before {
  content: "\e90b";
}
.icon-suitcase:before {
  content: "\e90c";
}
.icon-uitdaging:before {
  content: "\e90d";
}
.icon-whats-app:before {
  content: "\e90e";
}


/* Headings & text styles
-------------------------------------------- */
body {
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	font-family: 'Metropolis';
	font-weight: 500;
	font-style: normal;
	background-color: #F5F8FA!important;
}

p {
	margin: 0 0 32px 0;
	font-weight: 400;
	line-height: 32px;
}

p.has-groot-font-size {
	font-size: 24px;
	line-height: 40px;
}

.screen-reader {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (max-width: 800px) {
	p.has-groot-font-size {
		font-size: 18px;
		line-height: 28px;
	}

	body h1 {
		font-size: 48px;
	}
}


h1 {
	font-family: 'Metropolis';
	font-weight: 600;
	font-style: normal;
	font-size: var(--font-size-xxl);
	line-height: 1.2;
	color: #1A1A1A;
	letter-spacing: -1.6px;
	margin-bottom: 36px;
}

h2 {
	font-family: 'Metropolis';
	font-weight: 400;
	font-style: normal;
	font-size: var(--font-size-xl);
	line-height: 1.333;
	color: #1A1A1A;
	margin-bottom: var(--spacing-s);
	margin-top: var(--spacing-m);
}

h3 {
	font-family: 'Metropolis';
	font-weight: 400;
	font-style: normal;
	font-size: var(--font-size-l);
	line-height: 1.333;
	color: #1A1A1A;
	margin-bottom: calc(var(--spacing-s) - 8px);
	margin-top: calc(var(--spacing-m) - 8px);
}

h4 {
	font-family: 'Metropolis';
	font-weight: 400;
	font-style: normal;
	font-size: var(--font-size-m);
	line-height: 1.33;
	color: #1A1A1A;
	margin-bottom: calc(var(--spacing-s) - 12px);
	margin-top: calc(var(--spacing-m) - 12px);
}

h5 {
	font-family: 'Metropolis';
	font-weight: 400;
	font-style: normal;
	font-size: var(--font-size-s);
	line-height: 1.333;
	color: #1A1A1A;
	margin-bottom: calc(var(--spacing-s) - 12px);
	margin-top: calc(var(--spacing-m) - 12px);
}

strong {
	font-weight: 600;
}

b {
	font-weight: 600;
}

/* New GRID */

.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px; /* column gutter */
	margin-right: -16px;
}

.section:after {
	content: '';
	display: table;
	clear: both;
}

.fcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 30px 16px; /* column gutter */
	border: none;
	/* Float fallback */
	float: left;
}

.fcol:last-child {
	margin-right: 0;
}

.f25 {
	width: calc( 25% - 32px );
}

.f25:nth-child(4n+1) {
	clear: left;
}

.f20 {
	width: calc( 20% - 32px );
}

.f20:nth-child(5n+1) {
	clear: left;
}

.f30 {
    width: calc( 30% - 32px );
}

.f33 {
	width: calc( 33.3333% - 32px );
}

.f33:nth-child(3n+1) {
	clear: left;
}

.f35 {
    width: calc( 35% - 32px );
}

.f37-5 {
    width: calc( 37.5% - 32px );
}

.f40 {
	width: calc( 40% - 32px );
}

.f45 {
    width: calc( 45% - 32px );
}

.f50 {
	width: calc( 50% - 32px );
}

.f50:nth-child(2n+1) {
	clear: left;
}

.f60 {
	width: calc( 60% - 32px );
}

.f66 {
	width: calc( 66.6666% - 32px );
}

.f75 {
	width: calc( 75% - 32px );
}

.f100 {
	width: calc( 100% - 32px );
}

.f100.title {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
}




/* = Basic layout
-------------------------------------------------------------- */

.ca_main {
	max-width: 1400px;
	margin: 40px auto 0 auto;
	padding: 0 40px 20px 40px;
	position: relative;
	z-index: 900;
}




/* = Custom styling
-------------------------------------------------------------- */
body {
    font-family: 'metropolislight';
    background: #f2f1f4;
}




/* = Persona create page
-------------------------------------------------------------- */
.persona-create form > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.persona-create form > div label {
    display: flex;
    align-items: center;
	flex: 1 0 18%;
	max-width: 250px;
}

.persona-create form > div input,
.persona-create form > div select,
.persona-create form > div textarea {
	flex: 1 0 calc(82% - 24px);
    border-radius: 5px;
    border: 1px solid #a9a9a9;
}

.persona-create form > div input,
.persona-create form > div textarea {
	flex: 1 0 calc(82% - 24px);
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
}

.persona-create form > div select {
	padding: 10px 6px;
}

.persona-create form > div textarea {
	margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
}

.persona-create form label,
.persona-create form input,
.persona-create form select {
    font-family: 'metropolislight';
    margin-bottom: 10px;
}

.persona-create .sm_selector {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.persona-create .sm_selector input[type='checkbox'] {
	flex: unset;
	height: 15px;
	width: 15px;
}

.description {
    margin: 4px 0 10px;
    font-style: italic;
    font-size: 14px;
    color: #a9a9a9;
}

.persona-create form > div.persona-create-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
}

.persona-create form > div.persona-create-nav > a.prev-nav {
    margin-left: auto;
    margin-right: 12px;
    background: #ED3B05;
    padding: 16px 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    transition: 0.2s ease all;
}

.persona-create form > div.persona-create-nav > a.prev-nav.disabled,
.persona-create form > div.persona-create-nav > a.next-nav.disabled {
    pointer-events: none;
    background: #cecece;
}

.persona-create form > div.persona-create-nav > a.next-nav {
    margin-right: auto;
    background: #ED3B05;
    padding: 16px 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    transition: 0.2s ease all;
}

.persona-create form > div.persona-create-nav > a.prev-nav:hover,
.persona-create form > div.persona-create-nav > a.next-nav:hover {
	cursor: pointer;
	background: #c6360a;
}

body.persona_body {
	background: #f8f8f8;
}

div.ca_main.persona_create {
	background: white;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    padding: 5px 30px 25px 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.persona-create form > div.persona-submit > input[type=submit] {
    padding: 16px 20px;
    border-radius: 10px;
    color: white;
    background: #1A1A1A;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    width: fit-content;
    display: block;
    flex: unset;
    margin: 10px auto 0 auto;
    transition: 0.2s ease all;
}

.persona-create form > div.persona-submit > input[type=submit]:hover {
	background: #494949;
	cursor: pointer;
}

.description.margin-left {
    width: 100%;
    margin-left: 18%;
}




/* = Persona page
-------------------------------------------------------------- */
body.persona {
    background: url('/wp-content/themes/personatool/images/persona-bq-in.png') 28vw -350px no-repeat,
    url('/wp-content/themes/personatool/images/persona-bq-in.png') 69vw 200px no-repeat,
    url('/wp-content/themes/personatool/images/persona-bq-out.png') 12vw 500px no-repeat,
    url('/wp-content/themes/personatool/images/persona-bq-in.png') -6vw 300px no-repeat,
    url('/wp-content/themes/personatool/images/persona-bq-out.png') 75vw 1200px no-repeat,
    url('/wp-content/themes/personatool/images/persona-bq-in.png') 44vw 1100px no-repeat,
    url('/wp-content/themes/personatool/images/persona-bq-in.png') -1vw 1820px no-repeat;
    background-color: #f0f4f8;
}

body.persona .ca_main > .section {
    margin-top: 90px;
    justify-content: space-between;
}

body.persona .ca_main > .section:first-child {
    margin-top: 0;
}

body.persona .ca_main > .section h1, .section .f100 h1 {
    font-family: 'metropolisblack';
}

body.persona .ca_main > .section .white-section.f25 {
    width: calc(25% - 94px);
    background-color: white;
    padding: 50px 30px 10px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
}

body.persona .ca_main > .section .white-section.f37-5 {
    width: calc(37.5% - 104px);
    background-color: white;
    padding: 50px 35px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
}

.persona-image {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-width: 225px;
    border-radius: 10px;
    margin: 0 auto;
}

.persona-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.persona-image > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.persoonlijke_eigenschappen {
    text-align: center;
}

.persoonlijke_eigenschappen > p {
    display: inline-block;
    margin: 4px;
    padding: 8px 12px;
    background: #e6f1ff;
    color: #0063e6;
    font-weight: bolder;
    font-family: 'metropolisbold';
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: -.3px;
    text-transform: capitalize;
}

.persona-details {
    display: flex;
    flex-wrap: wrap;
}

.persona-details > dt {
    width: 50%;
    color: #9da5ab;
    letter-spacing: .4px;
    padding-bottom: 16px;
}

.persona-details > dd {
    width: 50%;
    margin: 0;
    text-align: right;
    font-weight: bold;
    letter-spacing: .4px;
    padding-bottom: 16px;
}

body.persona .persona-image + h2 {
    font-family: 'metropolisblack';
    text-align: center;
    font-weight: bolder;
    padding-top: 20px;
}

body.persona .persona-image + h2 + h3 {
    color: #808080;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 28px;
    font-family: 'metropolisbold';
    font-weight: revert;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .7px;
}

body.persona .motto {
    position: relative;
    background-color: #f5f7fa;
    padding: 40px 20px;
    color: #555657;
    font-weight: bold;
    font-family: 'metropolisbold';
    text-align: center;
    font-style: italic;
    border-radius: 20px;
    font-size: 17px;
}

body.persona .motto:before {
    content: "\e90a";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed3305;
    top: -16px;
    position: absolute;
    font-size: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}

body.persona .blok {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
    margin-bottom: 35px;
}

body.persona .blok > h3 {
    margin-top: 0;
    font-size: 23px;
    font-family: 'metropolisblack';
    margin-bottom: 18px;
}

body.persona .f37-5 > .blok:last-child {
    margin-bottom: 0;
}

.blok ul,
.buyer-journey > div ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.blok ul > li,
.buyers-journey .buyer-journey > div ul > li,
.buyer-journey > div ul > li {
    position: relative;
	    padding-left: 20px;
	    padding-bottom: 15px;
}

body.persona .blok ul > li:last-child,
body.persona .buyer-journey > div ul > li:last-child {
    padding-bottom: 0;
}

body.persona .blok ul > li:before,
body.persona .persona-grid .grid-item div li:before,
.persona .persona-grid .grid-item > div > li:before,
.section .buyer-journey > div ul > li:before {
    content: '';
    display: block;
    background: #ED3305;
    box-shadow: 0px 2px 4px #d3230052;
    border-radius: 1px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 0;
}

.buyer-journey-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1250px;
    margin: 15px auto 45px auto;
    padding-left: 30px;
}

.buyer-journey-nav > li {
    color: white;
    font-weight: bolder;
    padding: 15px 110px;
    font-size: 27px;
    font-family: 'metropolisbold';
    letter-spacing: -.8px;
    border-radius: 40px;
    flex: 1 1 0;
    margin-right: 20px;
}

.buyer-journey-nav > li:last-child {
    margin-right: 0;
}

.buyer-journey-nav > li:nth-child(1) {
    background-color: #ffa002;
}

.buyer-journey-nav > li:nth-child(1):before {
    content: "\e900";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}

.buyer-journey-nav > li:nth-child(2) {
    background-color: #f76e03;
}

.buyer-journey-nav > li:nth-child(2):before {
    content: "\e905";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}

.buyer-journey-nav > li:nth-child(3) {
    background-color: #ed3505;
}

.buyer-journey-nav > li:nth-child(3):before {
    content: "\e906";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}

.buyer-journey-nav > h2 {
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
}

.buyer-journey {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 132px);
    background-color: white;
    padding: 20px 20px 20px 80px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 2%);
    margin-bottom: 30px;
    min-height: 150px;
    position: relative;
}

.section > .buyer-journey:last-child {
    margin-bottom: 10px;
}

.buyer-journey > div {
    flex: 1 1 0;
    background-color: #f3f9ff;
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 1.4;
}

.buyer-journey > div:last-child {
    margin-right: 0;
}

.buyer-journey > h2 {
    position: absolute;
    left: 0;
    transform: translate(50%, -50%) rotate(180deg);
    writing-mode: vertical-rl;
    top: 50%;
    display: block;
    font-weight: bolder;
    font-family: 'metropolisbold';
    white-space: nowrap;
    margin: 0;
}

.bio > h3:before {
    content: "\e903";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.barriere > h3:before {
    content: "\e901";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.werk > h3:before {
    content: "\e90c";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.frustratie > h3:before {
    content: "\e908";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.uitdaging > h3:before {
    content: "\e90d";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.beslissingscriteria > h3:before {
    content: "\e902";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.orientatie > h3:before {
    content: "\e904";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.samenwerking > h3:before {
    content: "\e90b";
    font-family: 'bp-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.social-media-icons {
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    position: relative;
    padding: 30px 20px;
    margin: 40px 0 90px;
    text-align: center;
}

.social-media-icons li {
    display: inline-block;
    margin:  5px;
}

.social-media-icons:before {
    content: '';
    top: 0;
    left: -30px;
    right: 30px;
    height: 2px;
    width: calc(100% + 60px);
    position: absolute;
    background: #f5f8fa;
}

.social-media-icons:after {
    content: '';
    bottom: 0;
    left: -30px;
    right: 30px;
    height: 2px;
    width: calc(100% + 60px);
    position: absolute;
    background: #f5f8fa;
}

.social-media-icons li span,
.social-media-icons li i {
    color: #ed3305;
    font-size: 26px;
}

p.copyright {
    color: #bababd;
    margin-bottom: 0;
    font-size: 14px;
}

.section .f100 h1 {
    margin-top: 20px;
}

.section .f100 h1 small {
    display: block;
    color: #878787;
    font-size: 14px;
    font-family: 'metropolisregular';
    letter-spacing: 1.5px;
    font-weight: bolder;
}

/* Overzichts pagina */
body.overzicht table {
    margin-top: 25px;
    width: 100%;
    border: 1px solid black;
}

body.overzicht table tbody > tr:first-of-type th {
    text-align: left;
}

body.overzicht table tbody > tr:nth-child(even) {
    background-color: #f5f7fa;
}

.aangemaakt {
    display: block;
    background: #CCC;
    padding: 16px;
    margin-bottom: 16px;
}

/* = Persona v2.0
-------------------------------------------------------------- */
.main {
    padding: var(--spacing-s) 20px;
}

.main .persona {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 0px 80px 0px;
}

.main .persona .header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.main .persona .persona-content {
    display: flex;
    gap: 24px;
}

.main .persona .persona-content .sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 320px;
}

.persona .sidebar hr.dotted {
    border: none;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(to right, #cbcbcb 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 8px 3px;
    background-repeat: repeat-x;
}

.persona .sidebar img {
    width: 100%;
    object-fit: cover;
    height: 280px;
    border-radius: 12px;
}

.persona .sidebar .panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 24px;
}
.persona .sidebar .panel h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.persona .sidebar .panel.persoonlijkheid .field > div *,
.persona .sidebar .panel.lifestyle .field > div * {
    font-size: 14px;
    line-height: 1.6;
}

.persona .sidebar .field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 0;
}

.persona .sidebar .field-row {
    display: flex;
    gap: 12px;
}

.persona .sidebar .field-row > .field {
    width: calc(50% - 6px);
}

.persona .sidebar label {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family);
}

.persona .sidebar .field input {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px 12px;
    font-size: 14px;
}

.persona .sidebar .checkboxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.persona .sidebar .checkboxes .checkbox {
    display: flex;
    gap: 24px;
    position: relative;
}
.persona .sidebar .checkboxes .checkbox input {
    position: relative;
    opacity: 0;
}
.persona .sidebar .checkboxes .checkbox input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    border: 2px solid #c2c5c7;
    border-radius: 4px;
    accent-color: #f3f9ff;
    width: 24px;
    height: 24px;
}
.persona .sidebar .checkboxes .checkbox input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc(50% - 7px);
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: var(--color-red);
}

.persona .sidebar .checkboxes .checkbox input + label {
    font-weight: 500;
    font-size: 14px;
}

.persona .persona-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.persona .persona-grid .grid-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.persona .persona-grid .grid-item > h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
}

.persona .persona-grid .grid-item > div {
    background-color: #f3f9ff;
    border-radius: 8px;
    padding: 20px;
    flex: 1 1 0;
}

.persona .persona-grid .grid-item > div > p {
    margin: 0 0 24px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #6f6f6f;
}
.persona .persona-grid .grid-item > div > li {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.4;
    margin-bottom: 4px;
}

.persona .persona-grid .grid-item > div p:has( + li) {
    margin-bottom: 4px;
}

.persona i {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.persona i.icon-bio:before {
    content: "\e903";
    color: var(--color-red);
    font-size: 24px;
    margin-right: 8px;
}

.persona i.icon-personality:before {
    content: "\e904";
    color: var(--color-red);
    font-size: 24px;
    margin-right: 8px;
}

.persona i.icon-social-media:before {
    content: "\e900";
    color: var(--color-red);
    font-size: 24px;
    margin-right: 8px;
}
.persona i.icon-lifestyle:before {
    content: "\e90d";
    color: var(--color-red);
    font-size: 24px;
    margin-right: 8px;
}

@media screen and (max-width: 1200px) {
    .persona .persona-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }
}
@media screen and (max-width: 800px) {
    .main .persona .persona-content {
        display: flex;
        flex-direction: column;
    }

    .main .persona .persona-content .sidebar {
        width: 100%;
    }

    .main .persona .header {
        flex-direction: column-reverse;
    }
}