/*
Je kunt hier je eigen CSS toevoegen.
Klik op het help icoon om meer te leren.
*/

.site-info {
    display: none;
}

.archive header.page-header {
    display: none;
}

.archive div#content {
	padding-top: 5px !important;
}

.entry-meta {
    display: none;
}

.attachment div#comments {
    display: none;
}

.jp-carousel-left-column-wrapper {
    display: none;
}
.jp-carousel-info {
    display: none;
}

.single-featured-image-header {
    display: none;
}

.panel-image {
    /* display: none; */
    height: 200px;
}

/*- remove footer for home screen and contact page-*/
.home footer#colophon, .page-id-66 footer#colophon  {
    display: none;
}

.custom-header {
    margin-bottom: 10px !important;
}

.site-content {
    padding-top: 5px;
}


/*- alleen voor desktop versie groter logo -*/
@media screen and (min-width: 767px) {
	.custom-logo-link img {
	    max-height: 151px;
	    margin-top: 27px;
	}
}


/*- menu desktop boven vast zetten-*/
@media screen and (min-width: 767px) {
	.navigation-top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		height: 70px;
	}
	.admin-bar .navigation-top {
		top: 30px; 
	}

	header#masthead {
	    margin-top: 50px;
	}
	article#post-104 .panel-image {
		display: none;
	}
}


/*- alleen voor mobiel en tablet
menu boven sticky en andere dingen wat omlaag en laagje achter branding ivm zichtbaarheid

Code for menu taken from: 
https://wordpress.org/support/topic/sticky-mobile-menu/
 -*/

@media screen and (max-width: 767px) {
	.navigation-top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99999;
	}
	.admin-bar .navigation-top {
		padding-top: 45px; 
	}

	header#masthead {
	    margin-top: 50px;
	}

	article#post-104 .panel-image {
		display: none;
	}
	button.menu-toggle {
	    margin-left: 0px;
	}


.custom-header-media:before {
    background-color: rgba(255, 255, 255, 0.22);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(139, 163, 199, 0)), to(rgba(139,163,199, 0.5)));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, rgba(139, 163, 199, 0), rgba(139,163,199, 0.5));

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, rgba(139, 163, 199, 0), rgba(139,163,199, 0.5));

  /* IE 10 */
  background: -ms-linear-gradient(top, rgba(139, 163, 199, 0), rgba(139,163,199, 0.5));

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, rgba(139, 163, 199, 0), rgba(139,163,199, 0.5));
    height: 300px !important;
	}



}

