

.current-page-events {display:none}

.mini-cal{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1.5em;
    font-family: 'Futura PT';
    padding-bottom: 1.2em;
    background: transparent;
    color: #313131;
}
#full_calender {
    padding: 1.4em 0;
}
#calTitle{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.12em;
    text-align: center;
    padding: 0.4em 1em;
    padding-top: 0.8em;
}
#calTitle button{
    outline: none;
    display: block;
    border: 0.1em solid #ddd;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 10%);
}
#calTitle button svg{
    width: 30px;
    height: 30px;
}
#calTitle button svg path {
    stroke: #313131;
}
#calTitle #calTitle button:hover{
    background: rgba(255,255,255,0.1);
}
#calTitle button.month-mover.next {
    margin-left: 10px;
}
#monthYear > span.current-month {
    display: none;
}
#calTitle button.month-mover_disabled {
    opacity: 0.5;
}
#calThead, #calTbody{
    display: flex;
    flex-wrap: wrap;
    padding: 0.1em;
}
#calThead{
    color: #313131;
    margin-top: 0.4em;
    align-items: center;
    text-align: center;
    font-size: 0.88em;
}
#calThead > div, #calTbody .a-date{
    box-sizing: border-box;
    flex: 1;
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    padding: 0;
}
#calThead > div{
    font-size: 1.1em;
    padding: 0.2em 0.2em;
}
#calTbody{
    color: #ddd;
}
#calTbody .a-date > span{
    display: block;
    font-size: 1em;
}
#calTbody .a-date{
    cursor: default;
    padding: 0;
    position: relative;
    background-color: transparent;
    color: #313131;
    padding: 5px;
    border: 1px solid #f3f3f3;
    outline: none;
    font-size: 0.9em;
}
#calTbody .a-date.blurred{
    opacity: 0.5;
    pointer-events: none;
}
/*#calTbody .a-date.event:before{
    content: '';
    position: absolute;
    top: 0.2em;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fffc23;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
}*/
#calTbody .a-date.event {
	border-radius: 6px;
    border: 1px solid #C1A583;
}
#calTbody .a-date.current{
    background: #C1A583;
	border-radius: 6px;
    outline: none;
    outline: 0;
    color: #fff;
}
#calTbody .a-date.current.event{
    background-color: #C1A58380;
    border-radius: 6px;
    color: #fff;
}
#calTbody .a-date:focus,
#calTbody .a-date:active{
    background: #C1A583;
	border: 1px solid #f3f3f3;
    border-radius: 6px;
    color: #fff !important;
}
#calTFooter{
    padding: 20px 10px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-size: 1.1em;
    margin-top: 0.5em;
    background: #FFFFFF;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
}
#calTFooter #calLink{
    font-size: 0.8em;
    display: inline-block;
    padding: 0.6em 0.8em;
    flex-shrink: 0;
    text-decoration: none;
    color: #fffc23;
}
#calTFooter #calLink:hover{
    background-color: #555;
}
#calTFooter a.day-event-item {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #313131;
    position: relative;
}
#calTFooter h3.eventTitle{
    margin: 0;
    margin-right: 0.1em;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
    white-space: normal;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#calTFooter h3.eventTitle span.eventTitle {
	font-weight: 300;
    color: #000;
    font-size: 18px;
}
#calTFooter a.day-event-item:before {
	content: '\f10c';
    font-family: 'FontAwesome';
    color: #C1A583;
    font-size: 0.6em;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: -15px;
}
#calTFooter_event #eventTitle_today {
    font-family: 'Halvar Breit Md', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
}
/*#calTFooter_event {
    padding: 1.4em 1em;
}

span.eventTitle {
    padding-left: 20px;
}*/
#calTitle_month {
    display: flex;
    align-items: end;
    justify-content: space-evenly;
}
#monthYear {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
}
/* разметка для событий */

#calTbody .a-date.other-page span {
    color: #313131;
}
#calTbody .a-date.user-events span {
    color: #313131;
}
#calTbody .a-date.sublesson span {
    color: #313131;
}
#calTbody .a-date.main-lesson span {
    color: #313131;
}
