#single-event-page{
background-color: #f2f2f2;
}
.single-e-p-img{
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.single-e-detail-ovelay{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 767px){
    .single-e-p-img {
        width: 100%;
        height: auto;
    }
}

.main{
 position: relative;
 background-color: #fff;
}
.main-raised{
    margin: -60px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    padding: 2rem 0rem;
}
.single-e-detail{
    font-family: "Roboto", sans-serif;
    padding: 1rem;
}
.e-heading p{
    margin-bottom: 0px;
}

.single-e-detail h2{
    font-size: 24px;
    color: #E39B00;
}
.s-e-title .voting{
    background-color: #6FDA44;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    margin-left: 1rem;
}
.event-side-bar{
    background-color: #f2f2f2;
    padding: 1rem;
}
.e-d-col{
    background-color: #f2f2f2;
    padding: 8px;
}
.e-d-col .fa {
    background-color: #FFBE30;
    color: #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding-top: 8px;
    text-align: center;
}
.e-d-col h3{
    font-size: 16px;
    color: #999999;
    margin-left: 5px;
}
.e-d-col p{
    padding-left: 8px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0px;
}
.e-desc{
    padding: 2rem 0rem;
}
.e-desc p{
    font-size: 14px;
}
.e-contentest h3{
    font-size: 24px;
}
.e-contentest span{
    font-weight: 600;
}
.e-contentest h5{
    background-color: #FFBE30;
    color: #666666;
    padding: 8px;
    font-size: 16px;
}
.con-img{
    width: 80%;
    height: 160px;
    object-fit: cover;
    border-radius: 100%;
}
.contentest{
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);

}
.contentest h4{
    padding-top: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #FFBE30;
}
.contentest p{
    font-size: 15px;
    margin-bottom: 15px;
}
.contentest p span{
    font-weight: bold;
}
.c-v-now{
    background-color: #FFBE30;
    color: #333333;
    padding: 5px 15px;
    border-radius: 15px;
}

/* side bar title */
.side-bar-title, .s-e-voting-d-title{
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #333333;
}
.side-bar-title span, .s-e-voting-date span{
    font-weight: 600;
}
.s-e-e-date{
    border-top: 1px solid #999999;
    padding-top: 8px;
    border-bottom: 8px;
}
.s-e-e-date h4, .s-e-contact h4, .s-e-voting-date h4{
    font-size: 16px;
}
.s-e-location{
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}
.s-e-location-details{
    padding: 1rem 0rem;
}
.s-e-location-details .fa{
    background-color: #FFBE30;
    color: #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding-top: 8px;
    text-align: center;
}
.s-e-location-details h4{
    font-size: 16px;
    font-weight: 600;
}
.s-e-contact, .s-e-voting-date{
    margin-top: 15px;
    padding: 1rem 0rem;
    border-top: 1px solid #999999;
}
.s-e-contact h3{
    font-size: 16px;
    font-weight: 600;
}
.s-e-voting-date .s-vote, .s-e-e-date .s-date{
    color: #6FDA44;
    font-size: 14px;
}
.s-e-voting-date .e-vote, .s-e-e-date .e-date{
    color: #F74703;
    font-size: 14px;
}
.s-e-voting-date h4{
    font-size: 14px;
}
.voting-start{
    text-align: center;
    background-color: #E39B00;
    padding: 5px 10px;
    color: #f2f2f2;
    margin-bottom: 15px;
}
.voting-start h4{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.voting-end{
    text-align: center;
    background-color: #F74703;;
    padding: 5px 10px;
    color: #f2f2f2;
    margin-bottom: 15px;
}
.voting-end h4{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

