/* Theme CSS */
.eventCalendar-wrap {
    border: solid 1px #d3d3d3;
    background-color: #fff;
    color: #807E7E;
}

    .eventCalendar-wrap .eventCalendar-arrow {
        text-decoration: none;
        color: #fff;
        padding: 5px 0;
        line-height: 28px;
    }

        .eventCalendar-wrap .eventCalendar-arrow.prev {
        }

        .eventCalendar-wrap .eventCalendar-arrow:hover {
            opacity: 0.7;
        }

        .eventCalendar-wrap .eventCalendar-arrow span {
            height: 0;
            width: 0;
            font-size: 0;
            line-height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #fff;
            float: left;
            text-indent: -5000px;
        }

        .eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
            border-left-width: 0;
            border-right: 6px solid #fff;
        }

.eventCalendar-slider {
    height: 80px;
}

.eventCalendar-monthWrap {
    left: 0;
}

.eventCalendar-currentTitle {
    line-height: 25px;
    background-color: #3B1212;
    outline: 1px solid #211f1f;
    border: 1px solid #E3E3E3;
    border-width: 1px 0;
}

    .eventCalendar-currentTitle .eventCalendar-monthTitle {
        font-size: 110%;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
    }

.eventCalendar-daysList {
    zoom: 1;
    padding: 0;
    width: 100%;
}

    .eventCalendar-daysList.eventCalendar-showAsWeek {
        margin: 0;
        width: 100%;
        border-bottom: 0;
        padding: 0 !important;
        background-color: #f2f2f2;
    }

    .eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
        border-radius: 5px 5px 0 0;
    }

    .eventCalendar-daysList:before, .eventCalendar-daysList:after {
        content: "";
        display: table;
    }

    .eventCalendar-daysList:after {
        clear: both;
    }

.eventCalendar-day-header {
    text-transform: capitalize;
    text-align: center;
    font-size: 10px;
    border-bottom: solid 1px #BCBCBC;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li {
    height: auto;
    margin: 0;
}

    .eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
        background-color: #ccc;
        min-height: 27px;
        border-top: solid 1px #ccc;
    }

.eventCalendar-day a {
    text-decoration: none;
    font-size: 10px;
    color: #424242;
}

.eventCalendar-day {
    border-left: solid 1px #BCBCBC;
}

    .eventCalendar-day a {
        border: solid 1px #BCBCBC;
        border-width: 0 1px 1px 0;
    }

.eventCalendar-showAsWeek .eventCalendar-day {
    border-left-width: 0;
}

    .eventCalendar-showAsWeek .eventCalendar-day a {
        border: solid 1px red;
        border-color: #fff #BCBCBC #BCBCBC #eee;
        line-height: 27px;
        font-size: 11px;
    }

.eventCalendar-day a:hover {
    background-color: #E4E4E4;
    /*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}

.eventCalendar-daysList li.today a {
    color: #fff;
    background: #aaa;
    /*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
}

li.eventCalendar-day.today a:hover {
    background-color: #ccc;
    /*box-shadow:inset 5px 5px 10px #999;*/
}

.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
    background: #8B0E13;
    /*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
    color: #fff;
}

li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
    /*background-color: #C2D374;*/
    -moz-filter: saturate(3);
    -webkit-filter: saturate(3);
    filter: saturate(3);
    /*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}


.eventCalendar-daysList li.current a {
    color: #fff;
    background: #807E7E;
    box-shadow: inset 5px 5px 10px #8B0E13;
    text-shadow: 2px 2px 2px #f2f2f2;
}

li.eventCalendar-day.current a:hover {
    background-color: #8B0E13;
    box-shadow: inset 5px 5px 10px #f2f2f2;
    text-shadow: 2px 2px 2px #ccc;
    border: 0 !important;
    text-decoration: none !important;
}

.eventCalendar-loading {
    border-radius: 4px;
    margin: 5px auto;
    padding: 0 10px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 10px #ccc;
    text-shadow: 0 0 3px #aaa;
    position: absolute;
    z-index: 4;
    top: 25px;
    left: 5px;
}

    .eventCalendar-loading.error {
        background-color: red;
    }

.eventCalendar-subtitle {
    margin: 0 10px;
    padding: 0;
    font-size: 14px !important;
    text-transform: none;
}

.eventCalendar-list-wrap {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.eventCalendar-list-content.scrollable {
    height: 100px;
    overflow-y: auto;
    margin: 0 5px 5px 0;
}

.eventCalendar-hidden {
    padding: 0 !important;
    margin: 0 !important;
}

    .eventCalendar-hidden a {
        margin: 0 !important;
    }

        .eventCalendar-hidden a:hover {
            -moz-filter: saturate(3);
            -webkit-filter: saturate(3);
            filter: saturate(3);
        }

.eventCalendar-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

    .eventCalendar-list li {
        padding: 0 5px 15px;
        max-height: 200px;
        overflow: hidden;
        margin: 0;
        clear: both;
        display: flex;
    }

        .eventCalendar-list li p {
            text-overflow: ellipsis;
            text-transform: none;
            display: none;
        }

        .eventCalendar-list li time {
            font-size: 10px;
            line-height: 18px;
        }

            .eventCalendar-list li time em {
                float: left;
                font-style: normal;
            }

            .eventCalendar-list li time small {
                font-size: 10px;
                float: left;
                background-color: #807E7E;
                color: #fff;
                padding: 0 5px 0 4px;
                margin: 0 0 0 3px;
            }

        .eventCalendar-list li .eventCalendar-eventTitle {
            /*display: block;*/
            clear: both;
            font-weight: bold;
            text-decoration: none;
            margin: 0 5px;
            line-height: 18px;
        }

        .eventCalendar-list li a.eventCalendar-eventTitle {
            color: #8B0E13;
            font-size: 10px;
        }

            .eventCalendar-list li a.eventCalendar-eventTitle:hover {
                text-decoration: underline;
            }

        .eventCalendar-list li .eventDesc {
            clear: both;
            margin: 0 0 5px 0;
            font-size: 80%;
            line-height: 1.2em;
        }

    .eventCalendar-list .eventCalendar-noEvents {
        background-color: #626262;
        color: #fff;
        width: 100%;
        text-align: center;
    }

        .eventCalendar-list .eventCalendar-noEvents p {
            display: block;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 12px;
        }

.bt {
    font-size: 12px;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding: 5px 10px;
    text-decoration: none;
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: #8B0E13;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #A13C40;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .bt:hover {
        background-position: 0 -15px;
        text-decoration: none;
    }
/* end of theme css */
