/* desktop main nav */
#navbar-main ul {
	display: none;
}

/* burger menu */
#menu-burger-menue {
	font-size: 16px;
}

#menu-burger-menue a {
	color: #cccccc !important;
}

#menu-burger-menue a:active {
	color: #999999 !important;
}

#menu-burger-menue a:focus {
	color: #999999 !important;
}

#menu-burger-menue a:hover {
	color: #999999 !important;
}

/* post image gradient */
.has-post-cover .entry-cover-image:after {
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(56,56,56,1) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(56,56,56,1) 100%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(56,56,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000',endColorstr='#80000000',GradientType=0);
}

span.entry-category {
	margin-right: 2px;
}

/* headline color */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #339999;
}

/* Lato font */
input,
textarea,
div.navigation,
#logo h1,
.site-description,
.slides li h3,
.home_sidebar .widget h3.title,
.section_title,
.wpzoom_author_widget p,
.recent-post h2.entry-title,
h1.entry-title,
.entry-content,
.author_bio p,
.author_bio h4,
#comments h3,
.comment-notes,
.comment-author .fn a,
.comment-body,
#respond {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* font weights */
a.more-link {
	font-style: normal;
	font-weight: normal;
}

.site-description {
	font-style: normal;
}

.widget h3.title {
	font-weight: normal;
}

/* hide empty nav above posts */
@media only screen and (min-width: 801px) {
	nav.main-navbar.page-with-cover {
		padding-bottom: 0;
		padding-top: 0;
	}
}

/* comments */
.nocomments {
	display: none;
}

/* hide full size image link */
.jp-carousel-image-meta {
	display: none !important;
}

.designed-by,
#footer-copy .wpzoom,
#footer .wpzoom,
.site-info .designed-by,
.site-info p.right,
.footer-info .designed {
    display: none;
}

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