/* fc-calendar
---------------------------------------------------------*/

.fc-calendar-container {
  position: relative;
}

.fc-calendar {
  width: 100%;
  height: 100%;
}

.fc-calendar .fc-head {
  color: #fff;
  
  color: rgba(255,255,255,0.75);
  height: 50px;
  line-height: 1;
  font-weight: 600;
}

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.fc-calendar .fc-row {
  width: 100%;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
  border: none;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: calc(100% / 8);
  position: relative;
}

@media (min-width: 768px) {

  .fc-calendar .fc-row .fc-PCdate{
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: calc(100% / 8);
}

.fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  color: var(--bs-dark);
}

.fc-calendar .fc-head > div {
  text-align: center;
}

.fc-calendar .fc-row > div > span.fc-weekday {
  display: none;
}

.fc-calendar .fc-row > div.fc-today {
  background: #f4f4f5;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none;
}

.fc-calendar .fc-row:last-child {
  border-bottom: none;
}

.custom-calendar-full {
  width: 100%;
  height: auto;
}

.fc-calendar-container {
  height: auto;
  width: 100%;
  padding: 25px 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}

.fc-calendar {
  background: #fff;
  width: 100%;
  border-radius: 8px;
}

.fc-calendar .fc-head .weekGird {
  text-transform: uppercase;
  font-size: 0.9em;
  padding-bottom: 4px;
  padding-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-dark);
}

.fc-calendar .fc-head .weekGird:first-child{
  border-radius: 10px 0 0 0;
}

.fc-calendar .fc-head .weekGird:last-child{
  border-radius: 0 10px 0 0;
}

.fc-calendar .fc-row > div > span.fc-date {
  color: #676f78;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  padding-right: 5px;
  margin-bottom: 5px;
  display: none;
}

.fc-calendar .fc-body {
  border: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0 0 10px 10px;
  display: block;
  border-collapse: collapse;
}

.fc-calendar .fc-row:last-child {
  box-shadow: none;
}

.fc-calendar .fc-row > div {
  box-shadow: -1px 0 0 rgba(0,0,0,0.1);
  border: none;
  height: 120px;
  overflow: auto;
  position: relative;
  padding: 6px;
  font-size: 0.95rem;
  line-height: 1.2;
}

/* cal-event
---------------------------------------------------------*/

.fc-event {
  font-size: 0.85em;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 1px;
  padding: 4px 5px;
  height: 27px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  background: #5d9cec;
}

.fc-event:hover {
  color: #fff;
  height:auto;
  z-index: 999;
  max-height: 50px;
}

.fc-calendar .fc-row .timerRange{

}

@media (min-width: 768px) {

  .fc-calendar .fc-row .timeBlock{
    display: flex;
    align-items: center;
  }

}



/* 880
---------------------------------------------------------*/

@media screen and (max-width: 768px) {
  html, body, .container {
    height: auto;
  }

  .custom-header,
  .custom-header nav,
  .custom-calendar-full,
  .fc-calendar-container, 
  .fc-calendar,
  .fc-calendar .fc-head,
  .fc-calendar .fc-row > div > span.fc-date {
    position: relative;
  }

  .fc-calendar {
  }

  .fc-calendar .fc-row,
  .ie9 .fc-calendar .fc-row > div,
  .fc-calendar .fc-row > div {
    height: auto;
    width: 100%;
    border: none;
  }

  .fc-calendar .fc-row .timeBlock{
    background-color: #fffeec;
  }

  .fc-calendar .fc-row .timeBlock .timeName{
    font-weight: bold;
  }

  .fc-calendar .fc-row > div {
    float: none;
    min-height: 50px;
    box-shadow: inset 0 -1px #c5c7cb !important;
    padding: 10px;
    display: block;
  }

  .fc-calendar .fc-row > div.empty {
    min-height: 0;
    height: 0;
    box-shadow: none !important;
    padding: 0;
  }

  .fc-calendar .fc-row {
    box-shadow: none;
  }

  .fc-calendar .fc-head {
    display: none;
  }

  .fc-calendar .fc-row > div > span.fc-date{
    display: inline-block;
  }

  .fc-calendar .fc-row > div.fc-today {
    background: #FFFCD5;
  }

  .fc-calendar .fc-row > div.fc-today:after {
    display: none;
  }

  .fc-calendar .fc-row > div > span.fc-weekday {
    display: inline-block;
    color: #666;
    font-size: 0.85rem;
    text-transform: uppercase;
  }

  .fc-calendar .fc-row > div > span.fc-date {
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
    margin-bottom: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  .fc-event {
    position: static;
    height: auto;
  }
}


/* .cal-event
---------------------------------------------------------*/

.cal-event-wrap{
  background: #fff;
  padding: 10px 0 10px;
}

.cal-event-header{
  font-size: 1.5em;
  color: #434343;
  margin-bottom: 15px;
  text-align: center;
}

.cal-event-title{
  background: #fcf5eb;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
}

.cal-event-title.active{
  background: #f5af1e;
  color: #fff;
}

.cal-event-title h3{
  display: inline-block;
  font-weight: normal;
  font-size: 1.1em;
  width: 88%;
}

.cal-event-title .icon-arrow{
  display: inline-block;
  text-align: right;
  width: 10%;
  vertical-align: top;
  font-size: 22px;
  font-family: FontAwesome;
  color: #f5af1e;
}

.cal-event-title .icon-arrow:before{
  content: "\f137";
}

.cal-event-title.active .icon-arrow:before{
  content: "\f13a";
  color: #fff;
}

.cal-event-content{
  margin-top: 5px;
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px 10px;
}

.cal-event-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cal-event-content .entry-thumb{
  float: left;
  width: 20%;
  margin-right: 15px;
}

.cal-event-content .entry-thumb img{
  width: 100%;
  display: block;
}

.cal-event-content .entry-txt{
  overflow: hidden;
  font-size: 0.9em;
}

.cal-event-content .free-txt{
  line-height: 1.5;
}

.cal-event-content .free-txt a{
  color: #4667bf;
}

.cal-event-content .sm-title{
  margin-bottom: 10px;
  color: #333;
  display: inline-block;
  font-size: 1.1em;
  margin-top: 20px;
}

.cal-event-content .right-side{
  float: right;
  text-align: right;
}

.cal-event-content .cal-btn{
   border-radius: 4px;
   padding: 3px 15px;
   color: #fff;
   background: #3b83f5;
   font-size: 0.85em;
   display: inline-block;
   text-decoration: none;
   -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.cal-event-content .cal-btn:hover{
  background: #1f69df;
}

.cal-event-content .entry-txt .sm-title:first-child{
  margin-top: 0;
}

@media (max-width: 450px) {

  .cal-event-content .entry-thumb{
    width: 50%;
    float: none;
    margin: 0 auto 20px;
  }

  .cal-event-content .entry-txt{
    float: none;
    width: auto;
    margin-left: 0;
  }

}

/* fc-toolbar
---------------------------------------------------------*/

.fc-toolbar{
  margin-bottom: 15px;
}

.fc-toolbar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fc-toolbar .fc-monthly{
  font-size: 1.4em;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.fc-button-group{
  display: inline-block;
  vertical-align: middle;
}

.fc-monthly .num-year,.fc-monthly .num-month{
  font-family: Open Sans;
  padding-right: 5px;
}

.fc-button-group .fc-prev-button,.fc-button-group .fc-next-button{
  border: 1px solid #c8c8c8;
  text-align: center;
  color: #333;
  font-size: 1.4em;
  height: 30px;
  display: block;
  float: left;
  line-height: 26px;
  width: 50px;
  margin-right: -1px;
  cursor: pointer;
}

.fc-button-group .fc-prev-button:hover,.fc-button-group .fc-next-button:hover{
  background: #0068b5;
  color: #fff;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.fc-button-group .fc-next-button{
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}

.fc-button-group .fc-prev-button{
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}