/* Stories Slider Widget */
.elementor-widget-sorbet-stories h1 {
    font-family: graphik;
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
}
.story-slides.owl-carousel .owl-item {
    width: 300px!important;
}
.stories-slider .owl-nav button {
    position: absolute;
    top: 50%;
    height: 50px;
    left: -45px;
    margin-top: -25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.stories-slider .owl-nav button img {
    max-height: 100%;
}
.stories-slider .owl-nav button.owl-next {
    left: auto;
    right: -45px;
}
.stories-slider .owl-nav button:hover {
    opacity: .5;
}
.story-img {
    min-height: 530px;
    background-size: cover;
    background-position: center;
    background-color: #000;
    cursor: pointer;
}
.story-img:after {
    position: absolute;
    height: 230px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(0,0,0,0.77)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.77) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4000000',GradientType=0 );
    content: '';
    z-index: 1;
    cursor: pointer;
}
.story-slide {
    min-height: 530px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    -webkit-animation: none;
    animation: none;
    overflow: hidden;
}
.story-slide>div {
    position: relative;
    z-index: 2;
}
.story-slide div.story-bg {
    background-size: cover;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}
.story-bg:after {
    position: absolute;
    height: 130px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(0,0,0,0.77)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.77) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4000000',GradientType=0 );
    content: '';
    z-index: 1;
    cursor: pointer;
}
.owl-item.active .story-bg {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
div#storyPopUpContent {
    padding: 0;
    max-width: 300px;
}
#storyModal button.close {
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 6px;
    right: 9px;
    height: 40px;
    width: 40px;
    font-size: 40px;
}
.story-slides .owl-nav button {
    position: absolute;
    color: #fff!important;
    top: 50%;
    left: -50px;
    z-index: 9;
    font-size: 45px !important;
    height: 70px;
    margin-top: -35px;
    width: 60px;
}
.story-slides .owl-nav button.disabled{
    color: #666!important;}
.story-slides .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}
.story-slides .owl-nav button:focus {
    outline: 0 none;
}
.story-tablecell {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.story-tablecell p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
div#storyPopUpContent h5 {
    padding: 30px;
    margin: 0;
}
.story-slides .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.story-slides .owl-dots .owl-dot {
    background-color: #fff;
    height: 4px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-radius: 5px;
}
.story-slides .owl-dots .owl-dot.active ~ .owl-dot, .story-slides .owl-dots .owl-dot.active {
    background-color: #9e9e9e;
}
.story-slides .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
}
.story-slides .owl-dots .owl-dot span {
    position: absolute;
    content: "";
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    width: 0;
    border-radius: 5px;
}
.story-slides .owl-dots .owl-dot.active:after {
    width: 100%;
}
.story-slides .owl-dots .owl-dot.active span {
    -webkit-animation-name: slidewidth;
    animation-name: slidewidth;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.story-tablecell a {
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    margin-top: 15px;
}
#storyModal .modal-dialog.modal-md {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.modal-backdrop.fade.show {
    opacity: 1;
    background-color: rgba(0,0,0,0.9);
}
/*#storyModal button.close {
    color: #1e1e1e;
}*/
.site-logo a {
    display: inline-block;
}
.site-logo {
    padding: 20px 0;
}
.story-img {
    position: relative;
    z-index: 1;
}

.story-img h4 {
    color: #fff;
    font-family: 'graphik';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 9
}
.suggestion-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-story-suggestion {
    background-size: cover;
    background-position: center;
    background-color: #000;
    height: 199px;
    width: 49%;
    text-align: center;
    margin-bottom: 5px;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
    cursor: pointer;
    justify-content: center;
}
.story-suggestion {
    height: 100%;
    display: flex;
    align-items: center;
}
.story-suggestion-wrapper {
    position: absolute;
    z-index: 9;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    display: none;
}
.story-suggestion-wrapper.awakeup {
    display: block;
}

.story-suggestion-wrapper > h5 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 16px;
}
.single-story-suggestion:after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}

.single-story-suggestion h6 {
    font-size: 14px;
}
@-webkit-keyframes slidewidth {
    from {
    width: 0;
}
 to {
    width: 100%;
}
}
@keyframes slidewidth {
    from {
    width: 0;
}
 to {
    width: 100%;
}
}
@-webkit-keyframes zoom {
    from {
    -webkit-transform: scale(1);
    transform: scale(1) }
 to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3) }
}
@keyframes zoom {
    from {
    -webkit-transform: scale(1);
    transform: scale(1) }
 to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3) }
}
@-webkit-keyframes rtl {
    from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%) }
 to {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%) }
}
@keyframes rtl {
    from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%) }
 to {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%) }
}
@-webkit-keyframes ltr {
    from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%) }
 to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%) }
}
@keyframes ltr {
    from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%) }
 to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%) }
}


