/*
	Theme Name: Lifestyle Pro
	Theme URI: http://my.studiopress.com/themes/lifestyle/
	Description: Stylish online publishing has never been so easy than with the bright, magazine-style frame and amazing flexibility of the Lifestyle theme.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.2.4

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.1

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

	Text Domain: lifestyle-pro
*/

/* 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
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Lifestyle Pro Blue
		- Lifestyle Pro Green
		- Lifestyle Pro Mustard
		- Lifestyle Pro Purple
		- Lifestyle Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/


/* 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: 1.8rem;
}

body {
	xbackground-color: #efefe9;
	background-color: #fff;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	xfont-family: Helvetica Neue, Helvetica, Segoe UI, Segoe, Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	overflow: auto;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #00ACD8;
	text-decoration: underline;
}

a:focus,
a:hover,
.site-footer a:focus,
.site-footer a:hover {
	color: #136284;
	text-decoration: underline;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

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

blockquote,
blockquote::before {
	color: #6a6a6a;
}

blockquote {
	margin: 40px 40px 24px;
}

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

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

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #eeeee8;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}
figure {
	margin: 1em 0px !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	xfont-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1,
.entry-title {
	font-size: 34px;
	font-size: 3.4rem;
	color: #364ea2;
}

h2,
.home-top .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	color: #00ACD8;
}

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

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

h6,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.archive-title {
	margin-bottom: 0;
}

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

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

img {
	height: auto;
}
img.Pinterestafbeelding {
	display: none;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #6a6a6a;
	xfont-size: 14px;
	xfont-size: 1.4rem;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #6a6a6a;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #4ebded;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	white-space: normal;
	width: auto;
	text-decoration: none;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover {
	background-color: #1491c8;
	color: #fff;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.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: #ddd;
	border-width: 0;
	color: #595959;
	cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

tbody {
	border-bottom: 1px solid #eeeee8;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

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

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

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

.more-link {
	position: relative;
}

.archive .more-link {
	position: relative;
    display: block;
    clear: both;
    border: 1px solid #000;
    width: fit-content;
    padding: 5px 13px;
    margin-top: 20px;
    text-align: left;
	text-decoration: none;
}

.widget_search input[type="submit"]:focus {
	background-color: #eeeee8;
	color: #767673;
	box-shadow: none;
	outline-width: 0;
	padding: 16px 23px;
}


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

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

.site-container-wrap {
	background-color: #fff;
	xbox-shadow: 0 0 5px #ddd;
	xmargin: 0px auto 32px;
	margin: 0px;
    xmax-width: 1280px;
	overflow: hidden;
	xpadding: 36px;
}

.site-inner {
	clear: both;
	padding: 10px 36px 0;
	margin: 0px auto;
    max-width: 1140px;
}

.genesis-before-header .wrap,
.nav-primary .wrap,
.nav-secondary .wrap,
.site-header .wrap,
.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 5px 36px 0;
}
.nav-primary .wrap,
.nav-secondary .wrap {
	padding: 0 36px 0;
}

/* 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: 868px;
}

.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;
	xwidth: 800px;
	width: 70%;
}

.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: 500px;
}

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

.lifestyle-pro-landing .site-container-wrap {
	max-width: 772px;
}

.lifestyle-pro-landing .site-inner,
.lifestyle-pro-landing .entry {
	padding: 0;
}
.kader {
	width: 100%;
	padding: 20px;
	margin: 10px 0 20px 0;
	background: #c1e2f1;
	color: #000;
}
/* Primary Sidebar */

.sidebar-primary {
	float: right;
	xwidth: 332px;
	width: 25%;
}

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

/* Secondary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

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

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

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

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

.search-form {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 13px 20px;
	background-size: 22px 22px;
	padding: 16px 16px 16px 44px;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.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;
	right: 0;
	top: 0;
	width: 1px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

.alignleft.post-image {
	margin-bottom: 24px;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

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

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

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

.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding: 5px 32px;
}

.breadcrumb .dashicons {
	float: none;
	vertical-align: middle;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 32px;
}

.archive-description {
	border: none;
	padding: 0;
}

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
}

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

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

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

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	text-decoration: none;
}

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

.archive-title {
	font-size: 30px;
	font-size: 3rem;
	display: none;
}


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

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}
#black-studio-tinymce-23 {
	margin-bottom: 5px !important;
}

.widget li {
	text-align: left;
}

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

.widget ul > li {
	list-style-type: none;
}

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

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .sidebar-partners a {
	width: 33.33333% !important;
	display: block;
	float: left;
	border: 2px solid transparent !important;
	text-align: center;
	padding: 6px 0 !important;
	line-height: 0;
}
.sidebar .sidebar-partners a:hover {
	border-color: #4ebded !important;
}
.sidebar .sidebar-partners a img {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

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

.featured-content .entry {
	margin-bottom: 32px;
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	xfont-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	font-size: 26px;
}

.featuredpost.widget li {
	text-align: center;
}

.more-from-category {
	padding-top: 12px;
}

.more-from-category a {
	border-top: 1px solid #eeeee8;
	display: block;
	padding-top: 12px;
}


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

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

.enews-widget input {
	margin-bottom: 16px;
}

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

.enews-widget input {
	margin-bottom: 12px;
}

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

/* Genesis Responsive Slider
--------------------------------------------- */

.widget.genesis_responsive_slider li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

img#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: #ccc solid 1px;
}


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

.site-header {
	xbackground-color: #27968b;
	padding: 2px 0;
	overflow: hidden;
}

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

.title-area {
	float: left;
	xwidth: 320px;
}

.site-title {
	xfont-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	xmargin: 0 0 16px;
}

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

.site-title img {
	xwidth: 300px;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

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

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	background-size: contain !important;
	float: left;
	min-height: 110px;
	width: 100%;
}

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

.site-header .widget-area {
	color: #fff;
	float: right;
	xwidth: 600px;
}

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

.site-header .search-form {
	float: right;
	xmargin-top: 16px;
}

.site-header .widget-area a {
	color: #fff;
}


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

.genesis-nav-menu {
	clear: both;
	font-weight: 700;
	xline-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
}

.genesis-nav-menu > .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 14px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	outline-offset: -1px;
}

.genesis-nav-menu li > a:focus,
.genesis-nav-menu li > a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.xgenesis-nav-menu .current-menu-item > a,
.xsite-header .genesis-nav-menu .current-menu-item > a {
	background-color: #1491c8;
	color: #fff;
}

.nav-primary .genesis-nav-menu li > a:focus,
.nav-primary .genesis-nav-menu li > a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover {
	background-color: #3851a8;
}

.genesis-nav-menu .sub-menu {
	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: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.site-header .genesis-nav-menu .sub-menu a,
.site-header .genesis-nav-menu .sub-menu a:focus,
.site-header .genesis-nav-menu .sub-menu a:hover {
	xbackground-color: #fafafa;
	background-color: #00ACD8;
	xcolor: #767673;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 16px 24px;
	position: relative;
	/*width: 184px;*/
	width: 100%;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.site-header .genesis-nav-menu .sub-menu a:focus,
.site-header .genesis-nav-menu .sub-menu a:hover {
	xbackground-color: #eeeee8 !important;
	background-color: #3851a8 !important;
	xcolor: #222;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	xmargin: -44px 0 0 184px;
	margin: -56px 0 0 250px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
}

.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
	content: "";
	content: url(images/arrow-down-alt2-white.png);
	background-position: right top;
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
	color: #fff;
	width: 23px;
	height: 19px;
	min-width: 23px;
	min-height: 19px;
    max-height: 19px;
    margin: 0;
    vertical-align: text-top;
}
.dashicons-arrow-down-alt2:before {
	content: url(images/arrow-down-alt2-white.png) !important;
}
.dashicons-arrow-right-alt2:before {
	content: url(images/arrow-right-alt2.png) !important;
}
	

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

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .genesis-nav-menu a {
	xcolor: #767673;
}

.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu li.menu-item-has-children:focus > a,
.nav-primary .genesis-nav-menu li.menu-item-has-children:hover > a,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-parent > a,
.nav-primary .genesis-nav-menu .current-menu-ancestor > a {
	xcolor: #222;
	xbackground-color: #3851a8;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #00ACD8;
	min-height: 59px;
	text-align: center;
}
.nav-secondary {
	background-color: #4ebded;
	color: #fff;
}

.nav-secondary {
	xdisplay: none !important;
}

.nav-primary .wrap,
.nav-secondary .wrap {
	xbackground-color: rgba(0,0,0,0.05);
}

/* 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;
}

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


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

/* Home Page
--------------------------------------------- */

.lifestyle-pro-home .content .widget,
.lifestyle-pro-home .content .widget:last-child {
	xmargin-bottom: 0px;
}

.lifestyle-pro-home .featured-content .entry {
	xmargin-bottom: 20px;
	xpadding-bottom: 20px;
}

.lifestyle-pro-home .entry:last-child {
	xmargin-bottom: 0;
}

.home-middle .featuredpost .alignleft {
	margin-bottom: 0;
	margin-right: 20px;
}

.home-bottom-left,
.home-bottom-right {
	width: 332px;
}

.home-bottom-left {
	float: left;
}

.home-bottom-right {
	float: right;
}

.lifestyle-pro-home .content .featuredpost p {
	margin: 0;
}

.lifestyle-pro-home .content .widget-title {
	color: #00ACD8;
	text-align: center;
	padding: 12px 32px;
	font-size: 30px;
}

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

.content .entry {
	border: 1px solid #eeeee8;
	margin-bottom: 20px;
	padding: 32px;
}

.error404 .content .entry,
.single .content .entry,
.page .content .entry {
	border: none;
}

.lifestyle-pro-landing .content .entry {
	border: none;
}

.entry-header {
	xborder-bottom: 1px solid #eeeee8;
	margin-bottom: 32px;
	xtext-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.archive .entry-content p {
	margin: 0;
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: circle;
}

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

.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

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

.entry-footer {
	display: none !important;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 32px 0 8px;
}

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

.entry-meta .entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}
.crp_related {
    clear: both;
    margin: 50px 0!important;
}

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #767673;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #4ebded;
	border-color: #4ebded;
}

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

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	border: 1px solid #eeeee8;
	border-right: none;
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8;
}

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

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}


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

.sidebar {
	xfont-size: 15px;
	xfont-size: 1.5rem;
}

.sidebar .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 0px;
	text-align: center;
}

.sidebar .widget .widgettitle {
	background-color: #4ebded;
	color: #fff;
	font-weight: 700;
	padding: 12px 32px;
}

.sidebar .widget .textwidget {
    padding: 32px;
}

.sidebar .widget.massarius,
.sidebar .widget.massarius .textwidget {
    padding: 0 !important;
}
.sidebar .widget.massarius .textwidget p {
	margin: 0;
}


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

.footer-widgets {
	background-color: #00ACD8;
	color: #fff;
	clear: both;
	margin: 0 auto;
	padding-top: 32px;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}
.footer-widgets a:hover {
	text-decoration: underline;
}

/* standard value of the blocks */
.footer-widget-area {
	width: 30.00000%;
	margin: 0 2.5% 0;
	float: left;
	clear: none;
}

/* give the first block a different value in margin */
.footer-widget-area:nth-of-type(3n-2) {
	margin-left: 0;
	margin-right: 5%;
}

/* give the second block a different value in margin */
.footer-widget-area:nth-of-type(3n-1) {
	margin-left: 0;
}

/* give the last block a different value in margin */
.footer-widget-area:nth-of-type(3n) {
	margin-left: 2.5%;
	margin-right: 0;
	clear: right;
}
      

.footer-widgets .widget {
	margin-bottom: 32px;
}

.footer-widgets h3.widgettitle {
	color: #fff;
	font-size: 30px;
    font-size: 3rem;
	text-align: left;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .widget ul > li::before {
    content: ' > ';
    color: #fff;
    padding: 0 5px 0 0;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #000;
	color: #fff;
	padding: 36px;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}



body.home .site-inner {
	max-width: 100%;
	padding: 0;
}
body.home .site-inner .home-widget {
	padding: 30px 0;
}
body.home .site-inner .home-widget:nth-of-type(odd) {
	background-color: #eee;
}
body.home .site-inner .home-widget .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.home-0 {
	background-image: url('https://zwembadvakanties.nl/wp-content/uploads/2018/04/hotels-campings-met-zwemparadijs.jpg');
	background-size: cover;
    background-repeat: none;
    background-position: center center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 30px;
    width: 100%;
}
.home-0 .widget h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2em;
}
..home-0 .widget h1:last-of-type {
	padding-bottom: 20px;
}
.home-0 .widget h3 {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.home-0 .widget a {
	border-radius: 99px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	padding: 12px 20px;
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
}
.home-0 .widget a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.home-1 .wrap {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
	
	margin-left: -2%;
    margin-right: -2%;
}
.home-1 .wrap .widget {
    flex: 1 1 29%;
	align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 20px;
	xpadding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.home-1 .wrap .widget p:first-of-type {
	padding: 0;
}
.home-1 .wrap .widget img {
	margin-bottom: 0;
}
.home-1 .wrap .widget p,
.home-1 .wrap .widget h1,
.home-1 .wrap .widget h2,
.home-1 .wrap .widget h3 {
	padding-left: 20px;
	padding-right: 20px;
}
.home-1 .wrap .widget a {
	text-decoration: none;
}

.home-2 .widgettitle {
	width: 100%;
}
.home-2 .widget-wrap {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
	
	margin-left: -2%;
    margin-right: -2%;
}
.home-2 .widget-wrap article {
    flex: 1 1 29%;
	align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
.home-2 article a.alignleft {
	margin: 0 !important;
}
.home-2 article .entry-header {
	float: left;
	display: block;
	width: 100%;
	padding: 20px 20px 0;
	margin-bottom: 0;
}
.home-2 article .entry-content {
	float: left;
	display: block;
	width: 100%;
	padding: 20px;
}
.home-2 article .more-link,
.archive .more-link,
.search .more-link {
	position: relative;
    display: block;
    clear: both;
    border: 1px solid #333;
	color: #333;
    width: fit-content;
    padding: 5px 13px;
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
}
.archive .more-link,
.search .more-link {
	text-align: left;
	margin-left: inherit;
	margin-right: inherit;
}
.home-2 article .more-link:hover,
.archive .more-link:hover,
.search .more-link:hover {
	border-color: #4ebded;
	color: #4ebded;
}
.home-2 article:first-of-type {
	xflex: 2 1 100%;
}
.home-2 article:nth-of-type(2n+1) {
	xorder: 1;
	xmargin-right: 4%;
}
.home-2 article:nth-of-type(2n+2) {
	xorder: 2;
}

.home-3 .wrap {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
	
	margin-left: -2%;
    margin-right: -2%;
}
.home-3 .wrap .widget {
    flex: 1 1 45%;
	align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	padding: 0;
}
.home-3 .wrap .widget:first-of-type {
	flex: 2 1 100%;
	border: none;
	padding: 0;
}

.home-4 .wrap .widget {
	margin-left: 2%;
	margin-right: 2%;
}

.home-5 .wrap .widget p {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
	
	margin-left: -2%;
    margin-right: -2%;
}
.home-5 .wrap .widget {
	width: 100%;
	margin-bottom: 0;
}
.home-5 .wrap .widget p a {
    flex: 1 1 21%;
	align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	padding: 0;
	text-align: center;
}






.home-top {
	xmin-height: 425px;
	padding-bottom: 30px;
}

.home-middle .widget_black_studio_tinymce.more-buttons .buttons-flex .button {
    xdisplay: inline-block;
    xflex-grow: 1;
    xmargin: 0 10px 10px 10px;
    xtext-align: center;
}
.home-middle .widget_black_studio_tinymce.more-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: normal;
	align-content: stretch;
	text-align: center;
}
.home-middle .widget_black_studio_tinymce.more-buttons .buttons-flex .button {
    margin: 15px;
    width: 28%;
}




/* Genesis Before Header
---------------------------------------------------------------------------------------------------- */

.genesis-before-header .widget {
	margin-bottom: 0;
}
.genesis-before-header .widget ul {
	text-align: right;
}
.genesis-before-header .widget ul > li {
	display: inline-block;
	margin-left: 7px;
	font-size: 14px;
	font-size: 1.4rem;
}


.genesis-after-header {
	padding-top: 40px;
	text-align: center;
}
.genesis-after-header .wrap {
	clear: both;
    padding: 32px 36px 0;
    margin: 0px auto;
    max-width: 1280px;
}
.genesis-after-header .widgettitle {
	font-size: 26px;
	font-size: 2.6rem;
}

.genesis-after-header p:last-of-type {
	margin-bottom: 0 !important;
}

a.filter-tag {
	border: 1px solid #ccc;
    padding: 7px 20px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
	margin-bottom: 12px;
    margin-right: 5px;
}
a.filter-tag.selected,
a.filter-tag:hover {
	border-color: #00ACD8;
	color: #00ACD8;
}

img[src^="https://tm.tradetracker.net/pageview?s=228981&t=a"] {
    visibility: hidden;
    display: contents;
}


.page article.kaderblokken .entry-content {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
	
	margin-left: -2%;
    margin-right: -2%;
}
.page article.kaderblokken .entry-content .kaderrand {
    flex: 0 1 29%;
	align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
.kaderrand { 
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center !important;
	margin-bottom: 25px;
}
.kaderrand p:empty {
	display: none;
	visibility: hidden;
}
.kaderrand h2 a {
	text-decoration: none;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

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

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

	.content {
		xwidth: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}
	
	.site-header .widget-area {
		width: 100%;
		text-align: center;
	}
	.site-header .widget-area .search-form {
		width: 240px;
		float: none;
		margin: 20px auto 0;
	}
	
	.genesis-before-header .widget ul {
		text-align: center;
	}

	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary {
		xwidth: 272px;
	}
	
	.site-header,
	.site-inner,
	.footer-widgets	{
		padding: 5rem 8%;
	}
	.nav-primary .wrap,
	.nav-secondary .wrap {
		xpadding-left: 8%;
		xpadding-right: 8%;
		padding: 0;
		text-align: center;
	}
	
	.title-area {
		width: 100%;
		text-align: center;
	}
	
	.content {
		width: 64%;
	}
	.sidebar-primary {
		width: 31%;
	}

}

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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		padding: 20px 0;
	}

	.site-header .title-area,
	.site-header .widget {
		padding: 0 20px;
	}

	.site-header .widget_nav_menu {
		padding: 0;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 10px 16px;
	}

	.site-header .widget-area {
		margin-top: 2px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 20px;
	}
	
	.site-header,
	.site-inner,
	.footer-widgets {
		padding: 2rem 8%;
	}
	#black-studio-tinymce-43 {
		text-align: center;
	}

}

@media only screen and (max-width: 800px) {
	.gca-columns-dossiers .gca-column.two-thirds {
		margin-top: 10px;
	}
}

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

	body {
		xfont-size: 14px;
		xfont-size: 1.4rem;
	}
	a { 
		xcolor: #4ebded!important;
	}

	.site-container-wrap {
		xpadding: 20px 5%;
		xwidth: 94%;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-header .title-area, 
	.site-header .widget,
	.site-header .wrap {
		padding: 0;
	}

	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	/* Genesis Responsive Menus */
	.site-header nav .wrap {
		padding: 0;
	}
	
	.nav-primary .wrap,
	.nav-secondary .wrap {
		padding: 0;
	}

	nav.genesis-responsive-menu {
		background-color: #fff;
		display: none;
		position: relative;
	}
	
	.genesis-nav-menu a {
		min-height: unset;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

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

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: #3851a8;
		color: #fff;
		border-width: 0;
	}
	
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		outline: none;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		xoutline: 1px solid #ccc;
		xoutline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 8%;
		top: 0;
		z-index: 100;
		background: transparent;
		color: #fff;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		width: 20px !important;
		vertical-align: -webkit-baseline-middle;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu {
		background-color: #00ACD8;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.site-header .genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
		padding: 20px 8%;
		margin-bottom: 1px;
		width: 100%;
	}

	.nav-secondary.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		color: #fff;
	}

	.nav-secondary.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.nav-secondary.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		color: #222;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		background-color: #F5F5F5;
		color: #767673 !important;
		width: 100%;
		font-size: inherit;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
		background-color: #F5F5F5;
	}

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

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

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

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

	.site-header .menu-toggle,
	.site-header .sub-menu-toggle,
	.site-header .genesis-nav-menu .sub-menu a {
		color: #fff;
	}

	.site-header .menu-toggle:hover,
	.site-header .sub-menu-toggle:hover {
		color: #ddd;
	}

	.site-header .menu-toggle:focus,
	.site-header .sub-menu-toggle:focus {
		color: #fff;
		outline: thin dotted currentcolor;
	}

	.site-header .genesis-responsive-menu a:focus,
	.site-header .genesis-responsive-menu a:hover ,
	.site-header .genesis-nav-menu .current-menu-item > a,
	.site-header .genesis-nav-menu .sub-menu a:focus,
	.site-header .genesis-nav-menu .sub-menu a:hover {
		color: #ddd;
		text-decoration: underline;
	}

	.site-header nav.genesis-responsive-menu,
	.site-header .genesis-responsive-menu a:focus,
	.site-header .genesis-responsive-menu a:hover,
	.site-header .genesis-responsive-menu .current-menu-item > a,
	.site-header .genesis-responsive-menu .genesis-nav-menu,
	.site-header .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		background-color: transparent;
	}

	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}

	.entry-meta .entry-comments a {
		margin: 0 0 10px;
	}

	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}
	
	.site-header,
	.site-inner,
	.footer-widgets {
		padding: 5rem 8%;
	}
	
	.footer-widgets .wrap {
		padding: 0;
	}
	
	.home-middle .widget_black_studio_tinymce.more-buttons .buttons-flex .button {
		width: 42%;
	}
	
	.home-1 .wrap .widget,
	.home-2 .widget-wrap article,
	.home-3 .wrap .widget {
		flex: 1 1 100%;
	}
	
	.footer-widget-area {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.home-widget .wrap {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	img.full-width-mobile {
		width: 100%;
	}
	body.full-width-images-mobile .content img {
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {
	
	.home-middle .widget_black_studio_tinymce.more-buttons .buttons-flex .button {
		width: 100%;
	}
	
	.genesis-before-header {
		display: none;
	}
	
	.genesis-before-header .widget ul > li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.archive .content .entry a.entry-image-link img,
	.search .content .entry a.entry-image-link img	{
		width: 100%;
	}
	
}



/*
RESPONSIVE MENU - MENU ICON - LOGO - SEARCH ICON
*/

@media only screen and (min-width: 768px) {
	.header-search-wrap,
	.toggle-header-search	{
			display: none;
	}
	
}
@media only screen and (max-width: 767px) {
	
	.menu-toggle {
		position: absolute;
		top: 0;
		width: 25%;
		background-color: #fff;
		height: 72px;
		line-height: inherit;
		z-index: auto;
	}
	.menu-toggle:focus, 
	.menu-toggle:hover, 
	.sub-menu-toggle:focus, 
	.sub-menu-toggle:hover {
		background-color: #fff;
		outline: 0;
	}

	.site-header {
	    xposition: absolute;
		top: 0;
		padding: 0;
		height: 73px;
		width: 100%;
		z-index: 1;
		xborder-bottom: 1px solid #ccc;
	}
	
	.site-header .title-area {
		width: 50%;
		position: absolute;
		top: 0;
		left: 25%;
		z-index: 100;
	}
	.site-header .widget-area {
		margin: 0;
	}
	.site-header .widget-area .widget.widget_black_studio_tinymce {
		display: none;
	}
	.site-header .widget-area .widget.widget_search {
		xposition: absolute;
		xtop: 0;
		xright: 0;
		xwidth: 25%;
		xmargin: 0;
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a, 
	.site-header .genesis-responsive-menu .genesis-nav-menu .menu-item a {
		background-color: #00ACD8;
		margin-bottom: 0;
		color: #fff;
	}

	nav.genesis-responsive-menu {
		background: transparent;
	}
	.genesis-responsive-menu .genesis-nav-menu	{
	    background-color: transparent;
	    xmargin-top: 72px;
		border-bottom: 1px solid #ccc;
	}
	
	.genesis-after-header,
	.site-inner {
		xmargin-top: 72px;
	}
	
	.site-title {
		line-height: initial;
	}
	.site-title img {
		visibility: hidden;
	}
	
	.site-title a {
		background-image: url(https://zwembadvakanties.nl/wp-content/uploads/2021/05/zwembadvakanties-logo-compact.jpg) !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		display: block;
		height: 72px;
	}
	
	.dashicons-menu:before,
	.dashicons-search:before,
	.dashicons-no:before {
		color: #000;
		font-size: 30px !important;
	}
	.dashicons-search:before,
	.dashicons-no:before {
		line-height: 72px;
	}
	
	.site-header .search-form {
		margin: 0 auto;
	}
	
	.site-header .widget-area .search-form input[type="search"] {
		position: relative;
		width: 1px;
		padding: 8px 15px;
		border: none;
		border-radius: 4px;
		background-color: transparent;
		font-family: "Open Sans", sans-serif;
		font-size: 13px;
		cursor: pointer;
		-webkit-transition: width 500ms ease, background 400ms ease;
		transition: width 500ms ease, background 400ms ease;
	}

	.site-header .widget-area .search-form input[type="search"]:focus {
		width: 250px;
		outline: 0;
		background-color: #fff;
		cursor: text;
	}

	.site-header .widget-area .search-form input[type="submit"] {
		clip: rect(0, 0, 0, 0);
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}

	.site-header .widget-area .search-form:before {
		top: 50%;
		left: 50%;
		width: 20px;
		height: 20px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.site-header .widget-area .search-form:before {
		color: #000;
	}

	.site-header .widget-area .search-form:before {
		color: #000;
	}
	
	.header-search-wrap {
		display: none;
	}

	.header-search-wrap {
		position: absolute;
		z-index: 1; /* Show above the menu toggle button */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 30px;
		x-webkit-transition: none;
		xtransition: none;
		x-webkit-transform: translate3d(0,-100%,0);
		xtransform: translate3d(0,-100%,0);
	}

	.header-search-wrap .search-form,
	.header-search-wrap input[type="search"] {
		height: 100%;
	}

	.search-visible .header-search-wrap {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.header-search-wrap:target {
		display: block;
		clear: both;
		position: absolute;
		height: 72px;
		z-index: 2000;
	}

	.header-search-wrap input[type="search"] {
		padding: 0;
		border: 0;
	}
	
	.header-search-wrap .search-form input[type="search"] {
		background: #fff;
		box-shadow: none;
	}

	.header-search-wrap input[type="submit"]:focus {
		right: 50px;
		margin-top: 1px;
		padding: 20px;
		border-radius: 3px;
	}

	.js .toggle-header-search.close:focus {
		outline: 0;
	}

	.toggle-header-search.close {
		position: absolute;
		z-index: 2002;
		top: 0;
		right: 0;
		width: 25%;
		height: 100%;
		padding: 0;
		color: #000;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		transition: -webkit-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		-webkit-transform: translate3d(-35px,0,0);
		transform: translate3d(-35px,0,0);
	}

	.header-search-wrap:target .toggle-header-search.close {
		-webkit-transform: none;
		transform: none;
	}

	.toggle-header-search .ionicons {
		font-size: 12px;
		font-size: 1.2rem;
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	.toggle-header-search.close .ionicons {
		position: absolute;
		top: calc(50% - 5px);
		right: 11px;
		-webkit-transform: scale(3);
		transform: scale(3);
	}

	.site-header .wrap .toggle-header-search,
	.site-header .wrap .toggle-header-search.close {
		position: absolute;
		top: 0;
		right: 0;
		width: 25%;
		height: 72px;
		text-align: center;
		text-decoration: none;
	}
}
/*
RESPONSIVE MENU - MENU ICON - LOGO - SEARCH ICON
*/

