/**
 * WP ULike Plugin 2.4
 *
 * http://wordpress.org/plugins/wp-ulike/
 * https://github.com/Alimir/wp-ulike
 *
 */
 
 /*------------------------- WP ULike Default Styles  -------------------------*/


 
.wpulike {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 1;
	margin:0;
}
.wpulike .counter a {
    margin: 0;
    display: inline-block;
    border-radius: .25em;
    border: 1px solid #d3d3d3;
	vertical-align: middle;
    line-height: 1em;
    padding: .25em .5em;
    font-size: .75em;
	cursor: pointer;
	max-height:25px;

    color: #777;
    background: #dfdfdf;
    box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-decoration: none;
}

.wpulike .counter a{
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.wpulike .counter a:focus{
    outline: none;
    border-color: #999;
}

.wpulike .counter a:hover,
.wpulike .counter a:active {
	text-decoration: none;
	color: #EEE;
	background-color: #bdc3c7;
	border-color: #95a5a6;
}

.wpulike .counter a.image, .wpulike .counter a.image-unlike {
	padding:0px 3px;
}



.wpulike .counter a.image-unlike{
}

.wpulike .counter a.loading {
	background-repeat:no-repeat;
	background-position:center center;
	padding:10px 20px;	
}

.wpulike .count-box {
    position: relative;
    display: inline-block;
    border: 1px solid #898F9C;
    border-radius: .25em;
    vertical-align: middle;

    color: #333;
    font-size: .75em;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25em .5em;
    margin-left: .5em;
    line-height: 1em;
    min-width: 2.25em;	
}

.wpulike .count-box:before {
    content: '';
    width: .25em;
    height: .25em;
    position: absolute;
    border: 1px solid transparent;
    background: #fff;
    border-bottom-color: #898F9C;
    left: -.2125em;
    top: 50%;
    margin-top: -.2em;
    border-left-color: #898F9C;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
}

 /*------------------------- WP ULike Extension Styles  -------------------------*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

 /*------------------------- WP ULike Widget & Likers Styles  -------------------------*/

.tiles,.most_liked_users {
  list-style-type: none !important;
  position: relative !important;
  margin: 10px 0 !important;
  padding: 0 !important;
}
.tiles li,.most_liked_users li{
	display:inline-table !important;
	cursor: pointer !important;
}
.most_liked_users li{
	margin:0 2px !important;
}

.tiles li.inactive,.most_liked_users li.inactive {
  visibility: hidden !important;
  opacity: 0 !important;
}

.tiles li img ,.most_liked_users li img {
  display: block !important;
  float: none !important;
}

.commentlist .tiles .avatar{
	left:0 !important;
}

.wp_ulike_thumbnail,.most_liked_comment .avatar{
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.wp_ulike_style_simple .wp_counter_span:before{
	content: "(";
}
.wp_ulike_style_simple .wp_counter_span:after{
	content: ")";
}
.wp_ulike_style_love .wp_counter_span{
	float:right;
	display: inline-block;
	background: #f1f1f1 url(../img/icons/heart.png) 5px center no-repeat;
	color: #333;
	font-size: 9px;
	line-height: 17px;
	font-weight: normal;
	margin: 2px 0px 0px 2px;
	vertical-align: middle;
	border-radius: 10px;
	padding:0 5px 0 23px;
	z-index: 26;	
}

 /*------------------------- WP ULike BuddyPress & bbPress Styles  -------------------------*/

#buddypress .activity ul.item-list li{
	position:initial;
}

#buddypress div.activity-meta .tiles li a{
	padding:0;
}

#buddypress .activity-content .wpulike .count-box, #bbpress-forums .bbp-reply-content .wpulike .count-box {
    font-size: small;
    padding: .3em .5em;
}

#buddypress div.activity-meta .wpulike .counter a {
    padding: 12px 20px !important;
}

#buddypress div.activity-meta .wpulike .counter a.text {
    padding: 7px 20px !important;
}

#bbpress-forums .bbp-reply-content .wpulike .counter a.text,#bbpress-forums .bbp-reply-content .wpulike .counter a.image,#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike,#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{
    margin: 0;
    display: inline-block;
    border-radius: .25em;
    border: 1px solid #d3d3d3;
    line-height: 1em;
    padding: 0.5em 1em;
    font-size: 1em;
	cursor: pointer;
	vertical-align: middle;

    color: #777;
    background: #dfdfdf;
    box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-decoration: none;
}

#bbpress-forums .bbp-reply-content .wpulike .counter a.image,#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike{
	background-repeat:no-repeat;
	background-position:center center;	
	padding: 1em 1.8em;
}

#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike{
	background-image: url(../img/icons/remove.png);
}

#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{
    background-image: url(../img/icons/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding: 1em 1.8em;	
}



 /*------------------------- WP ULike RTL support  -------------------------*/

.rtl .wpulike .count-box {
    margin-right: .5em;
    margin-left: inherit;
}

.rtl .wpulike .count-box:before {
    right: -.2125em;
    left:inherit;
    border-top-color: #898F9C;
    border-right-color: #898F9C;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.rtl .wpulike-heart .counter a,.rtl #buddypress .wpulike-heart .counter a,.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.text,.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike,.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading{
	border-left:1px solid #d3d3d3;
	border-right: 0;
}

.rtl .wpulike-heart .counter a.image,.rtl .wpulike-heart .counter a.image-unlike,.rtl #buddypress .activity-content .wpulike-heart .counter a.image, .rtl #buddypress .activity-content .wpulike-heart .counter a.image-unlike,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike,.rtl .wpulike-heart .counter a.loading,.rtl #buddypress .activity-content .wpulike-heart .counter a.loading,.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
	border-left:1px solid #E0E0E0;
	border-right: 0;    
}

.rtl .wpulike-heart .count-box {
    margin-right: 0;
    margin-left: inherit;
}

.rtl .alert-dismissable,
.rtl .alert-dismissible {
  padding-right: 0;
  padding-left: 35px;
}
.rtl .alert-dismissable .close,
.rtl .alert-dismissible .close {
  right: inherit;
  left: -21px;
}

.rtl .close {
  float: left;
}

.rtl .commentlist .tiles .avatar{
	left:inherit!important;
	right:0 !important;
}

.rtl .wp_ulike_thumbnail,.rtl .most_liked_comment .avatar{
	margin: 0 0 0 10px;
}

.rtl .wp_ulike_style_love .wp_counter_span{
    float: left;
    background: #F1F1F1 url("../img/icons/heart.png") no-repeat scroll 85% center;
    margin: 2px 2px 0px 0px;
    padding: 0px 23px 0px 5px;
}


/* MYADDS */


 @font-face {
    font-family: "likebtn";
    font-style: normal;
    font-weight: normal;
    src: url("buttons/likebtn.eot?#iefix") format("embedded-opentype"), url("buttons/likebtn.woff") format("woff"), url("buttons/likebtn.ttf") format("truetype"), url("buttons/likebtn.svg#likebtn") format("svg");
}

[class^="wp_ulike_btn"]::before, [class*=" wp_ulike_btn"]::before,  
[class^="image-unlike"]::before{
    -moz-osx-font-smoothing: grayscale;
    font-family: "likebtn" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    text-transform: none !important;
}
.wp_ulike_btn::before, .image-unlike::before {
    content: "a" !important;
}
.wp_ulike_btn, .image-unlike{
	font-size: 21px !important;
	padding: 0 !important;
	border:0 !important;
}

.wpulike {
    display: inline-block;
    line-height: 1;
    margin: -15px 15px -5px;
    position: relative;
    vertical-align: middle;
}


 /*------------------------- WP ULike Heart Template  -------------------------*/

.wpulike-heart .counter{
	border: 0;
	border-radius:5px;
    padding: 0px;
	max-height:30px;
}

.wpulike-heart .counter a,#buddypress .wpulike-heart .counter a,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.text,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading{
    border: none;
	font-weight:bold;
	box-shadow: none;
    background:transparent;
	border-right:1px solid #d3d3d3;
	border-radius:0;
}

.wpulike-heart .counter a:hover,
.wpulike-heart .counter a:active {
	background-color: transparent;
	box-shadow: none;
	color:#ef0000;
}

.wpulike-heart .counter a.image, .wpulike-heart .counter a.image-unlike,#buddypress .activity-content .wpulike-heart .counter a.image, #buddypress .activity-content .wpulike-heart .counter a.image-unlike,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike {
	color: #e60057;
}

.wpulike-heart .counter a.image-unlike,#buddypress .activity-content .wpulike-heart .counter a.image-unlike,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike {
	color: #ee6186;
}

.wpulike-heart .counter a.image:hover {
    color: #e27795;
}

.wpulike-heart .counter a.image-unlike:hover {
    color: #e60057;
}

.wpulike-heart .counter a.loading,#buddypress .activity-content .wpulike-heart .counter a.loading,#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
	animation:none;
	background-image: url(../img/icons/loading.svg) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	padding:11px 9px !important;	
	border-right:0px solid #E0E0E0;
}

.wpulike-heart .count-box {
    border: none;
    vertical-align: middle;
    background-color: transparent;
    margin-left: 0;
	color:#525252;
	font-size: 0.99em;
	min-width: 1.2em;
    padding: 0.15em 0.3em 0.4em;
}

.wpulike-heart .count-box:before {
    border: none;
	background:transparent;
}