/*
 * Sorbet About Widget
*/
.issue-wrapper{
  position: relative;
  overflow: hidden;
}
.issue-cursor {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 2;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: none;
}
.issue-wrapper:hover .issue-cursor {
  display: block;
}
.about-img {
  position: relative;
  z-index: 1;
}
.about-imgs {
  position: absolute;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: -15%;
  height: 100%
}
.about-imgs div {
  height: 100%;
  width: 40%;
  background-color: #000000;
  background-size: cover;
  background-position: top center;
}

.about-wid h1 {
  font-size: 45px;
  font-weight: 500;
  font-family: "graphik";
  margin: 0 0 30px;
  text-transform: capitalize;
}

.about-wid p {
  font-size: 18px;
  font-family: "graphik";
  margin: 15px 0 50px;
}
.about-btn {
  display: inline-block;
  padding: 15px 50px;
  background: #1E1E1E;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'graphik';
  font-weight: 400;
}
.about-btn i.fa {
  padding-right: 15px;
}
.about-meta {
  margin: 50px 0 0 0;
}
.about-meta h6 {
  font-size: 14px;
  font-family: 'graphik';
}
.about-meta {
  font-family: 'graphik';
}
.about-meta p {
  margin: 0;
  font-size: 18px;
}
.about-gallery-img.magazine-layout {
  padding-top: 10px;
  padding-bottom: 40px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.about-gallery-img.boxed-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.about-gallery-img.boxed-layout img {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 13%;
    flex: 1 1 13%;
}
.about-gallery-img.boxed-layout .sorbet-about-slide img {
    width: auto}