/*

Theme Name: HET BUITENHUIS
Theme URI: https://hetbuitenhuisalmere.nl
Author: SKNDAL
Author URI: https://skndal.com
Description: HET BUITENHUIS modern custom responsive e-commerce compatible WordPress theme for Gemeente Almere.
Version: 1.0.0
Template: x

*/

:root {
	--red: #ed1c24;
	--pink: #ff9caa;
	--teal: #00eabd;
	--green: #d2d70c;
	--purple: #702eff;
	--orange: #f47920;
	--green100: #f3f595;
}

/*
** GENERAL
*/


/*
** HEADER
*/
.x-navbar {
	border-bottom: 4px solid var(--green);
}
.x-navbar-inner .x-social-global {
	float: right;
	margin-left: 30px;
}
.x-navbar-inner .x-social-global a {
	color: black;
	color: black;
	height: 120px;
	padding-top: 46px;
	font-size: 1.4em;
	margin-left: 10px;
} .x-navbar-inner .x-social-global a:hover {
	color: var(--teal);
	background: transparent;
}
.x-navbar .desktop .x-nav > li > a {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.x-navbar .desktop .x-nav > li > a:hover > span,
.x-navbar .desktop .x-nav > li.x-active > a > span,
.x-navbar .desktop .x-nav > li.current-menu-item > a > span {
	box-shadow: none !important;
}
.x-navbar .desktop .x-nav > .current-menu-item > a,  .x-navbar .desktop .sub-menu li.current-menu-item > a,  .x-navbar .mobile .x-nav li.current-menu-item > a {
	color: black !important;
} .x-navbar .desktop .x-nav > .current-menu-item > a:hover,  .x-navbar .desktop .sub-menu li.current-menu-item > a:hover,  .x-navbar .mobile .x-nav li.current-menu-item > a:hover {
	color: var(--teal) !important;
}

@media (min-width: 980px) and (max-width: 1059px) {
	.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { 
		padding-left: 10px !important; 
		padding-right: 10px !important; 
	}
} @media (max-width: 979px) {
	.x-navbar-inner .x-social-global {
		float: left;
		margin-left: 30px;
	}
} @media (max-width: 480px) {
	.x-navbar-inner .x-social-global { display: none; }
}


/*
** MAIN
*/
.entry-title:before { content: ''; display: none; }
body.single-post header.x-header-landmark {
	display: none;
}
body.single-post .entry-header {
	text-align: center;
}
h1.entry-title {
	margin: 2rem auto 1rem;
	font-size: 2.4em;
	color: var(--teal);
	line-height: 1.2;
	max-width: 48rem;
}
.entry-header > .p-meta { display: flex; justify-content: center; }
.entry-header > .p-meta > span {
	margin: 0 1.5em;
	font-weight: 600;
	text-transform: uppercase;
}
.entry-header > .p-meta > span, .entry-header > .p-meta > span > a { color: var(--pink); }
.entry-header > .p-meta > span:after { display: none; }
.entry-header > .p-meta > span:first-child { display: none; }
.entry-header > .p-meta > span:nth-child(2) { order: 2; }
.entry-header > .p-meta > span:nth-child(3) { order: 1; }

.entry-title:before { display: none; }
.entry-featured {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-radius: 0;
	border: none;
	padding: 0;
	background-color: transparent;
} .entry-thumb:before { display: none; }
body.single-post .entry-featured { overflow: hidden; }
body.single-post .entry-featured .entry-thumb,
body.single-post .entry-featured .x-flexslider-featured-gallery,
body.single-post .entry-featured .x-video.mvn.embed,
body.single-post .entry-featured .x-video .x-video-inner iframe {
	min-height: 270px;
	/* height: 70vw; */
	max-height: 540px;
}
body.single-post .entry-featured .entry-thumb,
body.single-post .entry-featured .x-flexslider-featured-gallery,
body.single-post .entry-featured .x-video .x-video-inner iframe {
	display: flex;
	align-items: center;
	justify-content: center;
}
body.single-post .entry-featured .x-flexslider {
	background: var(--teal);
}
body.single-post .entry-content {
	max-width: 48em;
	margin: 0 auto 6em;
}
body.single-post footer.entry-footer { display: none; }

/*
** FOOTER
*/

.x-colophon.bottom {
	font-size: 0.9em;
	line-height: 1.6;
	background-image: url('https://hetbuitenhuisalmere.nl/wp-content/uploads/2020/04/footerbg-02.svg');
	background-size: cover;
	background-position: center bottom;
}
.x-colophon.bottom .x-social-global {
	margin-bottom: 3em;
}
.x-colophon.bottom .x-social-global a {
	margin: 0 1.25%;
	width: 2.2em;
	height: 1.9em;
	font-size: 3em;
	line-height: 2.1em;
	color: var(--purple) !important;
	background-color: transparent;
	border-radius: 0;
	background-image: url('https://hetbuitenhuisalmere.nl/wp-content/uploads/2020/04/doosje-vlak-lijnen-zw.png');	
	background-size: contain;
}
.x-colophon.bottom .x-social-global a:hover {
	color: black !important;
	background-image: url('https://hetbuitenhuisalmere.nl/wp-content/uploads/2020/04/doosje-vlak-lijnen-paars.png');	
}
.x-social-global a i {
	display: block;
	position: relative;
	right: 0.15em;
}

.x-colophon.bottom .x-nav li a {
	display: inline;
	letter-spacing: 0;
	text-transform: none;
	opacity: 1;
}
.x-colophon.bottom .x-nav li a:hover {
	background-color: transparent;
	opacity: 1;
	color: black;
	text-decoration: underline;
}
.x-colophon.bottom .x-nav li:before {
	content: "-";
	opacity: 1;
}
.x-colophon.bottom .x-colophon-content {
	letter-spacing: 0;
}
/*
** MISC
*/


/*
** COOKIE NOTICE
*/
#cookie-notice, .cc-revoke, .cc-window { font-size: 14px !important; }
#cookie-notice .cookie-notice-container,
.cc-window.cc-banner {
	padding: 2em 3.6em !important;
	padding: 5vh 5vw !important;
	z-index: 3000;
	-ms-flex-direction: row;
	flex-direction: row;
	box-sizing: border-box;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-align: left;
}
#cookie-notice .cn-button, .cc-btn {
	font-size: 16px !important;
	padding: 0.4em 0.8em;
	margin-left: 0;
	transition: all 0.2s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-clip-path: url(#svgBtn);
	clip-path: url(#svgBtn);
}
#cookie-notice .cn-button:nth-child(n+3) { margin-left: 1.125em; }
#cn-notice-text, .cc-banner .cc-message { padding-right: 2.4em;-ms-flex: 1;flex: 1; }
#cn-accept-cookie.cn-button { background: var(--teal); color: #fff; font-weight: 700; font-size: 118%; }
#cn-accept-cookie.cn-button:hover { background: var(--teal); }
#cn-refuse-cookie.cn-button { padding: 0; font-weight: 700; font-size: 118%; }
#cn-more-info.cn-button, .cc-link { padding: 0 !important; }
.cc-revoke.cc-bottom {
	background-color: rgba(255,255,255,0.5) !important;
	border-radius: 0 !important;
	border-bottom: 1px solid var(--teal);
	color: #fff !important;
	font-weight:700;
	left: unset !important;
	right: 8%;
	font-size: 9.5px !important;
}
.cc-revoke.cc-bottom.cc-active {
	background-color: var(--teal) !important;
}
@media (max-width: 767px) {
	.cc-revoke.cc-bottom {
		background-color: #fff !important;
		border-bottom: 1px solid #fff;
	}
	.cc-revoke.cc-bottom.cc-active {
		border: 0;
		background-color: var(--teal) !important;
	}
	#cookie-notice .cookie-notice-container,
	.cc-window.cc-banner {
		flex-direction: column !important;
	}
	#cn-notice-text, .cc-banner .cc-message {
		margin-right: 0 !important;
		padding-right: 0;
		margin-bottom: 1em;
	}
	#cookie-notice .cn-button,
	.cc-btn	{
		margin-top: 0.65em;
	}
	#cookie-notice .cn-button:nth-child(n+3) {
		margin-left: 0;
	}
}