/*
Theme Name: adcgroep
Theme URI: https://www.adcgroep.nl/
Description: Sterrendiner aan Huis - Template
Author: ADCgroep
Author URI: http://www.adcgroep.nl
Version: 1.0
Tags: adcgroep, sterren, diner, aan, huis
*/

/*
## Kleuren ##
#F0E68C	// Goud Tint
#DDC884 // Goud Tint
*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 25px;
	background: #FFF;
	color: #3c434a;
	letter-spacing: 0.2px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	color: #3c434a;
}

h1 {
	font-size: 27px;
	line-height: 35px;
	font-weight: 500;
}

h2 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 500;
}

h3 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}

h4, h5, h6 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
}
/*********************/
/***** Standard ******/
/*********************/
.bg-black{
	background-color: black;
}
.display-toggle{
	display: none !important;
	transition: opacity 1s ease-out;
    opacity: 0;
}
.z-index{
	z-index: 100;
}

/*******************/
/***** HEADER ******/
/*******************/
section.menu-bar{
	background: #3C473F;
	border-bottom: solid 2px #B39A6A;
	position: fixed;
    z-index: 100;
	width: 100%;
}
section.menu-bar ul{
	width: 100%;
}
section.menu-bar ul#menu-rechts,
section.menu-bar ul#menu-links{
	list-style-type: none;
	display: table;
	margin: 0;
	padding: 20px 0px;
}
section.menu-bar ul#menu-rechts li:first-child,
section.menu-bar ul#menu-links li:first-child{
	float: left;
}
section.menu-bar ul#menu-rechts li:last-child,
section.menu-bar ul#menu-links li:last-child{
	float: right;
}

section.menu-bar ul li a{
	color: rgb(203,202,190);
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
    font-size: 18px;
}
section.menu-bar .div-block{
	position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content: center;
	z-index: 100;
}
section.menu-bar .div-block .div-block-2{
	position: absolute;
    top: -40px;
    width: 150px;
    height: 150px;
    border: 2px solid #B39A6A;
    border-radius: 15050px;
    background-color: #3c473f;
}
section.menu-bar .div-block .div-block-3{
    position: absolute;
    width: 160px;
    height: 66px;
    background-color: #3c473f;
}
section.menu-bar .div-block a{
	position: absolute;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
section.menu-bar .div-block a img{
	position: static;
    top: 20px;
	height: 64px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
			transition:         transform .8s ease-in-out;
}
section.menu-bar .div-block a:hover img{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
section.menu-bar .rest-logo{
	height: 66px;
}
section.menu-bar .rest-logo img{
	width: 30%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
}
section.menu-bar .rest-logo img.img-vers,
section.menu-bar .rest-logo img.img-bank{
    left: 0;
}
section.menu-bar .rest-logo img.img-kass,
section.menu-bar .rest-logo img.img-lavi{
    right: 0;
}
section.menu-bar .rest-logo img.img-kass{
	padding: 10px;
}



/*******************/
/******* MENU ******/
/*******************/


/*******************/
/**** FRONTPAGE ****/
/*******************/
section.frontpage .main-img{
    width: 50%;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section.frontpage h1.title{
	position: absolute;
	z-index: 10;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #B39A6A;
	font-weight: bold;
	font-size: 72px;
}
section.single .post-thumbnail,
section.frontpage .post-thumbnail{
	position: relative;
	height: 100vh;

}
section.frontpage .post-thumbnail .image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.frontpage .dishes .row{
	position: relative;
}
section.frontpage .dishes .card-wrapper{
	padding: 50px 25px;
}
section.frontpage .dishes .card-wrapper .card{
	border: solid 2px #DDC884;
	background-color: black;
}
section.frontpage .dishes .card-wrapper .card h5{
	text-align: center;
	font-size: 24px;
	color: white;
}
section.frontpage .dishes .card-wrapper .card .card-img-top{
	min-height: 230px;
}
section.frontpage .dishes .card-wrapper .card-bottom{
	padding: 0.75rem 1.25rem;
}
section.frontpage .dishes .card-wrapper .card-bottom .dish-btn{
	width: 100%;
	margin-bottom: -65px;
	background-color: #B39A6A;
	color: white;
	font-size: 20px;
}
/*******************/
/***** CONTACT *****/
/*******************/


/*******************/
/***** ARCHIVE *****/
/*******************/


/*******************/
/******* CTA *******/
/*******************/
section.frontpage .cta{
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
section.frontpage .cta button{
	margin: 30px;
	background-color: #3C473F;
	color: rgb(203,202,190);
	font-weight: 600;
	min-width: 200px;
	border: 2px solid #B39A6A;
	font-size: 18px;
}
section.frontpage .cta button:hover{
	background-color:  #B39A6A;
	color: #3C473F;
	border: 2px solid #3C473F;

}
/*******************/
/****** SINGLE *****/
/*******************/
section.single .img-wrapper .image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #232b2b;
}
section.single .img-wrapper{
	width: 100%;
    height: 100vh;
}
section.single .text-wrapper{
	background-color: #232b2b;
}
section.single .text-wrapper h1,
section.single .text-wrapper .desc{
	color: white;
}
section.single .text-wrapper h1{
	font-size: 64px;
	background-color: #3C473F;
	border-top: solid 2px #B39A6A;
}
section.single .text-wrapper .desc{
	padding: 50px;
	font-size: 20px;
    line-height: 30px;
}
section.single .text-wrapper .button-row{
	width: 100%;
    text-align: center;
}
section.single .text-wrapper .button-row .btn-gerecht{
	background-color: #3C473F;
	color: white;
	font-size: 18px;
	border-radius: 0px;
	width: 125px;
	margin: 0px 50px;
	border: solid 2px #B39A6A;
}
section.single img.menu-img{
	width: 100%;
	position: absolute;
    top: 0;
	margin: auto;
	border: solid 2px #B39A6A;
}
/*******************/
/**** PAGINATION ***/
/*******************/


/*******************/
/******* FORM ******/
/*******************/


/*******************/
/****** FOOTER *****/
/*******************/
footer .balk{
	background-color: #3C473F;
	border-top: solid 2px #B39A6A;
	color: white;
}

/*******************/
/*** RESPONSIVE ****/
/*******************/

@media (max-width: 1500px) {



}

@media (max-width: 1400px) {



}

@media (max-width: 1200px) {



}

@media (max-width: 992px) {
/* NAV BAR */
	section.menu-bar .rest-logo img{
		width: 40%;
	}
	section.menu-bar .rest-logo img.img-kass{
		padding: 0px;
	}
/* SINGLE PAGE */
	section.single .text-wrapper .desc{
		padding: 50px 20px;
	}
	section.single .text-wrapper .button-row .btn-gerecht{
		margin: 0px 10px;
	}
}

@media (max-width: 768px) {



}


@media (max-width: 767px) {
/*HEADER*/
	section.menu-bar ul li a{
		font-size: 12px;
	}
/* SINGLE PAGE */
	/* EXPANDING IMG */
	section.single .exp-menu{
		position: absolute;
		width: 75vw;
		display: block;
		opacity: 1;
		z-index: 100;
	}
	section.single .exp-menu .exp-menu-img{
		width: 100%;
	}
	section.single .exp-menu i{
		position: absolute;
		font-size: 36px;
		right: 0;
		color: white;
		padding: 10px;
		cursor: pointer;
	}
}

@media (max-width: 641px){



}

@media (max-width: 576px) {
/* SINGLE */
	section.single .exp-menu{
		width: 100vw;
	}
}

@media (max-width: 480px) {
/* SINGLE */
	section.single .text-wrapper .button-row .btn-gerecht{
		width: 100px;
		font-size: 14px;
	}
	section.single .exp-menu{
		width: 100vw;
	}
}

@media (max-width: 400px) {
/* SINGLE */
	section.single .text-wrapper .title{
		font-size: 48px;
	}
	section.single .text-wrapper .desc{
		font-size: 14px;
		padding: 25px 20px;
	}
	section.single .text-wrapper .button-row .btn-gerecht{
		width: 80px;
		font-size: 12px;
	}
	section.single .exp-menu{
		width: 100vw;
	}


}
