

/* #Events section 
================================================== */

.hpsection.events{
    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;
    opacity: 0.5;
    font-weight: 100;
}

.event-date p.day{
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 100;
}

.hpsection.events .event-info{
    text-align: left;
    padding-left: 20px;
    
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.hpsection.events .event-info i{
    color: #bd5b0c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:-10px;
}

.hpsection.events .event-info p.title{
    font-size: 2rem;
    margin-top: 5px;
}

.hpsection.events .event-info p.venue{
    font-weight: 100;
    margin-bottom: 0;
    min-height: 43px;
}

@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{
        padding-bottom: 10px;
    }
    
    .hpsection.events .event-info{
        border-top: 1px dashed #bd5b0c;
        padding-right: 20px;
        padding-top: 20px;
    }
    
    .hpsection.events .event-info i{
        right:7px;
    }
}

@media only screen and (min-width: 45em) {
    .hpsection.events .event-date{
        width: 20%;
        float: left;
    }
    
    .hpsection.events .event-info{
        width: 79%;
        float: left;
        border-left: 1px dashed #bd5b0c;
        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{
   display: block;
}

.hpsection.events.events-page .row .row_cell{
   border:1px solid #ebebeb;
}
