/* 
 * UiO CSS: Share and subscribe component
 *
 */

.vrtx-subscribe-component {
  float: right;
}

.vrtx-subscribe-component .vrtx-subscribe-link.active,
.vrtx-subscribe-component .vrtx-subscribe-link:hover,
.vrtx-subscribe-component .vrtx-subscribe-link:focus,
.vrtx-subscribe-component .vrtx-subscribe-link {
  font-weight: bold;
  display: block;
  padding-right: 14px;
  background: url("/vrtx/decorating/resources/dist/images/subscribe-link.gif") no-repeat right 7px;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner,
.vrtx-share-wrapper .vrtx-share-wrapper-inner {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.vrtx-subscribe-wrapper,
.vrtx-share-wrapper {
  background: none;
  font-weight: bold;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner .vrtx-dropdown-top,
.vrtx-share-wrapper .vrtx-share-wrapper-inner .vrtx-dropdown-top {
  margin-bottom: 10px;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner ul li a,
.vrtx-share-wrapper .vrtx-share-wrapper-inner ul li a {
  border-bottom: none;
  padding: 0 11px 10px 33px !important;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner ul li a {
  padding-left: 11px !important;
}

.vrtx-share-wrapper ul li a.facebook {
  background: url(/vrtx/decorating/resources/dist/images/social-components-share-facebook-icon.gif) no-repeat 11px 2px !important;
}

.vrtx-share-wrapper ul li a.twitter {
  background: url(/vrtx/decorating/resources/dist/images/social-components-share-twitter-icon.gif) no-repeat 11px 0px !important
}

/* ^ UiO CSS: Share component */
