.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar{
    position: relative;
    min-height: 50px;
}

.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar>.fc-right,
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar>.fc-center,
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar>.fc-left {
    float: none;
    position: absolute;
}
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar>.fc-center,
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar>.fc-left{
    width: 100%;
}
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-left .fc-button-group{
    z-index: 1000;
    width: 100%;
}

.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-button-group .fc-next-button{
    float: right;
}
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-left{
    bottom: 40px;
    height: 4px;
}
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-left .fc-today-button{
    margin: 20px 0 0;
    z-index: 1000;
}
.wpfc-calendar-wrapper>.wpfc-calendar>.wpfc-calendar-search{
    margin-bottom: 1px;
}
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-right{
    display: none;
    top: 36px;
    right: 0;
}

.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-right>.fc-button-group>{
}
.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-center{
    right: 0;
    z-index: 1;
}

.wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-center>h2{
    font-size: 30px!important;
    width: 100%;
}

.ui-widget-content>.fc-day-grid-container{
    height: auto!important;
}

.fc-button-group>.ui-state-default, .wpfc-calendar-search>.ui-state-default, .fc-left>.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,th.ui-widget-header, ul.ui-menu>li.ui-state-focus{
    color: #fff;
    background: #222;
    padding: 10px 20px;
    background: -moz-linear-gradient(#252525, #0a0a0a);
    background: -o-linear-gradient(#252525, #0a0a0a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
    background: -webkit-linear-gradient(#252525, #0a0a0a);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    border: none !important ;
    border-radius: 0 !important;
    z-index: 200;
}
.fc-left>.ui-state-default, .fc-button-group>.ui-state-default{
    height: 36px;
}
ul.ui-menu>li.ui-state-focus{
    padding: 5px 10px;
}

.wpfc-calendar-search>.ui-state-default{
    float: right;
}
.wpfc-calendar-search>.ui-state-default:last-child{
    margin-right: 5px;
}
.wpfc-calendar-search{
    width: 60%;
    float: right;
}

.wpfc-calendar-search>.ui-state-default:after{
    clear: both;
}
/*.fc-button-group>.ui-state-focus, .wpfc-calendar-search>.ui-state-focus, .fc-left>.ui-state-focus*/
.wpfc-calendar-search>.ui-state-hover{
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
}

.fc-view-container{
    clear: both;
}

.wpfc-calendar-search span.ui-selectmenu-text{
    padding: 0 !important;
}

.fc-content-skeleton>table>thead>tr> td.fc-day-number{
    text-align: left!important;;
    padding-left: 15px;
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    border-bottom: none;
}


.fc-basic-view .fc-body .fc-row {
    min-height: 134px!important;
}

a.fc-day-grid-event{
    padding: 3px;
    margin: 0;
    /*width: 95%;*/
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top: 0;
    padding: 5px 7px;
    border-bottom: solid 1px #cccccc;
}
.post-1249 .entry-title{
    text-align: center;
}
.post-1249>.entry-content{
    width: 100%;
}
.fc-event-container>a>.fc-content {
    white-space: inherit;
}

.fc-ltr td.fc-event-container>a.fc-h-event.fc-not-start{
    padding-left: 5px;
}
.fc-ltr td.fc-event-container>a.fc-h-event.fc-not-end{
    padding-right: 5px;
}
.tooltip_image{
    width: 100%;
    display: block;
}
.tooltip_image img{
    max-width: 50%;
    display: block;
    margin: 0 auto 15px;
}

ul.tooltip_date{
    font-style: italic;
    font-size: 0.9em;
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}
h2.tooltip_title{
    font-weight: bold;
    font-size: 1.1em;
}
th.ui-widget-header{
    padding: 3px;
}
@media only screen and (max-width: 820px) {
    .wpfc-calendar-search{
        z-index: 1;
        width: 100%;
        /*float: right;*/
    }
}

@media only screen and (max-width: 600px) {
    .wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar {
        min-height: 89px;
        margin-bottom: 5px;
    }

    .wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-button-group .fc-next-button {
        float: left;
        margin-left: 5px;
    }

    .wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-left .fc-button-group {
        z-index: 1000;
        width: initial;
    }

    .wpfc-calendar-wrapper>.wpfc-calendar>.fc-toolbar .fc-left .fc-today-button {
        margin: 0;
        float: right;
    }
    .wpfc-calendar-search>.ui-state-default:last-child {
        margin-right: 0;
        float: left;
    }
}

@media only screen and (max-width: 450px) {
    .wpfc-calendar-search>.ui-state-default {
        float: left;
        width: 89.5% !important;
    }
}