/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.entry-header-text {
	padding: 0;
}

.filter-section a {
	height: 70px;
	width: 100%;
}

.filter-section a span {
	display: flex;
	align-items: center;
	font-size: 17px;
	height: 100%;
	justify-content: center;
}

.blog-wrapper.blog-single.page-wrapper {
	padding-top: 75px;
}

.page-wrapper {
	padding-top: 35px;
}

.post-sidebar #categories-3 ul .has-child .children li {
	display: flex;
	flex-flow: row wrap;
}

.post-sidebar #categories-3 ul .has-child .children li a {
	max-width: 170px;
}

/************** filter buttons **************/
.category-bestseller-sachbuch a.sachbuch, .category-bestseller-belletristik a.belletristik {
	background-color: #f7a823;
	color: white;
}

.category-belletristik-und-sachbuch-april a.belletristik, .category-belletristik-und-sachbuch-mai a.belletristik, .category-belletristik-und-sachbuch-juni a.belletristik,
.category-belletristik-und-sachbuch-juli a.belletristik, .category-belletristik-und-sachbuch-august a.belletristik, .category-belletristik-und-sachbuch-september a.belletristik,
.category-belletristik-und-sachbuch-oktober a.belletristik, .category-belletristik-und-sachbuch-november a.belletristik, .category-belletristik-und-sachbuch-dezember a.belletristik,
.category-belletristik-und-sachbuch-jaenner a.belletristik, .category-belletristik-und-sachbuch-februar a.belletristik, .category-belletristik-und-sachbuch-maerz a.belletristik {
	background-color: #f7a823;
	color: white;
}

.category-empfehlung-belletristik-und-sachbuch a.sachbuch, .category-empfehlung-kinder-und-jugendbuch a.jugendbuch, .category-empfehlung-audiovisuelle-medien a.audiovisuelle-medien {
	background-color: #f7a823;
	color: white;
}

.category-fuer-sie-gelesen a.gelesen, .category-fuer-sie-gesehen a.gesehen, .category-fuer-sie-gehoert a.gehoert, .category-fuer-sie-gespielt a.gespielt {
	background-color: #f7a823;
	color: white;
}

.category-literaturkreis a.literaturkreis, .category-termine a.termine, .category-archiv-veranstaltungen-2 a.archiv {
	background-color: #f7a823;
	color: white;
}

.category-2021-archiv-veranstaltungen-2 a.archiv, .category-2020-archiv-veranstaltungen-2 a.archiv, .category-2022-archiv-veranstaltungen-2 a.archiv {
	background-color: #f7a823;
	color: white;
}
/*******************************************/

img.attachment-medium.size-medium.wp-post-image, .image-cover img.attachment-original.size-original.wp-post-image {
	object-fit: contain !important;
}

@media only screen and (max-width: 550px) {
	.filter-section {
			padding-top: 60px !important;
	}

	.filter-section a {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 550px) and (max-width: 1100px) {
	.filter-section .col-medientipps a span {
		font-size: 15px;
	}
}

@media only screen and (min-width: 550px) and (max-width: 1560px) {
	.filter-section {
		padding-top: 40px !important;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}
