.shariff::after, .shariff::before {
  content: " ";
  display: table; }

.shariff::after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden; }
  .shariff li a {
    color: #fff;
    position: relative;
    display: block;
    height: 35px;
    text-decoration: none;
    box-sizing: border-box; }
  .shariff li .share_text,
  .shariff li .share_count {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 35px; }
  .shariff li .fa {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle; }
  .shariff li .zocial {
    padding: 4px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle; }
  .shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px; }

.shariff .orientation-horizontal {
  /* autoprefixer: off */
  display: -webkit-box; }
  .shariff .orientation-horizontal li {
    -webkit-box-flex: 1; }
  .shariff .orientation-horizontal .info {
    -webkit-box-flex: 0; }

.shariff .orientation-horizontal {
  display: inline-flex; }
  .shariff .orientation-horizontal li {
    float: left;
    flex: none;
    width: 35px;
    margin-right: 5px;
    margin-bottom: 10px; }
    .shariff .orientation-horizontal li:last-child {
      margin-right: 0; }
    .shariff .orientation-horizontal li .share_text {
      display: block;
      text-indent: -9999px;
      padding-left: 3px; }
    .shariff .orientation-horizontal li .share_count {
      display: none; }

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0; }

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333; }

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd; }
  .shariff .theme-white .shariff-button a {
    background-color: #fff; }
    .shariff .theme-white .shariff-button a:hover {
      background-color: #eee; }
  .shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999; }

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px; }

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px; }

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px; }

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0; }

.shariff .orientation-vertical.button-style-standard li .share_count, .shariff .orientation-vertical.button-style-icon-count li .share_count {
  width: 24px;
  text-align: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal {
    /*li {
            margin-right: 1.8%;
        }*/ }
    .shariff .orientation-horizontal.button-style-standard li, .shariff .orientation-horizontal.button-style-icon-count li {
      min-width: 80px; }
      .shariff .orientation-horizontal.button-style-standard li .share_count, .shariff .orientation-horizontal.button-style-icon-count li .share_count {
        display: block; }
    .shariff .orientation-horizontal.button-style-standard li {
      width: auto;
      flex: 1 0 auto; }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
      min-width: 110px;
      max-width: 160px; }
      .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
        text-indent: 0;
        display: inline; }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
      flex: none; } }

@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px; }
    .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
      text-indent: 0;
      display: inline; } }

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px; }
    .shariff .orientation-horizontal.button-style-standard li .share_text {
      text-indent: 0;
      display: inline; }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: 1 0 auto; } }

@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px; }
    .shariff li a {
      height: 30px; }
    .shariff li .fa {
      width: 30px;
      line-height: 30px; }
    .shariff li .zocial {
      padding: 4px;
      width: 30px;
      line-height: 30px; }
    .shariff li .share_text,
    .shariff li .share_count {
      line-height: 30px; }
    .shariff li .share_count {
      height: 28px; } }

.shariff .facebook a {
  background-color: #3b5998; }
  .shariff .facebook a:hover {
    background-color: #4273c8; }

.shariff .facebook .fa-facebook {
  font-size: 22px; }

.shariff .facebook .zocial-facebook {
  font-size: 20px;
  padding-left: 6px;
  padding-right: 11px; }

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 1024px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px; }
  .shariff .facebook .zocial-facebook {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 10px; } }

.shariff .facebook-like a {
  background-color: #3b5998; }
  .shariff .facebook-like a:hover {
    background-color: #4273c8; }

.shariff .facebook-like .fa-facebook {
  font-size: 22px; }

.shariff .facebook-like .zocial-facebook {
  font-size: 20px;
  padding-left: 6px;
  padding-right: 11px; }

.shariff .facebook-like .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 1024px) {
  .shariff .facebook-like .fa-facebook {
    font-size: 19px; }
  .shariff .facebook-like .zocial-facebook {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 10px; } }

.shariff .googleplus a {
  background-color: #d34836; }
  .shariff .googleplus a:hover {
    background-color: #f75b44; }

.shariff .googleplus .fa-google-plus {
  font-size: 22px; }

.shariff .googleplus .zocial-googleplus {
  font-size: 20px;
  padding-left: 7px;
  padding-right: 4px; }

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .googleplus a {
  color: #d34836; }

@media only screen and (min-width: 1024px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px; }
  .shariff .googleplus .zocial-googleplus {
    font-size: 18px;
    padding-left: 6px;
    padding-right: 2px; } }

.shariff .twitter a {
  background-color: #55acee; }
  .shariff .twitter a:hover {
    background-color: #32bbf5; }

.shariff .twitter .fa-twitter {
  font-size: 28px; }

.shariff .twitter .zocial-twitter {
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px; }

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE; }

.shariff .theme-white .twitter a {
  color: #55acee; }

@media only screen and (min-width: 1024px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px; }
  .shariff .twitter .zocial-twitter {
    font-size: 18px;
    padding-left: 4px;
    padding-right: 4px; } }
