/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.group-body,.group-html,.group-left-rail {
  position: relative;
}

.group-body .field-addthis,.group-html .field-addthis,.group-left-rail .field-addthis {
  position: absolute;
  left: 30px;
  top: 10px;
  display: none;
  max-width: 150px;
}

html[dir="rtl"]
.group-body .field-addthis,html[dir="rtl"]
.group-html .field-addthis,html[dir="rtl"] .group-left-rail .field-addthis {
  left: auto;
  right: 30px;
}

.group-body .field-addthis.posBottom,.group-html .field-addthis.posBottom,.group-left-rail .field-addthis.posBottom {
  top: auto;
  bottom: 40px;
  z-index: 100;
}

@media screen and (min-width:970px) {
  .group-body .field-addthis,.group-html .field-addthis,.group-left-rail .field-addthis {
    display: block;
    opacity: 0;
    transition: opacity 250ms;
  }
  .addthis
  .group-body .field-addthis,.addthis
  .group-html .field-addthis,.addthis .group-left-rail .field-addthis {
    opacity: 1;
  }
}

.group-body .field-addthis .block-addthis.fixed,.group-html .field-addthis .block-addthis.fixed,.group-left-rail .field-addthis .block-addthis.fixed {
  position: fixed;
  top: 100px;
  left: auto;
}

.group-body .field-addthis .block-addthis a[class^="addthis_button"],.group-html .field-addthis .block-addthis a[class^="addthis_button"],.group-left-rail .field-addthis .block-addthis a[class^="addthis_button"] {
  border-top: 1px solid #ebebeb;
  float: none;
  display: block;
  line-height: 26px;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  padding: 11px 16px 11px 45px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  position: relative;
  margin: 0;
}

.group-body .field-addthis .block-addthis a[class^="addthis_button"]:first-child,.group-html .field-addthis .block-addthis a[class^="addthis_button"]:first-child,.group-left-rail .field-addthis .block-addthis a[class^="addthis_button"]:first-child {
  padding-top: 0;
  border-top: none;
}

.group-body .field-addthis .block-addthis a[class^="addthis_button"]:first-child span.at-icon-wrapper,.group-html .field-addthis .block-addthis a[class^="addthis_button"]:first-child span.at-icon-wrapper,.group-left-rail .field-addthis .block-addthis a[class^="addthis_button"]:first-child span.at-icon-wrapper {
  top: 0;
}

.group-body .field-addthis .block-addthis a[class^="addthis_button"] span.at-icon-wrapper,.group-html .field-addthis .block-addthis a[class^="addthis_button"] span.at-icon-wrapper,.group-left-rail .field-addthis .block-addthis a[class^="addthis_button"] span.at-icon-wrapper {
  width: 26px !important;
  height: 26px !important;
  display: inline-block;
  float: none;
  vertical-align: top;
  position: absolute;
  top: 11px;
  left: 11px;
}

.group-body .field-addthis .block-addthis a[class^="addthis_button"] span.at-icon-wrapper svg,.group-html .field-addthis .block-addthis a[class^="addthis_button"] span.at-icon-wrapper svg,.group-left-rail .field-addthis .block-addthis a[class^="addthis_button"] span.at-icon-wrapper svg {
  width: 26px !important;
  height: 26px !important;
}
