/*
Template Name: Additional CSS for NellaiEruvadi Website
LMD: 18-Oct-2022
*/

.event{
float: left;
padding: 0;
margin-top: 40px;
}
.event i {
font-size: 25px;
color: #999;
float: left;
width: 35px;
padding-top: 3px;
}
.event h3 {
font-size: 28px;
float: left;
color: #444;
font-weight:bold;
margin-top: 0px;
}
.title-line {
border-bottom: 2px #67a909 solid;
float: left;
height: 5px;
width: 70px;
}
.event-inner ul {
float:left;
width:90%;
padding: 0;
}
.event-inner li  {
width: 100%;
float: left;
padding: 2% 0 !important;
border-bottom: dashed 1px #888  !important;
list-style: none;
}
.event .event-inner ul li  {
width: 100%;
float: left;
padding: 2% 0 !important;
border-bottom: dashed 1px #888  !important;
list-style: none;
}
.event-dates {
width: 50px;
float: left;
}
.e-date {
width: 100%;
float: left;
border-radius: 5px 5px 0 0;
background: #ff6600;
color: #FFF;
font-size: 18px;
text-align: center;
padding: 2px 6px;
font-weight: bold;
}
.e-month {
width: 100%;
float: left;
border-radius: 0 0 5px 5px;
background: brown;
color: #FFF;
padding: 2px 6px;
font-size: 18px;
text-align: center;
font-size: 13px;
}
.event-text {
width: 80%;
margin-left: 20%;
font-size: 17px;
color: #333;
overflow: hidden;
margin-top: 1px;
height: 28px;
}
.box-btn a {
width: 90px;
background: #67a909;
border-radius: 4px;
padding: 8px;
color: #FFF;
float: right;
margin-top: 5%;
font-size: 14px;
text-align: center;
transition: all 0.5s;
text-decoration: none;
margin-right: 35px;
}

.event-inner ul li img {
width: auto;
float: right;
margin-top: 8px;
}