/**
 * JS Social Tabs Slider
 * @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @link       https://jsns.eu
 */
.social_slider {box-sizing: content-box !important;}
.social_slider a:hover {
  background-color: transparent;
  text-decoration: none;
}
.social_slider .tabs {
  width: 100%;
  clear: both;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}
.social_slider .tab-links {
  position: absolute;
  width: 0px;
}
.social_slider .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

/*----- Content of Tabs -----*/

.social_slider .tab-content {
  background: transparent;
  float: left;
  width: 370px;
}
.social_slider .tab-content .facebook_box {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  z-index: 99998;
}
.social_slider .tab-links a.active {
  z-index: 99999;
  position: relative;
}
.social_slider .tab {
  display: none;
}
.social_slider .tab.active {
  display: block;
}
.social_slider .tab-content .twitter_box {
  border-radius: 8px;
  position: relative;
  z-index: 99998;
  background: #fff;
}
.social_slider .tab-content .twitter_box #twitter-widget-0 {
  height: 465px !important;
}
