body:not(.home) .content-area {
    background: #f18700 url(/wp-content/themes/basketballcamps/framework/img/bg.png) no-repeat center center/cover;
        padding-top: 100px!important;
    padding-bottom: 25px!important;
}
body.home .content-area {
    background: #f18700;
        padding-top: 100px!important;
    padding-bottom: 25px!important;
}

.gallery_headline {
    color: white;
    margin: 0;
}


/* Breadcrumbs */
#breadcrumbs a {
    color: white;
    text-decoration: underline;
}
#breadcrumbs {
    margin: 5px 0 20px 0;
    color: white;
}


.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4 {
    color: white;
}

.bbcamp__gallery li {
    list-style: none;
    width: calc(100% / 5 - 20px);
    margin-bottom: 25px;
}
.bbcamp__gallery::after {
    content: "";
    width: calc(100% / 5 - 20px);
}
@media screen and (max-width:991px) {
.bbcamp__gallery::after {
    content: "";
    width: calc(100% / 4 - 20px);
}

.bbcamp__gallery li {
    width: calc(100% / 4 - 20px);
}	
}


@media screen and (max-width:500px) {
.bbcamp__gallery::after {
    content: "";
    width: 100%;
}

.bbcamp__gallery li {
    content: "";
    width: 100%;
}	
}

.bbcamp__gallery {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bbcamp__gallery a {
    display: flex;
    cursor: pointer;
    background: white;
    padding: 3px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.bbcamp__gallery li img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    align-self: center;
    transition: all 0.2s ease-in-out;
}
.bbcamp__gallery li:hover img {
    transform: scale(1.2);
}
.bbcamp__gallery li:hover a {
    padding: 0;
}

/* Slider */
.gallery-slider .gallery__grid_item_meta {
    background: rgba(0,0,0,0.3);
    color: white;
}

.gallery-slider .gallery__title .headline {
    color: white;
}



.gallery-slider .owl-dots,
.gallery-slider .owl-nav {
 text-align:center;
 -webkit-tap-highlight-color:transparent
}
.gallery-slider .gallery__grid_item_meta p {
    margin: 0;
}


.gallery-slider .owl-nav .disabled {
 opacity:.5;
 cursor:default
}
.gallery-slider .owl-dots {
 margin-top:20px!important;
}
.gallery-slider .owl-dots .owl-dot {
 display:inline-block;
 zoom:1
}
.gallery-slider .owl-dots .owl-dot span {
 width:10px;
 height:10px;
 margin:5px 7px;
 background:#acacac;
 display:block;
 -webkit-backface-visibility:visible;
 transition:opacity .2s ease;
 border-radius:30px
}
.gallery-slider .owl-dots .owl-dot.active span,
.gallery-slider .owl-dots .owl-dot:hover span {
 background:#f18700;
}




/* Grid Main */
.gallery__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery__grid::after {
    content: "";
    width: calc(100% / 3 - 20px);
}

.gallery__grid .gallery__grid_item {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
}
@media screen and (max-width:991px) {
.gallery__grid::after {
    content: "";
    width: calc(100% / 2 - 20px);
}

.gallery__grid .gallery__grid_item {
    width: calc(100% / 2 - 20px);
}	
}


@media screen and (max-width:500px) {
.gallery__grid::after {
    content: "";
    width: 100%;
}

.gallery__grid .gallery__grid_item {
    content: "";
    width: 100%;
}	
}

.gallery__grid_item .item {
    display: flex;
    position: relative;
    background: white;
    padding: 10px 10px 20px 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.gallery__grid_item_meta {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
background: rgb(250, 250, 250);
min-height: 60px;
    align-items: center;
    line-height: 1.4;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0;
}

.gallery__grid_item_meta .gallery__title {
    width: 100%;
}

.gallery__grid_item_meta .gallery__title .headline {
    margin: 0;
}

.gallery__counter {
    position: absolute;
    right: 20px;
    top: 20px;
    background: white;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #f18700;
    z-index: 99;
    font-family: "MrAlex-Bold";
    font-size: 20px;
}
.gallery__grid .gallery__grid_item a:hover .gallery__grid_item_meta {
    bottom: -100px;
}
.gallery__grid .gallery__grid_item a img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    align-self: center;
    transition: all 0.2s ease-in-out;
    width:100%;
}
.gallery__grid .gallery__grid_item a:hover img {
    transform: scale(1.2)
}