/* Targetted archives */
.blog .entry,
.category .entry {
	margin-bottom: 40px;
}

/* Each post item */
.sws-post-item {
	position: relative;
	border-radius: 60px;
	margin-left: 200px;
	box-shadow: none;
	min-height: 220px;
	border: 4px solid #000;
	background: #019A48;
	color: #fff;
	padding: 0 45px 35px;
}

/* Each post item before / after styling */
.sws-post-item:after, .sws-post-item:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.sws-post-item:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #019A48;
	border-width: 30px;
	margin-top: -30px;
}
.sws-post-item:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #000;
	border-width: 36px;
	margin-top: -36px;
}

/* Each post item entry meta */
.sws-post-item .entry-meta {
	color: #000;
}

/* Each post item image */
.sws-post-img-cont {
	position: absolute;
	left: -200px;
	top: 50%;
	margin-top: -70px;
	padding-right: 60px;
	width: 200px;
	text-align: center;
}
.sws-post-img-wrapper {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: inline list-item;
	overflow: hidden;
}

/* Each items H2 */
.sws-post-item h2 {
	margin: 20px 0;
}

/* Each items readmore button */
.sws-readmore {
	margin-bottom: 20px;
}
.sws-readmore a {
	padding: 5px 20px;
	background-color: #fff !important;
	color: #000 !important;
	float: right;
	border: 2px solid #000;
	
}

@media only screen and (max-width: 600px) {
  .sws-post-item .entry-title {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .sws-post-item p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 600px) {
  .sws-readmore a {
    margin-bottom: 30px !important;
	 padding: 0px !important;
	 float: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .sws-post-item {
    padding: 10px !important;
	margin-left: 0px !important;
	min-height: 300px !important;
  }
}

@media only screen and (max-width: 600px) {
  
.sws-post-img-cont, .entry-categories, .entry-tags {
	display: none
	}
}

