@import "components/variables";
@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;
}

@keyframes checkbox-ripple {
  100% {
    opacity: 0;
    transform: scale(4);
  }
}

@keyframes sharing_plus_sidebar {
  from {
    width: 0px;
  }
  to {
    width: 26px;
  }
}

@keyframes sharing_plus_inline {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sharing_plus_media {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sharing_plus_popup {
  from {
    transform: translate(-50%, -50%) scale(.7);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@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;
      }
    }
    .dashicons {
      position: absolute;
      right: 10px;
      margin-top: 3px;
    }
    .twitter{
      .dashicons {
        color: #45b0e3;
      }
    }
    .facebook{
      .dashicons {
        color: #3b5998;
      }
    }
    .wordpress{
      .dashicons {
        color: #21759b;
      }
    }
  }

.sharing_plus_right_sidebar {
  width: 255px;
  float: right;
  min-width: inherit;
  box-sizing: border-box;
  @media only screen and (max-width: 850px) {
    float: left;
  }
  .plugins_lists{
    li {
      padding-bottom: 12px;
      line-height: 1.4;
    }
  }
}

.sharing_plus_settings_box{
  margin-bottom:15px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  h2{
    background-color: #f6f6f6;
  }
  ul {
    margin:0;
    vertical-align: top;
    background-color:$white_color;
    padding: 15px 15px 10px 10px;
    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;
  label {
    width: 60px;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    top: 0;
    left: 0;
  }
  input[type=radio]{
    border-radius: 0;
    position: relative;
    display: none;
    &:checked + .radio{
      border-color: #0085ba;
      &:before{
        content: "";
        height:18px;
        width:18px;
        display:block;
        border-radius:100%;
        background-color: #0085ba;
      }
      .shadow{
        display: block;
        animation-name: checkbox-ripple;
        animation-duration: 400ms;
        animation-timing-function: ease-out;
      }
    }
  }
  .radio{
    top: 50%;
    left: 50%;
    color: #555;
    clear: none;
    outline: 0;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: 0;
    min-width: 32px;
    appearance: none;
    position: absolute;
    text-align: center;
    cursor: pointer;
    border-radius:100%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #dedede;
    background-color: $white_color;
    transform: translate(-50%, -50%);
    transition: .05s border-color ease-in-out;
  }
  &.social-active{
    border-color: #0085ba;
  }
  &:after {
    content: '';
    display: table;
    clear: both;
  }
  &+div.sharing-plus-buttons-style {
    margin-top: 10px;
  }
}

.sharing-plus-nav{
  li{
    list-style: none;
    margin: 5px 4px;
    display: inline-block;
    a{
      text-transform: capitalize;
      box-sizing:border-box;
      &: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-social-fb-share {
        &:after {
          content: "\e900";
        }
      }
      &.sharing-plus-social-twt-share{
        &:after {
          content: "\e904";
        }
      }
      &.sharing-plus-social-gplus-share{
        &:after {
          content: "\e901";
        }
      }
    }
  }
  ul{
    list-style: none;
    margin: 0;
  }
  &.simple-icons{
    a{
      position: relative;
      padding: 2px;
      font-size: 11px;
      line-height: 1.5;
      border-radius: 3px;
      vertical-align: middle;
      text-align: left;
      color: $white_color;
      text-decoration: none;
      &.sharing-plus-social-fb-share{
        background-color: #4267b2;
        border: 1px solid #4267b2;
        color: $white_color;
        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;
        .icon{
          width: 16px;
          height: 16px;
          display: inline-block;
          position: relative;
          top: 1px;
        }
        .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-social-twt-share{
        background-color: #1b95e0;
        color: $white_color;
        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;
        .icon{
          width: 14px;
          height: 14px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          top: 2px;
        }
        .sharing-plus-social-hidden-text{
          vertical-align: top;
          font-size: 12px;
          line-height: 18px;
          vertical-align: top;
          padding-left: 2px;
        }
      }
      &.sharing-plus-social-gplus-share{
        .icon{
          border: 1px solid #d5d5d5;
          border: 1px solid rgba(0,0,0,.17);
          -webkit-border-radius: 2px;
          border-radius: 2px;
          -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
          box-shadow: 0 1px 0 rgba(0,0,0,.05);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
          transition: background-color .218s,border-color .218s,box-shadow .218s;
          -webkit-user-select: none;
          -webkit-appearance: none;
          background-color: $white_color;
          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;
        }
        svg {
            fill: #db4437;
        }
      }
    }
    li{
      a{
        &:after{
          display: none;
        }
      }
    }
  }
  &.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;
        transition: all 0.2s ease-in-out;
        background-image: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
        &:hover {
          background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
        }
        &.sharing-plus-social-fb-share {
          color: #43609c;
        }
        &.sharing-plus-social-twt-share{
          color: #1da1f2;
        }
        &.sharing-plus-social-gplus-share{
          color: #db4437;
        }
      }
    }
  }
  &.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: $white_color;
        border-radius: 3px;
        &: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;
          transition: all 0.2s ease-in-out;
        }
        span{
          position: relative;
          z-index: 1;
        }
        &.sharing-plus-social-fb-share {
          background-color: #43609c;
          &:before, &:after{
            background-color: #354e83;
          }
        }
        &.sharing-plus-social-twt-share {
          background-color: #1da1f2;
          &:before, &:after{
            background-color: #1889cf;
          }
        }
        &.sharing-plus-social-gplus-share {
          background-color: #db4437;
          &:before, &:after{
            background-color: #bb372b;
          }
        }
        &:hover{
          &:before{
            width:100%;
          }
        }
      }
    }
  }
  &.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: $white_color;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: relative;
        &.sharing-plus-social-fb-share{
          color: #43609c;
          border-color: #43609c;
          &:hover{
            background-color: #43609c;
            color: $white_color;
          }
        }
        &.sharing-plus-social-twt-share{
          color: #1da1f2;
          border-color: #1da1f2;
          &:hover{
            background-color: #1da1f2;
            color: $white_color;
          }
        }
        &.sharing-plus-social-gplus-share{
          color: #db4437;
          border-color: #db4437;
          &:hover{
            background-color: #db4437;
            color: $white_color;
          }
        }
      }
    }
  }
  &.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: $white_color;
        transition: all 0.2s ease-in-out;
        &:hover{
          color:$white_color;
        }
        &.sharing-plus-social-fb-share {
          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;
          &:hover{
            box-shadow: inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
            color: $white_color;
          }
        }
        &.sharing-plus-social-twt-share {
          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;
          &:hover{
            box-shadow: inset 0px -40px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
            color: $white_color;
          }
        }
        &.sharing-plus-social-gplus-share{
          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;
          &:hover {
            box-shadow: inset 0px -40px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
            color: $white_color;
          }
        }
      }
    }
  }
  &.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: $white_color;
        transition: all 0.2s ease-in-out;
        &.sharing-plus-social-fb-share{
          background-color: #43609c;
          box-shadow: inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
          &:hover {
            box-shadow: inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
          }
        }
        &.sharing-plus-social-twt-share{
          background-color: #1da1f2;
          box-shadow: inset 0px 0px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
          &:hover {
            box-shadow: inset 0px -40px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
          }
        }
        &.sharing-plus-social-gplus-share{
          background-color: #db4437;
          box-shadow: inset 0px 0px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
          &:hover {
            box-shadow: inset 0px -40px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
          }
        }
      }
    }
  }
  &.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: $white_color;
        border-radius: 50%;
        &:after {
          width: 34px;
          height: 34px;
          line-height: 34px;
        }
        .sharing-plus-social-hidden-text {
          display: none;
        }
        &.sharing-plus-social-fb-share{
          color: #43609c;
          border: 2px solid #354e83;
          &:hover {
            color: $white_color;
            background-color: #43609c;
          }
        }
        &.sharing-plus-social-twt-share {
          color: #1da1f2;
          border: 2px solid #1889cf;
          &:hover{
            color: $white_color;
            background-color: #1889cf;
          }
        }
        &.sharing-plus-social-gplus-share {
          color: #db4437;
          border: 2px solid #bb372b;
          &:hover{
            color: $white_color;
            background-color: #bb372b;
          }
        }
      }
    }
  }
}

.sharing-plus-social-postion-outer-wrapper{
  font-size: 0;
  @media screen and (max-width: 480px) {
    text-align: center;
  }
}

.sharing-plus-social-postion-outer{
  display: block;
  padding: 0 10px;
  float: left;
  width:250px;
  max-width:100%;
  .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;
    
    &.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;
  input[type="checkbox"]{
    display: none;
    & + .checkbox {
      top:0;
      right:0;
      width: 16px;
      height: 16px;
      border-radius: 0;
      position: absolute;
      margin:8px 5px 0 8px;
      border: 1px solid #b4b9be;
    }
    &:checked{
        & + .checkbox{
          background-color: #0085ba;
          border: 1px solid #0085ba;
          &:before{
            content: "";
            width: 10px;
            height: 2px;
            background-color: $white_color;
            position: absolute;
            top: 5px;
            right: 0px;
            margin: 0;
            border: 0;
            transform: rotate(-45deg);
          }
          &:after{
            content: "";
            width: 5px;
            height: 2px;
            background-color: $white_color;
            position: absolute;
            top: 7px;
            left: 2px;
            margin: 0;
            border: 0;
            transform: rotate(45deg);
          }
          .shadow{
            display: block;
            animation-name: checkbox-ripple;
            animation-duration: 400ms;
            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;
  }
  &.social-active{
    .sharing-plus-social-highlight{
      animation-name: sharing_plus_sidebar;
      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-blue-box {
    height: 76px;
    margin-bottom: 31px;
    position: relative;
  }
  &.social-active{
    .sharing-plus-social-highlight{
      animation-name: sharing_plus_inline;
      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-blue-box {
    position: relative;
  }
  &.social-active{
    .sharing-plus-social-highlight{
      animation-name: sharing_plus_media;
      animation-duration: 1s;
    }
  }
}

.sharing-plus-social-popup{
  .sharing-plus-social-blue-box{
    position: relative;
  }
  &.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 */
      animation-name: sharing_plus_popup;
      animation-duration: 1s;
    }
  }
}

.shadow{
  height: 16px;
  width: 16px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50%;
  transform: scale(0);
  background-color: #03a9f4;
  &.animated {
    display: block;
    animation-name: checkbox-ripple;
    animation-duration: 400ms;
    animation-timing-function: ease-out;
  }
}

.sharing-plus-buttons-style-outer{
  border-bottom:1px solid #dedede;
  *{
    box-sizing:border-box;
  }
}

.sharing-plus-nav{
  &.round-icon{
    ul{
      font-size: 0;
      height: 48px;
      li{
        height:38px;
      }
    }
  }
}

.sharing-plus-social-form-section{
  margin: 9px 0;
  &:after {
    content: '';
    display: table;
    clear: both;
  }
  label, 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) {
      width: 200px;
    }
    @media screen and (max-width: 480px){
      width: 100%;
    }
  }
  .sharing-plus-social-switch{
    width: 33px;
    height: 14px;
    background-color: #b0afaf;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    &:after{
      width: 20px;
      height: 20px;
      background-color: #f1f1f1;
      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;
      transition: all 0.3s ease-in-out;
    }
    &:active:after{
      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;
    }
  }
  input[type="checkbox"] {
    display: none;
    &:checked + .sharing-plus-social-switch{
      background-color: #28afe5;
      &:after{
        left: 20px;
        background-color: #0085ba;
        box-shadow: 0px 1px 3px 0px rgba(40, 175, 229, 0.48);
      }
      &:active:after{
        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;
      }
    }
  }
  .s-hidden {
    visibility: hidden;
    padding-right: 10px;
  }
  .select{
    cursor: pointer;
    position: relative;
    font-size: 14px;
    width: 280px;
    color: black;
    border-bottom: 1px solid #dddddd;
    max-width: calc(100% - 250px);
    display: block;
    height: 28px;
    border-radius: 0;
    background-color: $white_color;
    float: left;
    @media only screen and (max-width: 850px) {
      max-width: calc(100% - 200px);
    }
    @media screen and (max-width: 480px) {
      width: 100%;
      max-width: 100%;
    }
    .s-hidden {
      display: none;
    }
  }
  .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;
    &:active, 
    &.active {
      background-color: #eee;
    }
    &:after {
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-color: #b6b9bc transparent transparent transparent;
      position: absolute;
      top: 12px;
      right: 14px;
    }
  }
  .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: $white_color;
    border-radius: 0;
    max-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    border-radius: 0;
    box-sizing: border-box;
    width: 277px;
    width: 100%;
    li {
      margin: 0 0;
      padding: 6px 16px;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.87);
      &:hover {
        background-color: rgba(0, 0, 0, 0.1);
      }
    }
  }
  .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) {
      margin-right: 10px;
    }
  }
  .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;
    appearance: none;
    margin-right: 20px;
    position: relative;
    border: 1px solid #b4b9be;
    background-color: $white_color;
    transition: .05s border-color ease-in-out;
    @media screen and (max-width: 480px) {
      margin-right: 5px;
    }
    .shadow{
      &.animated {
        display: block;
        -webkit-animation-name: checkbox-ripple;
        animation-name: checkbox-ripple;
        animation-duration: 400ms;
        animation-timing-function: ease-out;
      }
    }
  }
  input[type="checkbox"] {
    margin-right: 20px;
    display: none;
    &:checked{
      &+.checkbox{
        background-color: #0085ba;
        border-color: #0085ba;
        &:before{
          color: $white_color;
          content: "";
          width: 10px;
          height: 2px;
          background-color: $white_color;
          position: absolute;
          top: 5px;
          right: 0px;
          margin: 0;
          border: 0;
          transform: rotate(-45deg);
          z-index: 100;
        }
        &:after{
          content: "";
          width: 5px;
          height: 2px;
          position: absolute;
          top: 7px;
          left: 2px;
          margin: 0;
          border: 0;
          z-index: 100;
          transform: rotate(45deg);
          background-color: $white_color;
        }
      }
    }
  }
}

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: calc(100% - 250px);
  @media only screen and (max-width: 850px) {
    max-width: calc(100% - 200px);
  }
  @media screen and (max-width: 480px) {
    width: 100%;
    max-width: 100%;
  }
  input {
    z-index: 1;
    border:none;
    width: 100%;
    box-shadow: none;
    position: relative;
    background-color: none;
    border-bottom: 1px solid #ddd;
    &:focus{
      outline: none;
      box-shadow: none;
    }
  }
  
  textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
    background-color: none;
    box-shadow: none;
    resize: none;
    height: 80px;
    padding: 0;
    display: block;
    &:focus {
      outline: none;
      box-shadow: none;
    }
  }
  &.sharing-plus-social-number {
    outline: none;
    width: 200px;
    text-align: center;
    input[type="number"] {
      outline: none;
      margin: 0;
      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;
    &:after {
      content: '';
      width: 100%;
      border: .5px solid #e5e5e5;
      top: 50%;
      left: 0;
      position: absolute;
    }
    span {
      display: inline-block;
      background-color: $white_color;
      padding-right: 10px;
      position: relative;
      z-index: 1;
    }
  }
  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, .04);
    box-shadow: 0 1px 1px rgba(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;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04)
}

.te-repeater-title{
    h3,h4{
        -moz-user-select: none;
        font-size: 1em;
        line-height: 1;
        margin: 0;
        overflow: hidden;
        padding: 15px;
        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-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;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04)
}

.te-sortable-placeholder {
    border: 1px dashed #b4b9be;
    margin: 0 auto 10px;
    height: 45px;
    width: 100%;
    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%;
            &.selected, &: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;
    ul, 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;
          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;
    .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;
    .widefat{
        padding-right:40px;
    }
    .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;
    &[type="radio"], &[type="checkbox"]{
      display:none;
    }
}

.sharing-plus-tab-content {
    display: none;
    border: 1px solid #dedede;
    padding: 0 15px;
    background: #fdfdfd;
    &.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-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-content{
        display:none;
        padding: 10px 15px;
        background: rgb(250, 250, 250);
    }
    &.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;
  &: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; 
  img{
    width: 74px; 
    vertical-align: middle;
  }
}
.sharing-plus-review-text{ 
  overflow: hidden; 
  h3{
    font-size: 24px; 
    margin: 0 0 5px; 
    font-weight: 400; 
    line-height: 1.3;
  }
  p{
    font-size: 13px; 
    margin: 0 0 5px;
  }
}
.sharing-plus-review-ul{ 
  margin: 0; 
  padding: 0; 
  li{
    display: inline-block; 
    margin-right: 15px;
    a{
      display: inline-block; 
      color: #10738B; 
      text-decoration: none; 
      padding-left: 26px; 
      position: relative;
      span{
        position: absolute; 
        left: 0; 
        top: -2px;
      }
    }
  }
}