/*
Theme Name: Total Child
Theme URI: http://www.scenicmedia.com
Description: Total Child Theme for KiHo Wuppertal/Bethel.
Author: Patrick Leiverkus
Author URI: http://www.scenicmedia.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");

#post-media img {
    margin-top: -40px;
}


/* Kleinere Bilder auf Archivseiten */
/* edit globally (can also be added in the VC custom CSS to target a specific page only) */
body .entries.left-thumbs .entry .entry-media { width: 20% }
body .entries.left-thumbs .entry .entry-details { width: 76% }

/* target specific grid */
.my-custom-class .entries.left-thumbs .entry .entry-media { width: 20% }
.my-custom-class .entry .entry-details { width: 76% }

/* http://wpexplorer-themes.com/total/snippets/hide-breadcrumb-categories/ */
/* Hide from all posts */
.site-breadcrumbs .trail-post-categories { display: none; }

/* Hide from portfolio posts */
body.single-portfolio .site-breadcrumbs .trail-post-categories { display: none; }

/* Hide from blog posts */
body.single-post .site-breadcrumbs .trail-post-categories { display: none; }

/* Thumbnail links neben Artikelliste */
.vcex-news-entry-thumbnail { 
	float: left;
	margin: 0 15px 0 0; 
}

/* Kein Bild über Eventseite */
div.tribe-events-event-image {
	display: none;
}