/*
	Theme Name: Pricewise
	Theme URI: https://www.pricewise.nl/blog
	Description: Pricewise blog thema
	Author: Peter Paul van Ham
	Author URI: http://peterpaulvanham.nl

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #f4f4f4;
	color: #333;
	font-family: 'HelveticaLight', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #243588;
        text-decoration: none;
}

.entry-content a { 
        text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
        font-size: 18px;
        line-height: 30px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-family: 'HelveticaBold', sans-serif;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'HelveticaLight', sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
        font-weight: 100;
        color: #243588;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
        border-radius: 8px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	border: 0;
	color: #243588;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: transparent;
	color: #333;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
        font-size: 16px;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link, button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    position: relative;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    border: 1px solid #243588;
}

a.more-link {
    color: #243588;
    text-decoration: none;
}

a.more-link:after {
    content: ">";
    padding-left: 10px;
    font-weight: bolder;
}

.archive a.more-link, .home a.more-link, .search a.more-link {
    display: table;
    margin-top: 10px;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.after-content .widget {
    max-width: 33%;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    margin-bottom: 0px;
}

.after-content {
    position: relative;
    clear: both;
    background: white;
    border-radius: 8px;
    max-width: 880px;
    padding: 80px;
    top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.site-header .search-form {
    float: right;
    margin: 0px;
    width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.entry-title {
	font-size: 42px;
        margin-bottom: 0px;
}

.entry-title a,
.sidebar .widget-title a,
.archive-description .entry-title, .search .entry-title {
	color: #243588;
	text-decoration: none;
        font-family: "HelveticaLight", sans-serif;
        font-size: 25px;
}

.archive-title,
.author-box-title {
	color: #243588;
	text-decoration: none;
        font-family: "HelveticaBold", sans-serif;
        font-size: 25px;
}

.archive-description p {
    color: #243487;
    font-size: 19px;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #e20613;
}

.widget-title {
	font-size: 25px;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

.sidebar a.alignleft,
.sidebar a.alignnone,
.sidebar a.alignright {
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #243588;
}

.sidebar .widget.enews-widget {
	background-color: white;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
        border: 1px solid #bbb;
        border-radius: 8px;
        margin-bottom: 0px;
}

.sidebar .enews-widget input[type="submit"] {
	color: #fff;
        background-color: #95c11f;
        border-color: #95c11f;
        -webkit-backface-visibility: hidden;
        border-bottom: 3px solid #648115;
        outline: 0;
        padding: 16px 20px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
        font-family: 'HelveticaRoman', sans-serif;
        display: inline-block;
        margin-top: 20px;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
        z-index: 1;
        position: relative;
        -webkit-box-shadow: 0 -6px 4px #f0f0f0,0 2px 6px rgba(0,0,0,0.3);
        box-shadow: 0 -6px 4px #f0f0f0,0 2px 6px rgba(0,0,0,0.3);
}

.site-header > .wrap {
	padding-top: 14px;      
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 155px;
	padding: 0;
}

.header-full-width .title-area {
	float: left;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 90px;
	width: 100%;
        margin-bottom: -20px;
        position: relative;
        z-index: 1;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #243588;
	text-decoration: none;
	display: block;
	padding: 16px 20px;
        font-weight: 100;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #e20613;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f0f0f0;
}

.nav-secondary {
    display: inline-block;
    padding: 3px 0px;
    float: right;
    text-transform: lowercase;
}

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

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
        font-size: 16px;
}

.entry-content ul > li {
	list-style-type: disc;
        font-size: 18px;
        line-height: 30px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 0px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: transparent;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        padding: 8px 17px;
        text-decoration: none;
        float: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: transparent;
	color: #243588;
}

.archive-pagination {
    bottom: 0px;
    margin: 0 auto;
    border: 1px solid #bbb;
    border-radius: 8px;
    background: white;
    display: -webkit-box;
    max-width: 300px;
}

.archive-pagination .alignright, .archive-pagination .alignleft {
    position: relative;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 00px 80px 32px;
}

.entry-comments {
	padding: 40px 80px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
        padding-top: 20px;
        border-top: 1px solid #eee;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 3px #bababa;
        box-shadow: 0 2px 3px #bababa;
}


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

.footer-widgets {
	background-color: #243588;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #20307a;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
}

.site-footer p, .site-footer a {
	margin-bottom: 0;
        color: white
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area, .after-content {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area, .after-content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

        .after-content .widget {
        width: 100%;
        max-width: 100%;
}


}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area, .after-content {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
                line-height: 0px;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

        .genesis-nav-menu {
                margin-left: 50px;
                padding: 10px;
        }

	.site-header .search-form {
		display: none;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
	        border-top: none;
                height: 40px;
                position: absolute;
                left: 20px;
                z-index: 1000;
                width: 40px;
                font-size: 0px;
                padding: 0px;
                top: 26px;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #e20613;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

        .after-header .menu-categorie-container, #nav_menu-3 {
                padding-top: 0px!important;
                margin-top: -10px!important;
        }
    
        #text-36 {
                display: none!important;
        } 
}

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

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
        .after-content {
		padding: 30px;
		margin-bottom: 5%;
	}
       
        h1.author-box-title, .author .archive-title {
                margin-top: 20px;
        }

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

        #nav_menu-3 {
                margin-top: 0px !important;
        }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/*
.blog .entry, .archive .entry {
    display: inline-block;
    break-inside: avoid;
    padding: 0px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0 2px 3px #bababa;
    position: relative;
}
*/

.single-post .content, .single-post .sidebar, .single-publicaties .content, .single-publicaties .sidebar {
    margin-top: 0px;
}

.single-post .content .entry, .single-publicaties .content .entry {
    padding: 70px 80px 0px;
}

.blog a.alignleft, .blog img.alignleft, .blog .wp-caption.alignleft, .archive a.alignleft, .archive img.alignleft, .archive .wp-caption.alignleft, .search a.alignleft, .search img.alignleft, .search .wp-caption.alignleft {
    margin: 0px;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}

.blog .entry-title, .archive .entry-title, .search .entry-title {
    font-size: 3rem;
    font-weight: 100;
    padding: 20px 40px 10px;
    display: inline-block;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0px 2px 2px 0px #bababa;
}

.blog .entry-footer .entry-meta, .archive .entry-footer .entry-meta, .search .entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding: 20px 40px;
    background: white;
    border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0 2px 3px #bababa;
    position: relative;
}

.blog .entry-content, .archive .entry-content, .search .entry-content {
    padding: 0px 40px;
    background: white;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0px 2px 2px 0px #bababa;
    position: relative;
}

/*
.blog .entry-header .entry-meta, .archive .entry-header .entry-meta {
    margin: 0px 40px;
    margin-bottom: 10px;
}
*/

#text-3 {
    padding: 34px;
    text-align: center;
    color: white;
}

#text-3 .huge {
    font-weight: 100;
    font-size: 64px;
    color: white;
}

#text-3 huge b {
    font-family: 'HelveticaBold', sans-serif; 
}

#text-3 a, #text-3 a:hover {
    color: white;
}

#text-4 {
    padding: 60px;
}

.after-header {
    width: 100%;
    background: #243588;
    z-index: 0;
    min-height: 140px;
    position: relative;
}

@font-face {
  font-family: 'HelveticaRoman';
  font-style: normal;
  font-weight: normal;
  src: local('HelveticaRoman'), url('https://cdn.pricewise.nl/blog/wp-content/uploads/2016/07/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaLight';
  font-style: light;
  font-weight: light;
  src: local('HelveticaLight'), url('https://cdn.pricewise.nl/blog/wp-content/uploads/2016/07/HelveticaNeueLTStd Lt.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaBold';
  font-style: bold;
  font-weight: bold;
  src: local('HelveticaBold'), url('https://cdn.pricewise.nl/blog/wp-content/uploads/2016/07/HelveticaNeueLTStd Bd.otf') format('opentype');
  font-display: swap;
}

.after-header:after {
    content: "";
    border: 29px solid transparent;
    border-left-color: #243588;
    border-left-width: 43px;
    margin-left: -25px;
    display: block;
    left: 50%;
    bottom: -28px;
    position: absolute;
    z-index: 9;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
}

#menu-top-navigatie li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    float: none;
}

.single-post .content, .error404 .content, .page-template-default .content, .single-publicaties .content {
    padding: 0px;
    border-radius: 8px;
    background: white;
   
}

.error404 .content {
    padding: 70px 80px;
}

.error404 .entry-title {
    padding-bottom: 20px;
}
   
.page-template-default .content {
    max-width: 960px;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
}

.page-template-default .entry {
    border-radius: 0px 0px 8px 8px; 
}

.after-entry {
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0 2px 3px #bababa;
    background: white;
}

.archive-description {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.single-post .content .attachment-post-image, .single-publicaties .content .attachment-post-image {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}

#nav_menu-3 {
    text-align: center;
    margin-top: 20px;
}

.before-content .widget-area {
    text-align: center;
}

.bottom-logo {
    float: none;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 194px;
}

.bottom-logo:after {
    content: "";
    width: 306px;
    height: 36px;
    position: absolute;
    top: 100px;
    left: -62px;
    backround-image: url(https://p2vh.nl/wp-content/uploads/2016/07/be-wise-check-your-price.png);
    background-repeat: no-repeat;
    background-size: 307px 36px;
}

/*
@media only screen and (min-width: 721px) and (max-width: 1200px) {
.blog .content, .archive .content {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2; 
}
}
*/

@media only screen and (max-width: 720px) {
/*
.blog .content, .archive .content {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1; 
}
*/

#text-3 .huge { 
    font-size: 26px;
}

.after-header {
    min-height: 114px;
}

#text-2 {
    padding: 40px;
}
}

.footer-widgets .widget-title {
    color: white;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.footer-widgets a {
    color: white;
    font-size: 16px;
}

.footer-widgets a:hover {
    text-decoration: underline;
}

#text-3 .widget:after {
    content: "";
    border: 29px solid transparent;
    border-left-color: #f4f4f4;
    border-left-width: 43px;
    margin-left: -25px;
    display: block;
    left: 50%;
    bottom: -28px;
    position: absolute;
    z-index: 9;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    bottom: -151px;
    border-width: 55px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    border-left-width: 68px;
    margin-left: -36px;
}

.related-posts  {
    padding: 0px 80px 40px;
}

.related-posts li {
    list-style-type: disc;
    margin-left: 22px;
    font-size: 17px;
}

.widget.featured-content.featuredpage {
    padding: 0px;
}

.widget.featured-content.featuredpage img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}

.widget.featured-content.featuredpage .entry-header {
    padding: 10px 40px 0px;
}

.widget.featured-content.featuredpage .entry-content {
    padding: 0px 40px 40px;
} 

a.cta-button1, #text-10 input[type="submit"], submit, .field-wrap input[type="button"] { 
    color: #fff;
    background-color: #95c11f;
    border-color: #95c11f;
    -webkit-backface-visibility: hidden;
    border-bottom: 3px solid #648115;
    outline: 0;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    font-family: 'HelveticaRoman', sans-serif;
    display: inline-block;
}

a.cta-button1 {
    margin-top: 20px;
    text-decoration: none;
}

.page-template-default .content img.attachment-post-image.size-post-image.wp-post-image {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.current-menu-item, .current-post-parent, .current-menu-parent {
    font-family: 'HelveticaBold', sans-serif!important;
}

.author-image {
    height: auto;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -32px;
}

.author-image img {
    max-width: 73px;
    position: relative;
    margin: 0 auto;
    display: inherit;
}

.nav-left, .nav-right {
    padding: 60px 0;
    width: 50%;
    display: inline-block;
}

.nav-left { 
    border-right: 1px solid #ddd;
    float: left;
    padding-right: 15px;
    text-align: left;
}

.nav-right { 
    float: right;
    padding-left: 15px;
    text-align: right;
}

.prev-next {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin: 40px 80px;
}

.prev-next span {
    display: block;
}

.ie11 .blog .entry, .ie11 .archive .entry {
    display: block!important;
}

/* Alternatieve CSS voor blog artikelen 
.blog .entry, .archive .entry, .sidebar .widget, .single-post .content, .error404 .content, .page-template-default .content, .single-publicaties .content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(186, 186, 186, 0.48);
}

body {
    background: white;
}*/

.dashicons-before:before {
    width: 40px!important;
    height: 40px!important;
    font-size: 40px!important;
    color: #243588!important;
}

.lt-ie9 .blog .entry, .lt-ie9 .archive .entry {
          display: block;
}

.scriptlesssocialsharing h3 {
    font-size: 16px!important;
}

/* # Masonry archives
---------------------------------------------------------------------------------------------------- */
.archive .content, .blog .content, .search .content {
	float: none;
	margin: 0;
	width: 100%;
}

.category .entry, .blog .entry, .author .entry, .archive-description, .search .entry {
	float: left;
	margin: 0;
	width: 33.3333%!important;
        padding: 10px;
}

.entry {
    background-color: transparent;
}

.blog .entry-header .entry-meta, .archive .entry-header .entry-meta, .search .entry-header .entry-meta {
    padding: 0px 40px 10px;
    background: white;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0px 2px 2px 0px #bababa;
    position: relative;
}

.before-content {
    margin-bottom: 20px;
}

.single-post .entry-header .entry-meta, .single-publicaties .entry-header .entry-meta {
    margin-bottom: 0px;
    padding: 20px 0px;
}

.page .entry-title {
    margin-bottom: 24px;
}

.archive-title, .author-box-title {
    color: #243588;
    text-decoration: none;
    font-family: "HelveticaBold", sans-serif;
    font-size: 25px;
    background: white;
    padding: 40px 40px 20px 40px;
    margin: 60px 10px 0px 10px;
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid #243588;
    border-right: 1px solid #243588;
    border-left: 1px solid #243588;
}

.archive-description p {
    color: #243487;
    font-size: 19px;
    background: white;
    padding: 0px 40px 40px;
    margin: 0px 10px;
    border-radius: 0px 0px 8px 8px;
    border-bottom: 1px solid #243487;
    border-left: 1px solid #243487;
    border-right: 1px solid #243487;
}

#search-2 input {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    margin-top: 6px;
}

#search-2 {
    max-width: 250px;
    display: inline-block;
    float: none;
    margin-bottom: 0px;
}


#nav_menu-2 {
    max-width: 220px;
    float: right;
}

.search .archive-title {
    padding-bottom: 40px;
    border-radius: 8px;
    border-bottom: 1px solid #243588;
}

.search .page .entry-title {
    margin-bottom: 0px;
}

.search .page .entry-content {
    border-radius: 0px 0px 8px 8px;
    padding-bottom: 10px;
}


h1 .light {
    font-family: 'HelveticaLight', sans-serif;
}


h3.search {
    text-align: center!important;
    padding-bottom: 30px;
}

.search input {
    width: 70%;
    border-radius: 8px;
}

.search-no-results .archive-description {
    display: none;
}

#text-1 {
    max-height: 400px;
    overflow: auto;
}

.search input[type="submit"], .search input[type="submit"]:hover {
    width: 27%;
    margin-left: 3%;
    position: relative;
    padding: 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 8px;
    border: 1px solid #243588;
    background: white;
}

.wpp-thumbnail {
    border-radius: 8px;
    margin-bottom: 16px!important;
}

#search-2 input[type="submit"] {
    display: none;
}

.site-header {
    height: 74px!important;
}

#text-1 .dashicons, #text-2 .dashicons {
    display: inline-block;
    width: 40px;
    margin-top: 6px;
    height: 40px;
    font-size: 24px;
    color: white;
    background: #243588;
    margin-right: 10px;
    padding: 8px;
    border-radius: 8px;
    -webkit-transition: none;
    transition: none;
}

#text-1, #text-2 {
    display: inline-block;
    float: right;
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button >a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
    font-size: 13px!important;
    font-family: inherit!important;
    font-weight: inherit!Important;
    letter-spacing: 1px;
    color: #243588!important;
    background: white!important;
    border: 1px solid #243588!important;
    box-shadow: none!important;
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-official .sd-content>ul>li .digg_button>a:active, .sd-social-official .sd-content>ul>li .digg_button>a:hover, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-official .sd-content>ul>li>a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover {
    background: #243588!important;
    color: white!important;
}

#tabs-2 {
    padding: 0px;
}

#tabs-2 .widget-title {
    background: #243588;
    color: white;
    padding: 20px 40px;
    position: relative;
}

#tabs-2 .widget-title:after {
    content: "";
    border: 14px solid transparent;
    border-left-color: #243588;
    border-left-width: 21px;
    margin-left: -12px;
    display: block;
    left: 50%;
    bottom: -13px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
f
.ui-tabs .post {
    background-color: white!important;
    padding: 0px!important;
}

.archive-title, .author-box-title, .archive-description p {
    margin: 0px;

}

.related {
    padding: 0px 80px 40px;
}

.related-post {
    display: inline-block;
    margin: 0px;
    border: 1px solid rgba(36, 53, 136, 0.32);
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.related-post:hover {
    border: 1px solid rgba(36, 53, 136, 1.0);
}

.related-image img {
    float: left;
    border-radius: 8px 0px 0px 8px;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.related-post:hover img {
    opacity: 1.0;
}

.related-post-title {
    font-size: 16px;
    display: flex;
    padding: 14px;
}

.secondary-title {
    font-size: 22px;
    display: block;
    margin-top: 20px;
    font-style: italic;
}

.related .secondary-title {
    display: none;
}


.blog .secondary-title, .category .secondary-title, .author .secondary-title {
    font-size: 14px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 12px 0px;
    font-style: inherit;
    color: #a5a5a5;
    line-height: 1.4;
    display: none;
}


.blog .secondary-title:hover, .category .secondary-title:hover {
    color: #a5a5a5;
}

@media only screen and (max-width: 1223px) {
.related-post-title {
    font-size: 14px;
    padding: 10px;
}
}

@media only screen and (min-width: 721px) and (max-width: 1223px) {
.category .entry, .blog .entry, .author .entry, .archive-description,.search .entry {
       width: 49.999%!important;
}

  #text-1, #text-2 {
                display: none;
}
}

@media only screen and (max-width: 860px) {
#search-2 {
    display: none;
}
}

@media only screen and (max-width: 720px) {
.category .entry, .blog .entry, .author .entry, .archive-description,.search .entry {
       width: 100%!important;
}

  #text-1, #text-2 {
                display: none;
}

.search input {
    width: 100%;
    border-radius: 8px;
}
.search input[type="submit"], .search input[type="submit"]:hover {
    width: 50%;
    margin-left: 0;
}
}

@media only screen and (max-width: 640px) {
.single-post .content .entry, .single-publicaties .content .entry {
    padding: 30px 30px 0px;
}

.entry-title {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

.related {
    padding: 30px 30px 0px;
}

.related-image img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}
}

@media only screen and (max-width: 480px) {
.search input[type="submit"], .search input[type="submit"]:hover {
    width: 100%;
}
}

@media only screen and (min-width: 1280px) { 
#menu-top-navigatie li {
    padding: 10px 22px;
    font-size: 20px;
}
}

.ninja-forms-required-items {
    display: none;
}

.entry-content img.alignnone, .entry-content .alignnone, .single-post .entry-content img, .single-publicaties .entry-content img  {
    margin-bottom: 12px;
    border-radius: 8px;
}

.quote2 {
    float: right;
    text-align: right;
    max-width: 50%;
    background: #243588;
    color: white;
    padding: 60px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.entry-content pre, .comment-content pre {
	padding: 4px;
	max-height: 50px;
}

.site-content article pre {
	word-wrap: normal;
}

.search-results .archive-description {
        width: 100%!important;
		float:none;
}

a.crunchify-link {
    font-size: 14px;
    border: 1px solid #243588;
    border-radius: 4px;
    display: inline-table;
    margin: 0px 2px 10px;
    padding: 5px 14px;
}

a.crunchify-link:hover {
    background: #243588;
    color: white;
}

.entry-content a.alignleft, .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin: 24px 24px 24px 0;
    border-radius: 8px;
}

.entry-content a.alignright, .entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin: 24px 0 24px 24px;
    border-radius: 8px;
}

.after-content .widget:last-child {
    padding-right: 0%;
}

.after-content .widget-title {
    font-family: 'HelveticaBold',sans-serif;
    font-weight: normal;
    color: #243588;
    font-size: 19px!Important;
}

.after-content .widget ul>li {
    padding-bottom: 10px!important;
    border-bottom: 1px solid #ededed;
}

.entry-content pre, .comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}

.site-content article pre {
    word-wrap: normal;
}

.entry-content pre, .comment-content pre {
    padding: 4px;
    max-height: 50px;
}

.goTo {
    column-count: 2;
    border-top: 1px solid #eee;
    padding-top: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-decoration: underline;
}

.goTo a {
    text-decoration: underline;
    display: inherit;
    margin: -5px 0px;
}

@media only screen and (max-width: 721px) { 
.goTo {
    column-count: 1;
    display: inline-block;
}

.goTo a {
    padding: 5px 0px;
    margin: 0px;
}
}

#text-11, #text-12, #text-13, #text-14, #text-15 {
    background: transparent;
    box-shadow: none;
    padding: 0px;
}

#text-11 img, #text-12 img, #text-13 img, #text-14 img, #text-15 img {
    height: auto;
    margin: 0 auto;
    display: block;
}

#text-11 p, #text-12 p, #text-13 p, #text-14 p, #text-15 p {
    padding: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px #bababa;
    box-shadow: 0 2px 3px #bababa;
    background-color: white;
    margin-top: -20px;
    font-size: 15px;
    color: #243588;
}

.after-header .menu-categorie-container, #nav_menu-3 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-top: -14px;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

.after-header {
    min-height: 80px;
    margin-bottom: 20px;
}

.after-header a {
    color: white
}

.site-header .widget-area {
    position: relative;
}

/* ## social
--------------------------------------------- */

.crunchify-twitter {
    background: #4099FF!important;
    text-decoration: none!important;
    color: white;
    border: 1px solid #4099FF!important;
}

.crunchify-facebook {
    background: #3b5998!important;
    text-decoration: none!important;
    color: white;
    border: 1px solid #3b5998!important;
}

.crunchify-whatsapp {
    background: #34AF23!important;
    text-decoration: none!important;
    color: white;
    border: 1px solid #34AF23!important;
}

.crunchify-googleplus {
    background: #d34836!important;
    text-decoration: none!important;
    color: white;
    border: 1px solid #d34836!important;
}

.crunchify-linkedin {
    background: #007bb5!important;
    text-decoration: none!important;
    color: white;
    border: 1px solid #007bb5!important;
}

.crunchify-pinterest {
    background: #cb2027!important;
    text-decoration: none!important;
    color: white;
    border: 1px solid #cb2027!important;
}

.after-content .widget:first-child {
    width: 100%;
    max-width: 100%;
}

.sticky.entry::before {
    content: "Uitgelicht bericht";
    position: absolute;
    top: 10px;
    background: rgba(36, 53, 136, 0.88);
    display: inline-block;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 8px 0px 8px 0px;
    letter-spacing: 1px;
}

.after-content li:first-child {
    padding-top: 10px !important;
}

.entry-content ol > li  {line-height:28px}
.entry-content ul > li  {line-height:28px}

#text-22, #text-23, #text-24, #text-25 {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    z-index: 10000;
}

#text-22 .textwidget, #text-23 .textwidget, #text-24 .textwidget, #text-25 .textwidget {
    margin-bottom: -26px;
    text-align: center;
}

#text-26 {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    right: 0px;
    top: 64px;
}

@media screen and (max-width: 1040px) {
#text-26 {
    top: 16px;
    right: -36px;
}
}

@media screen and (max-width: 1040px) {
#text-26 {
    display: none;
}
}

.landing-page .after-header, .nf-form-fields-required, .nf-form-title, .nf-after-field .nf-error-msg, .ninja-forms-req-symbol, .nf-error-msg {
    display: none;
}

.landing-page .content {
    background: white;
    border-radius: 8px;
}

.landing-page img.attachment-post-image {
    height: auto;
    border-radius: 8px 8px 0px 0px;
}

.jumplinks ul {
    margin-left: 20px;
    margin-bottom: 0px;
}

.jumplinks a {
    text-decoration: none;
}

.jumplinks ul>li {
    color: #243588;
}

:-ms-input-placeholder { /* IE10–11 */
    color: #333 !important;
}

::-ms-input-placeholder { /* Edge */
    color: #333!important;
}

.nf-field-element input {
    margin: 0;
    vertical-align: inherit;
    padding: 16px 12px 18px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 4px 0 rgba(0,0,0,0.075);
    box-shadow: inset 0 4px 0 rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 223px!important;
    margin-right: 10px!important;
}

.widget_ninja_forms_widget .nf-field-element input {
    width: 100%!important;
}

.nf-field-container, #ninja_forms_required_items, .field-wrap {
    display: inline-block!important;
}

.nf-field-container, #ninja_forms_required_items {
    margin-bottom: 0px!important;
}

.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
    width: auto!important;
    box-shadow: none;
}

#text-36 {
    color: #243588;
    text-decoration: none;
    display: block;
    padding: 16px 20px;
    font-weight: 100;
    max-width: 220px;
    float: right;
    font-size: 16px;
}

.header-widget-area .widget {
    margin-bottom: 0px;
}

.to-home {
    padding: 40px;
    padding-top: 0px;
}

#text-37 {
    padding: 0px;
}

#text-37 img {
    border-radius: 6px 6px 0px 0px;
}

.publicatie-slider {
    width: 880px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 3px 0 #cbcbcb;
    box-shadow: 0 3px 0 #cbcbcb;
    border: 1px solid rgba(203, 203, 203, 0.38);
    height: auto;
    margin-top: 20px;
}

.publicatie-photo {
    max-height: 320px!important;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.publicatie-text {
    padding: 30px 40px 20px;;
}

.publicatie-slider-item .publicatie-text .logo img {
    position: relative;
    max-height: 25px;
}

.publicatie-slider h3 {
    font-family: 'HelveticaBold', sans-serif;
    font-size: 18px;
}

.publicatie-slider p {
    font-size: 15px;
    margin-bottom: 6px;
}

.source p {
    font-size: 12px;
    font-family: 'HelveticaBold', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

.publicatie-slider a.more-link {
    margin-top: 10px;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #243588!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #243588!important;
}

.bx-wrapper .bx-pager {
    text-align: right!important;
}

.persberichten li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    margin: 10px 0px;
}

li.persberichten-item {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.persberichten-img {
    display: inline-block;
    margin-right: 20px;
}

.persberichten-img > * {
    width: 80px;
    display: inline-block;
    border-radius: 8px;
    height: 80px;
    object-fit: cover;
}

.persbericht-short-description {
    position: relative;
    display: inline-block;
    width: calc(100% - 110px);
    max-width: 100%;
    vertical-align: top;
}

.persberichten.the-date {
    font-size: 14px;
    font-family: 'HelveticaRoman', sans-serif;
    margin-bottom: 4px;
}

.persberichten.the-title {
    font-size: 18px;
    font-family: 'HelveticaRoman';
}

.postid-14149 .attachment-post-image {
    background-image: url(https://www.pricewise.nl/blog/wp-content/uploads/2017/09/nieuwe-groepsfoto2.jpg)!important;
}

.page-template-page_newsroom .site-inner {
    border-radius: 8px;
    background: white;
    margin-top: 70px;
}

.page-template-page_newsroom h1.entry-title, .post-edit-link {
    display: none;
}

.page-template-page_newsroom .entry {
    padding: 20px 80px;
}

.page-template-page_newsroom .sidebar .widget {
    border-top: 1px solid #dedede;
}

.page-template-page_newsroom .content {
    width: 840px;
}

.page-template-page_newsroom .sidebar {
    width: 360px;
    margin-right: 70px;
    margin-top: 40px;
}

@media only screen and (max-width: 1340px) {
.page-template-page_newsroom .sidebar {
    width: 300px;
}

.page-template-page_newsroom .content {
    width: 770px;
}
}

@media only screen and (max-width: 1200px) {
.page-template-page_newsroom .content {
    width: 620px;
}

.publicatie-slider {
    width: 620px;
}

.page-template-page_newsroom .sidebar {
    margin-right: 40px;
}
}

@media only screen and (max-width: 1023px) {
.page-template-page_newsroom .content {
    width: 100%;
}

.page-template-page_newsroom .sidebar {
    margin-right: 0px;
    width: 100%;
    padding: 40px 60px;
}
}



.persberichten-container {
    margin-top: 65px;
}

.publicatie-slider-item .publicatie-text .logo img {
    position: relative;
    max-height: 30px;
}

.publicatie-slider h3 {
    font-family: 'HelveticaBold',sans-serif;
    font-size: 20px;
}

.cta-button2 {
    color: #243588;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-backface-visibility: hidden;
    border-bottom: 3px solid #bababa;
    outline: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 13px;
    font-family: 'HelveticaRoman',sans-serif;
    display: inline-block;
}

.more-publications {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-template-page_newsroom .timeline-Tweet-text {
    font-size: 18px!important;
}

#custom_html-2 {
    background: #243588;
    color: white;
}

#custom_html-2 .widget-title {
    color: white;
}

.sidebar-newsroom .cta-button2 {
    margin-top: 30px;
    display: table;
}

.sidebar-newsroom .dashicons-facebook-alt {
    background: #3b5998;
    display: inline-block;
    width: 50px;
    margin-top: 0px;
    height: 50px;
    font-size: 30px;
    color: white;
    margin-right: 10px;
    padding: 10px;
    border-radius: 8px;
    -webkit-transition: none;
    transition: none;
}

.sidebar-newsroom .dashicons-twitter {
    background: #00aced;
    display: inline-block;
    width: 50px;
    margin-top: 0px;
    height: 50px;
    font-size: 30px;
    color: white;
    margin-right: 10px;
    padding: 10px;
    border-radius: 8px;
    -webkit-transition: none;
    transition: none;
}

.sidebar-newsroom .dashicons-googleplus {
    background: #d34836;
    display: inline-block;
    width: 50px;
    margin-top: 0px;
    height: 50px;
    font-size: 30px;
    color: white;
    margin-right: 10px;
    padding: 10px;
    border-radius: 8px;
    -webkit-transition: none;
    transition: none;
}

.sidebar-newsroom .dashicons-instagram{
    width: 50px;
    height: 50px;
	margin-top: 0px;
	display: inline-block;
    font-size: 35px;
    color: white;
	border-radius: 8px;
    background: #f09433;
	-webkit-transition: none;
    transition: none;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	padding:8px;
}

.sidebar-newsroom .dashicons-controls-play {
    background: #cc181e;
    display: inline-block;
    width: 50px;
    margin-top: 0px;
    height: 50px;
    font-size: 30px;
    color: white;
    margin-right: 14px;
    padding: 10px;
    border-radius: 8px;
    -webkit-transition: none;
    transition: none;
}

@media only screen and (max-width: 640px) {
.page-template-page_newsroom .entry {
    padding: 20px 20px;
}

.page-template-page_newsroom .sidebar {
    padding: 40px 20px;
}
}

#custom_html-5 img {
    box-sizing: border-box;
    border-radius: 20px 20px 40px 20px;
    -webkit-clip-path: polygon(0 0,100% 2%,100% 93%,0 100%);
    clip-path: polygon(0 0,100% 2%,100% 93%,0 100%);
    max-width: 132px;
    text-align: center;
}

#custom_html-5 p {
    transform: rotate(-4deg);
    line-height: 1;
}

#custom_html-5 b {
    color: #243588;
}

#custom_html-5 .custom-html-widget {
    text-align: center;
    float: left;
}


.page-id-14915 .field-wrap>div input {
    width: 100%!important;
}

.page-id-14915 .nf-field-container, .page-id-14915 .field-wrap {
    width: 100%;
    max-width: 480px;
}

.timeline-Tweet-text {
    font-size: 16px!important;
    line-height: 28px!important;
}

.donut {
    background: url(/blog/wp-content/uploads/2018/03/donut2.png) center center no-repeat;
    width: 100px;
    display: inline-block;
    height: 100px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 18px;
}


/*  Edited by Ton  */
/*  font size 18px in content > list   */

.entry-content  li, .entry-content a  {     font-size: 18px !important; line-height: 30px !important; }

/*  End - Edited by Ton */

/*new content 2019-06 */
.archive-author-image{
	background: white;
    text-align: center;
    padding: 0 40px;
    margin: 0;
	border-top: 1px solid #243588;
    border-left: 1px solid #243588;
    border-right: 1px solid #243588;
	border-radius:	8px 8px 0 0;
	height: 350px;
    background-size: cover;
	background-repeat: no-repeat;
}
.has-author-image .author-archive-description h1{
	border-top:0;
	border-radius:0;
	padding-top:5px;
	margin-top:0;
}

.sidebar-newsletter-info{
	line-height: 1.25;
    padding-top: 10px;
}

.publicatie-text-single{
	padding:0 10px;	
}