/* MAIN CALENDAR ------------------------------- */

.k-calendar {
    position: relative;
    display: inline-block;
    color: #787878;
    border: 4px solid #8e0007;
    width: 85%;
    margin-left: 30px;
    overflow: hidden;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	top: -19px;
	padding-bottom: 25px;
}
.k-calendar .k-link {
    color: #787878;
    -webkit-touch-callout: none;
    text-decoration: none;
    font-size: 1.2em;
}
.k-calendar .k-content .k-link {
    display: block;
    overflow: hidden;
    margin-top: 25px;
    min-height: 22px;
    line-height: 22px;
    text-align: center;
    color: #323333;
    font-weight: 700;
}

/* MONTH/YEAR ------------------------------- */

.k-calendar .k-header {
    position: relative;
    text-align: center;
    zoom: 1;
    font-size: 23px;
    background-color: #8e0007;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.78);
}
.k-calendar .k-header a {
	color: #ffffff;	
}
.k-widget.k-calendar .k-nav-fast {
    display: inline-block;
    line-height: 22px;
    width: 75%;
    height: 22px;
    margin: 3px 0 4px;
}

/* NAV ARROWS ------------------------------- */

.k-widget.k-calendar .k-nav-prev {
    position: absolute;
    top: 3px;
    left: 1%;
}
.k-widget.k-calendar .k-nav-next {
    position: absolute;
    top: 3px;
    right: 1%;
}
.k-icon {
    width: 16px;
    height: 20px;
    display: block;
    font-size: 13px;
    padding-top: 11px;
}
.k-i-arrow-e:before {
    content: '\25B6';
    cursor: pointer;
    font-size: 1.6em;
    position: relative;
    left: -13px;
}
.k-i-arrow-w:before {
    content: '\25C0';
    cursor: pointer;
    font-size: 1.6em;
    position: relative;
    left: 10px;
}

/* DAY OF THE WEEK ------------------------------- */

.k-calendar th {
    font-weight: 600;
    background-color: #efefdf;
    padding: .5em .45em .5em .1em;
    cursor: default;
    color: #565656;
    font-size: 1.2em;
}

/* DATES WITH EVENTS ------------------------------- */

.k-calendar .active-date .k-link {
    color: #8e0007;
    margin-top: 25px;
    font-weight: 600;
    background-color: #efefdf !important;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer !important;
}
.k-other-month.active-date .k-link {
    color: #565656;
}

/* CALENDAR CONTENT ------------------------------- */

.k-calendar .k-content {
    float: left;
    text-align: center;
    border-spacing: 0;
    border-width: 0;
    width: 100%;
    height: 170px;
    margin: 0;
    table-layout: fixed;
    outline: 0;
}
.k-other-month .k-link {
    color: #CCC;
}
.k-calendar .k-meta-view .k-link {
    color: #787878;
    padding: .25em 0 .3em;
    text-align: center;
}

/* Today */

.k-calendar .k-today {
    background: #8e0007 !important;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.k-calendar .k-today .k-link {
    color: #000000;
    cursor: pointer !important;
    background-color: #8e0007;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
}

/* HOVER EFFECTS ------------------------------- */

/* Dates with Events */

.k-calendar .k-state-hover,
.k-calendar .k-state-hover.active-date .k-link {
    text-decoration: none;
    background-color: #8e0007;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    color: #FFF;
    cursor: pointer;
}

/* Month, Year & Arrows */

.k-widget.k-calendar .k-nav-fast.k-state-hover,
.k-widget.k-calendar .k-nav-prev.k-state-hover,
.k-widget.k-calendar .k-nav-next.k-state-hover {
    background-color: #8e0007;
    cursor: pointer;
}
.k-calendar .k-meta-view .k-state-hover {
    background-color: #8e0007;
    cursor: pointer;
}
.k-calendar .k-meta-view .k-state-hover .k-link {
    color: #FFF;
    cursor: pointer;
}

/* Removing Hover Action for Days without Events */

.k-calendar .k-state-hover,
.k-calendar .k-state-hover .k-link {
    text-decoration: none;
    background: none;
    cursor: default;
}

@media (max-width: 767px) {
	
.k-calendar {
    position: relative;
    display: inline-block;
    color: #787878;
    border: 4px solid #8e0007;
    width: 97%;
    margin-left: 0;
    overflow: hidden;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	top: -19px;
}

.k-calendar .k-header {
    position: relative;
    text-align: center;
    zoom: 1;
    font-size: 18px;
    background-color: #8e0007;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.78);
}

}
