#netsposts-menu{
     float:left;
 }
.netsposts-ul {
    font-size:20px;
    padding:0;
    margin: 0 0 8px 0 !important;
}
.netsposts-ul li{
    list-style:none;
    border-left:20px solid #d2def0;
    line-height:120%;
    margin-bottom:10px;
    margin-left:8px;
}
#block-wrapper > div:first-child {
    margin-left:0 !important;
}
#block-wrapper {

}
.clear {
    clear:both;
}

.align-left{
    float:left !important;
}

.align-right{
    float:right !important;
}

.netsposts-content {
    display:inline-block;
    margin-bottom:15px;
}
.netsposts-content .inline-post > div{
    position: relative;
    float:left;
}

.netsposts-content .inline-post > .netsposts-post-thumbnail.align-left{
    margin-right:10px;
}

.netsposts-content .inline-post > .netsposts-post-thumbnail.align-right{
    margin-left:10px;
}

.netsposts-content .inline-post > .netsposts-text-content{
	width:73%;
}

@media(max-width:985px){
	.netsposts-content .inline-post > .netsposts-text-content{
		width:70%;
	}
}

@media(max-width:835px){
	.netsposts-content .inline-post > .netsposts-text-content{
		width:65%;
	}
}

@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 img{
    display: inline!important;
}
.netsposts-content .more-column{
    float: none!important;
}

.netsposts-posttitle {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom:10px;
    display:block;
}

.netsposts-post-titles-only {
    font-family:inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom:15px;
}

.netsposts-posttitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27px;
    color: #333;
    padding-bottom:10px;
}

a.netsposts-posttitle {
    color:#333; 
    line-height:120%;
}
a.netsposts-posttitle:hover {
    text-decoration: none;
}
.netsposts-content .price {
    margin: 0 0 4px;
    font-weight: bold;
}

.netsposts-column {
    display:inline-block;
    float:left;
    margin:0 0 0 40px ;
}
span.netsposts-source {
    padding-bottom:0;
}
.netsposts-source, .netsposts-source a {
    font-family:inherit;
    color: #949494;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom:10px;
}
.netsposts-excerpt {
    font-family:Lato;
    line-height:120%;
    text-align:left;
}

#netsposts-paginate {
    font-family:inherit;
    padding: 3px;
/*    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;*/
    margin:0 0 0 0px ;
}

#netsposts-paginate a {
    text-decoration:none;
    color: #333;
}
#netsposts-paginate a:hover {
    background-color: #00349a;
    color:white;
}
#netsposts-paginate span.current {
    padding:2px 5px 2px 5px;
    background-color: #00349a;
    color:white;
    margin: 2px;
}

#netsposts-paginate  a.next , #netsposts-paginate  a.prev  {

}

#netsposts-paginate .page-numbers {
    padding: 2px 5px 2px 5px;
    color:#333;
    background-color: #ccc;

    margin: 2px;
}
a.netsposts-read-more-link {
    color: #00349a;
}

a.netsposts-read-more-link:hover {
    color: #00349a; 
}

.img-hover:hover {
    filter: none;
    -webkit-filter: grayscale(1);
    opacity: 0.7;
}
.net-img-cols { height:auto;width:100%; }
@media (max-width:767px) {
    net-img-cols {
        width: 100%;
    }
}