/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
/* removing category titles from posts */
.category-title {
	visibility: hidden;
}

/*editing menu bar so it's on one line*/
@media screen and (min-width: 920px) {
	.top-menu-wrap {
		display: block;
	}
	
	.main-navigation {
		display: block;
		float: none;
		width: 100%;
	}
	

}	.main-navigation a {
		padding: 0 .5em;
	}
	
	.social-navigation {
		border-left: none;
		display: block;
		float: none;
		max-width: 100%;
		align-self: auto;
	}

/*Change slideshow background color*/
.slideshow-window.slideshow-black {
	background-color: transparent;
	border-color: transparent;
}	

.slideshow-slide-caption {
	color: #000000;
	text-shadow: none;
}

/*Removed border from the slideshow*/
.slideshow-window.jetpack-slideshow.slideshow-black {
	border: none;
	border-radius: none;
}

/**Remove Categories on Home Page**/
.grid-wrapper .cat-links {
	display: none;
	
}
.author-box {
	display: none;
}

.site-header .container {
  margin-top: 2px;
}
.comment-metadata a, .single-post .entry-meta, .single-post .entry-meta a{
display: none;
}

.single-post .tags-links{
display: none;
}
.entry-author {
  /* Hide the author */
  display: none;
}


.entry-meta.bottom-meta .comments-link {
  /* Remove "No Comments" text from front page */
  display: none;
}

.entry-meta {
  /* Remove date and category  */
  font-size: 0;
}
.featured-content:first-of-type .entry-meta {
  /* Remove date and category from featured posts */
  font-size: 0;
}
.post-meta.right .sharedaddy {
  /* Hide sharing buttons on the right */
  display: none;
}

.menu-item-48 a {
    background-image: url('https://kleineslaster.com/wp-content/uploads/2018/03/heinemann-home.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 16px;
    width: 30px;
    height: 26px;
    display: block;
}

.menu-item-48 a:before,
.menu-item-50 a:before {
    visibility: hidden;
}

.menu-item-50 a {
    background-image: url('https://kleineslaster.com/wp-content/uploads/2018/03/heinemann-shop.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 16px;
    width: 30px;
    height: 26px;
    display: block;
}

.site-branding{
     padding-left: 20px;
}


/* Social menu icon - Youtube / 24418002-HC (MI) */

.social-navigation a[href*="youtube.com"]::before {
    font-size: 22px;
    margin-top: -6px
}

/* Increase size of Facebook and Instagram icons in social menu and even out spacing */
.social-navigation .menu-item-16 a::before,
.social-navigation .menu-item-46 a::before {
  font-size: 22px;
  line-height: 0.7;
} 
.social-navigation .menu-item-16 a {
  padding-right: 5px;
} 
.social-navigation .menu-item-46 a {
  padding-right: 12px;
}

.animate {
   opacity: 1 !important;
   transform: translateY(0) !important;
}

/* Post content width / 24418002-HC (MI) */

@media screen and (min-width: 1023px) {
  .single .entry-content .post-content {
    width: 70%;
  }
}

.post-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
}
/* Main menu alignment / 24418002-HC (MI) */

@media screen and (min-width: 920px) {
  .main-navigation {
    padding-right: 0;
  }
}
.site-title {display:none}