/*
 Theme Name:   Boldest Template
 Theme URI:    https://boldest.nl
 Description:  Boldest Template
 Author:       Jasper Plender
 Author URI:   https://boldest.nl
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twenty
*/


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');

@font-face {
    font-family: 'Graphik';
    src: url('assets/fonts/graphik-semibold.woff2') format('woff2'),
       	url('assets/fonts/graphik-semibold.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}


/* Typography */
/* Type Styles */
h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, .graphik, .schema-faq-question, .wp-block-details summary, .wp-block-pullquote blockquote p {
    font-family: "Graphik", "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.entry-content, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: inherit;
}

h6, .entry-content h6, .mono {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

b, strong {
	font-weight: 600;
}

a {
    text-decoration: underline;
    font-weight: 600;
}

footer a[href^="tel:"], footer a[href^="mailto:"] {
    font-weight: normal;
    text-decoration: none;
}

p > a {
    color: #FF5400;
}
li > a {
    color: #FF5400;  
}
p, .entry-content li {
    color: rgb(0 0 0 / 75%);
}

/* body .entry-content li {
    color: unset;
} */

a p {
    font-weight: normal;
}

.contain-cover-image img {
    object-fit: contain !important;
}
/* Typescale Mobile */
h1.huge-h1, h2.huge-h1 {
    font-size: 6rem;
     line-height: 1;
}
h1, .heading-size-1 {
	font-size: 6rem;
    line-height: 1;
}

h2, .heading-size-2, .wp-block-pullquote.alignwide blockquote p, .wp-block-pullquote.alignfull blockquote p, .wp-block-details summary {
	font-size: 3.5rem;
     line-height: 1.1;
}

h3, .heading-size-3 {
	font-size: 2.8rem;
    line-height: 1.1;
}

h4, .heading-size-4 {
	font-size: 2.1rem;
    line-height: 1.2;
}

h5, .heading-size-5, .schema-faq-question {
	font-size: 2.1rem;
    line-height: 1.3;
}

h6, .heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	text-transform: none;
    line-height: 1;
}

.entry-content .has-larger-font-size, .has-larger-font-size {
	font-size: 2.4rem !Important;
}

.entry-content .has-large-font-size, .has-large-font-size {
	font-size: 2.1rem !Important;
}

.entry-content, .widget-content {
	font-size: 1.8rem !Important;
}

.entry-content .has-small-font-size, .has-small-font-size, .menu-footer-container a {
	font-size: 1.5rem !Important;
}

button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 1.8rem;
}
.filter-section button {
    background-color: unset; 
    padding: 1.5rem 0rem;   
}

/* Typescale Desktop */

@media ( min-width: 700px ) {
    h1.huge-h1, h2.huge-h1 {
        font-size: 10rem;
    }
	h1,
	.heading-size-1 {
		font-size: 9rem;
	}

	h2,
	.heading-size-2, .wp-block-pullquote.alignwide blockquote p, .wp-block-pullquote.alignfull blockquote p, .wp-block-details summary {
		font-size: 4.4rem;
	}

	h3,
	.heading-size-3 {
		font-size: 3rem;
	}

	h4,
	.heading-size-4 {
		font-size: 2.4rem;
	}

	h5,
	.heading-size-5, .schema-faq-question {
		font-size: 2.2rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.8rem;
	}

	.entry-content .has-larger-font-size, .has-larger-font-size {
		font-size: 3rem !Important;
	}

	.entry-content .has-large-font-size,  .has-large-font-size {
		font-size: 2.2rem !Important;
	}

	.entry-content, .widget-content {
		font-size: 1.9rem !Important;
	}

	.entry-content .has-small-font-size, .has-small-font-size, .menu-footer-container a {
		font-size: 1.6rem !Important;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 2.1rem;
	}
}

/* Typescale Desktop Large */
@media ( min-width: 1220px ) {
	h1.huge-h1, h2.huge-h1 {
        font-size: 12rem;
    }
    h1,
	.heading-size-1 {
		font-size: 9rem;
	}
}

/* Buttons */
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 1.5rem 3rem;
    text-transform: none;
	letter-spacing: inherit;
    transition: opacity 0.15s linear;
	border-radius: 10rem;
	font-family: inherit;	
    font-weight: normal;
	text-decoration: none !important;
	overflow: hidden;
    display: inline-flex;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: normal;
	font-weight: 600;
	transition: 0.4s cubic-bezier(0.65, 0.05, 0.3, 0.97);
}

.entry-content button, .entry-content .button, .entry-content .faux-button, .entry-content .wp-block-button__link, .entry-content .wp-block-file .entry-content .wp-block-file__button, .entry-content input[type="button"], .entry-content input[type="reset"], .entry-content input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #ff5500;
}



.is-style-outline .wp-block-button__link:not(.has-text-color), .is-style-outline .wp-block-button__link {
    color: #ff5500;

}


.wp-block-button__link:after {
    content: "→";
    display: inline-block;
    margin-left: 10px;
    transition: none;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 300;
}

.wp-block-button__link:hover:after {
    animation: moveArrowUpDownUp 0.4s cubic-bezier(0.65, 0.05, 0.3, 0.97);
}

@keyframes moveArrowUpDownUp {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(200%);
    }
    41% {
        transform: translateY(-200%);
    }
    100% {
        transform: translateY(0);
    }
}

.is-style-outline .wp-block-button__link {
    padding: calc(1.5rem  - 2px) calc(3rem - 2px);
    background-color: transparent !important;
}

.is-style-outline .wp-block-button__link:hover {
    color: #fff !important;
    background-color: #ff5500 !important;
    border-color: #ff5500;
}


/*Dots*/
h6.has-dot {
    margin-bottom: 6rem;
}
h6.has-dot:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #ff5500;
    border-radius: 100%;
    margin-right: 0.75rem;
}

.block-partners.no-dot h6.has-dot:before {
    display:none;
}

.has-dotted-line {
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.has-dotted-line {
    padding-top: 3rem;
}

.has-dotted-line > h6 {
    margin-top: 0;
}

.has-dotted-line-vertical {
    background-image: linear-gradient(to bottom, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: right;
    background-size: 1px 10px;
    background-repeat: repeat-y;
    padding-right: 3rem;
}
/* Color palette */
.has-pax-black-color {
    color: #000000 !important;
}
.has-pax-black-background-color {
    background-color: #000000 !important;
}

.has-pax-white-color {
    color: #FFFFFF !important;
}
.has-pax-white-background-color {
    background-color: #FFFFFF !important;
}

.has-pax-orange-color {
    color: #FF5400 !important;
}
.has-pax-orange-background-color {
    background-color: #FF5400 !important;
}

.has-pax-dark-blue-color {
    color: #0072E6 !important;
}
.has-pax-dark-blue-background-color {
    background-color: #0072E6 !important;
}

.has-pax-light-blue-color {
    color: #BEEEFF !important;
}
.has-pax-light-blue-background-color {
    background-color: #BEEEFF !important;
}

.has-pax-yellow-color {
    color: #FFF266 !important;
}
.has-pax-yellow-background-color {
    background-color: #FFF266 !important;
}

.has-pax-gray-color {
    color: #AAB2B2 !important;
}
.has-pax-gray-background-color {
    background-color: #AAB2B2 !important;
}

.has-pax-blue-gray-color {
    color: #E3EDED !important;
}
.has-pax-blue-gray-background-color {
    background-color: #E3EDED !important;
}

.has-pax-orange-gray-color {
    color: #FFE6ED !important;
}
.has-pax-orange-gray-background-color {
    background-color: #FFE6ED !important;
}





/* Header */
#site-header {
    position: fixed;
    width: 100%;
    background: transparent !important;
	transition: .3s;
	z-index: 9999;
	top: 0;
}

#site-header.nav-up {
    transform: translateY(-100%);
}
#site-header.nav-down {
    transform: translateY(0%);
    background-color: #ffffff !important;
}

#site-header.is-in-top {
    background-color: transparent !important;
}
.header-inner {
    max-width: none;
    width: calc(100% - 8rem);
    margin-left: auto;
    margin-right: auto;
	padding: 2.5rem 0;
}

.header-right-nav {
    display: flex;
    align-items: center;
}

.header-navigation-wrapper {
    margin-right: auto;
}

.header-notification {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.header-notification a {
    color: inherit;
    margin: 1rem;
    color: #ff5500;
}

.header-notification p {
    margin: 1rem;
}
#site-header:not(.is-in-top).has-header-notification.nav-down {
    transform: translateY(-60px);
}

a.header-cta {
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 10rem;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}
.showing-modal .header-right-nav a.header-cta {
    opacity: 0;
}

.header-toggles .toggle {
    padding: 1rem;
}

.header-toggles {
    margin: 0 2rem;
}

.primary-menu a {
    font-weight: 500;
}

a.language-toggle {
    font-weight: 500;
    text-decoration: none;
}
a.language-toggle:hover {
    text-decoration: underline;
}


#indicator {
    position: fixed;
    left: 0;
	top: 0;
    height: 2px;
    background-color: #FF5400;
    z-index: 999;
}


/* Hamburger menu */
 .hamburger-menu {
	 width: 20px;
	 height: 20px;
	 position: relative
}

.hamburger-menu-top {
	 width: 13px;
	 height: 2px;
	 right: 0;
	 background: currentColor;
	 display: block;
	 position: absolute;
	 top: 2px;
	 transition: .3s;
}

.hamburger-menu-bottom {
	width: 10px;
	height: 2px;
	right: 0;
	background: currentColor;
	display: block;
	position: absolute;
	bottom: 2px;
	transition: .3s;
}

.hamburger-menu-middle {
	width: 20px;
	height: 2px;
	background: currentColor;
	display: block;
	position: absolute;
	top: 9px;
	transform: scale(1);
	transition: .3s;
}

.toggle-menu.active .hamburger-menu-middle {
	transform: scale(0)
}

.toggle-menu.active .hamburger-menu-top {
	transform: rotate(-45deg);
	top: 9px;
	width: 22px;
	right: -2px
}

.toggle-menu.active .hamburger-menu-bottom {
	transform: rotate(45deg);
	bottom: 9px;
	width: 22px;
	right: -2px
}

.header-inner .toggle {
    padding: 0;
}
.header-logo {
    max-width: 22rem;
    width: 100%;
}


/* Modal Menu */
.modal-menu > li {
    border: none;
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.modal-menu > li:first-of-type {
    background-image: none !important;
}
.modal-menu {
    left: 0;
    width: 100%;
}
.modal-menu > li > a {
      font-family: "Graphik", "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
    font-weight: 500;
}
.modal-menu ul li:last-of-type a {
    padding-bottom: 4rem;
}

.modal-menu ul li a {
    padding: 1.5rem 0 1.5rem 2rem;
}
.modal-menu li.current-menu-item > .ancestor-wrapper > a {
    text-decoration: none;
    color: #ff5500;
}
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: none;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    font-size: 2.5rem;
    padding-left: 0;
}
.menu-wrapper .menu-item {
    border: none;
}

button.sub-menu-toggle {
    border: none;
    padding: 0 1.25rem !important;
}

.modal-extra-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.modal-extra-nav a {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    text-decoration: none;
    font-weight: bold;
}

.modal-extra-nav a svg {
    width: 2.5rem;
    margin-right: 1rem;
}

.modal-extra-nav a.header-cta {
    justify-content: center;
}


/*Hidden Menu */
.header-has-hidden-menu .header-navigation-wrapper {
    visibility: hidden;
}

.header-has-hidden-menu .header-right-nav {
    visibility: hidden;
}

/* White header */
.header-has-white-menu.is-in-top .logo svg path {
    fill: #fff;
}

.header-has-white-menu.is-in-top .header-right-nav a {
    color: #fff;
}
body:not(.overlay-header) .header-has-white-menu.is-in-top .primary-menu > li > a {
    color: #fff;
}
body:not(.overlay-header) .header-has-white-menu.is-in-top .primary-menu > li > .icon {
    color: #fff;
}
.header-has-white-menu.is-in-top .custom-search-toggle path {
    stroke: #fff;
}

/* Submenu */
.primary-menu ul  {
    background-color: #E3EDED !important;
    color: inherit !important;
    border-radius: 0;
}
.primary-menu > li > ul:after {
    border-bottom-color: #E3EDED !important;
}

.single #site-header .primary-menu ul {
    background-color: #fff !important;
}
.single #site-header .primary-menu > li > ul:after {
    border-bottom-color: #fff !important;
}

.single #site-header:not(.is-in-top) .primary-menu ul {
    background-color: #E3EDED !important;
}
.single #site-header:not(.is-in-top) .primary-menu > li > ul:after {
    border-bottom-color: #E3EDED !important;
}




/* Entry Header Single */
.singular .entry-header {
    padding: 16rem 0 6rem 0;
}

.singular.single .featured-media::before {
    background: #E3EDED;
}
.singular .featured-media-inner {
    width: calc(100% - 8rem);
}
.singular .featured-media img {
    width: 100%;
}
.entry-header-inner.has-excerpt {
    display: flex;
    gap: 6rem;
}
.entry-header-inner.has-excerpt h1 {
    width: 50%;
}
.entry-header-inner.has-excerpt .excerpt-and-ctas {
    width: 50%;
}
.entry-header-inner.has-excerpt .wp-block-buttons {
    justify-content: flex-start;
}

.entry-header-inner.has-excerpt.is-centered {
    flex-direction: column;
    gap: 0;
    max-width: 100rem;
}

.entry-header-inner.has-excerpt.is-centered .excerpt-and-ctas {
    width: 100%;
    text-align: center;
}

.entry-header-inner.has-excerpt.is-centered h1 {
    width: 100%;
    text-align: center !important;
}

.entry-header-inner.has-excerpt.is-centered .wp-block-buttons {
    justify-content: center;
}

.single .featured-media-inner {
    max-width: 120rem;
}
.single .section-inner.image-credits {
    max-width: 120rem;
}

.image-credits {
    margin-top: 1rem;
}
.section-inner.image-credits p {
    opacity: .5;
}

figcaption.wp-element-caption {
    opacity: .5;
    font-size: small;
}

.section-inner.image-credits a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}
.page .entry-header h1 {
    text-align: center;
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
}
.page .entry-header .has-excerpt h1, .single .entry-header h1 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
.single .entry-header h1 {
    margin: 1.5rem 0;
}
.entry-header .entry-categories-inner {
    justify-content: flex-start;
    margin: 0;
}

.entry-header .entry-categories-inner a {
    background: #fff;
    text-decoration: none;
}
.single.reduced-spacing.missing-post-thumbnail .post-inner {
    padding-top: 8rem;
}
.single.single-actions.reduced-spacing.noheader-action .post-inner {
    padding-top: 0;
} 
p.excerpt {
    margin: 2rem 0 0 0;
}

.featured-media  figure {
    position: relative;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.featured-media  figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-header .wp-block-buttons{
    margin-top: 3rem;
}
.entry-header .wp-block-buttons>.wp-block-button {
    margin: 0 1rem 1rem 0;
}

.tag-and-date {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Scrollhint */
.scrollhint {
    margin-top: 3rem;
}
.scrollhint a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.scrollhint a:hover {
    text-decoration: underline;
}

span.scrollhint-icon {
    width: 5.5rem;
    height: 5.5rem;
    background: #ff5500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 1.5rem;
    overflow: hidden;
}

span.scrollhint-icon:after {
    content: "↓";
    display: inline-block;
    transition: none;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 300;
    color: #fff;
}
.scrollhint:hover span.scrollhint-icon:after {
    animation: moveScrollArrowUpDownUp 0.4s cubic-bezier(0.65, 0.05, 0.3, 0.97);
}


@keyframes moveScrollArrowUpDownUp {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(200%);
    }
    41% {
        transform: translateY(-200%);
    }
    100% {
        transform: translateY(0);
    }
}
/* Entry Header Archive */
.archive-header {
    padding: 18rem 0 8rem 0;
}



/* Entry Header Page */
.page-template-default {
  
}


/* Privacy Banner */
#privacy-banner {
	 display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    margin: 2rem;
}


.privacy-banner-inner {
    background: #fff;
    display: flex;
    padding: 2rem;
    align-items: center;
    max-width: 50rem;
    gap: 2rem;
}

@media only screen and (max-width: 450px) {
.privacy-banner-inner {
    flex-wrap: wrap;
}
}

.privacy-banner-inner p {
    margin: 0;
}
.privacy-accept-button {
    white-space: nowrap;
}



/* News */
.news-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 4rem;
}

.news-item {
    grid-column: span 3;
    display: flex;
    gap: 4rem;
    max-width: 80rem;
}

.news-item .news-item-visual {
    width: 30%;
}

.news-item .news-item-content {
    width: 70%;
}

.news-item figure {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    width: 100%;
}

.news-item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.news-item:hover figure img {
    transform: scale(1.05);
}

.news-item h2, .news-item h3, .news-item h4 {
    transition: .3s ease;
}
.news-item:hover h2, .news-item:hover h3, .news-item:hover h4 {
    color: #ff5601;
}

.news-item .entry-categories-inner {
    margin: 0;
    justify-content: flex-start;
}

.news-item .entry-categories a {
    margin: 1rem 2rem 0 0;
}

.news-item .entry-categories {
    margin: 1rem 0;
}

.news-item .heading-size-3 {
    margin: 2rem 0 2rem 0;
}
.news-item .heading-size-4 {
    margin: 1rem 0 1rem 0;
}
.news-item a {
    text-decoration: none;
    font-weight: 600;
    display: block;
    height: 100%;
}

.news-item .excerpt {
    display: none;
}

.news-item .category-tags {
    margin-top: 2rem;
}

.related-news {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.category-tags a, .category-tags span {
    background: #E3EDED;
    font-size: 1.4rem;
    font-family: "IBM Plex Mono", monospace;
    padding: 0.5rem 0.8rem;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: normal;
    margin: 0 0.75rem 0.75rem 0;
    font-weight: normal;
}

.entry-date {
    color: rgb(0 0 0 / 75%);
}

.entry-header-inner.has-dotted-line {
    background-position: bottom;
    padding-bottom: 5rem;
}
.news-archive.alignwide {
    margin-top: 6rem !important;
}


#loading_posts {
    border: 5px solid #e3eded;
    border-top: 5px solid #ff5601;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Filters */
#filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 4rem;
}

.filter-section select {
    padding: 1rem 2rem;
    text-transform: none;
    transition: opacity 0.15s linear;
    border-radius: 10rem;
    font-family: inherit;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 600;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6.5 6.5L11.5 1.5' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 2rem top 50%;
    background-size: 1.25rem auto;
    cursor: pointer;
    border-color: #ff5500;
    border: 2px solid #ff5500;
}

.archive.tag #filter-container, .archive.category #filter-container {
    display: none;
}

h1.entry-title.tag-title {
    text-transform: capitalize;
}


/* News Archive Programmes */
.post-type-archive-programmes .news-archive {
    grid-template-columns: 1fr;
}
.post-type-archive-programmes .news-item {
    display: flex;
    gap: 4rem;
    padding-top: 4rem;
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    max-width: none;
}

.post-type-archive-programmes .news-item {
    display: flex;
    gap: 4rem;
    padding-top: 4rem;
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    max-width: none;
}

.post-type-archive-programmes .news-item .excerpt {
    display: block;
}

.post-type-archive-programmes .news-item-content a {
    display: block;
    position: relative;
}

.post-type-archive-programmes .news-item-content a > * {
    max-width: 80rem;
    width: 85%;
    margin-left: 0;
}

.post-type-archive-programmes .news-item-content > a:after {
    content: "→";
    color: #ff5500;
    font-size: 6rem;
    position: relative;
    line-height: 1;
    font-weight: 200;
    right: 0;
    top: 0;
    position: absolute;
    line-height: 0.5;
}


/* Post Type Acitons */
.post-type-archive-actions .news-archive {
    grid-template-columns: 1fr 1fr;
}
.post-type-archive-actions .news-item {
    flex-direction: column;
    max-width: none;
    grid-column: span 1;
    gap: 1rem;
}
.post-type-archive-actions .news-item .news-item-visual {
    width: 100%;
}
.post-type-archive-actions .news-item .news-item-content {
    width: 100%;
}

a.news-item-actie-cta {
    display: block;
    margin-top: 2rem;
}

.post-type-archive-actions .news-item .entry-date {
    display: none;
}

.related-news.post-type-archive-actions {
    display: none;
}

.post-type-archive-actions #filter-container {
    display: none;
}
.post-type-archive-actions .news-item h2 {
    font-size: 4rem;
}

.post-type-archive-actions .entry-header {
    padding-bottom: 0;
}




/* Programmes */
.post-type-archive-programmes .entry-header {
    padding-bottom: 0;
}

.post-type-archive-programmes .news-archive {
    margin-top: 0 !important;
}

.post-type-archive-programmes .entry-header-inner {
    background-image: none !important;
}



/* Publications */

.entry-header-inner-publication {
    display: flex;
    flex-direction: row-reverse;
    gap: 8rem;
}

.entry-header-inner-publication .wp-block-button__link:after {
    content: "↓";
}
.news-item.publications-item .news-item-visual {
    width: 15%;
}

.entry-header-inner-publication-content {
    width: 75%;
}

.entry-header-inner-publication-visual {
    width: 25%;
}

.news-item.publications-item .news-item-visual figure {
    padding-bottom: 140%;
}

.entry-header-inner-publication-visual figure {
    position: relative;
    height: 0;
    padding-bottom: 140%;
    overflow: hidden;
    width: 100%;
}

.entry-header-inner-publication-visual figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}


/* Forms */
.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 {
    border-radius: 10px;
    padding: 1.25rem 1.5rem !important;
    border: 1px solid #e3eded;
}
.gform_button {
    background: #FF5400 !important;
}

.gwpm-fill {
    background-color: #FF5400;
    height: 100%;
    border-radius: 1rem;
}

/* Search */
.search-form {
    margin-top: 4rem;
    display: block;
}
.search-form fieldset {
    border:none;
    display: flex;
    padding: 1em 1em 1em 0;
}
.search .footer-call-to-action {
    display: none;
}
.search #site-content {
    margin-bottom: 18rem;
}
input.search-submit {
    background: #FF5400 !important;
}
.custom-search-toggle svg {
    width: 2.25rem;
}
.searchresults {
    display: grid;
    gap: 4rem;
    margin: 8rem 0;
}
.search-form .search-field {
    border-radius: 1rem;
    border: none;
}

/* Gutenberg blocks */

/* Seperator */
.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
    display: none;
}

.entry-content hr, hr.styled-separator {
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

/* PullQuote */
.reduced-spacing .wp-block-pullquote::before {
    display: none;
}


/* Columns */
.wp-block-column {
    display: flex;
    flex-direction: column;
}
.wp-block-column.has-background > .wp-block-buttons:last-child {
    margin-top: auto !important;
}
.wp-block-column > *:first-child {
    margin-top: 0 !important;
}

.wp-block-column.has-background {
    padding: 4rem;
}

.wp-block-column figure img {
    width: 100%;
}

.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		 margin-top: 0; 
	}

.wp-block-column > figure:first-child{
    margin-bottom: 0 !important;
}



/* Lightbox */
.lightbox-image-container img, .lightbox-image-container figure {
    max-width: none;
    margin: 0 !important;
}



/* Group */
*[class*="_inner-container"] > *:first-child {
    margin-top: 0 !important;
}

/* FAQ Block */
.schema-faq.wp-block-yoast-faq-block {
    max-width: 120rem !important;
    margin-top: 6rem;
}
.schema-faq-question:after {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L13 25' stroke='%23FF5400' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath d='M25 13L1 13' stroke='%23FF5400' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E%0A");
	width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    background-position: center;
}
.schema-faq-question {
    display: flex;
    justify-content: space-between;
	cursor: pointer;
	font-weight: normal;
    line-height: 1.3;
    gap: 2rem;
}

.schema-faq-question strong {
    font-weight: normal;
}

.schema-faq-section {
    padding: 2rem 0;
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.schema-faq-answer {
    padding-top: 2rem;
	padding-right: 4rem;
	opacity: 0;
    transition: opacity .3s;
	display: none;
}
.schema-faq-section:last-of-type {
    background-image: none !important;
}
.faq-opened .schema-faq-answer {
    opacity: 1;
}

.faq-opened .schema-faq-question:after {
    transform: rotate(180deg);
background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 13L1 13' stroke='%23FF5400' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}



/* Details */
.wp-block-details summary {
    display: flex;
	align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    font-weight: normal;
    line-height: 1.3;
}

.wp-block-details summary:after {
	content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L13 25' stroke='%23FF5400' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath d='M25 13L1 13' stroke='%23FF5400' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E%0A");
	width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    background-position: center;
    margin-left: 2rem;
}

.wp-block-details[open] summary:after {
	transform: rotate(180deg);
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 13L1 13' stroke='%23FF5400' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E%0A");

}

.wp-block-details {
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    margin-bottom: 0;
}
.wp-block-details:last-of-type {
    background-image: none !important;
    margin-bottom: 4rem;
}

.wp-block-details[open] {
	padding-bottom: 2em;
}
summary::-webkit-details-marker {
	display: none;
}
::-webkit-details-marker {
  display: none;
}


/* Headings */
.wp-block-heading {
    width: 100%;
}

h2.wp-block-heading.alignwide {
    max-width: 100rem;
}

.entry-content > *.alignwide:first-child {
    margin-top: 0 !important;
}



/* Pull Quote */
figure.wp-block-pullquote.alignwide {
    padding: 8rem 0;
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

figure.wp-block-pullquote.alignwide:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    bottom: 0;
    position: absolute;
}

figure.wp-block-pullquote.alignwide blockquote {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.select-footer-standard div.has-text-align-center {
    max-width: 100rem !important;
}
.select-footer-standard  {
    
}
.select-footer-standard h2 {
    display: inline;
}
.select-footer-standard .wp-block-button {
    display: inline-block;
    margin: 0;
}
.select-footer-standard .wp-block-button a {
    display: block;
}

.footer-widget-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6rem;
    margin-top: 6rem;
}
.footer-widget-bottom-bar.minimal-footer {
    margin: 0;
    padding: 1rem 0;
}

.footer-widgets-outer-wrapper {
    border: none;
}

.footer-widgets-wrapper {
    width: 100%;
    margin-left: 0;
    gap: 4rem;
    margin-top: 6rem;
    padding-top: 6rem;
}

.footer-widgets {
    margin-left: 0;
}

.footer-credits {
    margin-left: 3rem;
    margin-right: auto;
}

.footer-credits p {
    margin-bottom: 0;
}

.footer-credits a {
    font-weight: normal;
    text-decoration: none;
}

.footer-credits a:hover {
    text-decoration: underline;
}

.footer-widget-bottom-bar figure {
    margin: 0 !important;
}

.footer-widget-bottom-bar .wp-block-group {
    margin: 0 !important;
}

.footer-nav-widgets-wrapper {
    margin: 0 !important;
    border: none;
}
.footer-widgets .widget {
    margin-top: 3rem;
}

.widget .gform_heading {
    display: none;
}

.widget_archive a, .widget_categories a, .widget_pages a, .widget_meta a, .widget_nav_menu a {
    font-weight: normal;
}

.widget .wp-block-gallery {
    max-width: 30rem;
    margin-right: 3rem !important;
}

@media (max-width: 1024px) {
    .footer-widget-bottom-bar .built-by {
        display:none;
    }
}

@media (max-width: 768px) {
    .footer-widget-bottom-bar .copyright {
        display:none;
    } 

}
@media (max-width: 580px) {
    footer .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: unset;
    }
    footer .wp-block-gallery.has-nested-images figure.wp-block-image img {
        max-width: 45px !important;
    }
}

/* Error */
.error404 #site-content {
    padding: 18rem 0 8rem 0;
}
body.error404 {
    background: #e3eded !important;
}

/* Alignment */

/* Mid column alignment */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 70rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 70rem;
	width: 100%;
}

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright), [class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
   max-width: 70rem;
}


/* Align wide */
.entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 12rem;
    margin-top: 12rem;
}

/* Align full */
.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Section inner */
.section-inner {
	max-width: 144rem;
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 70rem;
}

.section-inner.small {
	max-width: 70rem;
}

.section-inner.medium {
	max-width: 100rem;
}
.alignwide {
    max-width: 144rem;
	width: calc(100vw - 8rem);
}
.entry-content > .alignwide {
    max-width: 144rem;
	width: calc(100vw - 8rem);
}
[class*="__inner-container"] > .alignwide {
    max-width: 144rem;
    width: 100%;
}


.wp-block-group.has-background {
    padding: 3rem;
}


.entry-content > *:last-child {
    margin-bottom: 8rem !important;
}

.entry-content > .alignfull:last-child {
    margin-bottom: 0 !important;
}


@media (min-width: 1000px) {
    [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright, [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright, [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright, [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright, [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright, [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
        position: absolute;
        left: calc((100% - 70rem) / 2 + 70rem + 4rem);
        max-width: calc((100% - 70rem) / 2 - 4rem);
    }

[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft, [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft, [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft, [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft, [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft, [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
        position: absolute;
        right: calc((100% - 70rem) / 2 + 70rem + 4rem);
        max-width: calc((100% - 70rem) / 2 - 4rem);
    }
}

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

.alignwide {
    max-width: 144rem;
	width: calc(100vw - 5rem);
}
.entry-content > .alignwide {
    max-width: 144rem;
	width: calc(100vw - 5rem);
}
    .section-inner {
   	width: calc(100vw - 5rem);     
    }
}

/* END OF ALIGNMENT */






/* Responsive breakpoints  */
/* Desktop small */
@media only screen and (max-width: 1100px) {


}

@media only screen and (max-width: 1000px) {
.header-inner {
    display: flex;
    justify-content: space-between;
    max-width: none;
    width: calc(100% - 5rem);
}

.singular .featured-media-inner {
    width: calc(100% - 5rem);
}

.header-titles-wrapper {
    padding: 0;
}
    
.header-right-nav {
    gap: 2rem;
}

button.toggle-menu.toggle {
    padding: 1rem;
    border: 1px solid #FFE6ED;
    background: #fff;
    border-radius: 100%;
}

.header-toggles.hide-no-js {
    display: block;
    margin: 0;
}
.menu-wrapper.section-inner {
    padding-top: 7.5rem;
}
    .header-inner {
        padding: 1.5rem 0;
    }

.header-inner {
    background-image: linear-gradient(to right, rgb(170 178 178) 50%, rgb(170 178 178 / 0%) 0%) !important;
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}


.header-right-nav .language-toggle {
    display: none;
}

.header-right-nav .custom-search-toggle {
    display: none;
}
    
.news-item {
    grid-column: span 6;
}

    
.post-type-archive-actions .news-item h2 {
    font-size: 3rem;
}

.post-type-archive-actions .news-archive {
    gap: 6rem 3rem;
}

#donate-form .footer-form.section-inner {
    flex-direction: column;
}

#donate-form .footer-form-form {
    width: 100%;
}

#donate-form .footer-form-image {
    width: 100%;
}
    
    
.entry-header-inner.has-excerpt {
    flex-direction: column;
    gap: 0;
}

.entry-header-inner.has-excerpt .excerpt-and-ctas {
    width: 100%;
    text-align: center;
}

.entry-header-inner.has-excerpt h1 {
    width: 100%;
    text-align: center !important;
}

.entry-header-inner.has-excerpt .wp-block-buttons {
    justify-content: center;
}

    
}

/* Tablet */
@media only screen and (max-width: 700px) {

.post-type-archive-actions .news-archive {
    grid-template-columns: 1fr;
}
   
.post-type-archive-programmes .news-item .excerpt {
    display: none;
}

.post-type-archive-programmes .news-item-content a > * {
    width: 100%;
}

.post-type-archive-programmes .news-item-content > a:after {
    display: none;
}
    
.entry-header-inner-publication {
    flex-direction: column;
    gap: 6rem;
}

.entry-header-inner-publication-content {
    width: 100%;
}

.entry-header-inner-publication-visual {
    width: 50%;
    max-width: 15rem;
}
.footer-widgets {
    margin-bottom: 4rem;
}
    
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
        padding: 1rem 2rem;
    }
.is-style-outline .wp-block-button__link {
    padding: calc(1rem - 2px) calc(2rem - 2px);
}
    
.wp-block-group.has-background {
    padding: 2.5rem;
}

.wp-block-column.has-background {
    padding: 2.5rem;
}
#donate-form .footer-form-form {
    padding: 2.5rem;
}
    
}

/* Iphone */
@media only screen and (max-width: 520px) {
  #donate-form .footer-form.section-inner {
    flex-direction: column-reverse;
}

}
/* Display sharing shortcode */
.sharing_code svg {
    display: block;
    fill: #ff5400 !important;
    border: 3px solid #ff5400;
    border-radius: 25px;
    height: 50px;
    width: auto;
    padding: .5rem;
}


/* ambassades */

.ambassades-naw ul {
    list-style: none;
    font-weight: 600;
}

.ambassades-naw ul ul {
    font-weight: normal;
}