/* ================================================
   JEvents Calendar - Roots n Permaculture styling
   ================================================ */

/* Full header bar */
.jev_header2 {
    background-color: #e8dfc0 !important;
    border-color: #c8b888 !important;
    color: #1e3d1a !important;
}

/* Previous and next month sections */
.jev_header2 .previousmonth,
.jev_header2 .nextmonth {
    background-color: #e8dfc0 !important;
    border-color: #c8b888 !important;
    color: #1e3d1a !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.jev_header2 .previousmonth a,
.jev_header2 .nextmonth a {
    color: #1e3d1a !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.jev_header2 .previousmonth,
.jev_header2 .previousmonth *,
.jev_header2 .nextmonth,
.jev_header2 .nextmonth * {
    color: #1e3d1a !important;
}

/* Current month - slightly lighter centre */
.jev_header2 .currentmonth {
    background-color: #f5f0e8 !important;
    color: #1e3d1a !important;
    border-color: #c8b888 !important;
    font-weight: bold !important;
}

/* Top row border */
.jev_toprow {
    border-color: #c8b888 !important;
}

/* Nav buttons */
.new-navigation .nav-items div {
    border-color: #2d5a1b !important;
}

.new-navigation .nav-items div.active a {
    background-color: #2d5a1b !important;
    color: #ffffff !important;
}

/* Today circle - green */
.cal_today a.cal_daylink span.calview {
    background-color: #2d5a1b !important;
    color: #ffffff !important;
    border: 2px solid #2d5a1b !important;
    border-radius: 50% !important;
    padding: 2px 5px !important;
    box-shadow: none !important;
}

.cal_today {
    border: none !important;
    outline: none !important;
}

/* Event text */
.month_cell_st {
    font-size: 11px !important;
    padding: 1px 2px !important;
}

.month_cell_st a.cal_titlelink {
    color: #1e3d1a !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

/* Hide "by [author]" on list view */
.jev_listrow .jev_listdetails .jev_author {
    display: none !important;
}

/* Cleaner list row styling */
.jev_listrow {
    border-left: 4px solid #2d5a1b !important;
    margin-bottom: 8px !important;
    padding: 8px 12px !important;
    background-color: #f9f7f2 !important;
    border-radius: 0 4px 4px 0 !important;
}

.jev_listrow .jev_listdetails {
    font-size: 13px !important;
    color: #1e3d1a !important;
}

.jev_listrow .jev_listdetails a {
    color: #2d5a1b !important;
    font-weight: 600 !important;
}