/*
Theme Name: Hremme
Theme URI: remkus.devries.frl
Author: Remkus de Vries
Author URI: remkus.devries.frl
Description: Personal site design
Tags: 
Tested up to: 6.1
Requires PHP: 7.3
Version: 3.1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hremme

Hremme WordPress Theme, (C) 2022 Remkus de Vries.
Hremme is distributed under the terms of the GNU GPL.
*/

/* stylelint-disable */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

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

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-block-button__link {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.page.page-id-7567 a,
.page .site-header a {
	color: #000;
}

.single .site-content a,
.page .site-content a {
	color: #2af;
}

.single .site-content a:hover,
.page .site-content a:hover {
	color: #000;
	text-decoration-color: #0af;
}

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

b,
strong {
	font-weight: var(--wp--custom--font-weight--medium);
}

blockquote {
	margin: 0;
}

body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover,
.wp-block-cover.alignfull,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-site-blocks {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
.is-root-container .wp-block[data-align="full"],
.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks
---------------------------------------------------------------------------- */

.has-blue-background-color a {
	color: #fff;
}

.has-blue-background-color a:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #000;
}

.has-blue-background-color input:focus {
	background-color: #fff;
	color: #000;
}

.front-page .wp-container-18 {
	border-top: 3px solid #2af;
}

/* Button
--------------------------------------------- */

input[type="button"],
input[type="submit"],
.wp-block-button__link,
.wp-block-post-comments input[type="submit"],
.wp-block-search__button {
	background-color: var(--wp--preset--color--black);
	border: 1px solid var(--wp--preset--color--black);
	border-radius: 3px;
	color: var(--wp--preset--color--white);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--jost);
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--font-weight--medium);
	padding: 10px 25px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-search__button:focus,
.wp-block-search__button:hover {
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--black);
	color: var(--wp--preset--color--black);
	text-decoration: none;
	border-radius: 3px;
}

.wp-block-button__link.has-background:focus,
.wp-block-button__link.has-background:hover {
	color: var(--wp--preset--color--white);
	filter: brightness(110%);
}

.wp-block-button__link.has-black-color.has-background:focus,
.wp-block-button__link.has-black-color.has-background:hover {
	color: var(--wp--preset--color--black);
}

.hero .wp-block-button a {
	background-color: #2af;
	color: #fff !important;
	border: 1px solid #2af;
}

.hero .wp-block-button a:hover {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #2af;
}


/* Button - Fill White
--------------------------------------------- */

.wp-block-button.is-style-fill-white .wp-block-button__link {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
}

.wp-block-button.is-style-fill-white .wp-block-button__link:focus,
.wp-block-button.is-style-fill-white .wp-block-button__link:hover {
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--white);
	color: var(--wp--preset--color--white);
}

/* Button - Outline
--------------------------------------------- */

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 1px solid;
	border-color: currentColor;
	color: var(--wp--preset--color--black);
	padding: 10px 25px;
}

.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--black);
	border-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
}

/* Button - Outline White
--------------------------------------------- */

.wp-block-button.is-style-outline-white .wp-block-button__link {
	background-color: transparent;
	border: 1px solid;
	border-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--white);
}

.wp-block-button.is-style-outline-white .wp-block-button__link:focus,
.wp-block-button.is-style-outline-white .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
}

/* Calendar
--------------------------------------------- */

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: var(--wp--preset--color--black);
}

.wp-block-calendar table th {
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	border: 1px solid var(--wp--preset--color--black);
	padding: 10px;
}

/* Caption
--------------------------------------------- */

.wp-block-embed figcaption,
.wp-block-gallery figcaption,
.wp-block-image figcaption,
.wp-block-pullquote figcaption,
.wp-block-quote figcaption,
.wp-block-table figcaption {
	color: var(--wp--preset--color--black);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.wp-block-gallery figcaption {
	margin-top: 0;
}

/* Code
--------------------------------------------- */

.wp-block-code code {
	overflow-wrap: normal;
	overflow-x: scroll;
	white-space: pre;
}

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
	position: relative;
	top: -1px;
}

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

.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
	border-color: var(--wp--preset--color--black);
}

.wp-block-post-comments .commentlist {
	margin-bottom: 40px;
	margin-top: 40px;
}

.wp-block-post-comments .commentlist .comment p {
	line-height: var(--wp--custom--line-height--body);
}

.wp-block-post-comments .form-submit {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-form-cookies-consent {
	font-size: var(--wp--preset--font-size--small);
}

/* Comment Author Avatar
--------------------------------------------- */

.wp-block-post-comments .comment-author .avatar {
	height: 48px;
	margin-top: 2px;
	width: 48px;
}

/* Heading
--------------------------------------------- */

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 20px 30px;
}

.page.page-id-7567 h2,
.page.page-id-7567 h3,
.page.page-id-7567 h4 {
	border-left: none;
    padding-left: 0;
}

/* Image
--------------------------------------------- */

.wp-block-image .alignleft {
	margin-right: 30px;
}

.wp-block-image .alignright {
	margin-left: 30px;
}

/* List
--------------------------------------------- */

ol:where(:not([class*="wp-block"])),
ol:where(.wp-block-list),
ul:where(:not([class*="wp-block"])),
ul:where(.wp-block-list) {
	margin-bottom: 30px;
}

ol li:where(:not([class*="wp-block"])),
ol li:where(.wp-block-list),
ul li:where(:not([class*="wp-block"])),
ul li:where(.wp-block-list) {
	margin-left: 30px;
}

li.type-notes {
 	box-shadow: 5px 5px var(--wp--preset--color--black);
 	border: 1px solid;
 	margin-bottom: 35px;
    padding-top: 30px;
    padding-right: 40px !important;
    padding-bottom: 30px;
    padding-left: 40px !important;
}

li.type-notes .wp-block-post-date {
	display: none;
}

li.type-notes .wp-block-post-title.has-max-48-font-size {
	font-size: 32px !important;
}

li.type-notes .wp-block-spacer {
	display: none
}

li.type-notes .wp-block-post-excerpt__excerpt {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.type-status .wp-block-post-title {
	display: none
}

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

.wp-block-page-list,
.wp-block-navigation__container {
	gap: 5px 20px;
}

.wp-block-navigation .wp-block-navigation-item__content {
	text-transform: uppercase;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: 30px var(--wp--custom--spacing--outer);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--black);
	border: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid var(--wp--preset--color--black);
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open {
	border: 1px solid var(--wp--preset--color--white);
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--white);
}

.site-footer a,
.site-footer .wp-block-social-links.is-style-logos-only .wp-social-link svg {
	color: #fff !important;
}

@media ( min-width: 782px ) {
	.wp-block-navigation.nav-primary--mobile {
		display: none;
	}
}

@media ( max-width: 781px ) {
	.wp-block-navigation.nav-primary--desktop,
	body .is-layout-flex.nav-secondary--desktop,
	.site-icon--desktop {
		display: none;
	}
}

/* Paragraph
--------------------------------------------- */

p.has-background {
	padding: 20px 30px;
}

/* Post Author
--------------------------------------------- */

.wp-block-post-author__name {
	margin-bottom: 0;
}

/* Preformatted
--------------------------------------------- */

.wp-block-preformatted {
	overflow-wrap: normal;
	overflow-x: scroll;
	white-space: pre;
}

/* Pullquote
--------------------------------------------- */

.wp-block-pullquote {
	text-align: center;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block[data-align="left"] > .wp-block-pullquote p,
.wp-block[data-align="right"] > .wp-block-pullquote p {
	font-size: var(--wp--preset--font-size--large);
	line-height: var(--wp--custom--line-height--medium);
	margin-bottom: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote__citation {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	font-style: inherit;
	margin-top: 10px;
	text-transform: inherit;
}

/* Quote
--------------------------------------------- */

.wp-block-quote {
	box-shadow: 5px 5px var(--wp--preset--color--black);
}

.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large {
	border: 1px solid var(--wp--preset--color--black);
	margin-bottom: 35px;
	padding: 30px 40px;
}

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large cite {
	font-style: inherit;
}

.wp-block-quote.is-style-large p {
	font-size: var(--wp--preset--font-size--x-large);
	line-height: var(--wp--custom--line-height--medium);
}

.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	margin-top: 10px;
	text-align: inherit;
}

/* Separator
--------------------------------------------- */

.wp-block-separator {
	opacity: 1;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: 1px solid currentColor;
	height: 1px;
}

.wp-block-separator.is-style-dots::before {
	font-family: inherit;
	font-size: var(--wp--preset--font-size--large);
	letter-spacing: 10px;
	padding-left: 10px;
}

/* Site Title
--------------------------------------------- */

.wp-block-site-title a {
	text-decoration: none;
}

/* Table
--------------------------------------------- */

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table table {
	border-collapse: collapse;
}

.wp-block-table thead {
	border-bottom: 3px solid var(--wp--preset--color--black);
}

.wp-block-table tfoot {
	border-top: 3px solid var(--wp--preset--color--black);
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
	border: 1px solid var(--wp--preset--color--black);
}

.wp-block-table th {
	font-weight: var(--wp--custom--font-weight--medium);
}

.wp-block-table td,
.wp-block-table th {
	padding: 5px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--wp--preset--color--gray);
}

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

.yoast-breadcrumbs {
    font-size: 12px;
    color: #424242;
}

.yoast-breadcrumbs a {
	color: #424242;
}

.yoast-breadcrumbs a:hover {
	color: #2af;
}

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

input,
select,
textarea,
.wp-block-search__input {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--black);
	border-radius: 3px;
	color: var(--wp--preset--color--black);
	font-family: var(--wp--preset--font-family--jost);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--regular);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--gray);
}

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

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--black);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.6;
}

.nf-field-container {
	margin-bottom: 10px;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
	text-align: center;
}

.pricing-table > li {
	border-bottom: 1px solid var(--wp--preset--color--gray);
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 10px;
}

/* Styles
--------------------------------------------- */

.is-style-boxshadow {
	box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.is-style-full-height {
	align-items: center;
	display: grid;
	min-height: 100vh;
}

.is-style-no-margin {
	margin: 0;
}

.taxonomy-category a {
	background-color: #2af;
    color: #fff !important;
    padding: 3px 5px;
    border-radius: 3px;
    text-decoration: none;
}

.wp-block-post-excerpt__more-link,
.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-post-title a:hover {
	text-decoration: underline;
	text-decoration-color: #2af;
}

.wp-block-post-excerpt__more-text:hover {
	background-color: orange;
}

a:empty {
	display: none;
}
/* Media Queries
---------------------------------------------------------------------------- */

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

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

	.wp-block-navigation-item.is-style-fill a,
	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid var(--wp--preset--color--black);
		padding: 5px 15px;
	}

	.wp-block-navigation-item.is-style-fill,
	.wp-block-navigation-item.is-style-outline a:focus,
	.wp-block-navigation-item.is-style-outline a:hover {
		background-color: var(--wp--preset--color--black);
		color: var(--wp--preset--color--white);
	}

	.wp-block-navigation-item.is-style-outline a,
	.wp-block-navigation-item.is-style-fill a:focus,
	.wp-block-navigation-item.is-style-fill a:hover {
		background-color: var(--wp--preset--color--white);
		color: var(--wp--preset--color--black);
	}

	.wp-block-navigation-item.is-style-fill-white a,
	.wp-block-navigation-item.is-style-outline-white a {
		border: 1px solid var(--wp--preset--color--white);
		padding: 5px 15px;
	}

	.wp-block-navigation-item.is-style-fill-white,
	.wp-block-navigation-item.is-style-outline-white a:focus,
	.wp-block-navigation-item.is-style-outline-white a:hover {
		background-color: var(--wp--preset--color--white);
		color: var(--wp--preset--color--black);
	}

	.wp-block-navigation-item.is-style-outline-white a,
	.wp-block-navigation-item.is-style-fill-white a:focus,
	.wp-block-navigation-item.is-style-fill-white a:hover {
		background-color: var(--wp--preset--color--black);
		color: var(--wp--preset--color--white);
	}

	/* Pullquote
	--------------------------------------------- */

	.wp-block[data-align="left"] .wp-block-pullquote,
	.wp-block[data-align="right"] .wp-block-pullquote,
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: 300px;
	}

	.wp-block[data-align="left"] .wp-block-pullquote,
	.wp-block-pullquote.alignleft {
		float: left;
		margin-left: -100px !important;
		margin-right: 30px !important;
	}

	.wp-block[data-align="right"] .wp-block-pullquote,
	.wp-block-pullquote.alignright {
		float: right;
		margin-left: 30px !important;
		margin-right: -100px !important;
	}

}

.wp-block-media-text__media {
	box-shadow: 0 0 50px rgb(0 0 0 / 10%);
	margin-bottom: 30px !important;
}

/* stylelint-enable */

.wp-block-social-link-label {
	display: none;
}

.has-text-align-center {
	text-align: center
}

.maxing {
	max-width: 1280px;
	margin: 0 auto;
}

#field_3_2 {
	margin-top:  5px;
}
