/* #Events section 
================================================== */

.hpsection.events:not(.hpwhite){
    background: linear-gradient(rgba(1, 19, 40, 0.85), rgba(1, 19, 40, 0.75)), url(/images/sections/Business/the-curve.jpg) no-repeat;
	background-size: cover;
}

.hpsection.events h2{
    color: white;
}

.hpsection.events .row{
    margin-bottom: 15px;
}
    
.hpsection.events .row_cell{
    padding: 20px 20px 20px 0;
}

.hpsection.events .row_cell a:not(.btn){
    padding: 0;
    background: transparent;
    border: none;
    display: block;
    width: 100%;
   	height: 100%;
}

.hpsection.events .event-body:after{
    content: "";
    display: table;
    clear: both;
}


.event-date p{
    text-align: center;
    margin: 5px 0;
    padding: 0;
}

.event-date p.month{
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
	display: inline;
}

.event-date p.day{
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
	display: inline;
}

.hpsection.events .event-info{
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.hpsection.events .event-info i{
    color: #867537;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:-10px;R
}
.hpsection.events .event-info p.title{
    font-size: 2rem;
    margin-top: 5px;
    font-weight: 600;
}
.hpsection.events .event-info p.venue{
    font-weight: 100;
    margin-bottom: 0;
    margin-top: -10px;
}
.hpsection.events .event-info p.venue i, 
.hpsection.events .event-info p.time i{
    font-size: 1.8rem;
    color: #867537;
    position: relative;
    top: 0%;
    transform: translateY(0%);
    right:0;
}

@media only screen and (min-width: 45em) and (max-width: 70em){
    .hpsection.events .row{
        display: inherit!important;
        margin-bottom: 0;
    }
    .hpsection.events .row_cell {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 44.99em){
    .hpsection.events .row_cell{
        padding: 20px 0;
    }
    .hpsection.events .event-date{
		background: #867537;
		margin-top: -20px;
        padding: 10px 20px;
    }
    .hpsection.events .event-info{
        border-top: 1px dashed #867537;
        padding-right: 20px;
        padding-top: 20px;
    }
    .hpsection.events .event-info i{
        right:7px;
    }
	.event-date p {
		color: #fff!important;	
	}
}

@media only screen and (min-width: 45em) {
	.event-date p.month{
		font-size: 2.4rem;
		font-weight: 100;
		display: block;
	}
	.event-date p.day{
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 100;
		display: block;
	}
    .hpsection.events .event-date{
        width: 20%;
        float: left;
        border-right: 1px dashed #867537;
    }
    .hpsection.events .event-info{
        width: 79%;
        float: left;
        padding-right: 10px;
    }
    .hpsection.events .event-info i{
        right:-10px;
    }
}
/* ------------------events page-------------------- */
.hpsection.events.events-page{
    background-color: white;
    background-image: none;
}
.hpsection.events.events-page h2{
    color: #333;
}
.hpsection.events.events-page .row .row_cell{
   border:1px solid #ebebeb;
}
