/* ====================================================================================================================
 * widget event
====================================================================================================================*/
.home-content .feature-events { background-color: #f2f2f2; }
.feature-events #sidebar { padding:0 }
.feature-events .col-sm-4 {position :relative; padding-bottom: 70px; } 
.feature-events .widget-title{ border-bottom:1px solid #ccc;margin-bottom: 14px;padding-bottom: 10px; }
.feature-events .col-sm-4 .link-contnr{position: absolute; bottom: 30px; text-align: center; left: 0; right: 0}
.feature-events  .btn.btn-bordered.blue { border-color: #04abe9;}

@media screen and (min-width: 768px) {
.feature-events  div.col-sm-4:nth-child(3n+1){clear:left}
}

@media screen and (max-width: 991px) {
.feature-events  .btn.btn-bordered.blue { padding: 12px 10px }
}

@media screen and (max-width: 768px) {
	.feature-events .col-sm-4 { padding-bottom: 0; } 
	
	.feature-events .col-sm-4 .link-contnr{position: static; margin-bottom: 20px; text-align: right }
}

