.event2 {
    float:left;
    width:48%;
    display:inline-block;
    vertical-align:top;
}

.event {
    clear:both;
    position:relative;
    margin-bottom:25px;
    border-radius:15px;
    border:1px solid black;
    padding:10px;
    cursor:pointer;
    
}
.event-img {
    width:30%;
    position:relative;
    display:table-cell;
}
.event-text {
    width:70%;
    display:table-cell;
    vertical-align:top;
    padding-top:15px;
    padding-left:10px;
}

.event-text p {
    font-weight:bold;
}

.eventimg {
    width:100%;
    position:relative;
    
}
.eventimgr {
    width:100%;
    position:absolute;
    left:0;
}

.event-title {
    font-weight:bold;
    font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:20px;
    line-height:22px;
    margin-bottom:10px;
}

/* Host Registration Form */

.registration-form {
    margin:30px 10%;
    padding:15px;
    border:1px solid #017f95;
    border-radius:15px;
}

.registration-form hr {
    margin:20px auto;
    width:80%;
    border-bottom:1px solid #017f95;
}

.registration-form input[type="text"] {
    width:100%;
    padding:10px;
    margin-bottom:5px;
}
.registration-form textarea {
    width:100%;
    height:50px;
    margin-bottom:5px;
}

.registration-form input[type="text"]:placeholder-shown {
    background-color:#f7f7f7;
}

.registration-form textarea:placeholder-shown {
    background-color:#f7f7f7;
}

.reg-date-input {
    width: 200px !important;
}

.form-error {
    font-size:0.9em;
    color:red;
}


.btn:disabled {
    color:#a7a7a7 !important;    
}
