/*
Theme Name: Woohoo Child
Theme URI: http://example.com/
Description: Child Theme for Woohoo
Author: Dein Name
Author URI: http://example.com/
Template: woohoo
Version: 1.0
*/

/* Custom Styles kommen ab hier */

@font-face {
    font-family: 'Lyon Text Web';
    src: url('../woohoo-child/fonts/LyonText-Regular-Web.eot');
    src: url('../woohoo-child/fonts/LyonText-Regular-Web.eot?#iefix') format('embedded-opentype'),
         url('../woohoo-child/fonts/LyonText-Regular-Web.woff2') format('woff2'),
         url('../woohoo-child/fonts/LyonText-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'taz';
    src: url('../woohoo-child/fonts/5187taz.woff2') format('woff2'),
        url('../woohoo-child/fonts/5187taz.woff') format('woff');
      font-display: auto;
}

.taz{font-family: 'taz' !important;}

@font-face {
    font-family: 'bdaia-woohoo';
    src: url('fonts/bdaia-woohoo.eot'); /* IE9 Compat Modes */
    src: url('fonts/bdaia-woohoo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/bdaia-woohoo.woff') format('woff'), /* Modern Browsers */
         url('fonts/bdaia-woohoo.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/bdaia-woohoo.svg#bdaia-woohoo') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

.bdaia-header-default .topbar {
    font-family: "Taz", sans-serif!important;
}

.bdaia-nav-search {
    position: absolute;
    top: -111px;
}

span.bdaia-io.bdaia-io-google-plus {
    display: none;
}

/* Recent Posts Widget Frontpage */
.bwb-article-content-wrapper h3.entry-title {
    font-size: 16px !important;
}

.custom-recent-posts {
	margin: 5px 0 0 0;
    font-size: 16px;
	font-weight: bold;
}

.recent-posts-list {
	padding-bottom: 1em
}

.custom-recent-posts .bd-cat-link {
	font-size: 13px;
}

.custom-recent-posts li {
    margin-bottom: 20px;
}

.recent-posts-cat-17, .bd-cat-17 {
    color: #E8336E !important;
}

.recent-posts-cat-8, .bd-cat-8 {
    color: #D3D800 !important;
}

.recent-posts-cat-9, .bd-cat-9 {
    color: #664C9A !important;
}

.recent-posts-cat-7, .bd-cat-7 {
    color: #F07F3C !important;
}

.recent-posts-cat-13, .bd-cat-13 {
    color: #000000 !important;
}

.recent-posts-cat-10, .bd-cat-10 {
    color: #009A9D !important;
}

.recent-posts-cat-6, .bd-cat-6 {
    color: #E30613 !important;
}

/* Category title in Blog Archive Template */
.bdaia-blocks.bdaia-block3 .block-info-cat {
    position: relative!important;
}

.bd-cat-link[class^="bd-cat-"] {
    background-color: transparent !important;
}

/* Footer Alingment */
div.bdaia-footer {
    text-align: center;
}

.bdaia-footer-area-l {
    float: none!important;
}

.bdaia-footer-area-l .copyright {
    padding-top: 0!important;
}

.bdaia-footer-area-r {
    display: none!important;
}

/* Comments closed phrase */
.woohoo-comments-closed {
    display: none;
}

/* Front Page Featured Post */
.page-id-8 .bdMain {
	padding-top: 0;
}

.custom-featured-wrapper {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    border-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-featured-cat {
    font-size: 14px;
    text-transform: uppercase;
    color: #e30613;
    margin-bottom: 10px;
}

.custom-featured-title {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
}

.custom-featured-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.custom-featured-image img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.custom-featured-excerpt, .frontpage-block4-summary {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.frontpage-block4-summary {
    clear: both;
}

.custom-featured-post-line {
    max-width: 52px;
    margin: 0 0 15px;
    display: block;
    height: 2px;
    background: #E30613;
}

/* Hide Featured Image 
.bdaia-post-featured-image.bdaia-img-show {
    display: none!important;
} */