/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Import fonts vanaf Google Fonts */
/* Vollkorn */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;1,400&display=swap');

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

h1, h2 { letter-spacing: 1.5px; }
body, p { letter-spacing: 0; }
p { margin-bottom: 0; word-spacing: normal; }

/* Typografie instellingen */
h1 {
  font-family: 'Vollkorn', serif;
  font-size: 74px;
  line-height: 80px;
}

h2 {
  font-family: 'Vollkorn', serif;
  font-size: 44px;
  line-height: 50px;
}
h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
}

h4 {
  font-family: 'Vollkorn', serif;
  font-style: italic;
  font-size: 26px;
  line-height: 40px;
}

h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.marks-text {
  font-family: 'Vollkorn', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}

.small-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 15px;
}


/* SINGLE BLOG PAGE STYLING */

.single-post .type-post .entry-header-text {
	text-align: left!important;
	padding-left: 0!important;
}

.single-post .type-post .entry-title {
	font-size: 36px!important; 
	line-height: 42px!important;
}

.single-post .type-post .entry-category a {
	color: #AEB0B5;
	font-family: Inter, sans-serif;
	text-transform: uppercase;
	font-weight: 500!important;
	font-size: 13px;
}

.single-post .type-post .entry-category {
	margin-bottom: 18px;
}

.badge.post-date {
	display: none;
}

@media only screen and (min-width: 1000px) {
	.single-post .blog-single.page-wrapper {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

@media only screen and (max-width: 600px) {
	.single-post .type-post .entry-title {
		font-size: 24px!important; 
		line-height: 28px!important;
	}
}

.product-categories button.toggle {
	border: none!important;
}

.diensten-kolom-met-tekst > .col-inner:first-child {
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}