.nav-slide .social-list,
.nav,
.drop > ul,
.breadcrambs-list,
.info-list,
.posts-list,
.social,
#content .list,
#content .download-list,
#sidebar .posts-list .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.author {
	display: none !important;
}

/* load-more-holder styles */

.load-more-holder {
	margin: 0 -19px;
}

/* posts list styles */

.posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
}

.posts-list > li {
    display: inline-block;
	width: 33.30%;
    flex: 0 0 32%;
}

.posts-list > li:nth-child(4) { display: none; }
.posts-list > li:nth-child(5) { display: none; }
.posts-list > li:nth-child(6) { display: none; }
.posts-list > li:nth-child(7) { display: none; }
.posts-list > li:nth-child(8) { display: none; }
.posts-list > li:nth-child(9) { display: none; }

.posts-list h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .013em;
	margin-bottom: 16px;
}

.posts-list h3 a {
	color: #173655;
}

.posts-list h3 a:hover,
.posts-list h3 a:focus {
	color: #27577d;
}

.posts-list .item-title {
	display: block;
	color: #4b6fb7;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.posts-list .item-title span {
	color: #6e8ac2;
	text-transform: none;
}

.posts-list .item-title a {
	color: #6e8ac2;
}

.posts-list .item-title a:hover,
.posts-list .item-title a:focus {
	color: #39f;
}

.posts-list .img-holder {
	display: block;
	overflow: hidden;
	background: 50% 27% / cover;
	margin: 0 -24px 30px -30px;
}

.posts-list .img-holder img {
	display: block;
	opacity: 0;
	visibility: hidden;
}

.posts-list .img-holder a {
	display: block;
	background: 50% 27% / cover;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.posts-list .img-holder a:hover,
.posts-list .img-holder a:focus {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.item-holder {
	background: #fff;
	box-shadow: .5px .9px 3px rgba(0, 0, 0, .15);
	padding: 0 24px 14px 30px;
	min-height: 600px;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	transition: none;
}

#posts-section .container .load-more-holder{
	margin-right: 10px;
}

@media screen and (max-width: 768px){
    .posts-list > li{
        display: contents;
    }
   
}


.pagination {
	display: none !important;
}