.netsposts-menu {
    float: left;
}
.netsposts-ul {
    font-size: 20px;
    padding: 0;
    margin: 0 0 8px 0;
}
.netsposts-ul li {
    list-style: none;
    border-left: 20px solid #d2def0;
    line-height: 120%;
    margin-bottom: 10px;
    padding-left: 8px;
}
.netsposts-block-wrapper {
}
.clear, .end-netsposts-content {
    clear: both;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.netsposts-content {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.netsposts-content .inline-post > div {
    position: relative;
    float: left;
}
.netsposts-content .inline-post > .netsposts-post-thumbnail.align-left {
    margin-right: 35px;
}
.netsposts-content .inline-post > .netsposts-post-thumbnail.align-right {
    margin-left: 35px;
}
.netsposts-content .inline-post > .netsposts-text-content {
    width: 56%;
}
@media (max-width: 985px) {
    .netsposts-content .inline-post > .netsposts-text-content {
        width: 51%;
    }
}
@media (max-width: 835px) {
    .netsposts-content .inline-post > .netsposts-text-content {
        width: 46%;
    }
}
@media (max-width: 500px) {
    .netsposts-content .inline-post > .netsposts-text-content {
        width: 100%;
    }
    .netsposts-content .inline-post > .netsposts-post-thumbnail {
        width: 100%;
        text-align: center;
    }
}
.netsposts-content .inline-post > img {
    display: inline;
    width: auto;
}
.netsposts-content .more-column {
    float: none;
}
.netsposts-title, a.netsposts-posttitle-link {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}
.netsposts-column a.netsposts-posttitle-link {
    padding-top: 15px;
}
.netsposts-post-titles-only {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}
.netsposts-posttitle {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}
.netsposts-posttitle a {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}
.netsposts-content .price {
    margin: 0 0 4px;
    font-weight: bold;
}
.netsposts-column:first-child {
	margin-left:0;
}
.netsposts-column {
    display: inline-block;
    float: left;
    width: 380px;
    margin: 0 0 0 30px;
}
.netsposts-source {
    display: block;
    /*border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;*/
    margin-bottom: 5px;
    font-family: Lato;
    color: #949494;
    text-transform:uppercase;
    font-size:14px;
}
.netsposts-excerpt {
    font-family: lato;
    text-align: none;
}
.netsposts-paginate {
    font-family: Lato;
    padding: 3px;
    border-top: 1px dotted #0034a6;
    border-bottom: 1px dotted #0034a6;
    margin: 0 0 0 30px;
}
.netsposts-paginate a {
    text-decoration: none;
    color: #0034a6;
}
.netsposts-paginate a:hover {
    background-color: #0034a6;
    color: #fff;
}
.netsposts-paginate span.current {
    padding: 2px 5px 2px 5px;
    background-color: #0034a6;
    color: #fff;
    margin: 2px;
}
.netsposts-paginate a.next, .netsposts-paginate a.prev {
}
.netsposts-paginate .page-numbers {
    padding: 2px 5px 2px 5px;
    color: #0034a6;
    background-color: #fff;
    margin: 2px;
}
a.netsposts-read-more-link {
    color: #0034a6;
    display:block;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
a.netsposts-read-more-link:hover {
    color: #0034a6;
}
.img-hover:hover {
    filter: none;
    -webkit-filter: grayscale(1);
    opacity: 0.7;
}

span.star{
    
}

.netsposts-categories > a:not(:last-of-type)::after, .netsposts-terms > a:not(:last-of-type)::after {
    content: "\00a0"
}