/*==============================================
[Main stylesheet app.css]

Author:			WM_Team
Version:		1.0
Created:		03 October 2020
Last updated:	06 October 2020
Template:		PressMag - Blog & Magazine Mobile
================================================*/
/*
[Table of Contents]

01. GENERAL
02. NAVBAR
03. PANEL
04. FOOTER
05. SECTION
06. SWIPER
07. MODERN CARD
08. BIG LIST
09. SMALL LIST
10. CLASSIC CARD
11. CLASSIC POST
12. COMMENTS
13. SEARCH PAGE
14. 404 PAGE
15. RESPONSIVE
*/


/*===============================================*/
/* 01. GENERAL	 						    	 */
/*===============================================*/

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

@font-face {
    font-family: 'chunkfiveroman';
    src: url('../fonts/chunkfive/chunkfive-webfont.woff2') format('woff2'),
         url('../fonts/chunkfive/chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rglight';
    src: url('../fonts/proximanova/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova/proximanova-light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova/proximanova-light-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html.fonts-loaded body {
    font-family: 'proxima_nova_rgregular', sans-serif;
}


/*MARTY*/

img {
    width: 100%;
}

h2 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 200;
}

.img-kolom {
    max-width: 700px;
    padding: 0 10%;
}

p {
    font-size: 15px;
    line-height: 1.5;
}

p a {
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    text-decoration: underline;
}

.theme-dark p a {
    color: #ffffff;
}

#popup {
    position: relative;
    bottom: 1000px;
    left: 13.8%;
    width: 208px;
    height: 80px;
    padding: 10px;
    background-color: #fd4703;
    border: 2px solid #00234C;
    -webkit-border-radius: 5px;
    z-index: 9999;
    text-align: center;
}

.intro {
    font-size: 18px;
    line-height: 1.7;
    margin: 30px 0;
}

.logo-cover {
    width: 200px;
    margin: 0 0 8px;
}

.back-link {
    font-size: 20px;
}

strong, b {
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
}

blockquote,
blockquote.wp-block-quote {
    line-height: 1.3;
    margin: 0px 0px;
    padding: 12px 18px;
}

blockquote p,
blockquote.wp-block-quote p {
    font-size: 20px;
}

blockquote:before,
blockquote.wp-block-quote:before {
    display: inline-flex;
    content: '';
    background-image: url('https://stekmagazine.nl/editie/assets/img/quote.svg');
    background-size: 45px 30px;
    height: 30px;
    width: 45px;
    left: 0;
    top: 2px;
    transform: scale(1,1);
}

.theme-dark blockquote:before,
.theme-dark blockquote.wp-block-quote:before {
    background-image: url('https://stekmagazine.nl/editie/assets/img/quote-white.svg');
}

ul {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 30px;
}

.gallery {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gallery-item {
    display: inline-block;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
}

.gallery .gallery-icon {
    display: inline-block;
    height:100%;
}

img.attachment-gridlove-single.size-gridlove-single {
    aspect-ratio: auto;
    max-height: 480px;
}

.button {
    width: 200px;
    margin: 20px auto;
}

.badge {
    display: none;
}

.event-lokatie {
    padding: 3px 0 20px 0; 
    font-family: proxima_nova_rgbold; 
    text-transform: uppercase;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    margin: 12px 0 20px 0;
    font-style: normal;
}

.wp-block-quote cite::before,
.wp-block-quote footer::before {
    content: ''
}

ul.event-list-view, ul.single-event-view {
    list-style: none !important;
    margin: 1.5em 0 2em 0;
    padding: 0;
}

li.event {
    clear: both;
    margin: 0 0.5em 1.5em 0.5em;
    zoom: 1; /* Fix for IE 6+7 */
    padding-bottom: 15px;
}

.event-date {
/*  float: left;*/
    margin: 0 0.4em 1.5em 0;
    height: 8px;
}

.event-title h2 {
/*    font-family: 'proxima_nova_rgbold';
    font-size: 24px;
font-weight: normal;*/
letter-spacing: 0px;
line-height: 100%;
font-weight: normal;
    clear: none;
    margin: 0 !important;
    padding: 0 0 4px 0;
}

.event-weekday {
    color: #fff;
    font-size: .8em;
    font-weight: 100;
    text-transform: uppercase;
    float: left;
    padding: 3px 10px;
    border-radius: 20px;
    margin:4px 0 4px 0;
    background-color: #000;
}

.event-weekday2 {
    font-size: .8em;
    font-weight: 100;
    float: left;
    padding: 3px 3px;
    border-radius: 20px;
    margin:4px 0 4px 0;
}

.back-width {
    width: 100%;
    max-width: 890px;
}

.left-footer {

}

cite {
    font-style: normal;
}

.hidden {
  display: none !important;
}

#installContainer {
  position: absolute;
  bottom: 1em;
  display: flex;
  justify-content: center;
  width: 100%;
}

#installContainer button {
  background-color: inherit;
  border: 1px solid white;
  color: white;
  font-size: 1em;
  padding: 0.75em;
}


/*PRESSMAG*/

img {
    max-width: 100%;
}

.press-bg-img {
    position: relative;
    background-color: #e1e1e1;
}

.theme-dark .press-bg-img,
.press-section-black .press-bg-img {
    background-color: #bbb;
}

.press-bg-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    color: transparent;
}

.press-title-1 {
    font-size: 32px;
    line-height: 1.0;
}

.press-title-2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.press-title-3 {
    font-size: 18px;
    line-height: 22px;
}

.press-title-4 {
    font-size: 24px;
    line-height: 1.2;
}

.press-title-5 {
    font-size: 24px;
    line-height: 1;
}

.press-title-cover {
    font-family: "chunkfiveroman";
    color: #fff;
    font-size: 24px;
    line-height: 1;
}


p .intro {
    font-size: 20px;
    line-height: 1.4;
}

.press-body-1 {
    font-size: 16px;
}

.press-body-2 {
    font-size: 16px;
    line-height: 1.2;
    margin: 4px 0 0 0;
}

.theme-dark .text-color-black,
.press-section-black .text-color-black,
.press-section-black .press-section-title-wrapper {
    color: rgba(255, 255, 255, 0.87)!important;
}

.skeleton-text,
.skeleton-text * {
    letter-spacing: -2px !important;
}

.skeleton-block {
    width: 100%;
    height: 100vh;
}

.press-bg-shadow {
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
}

.press-bg-shadow-up {
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1;
}

.press-bg-shadow.press-bg-shadow-top {
    height: 150px;
    top: 0px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%);
}

/*===============================================*/
/* 02. NAVBAR	 						    	 */
/*===============================================*/

.navbar-transparent .title {
    opacity: 1!important;
}

.navbar .press-logo,
.press-logo {
    font-family: 'chunkfiveroman';
    font-weight: 200;
    font-size: 24px;
    line-height: 30px;
    margin-left: 0;
}

.press-logo img {
    width: 40%;
}

.footer-logo {
    width: 48px;
}

.press-logo span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ff3b30;
    border-radius: 100%;
    position: relative;
    right: 5px;
}


/*===============================================*/
/* 03. PANEL	 						    	 */
/*===============================================*/

.press-panel-links a {
    display: block;
    color: gray;
    padding: 10px 0px;
}

.press-panel .list .item-title {
    font-weight: 500;
    font-size: 15px;
}

.press-panel .list .accordion-item-opened .item-title {
    color: var(--f7-theme-color);
}

.press-panel .accordion-item-opened .block {
    border-top: 1px solid var(--f7-list-item-border-color);
}

.press-panel .list .accordion-item.press-link-without-children>.item-link .item-inner::before {
    content: '';
    width: 0px;
}

.press-panel .list ul::before,
.press-panel .list ul::after,
.press-search-form ul::before,
.press-search-form ul::after {
    background: transparent;
}

.press-panel .accordion-item {
    border-bottom: 1px solid var(--f7-list-item-border-color);
}

.press-panel .accordion-item:first-child {
    border-top: 1px solid var(--f7-list-item-border-color);
}


/*===============================================*/
/* 04. FOOTER	 						    	 */
/*===============================================*/

.press-footer-content {
    text-align: center;
    margin-top: 40px;
}

.press-footer-content:before {
    content: '';
    height: 1px;
    background: #efefef;
    width: 60px;
    margin: 0px auto;
    display: block;
}

.theme-dark .press-footer-content:before {
    background: rgba(255, 255, 255, 0.08);
}

.press-footer-content p {
    width: 90%;
    margin: 10px auto;
}

.press-socials {
    margin: 20px 0;
}

.press-social {
    width: 40px;
    height: 40px;
/*    background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    color: #ffffff;
}

.press-social-fb {
    background: #3b5999;
}

.press-social-twitter {
    background: #55acee;
}

.press-social-whatsapp {
    background: #25D366;
}

.press-footer-nav {
    margin-top: 20px;
}


/*===============================================*/
/* 05. SECTION	 						    	 */
/*===============================================*/

.press-section {
    padding: 16px 16px;
/*    max-width: 890px;*/
    margin: 0 auto;
}

.section-inhoud {
    max-width: 890px;
}

.press-section-cover {
    padding: 0 0 16px 0px;
}

.press-section-gray {
    background: #f9f9f9;
}

.theme-dark .press-section-gray,
.theme-dark .press-section-black {
    background: #151515;
}

.theme-dark .press-big-list,
.theme-dark .press-small-list,
.theme-dark .press-classic-card,
.theme-dark .press-classic-post,
.press-section-black .press-big-list,
.press-section-black .press-small-list,
.press-section-black .press-classic-card,
.press-section-black .press-classic-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-dark .press-nbr-comments,
.theme-dark .press-list-comments > div {
	border-color: rgba(255, 255, 255, 0.1);
}

.press-section-black {
    background: #121212;
}

.press-section-title-wrapper {
    margin-bottom: 24px;
}

.press-page .press-section-title-wrapper .press-title-2 {}

.press-section-content,
.press-section-with-nav {
    position: relative;
}


/*===============================================*/
/* 06. SWIPER	 						    	 */
/*===============================================*/

.press-slide-navigation {
    position: absolute;
    top: 10px;
    right: 16px;
}

.press-slide-navigation>div {
    background: #c8c6c7;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-left: 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    bottom: 0;
    margin-top: 16px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 8px;
    transition: all .3s ease;
}

.swiper-pagination-bullet-active {
    width: 30px!important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--f7-theme-color);
}

/*===============================================*/
/* 07. MODERN CARD	 						     */
/*===============================================*/

.press-modern-card {
    position: relative;
    margin-bottom: 16px;
}

.press-modern-card:last-child {
    margin-bottom: 0px;
}

.press-modern-card .press-bg-img {
    height: 350px;
}

.press-cover-card {
    position: relative;
    margin-bottom: 16px;
}

.press-cover-card:last-child {
    margin-bottom: 0px;
}

.press-cover-card .press-bg-img {
    height: 420px;
}

.press-badge {
    font-family: 'proxima_nova_rgbold', helvetica;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0px;
}

.press-modern-card-content {
    position: absolute;
    bottom: 0px;
    top: 0px;
    z-index: 99;
}

.press-modern-card-title {
    margin: 10px 0;
}

.press-cover-card-title {
    margin: 10px 0;
}

.press-cover-card-content {
    position: absolute;
    top: 0px;
    z-index: 99;
}

.press-post-date {
    font-weight: 500;
}

.press-grid>div:last-child {
    margin-top: 25px
}

.press-modern-card-grid,
.press-classic-card-grid,
.press-classic-post-grid {
    margin-bottom: 16px;
}

.press-modern-card-grid:last-child,
.press-classic-card-grid:last-child,
.press-classic-post-grid:last-child {
    margin-bottom: 0px;
}


/*===============================================*/
/* 08. BIG LIST	 						    	 */
/*===============================================*/

.press-big-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.press-big-list:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.press-big-list-content {
    margin-top: 0px;
    width: 100%;
}

.press-big-list .press-bg-img {
    height: 125px;
    width: 125px;
    flex-shrink: 0;
    margin-right: 10px;
}

.press-big-list.flex-direction-row-reverse .press-bg-img {
    margin-left: 10px;
    margin-right: 0px;
}

.press-big-list-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.press-big-list-category {
    font-family: 'proxima_nova_rgbold', helvetica;
    text-transform: uppercase;
    letter-spacing: 0;
}


/*===============================================*/
/* 09. SMALL LIST	 					    	 */
/*===============================================*/

.press-small-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.press-small-list:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.press-small-list-content {
    margin-top: 5px;
    width: 100%;
}

.press-small-list .press-bg-img {
    height: 100px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 10px;
}

.press-small-list.flex-direction-row-reverse .press-bg-img {
    margin-left: 10px;
    margin-right: 0px;
}

.press-small-list-title {
    margin-bottom: 5px;
}


/*===============================================*/
/* 10. CLASSIC CARD						    	 */
/*===============================================*/

.press-classic-card {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.press-classic-card:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.press-classic-card-content-wrapper>.press-bg-img {
    height: 350px;
}

.press-classic-card-content-wrapper {
    position: relative;
}

.press-classic-card-content {
    position: absolute;
    bottom: 0px;
    top: 0px;
    z-index: 99;
}

.press-post-author {
    font-weight: 500;
}

.press-post-author-img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 10px;
    flex-shrink: 0;
}

.press-post-author-img img {
    border-radius: 100%;
}

.press-classic-card .press-bg-shadow {
    height: 100px;
}

.press-classic-card-title {
    margin-top: 16px;
}


/*===============================================*/
/* 11. CLASSIC POST						    	 */
/*===============================================*/

.press-classic-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.press-classic-post:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.press-classic-post-content-wrapper>.press-bg-img {
    height: 280px;
}

.press-classic-post-content-wrapper {
    position: relative;
}

.press-classic-post-content {
    position: absolute;
    bottom: 0px;
    top: 0px;
    z-index: 99;
}

.press-classic-card .press-bg-shadow {
    height: 100px;
}

.press-classic-post-title {
    margin-top: 8px;
}

.press-classic-post-readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}


/*===============================================*/
/* 12. COMMENTS	 						    	 */
/*===============================================*/

.press-nbr-comments {
    padding: 10px;
    border: 1px solid #efefef;
    text-align: center;
}

.press-nbr-comments span:first-child {
    font-weight: 600;
    font-size: 16px;
}

.press-single-content .press-socials {
    margin-top: 40px
}

.press-list-comments>div {
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
}

.press-list-comments>div:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.press-more-comments {
    margin-top: 32px;
}

#comments-1,
#comments-2 {
    display: none;
}

.press-comment-form .list .item-content {
    padding: 0px;
}

.page-current .press-comment-form {
    display: none;
}

.press-comment-closed {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 16px 16px 0px;
    font-weight: 600;
    display: none;
}

.press-single-content .press-classic-card {
    border: 0px;
}

.page-single .page-content>.block {
    margin-top: 10px;
}

.press-load-more-posts {
    display: none;
}


/*===============================================*/
/* 13. SEARCH PAGE 						    	 */
/*===============================================*/

.press-search-form.list .item-input-outline input {
    background-color: #efefef;
    font-size: 14px;
	height: 45px;
}

.press-search-form.list .item-inner {
	padding: 0px;
}

.press-search-form.list .input-outline::after,
.press-search-form.list .item-input-outline .item-input-wrap::after {
    border: 0px;
}

.theme-dark .press-search-form.list .item-input-outline input {
    background-color: transparent;
}

/*===============================================*/
/* 14. 404 PAGE	 						    	 */
/*===============================================*/

.press-404 {
	height: 100vh;
	text-align: center;
	padding: 0px 32px;
}

.press-404 img {
	max-width: 100%;
	margin: 0px auto;
}

.press-404 h1 {
	font-size: 80px;
	margin: 20px 0px;
	line-height: 55px;
}

.press-404 h2 {
	font-size: 25px;
	margin: 0px;
}

.press-404 a {
	display: block;
	margin-top: 30px;
}

h6 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 200;
    background-color: #e9e8e7;
    padding: 20px 12px;
    margin: 0%;
}

.wp-block-columns {
    margin-right: 20px;
}

    .kader {
    background-color: #f3f3f3;
    padding: 20px 20px;
    margin: 20px 0;
}

/*===============================================*/
/* 15. RESPONSIVE 						    	 */
/*===============================================*/

@media only screen and (min-width: 768px) {
    .press-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }
    .press-grid>div:last-child {
        margin-top: 0px
    }
    .press-grid>.press-bg-img {
        height: 343px;
    }
    .press-classic-post-grid,
    .press-classic-card-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }
    .press-modern-card-grid,{

    }

    .press-classic-post-grid .press-classic-post,
    .press-classic-card-grid .press-classic-card {
        border-bottom: 0px;
    }
    .press-classic-post-grid .press-classic-post-content-wrapper>.press-bg-img {
        height: 350px;
    }
    .press-modern-card-grid .press-modern-card .press-bg-img {
        height: 390px;
    }
    .press-single-content .press-classic-card-content-wrapper>.press-bg-img,
    .press-single-content .press-modern-card .press-bg-img {
        height: 600px;
    }

    .press-single-the-content p {
    font-size: 17px;
    line-height: 1.5;
    padding: 0 10%;
}

    .kader {
    background-color: #f3f3f3;
    padding: 20px 0;
    margin: 0 10%;
}

   .press-single-the-content .intro {
    font-size: 20px;
    line-height: 1.7;
    padding: 0 10%;
    margin: 40px 0;
}

.padding-20 {
    padding: 0 20%;
}

.padding-10 {
    padding: 0 10%;
}

.left-footer {
    max-width: 860px;
    margin: 0 auto;
}

h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 200;
    padding: 0 10%;
}

h3 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 200;
    padding: 0 10%;
}

h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 200;
    padding: 0 10%;
}

h6 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 200;
    background-color: #e9e8e7;
    padding: 20px;
    margin: 0 10%;
}


.press-body-1 {
    font-size: 18px;
}

.press-body-2 {
    font-size: 18px;
    line-height: 130%;
}

    .press-title-1 {
    font-size: 48px;
    line-height: 1.0;
}

.press-title-2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.press-title-3 {
    font-size: 18px;
    line-height: 22px;
}

.press-title-5 {
    font-size: 48px;
    line-height: 1;
}

.press-single-the-content {
    max-width: 860px;
    margin: 0 auto;
}

blockquote,
blockquote.wp-block-quote {
    line-height: 1.3;
    margin: 0px 0px;
    padding: 0;
}

blockquote p,
blockquote.wp-block-quote p {
    font-size: 26px;
    margin: 0 0 40px 0;
}

blockquote:before,
blockquote.wp-block-quote:before {
    display: inline-flex;
    content: '';
    background-image: url('https://stekmagazinepro.nl/assets/img/quote.svg');
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    left: 0;
    transform: scale(1,1);
    margin: 20px 10% 0;
}

ul {
    font-size: 17px;
    line-height: 1.5;
    max-width: 890px;
    margin: 0 auto;
    padding: 0 15%;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 01rem;
    margin: 12px 0 40px 0;
    font-style: normal;
    padding: 0 10%;
}

.wp-block-quote cite::before,
.wp-block-quote footer::before {
    content: ''
}

.wp-block-columns {
    margin-right: 20px;
}

}