/*
Theme Name:     Bimber Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

#nowplaying-us .item{
  width: calc(50% - 4px);
  padding: 2px;
  float: left;
}

#nowplaying-us .item .title{
  min-height: 50px;
}

.custom_bg {
}

.overview p {
  font-size: 16px;
  line-height: 16px;
}

.overview {
  margin-bottom: 10px;
}

.bg-image {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    filter: opacity(0) grayscale(100%) contrast(130%);
    will-change: opacity;
    transition: filter 1s;
}

.poster{
  display: block;
  float: left;
  margin-right: 10px;
}

.header_poster_wrapper {
  width: calc(100% - 210px);
  float: left;
}

ol.people {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: auto;
}

ol.people li.crew {
  width: 100%;
  background-color: transparent;
}

ol.people li.profile {
    border: 1px solid #e3e3e3;
}

ol.people li {
    width: 140px;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 10px;
}

.profile {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

li.profile p {
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
  margin: 0px 5px 2px 5px;
}

li.profile p.character {
    font-weight: 400;
    font-size: .7em;
    line-height: 18px;
}

.custom_bg h2,
.custom_bg h3 {
  margin: 5px 0px;
}

.cast {
  clear: both;
}

.crew p {
  font-weight: 700;
  color: #000;
}

.crew .job {
  font-weight: initial;
}