<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: delagelanden
Theme URI:
Description: Thema voor de website van delagelanden.
Version: 0.1
Author: Bonsaimedia
Author URI:
*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Fonts */

@import url('css/satoshi.css');





/* Variables */

:root {
	--main-color: #f5ebdd;
	--main-color-light: #fbf7f2;
	--main-color-dark: #1c1616;
	--main-color-green: #58b997;

	--arts-primary: #4b2b2d;
	--arts-secondary: #d996af;
	--histoire-primary: #1d284a;
	--histoire-secondary: #56ae6e;
	--langue-primary: #81161c;
	--langue-secondary: #89c1d3;
	--litterature-primary: #ea5b0b;
	--litterature-secondary: #8cbeba;
	--societe-primary: #8b9542;
	--societe-secondary: #e5dd46;
	--vl-nl-primary: var(--societe-primary);
	--vl-nl-secondary: var(--societe-secondary);
}





/* Global styles */

html{}

body {
    background: var(--main-color);
    color: var(--main-color-dark);
    font: 20px/30px 'Satoshi-Regular', sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Satoshi-Bold', sans-serif;
}

h1 { margin-bottom: 20px; font-size: 42px; line-height: 44px; }
h2 { margin-bottom: 10px; font-size: 26px; line-height: 32px; }
h3 { margin-bottom: 20px; font-size: 22px; line-height: 24px; }
h4 { margin-bottom: 20px; font-size: 19px; line-height: 22px; }
h5 { margin-bottom: 20px; font-size: 14px; line-height: 22px; font-weight: 500; font-style: italic; font-family: "panel", serif; }
h6 { margin-bottom: 20px; font-size: 16px; line-height: 22px; font-weight: 500; font-family: "panel", serif; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}



h1 span, h2 span, h2 span, h4 span, h5 span, h6 span, h1 i, h2 i, h2 i, h4 i, h5 i, h6 i {
	color: #75706e;
	font-style: normal;
	font-family: "panel", serif;
}

h1 span, h1 i {
	font-size: 39px;
}

h2 + .block {
	margin-top: 35px;
}



p {}
p:not(:last-child) {
    margin-bottom: 35px;
}



strong {
	font-weight: 600;
}



a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s;
}
a:hover {}

p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}



img {
	max-width: 100%;
	height: auto;
}



hr {
    height: 1px;
    margin: 0 0 20px;
    background: #cccbc6;
    border: 0;
}



/* --- Input */

::placeholder {
	color: var(--main-color-dark);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--main-color-dark);
}

::-ms-input-placeholder {
	color: var(--main-color-dark);
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
	margin-bottom: 15px;
}

form label, form legend {
	color: var(--main-color-dark);
    font-size: 16px;
	font-weight: 600;
}

form legend {
	margin-bottom: 10px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
	background: var(--main-color-light);
	color: var(--main-color-dark);
	font: 16px/26px 'Satoshi-Regular', sans-serif;
	text-align: left;
    white-space: normal;
	border: 0;
	transition: all 0.2s;
	-webkit-appearance: none;
    transition: all 0.2s;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, select:focus, button:focus {
	background: #fff;
	border-color: var(--main-color-dark);
}



select {
	background-image: url(img/select.png)!important;
	background-position: right 20px center!important;
	background-size: 14px 8px!important;
	background-repeat: no-repeat!important;
}

textarea {
	height: 100px;
}

input[type=submit], button, a.components-button {
	display: block;
	width: 100%;
	margin: 0;
    padding: 11px 40px;
	background: var(--main-color-dark);
	color: var(--main-color-light);
    font-weight: 700;
    font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
input[type=submit]:hover, button, a.components-button:hover {
	background: var(--main-color-green);
    background: #50a98a;
	color: var(--main-color-dark);
	border-color: var(--main-color-green);
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1662px;
	margin: 0 auto;
	padding: 0 15px;
}



/* --- Text */

span.intro {
	font: 22px/32px 'Satoshi-Medium', sans-serif;
}



/* --- Buttons */

a.button, button.button, span.button {
    display: inline-block;
    padding: 8px 25px;
	background: var(--main-color-dark);
	color: var(--main-color-light);
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
    transition: all 0.15s ease-in-out;
}

a.button:hover, button.button:hover, span.button:hover {}



a.button.primary, button.button.primary, span.button.primary {
	background: var(--main-color-dark);
	color: var(--main-color-light);
}
a.button.primary:hover, button.button.primary:hover, span.button.primary:hover {
	background: var(--main-color-green);
	color: var(--main-color-dark);
}



a.button.secondary, button.button.secondary, span.button.secondary {
	background: #fff;
	color: var(--main-color-dark);
}
a.button.secondary:hover, button.button.secondary:hover, span.button.secondary:hover {}



a.button.tertiary, button.button.tertiary, span.button.tertiary {
	background: var(--main-color-green);
	color: var(--main-color-dark);
}
a.button.tertiary:hover, button.button.tertiary:hover, span.tertiary.outline:hover {
	background: var(--main-color-dark);
	color: var(--main-color-light);
}



a.button.outline, button.button.outline, span.button.outline {
	padding: 7px 24px;
	background: transparent;
    color: var(--main-color-dark);
    border: 1px solid var(--main-color-dark);
}

a.button.outline:hover, button.button.outline:hover, span.tertiary.outline:hover {
    color: var(--main-color-green);
	border-color: var(--main-color-green);
}



/* --- Slider */

.flickity-button {
	background: var(--main-color-light)!important;
}



.flickity-prev-next-button {
	top: -90px!important;
	width: 45px!important;
	height: 45px!important;
	padding: 0;
	border-radius: 0!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: auto!important;
	right: 85px;
	background: var(--main-color-light) url(img/slider-prev.png) center/24px 25px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: 20px!important;
	background: var(--main-color-light) url(img/slider-next.png) center/24px 25px no-repeat!important;
}



.flickity-prev-next-button .flickity-button-icon {
	display: none;
}



.flickity-page-dots {
	bottom: 40px!important;
	margin: 0!important;
}

.flickity-page-dots .dot {
	width: 12px!important;
	height: 12px!important;
	margin: 0 5px!important;
	background: #fff!important;
	opacity: 0.25!important;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1!important;
}



/* --- Block */

.block {
    display: block;
    background: #fff;
    overflow: hidden;
}

.block .image, .block .image img {
    float: left;
    width: 100%;
}

.block .content {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.block .content input[type=text], .block .content input[type=email], .block .content input[type=password] {
	background: #fff;
	border: 1px solid #cfcdcd;
}



/* --- Article */

.article {
	position: relative;
	margin-bottom: 40px;
	background: var(--main-color-light);
	font-size: 14px;
}

.article .image, .article .content {
	float: left;
	width: 100%;
}

.article .image {
	position: relative;
	overflow: hidden;
}

.article .image img {
	float: left;
	width: 100%;
	transition: transform 0.2s;
}

.article .image .post-label {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: var(--main-color-light);
	border-top-left-radius: 15px;
}

.article .image .post-label .plus {
	width: 16px;
	height: 16px;
	margin: 12px;
	background: url(img/plus.png) center/16px no-repeat;
	transition: transform 0.2s ease-in-out;
}
.article .image .post-label:hover .plus {
	transform: rotate(90deg);
}

.article .content {
	padding: 4px 20px 70px;
}

.article .content span {
	margin-right: 5px;
	white-space: nowrap;
}

.article .content span.theme, .article .content span.label {
	margin-right: 20px;
	font: 500 13px "panel", serif;
	text-transform: lowercase;
}

.article .content span.theme {}

.article:not(.featured) .content span.label {
	color: #75706e;
}

.article:not(.featured) .content span.label a {
	color: #75706e;
}

.article .content h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.article .content h3 i {
	font-style: inherit;
}

.article .content a {}
.article .content a:hover {
	text-decoration: underline;
}

.article .content .meta {
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 80%;
}

.article .content img {
	position: absolute;
	right: 0;
	bottom: 28px;
}


/* ------ In slider */

.article.in-slider {
	display: flex;
	width: 25%;
	min-height: 100%;
	margin: 0;
	padding: 0 20px;
	background: transparent;
	transition: none;
}

.article.in-slider .inner {
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--main-color-light);
	overflow: hidden;
}


/* ------ Hover */

.article:hover .image img {
	transform: scale(1.05)
}

.article:hover .content h3 {
	text-decoration: underline;
}


/* ------ Featured */

.article.featured {
	position: relative;
}

.article.featured .image {
	position: relative;
	height: 100%;
}

.article.featured .image img {
	min-height: 100%;
	object-fit: cover;
}

.article.featured .image .cover {
	position: absolute;
	top: -1%;
	left: -1%;
	width: 102%;
	height: 102%;
	background: rgba(28, 22, 22, 0.15);
}



.article.featured .image .shade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 232px;
	background: url(img/shade.png) center bottom/10px 232px repeat-x;
}


.article.featured .content {
	position: absolute;
	bottom: 0;
	padding: 4px 20px 20px;
	padding: 4px 20px 25px;
	color: #fff;
	z-index: 1;
}

.article.featured .content a {
	color: #fff;
}

.article.featured .content h3 {
	margin: 15px 0 25px;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
}

.article.featured .content h3 a {
	color: #fff;
}

.article.featured .content h3 i {
	font-style: inherit;
}


/* --- Serie */

.serie {
	display: block;
	margin: 0 20px 40px;

}

.serie .inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 455px;
	padding: 305px 20px 40px;
	background-color: var(--main-color-dark);
	color: var(--main-color-light);
	overflow: hidden;
}



.serie h3 {
	position: relative;
	margin: 0;
	font-size: 34px;
	line-height: 33px;
	color: var(--main-color-light);
	z-index: 1;
}



.serie .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.serie .image img {
	float: left;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform 0.2s;
}

.serie .cover {
	position: absolute;
	top: -1%;
	left: -1%;
	width: 102%;
	height: 102%;
	background: rgba(28, 22, 22, 0.75);
}

.serie .shape {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 368px;
	height: 455px;
	background: url(img/shapes/algemeen.png) center/368px 455px no-repeat;
}

.serie .label {
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 144px;
	background: url(img/elements/element-breed-light.png) 137px center/144px 12px repeat-x;
	font: italic 500 14px/22px "panel", serif;
	transition: padding 0.2s;
	overflow: hidden;
}

.serie .label-inner {
	float: left;
	min-width: 65px;
	padding: 4px 9px;
	background: var(--main-color);
	color: var(--main-color-dark);
	font: italic 500 14px/22px "panel", serif;
	text-align: center;
}


/* ------ In slider */

.serie.in-slider {
	width: 25%;
	margin: 0 0 40px;
	padding: 0 20px 20px;

	min-height: 100%;
	margin: 0;
	padding: 0 20px;

	/* display: flex; */
	transition: none; /* flickering bug */
}

.serie.in-slider .inner {}


/* ------ Hover */

.serie:hover h3 {
	text-decoration: underline;
}

.serie:hover .image img {
	transform: scale(1.05);
}

.serie:hover .label {
	padding-right: 149px;
}



/* --- Uitgelichte serie */

.featured-series {
	min-height: 455px;
	margin-bottom: 40px;
	background: transparent;
	border: 1px solid var(--main-color-dark);
}

.featured-series .content {
	position: relative;
	height: 100%;
	padding: 30px 20px;
}

.featured-series .content .label {
	margin-bottom: 25px;
	background: url(img/elements/element-breed.png) left center/144px 12px repeat-x;
	overflow: hidden;
}

.featured-series .content .label .label-inner {
	float: left;
	width: 168px;
	padding: 4px 16px;
	background: var(--main-color-dark);
	color: var(--main-color-light);
	font: italic 500 14px/22px "panel", serif;
	text-align: center;
}

.featured-series .content ul {
	max-height: 206px;
	margin: 0!important;
	font: 16px 'Satoshi-Bold', sans-serif;
	overflow: scroll;
}

.featured-series .content ul li {
	padding: 11px 0 11px 20px;
	background: url(img/list/li-series.png) left 13px/15px no-repeat;
	list-style: none!important;
}

.featured-series .content ul li a {}

.featured-series .content ul li a:hover {
	text-decoration: underline;
}

.featured-series .content .shadow {
	position: absolute;
	bottom: 94px;
	width: calc(100% - 40px);
	height: 118px;
	background: url(img/featured-series-shadow.png) center/10px 118px repeat-x;
	pointer-events: none;
}

.featured-series .content a.button {
	position: absolute;
	width: calc(100% - 40px);
	bottom: 30px;
}


.featured-series.tall {
	min-height: 950px;
	max-height: 950px;
}

.featured-series.tall .content ul {
	max-height: 710px;
}



/* --- Close */

.close {
	position: absolute;
	width: 17px;
	height: 17px;
	background: url(img/close.png) center/17px no-repeat;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
}
.close:hover {
	transform: rotate(90deg);
}



/* --- Checks */

ul.checks {}

ul.checks li {
	padding-left: 30px;
	background: url(img/li-check.png) left 6px/18px no-repeat;
}



/* --- Radios */

div.radios {
	margin-bottom: 35px;
}
div.radios &gt; .radio-item:not(:last-child) {
	margin-bottom: 10px;
}



div.radios &gt; .radio-item.popular {}

div.radios &gt; .radio-item.popular &gt; span {
	float: left;
	display: block;
	height: 22px;
	padding: 0 9px;
	background: var(--main-color-green);
	font-size: 13px;
	line-height: 22px;
}



div.radios input[type=radio] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

div.radios input[type=radio] + label {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px 15px 8px 50px;
	background: url(img/li-radio.png) 20px center/20px no-repeat;
	font-size: 18px;
	line-height: 20px;
	border: 2px solid #cfcdcd;
	cursor: pointer;
}
div.radios input[type=radio]:checked + label {
	border-color: var(--main-color-green);
	background: url(img/li-radio-checked.png) 20px center/20px no-repeat;
}

div.radios input[type=radio] + label span.small {
	display: block;
	font-size: 14px;
}

div.radios input[type=radio] + label &gt; .ms-auto {
	margin-left: auto;
}



/* --- Tags */

.tags {
	margin-left: 0!important;
	list-style: none;
}

.tags li {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px 20px;
	background: #fff;
	color: var(--main-color-dark);
	font-size: 14px;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
	padding-bottom: 40px;
}

.accordion li {
	float: left;
	width: 100%;
	margin: 0 0 20px!important;
	padding: 0;
	list-style: none!important;
}

.accordion li .accordion-control {
	position: relative;
	padding: 26px 68px 26px 30px;
	background: #ede2d3;
	border: none;
	cursor: pointer
}
.accordion li .accordion-control:before {
	position: absolute;
	top: 28px;
	right: 25px;
	width: 18px;
	height: 18px;
	background: url(img/plus.png) center/18px no-repeat;
	content: " ";
}

.accordion li .accordion-control.open {}
.accordion li .accordion-control.open:before {
	background: url(img/minus.png) center/18px 2px no-repeat;
}

.accordion li .accordion-control h4 {
	margin-bottom: 0;
	transition: color 0.2s;
}
.accordion li:hover .accordion-control h4 {}

.accordion li .accordion-panel {
	display: none;
	padding: 25px 30px;
}

.accordion li .accordion-panel ul {}

.accordion li .accordion-panel ul li {
	float: none;
	margin: 0!important;
	list-style-type: disc!important;
}



/* --- Form */

.gform_wrapper.gravity-theme a {
    text-decoration: underline;
}
.gform_wrapper.gravity-theme a:hover {
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gform_heading, .gform_wrapper.gravity-theme .gform_page_heading {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px!important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 16px!important;
	line-height: 26px!important;
	text-transform: none!important;
}

.gform_wrapper.gravity-theme .gsection {
	padding: 0!important;
	border-bottom: 0!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 10px 10px!important;
	font-size: 16px!important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 20px 0 0!important;
	padding: 0!important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top!important;
}



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

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		min-height: 0!important;
		line-height: 21px!important;
	}

}



/* --- Grid Builder */

.wpgb-facet .wpgb-inline-list {
	margin: 0!important;
	list-style: none!important;
}

.wpgb-facet .wpgb-inline-list li {
	list-style: none!important;
}

.wpgb-facet .wpgb-hierarchical-list {
	margin: 0!important;
}



.wpgb-facet &gt; fieldset:last-child {
	margin-bottom: 0!important;
}



.wpgb-facet .wpgb-input, .wpgb-facet .wpgb-select, .wpgb-facet .wpgb-button:not(button), .wpgb-facet .wpgb-radio .wpgb-radio-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control:before {
	border-color: #fff!important;
}

.wpgb-facet select.wpgb-select, .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
	height: 45px!important;
	min-height: 45px!important;
	margin: 0!important;
	padding: 0 10px!important;
	font-size: 16px!important;
	line-height: 30px!important;
	border-width: 1px!important;
	border-radius: 0!important;
}

.wpgb-facet select.wpgb-select, .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
	background: #fff!important;
}



.wpgb-facet select.wpgb-select+.wpgb-select-controls .wpgb-select-separator {
	display: none;
}

.wpgb-facet select.wpgb-select+.wpgb-select-controls {}

.wpgb-facet select.wpgb-select+.wpgb-select-controls svg {
	fill: var(--main-color-dark)!important;
}

.wpgb-facet.wpgb-facet-6 select.wpgb-select+.wpgb-select-controls, .wpgb-facet.wpgb-facet-7 select.wpgb-select+.wpgb-select-controls {
	background: var(--main-color-dark);
}

.wpgb-facet.wpgb-facet-6 select.wpgb-select+.wpgb-select-controls svg, .wpgb-facet.wpgb-facet-7 select.wpgb-select+.wpgb-select-controls svg {
	margin: 10px 12px!important;
	fill: #fff!important;
}



.wpgb-facet .wpgb-range-facet .wpgb-range-slider {
	background-color: #fff!important;
}

.wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-thumb {
	background-color: var(--main-color-dark)!important;
}



.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border-color: var(--main-color-dark)!important;
	border-width: 1px!important;
	border-radius: 0!important;
}

/*
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
	border-color: var(--main-color-dark)!important;
	background-color: var(--main-color-dark)!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control:after {
	border-color: var(--main-color)!important;
}
*/



.wpgb-facet button.wpgb-button {
	width: auto;
	margin: 0 auto!important;
	padding: 11px 24px!important;
	background: transparent;
	color: var(--main-color-dark)!important;
	font-size: 14px!important;
	text-transform: uppercase!important;
	border: 1px solid var(--main-color-dark)!important;
	border-radius: 0!important;
}
.wpgb-facet button.wpgb-button:hover {
	color: #3f3737!important;
	border-color: #3f3737!important;
}



.wpgb-facet .wpgb-pagination {
	margin: 0 auto!important;
}

.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover {
	padding: 0 22px!important;
	background: #a7bdcd;
	font-size: 20px!important;
	line-height: 55px!important;
	border-radius: 28px;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
	background: var(--main-color-light);
	color: #fff!important;
}

.wpgb-facet .wpgb-pagination li span {
	line-height: 55px;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 40px;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-color-dark);
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Search */

.search-highlight {
	background: var(--main-color-light);
}

p .search-highlight {
	font-weight: 700;
}





/* Top */

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: var(--main-color-dark);
    color: var(--main-color);
	font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    z-index: 3;
    transition: all 0.2s;
}

#top.scrolled {
	top: -45px;
}

#top ul {}

#top ul li {
	position: relative;
	display: inline-block;
}

#top .col.text-right ul li {
	margin-left: 20px;
}

#top ul li#show-cart {
	cursor: pointer;
}

#top ul li.menu-item-has-children {
	padding-right: 14px;
	background: url(img/top-li-chevron-down.png) right center/12px 7px no-repeat;
}

#top ul li a {
    color: var(--main-color);
}
#top ul li a:hover {}



#top ul li span {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	background: var(--main-color-green);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
    vertical-align: text-bottom;
}



#top ul li ul {
	position: absolute;
	top: 45px;
	left: -10px;
	display: none;
	padding: 5px 10px;
	background: var(--main-color-dark);
	text-align: center;
	line-height: 25px;
}
#top ul li:hover ul {
	display: initial;
}

#top ul li ul li {
	margin: 0!important;
}

#top ul li ul li a {
	display: block;
	width: 38px;
}
#top ul li ul li a:hover {
	background: #47413e;
}





/* Header */

#header {
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(241, 233, 217);
	font-weight: 700;
	font-size: 18px;
	line-height: 90px;
	z-index: 2;
	transition: all 0.2s;
	box-shadow: 0 0 8px #0000001A;
}

#header.scrolled {
	top: 0;
}

#header .row {
	min-height: ;
}



#spacer {
	width: 100%;
	height: 135px;
}



#logo {
	float: left;
	position: relative;
	display: inline-block;
	width: 262px;
	height: 45px;
	margin-top: 30px;
    /* background: url(img/logo.png) center/262px 45px no-repeat; */
}

#logo img {
	float: left;
}



/* --- Nav */

.nav {}

.nav ul {}

.nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
	padding-right: 0;
}
.nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.nav ul li.current-menu-item {
	background: url(img/nav-active.png) center top/23px 11px no-repeat;
}

.nav ul li.search {
	/* margin-right: 20px; */
	padding-right: 0;
}

.nav &gt; ul &gt; li.menu-item-has-children {}

.nav ul li a {
	position: relative;
}
.nav ul li a:hover {
	color: #75706e;
}

.nav ul li a.button {
	padding: 6px 25px;

	/* WooCommerce overwrite */
	padding: 6px 25px!important;
	background: var(--main-color-green)!important;
	color: var(--main-color-dark)!important;
	line-height: 28px;
}
.nav ul li a.button:hover {
	background: var(--main-color-dark)!important;
	color: var(--main-color-light)!important;
}


.nav ul li.subscribe {
	margin-right: 20px;
}


.nav ul li.donate a.button {
	background: #fff!important;
}
.nav ul li.donate a.button:hover {
	background: var(--litterature-primary)!important;
	color: #fff!important;
}

.nav ul li.donate a.button svg {
	color: var(--litterature-primary);
}
.nav ul li.donate a.button:hover svg {
	color: #fff;
}


/* --- Subnav */

.nav ul li ul {}

.nav ul li ul li {
	width: 100%;
	margin-left: 0;
}

.nav ul li ul li a {
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	border-radius: 21px;
	transition: background 0.2s;
}
.nav ul li ul li a:hover {
	background: #22455f;
	color: #fff;
}


.nav &gt; ul &gt; li:not(.mega-menu) ul {
    display: none;
    position: absolute;
    top: 100px;
    left: -25px;
    width: 215px;
    height: auto;
    padding: 25px 15px;
    background: var(--color-dark-blue);
	font-weight: 400;
    font-size: 17px;
	line-height: 48px;
	text-transform: none;
	border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.nav &gt; ul &gt; li:not(.mega-menu):hover ul {
    display: block;
}



#searchform {
	display: flex;
	width: auto;
	max-width: 180px;
	background: var(--main-color-light);
	transition: all 0.2s;
}
#searchform:hover {
	background: #fff;
}

#searchform input {
	float: left;
	width: calc(100% - 40px);
	margin: 0;
	padding: 7px 15px;
	background: transparent;
	font-weight: 500;
}

#searchform input[type=submit] {
	width: 40px;
	padding: 7px;
	background: transparent url(img/search.png) center/14px no-repeat;
	text-align: center;
	text-indent: -9999px;
}



/* --- Mobile menu */

#toggle-menu {
	display: none;
	position: absolute;
	top: 33px;
	right: 20px;
	width: 24px;
	height: 24px;
	color: var(--main-color-dark);
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}

#toggle-menu span {
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 3px;
	background: var(--main-color-dark);
	opacity: 1;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
#toggle-menu span:nth-child(1) {
	top: 7px;
}
#toggle-menu span:nth-child(2) {
	top: 15px;
}
#toggle-menu.open span:nth-child(1) {
	top: 11px;
	transform: rotate(45deg);
}
#toggle-menu.open span:nth-child(2) {
	top: 11px;
	transform: rotate(-45deg);
}



#mobile-menu {
	display: none;
}



/* --- Mobile search */

#toggle-search {
	display: none;
	position: absolute;
	top: 0;
	right: 54px;
}



#mobile-search {
	display: none;
	position: absolute;
	top: 135px;
	left: 0;
	width: 100%;
	padding: 30px 20px;
	padding: 30px 0;
	background: var(--main-color-dark);
	z-index: 3;
}

#mobile-search form#searchform {
	max-width: 100%;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding: 75px 0;
}



#content p {}

#content p a:not(.button) {}



#content img {}



#content blockquote {
	margin-bottom: 35px;
	padding-top: 55px;
	background: url(img/quote/quote.png) center top/38px no-repeat;
	text-align: center;
	font: italic 500 22px/28px "panel", serif;
}



#content ul, #content ol {
	margin: 0 0 20px 20px;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}



#content .table-wrap {
	width: 100%;
	overflow-x: scroll;
}

#content table:not(.wc-block-cart-items) {
    width: 100%;
	margin: 0 0 20px 0;
    font-size: 16px;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    border: 0;
}

#content table:not(.wc-block-cart-items) th {
	padding: 11px 15px;
}

#content table:not(.wc-block-cart-items) td {
    padding: 7px 15px;
}

#content table:not(.wc-block-cart-items) th {
    font-weight: 700;
}



#content table:not(.wc-block-cart-items) th:first-child, #content table:not(.wc-block-cart-items) td:first-child {
	border-left: 1px solid #cfcdcd;
}
#content table:not(.wc-block-cart-items) th:last-child, #content table:not(.wc-block-cart-items) td:last-child {
	border-right: 1px solid #cfcdcd;
}



#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) td {
    border-bottom: 1px solid #cfcdcd;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) tr:first-child td {
	border-top: 1px solid #cfcdcd;
}

#content table:not(.wc-block-cart-items) td a:not(.button) {
    text-decoration: underline;
}
#content table:not(.wc-block-cart-items) td a:not(.button):hover {
    text-decoration: none;
}



#pagination {
	margin-bottom: 30px;
}





/* Pagebuilder */

section {
	padding: 50px 0;
}
section:first-child {
    padding-top: 75px;
}
section:last-child {
    padding-bottom: 75px;
}



section.same-bg-as-prev {
	padding-top: 0;
}



section.title {}

section.title h1 {}

section.title span {
	color: #75706e;
	font-family: "panel", serif;
}



@keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; transform: translateY(15px); }
	5% { opacity: 1; transform: translateY(0px);}
	17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(-15px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

section.banner {
	position: relative;
	min-height: 400px;
	padding: 150px 0 230px;
	padding: 90px 0;
	background: #ede2d3 url(img/homebanner.jpg) center/contain no-repeat;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.banner h1 {
	margin-bottom: 40px;
	font-size: 62px;
	line-height: 68px;
}

section.banner h1 span {
	color: #75706e;
	font-size: 62px;
}



section.banner.post {
	position: relative;
	min-height: 268px;
	padding: 0;
}



section.banner.pb {
	background: transparent;
	box-shadow: 0 0 8px #0000001A;
}

section.banner.pb .animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.banner.pb .container {
	position: relative;
	z-index: 1;
}

section.banner.pb .rotating-words {
	position: relative;
    display: contents;
	text-indent: 15px;
	word-break: initial;
}

section.banner.pb .rotating-words span{
	position: absolute;
	top: 3px;
    white-space: nowrap;
	opacity: 0;
	animation: rotateWord 18s linear infinite 0s;
}
section.banner.pb .rotating-words span:nth-child(2) {
	animation-delay: 3s;
}
section.banner.pb .rotating-words span:nth-child(3) {
	animation-delay: 6s;
}
section.banner.pb .rotating-words span:nth-child(4) {
	animation-delay: 9s;
}
section.banner.pb .rotating-words span:nth-child(5) {
	animation-delay: 12s;
}
section.banner.pb .rotating-words span:nth-child(6) {
	animation-delay: 15s;
}





section.contentrow {}

section.contentrow .title {
	margin-bottom: 20px;
}



section.referentieslider {
	padding: 75px 0 80px;
	background: var(--main-color-dark);
	color: var(--main-color-light);
}

section.referentieslider .title {
	margin-bottom: 40px;
}

section.referentieslider .title h2 {
	color: var(--main-color-light);
}

section.referentieslider .title h2 span, section.referentieslider .title h2 i {
	color: #95908d;
}

section.referentieslider .slider {}

section.referentieslider .slider .slide {
	width: calc(25% - 40px);
	min-height: 100%;
	margin: 0 20px;
	padding: 40px 30px 65px;
	background: #fff url(img/reference-bg.png) center 185px/68px 50px no-repeat;
	color: var(--main-color-dark);
	font-size: 22px;
	line-height: 32px;
}

section.referentieslider .slider .slide .details {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
}

section.referentieslider .slider .slide .details img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 100%;
}



section.megaslider {
	padding: 0;
	background: var(--main-color-dark);
}
section.megaslider:last-of-type {
	margin-bottom: 80px;
}



section.megaslider .flickity-prev-next-button {
	top: 50%!important;
}

section.megaslider .flickity-prev-next-button.previous {
	/* right: calc(50% - 731px)!important; */
	left: calc(50% - 796px)!important;
}

section.megaslider .flickity-prev-next-button.next {
	right: calc(50% - 796px)!important;
}

/*
section.megaslider .flickity-prev-next-button {
	top: 0!important;
	bottom: 0!important;
	width: 50%!important;
	max-width: 50%;
	height: 100%!important;
	transform: none!important;
}

section.megaslider .flickity-prev-next-button.previous {
	left: 0!important;
	right: auto!important;
	background: transparent!important;
}
section.megaslider .flickity-prev-next-button.previous:hover {
	cursor: url(img/megaslider-prev.png), w-resize;
}

section.megaslider .flickity-prev-next-button.next {
	background: transparent!important;
}
section.megaslider .flickity-prev-next-button.next:hover {
	cursor: url(img/megaslider-next.png), e-resize;
}

section.megaslider .flickity-prev-next-button .flickity-button-icon {
	display: none;
}
*/



section.megaslider .slide {
	width: 100%;
	min-height: 722px;
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.megaslider .slide .block {
	position: relative;
	background: var(--main-color);
	z-index: 999;
}

section.megaslider .slide .block .content {
	padding: 25px 30px 60px;
}



section.magazineslider {
	padding: 70px 0;
}

section.magazineslider .slide {
	float: left;
	width: 33.33333%;
	padding: 10px 60px;
}

section.magazineslider .slide .slide-inner {
	display: block;
	overflow: hidden;
	/* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
}

section.magazineslider .slide .slide-inner a {
	float: left;
	width: 100%;
}

section.magazineslider .slide .slide-inner img {
	float: left;
	width: 100%;
	height: auto;
}



section.uitgelichtslider {
	padding: 75px 0 100px;
	padding: 75px 0 80px;
	background: var(--main-color-dark);
	color: var(--main-color-light);
}

section.uitgelichtslider .container {}

section.uitgelichtslider .container.wide {
	max-width: 1702px;
}

section.uitgelichtslider .title {
	margin-bottom: 60px;
}

section.uitgelichtslider .title h2 {
	color: var(--main-color-light);
}

section.uitgelichtslider .title h2 span, section.uitgelichtslider .title h2 i {
	color: #95908d;
}

section.uitgelichtslider .slider .slide {
	color: var(--main-color-dark);
}



section.medewerkers {}

section.medewerkers .title {
	margin-bottom: 20px;
}

section.medewerkers .medewerker {
	margin-bottom: 50px;
}

section.medewerkers .medewerker img {
	margin-bottom: 10px;

	width: 100px;
	height: 100px;
	border-radius: 100%;
}

section.medewerkers .medewerker h4 {
	margin-bottom: 10px;
}



section.postrow {
	padding: 80px 0 40px;
}
section.postrow.filtered {
	padding-top: 0;
}

section.postrow .block {
	margin-bottom: 40px;
}

section.postrow .block.text {
	background: #cec6bc;
}

section.postrow .container .row &gt; .block.text {
	display: block;
}

section.postrow .container .row &gt; .block.text ~ .block.text {
	display: none;
}

section.postrow .block.text img {
	max-width: 50%;
}

section.postrow .block.cta {
	background: var(--main-color-green);
}

section.postrow .block.cta .gform_wrapper.gravity-theme .gfield_checkbox label, section.postrow .block.cta .gform_wrapper.gravity-theme .gfield_radio label, section.postrow .block.cta .gform_wrapper.gravity-theme .gfield_consent_label {
    font-size: 13px!important;
}



section.pakketten {
	padding: 70px 0 75px;
}

section.pakketten .title {
	margin-bottom: 45px;
}

section.pakketten .pakket {
	position: relative;
	margin-bottom: 25px;
	padding: 35px 30px 75px;
	background: #fff;
}

section.pakketten .pakket .label {
	position: absolute;
	top: -17px;
	left: 50%;
	margin: 0 auto;
	background: var(--main-color-green);
	padding: 8px 23px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	transform: translateX(-50%);
}

section.pakketten .pakket h3 {}

section.pakketten .pakket h3 i {
	color: #75706e;
	font-style: normal;
	font-family: "panel", serif;
}

section.pakketten .pakket ul {
	margin-left: 0!important;
}

section.pakketten .pakket ul li {
	padding-left: 30px;
	background: url(img/li-dll.png) left 9px/18px no-repeat;
	list-style: none!important;
}

section.pakketten .pakket a.button {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
}



section.reeksen {
	padding: 80px 0 40px;
	padding: 80px 0 100px;
	padding: 80px 0;
	background: var(--main-color-dark);
	color: #fff;
}

section.reeksen .container {}

section.reeksen .container.wide {
	max-width: 1702px;
}

section.reeksen h2 {
	margin-bottom: 60px;
	color: #fff;
}





/* Page elements */

/* --- Filters */

#filters {
	position: sticky;
	top: 170px; /* 45 + 90 + 35 */
	margin-bottom: 40px;
	padding: 10px 20px;
	background: #ede2d3;
}

#filters .filter {
	padding: 30px 0;
	border-bottom: 1px solid #75706e;
}
#filters .filter:last-of-type {
	border-bottom: 0;
}

#filters .filter h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

#filters .filter .wpgb-facet {
	text-transform: lowercase;
}

#filters .filter .wpgb-facet input[type="search"] {
	padding-left: 32px!important;
}



/* --- Share buttons */

#share {
	float: left;
	position: sticky;
	top: 170px; /* 45 + 90 + 35 */
	left: 0;
	left: calc(50% - 796px);
	margin: 35px 0 50px 30px;
}

#share p {
	margin-bottom: 5px;
	font-size: 13px;
}

#share ul {
	width: 40px;
	margin: 0;
}

#share ul li {
	display: inline-block;
	margin-bottom: 10px;
	list-style: none;
}

#share ul li a {
	display: block;
	width: 40px;
	height: 40px;
	background: var(--main-color-dark);
	color: var(--main-color);
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	transition: all 0.15s ease-in-out;
}
#share ul li a:hover {
	background: var(--litterature-primary);
}





/* Pages */

/* --- Blog */

/* ------ Archive */

body.blog {}, body.category {}

body.blog h1, body.category h1 {
	font-family: "panel", serif;
}



/* ------ Series */

section.banner.series {
	display: flex;
	min-height: 536px;
	padding: 150px 0 0;
}



#series-intro {
	border-radius: 0 60px 0 0;
	overflow: hidden;
}
#series-intro.is-payed {
	background: var(--main-color);
}


#series-intro:not(.is-payed) #series-text {
	background: var(--main-color);
}




#series-text {
	padding-top: 50px;
}

#series-text h1 {
	font-size: 39px;
	line-height: 44px;
}

#series-text img {
	margin-bottom: 25px;
}


#series-buy {
	padding: 40px;
	background: var(--main-color-green);
}

#series-buy span {
	float: left;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	font: 26px/44px 'Satoshi-Bold', sans-serif;
}



#series-title {
	margin: 30px 0 65px;
}

#series-title img {
	margin-bottom: 5px;
}



/* ------ Detail */

#show-series {
	float: right;
	position: sticky;
	top: 170px; /* 45 + 90 + 35 */
	right: 0;
	display: block;
	margin: 35px 0 60px;
	padding-right: 144px;
	background: url(img/elements/element-breed.png) 137px center/144px 12px repeat-x;
	transition: padding 0.2s;
	overflow: hidden;
}
#show-series:hover {
	padding-right: 149px;
}

#show-series .label-inner {
	float: left;
	min-width: 137px;
	padding: 4px 10px;
	background: var(--main-color-dark);
	color: #fff;
	font: italic 500 14px/22px "panel", serif;
	text-align: center;
}



#post-progress {
	position: fixed;
	top: 135px;
	left: 0;
	min-width: 0;
	height: 5px;
	background-color: var(--main-color-green);
	transition: all linear 0.1s;
	z-index: 1;
}

#post-progress.scrolled {
	top: 90px;
}



#post {}

#post .container {
	max-width: 780px;
}



#post-wrapper {
	--grid-gutter: 15px;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 50px;
	background: var(--main-color);
}



#post-copy {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#post-copy span {
	display: inline-block;
	max-width: 400px;
	padding: 5px 9px;
	padding: 0 9px;
	background: rgb(0, 0, 0, 0.4);
	color: var(--main-color-light);
	font-size: 16px;
}



#post-label {
	position: absolute;
	top: 0;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
	background: var(--main-color);
	border-top-left-radius: 15px;
}

#post-label #plus {
	width: 16px;
	height: 16px;
	margin: 12px;
	background: url(img/plus.png) center/16px no-repeat;
	transition: transform 0.2s ease-in-out;
}
#post-label:hover #plus {
	transform: rotate(90deg);
}



#post-title, #post-content, #post-tags, #post-author, #post-comments {
	float: left;
	width: 100%;
}



#post-title {
	margin-bottom: 40px;
	font-size: 16px;
}

#post-title a {
	text-decoration: none;
}
#post-title a:hover {
	text-decoration: underline;
}

#post-title span {
	margin-right: 20px;
}

#post-title span.theme, #post-title span.label, #post-title a.label {
	font: 500 15px/22px "panel", serif;
	text-transform: lowercase;
}

#post-title span.label, #post-title span.label a {
	color: #75706e;
}



#post-content {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 30px;
}

#post-content p:nth-of-type(2)::first-letter {
	float: left;
	margin: 0 5px -5px 0;
	font: 500 62px/64px "panel", serif;
}

#post-content .archive-article {}
#post-content .archive-article p:nth-of-type(2)::first-letter {
	float: none;
	margin: inherit;
	font: inherit;
}

#post-content .video {}

#post-content .video .video-container {
	margin-bottom: 0;
}

#post-content .gallery {
	margin: 0 auto 20px;
}

#post-content .gallery img {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

#post-content .gallery {
	color: #75706e;
	font-size: 16px;
	line-height: 22px;
}

#post-content .gallery span {
	color: var(--main-color-dark);
	font: 500 16px/24px "panel", serif;
}

#post-content .quote {
	float: left;
	margin: 20px 0 40px;
}

#post-content .quote blockquote {
	margin-bottom: 0;
	text-align: inherit;
}



#post-author, #post-comments {
	margin-bottom: 60px;
	overflow: hidden;

}



#post-tags {
	margin-bottom: 50px;
	overflow: hidden;
}



#post-author {}

#post-author .content {
	padding: 40px 40px 0;
	background: #ede2d3;
}

#post-author .content .author {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#post-author .content .author .author-photo {
	float: left;
	width: 96px;
	height: 96px;
	margin-right: 40px;
	border-radius: 100%;
	overflow: hidden;
}

#post-author .content .author .author-photo img {
	width: auto;
	min-height: 100%;
}

#post-author .content .author .author-text {
	float: left;
	width: calc(100% - 136px);
}

#post-author .content .author .author-text h4 {
	margin-bottom: 10px;
}

#post-author .content .author .author-text p {
	margin-bottom: 5px;
}

#post-author .content .author .author-text svg {
	margin-right: 15px;
}



#post-comments {
	font-size: 16px;
}

#post-comments h2 {
	margin-bottom: 30px;
}

#post-comments .content {
	padding: 40px;
	background: #ede2d3;
}

#post-comments input, #post-comments textarea {
	float: left;
	width: 100%;
}
#post-comments input[type=submit] {
	width: auto;
	padding: 11px 20px;
}

#post-comments .comment-list {
	margin: 0 0 75px 0;
}

#post-comments .comment-list li.comment {
	margin-bottom: 40px;
	list-style-type: none;
}

#post-comments .comment-list li.comment .comment-author {
	font-weight: 600;
}

#post-comments .comment-list li.comment .comment-meta {
	margin-bottom: 5px;
	font-size: 14px;
}

#post-comments .comment-list li.comment p {
	margin-bottom: 10px;
}

#post-comments .comment-list li.comment .reply {
	font-size: 13px;
}

#post-comments .comment-list li.comment .reply a {
	color: #75706e;
	text-decoration: underline;
}



#post-related {
	padding: 80px 0 110px;
	padding: 80px 0;
	background: var(--main-color-dark);
}

#post-related h2 {
	margin-bottom: 60px;
	color: var(--main-color-light);
}

#post-related h2 span, #post-related h2 i {
	color: #95908d;
}

#post-related .container {}

#post-related .container.wide {
	max-width: 1702px;
}



/* --- WooCommerce */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fff!important;
	color: var(--main-color-dark)!important;
}

.woocommerce-message {
	border-top-color: var(--main-color-green)!important;
}
.woocommerce-message::before {
	color: var(--main-color-green)!important;
}



.woocommerce form .form-row {
	padding: 0!important;
	margin: 0 0 20px!important;
	font-size: 14px;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	background: var(--main-color-dark)!important;
	color: #fff!important;
	font-size: 14px!important;
	border-radius: 0!important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	padding: 16px 15px!important;
}



.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar {
	padding: 20px!important;
	background: #fff;
}

.wc-block-components-sidebar {
	margin-top: 0!important;
}



.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	color: var(--main-color-dark)!important;
	border: 1px solid #cfcdcd!important;
	border-radius: 0!important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
	border-color: var(--main-color-green)!important;
	box-shadow: none!important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
	padding: 1.5em .75em .5em!important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
	top: 5px!important;
	left: 1em!important;
	color: #75706e!important;
	font-size: 0.75em!important;
}



.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	padding: 1.5em .75em .5em!important;
	color: var(--main-color-dark)!important;
	border: 1px solid #cfcdcd!important;
	border-radius: 0!important;
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
	top: 5px!important;
	left: 1em!important;
	color: #75706e!important;
	font-size: 0.75em!important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	box-shadow: none!important;
	color: var(--main-color-dark)!important;
}



/*
.wc-block-checkout__payment-method .wc-block-components-radio-control {
	border: 1px solid #cfcdcd!important;
	border-radius: 0!important;
}
*/



.woocommerce span.onsale {
	display: none;
	/*
	min-width: 0!important;
	min-height: 40px!important;
	padding: 0 20px 0 10px!important;
	top: 0!important;
	left: 0!important;
	background-color: #ee1a3d!important;
	font: italic 14px/40px "panel", serif!important;
	border-radius: 0 0 40px 0!important;
	*/
}



/* --- General */

span.product-price {
	color: var(--main-color-green);
	font: 20px 'Satoshi-Bold', sans-serif;
}

span.product-price del {
	color: #ee1a3d;
	font-size: 16px;
}



/* --- Overview */

.product {
	position: relative;
	margin-bottom: 40px!important;
}



.product .image {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.product .image img {
	float: left;
	width: 100%;
}

.product .image .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(251, 247, 242, 0.75);
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s;
}
.product:hover .image .cover {
	opacity: 1;
}



.product .image .cover a.button.primary {
    position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.product .image .cover a.button.primary:hover {
	background: var(--main-color-green)!important;
	color: var(--main-color-dark)!important;
}

/*
.product .image .cover a.button.secondary {
	top: 60%;
	transform: translateY(60%);
}
.product .image .cover a.button.secondary:hover {
	background: var(--main-color-green)!important;
	color: var(--main-color-dark)!important;
}
*/


.product .image .tag {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	padding: 0 25px 0 10px;
	background-color: #ee1a3d;
	color: var(--main-color-light);
	font: italic 700 14px/40px "panel", serif;
	border: 0;
	border-radius: 0 0 40px 0;
}



.product .content {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.product .content span {}

.product .content span.category {
	font: italic 500 14px "panel", serif;
	text-transform: lowercase;
}

.product .content h3 {
	margin-bottom: 0;
	font-size: 17px;
}

.product .content h3 a {}
.product .content h3 a:hover {
	text-decoration: underline;
}

.product .content span.product-price {
	position: absolute;
	bottom: 0;
	left: 0;
}



/* --- Detail */

#product-back {
	margin-bottom: 75px;
}

#product-back a {
	text-decoration: underline;
}
#product-back a:hover {
	text-decoration: none;
}



#product-image {
	margin-bottom: 40px;
}

#product-image .sticky {
	float: left;
	position: sticky;
	top: 170px; /* 45 + 90 + 35 */
	right: 0;
}

#product-image img {
	float: left;
	margin-bottom: 20px;
}

#product-image .thumbs {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#product-image .thumbs img {
	width: 80px;
	margin-right: 20px;
}



#product-content {}

#product-content span.product-cat {
	font: italic 500 16px/22px "panel", serif;
	text-transform: lowercase;
}

#product-content form {
	margin: 40px 0;
	overflow: hidden;
}

#product-content form .quantity, #product-content form button.button {
	float: left;
}

#product-content form .quantity {}

#product-content form .quantity input {
	margin-right: 20px;
	padding: 9px 15px;
	background: transparent;
	border: 1px solid var(--main-color-dark);
	text-align: center;
}

#product-content form button.button {
	width: auto;
	padding: 16px 20px;
	background: var(--main-color-green)!important;
	color: var(--main-color-dark)!important;
}
#product-content form button.button:hover {
	background: var(--main-color-dark)!important;
	color: var(--main-color-light)!important;
}



#voucher {
	padding: 50px 0 80px;
}

#voucher .container {
	max-width: 1592px;
	background: #d2c3ae;
}

#voucher .container .col {
	padding: 90px 40px 95px;
	padding: 90px 25px 95px;
}

#voucher .container .col p {
	margin-bottom: 40px;
}
#voucher .container .col p:last-of-type {
	margin-bottom: 0;
}

#voucher .container .col a.button {
	padding: 6px 25px!important;
	line-height: 28px;
}



#related-products {
	padding: 80px 0 40px;
}

#related-products h2 {
	margin-bottom: 15px;
}



/* --- Cart &amp; Checkout */



.wc-block-components-product-metadata {
	display: none;
}

.wc-block-components-product-price {
	font-weight: 700;
	font-size: 14px;
	color: var(--main-color-green);
}

.wc-block-components-product-price span {
	font-size: 20px;
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name &gt; small,
.wc-block-checkout__sidebar .wc-block-components-product-name &gt; small{
	display: block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 17px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	min-width: 45px!important;
	font-weight: 400!important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	min-width: 45px!important;
	background: var(--main-color-dark)!important;
	color: var(--main-color-light)!important;
	opacity: 1!important;
}

.wc-block-components-quantity-selector&gt;.wc-block-components-quantity-selector__button--minus {
	border-radius: 0!important;
}

.wc-block-components-quantity-selector&gt;.wc-block-components-quantity-selector__button--plus {
	border-radius: 0!important;
}




.is-large.wc-block-cart .wc-block-cart__totals-title {
	display: none!important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	border-top: 0!important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1em!important;
}



.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	text-align: left;
}



.wc-block-components-totals-item__label {
	font-weight: 700;
}

.wc-block-components-totals-coupon-link, .wc-block-components-order-summary__button-text {
	font-weight: 700;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	width: auto;
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
	display: none;
}



:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
	margin: 0 5px!important;
}

.wc-block-components-button:not(.is-link) {
	min-height: 0!important;
	padding: 12px 40px;
	background: var(--main-color-green) !important;
	color: var(--main-color-dark) !important;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.2s!important;
}
.wc-block-components-button:not(.is-link):hover {
	background: var(--main-color-dark) !important;
	color: var(--main-color-light) !important;
}



.wc-block-checkout__terms a {
	text-decoration: underline;
}
.wc-block-checkout__terms a:hover {
	text-decoration: none;
}



.wc-eu-vat-checkout-uk-notice {
	margin-top: 15px;
}



.has-small-font-size {
	line-height: 18px;
}



.wc-block-cart__sidebar {}

.wc-block-cart__sidebar p {}

.wc-block-cart__sidebar p:not(:last-child) {
	margin-bottom: 10px;
}

.wc-block-cart__sidebar .wp-block-separator {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #cccbc6 !important;
}



/* --- Thank you */

.woocommerce ul.order_details {
	margin-left: 0!important;
}

.woocommerce ul.order_details li {
	border-right: 1px solid var(--main-color-dark)!important;
	list-style-type: none!important;
}



body.woocommerce-checkout {}

body.woocommerce-checkout .woocommerce-columns {
	padding: 0;
}

body.woocommerce-checkout .woocommerce .col2-set .col-1, body.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
	max-width: none;
	margin: 0;
}

body.woocommerce-checkout .woocommerce .col2-set .col-2, body.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
	max-width: none;
	margin: 0;
}



.woocommerce .woocommerce-customer-details header, .woocommerce .woocommerce-order-details header, .woocommerce .woocommerce-order-downloads header {
	margin-bottom: 10px;
}



/* --- My account */

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
	padding: 20px;
	background: #fff;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 20px;
	font: 18px 'Satoshi-Bold', sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 15px;
	color: var(--main-color-dark);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--main-color-light);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--main-color-dark);
	color: var(--main-color-light);
}


.woocommerce-account .woocommerce-MyAccount-content {
	padding: 40px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content header {
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content section:last-child {
	padding-bottom: 1em;
}

.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2 {
	flex: none;
	max-width: none;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .button {
	margin: 0!important;
	background-color: var(--main-color-dark)!important;
	color: var(--main-color-light)!important;
}
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
	background-color: var(--main-color-green)!important;
	color: var(--main-color-dark)!important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	background: var(--main-color-light)!important;
}


.woocommerce .woocommerce-customer-details address {
	border: 1px solid #cfcdcd!important;
	border-bottom-width: 2px!important;
	border-right-width: 1px!important;
	border-radius: 0!important;
}



.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-actions {
	width: 230px!important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button {
	margin-right: 5px!important;
}


.woocommerce-account #ywgc-add-new-gift-card{
	display: none;
}



.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background: transparent;
	border: 1px solid var(--main-color-dark);
}


.woocommerce-account .addresses .title .edit {
    float: none!important;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-account .addresses .title .edit:hover {
    background: var(--main-color-green);
}



/* --- Login */

form p.login-forgot, form p.login-remember {
	margin-bottom: 20px;
}



#user-login {}

#user-register {}

#user-register a.button {
	width: 100%;
}



/* --- Search results */

#results {
	margin-bottom: 40px;
}

#results .result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main-color-dark);
}

#results .result h2 {}

#results .result h2 a {}

#results .result h2 a span {
	font-family: inherit;
}

#results .result p {
	margin-bottom: 10px;
}

#results .result p span {
	font-size: 16px;
}





/* Ads */

#ads {
	padding: 0 0 50px;
}

#ads hr {
	margin-bottom: 0;
	background: #c9c0b5;
}

#ads span {
	float: left;
	display: inline-block;
	margin-bottom: 50px;
	padding: 4px 8px;
	background: #75706e;
	color: var(--main-color);
	font: 500 14px/22px "panel", serif;
}

#ads .ad {
	margin-bottom: 40px;
}

#ads .ad img {
	float: left;
	min-height: 100%;
}

#ads .container {
	padding-top: 70px;
	padding-top: 80px;
}





/* Footer */

#footer-top {
	padding: 185px 0 15px;
	background: #ede2d3 url(img/footer/footer-top-bg.png) center top/cover no-repeat;
	font: 42px/44px 'Satoshi-Bold', sans-serif;
	text-transform: lowercase;
}



#footer-top img {
	margin-bottom: 30px;
}

#footer-top ul {}

#footer-top ul li {}

#footer-top ul li a {}
#footer-top ul li a:hover {
    color: #75706e;
}

#footer-top ul li.litterature a:hover { color: var(--litterature-secondary); }
#footer-top ul li.histoire a:hover { color: var(--histoire-secondary); }
#footer-top ul li.langue a:hover { color: var(--langue-secondary); }
#footer-top ul li.arts a:hover { color: var(--arts-secondary); }
#footer-top ul li.societe a:hover { color: var(--societe-secondary); }

#footer-top ul li img {
	margin-bottom: 0;
}



#footer {
	padding: 100px 0 20px;
	background: #ede2d3;
	font: 16px/26px 'Satoshi-Regular', sans-serif;
}

#footer h3 {
    margin-bottom: 20px;
	font: 500 19px "panel", serif;
}

#footer p {}

#footer a {}
#footer a:not(.button) {
	display: inline-block;
	text-decoration: none;
}
#footer a:not(.button):hover {}

#footer ul {
    line-height: 32px;
}

#footer ul li {
	transition: padding 0.2s;
}
#footer ul li:hover {
	padding-left: 3px;
}



#footer .widgettitle {}

#footer .textwidget {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#footer .textwidget .gform_wrapper.gravity-theme .gfield_checkbox label, #footer .textwidget .gform_wrapper.gravity-theme .gfield_radio label, #footer .textwidget .gform_wrapper.gravity-theme .gfield_consent_label {
    font-size: 13px!important;
}



/* --- Socket */

#socket {
	padding: 32px 0;
    background: var(--main-color);
	font-size: 16px;
	line-height: 26px;
}



#socket ul {}

#socket ul li {
	display: inline;
	padding: 0 10px;
}

#socket ul li a {
	color: var(--main-color-dark);
}
#socket ul li a:hover {}




#socket ul.socials {
	font-size: 22px;
}

#socket ul.socials li {
	padding-left: 0;
}

#socket ul.socials li a {
	display: inline-block;
}



#socket #logos {}

#socket #logos img {
	margin-right: 40px;
    margin-right: 20px;
	margin-left: 0;
	vertical-align: middle;
}





/* Alternative header &amp; footer */

#header.alternative {
	top: 0;
}

#spacer.alternative {
	height: 90px;
}

#socket.alternative {
	background: #ede2d3;
}





/* Page layovers */

#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: -100;
	transition: opacity 0.3s ease-in-out;
}

#cover.show {
	opacity: 1;
	z-index: 4;
	z-index: 1;
}



/* --- Paywall */

#paywall {
	position: fixed;
	bottom: 0;
	left: 0;
	max-height: 100%;
	max-height: 450px;
	padding: 75px 0;
	background: #fff;
	z-index: 5;
	z-index: 1;
	overflow: scroll;
}

#paywall .close {
	top: 45px;
	right: 40px;
}

#paywall p {
    font-size:17px;
    line-height: 22px;
}
#paywall p:first-of-type {
	margin-bottom: 20px;
}

#paywall h2 {
	margin-bottom: 20px;
}

#paywall ul {
	margin-bottom: 20px;
}

#paywall ul.checks {
	margin-bottom: 25px;
}

#paywall ul.checks li {
    font-size:17px;
}



/* --- Cart */

#sidebar {
	position: fixed;
	top: 0;
	right: -600px;
	width: 100%;
	max-width: 600px;
	height: 100vh;
	padding: 85px 0;
	background: #fff;
	font-size: 14px;
	overflow-y: scroll;
	transition: right 0.3s ease-in-out;
	z-index: 5;

	box-shadow: 0 0 8px #0000001A;
}

#sidebar.open {
	right: 0;
}

#sidebar .close {
	top: 45px;
	left: 40px;
}

#sidebar.side-cart .title {
	float: left;
	width: 100%;
	padding: 25px 40px;
	border-bottom: 1px solid #cfcdcd;
}

#sidebar.side-cart .cart {
	float: left;
	width: 100%;
}

#sidebar.side-cart .cart .cart-item {
	padding: 30px 40px;
	border-bottom: 1px solid #cfcdcd;
	overflow: hidden;
}

#sidebar.side-cart .cart .cart-item .image {
	float: left;
	margin-right: 20px;
}

#sidebar.side-cart .cart .cart-item .image img {
	width: 80px;
}

#sidebar.side-cart .cart .cart-item .content {
	float: left;
	max-width: 276px;
}

#sidebar.side-cart .cart .cart-item .content h3 {
	margin-bottom: 5px;
}

#sidebar.side-cart .cart .cart-item .content strong {
	font-size: 18px;
	color: var(--main-color-green);
}

#sidebar.side-cart .total {
	float: left;
	width: 100%;
	padding: 25px 40px;
	border-bottom: 1px solid #cfcdcd;
}

#sidebar.side-cart .total h3 {
	max-width: 355px;
}

#sidebar.side-cart .total h3 &gt; span {
	float: right;
}

#sidebar.side-cart .buttons {
	float: left;
	width: 100%;
	padding: 25px 40px;
}

#sidebar.side-cart .buttons a.button {
	margin-right: 15px;
	padding-left: 22px;
	padding-right: 22px;
}



#sidebar.side-series .title {
	padding: 25px 0 0 40px;
}

#sidebar.side-series .label {
	margin-bottom: 20px;
	background: url(img/elements/element-breed.png) left center/144px 12px repeat-x;
	overflow: hidden;
}

#sidebar.side-series .label .label-inner {
	float: left;
	width: 168px;
	padding: 4px 16px;
	background: var(--main-color-dark);
	color: var(--main-color-light);
	font: italic 500 14px/22px "panel", serif;
	text-align: center;
}

#sidebar.side-series .series {
	max-width: 436px;
	padding: 5px 40px;
}

#sidebar.side-series .series ul {
	margin-bottom: 40px;
	font: 16px 'Satoshi-Bold', sans-serif;
}

#sidebar.side-series .series ul li {
	padding: 11px 0 11px 20px;
	background: url(img/list/li-series.png) left 13px/15px no-repeat;
}

#sidebar.side-series .series ul li a {}

#sidebar.side-series .series ul li a:hover {
	text-decoration: underline;
}

#sidebar.side-series .series a.button {
	width: 100%;
}





/* Theme colors */

/* --- Header */

.nav ul li.arts a:hover { color: var(--arts-secondary); }
.nav ul li.histoire a:hover { color: var(--histoire-secondary); }
.nav ul li.langue a:hover { color: var(--langue-secondary); }
.nav ul li.litterature a:hover { color: var(--litterature-secondary); }
.nav ul li.societe a:hover, .nav ul li.societe a:hover { color: var(--societe-secondary); }
.nav ul li.vl-nl a:hover { color: var(--vl-nl-secondary); }



/* --- Series */

.serie.has-term-arts .shape { background: url(img/shapes/arts.png) center/368px 455px no-repeat; }
.serie.has-term-histoire .shape { background: url(img/shapes/histoire.png) center/368px 455px no-repeat; }
.serie.has-term-langue .shape { background: url(img/shapes/langue.png) center/368px 455px no-repeat; }
.serie.has-term-litterature .shape { background: url(img/shapes/littÃ©rature.png) center/368px 455px no-repeat; }
.serie.has-term-societe .shape, .serie.has-term-societe .shape { background: url(img/shapes/sociÃ©tÃ©.png) center/368px 455px no-repeat; }

.featured-series.has-term-arts .content ul li, #sidebar.side-series.has-term-arts .series ul li { background-image: url(img/list/li-series-societe.png); }
.featured-series.has-term-histoire .content ul li, #sidebar.side-series.has-term-histoire .series ul li { background-image: url(img/list/li-series-histoire.png); }
.featured-series.has-term-langue .content ul li, #sidebar.side-series.has-term-langue .series ul li { background-image: url(img/list/li-series-langue.png); }
.featured-series.has-term-litterature .content ul li, #sidebar.side-series.has-term-litterature .series ul li { background-image: url(img/list/li-series-littÃ©rature.png); }
.featured-series.has-term-societe .content ul li, .featured-series.has-term-societe .content ul li, #sidebar.side-series.has-term-societe .series ul li, #sidebar.side-series.has-term-societe .series ul li { background-image: url(img/list/li-series-sociÃ©tÃ©.png); }



body.category-arts section.reeksen, body.has-term-arts section.reeksen { background: var(--arts-primary); }
body.category-histoire section.reeksen, body.has-term-histoire section.reeksen { background: var(--histoire-primary); }
body.category-langue section.reeksen, body.has-term-langue section.reeksen { background: var(--langue-primary); }
body.category-litterature section.reeksen, body.has-term-litterature section.reeksen { background: var(--litterature-primary); }
body.category-societe section.reeksen, body.has-term-societe section.reeksen, body.category-societe section.reeksen, body.has-term-societe section.reeksen { background: var(--societe-primary); }
body.category-vl-nl section.reeksen, body.has-term-vl-nl section.reeksen { background: var(--vl-nl-primary); }

body.category-arts section.reeksen h2 span, body.has-term-arts section.reeksen h2 span, body.category-arts h1 { color: var(--arts-secondary); }
body.category-histoire section.reeksen h2 span, body.has-term-histoire section.reeksen h2 span, body.category-histoire h1 { color: var(--histoire-secondary); }
body.category-langue section.reeksen h2 span, body.has-term-langue section.reeksen h2 span, body.category-langue h1 { color: var(--langue-secondary); }
body.category-litterature section.reeksen h2 span, body.has-term-litterature section.reeksen h2 span, body.category-litterature h1 { color: var(--litterature-secondary); }
body.category-societe section.reeksen h2 span, body.has-term-societe section.reeksen h2 span, body.category-societe h1, body.category-societe section.reeksen h2 span, body.has-term-societe section.reeksen h2 span, body.category-societe h1 { color: var(--societe-secondary); }
body.category-vl-nl section.reeksen h2 span, body.has-term-vl-nl section.reeksen h2 span, body.category-vl-nl h1 { color: var(--vl-nl-secondary); }



body.has-term-arts #series-text h1 i { color: var(--arts-secondary); }
body.has-term-histoire #series-text h1 i { color: var(--histoire-secondary); }
body.has-term-langue #series-text h1 i { color: var(--langue-secondary); }
body.has-term-litterature #series-text h1 i { color: var(--litterature-secondary); }
body.has-term-societe #series-text h1 i, body.has-term-societe #series-text h1 i { color: var(--societe-secondary); }
body.has-term-vl-nl #series-text h1 i { color: var(--vl-nl-secondary); }



/* --- Post */

body.has-term-arts #post-title h1 i, body.has-term-arts #post-content p:nth-of-type(2)::first-letter, body.has-term-arts #post-related h2 i { color: var(--arts-secondary); }
body.has-term-histoire #post-title h1 i, body.has-term-histoire #post-content p:nth-of-type(2)::first-letter, body.has-term-histoire #post-related h2 i { color: var(--histoire-secondary); }
body.has-term-langue #post-title h1 i, body.has-term-langue #post-content p:nth-of-type(2)::first-letter, body.has-term-langue #post-related h2 i { color: var(--langue-secondary); }
body.has-term-litterature #post-title h1 i, body.has-term-litterature #post-content p:nth-of-type(2)::first-letter, body.has-term-litterature #post-related h2 i { color: var(--litterature-secondary); }
body.has-term-societe #post-title h1 i, body.has-term-societe body.has-term-societe  #post-title h1 i, #post-content p:nth-of-type(2)::first-letter, body.has-term-societe  #post-content p:nth-of-type(2)::first-letter, body.has-term-societe #post-related h2 i, body.has-term-societe #post-related h2 i { color: var(--societe-secondary); }
body.has-term-vl-nl #post-title h1 i, body.has-term-vl-nl #post-content p:nth-of-type(2)::first-letter, body.has-term-vl-nl #post-related h2 i { color: var(--vl-nl-secondary); }



body.has-term-arts #show-series .label-inner { background: var(--arts-secondary); }
body.has-term-histoire #show-series .label-inner { background: var(--histoire-secondary); }
body.has-term-langue #show-series .label-inner { background: var(--langue-secondary); }
body.has-term-litterature #show-series .label-inner { background: var(--litterature-secondary); }
body.has-term-societe #show-series .label-inner, body.has-term-societe #show-series .label-inner { background: var(--societe-secondary); }
body.has-term-vl-nl #show-series .label-inner { background: var(--vl-nl-secondary); }

body.has-term-arts #show-series { background-image: url(img/elements/element-breed-arts.png); }
body.has-term-histoire #show-series { background-image: url(img/elements/element-breed-histoire.png); }
body.has-term-langue #show-series { background-image: url(img/elements/element-breed-langue.png); }
body.has-term-litterature #show-series { background-image: url(img/elements/element-breed-littÃ©rature.png); }
body.has-term-societe #show-series, body.has-term-societe #show-series { background-image: url(img/elements/element-breed-sociÃ©tÃ©.png); }
body.has-term-vl-nl #show-series { background-image: url(img/elements/element-breed-sociÃ©tÃ©.png); }



body.has-term-arts #content blockquote { background-image: url(img/quote/quote-arts.png); }
body.has-term-histoire #content blockquote { background-image: url(img/quote/quote-histoire.png); }
body.has-term-langue #content blockquote { background-image: url(img/quote/quote-langue.png); }
body.has-term-litterature #content blockquote { background-image: url(img/quote/quote-littÃ©rature.png); }
body.has-term-societe #content blockquote, body.has-term-societe #content blockquote { background-image: url(img/quote/quote-sociÃ©tÃ©.png); }
body.has-term-vl-nl #content blockquote { background-image: url(img/quote/quote-sociÃ©te.png); }



body.has-term-arts #post-related { background: var(--arts-primary); }
body.has-term-histoire #post-related { background: var(--histoire-primary); }
body.has-term-langue #post-related { background: var(--langue-primary); }
body.has-term-litterature #post-related { background: var(--litterature-primary); }
body.has-term-societe #post-related, body.has-term-societe #post-related { background: var(--societe-primary); }
body.has-term--vl-nl #post-related { background: var(--societe-primary); }



body.single-post #footer-top { background-image: url(img/footer/footer-top-bg-algemeen.png); }

body.single-post.has-term-arts #footer-top { background-image: url(img/footer/footer-top-bg-arts.png); }
body.single-post.has-term-histoire #footer-top { background-image: url(img/footer/footer-top-bg-histoire.png); }
body.single-post.has-term-langue #footer-top { background-image: url(img/footer/footer-top-bg-langue.png); }
body.single-post.has-term-litterature #footer-top { background-image: url(img/footer/footer-top-bg-littÃ©rature.png); }
body.single-post.has-term-societe #footer-top, body.single-post.has-term-societe #footer-top { background-image: url(img/footer/footer-top-bg-sociÃ©tÃ©.png); }
body.single-post.has-term-vl-nl #footer-top { background-image: url(img/footer/footer-top-bg-sociÃ©tÃ©.png); }





/* CMS */

img.alignright, a img.alignright { float: right; margin: 0 0 0 20px; }
img.alignleft, a img.alignleft { float: left; margin: 0 20px 0 0; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto; }





/* Responsive */

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

	#show-series {
		display: none;
	}



	#post-copy span {
		max-width: 300px;
	}

}



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

	section.megaslider .flickity-prev-next-button.previous {
		left: 0!important;
	}

	section.megaslider .flickity-prev-next-button.next {
		right: 0!important;
	}

}



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

	.nav ul li {
		margin-right: 20px;
	}



	#post-copy span {
		max-width: 200px;
	}

}



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

	#toggle-menu {
		display: block;
	}

	#mobile-menu {
		position: fixed;
		top: 135px;
		left: 0;
		width: 100%;
		height: calc(100vh - 135px);
		padding: 40px 0;
		background: var(--main-color-dark);
		overflow-y: scroll;
		z-index: 3;
		transition: all 0.2s;
	}

	#mobile-menu.scrolled {
		top: 90px;
		height: calc(100vh - 90px);
	}

	#mobile-menu ul {
		margin: 0;
		padding: 0;
	}

	#mobile-menu ul li {
		position: relative;
	}

	#mobile-menu &gt; ul &gt; li {
		padding: 0 20px;
	}

	#mobile-menu ul li a {
		color: var(--main-color);
	}

	#mobile-menu ul li a.button {
		width: 100%;
		margin-bottom: 20px;
		color: inherit;
	}



	/* WooCommerce overwrite */

	#mobile-menu ul li a.button {
		padding: 6px 25px!important;
		background: var(--main-color-green)!important;
		color: var(--main-color-dark)!important;
		line-height: 28px;
	}

	#mobile-menu ul li.donate a.button {
		background: #fff!important;
	}

	#mobile-menu ul li.donate a.button svg {
		color: var(--litterature-primary);
	}



	#mobile-menu ul.themes {
		margin-top: 15px;
		font-weight: 700;
		font-size: 28px;
		line-height: 54px;
	}



	#mobile-menu ul.extra {
		margin-top: 35px;
		font-weight: 400;
		font-size: 16px;
		line-height: 36px;
	}

	#mobile-menu ul.extra li {
		border-bottom: 0;
	}

	#mobile-menu ul.extra li a {}



	#mobile-menu &gt; ul &gt; li &gt; ul {
		display: none;
	}



	#toggle-search {
		display: block;
	}



	.article.in-slider {
		width: 33.33333%;
	}

	.serie.in-slider {
		width: 33.33333%;
	}

}



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

	.article.in-slider {
		width: 50%;
	}

	.serie.in-slider {
		width: 50%;
	}
    
    
    
    section.banner.pb .rotating-words {
        display: block;
        text-indent: 0;
    }
    
	section.title .wpgb-facet {
		margin-top: 20px;
	}

	section.banner h1 {
		font-size: 52px;
		line-height: 58px;
	}

	section.banner h1 span {
		font-size: 52px;
	}

	section.contentrow:not(.text) .top-col {
		margin-bottom: 35px;
	}

	section.referentieslider .slider .slide {
		width: calc(50% - 40px);
	}

	section.megaslider .flickity-prev-next-button {
		display: none;
	}



	#top .col-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% /(12 / 5)) - var(--grid-gutter))!important;
		flex: 0 0 calc((100% /(12 / 5)) - var(--grid-gutter))!important;
		max-width: calc((100% /(12 / 5)) - var(--grid-gutter))!important;
	}

	#top .col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% /(12 / 7)) - var(--grid-gutter))!important;
		flex: 0 0 calc((100% /(12 / 7)) - var(--grid-gutter))!important;
		max-width: calc((100% /(12 / 7)) - var(--grid-gutter))!important;
	}
    
    
    
    #user-login {
        margin-bottom: 40px;
    }
    
    
    
	#post-copy span {
		max-width: 400px;
	}
	
	
	#share {
		display: none;
	}
    
}



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

	h1 { font-size: 40px; line-height: 42px; }
	h2 { font-size: 24px; line-height: 30px; }
	h3 { font-size: 20px; line-height: 22px; }



	.article.featured .content h3 {
		font-size: 20px;
		line-height: 22px;
	}


	.article.in-slider {
		width: 100%;
		padding: 0;
	}

	.serie.in-slider {
		width: 100%;
		padding: 0;
	}



	section.banner .rotating-words {
		display: block;
		margin-bottom: 5px;
		text-indent: 0;
	}

	section.magazineslider .slide {
		width: 100%;
	}
	

}



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

	.container {
		padding: 0;
	}



	.article.featured .image {
		min-height: 386px;
	}



	section.banner h1 {
		font-size: 42px;
		line-height: 48px;
	}

	section.banner h1 span {
		font-size: 42px;
	}

	section.referentieslider .slider .slide {
		width: 100%;
		margin: 0;
	}



	#post-wrapper {
		--grid-gutter: 40px;
	}
    
    
    
    #sidebar.side-cart .buttons a.button {
        margin-right: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    
    
	#socket #logos img {
		margin-top: 20px;
	}

}



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

	h1 { font-size: 38px; line-height: 40px; }
	h2 { font-size: 22px; line-height: 28px; }
	h3 { font-size: 18px; line-height: 20px; }

	h1 {
		word-break: break-word;
	}
	
	
	
	#logo {
        max-width: 230px;
    }
	
	

	.article.featured .content h3 {
		font-size: 20px;
		line-height: 22px;
	}



	.flickity-prev-next-button {
		display: none;
	}
    
    
    
    #post-author .content .author .author-text {
        width: 100%;
        margin-top: 20px;
    }
    
}





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

}



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

	section.banner.post {
		min-height: 402px;
	}



	#post-content .quote {
		margin: 20px 65px 40px;
	}



	#socket #logos {
		text-align: right;
	}

	#socket #logos img {
		margin-right: 0;
		margin-left: 40px;
	}

}



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

	.wc-block-components-sidebar-layout .wc-block-components-main {
		width: calc(65% - 10px)!important;
		margin-right: 10px!important;
	}


	.wc-block-components-sidebar {
		width: calc(35% - 10px)!important;
		margin-left: 10px!important;
	}

}



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

	section.banner.post {
		min-height: 536px
	}

}



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

	#menu {
		display: none;
	}



	section.megaslider .slide .block {
		min-height: 520px;
	}



	#post .container {
		padding: 0;
	}

	#post-wrapper {
		margin-top: -296px;
	}

	#post-content .gallery-left {
		float: left;
		width: 50%;
		margin: 0 30px 15px -65px;
	}

	#post-content .gallery-right {
		float: right;
		width: 50%;
		margin: 0 -65px 15px 30px;
	}

	#post-content .gallery-fullWidth, #post-content .video, #post-content .iframe {
		margin: 0 -65px 35px -65px;
	}



	#voucher .container {
		background: #d2c3ae url(img/voucher-bg.jpg) right center/cover no-repeat;
	}

}



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

	#mobile-menu {
		display: none!important;
	}

}

.ywgc-details-in-cart-recipient-email,
.ywgc-details-in-cart-message{
	display: none;
}</pre></body></html>