/*
 Theme Name:   RETRO ZF
 Theme URI:    https://labs.zauberfrau.com/
 Description:  retro zf edition
 Author:       Bera
 Author URI:   https://labs.zauberfrau.com
 Template:     retro
 Version:      1.0.0
 License:      proprietary
 Tags:         retro
 Text Domain:  retro-zf
*/

/* custom css - text size */
body {
  font-size: 110%;
  line-height: 1.5;
}
/* end custom css */

/* footer customizations */
.footer-area .widget-title {
    margin: 0 0 15px;
}

.footer-content-area .entry-content {
    width: 100%;
}

.footer-area .widget {
    margin-bottom: 20px;
}

.footer-area .widget-title {
    font-size: 20px;
    text-align: center;
}
/* end footer */

/* BBPress */
.bbp-topic-revision-log  {
        display: none !important;
}
.bbp-reply-revision-log {
        display: none !important;
}
/* end BBPress */

/* woocommerce kasse */
form.checkout_coupon {
	display: inline !important;
}
/* end woocommerce kasse */

.text-mitte {
	vertical-align:middle;
}

/* kill UPPERCASEs */
.page-title, .entry-title, #comments, #reply-title, .filters-title {
	text-transform: none !important;
}
.entry-content h1, .textwidget h1, div[itemprop~="description"] h1, .term-description h1, .entry-content h2, .textwidget h2, div[itemprop~="description"] h2, .term-description h2, .entry-content h3:not(.product_loop_title), .textwidget h3:not(.product_loop_title), div[itemprop~="description"] h3:not(.product_loop_title), .term-description h3, .page-title, .entry-title, #comments, #reply-title, .filters-title {
    text-transform: none !important;
}
.sf-menu .menu-item a, .navigation-title a {
    text-transform: none !important;
}
.widget-title {
    text-transform: none !important;
}