/*color*/
@font-face {
  font-family: 'sharing_plus_icon';
  src: url("../fonts/sharing_plus_icon.eot?eahqa2");
  src: url("../fonts/sharing_plus_icon.eot?eahqa2#iefix") format("embedded-opentype"), url("../fonts/sharing_plus_icon.ttf?eahqa2") format("truetype"), url("../fonts/sharing_plus_icon.woff?eahqa2") format("woff"), url("../fonts/sharing_plus_icon.svg?eahqa2#sharing_plus_icon") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes checkbox-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
            transform: scale(4); } }

@-moz-keyframes checkbox-ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(4);
         transform: scale(4); } }

@-o-keyframes checkbox-ripple {
  100% {
    opacity: 0;
    -o-transform: scale(4);
       transform: scale(4); } }

@keyframes checkbox-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
       -moz-transform: scale(4);
         -o-transform: scale(4);
            transform: scale(4); } }

@-webkit-keyframes sharing_plus_sidebar {
  from {
    width: 0px; }
  to {
    width: 26px; } }

@-moz-keyframes sharing_plus_sidebar {
  from {
    width: 0px; }
  to {
    width: 26px; } }

@-o-keyframes sharing_plus_sidebar {
  from {
    width: 0px; }
  to {
    width: 26px; } }

@keyframes sharing_plus_sidebar {
  from {
    width: 0px; }
  to {
    width: 26px; } }

@-webkit-keyframes sharing_plus_inline {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes sharing_plus_inline {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes sharing_plus_inline {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes sharing_plus_inline {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes sharing_plus_media {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes sharing_plus_media {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes sharing_plus_media {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes sharing_plus_media {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes sharing_plus_popup {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
    opacity: 0; }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }

@-moz-keyframes sharing_plus_popup {
  from {
    -moz-transform: translate(-50%, -50%) scale(0.7);
         transform: translate(-50%, -50%) scale(0.7);
    opacity: 0; }
  to {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }

@-o-keyframes sharing_plus_popup {
  from {
    -o-transform: translate(-50%, -50%) scale(0.7);
       transform: translate(-50%, -50%) scale(0.7);
    opacity: 0; }
  to {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }

@keyframes sharing_plus_popup {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
       -moz-transform: translate(-50%, -50%) scale(0.7);
         -o-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
    opacity: 0; }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }

@-webkit-keyframes sharing_plus_flyin {
  from {
    height: 0px; }
  to {
    height: 54px; } }

@-moz-keyframes sharing_plus_flyin {
  from {
    height: 0px; }
  to {
    height: 54px; } }

@-o-keyframes sharing_plus_flyin {
  from {
    height: 0px; }
  to {
    height: 54px; } }

@keyframes sharing_plus_flyin {
  from {
    height: 0px; }
  to {
    height: 54px; } }

.sharing_plus_settings_box .ui-sortable li {
  cursor: move;
  list-style: none; }

.sharing_plus_social_links li a {
  width: 100%;
  display: block;
  position: relative; }

.sharing_plus_social_links .dashicons {
  position: absolute;
  right: 10px;
  margin-top: 3px; }

.sharing_plus_social_links .twitter .dashicons {
  color: #45b0e3; }

.sharing_plus_social_links .facebook .dashicons {
  color: #3b5998; }

.sharing_plus_social_links .wordpress .dashicons {
  color: #21759b; }

.sharing_plus_right_sidebar {
  width: 255px;
  float: right;
  min-width: inherit;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 850px) {
    .sharing_plus_right_sidebar {
      float: left; } }
  .sharing_plus_right_sidebar .plugins_lists li {
    padding-bottom: 12px;
    line-height: 1.4; }

.sharing_plus_settings_box {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background-color: #f6f6f6; }
  .sharing_plus_settings_box h2 {
    background-color: #f6f6f6; }
  .sharing_plus_settings_box ul {
    margin: 0;
    vertical-align: top;
    background-color: #fff;
    padding: 15px 15px 10px 10px; }
    .sharing_plus_settings_box ul li {
      line-height: 16px;
      display: inline-block;
      margin: 0 0 5px 5px; }

#sharing_plus_subscribe_btn {
  display: block;
  margin: 20px auto 0; }

.sharing-plus-buttons-style {
  padding: 5px 0 5px 70px;
  list-style: none;
  position: relative; }
  .sharing-plus-buttons-style label {
    width: 60px;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    top: 0;
    left: 0; }
  .sharing-plus-buttons-style input[type=radio] {
    border-radius: 0;
    position: relative;
    display: none; }
    .sharing-plus-buttons-style input[type=radio]:checked + .radio {
      border-color: #0085ba; }
      .sharing-plus-buttons-style input[type=radio]:checked + .radio:before {
        content: "";
        height: 18px;
        width: 18px;
        display: block;
        border-radius: 100%;
        background-color: #0085ba; }
      .sharing-plus-buttons-style input[type=radio]:checked + .radio .shadow {
        display: block;
        -webkit-animation-name: checkbox-ripple;
           -moz-animation-name: checkbox-ripple;
             -o-animation-name: checkbox-ripple;
                animation-name: checkbox-ripple;
        -webkit-animation-duration: 400ms;
           -moz-animation-duration: 400ms;
             -o-animation-duration: 400ms;
                animation-duration: 400ms;
        -webkit-animation-timing-function: ease-out;
           -moz-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
  .sharing-plus-buttons-style .radio {
    top: 50%;
    left: 50%;
    color: #555;
    clear: none;
    outline: 0;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: 0;
    min-width: 32px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #dedede;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    -moz-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out; }
  .sharing-plus-buttons-style.social-active {
    border-color: #0085ba; }
  .sharing-plus-buttons-style:after {
    content: '';
    display: table;
    clear: both; }
  .sharing-plus-buttons-style + div.sharing-plus-buttons-style {
    margin-top: 10px; }

.sharing-plus-nav li {
  list-style: none;
  margin: 5px 4px;
  display: inline-block; }
  .sharing-plus-nav li a {
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .sharing-plus-nav li a:after {
      font-family: 'sharing_plus_icon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      left: 0;
      position: absolute;
      font-size: 17px;
      top: 0;
      width: 38px;
      height: 38px;
      text-align: center;
      line-height: 38px;
      border-radius: 3px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .sharing-plus-nav li a.sharing-plus-social-fb-share:after {
      content: "\e900"; }
    .sharing-plus-nav li a.sharing-plus-social-twt-share:after {
      content: "\e904"; }
    .sharing-plus-nav li a.sharing-plus-social-gplus-share:after {
      content: "\e901"; }

.sharing-plus-nav ul {
  list-style: none;
  margin: 0; }

.sharing-plus-nav.simple-icons a {
  position: relative;
  padding: 2px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  text-decoration: none; }
  .sharing-plus-nav.simple-icons a.sharing-plus-social-fb-share {
    background-color: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    white-space: nowrap;
    padding: 0;
    line-height: 18px;
    height: 20px;
    display: inline-block; }
    .sharing-plus-nav.simple-icons a.sharing-plus-social-fb-share .icon {
      width: 16px;
      height: 16px;
      display: inline-block;
      position: relative;
      top: 1px; }
    .sharing-plus-nav.simple-icons a.sharing-plus-social-fb-share .sharing-plus-social-hidden-text {
      display: inline-block;
      font-size: 12px;
      line-height: 18px;
      vertical-align: top;
      padding-left: 4px;
      padding-right: 4px; }
  .sharing-plus-nav.simple-icons a.sharing-plus-social-twt-share {
    background-color: #1b95e0;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    white-space: nowrap;
    padding: 0;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    padding: 1px 8px 1px 6px; }
    .sharing-plus-nav.simple-icons a.sharing-plus-social-twt-share .icon {
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 2px; }
    .sharing-plus-nav.simple-icons a.sharing-plus-social-twt-share .sharing-plus-social-hidden-text {
      vertical-align: top;
      font-size: 12px;
      line-height: 18px;
      vertical-align: top;
      padding-left: 2px; }
  .sharing-plus-nav.simple-icons a.sharing-plus-social-gplus-share .icon {
    border: 1px solid #d5d5d5;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-transition: background-color .218s,border-color .218s,-webkit-box-shadow .218s;
    transition: background-color .218s,border-color .218s,-webkit-box-shadow .218s;
    -o-transition: background-color .218s,border-color .218s,box-shadow .218s;
    -moz-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s,-webkit-box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    height: 20px;
    line-height: 18px;
    padding: 0;
    display: inline-block; }
  .sharing-plus-nav.simple-icons a.sharing-plus-social-gplus-share svg {
    fill: #db4437; }

.sharing-plus-nav.simple-icons li a:after {
  display: none; }

.sharing-plus-nav.sm-round li a {
  border: 1px solid #dedede;
  border-radius: 4px;
  height: 38px;
  line-height: 26px;
  padding: 4px 15px 4px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding-left: 38px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(#dddddd));
  background-image: -webkit-linear-gradient(right, white 0%, #dddddd 100%);
  background-image: -moz- oldlinear-gradient(right, white 0%, #dddddd 100%);
  background-image: -o-linear-gradient(right, white 0%, #dddddd 100%);
  background-image: linear-gradient(-90deg, white 0%, #dddddd 100%); }
  .sharing-plus-nav.sm-round li a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(#dddddd));
    background-image: -webkit-linear-gradient(left, white 0%, #dddddd 100%);
    background-image: -moz- oldlinear-gradient(left, white 0%, #dddddd 100%);
    background-image: -o-linear-gradient(left, white 0%, #dddddd 100%);
    background-image: linear-gradient(90deg, white 0%, #dddddd 100%); }
  .sharing-plus-nav.sm-round li a.sharing-plus-social-fb-share {
    color: #43609c; }
  .sharing-plus-nav.sm-round li a.sharing-plus-social-twt-share {
    color: #1da1f2; }
  .sharing-plus-nav.sm-round li a.sharing-plus-social-gplus-share {
    color: #db4437; }

.sharing-plus-nav.simple-round li a {
  height: 38px;
  line-height: 26px;
  padding: 4px 15px 4px 48px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  color: #fff;
  border-radius: 3px; }
  .sharing-plus-nav.simple-round li a:before {
    content: '';
    left: 0;
    position: absolute;
    font-size: 17px;
    top: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .sharing-plus-nav.simple-round li a span {
    position: relative;
    z-index: 1; }
  .sharing-plus-nav.simple-round li a.sharing-plus-social-fb-share {
    background-color: #43609c; }
    .sharing-plus-nav.simple-round li a.sharing-plus-social-fb-share:before, .sharing-plus-nav.simple-round li a.sharing-plus-social-fb-share:after {
      background-color: #354e83; }
  .sharing-plus-nav.simple-round li a.sharing-plus-social-twt-share {
    background-color: #1da1f2; }
    .sharing-plus-nav.simple-round li a.sharing-plus-social-twt-share:before, .sharing-plus-nav.simple-round li a.sharing-plus-social-twt-share:after {
      background-color: #1889cf; }
  .sharing-plus-nav.simple-round li a.sharing-plus-social-gplus-share {
    background-color: #db4437; }
    .sharing-plus-nav.simple-round li a.sharing-plus-social-gplus-share:before, .sharing-plus-nav.simple-round li a.sharing-plus-social-gplus-share:after {
      background-color: #bb372b; }
  .sharing-plus-nav.simple-round li a:hover:before {
    width: 100%; }

.sharing-plus-nav.round-txt li a {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 19px;
  height: 38px;
  line-height: 26px;
  padding: 5px 15px 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding-left: 38px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative; }
  .sharing-plus-nav.round-txt li a.sharing-plus-social-fb-share {
    color: #43609c;
    border-color: #43609c; }
    .sharing-plus-nav.round-txt li a.sharing-plus-social-fb-share:hover {
      background-color: #43609c;
      color: #fff; }
  .sharing-plus-nav.round-txt li a.sharing-plus-social-twt-share {
    color: #1da1f2;
    border-color: #1da1f2; }
    .sharing-plus-nav.round-txt li a.sharing-plus-social-twt-share:hover {
      background-color: #1da1f2;
      color: #fff; }
  .sharing-plus-nav.round-txt li a.sharing-plus-social-gplus-share {
    color: #db4437;
    border-color: #db4437; }
    .sharing-plus-nav.round-txt li a.sharing-plus-social-gplus-share:hover {
      background-color: #db4437;
      color: #fff; }

.sharing-plus-nav.round-btm-border li a {
  border-radius: 3px;
  height: 38px;
  line-height: 26px;
  padding: 5px 15px 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding-left: 38px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sharing-plus-nav.round-btm-border li a:hover {
    color: #fff; }
  .sharing-plus-nav.round-btm-border li a.sharing-plus-social-fb-share {
    -webkit-box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
            box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    color: #43609c; }
    .sharing-plus-nav.round-btm-border li a.sharing-plus-social-fb-share:hover {
      -webkit-box-shadow: inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
              box-shadow: inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
      color: #fff; }
  .sharing-plus-nav.round-btm-border li a.sharing-plus-social-twt-share {
    -webkit-box-shadow: inset 0px 0px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
            box-shadow: inset 0px 0px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    color: #1da1f2; }
    .sharing-plus-nav.round-btm-border li a.sharing-plus-social-twt-share:hover {
      -webkit-box-shadow: inset 0px -40px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
              box-shadow: inset 0px -40px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
      color: #fff; }
  .sharing-plus-nav.round-btm-border li a.sharing-plus-social-gplus-share {
    -webkit-box-shadow: inset 0px 0px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
            box-shadow: inset 0px 0px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    color: #db4437; }
    .sharing-plus-nav.round-btm-border li a.sharing-plus-social-gplus-share:hover {
      -webkit-box-shadow: inset 0px -40px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
              box-shadow: inset 0px -40px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
      color: #fff; }

.sharing-plus-nav.flat-button-border li a {
  border-radius: 0;
  height: 38px;
  line-height: 26px;
  padding: 5px 15px 5px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding-left: 38px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sharing-plus-nav.flat-button-border li a.sharing-plus-social-fb-share {
    background-color: #43609c;
    -webkit-box-shadow: inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
            box-shadow: inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83; }
    .sharing-plus-nav.flat-button-border li a.sharing-plus-social-fb-share:hover {
      -webkit-box-shadow: inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
              box-shadow: inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83; }
  .sharing-plus-nav.flat-button-border li a.sharing-plus-social-twt-share {
    background-color: #1da1f2;
    -webkit-box-shadow: inset 0px 0px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
            box-shadow: inset 0px 0px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf; }
    .sharing-plus-nav.flat-button-border li a.sharing-plus-social-twt-share:hover {
      -webkit-box-shadow: inset 0px -40px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
              box-shadow: inset 0px -40px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf; }
  .sharing-plus-nav.flat-button-border li a.sharing-plus-social-gplus-share {
    background-color: #db4437;
    -webkit-box-shadow: inset 0px 0px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
            box-shadow: inset 0px 0px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b; }
    .sharing-plus-nav.flat-button-border li a.sharing-plus-social-gplus-share:hover {
      -webkit-box-shadow: inset 0px -40px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
              box-shadow: inset 0px -40px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b; }

.sharing-plus-nav.round-icon li a {
  height: 38px;
  line-height: 38px;
  width: 38px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 50%; }
  .sharing-plus-nav.round-icon li a:after {
    width: 34px;
    height: 34px;
    line-height: 34px; }
  .sharing-plus-nav.round-icon li a .sharing-plus-social-hidden-text {
    display: none; }
  .sharing-plus-nav.round-icon li a.sharing-plus-social-fb-share {
    color: #43609c;
    border: 2px solid #354e83; }
    .sharing-plus-nav.round-icon li a.sharing-plus-social-fb-share:hover {
      color: #fff;
      background-color: #43609c; }
  .sharing-plus-nav.round-icon li a.sharing-plus-social-twt-share {
    color: #1da1f2;
    border: 2px solid #1889cf; }
    .sharing-plus-nav.round-icon li a.sharing-plus-social-twt-share:hover {
      color: #fff;
      background-color: #1889cf; }
  .sharing-plus-nav.round-icon li a.sharing-plus-social-gplus-share {
    color: #db4437;
    border: 2px solid #bb372b; }
    .sharing-plus-nav.round-icon li a.sharing-plus-social-gplus-share:hover {
      color: #fff;
      background-color: #bb372b; }

.sharing-plus-social-postion-outer-wrapper {
  font-size: 0; }
  @media screen and (max-width: 480px) {
    .sharing-plus-social-postion-outer-wrapper {
      text-align: center; } }

.sharing-plus-social-postion-outer {
  display: block;
  padding: 0 10px;
  float: left;
  width: 250px;
  max-width: 100%; }
  .sharing-plus-social-postion-outer .sharing-plus-social-postion-box {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    display: block;
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
    padding: 13px 15% 20px; }
    .sharing-plus-social-postion-outer .sharing-plus-social-postion-box.social-active {
      border: 1px solid #0085ba; }

.sharing-plus-social-position-label {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 2.5em;
  padding: 0 28px 0 10px;
  background-color: #f2f2f2; }
  .sharing-plus-social-position-label input[type="checkbox"] {
    display: none; }
    .sharing-plus-social-position-label input[type="checkbox"] + .checkbox {
      top: 0;
      right: 0;
      width: 16px;
      height: 16px;
      border-radius: 0;
      position: absolute;
      margin: 8px 5px 0 8px;
      border: 1px solid #b4b9be; }
    .sharing-plus-social-position-label input[type="checkbox"]:checked + .checkbox {
      background-color: #0085ba;
      border: 1px solid #0085ba; }
      .sharing-plus-social-position-label input[type="checkbox"]:checked + .checkbox:before {
        content: "";
        width: 10px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 5px;
        right: 0px;
        margin: 0;
        border: 0;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .sharing-plus-social-position-label input[type="checkbox"]:checked + .checkbox:after {
        content: "";
        width: 5px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 7px;
        left: 2px;
        margin: 0;
        border: 0;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
      .sharing-plus-social-position-label input[type="checkbox"]:checked + .checkbox .shadow {
        display: block;
        -webkit-animation-name: checkbox-ripple;
           -moz-animation-name: checkbox-ripple;
             -o-animation-name: checkbox-ripple;
                animation-name: checkbox-ripple;
        -webkit-animation-duration: 400ms;
           -moz-animation-duration: 400ms;
             -o-animation-duration: 400ms;
                animation-duration: 400ms;
        -webkit-animation-timing-function: ease-out;
           -moz-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }

.sharing-plus-social-blue-box {
  display: block;
  height: 107px;
  background-color: #dedede; }

.sharing-plus-social-sidebar .sharing-plus-social-highlight {
  left: 0;
  top: 30px;
  width: 26px;
  height: 80px;
  position: absolute;
  background-color: #0085ba; }

.sharing-plus-social-sidebar.social-active .sharing-plus-social-highlight {
  -webkit-animation-name: sharing_plus_sidebar;
     -moz-animation-name: sharing_plus_sidebar;
       -o-animation-name: sharing_plus_sidebar;
          animation-name: sharing_plus_sidebar;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s; }

.sharing-plus-social-inline .sharing-plus-social-highlight {
  width: 100%;
  height: 20px;
  background-color: #0085ba;
  display: block;
  margin: 13px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0; }

.sharing-plus-social-inline .sharing-plus-social-blue-box {
  height: 76px;
  margin-bottom: 31px;
  position: relative; }

.sharing-plus-social-inline.social-active .sharing-plus-social-highlight {
  -webkit-animation-name: sharing_plus_inline;
     -moz-animation-name: sharing_plus_inline;
       -o-animation-name: sharing_plus_inline;
          animation-name: sharing_plus_inline;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s; }

.sharing-plus-social-media .sharing-plus-social-highlight {
  position: absolute;
  top: 11px;
  width: 75px;
  height: 25px;
  left: 11px;
  background-color: #0085ba; }

.sharing-plus-social-media .sharing-plus-social-blue-box {
  position: relative; }

.sharing-plus-social-media.social-active .sharing-plus-social-highlight {
  -webkit-animation-name: sharing_plus_media;
     -moz-animation-name: sharing_plus_media;
       -o-animation-name: sharing_plus_media;
          animation-name: sharing_plus_media;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s; }

.sharing-plus-social-popup .sharing-plus-social-blue-box {
  position: relative; }

.sharing-plus-social-popup.social-active .sharing-plus-social-highlight {
  -webkit-animation-name: sharing_plus_popup;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  -moz-animation-name: sharing_plus_popup;
    -o-animation-name: sharing_plus_popup;
       animation-name: sharing_plus_popup;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s; }

.shadow {
  height: 16px;
  width: 16px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  background-color: #03a9f4; }
  .shadow.animated {
    display: block;
    -webkit-animation-name: checkbox-ripple;
       -moz-animation-name: checkbox-ripple;
         -o-animation-name: checkbox-ripple;
            animation-name: checkbox-ripple;
    -webkit-animation-duration: 400ms;
       -moz-animation-duration: 400ms;
         -o-animation-duration: 400ms;
            animation-duration: 400ms;
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.sharing-plus-buttons-style-outer {
  border-bottom: 1px solid #dedede; }
  .sharing-plus-buttons-style-outer * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }

.sharing-plus-nav.round-icon ul {
  font-size: 0;
  height: 48px; }
  .sharing-plus-nav.round-icon ul li {
    height: 38px; }

.sharing-plus-social-form-section {
  margin: 9px 0; }
  .sharing-plus-social-form-section:after {
    content: '';
    display: table;
    clear: both; }
  .sharing-plus-social-form-section label, .sharing-plus-social-form-section h5 {
    font-size: 13px;
    font-weight: normal;
    line-height: 28px;
    color: #444;
    width: 250px;
    float: left;
    margin: 0; }
    @media only screen and (max-width: 850px) {
      .sharing-plus-social-form-section label, .sharing-plus-social-form-section h5 {
        width: 200px; } }
    @media screen and (max-width: 480px) {
      .sharing-plus-social-form-section label, .sharing-plus-social-form-section h5 {
        width: 100%; } }
  .sharing-plus-social-form-section .sharing-plus-social-switch {
    width: 33px;
    height: 14px;
    background-color: #b0afaf;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    margin-left: 10px; }
    .sharing-plus-social-form-section .sharing-plus-social-switch:after {
      width: 20px;
      height: 20px;
      background-color: #f1f1f1;
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.48);
              box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.48);
      border-radius: 50%;
      content: '';
      position: absolute;
      left: -8px;
      top: -3px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .sharing-plus-social-form-section .sharing-plus-social-switch:active:after {
      -webkit-box-shadow: 0 0.25rem 0.5rem rgba(175, 175, 175, 0.28), 0 0 0 1.25rem rgba(175, 175, 175, 0.28);
              box-shadow: 0 0.25rem 0.5rem rgba(175, 175, 175, 0.28), 0 0 0 1.25rem rgba(175, 175, 175, 0.28);
      z-index: 100; }
  .sharing-plus-social-form-section input[type="checkbox"] {
    display: none; }
    .sharing-plus-social-form-section input[type="checkbox"]:checked + .sharing-plus-social-switch {
      background-color: #28afe5; }
      .sharing-plus-social-form-section input[type="checkbox"]:checked + .sharing-plus-social-switch:after {
        left: 20px;
        background-color: #0085ba;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(40, 175, 229, 0.48);
                box-shadow: 0px 1px 3px 0px rgba(40, 175, 229, 0.48); }
      .sharing-plus-social-form-section input[type="checkbox"]:checked + .sharing-plus-social-switch:active:after {
        -webkit-box-shadow: 0 0.25rem 0.5rem rgba(40, 175, 229, 0.28), 0 0 0 1.25rem rgba(40, 175, 229, 0.28);
                box-shadow: 0 0.25rem 0.5rem rgba(40, 175, 229, 0.28), 0 0 0 1.25rem rgba(40, 175, 229, 0.28);
        z-index: 100; }
  .sharing-plus-social-form-section .s-hidden {
    visibility: hidden;
    padding-right: 10px; }
  .sharing-plus-social-form-section .select {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    width: 280px;
    color: black;
    border-bottom: 1px solid #dddddd;
    max-width: -moz-calc(100% - 250px);
    max-width: calc(100% - 250px);
    display: block;
    height: 28px;
    border-radius: 0;
    background-color: #fff;
    float: left; }
    @media only screen and (max-width: 850px) {
      .sharing-plus-social-form-section .select {
        max-width: -moz-calc(100% - 200px);
        max-width: calc(100% - 200px); } }
    @media screen and (max-width: 480px) {
      .sharing-plus-social-form-section .select {
        width: 100%;
        max-width: 100%; } }
    .sharing-plus-social-form-section .select .s-hidden {
      display: none; }
  .sharing-plus-social-form-section .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 2px 16px;
    font: 400 14px 'Source Sans Pro', Arial, Sans-Serif;
    color: #838385;
    line-height: 24px;
    border-radius: 0; }
    .sharing-plus-social-form-section .styledSelect:active, .sharing-plus-social-form-section .styledSelect.active {
      background-color: #eee; }
    .sharing-plus-social-form-section .styledSelect:after {
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-color: #b6b9bc transparent transparent transparent;
      position: absolute;
      top: 12px;
      right: 14px; }
  .sharing-plus-social-form-section .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    max-height: 200px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 277px;
    width: 100%; }
    .sharing-plus-social-form-section .options li {
      margin: 0 0;
      padding: 6px 16px;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.87); }
      .sharing-plus-social-form-section .options li:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .sharing-plus-social-form-section .left-section .options li {
    list-style-type: none;
    margin-left: 0; }

.sharing-plus-social-inline-form-section label {
  margin-right: 40px; }
  @media screen and (max-width: 480px) {
    .sharing-plus-social-inline-form-section label {
      margin-right: 10px; } }

.sharing-plus-social-inline-form-section .checkbox {
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 20px;
  position: relative;
  border: 1px solid #b4b9be;
  background-color: #fff;
  -webkit-transition: .05s border-color ease-in-out;
  -o-transition: .05s border-color ease-in-out;
  -moz-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out; }
  @media screen and (max-width: 480px) {
    .sharing-plus-social-inline-form-section .checkbox {
      margin-right: 5px; } }
  .sharing-plus-social-inline-form-section .checkbox .shadow.animated {
    display: block;
    -webkit-animation-name: checkbox-ripple;
    -moz-animation-name: checkbox-ripple;
      -o-animation-name: checkbox-ripple;
         animation-name: checkbox-ripple;
    -webkit-animation-duration: 400ms;
       -moz-animation-duration: 400ms;
         -o-animation-duration: 400ms;
            animation-duration: 400ms;
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.sharing-plus-social-inline-form-section input[type="checkbox"] {
  margin-right: 20px;
  display: none; }
  .sharing-plus-social-inline-form-section input[type="checkbox"]:checked + .checkbox {
    background-color: #0085ba;
    border-color: #0085ba; }
    .sharing-plus-social-inline-form-section input[type="checkbox"]:checked + .checkbox:before {
      color: #fff;
      content: "";
      width: 10px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 5px;
      right: 0px;
      margin: 0;
      border: 0;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 100; }
    .sharing-plus-social-inline-form-section input[type="checkbox"]:checked + .checkbox:after {
      content: "";
      width: 5px;
      height: 2px;
      position: absolute;
      top: 7px;
      left: 2px;
      margin: 0;
      border: 0;
      z-index: 100;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #fff; }

div.inside .sharing-plus-social-form-section ul.options li {
  margin-left: 0;
  list-style: none; }

.sharing-plus-social-input {
  width: 500px;
  float: left;
  position: relative;
  max-width: -moz-calc(100% - 250px);
  max-width: calc(100% - 250px); }
  @media only screen and (max-width: 850px) {
    .sharing-plus-social-input {
      max-width: -moz-calc(100% - 200px);
      max-width: calc(100% - 200px); } }
  @media screen and (max-width: 480px) {
    .sharing-plus-social-input {
      width: 100%;
      max-width: 100%; } }
  .sharing-plus-social-input input {
    z-index: 1;
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    background-color: none;
    border-bottom: 1px solid #ddd; }
    .sharing-plus-social-input input:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .sharing-plus-social-input textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
    background-color: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    resize: none;
    height: 80px;
    padding: 0;
    display: block; }
    .sharing-plus-social-input textarea:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .sharing-plus-social-input.sharing-plus-social-number {
    outline: none;
    width: 200px;
    text-align: center; }
    .sharing-plus-social-input.sharing-plus-social-number input[type="number"] {
      outline: none;
      margin: 0;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      text-align: center; }

.sharing-plus-accordions h3 {
  cursor: pointer;
  position: relative; }

.selection-color {
  float: left; }

.nav-tab .dashicons {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px; }

.simpleshare-widget-settings h2 {
  overflow: hidden;
  position: relative;
  margin-top: 2em;
  line-height: 1.5; }
  .simpleshare-widget-settings h2:after {
    content: '';
    width: 100%;
    border: .5px solid #e5e5e5;
    top: 50%;
    left: 0;
    position: absolute; }
  .simpleshare-widget-settings h2 span {
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1; }

.simpleshare-widget-settings hr {
  margin: 2em 0 0; }

/*Sharing Plus Widget css*/
.te-repeater,
.te-repeater-field-control-wrap {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }

.tcy-widget-field-wrapper.tcy_hidden_field {
  display: none; }

.te-repeater-top {
  padding: 0;
  cursor: move;
  background: #fafafa;
  color: #23282d;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }

.te-repeater-title h3, .te-repeater-title h4 {
  -moz-user-select: none;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.te-repeater-title-action {
  float: right;
  position: relative; }

.te-repeater-action {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  margin: 0;
  outline: 0 none;
  padding: 10px;
  color: #555d66; }
  .te-repeater-action .te-toggle-indicator:before {
    border-radius: 50%;
    padding: 1px 2px 1px 0;
    display: block;
    font: 400 20px/1 dashicons;
    content: "\f140";
    text-decoration: none; }

.repeater-field-control,
.repeater-table {
  margin: 0 auto 10px; }

.repeater-table.open .te-repeater-action .te-toggle-indicator:before {
  content: "\f142"; }

.repeater-fields,
.te-repeater-inside {
  line-height: 16px;
  padding: 10px 15px 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }

.te-sortable-placeholder {
  border: 1px dashed #b4b9be;
  margin: 0 auto 10px;
  height: 45px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.te-icons-wrapper .icons-list-wrapper {
  height: 180px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%; }

.te-icons-wrapper .icons-list-wrapper span {
  display: block;
  float: left;
  padding: 14px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%; }
  .te-icons-wrapper .icons-list-wrapper span.selected, .te-icons-wrapper .icons-list-wrapper span:hover {
    background: #2d2d2d;
    color: #fff; }

.icon-preview,
.icon-toggle {
  background: #2d2d2d;
  height: 40px;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #2d2d2d;
  border-radius: 8px;
  color: #fff;
  padding-bottom: 3px;
  display: inline-block;
  min-width: 40px;
  cursor: pointer; }

.icon-preview i {
  font-size: 25px;
  padding: 9px; }

.icon-toggle,
.icon-toggle span {
  background: 0 0;
  border: none;
  color: #2d2d2d;
  float: right;
  font-size: 17px;
  line-height: 40px; }

.icon-toggle span {
  font-size: 20px; }

.single-icon {
  cursor: pointer; }

.hide-radio {
  position: relative;
  margin-bottom: 6px; }

.hide-radio img,
.hide-radio label {
  display: block; }

.hide-radio input[type=radio] {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0; }

.hide-radio input[type=radio] + label {
  border: 3px solid #f1f1f1; }

.hide-radio input[type=radio]:checked + label {
  border: 3px solid #f88c00; }

.radio-image-wrapper {
  float: left;
  margin-right: 30px; }

.te-multiple-checkbox {
  max-height: 150px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 5px;
  list-style: none; }
  .te-multiple-checkbox ul, .te-multiple-checkbox ol {
    margin-top: 8px;
    padding-left: 18px; }

.feature-first-promo {
  border-bottom: 2px solid #ddd; }

.hide-radio {
  float: left;
  position: relative;
  margin: 0 10px 10px 0; }

.hide-radio img,
.hide-radio label {
  display: block; }

.hide-radio input[type=radio] {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0; }

.hide-radio input[type=radio] + label {
  border: 3px solid #f1f1f1; }

.hide-radio input[type=radio]:checked + label {
  border: 3px solid #f88c00; }

div[id*="_sharing_plus_"].widget .widget-title h3:before {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  content: "TY";
  display: block;
  padding: 4px;
  background-color: red;
  font-size: 12px;
  position: absolute;
  border-radius: 0 0 25px;
  text-align: left;
  line-height: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/*admin tab*/
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.sharing-plus-tab-content {
  display: none; }

.sharing-plus-postbox img {
  max-width: 100%;
  height: auto; }

.sharing-plus-bottom-actions {
  padding: 10px;
  clear: both;
  border-top: 1px solid #ddd;
  background: #f5f5f5; }
  .sharing-plus-bottom-actions .btn {
    margin: 3px 1px; }

.sharing-plus-top-title {
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: #0085ba; }

.sharing-plus-tab-content h2 {
  padding: 20px 12px 8px 0;
  font-size: 1.6em; }

.sharing_plus_widget_field {
  margin: 1em 0;
  clear: both; }

.sharing_plus_widget_icon_wrap {
  position: relative; }
  .sharing_plus_widget_icon_wrap .widefat {
    padding-right: 40px; }
  .sharing_plus_widget_icon_wrap .sharing_plus_icon {
    top: -2px;
    right: 0;
    width: 35px;
    height: 30px;
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    position: absolute;
    background: #006799;
    border-radius: 3px; }

.wp-picker-container {
  display: block;
  padding-top: 5px; }

.sharing-plus-hidden {
  display: none; }
  .sharing-plus-hidden[type="radio"], .sharing-plus-hidden[type="checkbox"] {
    display: none; }

.sharing-plus-tab-content {
  display: none;
  border: 1px solid #dedede;
  padding: 0 15px;
  background: #fdfdfd; }
  .sharing-plus-tab-content.sharing-plus-content-active {
    display: block; }

.widget-content .sharing-plus-tab-content {
  margin: 0 -15px 15px; }

/*icon picker*/
.popover-title input[type="search"] {
  width: 100%; }

.iconpicker-popover.popover {
  width: auto;
  position: static;
  border: 1px solid #dedede; }

.tcy-accordion-title {
  display: block;
  background: #f1f1f1;
  line-height: 30px;
  text-transform: uppercase;
  padding: 5px 35px 5px 15px;
  position: relative; }
  .tcy-accordion-title .tcy-accordion-arrow {
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    font-size: 18px; }

.tcy-widget-accordion-wrapper {
  padding-top: 10px; }

.tcy-accordion-wrapper {
  margin-bottom: 10px; }
  .tcy-accordion-wrapper .tcy-accordion-content {
    display: none;
    padding: 10px 15px;
    background: #fafafa; }
  .tcy-accordion-wrapper.open .tcy-accordion-content {
    display: block; }

.clearfix {
  clear: both; }

/*Sharing Plus review Notices*/
.sharing-plus-review-notice {
  padding: 15px 15px 15px 0;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px 20px 0 0;
  border-left: 4px solid transparent; }
  .sharing-plus-review-notice:after {
    content: '';
    display: table;
    clear: both; }

.sharing-plus-review-thumbnail {
  width: 114px;
  float: left;
  line-height: 80px;
  text-align: center;
  border-right: 4px solid transparent; }
  .sharing-plus-review-thumbnail img {
    width: 74px;
    vertical-align: middle; }

.sharing-plus-review-text {
  overflow: hidden; }
  .sharing-plus-review-text h3 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.3; }
  .sharing-plus-review-text p {
    font-size: 13px;
    margin: 0 0 5px; }

.sharing-plus-review-ul {
  margin: 0;
  padding: 0; }
  .sharing-plus-review-ul li {
    display: inline-block;
    margin-right: 15px; }
    .sharing-plus-review-ul li a {
      display: inline-block;
      color: #10738B;
      text-decoration: none;
      padding-left: 26px;
      position: relative; }
      .sharing-plus-review-ul li a span {
        position: absolute;
        left: 0;
        top: -2px; }
/*# sourceMappingURL=sharing-plus-admin.css.map */