/*	# Like + Share + share
==============================*/

.wn-lvs-shortcode-wrap {
    display: inline-block;
}

.wn-like-shortcode,
.wn-view-shortcode {
    border: 1px solid #e4e4e4;
    margin-right: 15px;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

/* Like */

.wn-like-shortcode span a {
    border-left: 1px solid #e4e4e4;
    padding: 16px 0 19px;
    color: #d4d4d4;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wn-like-shortcode .sl-wrapper a span svg {
    width: 50px;
}

.wn-like-shortcode .wn-like-count {
    font-size: 26px;
    float: left;
    padding: 14px 22px 13px;
    color: #b4b4b4;
    min-width: 83px;
    text-align: center;
}

.wn-like-shortcode .wn-like-icon {
    margin: 0;
    padding: 18px 17px 14px 17px;
    display: inline-block;
}

.wn-like-shortcode #wn-like-loader {
    position: absolute;
    left: 35px;
    top: 14px;
}

/* View */

.wn-view-shortcode-count {
    font-size: 26px;
    color: #b4b4b4;
    padding: 14px 7px;
    min-width: 83px;
    text-align: center;
    float: left;
}

.wn-view-shortcode-icon {
    float: right;
    ;
}

.wn-view-shortcode .wn-view-shortcode-icon i {
    font-size: 24px;
    color: #b4b4b4;
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    padding: 15px 15px 11px;
    vertical-align: middle;
}
/* Share */
.wn-share-shortcode {
    float: left;
    position: relative;
    padding-right: 15px;
}

.wn-share-shortcode .wn-share-shortcode-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 70px;
    top: -1px;
    border: 1px solid #e4e4e4;
    z-index: 99;
    background: #fff;
    min-width: 220px
}

.wn-share-shortcode .wn-share-shortcode-icon {
    font-size: 22px;
    color: #b4b4b4;
    padding: 15px 16px 15px;
    text-align: center;
    float: left;
    cursor: pointer;
    border: 1px solid #e4e4e4;
}

.wn-share-shortcode .wn-share-shortcode-icon i {
    vertical-align: middle;
    cursor: pointer;
}

.wn-share-shortcode .wn-share-shortcode-icon:hover i {
    color: #fff;
}

.wn-share-shortcode:hover .wn-share-shortcode-dropdown {
    opacity: 1;
    visibility: visible;
}

.wn-share-shortcode .wn-share-shortcode-dropdown a {
    display: block;
    color: #707070;
    width: 126px;
    padding: 0 16px;
    text-align: left;
    line-height: 26px;
    height: auto;
}

.wn-share-shortcode .wn-share-shortcode-dropdown a:first-child {
    padding-top: 8px;
}

.wn-share-shortcode .wn-share-shortcode-dropdown a:last-child {
    padding-bottom: 8px;
}

.wn-share-shortcode .wn-share-shortcode-dropdown a {
    text-transform: uppercase;
    font-size: 12px;
    color: #707070;
}

.wn-share-shortcode-dropdown:before,
.wn-share-shortcode-dropdown:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #e4e4e4;
    content: '';
    position: absolute;
    left: -8px;
    top: 20px;
}

.wn-share-shortcode-dropdown:after {
    border-right-color: #fff;
    left: -6px;
}