.cal-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}
/* Fade-Out Effect */
.cal-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

/* .ftco-section {
  padding: 7em 0;
} */

@media (min-width: 600px) {
  .ftco-section .head-info {
    overflow: auto;
    height: 370px;
  }
}


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

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

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

.ftco-section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-section .elegant-calendar {
  max-width: 900px;
  /* text-align: center; */
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16); */
}


.ftco-section .wrap-header {
  position: relative;
  width: 35%;
  z-index: 0;
}
/* .ftco-section .wrap-header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .ftco-section .wrap-header {
    width: 100%;
    padding: 20px 0;
  }
} */


.ftco-section #header {
  width: 100%;
  position: relative;
}
.ftco-section #header .pre-button,
.ftco-section #header .next-button {
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
.ftco-section #header .pre-button i,
.ftco-section #header .next-button i {
  color: #fff;
}

.ftco-section .pre-button {
  left: 5px;
}

.ftco-section .next-button {
  right: 5px;
}

.ftco-section .button-wrap {
  position: relative;
  padding: 10px 0;
}
.ftco-section .button-wrap .pre-button,
.ftco-section .button-wrap .next-button {
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  font-size: 18px;
}
.ftco-section .button-wrap .pre-button i,
.ftco-section .button-wrap .next-button i {
  color: #cccccc;
}
.ftco-section .button-wrap .pre-button {
  left: 20px;
}
.ftco-section .button-wrap .next-button {
  right: 20px;
}
/*
.ftco-section .head-day {
  font-size: 6em;
  padding: 10px 0; }
  .button-wrap .pre-button, .button-wrap .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    font-size: 18px; }
    .button-wrap .pre-button i, .button-wrap .next-button i {
      color: #cccccc; }
  .button-wrap .pre-button {
    left: 20px; }
  .button-wrap .next-button {
    right: 20px; }

.head-day {
  font-size: 3em;
  line-height: 1;
  color: #fff;
}
*/
.ftco-section #header .pre-button,
.ftco-section #header .next-button {
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
.ftco-section #header .pre-button i,
.ftco-section #header .next-button i {
  color: #fff;
}

.ftco-section .pre-button {
  left: 5px;
}

.ftco-section .next-button {
  right: 5px;
}

.ftco-section .button-wrap {
  position: relative;
  padding: 10px 0;
}
.ftco-section .button-wrap .pre-button,
.ftco-section .button-wrap .next-button {
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  font-size: 18px;
}
.ftco-section .button-wrap .pre-button i,
.ftco-section .button-wrap .next-button i {
  color: #cccccc;
}
.ftco-section .button-wrap .pre-button {
  left: 20px;
}
.ftco-section .button-wrap .next-button {
  right: 20px;
}
.ftco-section .head-month {
  line-height: 1;
  text-transform: uppercase;
}

.ftco-section .calendar-wrap {
  width: 65%;
  /* padding: 40px 20px 20px 20px; */
}
@media (max-width: 767.98px) {
  .ftco-section .calendar-wrap {
    width: 100%;
  }
}

.ftco-section #calendar {
  width: 100%;
}

.ftco-section #calendar tr {
  height: 3em;
}

.ftco-section thead tr {
  color: #000;
  font-weight: 700;
}

.ftco-section tbody tr {
  color: #000;
}

.ftco-section tbody td {
  width: 14%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 0;
}
.ftco-section tbody td:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .ftco-section tbody td:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.ftco-section tbody td:hover,
.ftco-section .selected {
  color: #fff;
  border: none;
}
.ftco-section tbody td:hover:after,
.ftco-section .selected:after {
  background: #2a3246;
}

.ftco-section tbody td:active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.ftco-section #today {
  color: #fff;
}
.ftco-section #today:after {
  background: #b1a080;
}

.ftco-section .has_cruise.selected:after {
  background-color: #b1a080;
}

.ftco-section .has_cruise {
  color: #000;
}
.ftco-section .has_cruise:after {
  background: #ddd;
}
.ftco-section .no_cuise {
  pointer-events: none;
}
.ftco-section #disabled {
  cursor: default;
  background: #fff;
}

.ftco-section #disabled:hover {
  background: #fff;
  color: #c9c9c9;
}
.ftco-section #disabled:hover:after {
  background: transparent;
}

.ftco-section #reset {
  display: block;
  color: #000;
  cursor: pointer;
  padding: .3rem 0.5rem;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .5;
  line-height: 1;
}

.ftco-section #reset:hover {
  opacity: 1;
}

.ftco-section #reset:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.ftco-section ul.departures li:not(.today) {
  display: none;
}

.fareharbor_cruise_calendar .departures {
  list-style: none;
  padding: 0;
  margin: 0;
}
