body{
	background: #fff;
	margin: 0 auto;
}
.test{
	background: #fff url("images/bg.jpg") top center no-repeat;
	max-width: 1350px;
	height: 1814px;
	margin: 0 auto;
	padding-top: 230px;
}

.show-mobile{
	display: none;
}
.post-webinar{
	padding-bottom: 50px;
}
.post-category{
	padding-top: 10px;
	width: 120px;
}
.post-extras{
	list-style: none;
	text-align: left;
	margin: 0;
	width: 100px;
}
.post-extras li{
	text-align: center;
}
.post-body{
	border-right: 1px solid #ccc;
	padding-left: 30px;
}
.post-content{
	padding: 10px 0;
}
.post-body .link-more{
	margin: 0 0 10px 0;
}
.post-body .link-more span{
	font-weight: 600;
}
.post-body .link-more i{
	position: relative;
	top: 1px;
	left: 7px;
}
.post-body-wrap{
	padding: 5px 40px 20px 0;
}
.post-speakers{
	background: #fafafa;
	margin: 0;
	padding: 20px;

}
.post-speakers .row{
	margin: 0 0 20px;
}
.post-speakers .row:nth-child(1),
.post-speakers .row:first-child,
.post-speakers .row:last-child{
	margin: 0;
}
.post-speakers .speaker{
	font-size: 14px;
	line-height: 1.3;
}
.post-speakers .media-body{
	margin-top: 10px;
	padding-left: 5px;
}
.post-speakers b,
.post-speakers .name{
	font-weight: 600;
}
.post-speakers .name{
	font-size: 16px;
}
.post-speakers .email{
	color: #999;
}
.post-date{
	padding-top: 20px;
}
.post-date li{
	color: #666;
	font: 600 16px "Mark W01 Regular", sans-serif;
	line-height: 1.4;
	margin: 0;
}
.post-date .date{
	font: 600 22px "Mark W01 Regular", sans-serif;
	color: #1a1a1a;
}
.post-date + .btn-grp{
	margin-top: 30px;
}

.post-date + .btn-grp .call-to-action{
	padding-left: 40px;
	padding-right: 40px;
}

.post-resources{
	margin-top: 30px;
}
.post-resources li{
	margin-bottom: 15px;
    position: relative;
}
.post-resources i{
	width: 20px;
	text-align: center
}
.post-resources img{
    width: 40px;
}
.post-resources span{
	position: absolute;
    top: 1px;
    left: 40px;
}

@media (max-width: 979px){
	.show-mobile{
		display: block;
	}
	.hide-mobile{
		display: none;
	}
	.post-webinar{
		padding: 0 0 30px;
	}
	.post-webinar [class^=span]{
		margin: 0;
		width: 100%;
	}
	.post-category{
		padding: 0;
	}
	.post-body{
		border: 0;
		padding: 0;
	}
	.post-body-wrap{
		padding: 0;
	}
	.post-title{
		padding: 0;
		margin: 0;
	}
	.post-speakers{
		padding: 20px;
	}
	.post-speakers [class^=row]{
		margin: 0;
	}
	.post-resources{
		background: #fafafa;
		padding: 20px 30px 10px;
	}
	.post-webinar .show-mobile .btn-grp{
		margin-top: 10px;
		display: inline-block;
		float: right;
	}
	.post-webinar .show-mobile .call-to-action.btn-mobile{
		padding: 10px 25px;
	}
}

@media (max-width:767px){
	.post-webinar .show-mobile .btn-grp{
		margin-top: 10px;
		display: block;
		float: none;
	}
	.post-webinar .show-mobile .call-to-action.btn-mobile{
		padding: 20px 35px;
	}
}
@media (max-width:600px){
	.post-webinar .show-mobile .post-category,
	.post-webinar .show-mobile .post-category + span{
		display: block;
	}
	.post-webinar .show-mobile .btn-grp{
		margin: 20px auto 0;
		padding-top: 10px;
		text-align: center;
	}
}
