.calendar,
.calendar_weekdays,
.calendar_content {
    max-width: 300px;
}

.calendar {
    margin: auto;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 14px;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
}

.calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: default;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: #d5d5d5;
}

.calendar_content div.today {
    font-weight: bold;
    font-size: 14px;
    color: #87b633;
    border: 1px solid #dcdcdc;
}

.calendar_content div.selected {
    background-color: #f0f0f0;
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #87b633;
    float: left;
    width: 70%;
    margin: 0 0 10px;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #dcdcdc;
    float: left;
    width: 15%;
    transition: color .2s;
}

button.switch-month:hover {
    color: #87b633;
}

.cottage-detail-image {
  background-size: cover;
  min-height: 425px;
  width: 98%;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  .cottage-detail-image {
    min-height: 56.25vw;
  }
}

html {
  height: 100%;
}

.colorlib-nav {
  display: grid;
  grid-template-rows: 1fr auto;
}

body {
  min-height: 100%;
  display: grid;
}

footer {
  grid-row-start: 3;
  grid-row-end: 4;
}

.jumbotron {
  padding-left: 10px;
  padding-right: 10px;
}

.toast {
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.toast-base-container {
  position: fixed;
  min-height: 200px;
  width: 300px;
  top: 10px;
  right: 10px;
  z-index: 10000;
}

.toast-inner-container {
  position: absolute;
  top: 0;
  right: 0;
}

.toast-debug {
  color: white;
  background-color: #AB9DF2;
}

.toast-info {
  color: black;
  background-color: #78DCE8;
}

.toast-success {
  color: black;
  background-color: #A9DC76;
}

.toast-warning {
  color: white;
  background-color: #FC9867;
}

.toast-error {
  color: white;
  background-color: #FF6188;
}

.no-margin {
  margin: 0;
}

.booking {
  margin-top: 5px;
  margin-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table, th, td {
  padding: 2px 5px;
  text-align: left;
}

.cost {
  text-align: right;
}

.text-center th {
  text-align: center;
}

.total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;
  margin-top: 5px;

  border: 1px solid transparent;
  border-radius: 7px 7px 0px 0px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.card-errors {
  color: #fa755a;
}

.card-submit {
  border-radius: 0px 0px 7px 7px;
}

.slant-out-booked {
  background-image: -webkit-linear-gradient(135deg, #0000 50%, #D43F3Aff 50%);
  border-color: #ddd!important;
}

.slant-in-booked {
  background-image: -webkit-linear-gradient(135deg, #D43F3AFF 50%, #0000 50%);
  border-right: 1px solid #DBAEAC!important;
}

.slant-out {
  background-image: -webkit-linear-gradient(135deg, #0000 50%, #8FDF82FF 50%);
  border-color: #ddd!important;
}

.slant-in {
  background-image: -webkit-linear-gradient(135deg, #8FDF82FF 50%, #0000 50%);
  border-color: #ddd!important;
}

.form-field ul {
  list-style-type: none;
  padding-left: 0;
}

.form-field input[type="radio"], input[type="checkbox"] {
  margin-top: -1px;
  vertical-align: middle;
}

#carousel, #slider {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .detail-col, #carousel, #slider {
    position: relative;
    float: left;
    width: 100%;
  }
  .cottage-detail-image {
    width: 100%;
    margin-top: 10px;
  }
}

input[type="number"] {
	height: 50px;
}

@media only screen and (min-width: 992px) {
  .cottage-list-image {
    min-height: 240px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 992px) {
  .cottage-list-image {
    min-height: 400px;
  }
}

@media only screen and (max-width: 450px) {
  .cottage-list-image {
    min-height: 300px;
  }
}

.cottage-list-image {
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.booking-col {
  padding: 0;
}

@media only screen and (min-width: 576px) {
  .booking-col {
    border-radius: 6px;
    background-color: #e5e5e5;
    padding: 15px;
    margin-left: 5px;
    position: relative;
    float: right;
  }
}

.fc-view-container {
  background-color: #e5e5e5;
}

#prev-button {
  float: left;
  margin-left: 15px;
  margin-bottom: -100%;
  position: relative;
  z-index: 1;
}

#next-button {
  float: right;
  margin-right: 15px;
  margin-bottom: -100%;
  position: relative;
  z-index: 1;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3px;
  margin: 5px;
}

.gallery-button {
  position: relative;
  float: right;
  z-index: 2;
  margin-top: -50px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 6px 12px;
}

@media only screen and (max-width: 768px) {
  .gallery-button {
    padding: 3px 6px;
    margin-top: -32px;
    margin-right: 5px;
    font-size: 14px;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* V-calendar stuff */
.v-time-only .vc-date {
  display: none !important; }

.vc-time .vc-select select[data-v-d1c68c60] {
  line-height: 0;
  padding-bottom: 5px; }

.vc-title {
  font-family: "Bellfort", Times, serif;
  --text-lg: 20px;
  margin-top: -0.5rem; }

.availability {
  border-radius: 12px; }
  .availability.mark-available .in-month {
    background-color: #D1FAE5; }
  .availability .vc-day {
    margin: 1px; }
  .availability .vc-highlights, .availability .vc-day-content, .availability .vc-highlight {
    width: 100% !important;
    height: 100% !important; }
  .availability .price {
    margin-top: -1rem;
    font-size: 1rem; }
  .availability .vc-container {
    border-radius: 12px !important;
    border: unset !important;
    display: unset !important; }
  .availability .vc-day-box-center-center > .vc-highlight {
    background-color: unset; }
  .availability .vc-day-box-right-center {
    background: linear-gradient(-45deg, #DBEAFE 48%, rgba(255, 255, 255, 0) 48%); }
  .availability .vc-day-box-left-center {
    background: linear-gradient(135deg, #DBEAFE 48%, rgba(255, 255, 255, 0) 48%); }
  .availability .vc-highlight-base-end, .availability .vc-highlight-base-start {
    display: none; }
  .availability .vc-highlight {
    background-color: transparent !important; }
  .availability .vc-day-box-left-center + .vc-day-box-center-center > .block {
    background: linear-gradient(135deg, #ff7f7f 50%, rgba(255, 255, 255, 0) 48%); }
  .availability .vc-day-box-left-center + .vc-day-box-center-center > .book {
    background: linear-gradient(135deg, #7fff7f 50%, rgba(255, 255, 255, 0) 48%); }
  .availability .vc-highlight-base-middle {
    background-color: #DBEAFE !important; }
    .availability .vc-highlight-base-middle.block {
      background-color: #ff7f7f !important; }
    .availability .vc-highlight-base-middle.book {
      background-color: #7fff7f !important; }
  .availability .vc-day-box-left-center + .vc-day-box-center-center > .vc-highlight {
    border: none !important; }
  .availability .vc-day-box-right-center + .vc-day-box-center-center > .block {
    background: linear-gradient(-45deg, #ff7f7f 50%, rgba(255, 255, 255, 0) 48%); }
  .availability .vc-day-box-right-center + .vc-day-box-center-center > .book {
    background: linear-gradient(-45deg, #7fff7f 50%, rgba(255, 255, 255, 0) 48%); }
  .availability .vc-highlight-base-middle {
    background-color: #DBEAFE !important; }
  .availability .vc-day-box-left-center + .vc-day-box-center-center > .vc-highlight {
    border: none !important; }
  .availability .vc-day-box-right-center + .vc-day-box-center-center > .vc-highlight {
    border: none !important; }
  .availability .vc-container {
    --rounded-full: 0px!important; }
  .availability .vc-pane {
    margin: 4px;
    border-radius: 6px;
    background: #e5e5e5;
  }
.calendars {
  border-radius: 12px; }
  .calendars.mark-available .in-month {
    background-color: #D1FAE5; }
  .calendars .vc-day {
    margin: 1px; }
  .calendars .vc-highlights, .calendars .vc-day-content, .calendars .vc-highlight {
    width: 100% !important;
    height: 100% !important; }
  .calendars .price {
    margin-top: -1rem;
    font-size: 1rem; }
  .calendars .vc-day-box-center-center > .vc-highlight {
    background-color: unset; }
  .calendars .vc-day-box-right-center {
    background: linear-gradient(-45deg, #DBEAFE 48%, rgba(255, 255, 255, 0) 48%); }
  .calendars .vc-day-box-left-center {
    background: linear-gradient(135deg, #DBEAFE 48%, rgba(255, 255, 255, 0) 48%); }
  .calendars .vc-day-box-left-center + .vc-day-box-center-center > .block {
    background: linear-gradient(135deg, #ff7f7f 50%, rgba(255, 255, 255, 0) 48%); }
  .calendars .vc-day-box-left-center + .vc-day-box-center-center > .book {
    background: linear-gradient(135deg, #7fff7f 50%, rgba(255, 255, 255, 0) 48%); }
  .calendars .vc-highlight-base-middle {
    background-color: #DBEAFE !important; }
    .calendars .vc-highlight-base-middle.block {
      background-color: #ff7f7f !important; }
    .calendars .vc-highlight-base-middle.book {
      background-color: #7fff7f !important; }
  .calendars .vc-day-box-left-center + .vc-day-box-center-center > .vc-highlight {
    border: none !important; }
  .calendars .vc-day-box-right-center + .vc-day-box-center-center > .block {
    background: linear-gradient(-45deg, #ff7f7f 50%, rgba(255, 255, 255, 0) 48%); }
  .calendars .vc-day-box-right-center + .vc-day-box-center-center > .book {
    background: linear-gradient(-45deg, #7fff7f 50%, rgba(255, 255, 255, 0) 48%); }
  .calendars .vc-highlight-base-middle {
    background-color: #DBEAFE !important; }
  .calendars .vc-day-box-left-center + .vc-day-box-center-center > .vc-highlight {
    border: none !important; }
  .calendars .vc-day-box-right-center + .vc-day-box-center-center > .vc-highlight {
    border: none !important; }
  .calendars .vc-container {
    --rounded-full: 0px!important; }
  .calendars .vc-pane {
    margin: 4px;
    border-radius: 6px;
    background: #e5e5e5; }
  .calendars .vc-pane + .vc-pane {
    margin-left: 0;
    padding-left: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .calendars .vc-pane.column-from-end-2 {
    margin-right: 0;
    padding-right: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.font-sans-serif {
  font-family: Helvetica, sans-serif;
}
