/* sharekit test
adding instapaper, whatsapp, pocket, tumblr
    "desktop",
    {"btn": {
        "ctrl1": 0.25,
        "ctrl2": 0.25,
        "whts": 0.1, //Whatsapp on mobile
        "pckt": 0.1, //Pocket on desktop & mobile
        "ppr": 0.1, //Instapaper on desktop & mobile
        "tmblr": 0.1, //Tumblr on desktop & mobile
        "pin": 0.1, //Pinterest on desktop & mobile;
    }
}
 */

.social-icon.color.instapaper:before,.social-icons.color .social-icon.instapaper:before {
    color: #fff;
    background: #999999;
}

.social-icon.color.tumblr:before,.social-icons.color .social-icon.tumblr:before {
    color: #fff;
    background: #36465e;
}

.social-icon.color.pocket:before,.social-icons.color .social-icon.pocket:before {
    color: #fff;
    background: #eb5050;
}

.social-icon.color.pinterest:before,.social-icons.color .social-icon.pinterest:before {
    color: #fff;
    background: #cb2527;
}

.social-icon.instapaper:before {
    content: "\f139";
}

.social-icon.pocket:before {
    content: "\f13a";
}

.social-icon.tumblr:before {
    content: "\f114";
}

.social-icon.pinterest:before {
    content: "\f13d";
}

.social-icons .instapaper,
.social-icons .pocket,
.social-icons .tumblr,
.social-icons .pinterest{
	display: none;
}

.test-btn-ppr .article-tools .social-icons .instapaper{
	display: inline-block;
}

.test-btn-tmblr .article-tools .social-icons .tumblr{
	display: inline-block;
}

.test-btn-pckt .article-tools .social-icons .pocket{
	display: inline-block;
}

.test-btn-pin .article-tools .social-icons .pinterest{
    display: inline-block;
}

/*
    "pop": { //most-popular testing
        "ctrl1": 0.4,
        "ctrl2": 0.4,
        "full": 0.1,
        "lrg": 0.1
    }
*/

#module-most-popular-lrg,
.test-pop-lrg #module-most-popular{
    display: none;
}

.test-pop-lrg #module-most-popular-lrg{
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.test-pop-lrg .most-popular{
    border: none;
}

section#module-most-popular-lrg{
    width: 260px;
}

section#module-most-popular-lrg h2{
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    letter-spacing: -0.5px;
    font-weight: bold;
    background-image: none;
    background: none;
    text-align: center;
    margin: 0;
    width: 280px;
    padding-bottom: 0;
}

section#module-most-popular-lrg hr{
    margin-bottom: 5px;
    margin-left: 6px;
    width: 270px;
}

section#module-most-popular-lrg .most-popular-title{
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.1;
    color: black;
    display: inline-block;
    z-index: 20;
    position: absolute;
    vertical-align: top;
    width: 155px;
    left: 100px;

}

section#module-most-popular-lrg .most-popular-title a{
    color: black;
}

section#module-most-popular-lrg .most-popular-image{
    width: 100px;
    display: inline-block;
    left: -5px;
    z-index: 20;
    position: absolute; 
    vertical-align: middle;
}

section#module-most-popular-lrg .most-popular-list{
    list-style: none;
    padding-left: 0px;
    position: relative;
}

section#module-most-popular-lrg .most-popular-list-number{
    top: 10px;
    left: -28px; 
    width: 40px;
    height: 40px;
    line-height: 1.75;
    text-align: center;
    color: #f5f5f5;
    border-radius: 50%;
    background-color: #000;
    font-family: "Lato", "Times New Roman", Times, serif;
    font-size: 24px;
    z-index: 40;
    position: relative;
    display: inline-block;

}

.most-popular-item div{
    vertical-align:top;
}

section#module-most-popular-lrg li.most-popular-item{
    clear: both;
    position: relative;
    list-style: none;
    margin-bottom: 32px;
    margin-left: 25px;
}

#homepage-btf section#module-most-popular-lrg li.most-popular-item{
    margin-bottom: 0px;
    margin-top: 43px;
}

#homepage-btf section#module-most-popular-lrg hr{
    margin-bottom: 0px;
}

#homepage-btf ul.most-popular-list{
    margin-top: -20px;
}

#homepage-btf .item6,
#homepage-btf .item7,
#homepage-btf .item8{
    display: none;

}