.bc-post-slider-thumbnail {
    overflow: hidden;
}
.bc-post-slider-thumbnail img {
    width: 100%;
    object-fit: cover;
}
.bc-post-slider-item .bc-grid {
    height: 100%;
}
.bc-post-slider-content-wrap {
    max-width: 1170px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.bc-post-slider-content-wrap .bc-post-slider-content {
    max-width: 950px;
    display: inline-block;
}
.bc-post-slider-tag-wrap span {
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 8px;
}
.bc-post-slider-tag-wrap span a {
    color: #fff;
}
.bc-post-slider-tag-wrap span + span {
    margin-left: 0;
}
.bc-post-slider-title {
    margin-top: 10px;
    line-height: 1;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}
.bc-post-slider-text {
    margin-top: 15px;
    font-size: 0.65rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
}
.bc-post-slider-text p {
    margin: 0;
}
.bc-post-slider-meta {
    margin-top: 5px;
}
.bc-post-slider-meta span {
    text-transform: capitalize;
    color: rgba(246, 251, 255, 0.55);
}
.bc-post-slider-meta .bc-author {
    margin-right: 3px;
}
.bc-post-slider-button-wrap {
    margin-top: 15px;
}
.bc-post-slider-button svg {
    width: 1em;
    height: 1em;
}
.bc-author img {
    vertical-align: top;
}
.bc-post-slider-pagination {
    max-width: 1170px;
    width: 100%;
    bottom: 3px;
    margin-top: 0;
    position: relative !important;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.bc-post-slider-pagination .bc-thumbnav {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
    margin-left: 0;
}
.bc-post-slider-pagination .bc-thumbnav li:first-child {
    padding-left: 0;
}
.bc-post-slider-pagination .bc-post-slider-thumb-wrap {
    flex-shrink: 0;
}
.bc-post-slider-pagination .bc-post-slider-thumb-wrap img {
    height: 64px;
    width: 64px;
}
.bc-post-slider-pagination li .bc-post-slider-pagination-item {
    border-top: 3px solid transparent;
    padding-top: 15px;
    margin-top: -3px;
    transition: all 300ms cubic-bezier(0.13, 0.27, 0.39, 1);
}
.bc-post-slider-pagination li.bc-active .bc-post-slider-pagination-item {
    border-top-color: #ffffff;
    opacity: 1;
}
.bc-post-slider-pagination li .bc-post-slider-pagination-item {
    opacity: 0.7;
}
.bc-post-slider-pagination li .thumb-title-default-skin,
.bc-post-slider-pagination li span {
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    color: #fff;
}
.bc-post-slider-pagination li .bc-post-slider-date {
    font-weight: 400;
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 11px;
}
.skin-vast .bc-post-slider-text {
    color: rgba(0, 0, 0, 0.7);
}
.skin-vast .bc-post-slider-text p {
    margin: 0;
}
.skin-vast .bc-post-slider-text p + p {
    margin-top: 15px;
}
.skin-vast .bc-post-slider-title {
    color: #444;
}
.skin-vast .bc-post-slider-meta span {
    color: rgba(136, 136, 136, 0.55);
}
.skin-vast .bc-post-slider-navigation a {
    color: #fff;
    transition: all 0.3s ease;
}
.skin-vast .bc-post-slider-navigation a svg {
    width: 1em;
}
.skin-hazel .bc-post-slider-title {
    font-size: 1.2rem;
    line-height: 1.2;
}
.skin-hazel .bc-post-slider-title:hover {
    text-decoration: underline;
}
.skin-hazel .bc-post-slider-text {
    color: #999;
}
.skin-hazel .bc-post-slider-content {
    padding: 15px 20px 70px 20px;
}
.skin-hazel .bc-post-slider-navigation-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.skin-hazel .bc-post-slider-navigation-inner a {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    background-color: #222;
    text-align: center;
    transition: background-color 300ms ease-out;
    position: relative;
}
.skin-hazel .bc-post-slider-navigation-inner a svg {
    height: 10px;
    width: auto;
}
.skin-hazel .bc-post-slider-navigation-inner a svg polyline {
    stroke: #999;
}
.skin-hazel .bc-post-slider-navigation-inner a span {
    margin: 0 5px;
}
.skin-hazel .bc-post-slider-navigation-inner a:hover {
    background-color: #fff;
    color: #222;
}
.skin-hazel .bc-post-slider-navigation-inner a:hover svg polyline {
    stroke: #222;
}
.skin-hazel .bc-post-slider-navigation-inner a:first-child:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.skin-hazel .bc-post-slider-thumbnail {
    transform: translateZ(0);
}
.skin-hazel .bc-post-slider-thumbnail img {
    height: 100%;
    position: absolute;
}
.skin-hazel .bc-post-slider-button {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}
.skin-hazel .bc-post-slider-button:hover {
    color: #fff;
}
.skin-hazel .bc-post-slider-thumbnail ~ div {
    background-color: #222;
}
@media screen and (min-width: 768px) {
    .bc-post-slider-content-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
    .bc-post-slider-tag-wrap span {
        padding: 2px 6px;
        font-size: 11px;
    }
    .bc-post-slider-tag-wrap span + span {
        margin-left: 5px;
    }
    .bc-post-slider-title {
        font-size: 2.2rem;
    }
    .bc-post-slider-text {
        font-size: 1rem;
        line-height: 1.6;
    }
    .bc-post-slider-text p {
        width: 80%;
        display: inline-block;
    }
    .bc-post-slider-meta {
        margin-top: 20px;
    }
    .bc-post-slider-button-wrap {
        margin-top: 20px;
    }
    .bc-post-slider-pagination {
        bottom: 0;
        position: absolute !important;
        margin-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .bc-post-slider-pagination li .bc-post-slider-pagination-item {
        padding-top: 30px;
    }
    .skin-hazel .bc-post-slider-title {
        font-size: 2rem;
    }
    .skin-hazel .bc-post-slider-content {
        padding: 40px 40px 90px 40px;
    }
    .skin-hazel .bc-post-slider-button {
        font-size: 13px;
    }
    .skin-hazel .bc-post-slider-navigation-inner a {
        padding: 15px 20px;
        font-size: 13px;
    }
    .skin-hazel .bc-post-slider-navigation-inner a svg {
        height: 12px;
    }
    .skin-hazel .bc-post-slider-navigation-inner a span {
        margin: 0 8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bc-post-slider-content-wrap {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 70px;
    }
    .bc-post-slider-pagination li .bc-post-slider-pagination-item {
        padding-top: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .bc-post-slider .bc-post-slider-title {
        font-size: 2.625rem;
    }
    .skin-vast .bc-post-slider-title {
        font-size: 2rem;
        line-height: 1;
    }
}
