/*
 * Sorbet Post Slider Widget
*/
.sorbet-post-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: -65px;
    height: 70px;
    margin-top: -122px;

}

.sorbet-post-slider {
    position: relative;
}

.sorbet-post-slider .owl-nav button.owl-next {
    left: auto;
    right: -65px;
}

.sorbet-post-slider .owl-nav button:focus {
    outline: 0 none;
}

.section-title h1 {
  font-size: 45px;
  font-weight: 500;
  font-family: 'graphik';
  margin: 0;
}
.section-title h1 img {
  height: 45px;
  margin-left: 30px;
}
.section-title {
  margin-bottom: 60px;
}
.sorbet-post-slider .owl-dots {
    text-align: center;
    position: relative;
    z-index: 9999;
}

.sorbet-post-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    margin: 0 5px;
}

.sorbet-post-slider .owl-dots .owl-dot.active {
    background-color: #000;
    border-color: #000;
}

.sorbet-post-slider .owl-dots .owl-dot:focus {
    outline: 0 none;
}

.sorbet-post-slider .section-title h1 a {
  display: inline-block;
  float: right;
}
.elementor-widget-sorbet-post-slider .section-title h1 a {
  float: right;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #000;
  padding: 8px 20px;
  margin: 7px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.elementor-widget-sorbet-post-slider .section-title h1 a:hover {
    color: #ffffff;
    background-color: #ef7857;
    border: 1px solid  #ef7857;
}