/*
	Theme Name: Wintersport Europa SEO
	Theme URI: https://wintersporteuropa.nl/
	Description: Aparte, SEO-geoptimaliseerde kopie van Magazine Pro voor WintersportEuropa.nl. Het originele Magazine Pro-thema blijft intact.
	Author: Y-Catcher! Online Media
	Author URI: https://y-catcher.nl/
	Update URI: https://wintersporteuropa.nl/
	Requires at least: 6.2
	Requires PHP: 7.4

	Version: 1.0.0

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, 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-or-later
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: wintersport-europa-seo
*/

/* 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
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/


/* 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 0px}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.6rem;
}

body {
	background-color: #fff;
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	overflow-x: hidden;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
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: #222;
	color: #fff;
}

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

a {
	background-color: inherit;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #000;
}

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

strong {
	font-weight: 700;
}

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

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

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 2px solid #eee;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	xfont-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

/* 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 #ddd;
	border-radius: 30px;
	color: #222;
	xfont-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #222;
	xfont-family: 'Raleway', sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #222;
	xfont-family: 'Raleway', sans-serif;
	opacity: 1;
}

::placeholder {
	color: #222;
	xfont-family: 'Raleway', sans-serif;
	opacity: 1;
}

home:not(.fl-builder-edit) button,
home:not(.fl-builder-edit) input[type="button"],
home:not(.fl-builder-edit) input[type="reset"],
home:not(.fl-builder-edit) input[type="submit"],
home:not(.fl-builder-edit) .button,
.entry-content .button,
.content .wp-block-button .wp-block-button__link {
	background-color: #FF9911 !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
	text-decoration: none;
}

home:not(.fl-builder-edit) button:focus,
home:not(.fl-builder-edit) input:focus[type="button"],
home:not(.fl-builder-edit) input:focus[type="reset"],
home:not(.fl-builder-edit) input:focus[type="submit"],
home:not(.fl-builder-edit) .button:focus,
.entry-content .button:focus,
home:not(.fl-builder-edit) button:hover,
home:not(.fl-builder-edit) input:hover[type="button"],
home:not(.fl-builder-edit) input:hover[type="reset"],
home:not(.fl-builder-edit) input:hover[type="submit"],
home:not(.fl-builder-edit) .button:hover,
.entry-content .button:hover,
.content .wp-block-button .wp-block-button__link:hover,
.content .wp-block-button .wp-block-button__link:focus {
	background-color: #ffb758 !important
}

.wp-block-image .aligncenter>figcaption, 
.wp-block-image .alignleft>figcaption, 
.wp-block-image .alignright>figcaption {
	display: inline-block !important;
}

.thrv_wrapper .alignleft {
	width: 100%;
}

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

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

.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: #565656;
	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 #ddd;
}

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #ddd;
	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 .content .more-link,
.search .content .more-link,
.page-template-page_blog .content .more-link {
	position: relative;
    display: block;
    clear: both;
    border: 1px solid #333;
    color: #333;
    width: fit-content;
    padding: 5px 13px;
    margin-top: 20px;
    xmargin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}
.archive .content .more-link:hover,
.search .content .more-link:hover,
.page-template-page_blog .content .more-link:hover {
	border-color: #3178c1;
	color: #3178c1;
}


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

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

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

.home .site-inner,
.fl-builder:not(.content-sidebar) .site-inner {
	max-width: 100%;
	background-color: #F5F6F6;
}

.single.fl-builder:not(.content-sidebar) .site-inner,
.single.fl-builder:not(.content-sidebar) .fl-row-fixed-width {
	max-width: 1140px;
	background-color: #fff;
}
.single.fl-builder:not(.content-sidebar) .fl-row-content-wrap {
	padding-left: 0;
	padding-right: 0;
}
.single.fl-builder:not(.content-sidebar) .fl-module-content {
	margin: 0;
}

.fl-builder .entry-header .entry-title,
.fl-builder .breadcrumb {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

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

.magazine-home .site-inner {
	padding-bottom: 10px;
}

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

.magazine-landing .site-inner {
	padding-bottom: 40px;
}


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

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

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

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

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

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

.avatar {
	float: left;
}

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

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

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

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

.sticky {
}

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

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	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 {
	xborder-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #fff;
}

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

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

.author-box-title {
	color: #222;
	xfont-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

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


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

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

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

.site-header .search-form {
	xfloat: right;
	xmargin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.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;
}

.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	padding: 14px 16px;
	right: 2px;
	top: 2px;
}

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	color: #FF9911;
	font-weight: 700 !important;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #008285;
	text-decoration: underline;
}

.widget-title {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;
}

.sidebar .widget-title {
	color: #fff !important;
    background: none !important;
    padding: 0px !important;
    font-size: 25px !important;
    font-size: 2.5rem !important;
	line-height: inherit !important;
    color: #FF9911 !important;
    font-weight: 700 !important;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}


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

.widget,
.widget li {
	word-wrap: break-word;
}

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

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

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

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

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

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
	margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}

.home-middle .featured-content .entry {
	width: 360px;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

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

.featured-content .entry-title a {
	border: none;
	text-decoration: none;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time,
.js .content .home-top a .entry-time {
	background-color: #008285;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:focus,
.home-middle a.more-link:hover,
.home-top a.more-link:focus,
.home-top a.more-link:hover {
	background-color: #008285;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


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

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

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

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

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

.widget-area .enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.widget-area .enews-widget .widget-title {
	color: #fff;
}

.widget-area .enews-widget input:focus {
	border: 1px solid #ddd;
}

.widget-area .enews-widget input[type="submit"] {
	background-color: #008285;
	color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider li {
	border: none;
}

.magazine-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}

.magazine-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt,
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider .slides li,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}

.magazine-home .content .genesis_responsive_slider h2,
.magazine-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0 0;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:focus,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:focus.prev,
.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

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

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}


/* 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 {
	xpadding-top: 64px;
	background: rgb(49,39,131);
	background: -moz-linear-gradient(90deg, rgba(49,39,131,1) 0%, rgba(0,159,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(49,39,131,1) 0%, rgba(0,159,255,1) 100%);
	background: linear-gradient(90deg, rgba(49,39,131,1) 0%, rgba(0,159,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#312783",endColorstr="#009fff",GradientType=1);
}

.site-header .wrap {
	xborder-bottom: 2px solid #222;
	padding: 16px 0;
}

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

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

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

.site-title {
	xfont-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-title a img {
	max-width: 183px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: left !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 120px;
	text-indent: -9999px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	xwidth: 728px;
}

.header-image .site-header .title-area {
	padding: 20px 0;
}
.header-image .site-header .widget-area {
	padding: 35px 0;
}
.header-image .site-header .widget-area p a {
	display: block;
	line-height: 0;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	xfont-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu .menu-item.custom-menu-item-search {
	float: right;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 54px 9px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .current-menu-ancestor > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FF9911 !important;
}

.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: 99999;
	padding-top: 15px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 1px solid #000;
	border-top: none;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.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;
}

.genesis-nav-menu > .menu-item-has-children > a::after {
	content: "\f347";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'dashicons';
	padding-left: 3px;
	vertical-align: bottom;
}

.genesis-nav-menu > .menu-item-has-children > a::after {
	xcontent: "";
	content: url(images/arrow-down-alt2-white.png);
	background-position: right top;
	display: inline-block;
	padding-left: 3px;
	color: #fff;
	transform: scale(.7);
	width: 8px;
	margin: 0;
	vertical-align: text-top;
}
.genesis-nav-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a::after {
	content: "";
	content: url(images/arrow-down-alt2-white.png);
	transform: rotate(270deg) scale(0.7);
	background-position: right top;
	display: inline-block;
	padding-left: 3px;
	color: #fff;
	margin: 0;
	vertical-align: text-top;
	transition: width 0.66s ease-out;
	position: absolute;
	top: 25%;
	right: 14px;
}
.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 .sub-menu {
	xborder-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

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

.nav-primary {
	background-color: #000;
	color: #fff;
	xleft: 0;
	xposition: fixed;
	xtop: 0;
	width: 100%;
	z-index: 99999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

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

.nav-secondary {
	xmargin-top: -100px;
	xpadding-top: 100px;
	background-color: #000;
}

.nav-secondary .wrap {
	xborder-bottom: 1px solid #222;
}

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

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

.entry {
xmargin-bottom: 60px;
}

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	xborder-bottom: 2px solid #eee;
}

.content .entry .entry-image {
	margin-right: 3%;
    float: left;
    width: 35%;
}
body.home .content .entry .entry-image {
	width: 100%;
	margin: 0;
}
.content .entry .entry-content p {
	xfloat: right;
    xwidth: 62%;
	width: 95%;
    text-align: left;
}
.content .entry .entry-content p:empty {
	visibility: hidden;
	display: none;
}

.entry-content a {
	color: #008285;
}

.entry-content a:focus,
.entry-content a:hover {
	color: #222;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	clear: both;
	display: block;
	position: relative;
    margin-top: 0 !important;
}

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

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

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

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

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

.entry-categories,
.entry-tags {
	display: block;
}
#tve_flt {
	margin-top: 25px;
}

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

.after-entry {
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0 0;
}

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

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.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;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

.bypostauthor {
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
	background-color: #008285;
	color: #fff;
}

.genesis-before-footer {
	background-color: #169ED9;
    color: #fff;
    clear: both;
    xfont-size: 14px;
    xfont-size: 1.4rem;
    padding: 60px 0 20px;
}

.genesis-before-footer .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;
}

.genesis-before-footer .wrap .widget {
	flex: 1 1 29%;
	align-self: stretch;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	border: 2px solid #000;
	border-radius: 12px;
	background-color: #fff;
	color: #000;
	xpadding: 20px 40px;
	text-align: center;
	overflow: auto;
}

.genesis-before-footer .wrap .widget .widget-title {
	background-color: #FF9911;
	text-align: center;
    font-weight: 700;
    font-size: 22px;
	xmin-width: calc(100% + 40px);
	width: 100%;
	xmargin-left: -20px;
	color: #000;
	padding: 20px;
	margin-bottom: 0;
}

.genesis-before-footer .wrap .widget p {
	padding: 20px 40px;
}

.genesis-before-footer .wrap .widget img {
	xmin-width: calc(100% + 80px);
	width: 100%;
	xmargin-left: -40px;
	xmargin-bottom: 20px;
}

.genesis-before-footer .wrap .widget a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.genesis-before-footer .wrap .widget a:focus,
.genesis-before-footer .wrap .widget a:hover {
	color: #000;
}

.genesis-before-footer .wrap .widget p:last-child {
	margin-bottom: 0;
}

.genesis-before-footer .wrap .widget h1,
.genesis-before-footer .wrap .widget h2,
.genesis-before-footer .wrap .widget h3,
.genesis-before-footer .wrap .widget h4,
.genesis-before-footer .wrap .widget h5,
.genesis-before-footer .wrap .widget h6 {
	color: #FF9911;
}


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

.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	xfont-size: 14px;
	xfont-size: 1.4rem;
	padding: 20px 0 20px;
}

.footer-widgets .wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-widgets .wrap .footer-widget-area {
	flex: 0 1 25%;
	align-self: stretch;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	color: #fff;
	padding: 20px 40px;
	text-align: center;
}
.footer-widgets .wrap .footer-widget-area:nth-of-type(2) {
	flex: 1 1 39%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	xwidth: 360px;
}

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

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

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

.footer-widgets .widget-title {
	color: #fff;
	text-align: center;
    font-weight: 700;
    font-size: 22px;
	min-width: calc(100% + 40px);
	margin-left: -20px;
}

.footer-widgets a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #FF9911;
}


.footer-widgets .widget img {
	xmin-width: calc(100% + 80px);
	xmargin-left: -40px;
	xmargin-bottom: 20px;
	border-radius: 12px;
	border: 2px solid #169ED9;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}


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

.site-footer {
	background-color: #000;
	xfont-family: 'Raleway', sans-serif;
	xfont-size: 14px;
	xfont-size: 1.4rem;
	text-align: center;
	color: #fff;
}

.site-footer .wrap {
	padding: 26px 0;
}

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

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

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

.site-footer .widget-shortcode {
	display: inline-block;
}
.site-footer .widget-shortcode li {
	margin-bottom: 0 !important;
}
.site-footer .widget-shortcode li a {
	padding: 0 0 0 5px !important;
    vertical-align: bottom !important;
	color: #007ac5;
}
.site-footer .widget-shortcode li a:hover {
	color: #83a2c1;
}



.genesis-before-footer-advertentie {
	padding: 0 0 40px;
}
.genesis-before-footer-advertentie p,
.genesis-before-footer-advertentie img {
	margin-bottom: 0;
	text-align: center;
}

.genesis-entry-header {
	padding-top: 1.382em;
}
.genesis-entry-header p {
	text-align: center;
}
.genesis-entry-header p a {
	display: inline-block;
}

.thrv_text_element {
    overflow-wrap: normal !important;
}

[data-css="tve-u-164fa40a2d4"] .tcb-button-link {
	background-color: rgb(255,153,0) !important;
}

.orange {
	xcolor: #FF9911;
	background-color: #FF9911;
    padding: 0 5px;
    border-radius: 8px;
}
.white,
.white h1, 
.white h2, 
.white h3, 
.white h4, 
.white h5,
.white a {
	color: #fff !important;
}

.columns-margin .fl-col-group .fl-col .fl-col-content {
	margin-left: 2%;
	margin-right: 2%;
}
.columns-margin .fl-col-group .fl-col:nth-of-type(1) .fl-col-content {
	margin-left: 0;
	margin-right: 4%;
}
.columns-margin .fl-col-group .fl-col:last-of-type .fl-col-content {
	margin-left: 4%;
	margin-right: 0;
}

.box-bordered > .fl-col-content {
	border: 2px solid #000;
    border-radius: 12px;
    background-color: #fff;
}
.box-bordered .fl-col-content .fl-rich-text p {
	text-align: center !important;
}

.box-bordered .fl-module-photo .fl-module-content {
	margin: 0 !important;
}

.box-title .fl-module-content {
	margin: 20px 5px !important;
}
.box-title h2 {
	font-size: 23px !important;
    font-size: 2.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
	text-align: center !important;
}

.fl-builder-content a.fl-button, 
.fl-builder-content a.fl-button:visited,
.home .featuredpost .more-link {
	background-color: #FF9911 !important;
	border-radius: 30px !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #000 !important;
	border: none !important;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.fl-builder-content a.fl-button *, 
.fl-builder-content a.fl-button:visited * {
	color: #000 !important;
}
.fl-builder-content a.fl-button:hover,
.fl-builder-content a.fl-button:focus,
.home .featuredpost .more-link:hover,
.home .featuredpost .more-link:focus {
	background-color: #ffb758 !important;
}

.fl-builder-content p:last-of-type {
	margin-bottom: 0;
}

.home .featuredpost .more-link {
	display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
	margin-top: 20px;
	clear: both;
	width: fit-content;
}

.snowtrex-bg {
	background-image: url('https://wintersporteuropa.nl/wp-content/uploads/2022/02/big-air-1283525_800.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.wintersporteuropa-info-box > .fl-col-content {
	background-image: linear-gradient(rgba(21,74,153,0.65), rgba(21,74,153,0.65)), url('https://wintersporteuropa.nl/wp-content/uploads/2022/02/panorama-2192454_1280.jpg') !important;
	background-size: cover;
	background-repeat: no-repeat;
}

.wintersportlanden-info-box > .fl-col-content {
	background-image: linear-gradient(rgba(21,74,153,0.65), rgba(21,74,153,0.65)), url('https://wintersporteuropa.nl/wp-content/uploads/2018/08/wintersport-landen.jpg') !important;
	background-size: cover;
	background-repeat: no-repeat;
}


.genesis-before-footer-cta {
	background-color: #F5F6F6;
	color: #000;
	padding: 40px 0;
	font-size: 2.2rem;
	position: relative;
	z-index: 2
}
.genesis-before-footer-cta .wrap {
	padding: 40px;
	background-color: #fff;
	border-radius: 12px;
	border: 2px solid #000;
	xmargin-bottom: -114px;
}

.genesis-before-footer-cta .textwidget {
	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;
}

.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-text {
	flex: 2;
    align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 0;
	text-align: right;
}
.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-img {
	flex: 0.5;
    align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 0;
    padding: 0;
}

.genesis-before-footer-cta .widget-title,
.genesis-before-footer-cta h1 {
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	text-align: right;
}
.genesis-before-footer-cta h1 span.darkblue,
.genesis-before-footer-cta h1 span.darkblue {
	color: #004A99;
}
.genesis-before-footer-cta h1 span.green {
	color: #96BA39;
}
.genesis-before-footer-cta h1 span.grey {
	color: #6F6F6E;
}
.genesis-before-footer-cta .mc4wp-form-fields p {
	width: 33.333333%;
	float: left;
	padding: 0 5% 0 0;
	margin-bottom: 0;
}
.genesis-before-footer-cta .mc4wp-form-fields p {
	width: 41.333333%;
    float: left;
    padding: 0 5% 0 0;
    margin-bottom: 0;
	text-align: left;
	clear: none !important;
}
.genesis-before-footer-cta .mc4wp-form-fields p:nth-of-type(3) {
	width: 17.33333%;
    float: right;
    padding-right: 0;
    text-align: right;
}
.genesis-before-footer-cta .mc4wp-form-fields label {
	font-size: 1.4rem;
	text-align: left;
}
.genesis-before-footer-cta .mc4wp-form-fields input[type='submit'] {
	margin-top: 36px;
	font-size: 14px;
	padding: 14px 24px;
	background-color: #FF9911 !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
}
.genesis-before-footer-cta .mc4wp-form-fields input[type='submit']:hover {
	background-color: #ffb758 !important;
}

.widgetopts-super.widgetopts-sidebaropts {
	display: none !important;
	visibility: hidden !important;
}


/* ZOHO signup form */
.quick_form_5_css {
	width: 100% !important;
	background-color: #ffffff !important;
	border: 0 !important;
}
.quick_form_5_css form .SIGNUP_FLD {
	width: 39.333333% !important;
    float: left !important;
    padding: 0 5% 0 0 !important;
	margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    clear: none !important;
	height: initial !important;
}
/* ZOHO input field */
.quick_form_5_css form .SIGNUP_FLD input[type="text"] {
	width: 100% !important;
    padding: 1em 1.382em !important;
    border: 1px solid #A1CFE4 !important;
    color: #004A99 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 2 !important;
    border-radius: 12px !important;
	height: inherit !important;
}
/* ZOHO button */
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) {
	width: 21.33333% !important;
    float: right !important;
    padding-right: 0 !important;
    text-align: right !important;
}
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) input {
	xmargin-top: 36px !important;
    font-size: 16px !important;
    padding: 14px 24px !important;
    background-color: #F8992C !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
	color: #000 !important;
	font-weight: 700 !important;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) input:hover {
	background-color: #e27c07 !important;
}
/* ZOHO inline message */
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(2) {
	display: table !important;
}
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(2)>div:first-of-type {
	display: table-footer-group !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess {
	margin-top: 18px !important;2301
	xbackground-color: #fff !important;
	xborder: 3px solid #fff !important;
	border-radius: 12px !important;
	position: relative !important;
	margin-left: 0 !important;
	width: 100% !important;
	border: 1px solid #a3cfbb !important;
	background-color: #d1e7dd !important;
	color: #000 !important;
	padding: 8px 16px !important;
	display: block !important;
	opacity: 1 !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table {
	margin-bottom: 0 !important;
	background: none !important;
	border: 0 !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table tbody,
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table td {
	border: 0 !important;
	padding: 0 !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table td {
	padding: 0 10px 14px !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table td:first-of-type {
	display: none !important;
	visibility: hidden !important;
}
/* ZOHO error message */
.quick_form_5_css #errorMsgDiv {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
	text-align: left !important;
	border-radius: 12px !important;
}

.entry-content .quick_form_5_css {
	background-color: #fff !important;
}
.entry-content .quick_form_5_css form .SIGNUP_FLD input[type="text"] {
	border-color: #000 !important;
}
.entry-content .quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) input {
	padding: 16px 24px !important;
}
.entry-content .cta-nieuwsbrief-text p:nth-child(3),
.entry-content .cta-nieuwsbrief-text p:nth-child(4),
.entry-content .cta-nieuwsbrief-text p:nth-child(5),
.entry-content .cta-nieuwsbrief-text .quick_form_5_css>div>div {
	display: none;
    visibility: hidden;
}

.genesis-before-footer-cta .textwidget p:nth-child(3),
.genesis-before-footer-cta .textwidget p:nth-child(4),
.genesis-before-footer-cta .textwidget p:nth-child(5),
.genesis-before-footer-cta .textwidget .quick_form_5_css>div>div {
    xdisplay: none;
    xvisibility: hidden
}

.genesis-before-footer-cta .textwidget form>p {
    display: none;
    visibility: hidden
}


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

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

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

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 100%;
	}

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

	.content {
		width: 630px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		xwidth: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}
	
	.footer-widgets .wrap {
		flex-wrap: nowrap;
	}

	.footer-widgets .wrap .footer-widget-area {
		flex: 1 1 29%;
	}
	
	.genesis-nav-menu > .right {
		display: none;
	}
	
	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.js.admin-bar nav.nav-primary {
		top: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

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

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

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

	nav.nav-primary .sub-menu-toggle,
	#genesis-mobile-nav-primary {
		background-color: #fff;
		color: #000;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #aaa;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: #fff;
		color: #aaa;
		border-width: 0;
	}

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

	.sub-menu-toggle:focus {
		outline-offset: -1px;
	}

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

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

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

	nav.nav-primary .sub-menu-toggle:focus,
	nav.nav-primary .sub-menu-toggle:hover {
		background-color: transparent;
		color: #000;
	}

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		margin-top: 1px;
		padding: 15px 20px;
		width: 100%;
	}

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

	.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;
	}
	
	.header-image .site-header .widget-area {
		display: none;
	}
	
	.site-header .wrap {
		padding: 0;
		max-width: 100%;
	}

}

@media only screen and (max-width: 1046px) {
	.genesis-nav-menu a {
		padding: 25px 7px;
	}
}

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

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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 {
		width: 100%;
	}

	.home-middle .featured-content .entry {
		width: 48.717948717948715%;
	}

	.home-middle .featured-content .entry:nth-of-type(2n+1) {
		margin-right: 2.564102564102564%;
	}

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

	.nav-primary {
		position: static;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

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

	

}

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

	.site-inner {
		max-width: 100%;
	}

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

	.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%;
	}

	.magazine-home .content .genesis_responsive_slider h2,
	.magazine-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.2;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}

	

}

@media only screen and (max-width: 768px) {
	.columns-margin .fl-col-group .fl-col .fl-col-content {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.columns-margin .fl-col-group .fl-col:nth-of-type(1) .fl-col-content {
		margin-left: 0;
		margin-right: 0;
	}
	.columns-margin .fl-col-group .fl-col:last-of-type .fl-col-content {
		margin-left: 0;
		margin-right: 0;
	} 
	
	.footer-widgets .wrap {
		flex-wrap: wrap;
	}

	.footer-widgets .wrap .footer-widget-area {
		flex: 1 1 100% !important;
	}
	
	.genesis-before-footer-cta {
		padding: 0;
	}
	.genesis-before-footer-cta .wrap {
		margin-bottom: 0;
		border-radius: 0;
	}
	
	.genesis-before-footer-cta .mc4wp-form-fields p {
		width: 100%;
	}
	
	.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-text,
	.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-img {
		flex: 1 1 100%;
		text-align: left;
	}
	.genesis-before-footer-cta .widget-title, .genesis-before-footer-cta h1 {
		text-align: left;
	}
	.genesis-before-footer-cta .mc4wp-form-fields p {
		padding-right: 0;
	}
	.genesis-before-footer-cta .mc4wp-form-fields p:nth-of-type(3) {
		width: 100%;
		text-align: left;
	}
	
	.quick_form_5_css form .SIGNUP_FLD {
		width: 100% !important;
		padding-right: 0 !important;
		margin-bottom: 10px !important;
	}
	.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) {
		width: auto !important;
		float: left !important;
		margin: 0 !important;
	}
	
}

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

	.home-middle .featured-content .entry {
		margin-right: 0;
		width: 100%;
	}
	
	.archive .entry .entry-image,
	.search .entry .entry-image,
	.page-template-page_blog-php .entry .entry-image {
		width: 100%;
	}
	.content .entry .entry-image {
		margin-right: 0;
		float: left;
		width: 100%;
	}
	.content .entry .entry-content p {
		float: right;
		width: 100%;
		text-align: left;
		padding: 10px;
	}
	blockquote {
		margin: 15px;
	}
	
	.footer-widgets .wrap .footer-widgets-1 .widget {
		flex: 1 1 100%;
	}
}

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

	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}

}



/*
RESPONSIVE MENU - MENU ICON - LOGO - SEARCH ICON
*/
@media only screen and (max-width: 1180px) {
	.header-search-wrap {
		max-width: 960px;
	}
	
	.nav-secondary .wrap {
		max-width: unset;
		padding: 0 15px;
	}
}
@media only screen and (min-width: 1181px) and (max-width: 1223px) {
	.genesis-nav-menu a {
		padding: 54px 6px;
	}
}
@media only screen and (min-width: 1180px) {
	.site-header ul.genesis-nav-menu .toggle-header-search {
		display: inline-block !important;
	}
	
	.site-header .wrap > .toggle-header-search {
		display: none;
	}
	
	.header-search-wrap {
		position: absolute;
		top: 0px;
		left: 0;
		xmax-width: 1140px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		z-index: 9;
		width: 100%;
		display: none;
	}
	.admin-bar .header-search-wrap {
		top: 32px;
	}
	.header-search-wrap:target {
		display: block;
		clear: both;
		position: absolute;
		height: 64px;
		z-index: 2000;
		border-bottom: 2px solid #000;
	}
	.search-form input[type='submit'] {
		display: none;
	}
	.header-search-wrap input, 
	.header-search-wrap input[type='search'] {
		padding: 0.734em 1.382em;
		line-height: 137px;
		border-radius: 0;
	}
	.toggle-header-search.close {
		position: absolute;
		top: 66px;
		right: 50px;
		z-index: 999999;
		color: #000;
		text-decoration: none;
	}	
	
}
@media only screen and (max-width: 1179px) {
	
	.menu-toggle {
		position: absolute;
		top: 0;
		left: 0;
		right: initial;
		width: 25%;
		background-color: rgba(255,255,255,0);
		height: 72px;
		line-height: inherit;
		z-index: auto;
	}
	.admin-bar .menu-toggle {
		top: 32px;
	}
	.menu-toggle:focus, 
	.menu-toggle:hover, 
	.sub-menu-toggle:focus, 
	.sub-menu-toggle:hover {
		background-color: rgba(255,255,255,0);
		outline: 0;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item.custom-menu-item-search {
		display: none;
	}

	.site-header {
	    xposition: absolute;
		top: 0;
		padding: 0;
		height: 80px;
		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-top: 79px;
	}
	.site-header .widget-area .widget.widget_black_studio_tinymce {
		display: none;
	}
	.header-image .site-header .title-area {
		padding: 0;
	}
	.admin-bar .title-area {
		top: 32px;
	}
	.header-image .site-title a {
		background-position: center !important;
	}
	
	.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: rgba(255,255,255,0);
		margin-bottom: 0;
		color: #fff;
	}
	
	.nav-primary {
		display: none;
	}
	.nav-secondary {
		margin-top: 0;
		padding-top: 0;
	}

	nav.genesis-responsive-menu {
		background: #000;
		xtop: 1px;
	}
	.genesis-responsive-menu .genesis-nav-menu	{
	    background-color: transparent;
	    xmargin-top: 72px;
		xborder-bottom: 1px solid #ccc;
	}
	
	.genesis-after-header,
	.site-inner {
		xmargin-top: 72px;
	}
	
	.site-title {
		line-height: initial;
	}
	.site-title img {
		visibility: hidden;
	}
	
	.header-image .site-title a {
		min-height: 80px;
	}
	
	.site-title a {
		background-image: url(https://wintersporteuropa.nl/wp-content/uploads/2022/02/Wintersport-Europa-logo-zonder-schaduw.png) !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		display: block;
		height: 80px;
	}
	
	.dashicons-menu:before,
	.dashicons-search:before,
	.dashicons-no:before {
		color: #fff;
		font-size: 30px !important;
	}
	.dashicons-no:before {
		color: #000;
	}
	.dashicons-search:before,
	.dashicons-no:before {
		line-height: 80px;
	}
	
	.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;
		xfont-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;
		background-color: #fff;
		max-width: unset;
		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: 80px;
		z-index: 2000;
		border-bottom: 2px solid #000;
	}
	.admin-bar .header-search-wrap:target {
		top: 32px;
	}

	.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;
	}
	
	.admin-bar .site-header .wrap .toggle-header-search:not(.close) {
		top: 32px;
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar .title-area,
	.admin-bar .menu-toggle,
	.admin-bar .site-header .wrap .toggle-header-search:not(.close),
	.admin-bar .header-search-wrap:target	{
		top: 46px;
	}
	.entry-content ol, .entry-content ul {
    margin-left: 25px;
	}
}
/*
RESPONSIVE MENU - MENU ICON - LOGO - SEARCH ICON
*/

