#section-welcome .hero {
	background-image: url(/assets/images/photos/section/live1.jpg);
	}

#section-welcome .hero .card .column-content {
    position: relative;
    top: 25px;
    right: -55px;
    background-color: rgba(255, 7, 0, 0);  /* rgba(255, 7, 0, 0.3) */
    color: #fff;
    min-height: 50px;
    width: 340px;
    border-radius: 5px;
    }

/* Column styles */
.section-bg-color {
	background-color:  rgba(179, 138, 75, 0.4); /* rgba(75,116,179,0.86) */
	}



	
/* typography
------------------------------------- */

.section h1 {
	font-size: 38px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
.card-header h1 {
	font-size: 88px;
	text-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 15px, 
				 rgba(255, 255, 255, 0.498039) 0px 0px 10px;
	}


/* event styles
------------------------------------- */

.event {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 0 0 15px 0;
    background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
   	font-family: "Questrial", helvetica, arial, sans-serif;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
	}

.event a {
	text-decoration: none;
	color: inherit; /* #490571; */
	}

/* 
.event:hover {
    background-color: rgb(237,212,173);
    background-color: rgba(237,212,173,0.5);
	border-radius: 2px;
	}
 */

.event-date-block {
	position: relative;
	height: 100%;
	min-height: 300px;
 	background-color: #701840;
 	background-image: url(/assets/images/backgrounds/floral-embelishment.png), url(/assets/images/backgrounds/white-to-transparent-gradient.png);
	background-position: 0 0, 0 -25px;
	background-repeat: no-repeat, repeat-x;
	}


.event-date {
    margin-top: 28px;
    position: absolute;
	width: 100%;
    padding: 3px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    line-height: .95;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    
.day-of-week, 
.date,
.month,
.year {
	display: block;
	margin-top: 8px;
	font-weight: normal;
 	}
 
.day-of-week {
	font-size: 20px;
	}
	
.date {
	font-size: 30px;
	font-weight: bold;
	}
	
.month {
	font-size: 20px;
	}
		
.year {
	font-size: 16px;
	margin-top: 5px;
	}

.event-data {
	padding-left: 80px;
	}

 .event h1 {
   	font-family: "Questrial", helvetica, arial, sans-serif;
   	font-weight: 500;
    font-size: 28px;
    line-height: 1.2em;
    text-align: left;
    color: #333;
    padding-top: 15px;
    }

.event-title,
	.event-title a {
	color: #B52C6A !important;
	margin-bottom: 30px !important;
	}	

.event-time {
	margin: 10px 0 10px;
	font-size: 28px;
	font-weight: 300;
	}

.event .fa {
	position: absolute;
	left: 25px;
	margin-top: -5px;
	font-size: 28px;
	color: #CAB4BE;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	}

.event .fa-location-arrow {
	margin-top: -1px;
	}

.event .event-venue h1 {
	font-size: 24px;
	margin: 0 0 .4em;
	}

.event-venue {
	padding: 5px 0;
	}

.event-address {
	font-size: 16px;
	margin-top: -5px;
	color: #666;
	}

.event-directions {
	font-size: 14px;
	display: block;
	}

.event-address a {
	color: #B52C6A;
	}
	
.event-info p {
	margin-top: 15px;
	font-size: 16px;
	color: #666;
	}

