/*
Theme name: Snackbar Exloo 2020 - door dekuijer.nl
Theme URI: https://www.dekuijer.nl
Version: 0.0.1
Author: Rens de Kuijer
Author URI: https://www.dekuijer.nl
Description: Maatwerk webdesign voor Snackbar Exloo.
*/


/* 
------------ Fonts
	font-family: 'Annie Use Your Telescope', cursive;
	font-family: 'Raleway', sans-serif;
------------ Colors

*/

@font-face {
	font-family: Scratch;
	src: url('css/pwscratchedfont.ttf');
}


/*--------------------------------------------------------------
1.0 Standaard markup - basis HTML elementen en extra's
--------------------------------------------------------------*/
body {

}
html {
}
::selection {

}
a {
	text-decoration: none;
	transition: all .3s;
}
a:hover {
}

.center {
	margin-left: auto!important;
	margin-right:auto!important;
	float: none;
}
.left {
		float: left;
}
.right {
		float: right;
}
.clear {
	clear:both;
}
.itsgone, .hidden {
	display: none!important;
}

blockquote p {
	margin: 0;
}
ul ul {
	font-size:100%!important;
}
/*--------------------------------------------------------------
2.0 Main elementen 
--------------------------------------------------------------*/
.menukaart_groep:before {
	content:"> ";
	color: #FAF1AB;
	font-size: 1.8em;
	font-weight: bold;
}
.topbanner {
	background: #66240e;
	padding:1em;
	width:100%;
	position: fixed;
	top:0;
	z-index:9999999;
	font-weight: 900;
	color: #fff;
}

/*--------------------------------------------------------------
3.0 Menu - Regular en Mobiel 
--------------------------------------------------------------*/
.regular-page {
	margin-top: 3em;
}
body.home #primary_nav_wrap ul li a {
	color: #fff!important;
}

.no-fix {
	position: relative;
	top: 3em;
	left: 0;
	right: 0;
	z-index: 9999;
}
#header-menu {
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index:9999;
}
#primary_nav_wrap {
	margin: 1.8em 0;
	display: flex;
}
#primary_nav_wrap ul{
	padding:0;
	margin:0;
	position:relative;
}
#primary_nav_wrap ul li {
	list-style-type: none;
	display: inline-block;
	position:relative;
	padding-right: 4em;
	padding-bottom: 1em;
}
#primary_nav_wrap ul li a{
	border-bottom: 3px solid transparent;
	transition: ease 0.5s;
	color: #00784B;
	text-transform: uppercase;
	font-family: Raleway;
	font-weight: 700;
	font-size:1.5em;
}
#primary_nav_wrap ul li a:hover {
	border-bottom: 3px solid #00784B;
}
#primary_nav_wrap ul li.current-menu-item a{
	border-bottom: 3px solid #00784B;
}
#primary_nav_wrap ul ul{
	opacity: 0;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	transition: all 1s ease;
	z-index: 999999;
}
#primary_nav_wrap li ul li{
	float: none;
	width: 10em;
	padding-bottom: .4em;
}
#primary_nav_wrap ul ul a{
}
#primary_nav_wrap ul ul ul{
	top:0;
	left:100%;
	width:100%;
}
#primary_nav_wrap ul li:hover > ul{
	opacity: 1;
	display:block
}
.menu-item {
}
.menu-item-has-children {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.mobiel-menu {
	display: none;
}

.social {
	float: right;
}
.facebook-tag {
	background: url(images/facebook_tag.svg) center center no-repeat;
	width: 3em;
	height: 6em;
	background-position: 0 -20;
	float: left;
	margin-right: 1em;
	transition: all .5s ease;
	filter: grayscale(100%);
}
.facebook-tag:hover {
	filter: grayscale(0%);
	background-position: 0 -10;
}

.instagram-tag {
	background: url(images/instagram_tag.svg) center center no-repeat;
	width: 3em;
	height: 6em;
	background-position: 0 -20;
	float: left;
	transition: all .5s ease;
	filter: grayscale(100%);
}

.instagram-tag:hover {
	filter: grayscale(0%);
	background-position: 0 -10;
}
/*--------------------------------------------------------------
4.0 Hoofdpagina 
--------------------------------------------------------------*/
.homeplate {
}
.arrow_down {
	position: absolute;
	bottom: -10em;
	left: 0;
	width:100%;
	text-align:center;
}
.scratch {
	font-family: Scratch, fallback, sans-serif;
}

.white {
	color: #fff;
	font-size: 130%;
	font-family: 'Raleway', sans-serif;
}
.about_us_text {
	font-size: 140%;
}

.openingstijden table{
	width: 100%!important;
	color: #fff;
}
.openingstijden {
	color: #fff!important;
}
.google_map {
	overflow: hidden;
	transition: all .4s ease;
}
.google_map:hover{
	transform: scale(1.8);
}
/*--------------------------------------------------------------
5.0 Losse pages
--------------------------------------------------------------*/
.info-text {
	font-size:1.5em;
	color: #fff;
	font-family: Raleway; 
}
/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/
.footer {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	color: #fff;
	background: #111111;
}
.footer a {
	color: #faf1ab;
}

/*--------------------------------------------------------------
7.0 Contactformulier
--------------------------------------------------------------*/
.ez-input {
	width:100%;
}
.contactformulier {
	margin-bottom: 2rem;
}

.button-zoeken, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	color: #FFF;
	transition: all .3s;
	transition: ease .4s;
}
.button-zoeken:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	color: #FFF;
}
.contactopnemen {
	font-size: 1.2em;
}

/*--------------------------------------------------------------
8.0 Custom
--------------------------------------------------------------*/
 