/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .entry-summary, .entry-content{
  position: relative;
 }

 .rt-share-btns{
  position: absolute;
  bottom: -7px;
  right: 0;
  width: auto;
  text-align: right;
  white-space: nowrap;
  z-index: 0;
  display: inline-block;
  padding: 10px 0;
}

/*.format-status .rt-share-btns{
  bottom: -70px;
  right: -65px;
}*/

.single .format-status .rt-share-btns{
  bottom: -90px;
  right: -58px;
}

/*.format-quote .rt-share-btns{
  bottom: -50px;
  right: 5px;
}*/

/*.entry-content .rt-share-btns{
    position: relative;
    width: auto;
    float: right;
    bottom: -7px;
}*/

.format-quote .entry-content .rt-share-btns{
  right: 0;
}


.rt-share-btn-trigger{
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  padding:12px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px #efefef;
          box-shadow: 0 0 0 1px #efefef;
  color: #555;
  background: white;
  display: block;
  margin-right: 5px;
}

button.rt-share-btn-trigger:focus,
button.rt-share-btn-trigger:active {
  outline:none;
}

.entry-content .rt-share-btn-trigger{
    margin-right: 0;
}

.rt-share-btn-trigger i{
  width: auto;
  height: auto;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rt-share-ul-wrap{
  display:none;
}


.rt-share-list{
  position: absolute;
  top: 0;
  opacity: 0;
  right: 40px;
  margin: 0 !important;
  list-style: none;
  padding:0;
  z-index: 0;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in-out, right 0.2s ease-in-out  ;
  transition: opacity 0.3s ease-in-out, right 0.2s ease-in-out  ; 
  background-color: white;
  display:none;
  padding: 10px 0 10px 10px;
  font-size: 0;
}


.rt-share-list li{
  display: inline-block;
  color: #555555;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #efefef;
          box-shadow: 0 0 0 1px #efefef;
}

.rt-share-list li:last-child{
  margin-right: 0;
}


.rt-share-list li a{
  position: relative;
  display: inline-block;
  line-height: 0;
  color: inherit;
}


.rt-share-list li a{
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: none;
  transition: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  text-align: center; 
}

.rt-share-list li a i{
  width: 20px;
  height: 20px;
}



.rt-share-list li a i:before{
  position: absolute; 
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  margin: 0;
  width: auto;
}


.rt-share-meta{
  position: absolute;
  background-color:#555;
  color:white;
  left:50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding:0 10px;
  display:none;
  white-space: nowrap;
  z-index:10;
  font-size:16px;
}

.rt-share-count{
  display:none;
}


.rt-arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  position: absolute;
  left:50%;
  top:-5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rt-share-btn{
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}

.rt-share-btn:hover{
  color : white;
}

.rt-share-btn-twitter:hover{
  background-color: #5EA9DD;
}

.rt-share-btn-facebook:hover{
  background-color: #3B5998;
}

.rt-share-btn-skype:hover{
  background-color: #00AFF0;
}

.rt-share-btn-reddit:hover{
  background-color: #FF4500;
}

.rt-share-btn-gplus:hover{
  background-color: #DE5347;
}

.rt-share-btn-pocket:hover{
  background-color: #ED4054;
}

.rt-share-btn-pinterest:hover{
  background-color: #CB2027;
}

.rt-share-btn-linkedin:hover{
  background-color: #0274B3;
}

.rt-share-btn-email:hover{
  background-color: #e74c3c;
}

.rt-share-btn-vk:hover{
  background-color: #4C75A3;
}


.rt-share-btn .tooltip{
  white-space: nowrap;
}
