#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;
    padding-left:8px;
}
#block-wrapper {

}
.clear {
    clear:both;
}
.align-left{
    float:left !important;
}
.align-right{
    float:right !important;
}

.netsposts-content {
    display: inline-block;
    height: 300px;
    max-width: 259px;
    margin-right: 15px;
    vertical-align: top;
    width: 30%;
}

span.netsposts-posttitle {
    color: #86c8e9;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
}

.netsposts-content .blog-thumbnail {
    border-radius: 3px;
    overflow: hidden;
    width: 260px;
}

@media (max-width: 767px) {
    .netsposts-content .blog-thumbnail {
        display: block !important;
        margin: 0 auto;
    }
}

.netsposts-content .blog-thumbnail a img {
    border-radius: 5px;
    object-fit: cover;
    width: 250px;
    height: 165px;
    overflow: hidden !important;
}
.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:75%;
}

/* shrink images */
@media (max-width: 1350px) {
    .netsposts-content {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .netsposts-content {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

@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-content .price{
    margin: 0 0 4px;
    font-weight: bold;
}

.netsposts-column {
    display:inline-block;
    float:left;
    width:360px;
    margin:0 0 0 30px ;
}

#netsposts-paginate {
    padding: 3px;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
    margin:0 0 0 30px ;
}

#netsposts-paginate a {
    text-decoration:none;
    color: #000080;
}
#netsposts-paginate a:hover {
    background-color: #800000;
}
#netsposts-paginate span.current {
    padding:2px 5px 2px 5px;
    background-color: #d0dff2;
    color:#000080;
    margin: 2px;
}

#netsposts-paginate  a.next , #netsposts-paginate  a.prev  {

}

#netsposts-paginate .page-numbers {
    padding: 2px 5px 2px 5px;
    color:#fffbf0;
    background-color: #7d99c4;

    margin: 2px;
}

a.netsposts-read-more-link {
    color: #0000ff;
}

a.netsposts-read-more-link:hover {
    color: ff0000; 
}

.img-hover:hover {
    filter: none;
    -webkit-filter: grayscale(1);
    opacity: 0.7;
}

