#ibt_master_section .ftco-section {
  padding: 7em 0; }

#ibt_master_section .ftco-no-pt {
  padding-top: 0; }

#ibt_master_section .ftco-no-pb {
  padding-bottom: 0; }

#ibt_master_section .heading-section {
  font-size: 28px;
  color: #000; }

#ibt_master_section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#ibt_master_section .content {
  overflow: none;
  padding: 0px 0;
  height: 500px;
  position: relative;
}

/*  Events display */

  @media (max-width: 767.98px) {
    #ibt_master_section .events-container { } }

.events-container:after { }


#ibt_master_section .event-card {
  padding: 20px 0;
  max-width: 100%;
  display: block;
  border: none !important;
  margin: 20px;
  margin-left: 12px; }
  @media (max-width: 991.98px) {
    .event-card {
      margin: 10px; } }
  @media (max-width: 767.98px) {
    .event-card {
      margin: 0;
      background: #e6e6e6; } }

#ibt_master_section .event-count, .event-name, .event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem; }

#ibt_master_section .event-count {
  color: #7e0cf5;
  text-align: right; }

#ibt_master_section .event-name {
  padding-right: 0;
  text-align: left; }

#ibt_master_section .event-cancelled {
  color: #cd4dcc;
  text-align: right; }

/*  Calendar wrapper */
#ibt_master_section .calendar-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #F1F1F1;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.53);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.53);
  border-radius: 10px;
  font: 13px 'Montserrat', sans-serif;
  display: inline-block;
  padding: 20px;
  float: left; 

}
  @media (max-width: 991.98px) {
    #ibt_master_section .calendar-container {
      padding: 0; } }
  @media (max-width: 767.98px) {
    #ibt_master_section .calendar-container {
      padding: 0;
      width: 100%; } }

#ibt_master_section .calendar-container:after {
  clear: both; }

#ibt_master_section .calendar {
  width: 100%;
  padding: 0; }

/* Calendar Header */
#ibt_master_section .year-header {
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
  margin-top: 20px;
  font-weight: 600;
}

#ibt_master_section .year-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #000; }

#ibt_master_section .left-button, #ibt_master_section .right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
  color: #cccccc !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important; }
  @media (prefers-reduced-motion: reduce) {
    #ibt_master_section .left-button, #ibt_master_section .right-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  #ibt_master_section .left-button:hover, #ibt_master_section .right-button:hover {
    color: #7e0cf5 !important; }

#ibt_master_section .left-button {
  left: 0; }

#ibt_master_section .right-button {
  right: 0;
  top: 0; }

/* Buttons */
#ibt_master_section .button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  color: white;
  border: none;
  background: #7e0cf5; }
  #ibt_master_section .button.button-white {
    background: #fff;
    color: #000; }
  #ibt_master_section .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

#ibt_master_section #cancel-button {
  background: #cd4dcc; }

#ibt_master_section #add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px; }

#ibt_master_section #add-button:hover, #ibt_master_section #ok-button:hover, #ibt_master_section #cancel-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

#ibt_master_section #add-button:active, #ibt_master_section #ok-button:active, #ibt_master_section #cancel-button:active {
  -webkit-transform: translateY(3px) scale(0.97);
  -ms-transform: translateY(3px) scale(0.97);
  transform: translateY(3px) scale(0.97); }

/* Days/months tables */
#ibt_master_section .days-table, #ibt_master_section .dates-table, #ibt_master_section .months-table {
  border-collapse: separate;
  text-align: center; }

#ibt_master_section .months-table{
  border-spacing: 2px;
}

#ibt_master_section .day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #000; }

#ibt_master_section .month {
  cursor: pointer;
  height: 26px;
  width: 26px;
  padding: 0 2px 5px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }
  @media (max-width: 991.98px) {
   #ibt_master_section  .month {
      font-size: 8px; } }
  @media (max-width: 767.98px) {
   #ibt_master_section  .month {
      font-size: 10.5px; } }

#ibt_master_section .active-month {
  font-weight: 700;
  color: #000; }

#ibt_master_section .month:hover {
  color: #4c93a5; }

/*  Dates table */
#ibt_master_section .table-date {
  cursor: default;
  color: #cccccc;
  height: 26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  margin: 3px;
  border: 2px solid transparent;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative; 
}
#ibt_master_section td.table-date:not(.event-date) {
     background: none !important
}

#ibt_master_section .services:hover{
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  background-color: var(--pill-bg-hover);
}

#ibt_master_section .event-date {
  border: none;
  background: none;
  color: #000000; 
}
  #ibt_master_section .event-date:after {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 10px;
    height: 10px;
    content: '';
    background: #63d19e; }

#ibt_master_section .active-date {
  background: #4c93a5;
  color: #fff; }

#ibt_master_section .event-date.active-date {
  background: #4c93a5; }

#ibt_master_section tr.table-row:hover>td:not(.event-date) {
  background: none;
}
#ibt_master_section tr.table-row:hover>td.event-date:not(.active-date) {
  background: none;
  color: #000000; 
}

#ibt_master_section .event-date:hover {
  border: solid 1px #4c93a5; 
  cursor: pointer;
   background-color: #B7D4DB !important;
  color: #ffffff; 
}

/* input dialog */
#ibt_master_section .dialog {
  z-index: 5;
  background: #000;
  position: absolute;
  width: 50%;
  height: 500px;
  top: 0;
  right: 0;
  display: none; }
  @media (max-width: 767.98px) {
#ibt_master_section     .dialog {
      width: 100%; } }

#ibt_master_section .dialog-header {
  margin: 20px;
  color: #fff;
  text-align: center;
  font-size: 28px; }

#ibt_master_section .form-container {
  margin-top: 25%; }

#ibt_master_section .form-label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9); }

#ibt_master_section .input {
  border: none;
  background: none;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  display: block;
  margin-bottom: 50px;
  width: 300px;
  height: 20px;
  text-align: center;
  -webkit-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
  color: #fff; }

#ibt_master_section .input:focus {
  outline: none;
  border-color: #fff; }

#ibt_master_section .error-input {
  border-color: #cd4dcc; }


#ibt_master_section .dates-table{
  border-spacing: 2px;
}