/* Blogs */

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 70%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
  padding-left: 20px;
  margin-top:-40px;
}

/* Fake image */
.fakeimg {
  width: 100%;
  min-height:50px;
  margin-bottom:12px;
  text-align:center;
 
}

/* Add a card effect for articles */
.card {
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.event{ border-bottom:1px solid #666666; float:left; margin-bottom:20px; padding-bottom:10px; height:420px!important;}
.event-text{ margin-top:6px; font-size:14px;}
.event-cat{ font-size:14px; font-weight:normal}
.event-span{ margin-right:13px!important; }
.event h2 { font-size:15px; margin-bottom:10px; }
.event-title{ margin-top:10px; font-size:20px!important; font-weight:bold; padding-bottom:10px; color:#666666; width:100%; float:left }
.event-title a{ color:#333333!important; font-weight:bold!important;}
.event-recent{ margin-bottom:10px; padding:15px; text-align:center; line-height:inherit}
.event-recent img{ width:70%}
.event-recent h6{ color:#999999}
.event-recent h4{ line-height:normal!important}
.event-recent h4 a{ color:#666666; font-size:15px;}
.event-right-h4{ font-size:22px; margin-bottom:10px; border-bottom:1px solid #DFDFDF; padding-bottom:10px;}
.event-cat-li
{ 
	width:100%; float:left;list-style-type:none;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 13px;
	position: relative

}
.event-cat-li a{ color:#666; font-size:15px;}
.event-cat-li a:hover{ color:#006600}
.event-cat-li span{ float:right}
.noborder{ border:0px!important;}
.event-city{ font-size:15px; float:left}
.event-date{ font-size:15px; float:right}
.event-red-date{ background-color:#FF3333; padding:5px; position:absolute; width:75px; height:75px; text-align:center; opacity:0.8}
.event-red-date ddd{ font-size:26px; font-weight:bold; color:#FFFFFF}
.event-red-date mmm{ font-size:18px; font-weight:bold; color:#FFFFFF}
.event-btn-buy-ticket{ width:120px; padding:7px; border-radius:15px; background-color:#CC3300; font-size:16px; color:#FFFFFF; border:0px;}
.event-soc-icon{ font-size:20px; margin-right:10px; float:left; text-decoration:none; color:#666666}


@media screen and (max-width: 800px) 
{
	.leftcolumn {   
  float: left;
  width: 100%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.event{ padding:20px;}

}



