/* reset some stuff */
#gshnc_social_tabs_widget-2 {
  padding: 20px 0;
  background: none;
  border: none;
}
#social-media-tabbed {
  background: none!important;
  border: none!important;
}
#social-media-tabbed a {
  padding: 0!important;
}
#gshnc_social_tabs_widget-2 .ui-corner-all, #gshnc_social_tabs_widget-2 .ui-widget-header, {
  border: none!important;
  background: none!important;
}
ul.gshnc-social-tabs {
  background: none!important;
  border: none!important;
}
.gshnc-social-tabs li {
  background: none!important;
  border: none!important;
}
.social-tab {
  background: none!important;
  border: none!important;
}
/* done resetting */

/* these are the tabs */
#social-media-tabbed.ui-tabs-vertical { width: 100%; height: 300px; }
#social-media-tabbed.ui-tabs-vertical .ui-tabs-nav { padding: 0; float: left;  }
#social-media-tabbed.ui-tabs-vertical ul {
  margin: 10px 0;
  z-index: 10;
}
#social-media-tabbed.ui-tabs-vertical .ui-tabs-nav li { clear: left; padding: 3px; margin-bottom: 5px; margin-right: 0; list-style-type: none; text-align: center; z-index: 10; position: relative; }
#social-media-tabbed.ui-tabs-vertical .ui-tabs-nav li a { display:block; line-height: 5px; }
#social-media-tabbed.ui-tabs-vertical .ui-tabs-nav li a:active, a:focus { outline: none; }
#social-media-tabbed.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  background-color: #fff!important;
  border: 1px solid lightgrey!important;
  border-right: 1px solid #fff!important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0;
}
#social-media-tabbed.ui-tabs-vertical .ui-tabs-panel {
  padding: 5px!important;
  float: left!important;
  width: 190px;
}
#facebook-social-tab {
  text-align: left;
  font-size: 12px!important;
}

/* this is the area with the embeds */
.social-tab {
  text-align: center;
  background-color: #fff!important;
  border: 1px solid lightgrey!important;
  border-radius: 5px;
  margin-left: -2px!important;
  height: 300px;
  z-index: 0;
}


/* countdown css */
.countdowndigit {
  text-align: center;
  float: left;
  margin-right: 42px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.countdownimage {
  text-align: center;
  float: left;
  margin-right: 42px;
  margin-top: 0;
  margin-bottom: 0;
}
.countdowndigit:last-child {
  margin-right: 0;
}
.cookiecountdown {
  font-weight: bold;
  font-size: 28px;
}
#countdown-container {
  font-size: 18px;
  font-family: Bitter, serif;
  height: 106px;
  background-color: #fea03a;
  color: #fff;
}
