/*
Theme Name: De Groene Meisjes 2018
Theme URI: http://degroenemeisjes.nl
Author: Thomas Offinga
Author URI: http://offin.ga
Version: 2.1
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'source-sans-pro', 'source-sans-pro', 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

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

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 18px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
	padding: 0;
}

input[type='search'] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

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

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: '';
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid black;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: black;
}

input:focus,
textarea:focus {
	border: 1px solid black;
	outline: 0;
}

/* Buttons */
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

.post-password-required input[type='submit'] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type='submit']:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {
	color: black;
}

::-moz-placeholder {
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

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

 */

#comments {
	padding: 40px 0 !important;
}

#comments .comments-title {
	text-align: center;
	padding: 0 15px;
	font: 300 italic 28px 'source-sans-pro', 'source-sans-pro', 'Source Sans Pro', Helvetica, sans-serif;
}
#comments .comment-list {
	padding: 0 0 20px;
	margin: 20px 0 0;
}

#comments .comment-list > li {
	// margin-bottom: 20px;
}
#comments .comment-list .comment-body {
	padding: 20px;
	position: relative;
	margin-bottom: 1px;
}

#comments .comment-list .comment-content p:last-child {
	margin-bottom: 0;
}

#comments .comment-list .bypostauthor .comment-body {
	background: #f7fbfb;
}

#comments .comment-list .bypostauthor .avatar {
	border: 3px solid #74a194;
}

#comments .comment-list .comment-body .comment-reply-link {
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 12px;
}

ol.comment-list,
ol.comment-list ol.children {
	list-style: none;
}

ol.comment-list .comment-meta {
	height: 48px;
	margin-bottom: 12px;
}

ol.comment-list .comment-meta .comment-metadata {
	text-transform: uppercase;
	font-size: 12px;
}
ol.comment-list .comment-meta .comment-metadata a {
	color: rgba(0, 0, 0, 0.2);
}

ol.comment-list .comment-meta .comment-metadata .edit-link {
	opacity: 0;
}

ol.comment-list .comment-body:hover .comment-meta .comment-metadata .edit-link {
	opacity: 1;
}

ol.comment-list .avatar {
	border-radius: 48px;
	float: left;
	margin-right: 12px;
	top: -6px;
	position: relative;
}

/* Comment form */
.comment-respond {
	background-color: white;
	padding: 0;
	padding: 40px 15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.comment .comment-respond {
	margin-bottom: 0px;
	padding: 40px;
}

#respond input,
#respond textarea {
	border-color: rgba(0, 0, 0, 0.25);
}

#respond input:focus,
#respond textarea:focus {
	border-color: rgba(0, 0, 0, 0.5);
}

.comment-reply-title {
	font: 300 italic 28px 'source-sans-pro', 'Source Sans Pro', Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: '\f406';
	vertical-align: top;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for='author'],
.comment-form [for='email'],
.comment-form [for='url'],
.comment-form [for='comment'] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #6fa4a0;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #000000;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 12px;
	margin-left: 0px;
	font-family: 'source-sans-pro', 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
	color: black;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/* - - - BASIS - - - */

html {
	background: #ffffff;
}
body {
	font-family: 'source-sans-pro', 'Source Sans Pro', sans-serif !important;
	font-size: 15px;
	font-weight: 300;
	background-color: #e0f0ef;
	color: black;
}
strong,
b,
p strong,
p b {
	font-weight: 600;
}
em,
i,
p em,
p i {
	font-style: italic;
	font-weight: 300;
}
a {
	color: #6fa4a0;
	text-decoration: none;
}
p a {
	font-size: inherit;
}
a:hover,
p a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	font-size: 15px;
}
ol,
ul {
	padding: 0 0 0 20px;
}
ul {
	list-style-type: disc;
}
.advertentiebox {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
::selection {
	background: #e0f0ef; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #e0f0ef; /* Gecko Browsers */
}

/* - - - CLEARFIX - - - */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/* - - - HEADER - - - */

#masthead {
	background-color: #ffffff;
}
#masthead #logo {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#masthead #logo img {
	max-width: 300px;
	width: 100%;
	display: inline-block;
}
#masthead .blackline {
	height: 3px;
	background-color: #a2ccc9;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

/* - - - NAVIGATIE - - - */

#navbar #site-navigation ul.nav-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navbar #site-navigation .nav-menu li {
	display: inline-block;
	position: relative;
}

#navbar #site-navigation .nav-menu li a {
	color: #000000;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 20px;
	text-decoration: none;
}

#navbar #site-navigation .nav-menu li:hover > a,
#navbar #site-navigation .nav-menu li a:hover,
#navbar #site-navigation .nav-menu li:focus > a,
#navbar #site-navigation .nav-menu li a:focus {
	color: #a2ccc9;
}

#navbar #site-navigation .nav-menu .sub-menu,
#navbar #site-navigation .nav-menu .children {
	background-color: #a2ccc9;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

#navbar #site-navigation .nav-menu .sub-menu ul,
#navbar #site-navigation .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

#navbar #site-navigation ul.nav-menu ul a,
#navbar #site-navigation .nav-menu ul ul a {
	color: #fff;
	margin: 0;
	padding: 15px 30px;
	white-space: nowrap;
}

#navbar #site-navigation ul.nav-menu ul a:hover,
#navbar #site-navigation .nav-menu ul ul a:hover,
#navbar #site-navigation ul.nav-menu ul a:focus,
#navbar #site-navigation .nav-menu ul ul a:focus {
	background-color: #a8cfcc;
	color: #ffffff;
}

#navbar #site-navigation ul.nav-menu li:hover > ul,
#navbar #site-navigation .nav-menu ul li:hover > ul,
#navbar #site-navigation ul.nav-menu .focus > ul,
#navbar #site-navigation .nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

#navbar #site-navigation .nav-menu .current_page_item > a,
#navbar #site-navigation .nav-menu .current_page_ancestor > a,
#navbar #site-navigation .nav-menu .current-menu-ancestor > a {
	color: #6fa4a0;
}

#navbar #site-navigation .nav-menu .current-menu-item > a {
	color: #2b6863;
}

#navbar-mobile {
	display: none;
}
#responsivemenu {
	display: none;
}

#navbar-mobile #site-navigation ul {
	padding: 0 !important;
	display: block;
	text-align: center;
}

#navbar-mobile #site-navigation ul li {
	display: block;
}

#navbar-mobile #site-navigation .nav-menu li a {
	color: #000000;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#navbar-mobile #site-navigation .nav-menu li:hover > a,
#navbar-mobile #site-navigation .nav-menu li a:hover,
#navbar-mobile #site-navigation .nav-menu li:focus > a,
#navbar-mobile #site-navigation .nav-menu li a:focus,
#navbar-mobile #site-navigation .nav-menu .current_page_item > a,
#navbar-mobile #site-navigation .nav-menu .current_page_ancestor > a,
#navbar-mobile #site-navigation .nav-menu .current-menu-ancestor > a,
#navbar-mobile #site-navigation .nav-menu .current-menu-item > a {
	color: #6fa4a0;
	text-decoration: none;
}

/* - - - MAIN - - - */

#main {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#primary {
	max-width: 770px;
	margin: 50px 15px 0;
	min-height: 1px;
	float: left;
	width: 100%;
}

#tertiary {
	max-width: 370px;
	margin: 50px 10px 0;
	min-height: 1px;
	float: left;
	width: 100%;
}

/* - - - ARTICLE - - - */
.single article.post {
	margin-bottom: 10px;
}
article.post,
div#comments.comments-area {
	border-radius: 2px;
	background: #ffffff;
	text-align: left;
	margin: 0 0 40px;
}
article.post .entry-date {
	position: relative;
	top: -12px;
}
article.page header.entry-header,
article.post header.entry-header {
	padding: 0 20px 30px;
	text-align: center;
}

article.post .entry-date,
aside.widget h1 {
	font-size: 13px;
	font-weight: 400;
	background: #f2f9f8;
	display: inline;
	padding: 5px 15px;
	color: #6fa4a0;
}

article.post h1.entry-title,
div#comments.comments-area h2.comments-title,
.comment-reply-title,
article.page h1.entry-title,
article.page h1 {
	font-size: 24px;
	margin: 0;
	padding-top: 10px;
	font-weight: 300;
	color: #222726;
}
article.post h1.entry-title a {
	color: #222726;
}
article.post h1.entry-title a:hover {
	text-decoration: none;
	color: #6fa4a0;
}

article.post .entry-content h1 {
	font-weight: 400;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
}

article.post .entry-content h2,
article.post .entry-content h3,
article.post .entry-content h4 {
	max-width: 650px;
	margin: 0 auto 20px;
	padding: 0 15px;
}
article.post .entry-content p {
	max-width: 650px;
	margin: 0 auto 20px;
	padding: 0 15px;
}

article.post .entry-content img {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	height: auto;
}

article.post .entry-content a.more-link {
	background: #6fa4a0;
	color: #fff;
	display: inline-block;
	padding: 8px;
	border-radius: 2px;
}
article.post .entry-content a.more-link:hover {
	background: #a8cfcc;
	text-decoration: none;
}

.entry-meta {
	margin-top: 10px;
	padding: 10px 15px;
	background: rgba(224, 240, 239, 0.43);
	color: rgba(116, 161, 148, 0.65);
}

.entry-meta a {
	color: #74a194;
	text-transform: uppercase;
	font-size: 12px;
}

.sharebox {
	max-width: 650px;
	margin: 20px auto 30px;
	text-align: center;
}

.sharebox .title {
	display: block;
	font-size: 14px;
	vertical-align: middle;
	color: #6fa4a0;
	margin-bottom: 15px;
	font-weight: 400;
}
.sharebox .pin-it-btn-wrapper-shortcode,
.sharebox-button {
	display: inline-block;
	margin: 0 5px;
	padding: 7px 14px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	background: #6fa4a0;
	border-radius: 2px;
	border: 1px solid #6fa4a0;
}

.sharebox .pin-it-btn-wrapper-shortcode:hover,
.sharebox-button:hover {
	text-decoration: none;
	background: #fff;
	color: #a8cfcc;
}

.sharebox .pin-it-btn-wrapper-shortcode span {
	margin: 0;
	box-shadow: none;
	background: none;

	color: inherit;
	font: inherit;
	width: inherit;
	height: inherit;
	display: inline-block;
}
.sharebox .pin-it-btn-wrapper-shortcode span:after {
	content: 'Pinterest';
	display: block;
}

hr.divider {
	margin: 20px auto 20px;
	border: 0;
	height: 1px;
	display: block;
	background: #dff0ef;
	max-width: 650px;
}

#tagsbox {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 180px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0;
}

.single #tagsbox {
	width: 100%;
}

.comments-link {
	display: inline-block;
	float: right;
}

/* - - - PAGE NAVIGATION - - - */

.page-navigation {
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 40px;
}
.page-navigation a {
	color: #6fa4a0;
}
.page-navigation a:hover {
	text-decoration: none;
	color: #000000;
}

/* - - - COMMENTS - - - */

div#comments.comments-area {
	margin-bottom: 60px;
}
div#comments.comments-area h2.comments-title,
.comment-reply-title {
	padding-top: 0;
	padding-bottom: 0;
	font-style: normal;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login,
.comment-meta a {
	color: #6fa4a0;
	font-weight: 400;
}
.comment-meta a:hover {
	color: #6fa4a0;
	text-decoration: underline;
}
.comment-reply-title {
	padding-bottom: 5px;
}
p.form-submit input,
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	background: #6fa4a0;
	border: none;
	border-radius: 0;
	padding: 9px 20px 10px;
}
p.form-submit input:hover,
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
input[type='reset']:hover {
	background: #a8cfcc;
}
.form-allowed-tags,
.form-allowed-tags code {
	display: none !important;
}

/* - - - PAGE - - - */

article.page {
	background: #ffffff;
	text-align: left;
	padding: 40px 20px 20px;
	margin: 0;
	margin-bottom: 30px;
}
article.page h1.entry-title {
	padding-top: 0;
}
div#fscf_submit_div1 {
	margin-top: 15px;
}

/* - - - SIDEBAR - - - */

aside.widget {
	background: #fff;
	text-align: left;
	padding: 25px 20px 20px;
	margin: 0 0 40px;
	border-radius: 2px;
	position: relative;
}
aside.widget .textwidget .socialmediabox {
	text-align: center;
}
aside.widget .textwidget .socialmediabox .socialmedia {
	max-width: 50px;
	display: inline-block;
	margin: 0 3px;
}
aside.widget .textwidget .socialmediabox .socialmedia a:hover {
	opacity: 0.8;
}
aside.widget .textwidget h1 {
	position: absolute;
	top: -13px;
	margin: 0;
}
aside.widget .textwidget form.search-form input.search-submit {
	display: none;
}
aside#widget_2 .textwidget form.search-form label input.search-field {
	width: 100%;
	text-align: center;
	font-style: italic;
	padding: 10px 5px;
}
aside.widget .textwidget p {
	margin-bottom: 0;
}
aside#widget_1 .textwidget p {
	padding-top: 12px;
}
aside#widget_9 .textwidget #youtubevideo div#ytThumbs ul.ytlist {
	list-style-type: none !important;
	padding: 0 !important;
	padding-left: 0 !important;
	margin: 0 !important;
}
aside#widget_9 .textwidget #youtubevideo div#ytThumbs ul#ytPage {
	display: none !important;
}
aside#widget_10 {
	text-align: center;
}
aside#widget_10 a {
	font-size: 14px !important;
	color: #6fa4a0;
	margin: 0 2px 5px;
	display: inline-block;
	border-radius: 2px;
	text-transform: capitalize;
}
aside#widget_10 a:hover {
	/* text-decoration: none !important; */
}

/* - - - FOOTER - - - */

footer#colophon {
	background: #ffffff;
	text-align: center;
}
.site-footer .blackline {
	height: 3px;
	background-color: #a2ccc9;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.site-footer .site-info {
	padding: 40px;
	text-align: center;
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
.site-footer .site-info .logo {
	display: inline-block;
	max-width: 200px;
}
.site-footer .site-info .indemedia {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.site-footer .footer-menu {
	list-style: none;
	display: block;
	margin-top: 40px;
}

.site-footer .footer-menu li {
	display: inline-block;
	font-size: 13px;
}

/* - - - RECEPTEN INDDEX - - - */
#recepten-index-wrapper {
	padding: 50px 0;
}

@media (max-width: 768px) {
	#recepten-index-wrapper {
		padding: 0;
	}
}
#recepten-index-header {
	padding: 20px;
	display: flex;
	align-items: center;
	height: 420px;
	background: #000;
	/*text-align: center;*/
	position: relative;
}
#recepten-index-header .background-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: 1;
}

#recepten-index-header .content {
	z-index: 2;
	position: relative;
	margin: 0 auto;
	max-width: 860px;
}

#recepten-index-header h1 {
	text-transform: uppercase;
	font-family: 'calluna-sans';
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 0px;
}

#recepten-index-header .category-picker {
	display: block;
}

#recepten-index-header .category-picker li {
	display: inline-block;
	margin: 0 8px 15px;
}

#recepten-index-header .category-picker li a {
	display: block;
	background: #8fbbb8;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 40px;
	font-weight: 300;
}

@media (max-width: 768px) {
	#recepten-index-header .category-picker li a {
		padding: 0 15px;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
	}
}
#recepten-index-header .category-picker li a:hover,
#recepten-index-header .category-picker li.current-cat a {
	background: #72a79c;
}

#recepten-index-header .category-picker li a .count {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}

#recepten-index-header .recepten-search {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 10;
}
@media (max-width: 768px) {
	#recepten-index-header .recepten-search {
		position: relative;
		display: block;
		margin: 30px 20px;
		right: inherit;
		top: inherit;
	}
	#recepten-index-header .recepten-search input {
		width: 100%;
	}
}

#recepten-index-header .recepten-search input {
	border-radius: 22px;
	padding: 0 22px 0 20px;
	line-height: 44px;
	height: 44px;
	display: block;
	background: #fff no-repeat url(images/search-form-bg.png);
	background-position: right 20px center;
	border: 0;
	transition: all 0.2s;
}
#recepten-index-header .recepten-search input:focus {
	background-position: right -20px center;
}

@media (max-width: 768px) {
	#recepten-index-header {
		display: block;
		height: inherit;
		padding: 30px 15px;
	}
	#recepten-index-header h1 {
		font-size: 28px;
	}
}

#recepten-index-content {
	background: #fff;
}

#recepten-index-content .intro {
	padding: 35px 0;
	text-align: center;
}

#recepten-index-content .intro .item {
	display: inline-block;
	max-width: 275px;
	margin: 0 10px;
	text-align: left;
	vertical-align: top;
	padding-left: 38px;
	position: relative;
}

@media (max-width: 1024px) {
	#recepten-index-content .intro .item {
		width: 22%;
		max-width: inherit;
	}
}
@media (max-width: 768px) {
	#recepten-index-content .intro {
		padding: 20px 0;
	}
	#recepten-index-content .intro .item {
		display: block;
		max-width: inherit;
		margin: 15px 10px;
		width: inherit;
	}
}

#recepten-index-content .intro .item .recept-icon {
	position: absolute;
	left: 0;
	top: 0;
}

#recepten-index-content .intro .item h3 {
	color: #8fbbb8;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 0;
}

#recepten-index-content .intro .goedkoop h3 {
	color: #ecb4bf;
}
#recepten-index-content .intro .snel h3 {
	color: #f4c498;
}
#recepten-index-content .intro .video h3 {
	color: #c6acc7;
}

.recept-icon {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	background: #8fbbb8;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	border: 2px solid #fff;
}
.recept-icon img {
	margin: 0 auto;
	display: inline-block;
}

.recept-icon.goedkoop {
	background-color: #ecb4bf;
}
.recept-icon.snel {
	background-color: #f4c498;
}
.recept-icon.video {
	background-color: #c6acc7;
}

#recepten-index-content .subcategory-container {
	padding: 20px 0;
}
#recepten-index-content .subcategory-container .subcategory {
	text-transform: uppercase;
	font-family: 'calluna-sans';
	text-transform: uppercase;
	color: #8fbbb8;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 40px;
}

#recepten-index-content .grid-content {
	text-align: center;
}

#recepten-index-content .grid-content.empty {
	text-align: center;
	font-style: italic;
	padding: 30px 10px;
}

#recepten-index-content .grid-content .grid-content-item {
	width: 290px;
	display: inline-block;
	height: 250px;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
}

@media (max-width: 1024px) {
	#recepten-index-content .grid-content .grid-content-item {
		width: 31%;
	}
}
@media (max-width: 820px) {
	#recepten-index-content .grid-content .grid-content-item {
		width: 47%;
	}
}
@media (max-width: 600px) {
	#recepten-index-content .grid-content .grid-content-item {
		width: 100%;
		height: inherit;
	}
}
#recepten-index-content .grid-content .grid-content-item .image-header {
	height: 150px;
	background-size: cover;
	background-position: center center;
}

#recepten-index-content .grid-content .grid-content-item .title {
	font-family: 'calluna-sans';
	font-size: 18px;
	color: #5b807d;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 18px 0 0;
}
#recepten-index-content .grid-content .grid-content-item .extra {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 132px;
}
#recepten-index-content .grid-content .grid-content-item .extra .recept-icon {
	margin: 0 3px;
}
#recepten-index-content .grid-content .grid-content-item a {
	display: block;
}
#recepten-index-content .grid-content .grid-content-item a:hover {
	text-decoration: none;
	opacity: 0.9;
}

#recepten-index-content .grid-content .grid-content-item-extra {
	width: 560px;
	margin: 0 10px 20px;
	background: url(images/groene-kerst-bg.jpg);
	background-size: cover;
	display: inline-block;
	height: 240px;
	vertical-align: top;
	position: relative;
	color: #fff;
	padding: 30px 10px;
}

@media (max-width: 768px) {
	#recepten-index-content .grid-content .grid-content-item-extra {
		width: 100%;
		margin: 0 0 20px;
	}
}
#recepten-index-content .grid-content .grid-content-item-extra h4 {
	font-family: 'calluna-sans';
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 29px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin-bottom: 10px;
}
#recepten-index-content .grid-content .grid-content-item-extra p {
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin: 0 auto 15px;
	max-width: 320px;
}
#recepten-index-content .grid-content .grid-content-item-extra .button {
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
	border-radius: 2px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #8fbbb8;
	letter-spacing: 1.08px;
	line-height: 17px;
}

.wp-pagenavi {
	padding: 30px 10px;
	font-size: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #5b807d;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #dff0ef;
}

/* - - - MEDIA QUERIES - - - */

@media screen and (max-width: 540px) {
	div#logo a img[style] {
		max-width: 65vw !important;
	}
}

@media screen and (max-width: 360px) {
	div#logo a img[style] {
		max-width: 250px !important;
	}
	#colophon .site-info img[style] {
		max-width: 180px !important;
	}
	aside.widget .textwidget .socialmediabox .socialmedia {
		max-width: 35px !important;
	}
}
@media screen and (max-width: 795px) {
	#masthead #logo img {
		max-width: 65vw;
	}
	#comments .comment-list .comment-body .comment-reply-link {
		position: static;
		margin-top: 15px;
	}
	div#primary {
		float: none;
		width: auto;
		margin: 0 10px;
	}
	div#tertiary {
		max-width: 795px;
		float: none;
		width: auto;
	}
	div#tertiary aside.widget {
		float: left;
		width: 100%;
	}
	#navbar {
		display: none;
	}
	#responsivemenu {
		display: block;
	}
	#responsivemenu {
		display: block;
		cursor: pointer;
		float: right;
		padding-top: 10px;
		margin-right: 15px;
	}
	#masthead #logo {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#tertiary .sidebar-inner .widget-area aside#widget_10 {
		margin-bottom: 100px;
	}
	div#tertiary {
		margin-top: 50px;
	}
	.comment-list .children {
		margin-left: 0px;
	}
}
@media screen and (min-width: 796px) and (max-width: 1200px) {
	#wrapleft {
		float: left;
		width: 100%;
	}
	div#primary {
		margin-right: 415px;
		float: none;
		width: auto;
	}
	div#tertiary {
		float: right;
		width: 370px;
		margin-left: -385px;
	}
}

// #comments .thread-odd{
// 	background: #F7FBFB;
// }

.author-box {
	padding: 15px;
	background: rgba(255, 255, 255, 0.75);
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	border-radius: 2px;
}

.author-box span {
	display: inline;
	color: rgba(0, 0, 0, 0.4);
	// font-size: 13px;
	// vertical-align: middle;
}
.author-box .author-title {
	color: #8fbbb8;
	margin: 0;
	font-weight: 400;
}

.fscf-div-field-left {
	margin-bottom: 20px;
}

.fscf-div-label {
	margin-bottom: 7px;
}
.fscf-div-field-left textarea,
.fscf-div-field-left input {
	display: block;
	width: 100%;
	border: 1px solid #cde0dd;
	padding: 5px;
	background: #f2f9f8;
}

#fscf_required1 {
	float: right;
	font-size: 12px;
	color: #6ea4a0;
}

/* COOKIE */
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	border-top: 3px solid #a2ccc9 !important;
}
