/*
Theme Name: Kuba Juncewicz BB Child Theme
Theme URI: http://www.kubajuncewicz.com
Version: 1.0
Description: (-J-)
Author: kubajuncewicz.com
Author URI: http://www.kubajuncewicz.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.hero-mask {
    background-size: cover !important; 
    background-repeat: no-repeat !important; 
    background-position: center center !important; 
    height: 400px;
}
.entry-content {
    background-color: rgba(0,0,0,0.3);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.breadcrumbs li,
.breadcrumbs li a {
    color: #ccc;
}

.breadcrumbs li a:hover {
    color: #fff;
}

.breadcrumbs li:nth-last-child(1) {
    color: #fff;
}

.breadcrumbs li:after {
    content: '/';
    padding: 0 5px;
}

.breadcrumbs li:nth-last-child(1):after {
    content: '';
    padding: 0 5px;
}

.headline {
    text-align: center;
    padding-top: 100px;
}

.entry-title {
    color: #fff;
    margin-bottom: 0;
}

.entry-meta li,
.entry-meta li a {
    color: #ccc;
    margin: 0 5px;
    display: inline;
}
.entry-meta li a:hover {
    color: #fff>;
}

/*BASICS*/
body {
    overflow-x: hidden;
}


