/*
Theme Name: Project Largo - Base Theme
Theme URI: http://largoproject.org
Description: A responsive news theme developed by the Institute for Nonprofit News (INN). Crafted specifically with the needs of news publishers in mind.
Author: The INN Nerds
Author URI: http://nerds.inn.org
Version: 0.5.5.2
Tags: blue, white, light, two-columns, right-sidebar, fluid-layout, custom-header, sticky-post, microformats, post-formats, theme-options, featured-images, threaded-comments, editor-style, custom-menu

License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.drip-counter {
    box-shadow: 1px 1px 6px #000;
    background-color:#fff;
    position:fixed;
    z-index:9;
    bottom:0px;
    left:0;
    right:0;
    height:160px;
    font-family:arial;
}
@media (max-width:575px) { 
    .drip-counter {
        height:260px;
    }
}

.drip-counter p {
    margin-bottom:10px;
}
.drip-counter p.small {
    margin-top: -10px;
    color: #444;
}
.drip-counter .drip-left {
    width:30%;
    float:left;
    text-align:center;
    border-right:2px solid #a7a7a7;
    line-height:120px;
    padding: 20px 0 25px;
}
@media (max-width:575px) {
    .drip-counter .drip-left {
        display:none;
    }
}
.drip-counter .drip-right .red-free {
    color: #ec1e25;
}
.drip-counter .drip-right {
    text-align:left;
    width:57%;
    float:left;
    margin-left: 60px;
}
@media (max-width:575px) {
    .drip-counter .drip-right {
    text-align: left;
    width: auto;
    float: none;
    padding: 30px;
    margin-left: 0;
    }
}

#articles-left {
    font-weight:bold;
}
.drip-close {
    float:right;
    background-color: #000;
    color: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50%;
    margin-top: 10px;
    display:block;
}
@media (max-width:575px) {
    .drip-close {
        float:none;
    }
}
.drip-close:hover {
    background-color:#444;
    text-decoration:none;
}
.clearfix {
    clear:both;
}
.drip-btn {
    background-color: #000;
    color: #fff;
    padding: 5px 14px 7px;
    margin-right: 9px;
}
.drip-btn:hover {
    text-decoration:none;
    color:#fff;
}
.drip-btn.subsc {
    background-color:#ec1e25;
}