.wi-divider {
	padding:30px 0px;
	text-align:center;
	background:#f9f9f9 url(../images/stripe.png);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	background-size:4px 4px;
	margin:30px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.wi-divider .title {
	margin-bottom:0;
	font-weight:300;
	font-size:36px;
	letter-spacing:1px;
	}
	
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
.wi-divider {
	background-image:url(../images/stripe@2x.png);
	}
}


/* Latest Posts
-------------------------------------------------------------------------------------- */
.wi-recent-posts {
	display:block;
	clear:both;
	margin-bottom:20px;
	}
.recent-item {
	display:block;
	clear:both;
	padding:10px 0;
	}
.recent-item:first-child {
	border-top:none;
	}		
.recent-item .post-thumbnail {
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin:0 20px 0 0 !important;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
.recent-item .post-thumbnail:hover {
	opacity:0.3;
	}	
.recent-item .post-thumbnail .format-icon {
	display:block;
	width:80px;
	height:80px;
	max-width:100%;
	text-align:center;
	font-size:20px;
	color:#222;
	position:relative;
	background:#eee;
	}
.recent-item .post-thumbnail .format-icon img {
	position:relative;
	z-index:10;
	visibility:hidden;
	}		
.recent-item .post-thumbnail .format-icon .ic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	z-index:20;
	}
.recent-item .post-thumbnail .format-icon .ic {
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	top:50%;
	left:50%;
	z-index:20;
	margin:-12px 0 0 -12px;
	display:block;
	}		
.recent-item .text {
	overflow:hidden;
	}
.recent-item .sc-title {
	margin-bottom:6px;
	}	
.recent-item .sc-title a {
	color:#444;
	text-decoration:none;
	}
.recent-item .sc-title a:hover {
	text-decoration:underline;
	}
	/* meta */
.recent-item .sc-meta	{
	display:block;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	color:#999;
	}
.recent-item .sc-meta a {
	color:#666;
	font-style:normal;
	text-decoration:none;
	}
.recent-item .sc-meta a:hover {
	text-decoration:underline;
	}
.recent-item .sc-meta a:hover i {
	text-decoration:none;
	}		
.recent-item .sc-meta .sep {
	color:#999;
	margin:0 5px;
	}	
.recent-item .sc-meta .ele {
	display:block;
	float:left;
	position:relative;
	padding:0 10px;
	}
.recent-item .sc-meta .ele:first-child {
	padding-left:0;
	}	
.recent-item .sc-meta .ele:before {
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:10px;
	margin-top:-5px;
	background:#ddd;
	content:"";
	}
.recent-item .sc-meta .ele:first-child:before {
	display:none;
	}	
	
	/* excerpt */			
.recent-item .excerpt {
	color:#787878;
	}
.recent-item .excerpt p {
	margin-bottom:2px;
	}
		
	/* readmore */
.recent-item .readmore-link {
	display:inline-block;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	color:#414141;
	margin-left:10px;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	}
.recent-item .readmore-link i {
	text-decoration:none;
	margin-left:4px;
	}	
.recent-item .readmore-link:hover {
	text-decoration:none;
	}
	
/* Recent Posts Style 2
-------------------------------------------------------------------------------------- */
.wi-recent-posts.style-2 .recent-item {
	display:block;
	float:left;
	clear:none;
	padding:0 10px;
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.wi-recent-posts.style-2.column-1 .recent-item {
	width:100%;
	}	
.wi-recent-posts.style-2.column-2 .recent-item {
	width:50%;
	}
.wi-recent-posts.style-2.column-3 .recent-item {
	width:33%;
	}
.wi-recent-posts.style-2.column-4 .recent-item {
	width:25%;
	}		
.wi-recent-posts.style-2.column-5 .recent-item {
	width:20%;
	}
.wi-recent-posts.style-2.column-6 .recent-item {
	width:16.6%;
	}
.wi-recent-posts.style-2.column-7 .recent-item {
	width:14.3%;
	}	
.wi-recent-posts.style-2.column-8 .recent-item {
	width:12.5%;
	}
	
.wi-recent-posts.style-2 .recent-item .post-thumbnail {
	width:100%;
	height:auto;
	text-align:center;
	border:none;
	padding:0;
	float:none;
	clear:both;
	margin:0 0 14px !important;
	}
.wi-recent-posts.style-2 .recent-item .post-thumbnail .format-icon {
	display:inline-block;
	width:auto;
	height:auto;
	}	
.wi-recent-posts.style-2 .recent-item .post-thumbnail img {
	width:auto;
	}
.wi-recent-posts.style-2 .recent-item .sc-title {
	margin-bottom:12px;
	}	
.wi-recent-posts.style-2 .recent-item .sc-title a {
	font-size:80%;
	}