/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/


.breadcrumb {
    text-transform:  uppercase;
    font-weight:  bold;
    font-size:  1.5em;

}

.breadcrumb a {
    color:  #000;
    font-weight:  normal;
    text-decoration:  none;
}








/*  Content */
.entry-image-header.featured-full-width-img {
    height:  23vw;
    min-height: 500px;
    margin-top: 130px;
}

.entry-title {
    text-transform:  uppercase;
}

.entry-header, .entry-content {
    text-align:  center;
}


/* Filter */
.vc_grid-filter .vc_grid-filter-item {
    font-size:  1.5em !important;
    text-transform:  uppercase;
    margin:  0.25em 2em !important;
}

.vc_grid-filter > .vc_grid-filter-item {
    background-color:  #fff !important;
}

.vc_grid-filter > .vc_grid-filter-item.vc_active {
    background-color:  #e30613 !important;
}

.vc_grid-filter > .vc_grid-filter-item > span {
    color:  #000 !important;
}

.vc_grid-filter > .vc_grid-filter-item.vc_active > span {
    color:  #fff !important;
}



/*  Homepage Special Styling */
.home {
    background-color: #ededed;
}



/* Bildunterschrift */

.wpb_single_image .vc_figure-caption {
	font-size: 15px !important;
}

/* Kommentarfunktion */
.comment-form-comment, .comment-form-email, .comment-form-first-name, .comment-form-last-name  {
    display:flex;
    flex-direction: column;
}

.comment-list .comment-content .card-body h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.comment-form-comment label::after {
    content: ' *';
}


.comment-respond {
    margin-top: 60px;
    .form-submit {
        input {
            background: #76B82A;
            border: none;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            color: white;
            margin-top: 10px;
        }
    }
}

/* Cookie Box */

._brlbs-paragraph {
    line-height: 20px !important;
}

._brlbs-checkbox {
    padding-top: 4px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/*  Media Queries */

@media (min-width: 991px) {
    .comment-form-first-name {
        width: 50%;
        float: left;
        input {
            margin-right: 2%;
        }
    }
    .comment-form-last-name {
        width: 50%;
        label, input {
            margin-left: 2%;
        }
    }
}

@media (max-width: 991px) {
    .header-post {
        margin-top:  100px;
    }
    .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {

        display:  block !important;
    }

}

@media only screen and (max-width: 768px) {
	.navbar .header-actions {
		padding: 0px;
	}
	.d-flex.justify-content-between.align-items-center {
    		margin-top: 15px;
    		margin-left: 25px;
	}
}


/* Lightbox */

.lb-dataContainer .lb-details {
	display: none !important;
}
