/* Enter Your Custom CSS Here */
header {
    position:           fixed;
    /*top:                20px;*/
    background-color:   #fff;
    z-index:            100;
    width:              100%;
    /*max-height:         110px;*/ /* Adjust to height of sticky header */
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}

body {
   /* padding-top:        90px; /* Adjust to height of sticky header */
}

.page-template #calendar {
  height: auto!important;
  overflow: visible!important;
  background: transparent;
}

.text-center.subtitle.calendar {
	display: none;
}

#calendar .toggle-calendar {
	display: none;
}

#reservation .h2-divider {
	margin: 0 auto 30px auto;
}

#gallery.block {
    padding-top: 110px;
}

@media (max-width: 768px) {
  #ui-datepicker-div {
      z-index: 99;
      margin-left: -175px;
  }

  #booking div:nth-child(3) .media, #booking div:nth-child(4) .media {
      margin-bottom: 0px;
      z-index: 1;
  }
}