
.owl-item-overlay {
    background: rgba(0, 0, 0, .6);
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0
}

.bloginnerpage .owl-item-overlay {
    height: 100%;
    max-height: 627px
}

.blogpage-hero-section .blogpage-hero-slider {
    height: 100%;
    position: relative
}

.blogpage-hero-section .blogpage-hero-slider__item {
    height: 100%;
    display: -webkit-box;
    padding-top: 86px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000
}

.blogpage-hero-section .blogpage-hero-slider__item:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.owl-dots-title {
    position: relative;
    display: inline-block;
    font-family: "open sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: .72px;
    text-align: center;
    color: #fff;
    height: 36px;
    background-color: #1d86ff;
    margin: 0 0 30px 18px;
    padding: 0 10px;
    max-width: 200px;
}

.owl-dots-title:before, .owl-dots-title:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.owl-dots-title:before {
    left: 100%;
    border-left: 18px solid #1d86ff
}

.owl-dots-title:after {
    right: 100%;
    width: 0;
    border-right: 18px solid #1d86ff
}
