/* contact pagina */
body #gform_wrapper_1 ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}

#gform_wrapper_1 .instruction{
	display: none;
}

#gform_wrapper_1 textarea {
	border: black 1px solid;
}

.gform_wrapper .gfield_time_hour i{
	display: none;
}

#input_1_11_1{
	display: inline-block;
}
#input_1_12_1{
	display: inline-block;
}

#input_2_3_1{
	display: inline-block;
}


.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{
	margin-bottom: 0;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

/* ==========================================================================
   EVENT ICON
   ========================================================================== */
	.home .events .container {
	   position: relative;
	}
 
	.event-icon {
	   position: absolute;
	   left: -67.5px;
	   top: 0;
	   width: 160px;
	   height: 160px;
	   z-index: 80;
	}
   
	.event-icon a {
		display: block;
		width: 100%;
		height: 100%;
	}
   
	.event-icon a img {
	   width: 100%;
	}


/* ==========================================================================
   Base
   ========================================================================== */

body { 
	font-size: 14px;
	font-family:'HelveticaNeueETW01-45Lt';
	font-weight: normal;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	line-height: 18px;
	padding-top: 130px;
	background-color: #313f4e;
}

h1, h2, h4 {
	font-family: Belizio;
	font-style: normal;
	font-weight: bold;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	font-size: 50px;
	line-height: 55px;
	color: #000000;
	margin-top: 0;
}

h2 {
	font-size: 28px;
	line-height: 36px;
	text-transform: capitalize;
	color: #313f4e;
}

h4 {
	font-size: 14px;
	line-height: 18px; 
	color: #313f4e;
}

h2 span, h4 span {
	color: #000;
}

p {
	margin-bottom: 18px;
	padding: 0 20px;
}

a {
	color: #313f4e;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/* DOOR ACCELERATE FOOTER LOGO */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');

#doorAccelerate {
	position: fixed; 
	left: 10px; 
	bottom: 10px; 
	transition: ease all 0.5s;
	text-align: left;
}

#doorAccelerate a {
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#doorAccelerate img {
	display: inline;
	width: 16px;
	height: 16px;
	margin: 0 9px 0 0;
	padding: 0;
}

#doorAccelerate p {
	display: inline;
	font-size: 10px;
	transition: all ease 1s;
	opacity: 0;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
}

#doorAccelerate.down a p  {
	opacity: 1 !important;
}
/* END DOOR ACCELERATE FOOTER LOGO */

/* ==========================================================================
   Transitions
   ========================================================================== */

a, i, .submit {
	-moz-transition: 	all ease 0.5s; /* Firefox 4 */
	-webkit-transition: all ease 0.5s; /* Safari and Chrome */
	-o-transition: 		all ease 0.5s; /* Opera */
	transition: 		all ease 0.5s;
}
.rsThumbsArrow, .rsSlide {
	-webkit-transition:	opacity 0.3s linear;
	-moz-transition:	opacity 0.3s linear;
	-o-transition:		opacity 0.3s linear;
	transition:			opacity 0.3s linear;
}
.rsHidden {
	-webkit-transition:	visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:	visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:		visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:			visibility 0s linear 0.3s,opacity 0.3s linear;
}
.visibleNearby .rsSlide img {
	-moz-transition: 	all ease 0.5s; /* Firefox 4 */
	-webkit-transition: all ease 0.5s; /* Safari and Chrome */
	-o-transition: 		all ease 0.5s; /* Opera */
	transition: 		all ease 0.5s;
}

#button {
    position: absolute;
    left: -190px;
    top: 50px;
    z-index: 9999;
}
/* =============================================================================
   Header
   ========================================================================== */

header {
	position: fixed;
	height: 130px;
	font-family:'HelveticaNeueETW01-45Lt';
	font-weight: normal;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	z-index: 100;
}


header::after{
    content: "";
    background: transparent url(../img/grungerand-wit.png) no-repeat left top !important;
    position: absolute;
    top: -20px;
    width: 100vw;
    height: 79px;
    z-index: 80;

}

.home header::after{
	display: none;
}

.menu-wrap {
  background: url(../img/menu-bg.png) repeat-x top center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 2100;
}

.nav-main {
  text-align:center;
  background: url(../img/menu-bg.png) repeat-x top center;
  position: fixed;
  left: 50%;
  margin-left: -404px;
  padding-top: 15px;
  z-index: 2100;
  width: 808px;
}

#menu-primary-navigation > li.menu-ons-vlees{
	margin-right: 20px;
}



.nav-main li:nth-child(3) a {
	font-size: 0;
}


.nav-main ul {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.nav-pills>li {
	height: 90px;
	/* width: 150px; */
	width: 108px;
}

.nav-pills>li>a {
	color: #030000;
	text-transform: uppercase;
	font-size: 14px;
	padding: inherit;
	line-height: 89px;
}

.nav-pills>li:first-child>a {
	margin-left: 0;
}

.nav-pills>li:last-child>a {
	margin-right: 0;
}

.nav>li>a:hover, 
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav-pills>li.active>a, 
.nav-pills>li>a:hover, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
	color: #313f4e;
	background-color: transparent;
}

.nav>li>a>img {
	max-width: 100px;
	height: auto;
}




/* ==========================================================================
   Content
   ========================================================================== */


.background-base {
	position: relative;
}

.background {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.home .background {height: 60%;}

.page-id-9 .background{
	background: url(../img/achtergrond-ons-vlees.jpg) ;
}

.page-id-9 .main{
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 100px;
	margin-top: -20px;
	
}

.page-id-2 .background{
	background: url(../img/achtergrond-wij.jpg) ;
}

.page-id-2 .main{
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 100px;
	margin-top: -20px;
	
}

.page-id-11 .background{
	background: url(../img/achtergrond-veel-meer.jpg) ;
}

.page-id-11 .main{
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 100px;
	margin-top: -20px;
}

.page-id-533 .background{
	background: url(../img/achtergrond-contact.jpg) ;
}

.page-id-533 .main{
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 100px;
	margin-top: -20px;
	
}

.page-id-831 .background{
	background: url(../img/achtergrond-contact.jpg) ;
}

.page-id-831 .main{
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 100px;
	margin-top: -20px;
	
}


.vakantiebanner{
	z-index: 1000;
	position: absolute;
	top: 0px;
    max-width: 30%;
    left: -250px;
}

.shade {
	position: fixed;
	top: 110px;
	height: 470px;
	width: 94px;
}

.shade-left {
	background: url(../img/shade-left.png);
	left: 50%;
	margin-left: -450px;
}

.shade-right {
	background: url(../img/shade-right.png);
	left: 50%;
	margin-left: 355px;
}

.gerecht {
	margin-bottom: 15px;
}

.page-header {
	padding-top: 150px;
	margin: auto;
	border-bottom: none;
	text-align: center;
}

.home .page-header {
	padding-top: 50px;	
}

.thecontent {
	margin-top: 50px;
	text-align: center;
}

.menukaart {
	text-align: center;
}

form {
	text-align: left;
}

label {
	font-size: 12px;
}

input {
	padding: 5px 10px;
	background: transparent;
	border: 1px solid black;
	display: block;
	margin-bottom: 10px;
}

.submit {
	color: #fff;
	background: black;
	border: none;
	padding: 10px 20px;
	text-transform: lowercase;
	cursor: pointer;
}

.submit:hover {
	background: #313f4e;
}

.thecontent img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


.hamburger {
	position: relative;
}

.hamburger .slice {
	position: absolute;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s; /* Firefox 4 */
	-webkit-transition: all ease 0.5s; /* Safari and Chrome */
	-o-transition: all ease 0.5s; /* Opera */
	
}

.hamburger .koe-c {
	top: 62px;
	left: 101px;
}

.hamburger .koe-e {
	top: 74px;
	left: 315px;
}

.hamburger .koe-o {
	top: 46px;
	left: 332px;
}

.hamburger .koe-c:hover,
.hamburger .koe-e:hover,
.hamburger .koe-o:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.hamburger .slice-text {
	color: #313f4e;
	position: absolute;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.hamburger .koe-c-text {
	left: 27px;
	top: 256px;
}

.hamburger .koe-e-text  {
	left: 325px;
	top: 310px;
}

.hamburger .koe-o-text  {
	left: 410px;
	top: 17px;
}


/* ==========================================================================
   Footer
   ========================================================================== */


.contact-map {
	height: 250px;
	margin-top: 40px;
}
.home .content-info{
	padding-top: 120px;
}
.content-info { 
	background: transparent url(../img/grungerand-blauw-aangepast.png) no-repeat left top;
	min-height: 200px;
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 50px;
	z-index: 1000;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: auto!important;
	background-size: cover;
	
}

.content-info .container {
	position: relative;
}

.content-info a { 
	color: #ffffff;
	text-decoration: none;
}

.content-info a img { 
	width: 25px;
}

.ceol {
	position: absolute;
	left: -50px;
	bottom: 50px;
}

.ceol a img {
	width: 125px;
}

@media (max-width: 790px) {
	.ceol {
		left: 10px ;
		bottom: 80px ;
	}	
	
	.event-icon {
	   left: 4px;
	  
	}
	
}

@media (min-width: 791px) and (max-width: 979px) {
	.ceol {
		left: -10px ;
		bottom: 80px ;
	}
}

@media (min-width: 980px) and (max-width: 1499px) {
	.ceol {
		left: 50px ;
		bottom: 50px ;
	}
	
	.event-icon {
	   left: 30px;
	  
	}
}


/* ==========================================================================
   Royal Slider CSS
   ========================================================================== */

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 750px; /*690px*/
	height: 375px; /*375px*/
	position: relative;
	direction: ltr;
	z-index: 2000;
}

.royalSlider > * {
	float: left;
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
}

.rsArrowLeft .rsArrowIcn {
	width: 11%;
	height: 48px;
	top: 50%;
	left: -20%;
	margin-top: -24px;
	position: absolute;
	cursor: pointer;
	background: transparent url('../img/left.png') left no-repeat;
}

.rsArrowRight .rsArrowIcn {
	width: 11%;
	height: 48px;
	top: 50%;
	right: -20%;
	margin-top: -24px;
	position: absolute;
	cursor: pointer;
	background: transparent url('../img/right.png') right no-repeat;
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	 font-family:'GillSansW01-ExtCondBold';
	font-weight: normal;
	height: 100%;
	width: 100%;
	font-size: 50px;
	line-height: 100px;
	text-transform: uppercase;
	
}
.rsSlide span {
	color: #fff;
}

.rsSlide span span {
	color: #8f9091;
}

.rsSlide span span span {
	color: #c5002d;
}

.rsSlide h2 {
	font-family:'GillSansW01-ExtCondBold';
	font-weight: normal;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}
span.rsABlock {
	font-size: 1.9em;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
}

#gallery-1 {
  margin: 0 auto;
  color: #FFF;
}
.visibleNearby {
  background: #141414;
  width: 100%;
  overflow: hidden;
}
.visibleNearby .rsOverflow,
.visibleNearby .rsSlide {
  background: none;
}
.visibleNearby .rsOverflow {
  overflow: visible;
}

.rsSlide {
	opacity: 0.65;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.rsActiveSlide {
	opacity: 1;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.news-gallery .rsSlide {

}

.sliderContainer {
	margin: 20px 0 0 0;
	position: relative;
	z-index: 70;
}

.sliderContainer::before{
	content: "";
    background: transparent url(../img/grungerand-wit.png) no-repeat left top !important;
    opacity: 1;
    position: absolute;
    top: -30px;
    width: 100vw;
    height: 79px;
    z-index: 10000;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) { 
	
	h1, h2 {
	  font-size: 32px;
	  line-height: 32px;
	}
	
	h2 {
		font-size: 16px;
		line-height: 20px;
		text-transform: capitalize;
	}
	

	.nav-main {
		padding: 0;
		background: url(../img/menu-bg.png) repeat-x bottom center;
		height: 75px;
	}
	
	.nav-pills>li {
		height: 130px;
		width: auto;
	}
	
	.nav-pills>li>a {
		color: #030000;
		text-transform: uppercase;
		font-size: 12px;
		padding: inherit;
		line-height: 50px;
		padding: 0 10px;
	}
	
	.menu-home {
		display: none !important;
	}
	
	.logo { 
		padding-top: 20px;
		display: block;
	}
	
	.menu-wrap {
		height: 140px;
	}
	
	.wrap {
		margin-top: 25px;
	}
	
	.content-info span {
		display: block;
		padding: 20px 0;
	}
	
	#button img {
		width: 200px;
	}
	
	#button {
	    position: relative;
	    left: auto;
	    top: auto;
	    margin: 0 auto 25px;
	    width: 200px;
	    z-index: 9999;
	}
	
	.page-header {
		padding-top: 60px;
	}
	
	.background-base .content {
		max-width: 95%;
		margin: 0 auto;
	}

}

@media (min-width: 980px) { 
	.logo { display: none; }
	
}

@media (max-width: 750px){
	.royalSlider {
		width: 100%;}
}


@media (min-width: 1500px){
	.royalSlider {
		width: 1000px;}
}



iframe {
	max-width: 100%;
}