/*
Theme Name: Gema Child
Theme URI: https://pixelgrade.com/demos/gema/
Author: Pixelgrade
Author URI: https://pixelgrade.com/
Description: A dynamic grid-based layout inspired and shaped by your content diversity.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gema
Tags: light, white, one-column, two-columns, three-columns, right-sidebar, responsive-layout, custom-menu, featured-images, editor-style, infinite-scroll, microformats, post-formats, rtl-language-support, site-logo, theme-options, threaded-comments, translation-ready, blog, journal, lifestream, magazine, news, scrapbooking, video, bright, clean, bold, geometric, minimal, modern, smart, adaptive
Template: gema

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Gema is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/* ADD YOUR NEW CSS RULES HERE */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: hive' line. */

.site-logo img, .custom-logo-link img {
	max-height: none !important;
}

@media only screen and (min-width: 900px) {
	body:not(.singular) .site-branding img {
    	margin: 0 auto;
    }
}

.entry-date {
	display: none;
}

.card h2, .format-quote, .card__wrap p {
	color: #333030 !important;
}
.card__wrap .btn {
	color: #fff !important;
}
.nav-menu .current-menu-item {
	font-weight: bold;
}
.card__meta { display: none !important; }

/* Hannes */
.category-hannes.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #7BC2C5;
}
.category-hannes.format-quote .card__wrap:before {
	background: #7BC2C5 !important;
}
.category-hannes .content-quote:before {
	background: #7BC2C5 !important;
}
.category-hannes .btn {
	background: #7BC2C5;
}

/* Valerie & Stefan */
.category-valerie-stefan {
	color: #C5E3DC;
}
.category-valerie-stefan.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #C5E3DC;
}
.category-valerie-stefan.format-quote .card__wrap:before {
	background: #C5E3DC !important;
}
.category-valerie-stefan .content-quote:before {
	background: #C5E3DC !important;
}
.category-valerie-stefan .btn {
	background: #C5E3DC;
}

/* Valerie & Max */
.category-valerie-max {
	color: #EDB3AF;
}
.category-valerie-max.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #EDB3AF;
}
.category-valerie-max.format-quote .card__wrap:before {
	background: #EDB3AF !important;
}
.category-valerie-max .content-quote:before {
	background: #EDB3AF !important;
}
.category-valerie-max .btn {
	background: #EDB3AF;
}

/* Max & Dani */
.category-max-dani {
	color: #CAC5D2;
}
.category-max-dani.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #CAC5D2;
}
.category-max-dani.format-quote .card__wrap:before {
	background: #CAC5D2 !important;
}
.category-max-dani .content-quote:before {
	background: #CAC5D2 !important;
}
.category-max-dani .btn {
	background: #CAC5D2;
}

/* New Business */
.category-new-business {
	color: #DAEFDC;
}
.category-new-business.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #DAEFDC;
}
.category-new-business.format-quote .card__wrap:before {
	background: #DAEFDC !important;
}
.category-new-business .content-quote:before {
	background: #DAEFDC !important;
}
.category-new-business .btn {
	background: #DAEFDC;
}

/* Freunde und Freundinnen */
.category-friends {
	color: #9D89BC;
}
.category-friends.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #9D89BC;
}
.category-friends.format-quote .card__wrap:before {
	background: #9D89BC !important;
}
.category-friends .content-quote:before {
	background: #9D89BC !important;
}
.category-friends .btn {
	background: #9D89BC;
}

/* Brüder */
.category-brueder {
	color: #EECCA7;
}
.category-brueder.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #EECCA7;
}
.category-brueder.format-quote .card__wrap:before {
	background: #EECCA7 !important;
}
.category-brueder .content-quote:before {
	background: #EECCA7 !important;
}
.category-brueder .btn {
	background: #EECCA7;
}


/* Feierlichkeiten */
.category-feier {
	color: #F9F4CC;
}
.category-feier.sticky .card__title {
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #F9F4CC;
}
.category-feier.format-quote .card__wrap:before {
	background: #F9F4CC !important;
}
.category-feier .content-quote:before {
	background: #F9F4CC !important;
}
.category-feier .btn {
	background: #F9F4CC;
}


.single-post, .single-post * {
	color: #000;
}