@font-face {
  font-family: 'Bebas Neue Rounded';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('https://www.barkinghoundvillage.com/wp-content/uploads/2024/07/bebasneuerounded-regular-webfont.eot');
  src: url('https://www.barkinghoundvillage.com/wp-content/uploads/2024/07/bebasneuerounded-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.barkinghoundvillage.com/wp-content/uploads/2024/07/bebasneuerounded-regular-webfont.woff2') format('woff2'),
    url('https://www.barkinghoundvillage.com/wp-content/uploads/2024/07/bebasneuerounded-regular-webfont.woff') format('woff'),
    url('https://www.barkinghoundvillage.com/wp-content/uploads/2024/07/bebasneuerounded-regular-webfont.ttf') format('truetype'),
    url('https://www.barkinghoundvillage.com/wp-content/uploads/2024/07/bebasneuerounded-regular-webfont.svg#BebasNeueRounded') format('svg');
}

/* Registration Form Container */
#registrationFormRow {
  border-radius: 8px;
  /* background-color: #F4F4F4 !important; */
  background-color: #ffffff !important;
}

/* Fonts */
.font-bebas {
  font-family: "Bebas Neue Rounded", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #112A2A;
}

.font-sans {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.font-sans-terms {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

/* Inputs */
.input-fields {
  border-radius: 10px !important;
  background-color: #FFF !important;
}

.border-radius {
  border-radius: 10px !important;

}

input[type="radio"]:checked {
  accent-color: #329999 !important;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Titles */
.titles {
  margin-bottom: 5px;
}

/* Add Pets Button */
.addPets,
.loginbtn {
  font-family: "Bebas Neue Rounded", sans-serif !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 0.6 !important;
  letter-spacing: 1.7px !important;
  color: #112A2A !important;
  background-color: #EBDE9C !important;
  border: 2px solid #112A2A !important;
  border-radius: 100px !important;
  padding: 14px 53px !important;
}



.addPets:hover,
.loginbtn:hover {
  background-color: #112A2A !important;
  color: #ffffff !important;
}

/* Horizontal Line */
.hr-line {
  width: 100% !important;
  height: 1px;
  margin: 2% 0 !important;
  background-color: rgb(224, 224, 224) !important;
}

/* Gravity Form Input Fixes */
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

.addPets.apply {
  font-size: 25px !important;
  border-radius: 8px !important;
  padding: 14px 30px !important;
}

.addPets.thanks {
  font-size: 25px !important;
  border-radius: 8px !important;
  padding: 14px 30px !important;
}

.button-group input[type="checkbox"] {
  display: none;
}

.button-group label {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  color: white;
  border-radius: 15px;
  border: 1px solid #111;
  transition: all ease 0.2s;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 13px;
  width: auto !important;
  color: #111;
  box-shadow: 0px 0px 50px -15px #000000;
}

.button-group input[type="checkbox"]:checked+label {
  background-color: #111 !important;
  color: #fff;
}

fieldset {
  display: flex;
}

/* calendar style start */

#date_calendar table,
td,
td {
  border: unset !important;
}

#date_calendar table tbody tr .link.today {
  /* color: #112A2A !important;
  border: 1px solid #112A2A !important;
  background-color: #ebde9c4f !important; */
  font-weight: 400 !important;
}

#date_calendar table thead tr:first-child th {
  padding: 20px !important;
}

#date_calendar table tbody tr .link.active {
  color: #112A2A !important;
  border: 1px solid #112A2A !important;
  background-color: #EBDE9C !important;
}


.InterestedBooking {
  margin: 15px 0px;
}
.InterestedBooking .note {
  margin: 5px 0px;
}

.InterestedBooking .InterestedBookingItems {
  margin-left: 10px;
}

/* calendar style end */

/* Responsive (Mobile) */
@media (max-width: 768px) {
  .addPets {
    font-family: "Bebas Neue Rounded", sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 0.6 !important;
    letter-spacing: 1.7px !important;
    color: #112A2A !important;
    background-color: #EBDE9C !important;
    border: 2px solid #112A2A !important;
    border-radius: 100px !important;
    padding: 10px 30px !important;
  }
}

/* login form styles */
.login {
  max-width: 500px;
}

/* Add Pets Button */
.loginbtn {
  font-size: 30px !important;
  padding: 8px 48px !important;
}