.event-intro {
    color: #e44426;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
	padding-bottom:35px;
}

.event-pod {
    width: 100%;
    background: #fff;
    padding: 10% 20px 5%;
    text-align: center;
	box-shadow: 1px 1px 10px rgba(0,0,0, 0.4);
	margin-bottom:60px;
	position: relative;
	display:flex;
}
.event-pod:after {
    content: '';
    background: #009aa6;
    width: 100%;
    height: 15px;
    top: -15px;
    left: -15px;
    position: absolute;
}
.event-pod:before {
    content: '';
    background: #009aa6;
    position: absolute;
    width: 15px;
    height: 100%;
    top: -15px;
    left: -15px;
}
.event-pod img {
    padding: 32px 0;
    display: block;
    margin: auto auto 60px auto;
	max-width:100%;
}

.event-title {
  /*   font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
    border-bottom: 8px solid #e44426;
    display: table;
    margin: auto;
    line-height: 1.2;
    padding-top: 35px;
    margin-bottom: 60px; */
	
	
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
    border-bottom: 8px solid #e44426;
    display: inline;
}

.event-pod a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 0 0 auto auto;
    display: table;
    font-size: 32px;
    text-decoration: none !important;
}

.event-pod a:after {
    color: #e44426;
}

.event-pod a i {
    background: #e44426;
    color: #fff;
    padding: 11px 13px;
    border-radius: 35px;
    margin-left: 10px;
}
.event-info-link {
	position:absolute;
	bottom:25px;
	right:25px;
}
.ep-wrap {
    margin: 0 auto auto auto;
}
@media (max-width:767px) {
	.event-title {
		font-size:36px;
	}
	.event-intro {
		font-size:24px;
	}
	.event-pod a {
		font-size:24px;
	}
	.event-pod a i {
		padding:7px 9px;
		margin-left:5px;
	}
	.ep-wrap {
		margin: 0 auto 60px auto;
	}
}