/*--------------------------
# Share buttons
--------------------------*/
.cherry-share-btns_wrap {
  margin-bottom: 15px;
}

.cherry-share_list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.cherry-share_item {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
}
.cherry-share_item:first-child {
  margin-left: 0;
}
.cherry-share_link {
  text-decoration: none;
}
.cherry-share_link:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cherry-share_link:focus {
  outline: none;
  text-decoration: none;
}
.cherry-share_label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*--------------------------
# Follow Us buttons
--------------------------*/
.cherry-follow_list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.cherry-follow_item {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
}
.cherry-follow_item:first-child {
  margin-left: 0;
}
.cherry-follow_link {
  text-decoration: none;
}
.cherry-follow_link:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cherry-follow_link:focus {
  outline: none;
  text-decoration: none;
}
.cherry-follow_label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*--------------------------
# Twitter Timeline widget
--------------------------*/
.cherry-twitter-timeline-class .twitter-timeline {
  width: 100% !important;
  min-width: inherit !important;
}

/*--------------------------
# Facebook Like Box widget
--------------------------*/
.cherry-facebook-like-box-class .fb_iframe_widget {
  display: block;
}
.cherry-facebook-like-box-class .fb_iframe_widget span,
.cherry-facebook-like-box-class .fb_iframe_widget iframe {
  width: 100% !important;
}

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
