/**
 * td-ap-news-api plugin front end styles
 */

.ap-news-api-post .td-post-header .td-post-title .entry-title {
    text-transform: capitalize;
}

.ap-news-api-post .td-post-content .ap-locations ul {
    font-size: 11px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', arial, sans-serif;
    display: table;
    line-height: 20px;
    font-weight: 600;
    clear: left;
    height: 20px;
}

.ap-news-api-post .td-post-content .ap-locations ul li {
    list-style: none;
    margin-bottom: 4px;
}

.ap-news-api-post .td-post-content .ap-locations ul li:not(.label) {
    display: inline-block;
    line-height: 8px;
    margin-left: 0;
    float: left;
    border: 1px solid #ededed;
    color: #111111;
    padding: 5px 8px;
    height: 20px;
    font-size: 11px;
    font-weight: 600;
}

.ap-news-api-post .td-post-content .ap-locations ul li.label {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    margin-left: 0;
    margin-bottom: 0;
    float: left;
}

.ap-news-api-post .td-post-content .ap-locations ul li span {
    background-color: #222222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
    float: left;
    height: 20px;
}

.ap-news-api-post .td-post-content .ap-locations ul li:not(.label):hover {
    color: #fff;
    background-color: #4db2ec;
    border-color: #4db2ec;
}