@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
/* Variables */
/* Color pallet */
/* Breakpoints */
.button:hover {
  color: #402717;
  background-color: #FFFFFF;
  transition: color 0.5s, background-color 0.5s;
}

.social-container a:hover, .contact a:hover, .top-header a:hover, #frm-reservationForm a:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.top-menu .menu-item a:hover {
  color: #402717;
  opacity: 0.6;
  transition: color 0.5s, opacity 0.5s;
}

header {
  background-color: #F8C808;
}
header div.top-header {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: #402717;
}
header div.top-header img.call {
  width: 1.6rem;
  margin-top: -2px;
}
header div.top-header div.img-container.logo img {
  width: 12rem;
  height: auto;
}
header div.top-menu ul.menu-container {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #E9BB08;
}
header div.top-menu ul.menu-container li.menu-item {
  height: 4rem;
  display: flex;
  align-items: center;
}
header div.top-menu ul.menu-container li.menu-item a {
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header div.top-header-mobile {
  background-color: #F8C808;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
header div.top-header-mobile .img-container.logo {
  padding: 5px 10px;
}
header div.top-header-mobile .img-container.logo img {
  height: auto;
  width: 90px;
}
header div.top-header-mobile .menu-mobile-btn {
  width: 1.8rem;
  height: 1.2rem;
  position: relative;
  margin: auto 0 auto auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header div.top-header-mobile .menu-mobile-btn span {
  display: block;
  position: absolute;
  height: 0.3rem;
  width: 100%;
  background: #402717;
  border-radius: 0.2rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header div.top-header-mobile .menu-mobile-btn span:nth-child(1) {
  top: 0;
}
header div.top-header-mobile .menu-mobile-btn span:nth-child(2) {
  top: 0.5rem;
}
header div.top-header-mobile .menu-mobile-btn span:nth-child(3) {
  top: 1rem;
}
header div.top-header-mobile .menu-mobile-container {
  width: 100%;
  height: calc(100vh - 100%);
  top: 100%;
  right: -100%;
  position: absolute;
  background-color: #E9BB08;
  transition: right 0.3s ease-in-out;
}
header div.top-header-mobile .menu-mobile-container ul.menu-container .menu-item {
  border-bottom: 2px solid #E9BB08;
  background-color: #d5aa00;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
header div.top-header-mobile .menu-mobile-container ul.menu-container .menu-item:nth-child(1) {
  border-top: 2px solid #E9BB08;
}
header div.top-header-mobile.open .menu-mobile-container {
  right: 0;
}
header div.top-header-mobile.open .menu-mobile-btn span:nth-child(1) {
  top: 0.6rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header div.top-header-mobile.open .menu-mobile-btn span:nth-child(2) {
  opacity: 0;
  left: -2rem;
}
header div.top-header-mobile.open .menu-mobile-btn span:nth-child(3) {
  top: 0.6rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

article {
  width: 100%;
  overflow-x: hidden;
}
article .gray-background {
  background-color: #f7f6f6;
}
article img.blend {
  mix-blend-mode: darken;
}
article h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 3.5rem;
  color: #402717;
  font-weight: bold;
  margin: 0;
}
article section {
  padding-bottom: 120px;
}
article section.services {
  margin-top: 20px;
}
article section.services:nth-child(2) {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
}
article section.services h2 {
  padding-bottom: 7px;
}
article section.services p {
  color: #8F8F8F;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
article section.services div.img-container {
  width: 100%;
}
article section.services div.img-container img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
article section.services ul.services li {
  padding-top: 60px;
}
article section.services ul.services li div.icon {
  background-color: #F8C808;
  border-radius: 37px;
  width: 100px;
  height: 100px;
}
article section.services ul.services li div.icon img, article section.services ul.services li div.icon i {
  width: 160px;
  border-radius: 35px;
  margin-left: -25px;
  margin-top: -25px;
}
article section.services ul.services li div.icon i {
  width: 151px;
  color: #FFFFFF;
  font-size: 55px;
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;
}
article section.services ul.services li h4, article section.services ul.services li p {
  margin: 0;
}
article section.services ul.services li h4 {
  color: #402717;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}
article section#reservation h2 {
  padding-bottom: 0;
}
article section#reservation h3 {
  font-size: 1.7rem;
  color: #F8C808;
}
article section#reservation h3 ion-icon[name=call] {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: -6px;
}
article section#reservation h4 {
  font-size: 1.3rem;
  color: #8F8F8F;
}
article section#reservation .reservation-container table {
  max-width: 800px;
}
article section#reservation .reservation-container table td {
  padding: 15px 10px;
  position: relative;
}
article section#reservation .reservation-container table td .form-control, article section#reservation .reservation-container table td .form-control[readonly] {
  border: none;
  padding: 20px 25px;
  border-radius: 28px;
  font-size: 1.3rem;
  color: #8F8F8F;
  z-index: 1;
  background-color: white !important;
}
article section#reservation .reservation-container table td .form-control:focus, article section#reservation .reservation-container table td .form-control[readonly]:focus {
  border: none;
  moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 5px;
}
article section#reservation .reservation-container table td .form-control.text, article section#reservation .reservation-container table td .form-control[readonly].text {
  height: 150px;
}
article section#reservation .reservation-container table td .form-control.has-error, article section#reservation .reservation-container table td .form-control[readonly].has-error {
  border: 2px solid #fdc1c1;
  position: relative;
}
article section#reservation .reservation-container table td span.placeholder {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: white;
  z-index: -1;
  color: #8F8F8F;
  position: absolute;
  top: 20px;
  left: 25px;
}
article section#pricing {
  position: relative;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
article section#pricing h4, article section#pricing p {
  font-size: 1.6rem;
  line-height: 1.7rem;
}
article section#pricing span.font-weight-bold {
  font-weight: 500 !important;
}
article section#pricing h4 {
  font-weight: bold;
  color: #402717;
}
article section#pricing p {
  color: #8F8F8F;
}
article section#pricing div.img-container.background {
  position: absolute;
  width: 25%;
  top: 0;
  left: 17%;
  transform: translateY(-80.5%);
}
article section#pricing div.img-container.background img {
  width: 100%;
  height: auto;
}
article section#pricing table.pricing {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-radius: 50px;
  border-spacing: 0;
}
article section#pricing table.pricing th, article section#pricing table.pricing td {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
  width: 20%;
}
article section#pricing table.pricing th:first-child {
  border-radius: 50px 0 0 0;
}
article section#pricing table.pricing th:last-child {
  border-radius: 0 50px 0 0;
}
article section#pricing table.pricing td:last-child {
  border-right: 4px solid #EFEDEB;
}
article section#pricing table.pricing tr:last-child td {
  border-bottom: 4px solid #EFEDEB;
}
article section#pricing table.pricing tr:last-child td:first-child {
  border-radius: 0 0 0 50px;
}
article section#pricing table.pricing tr:last-child td:last-child {
  border-radius: 0 0 50px 0;
}
article section#pricing table.pricing td.bold {
  color: #402717;
}
article section#pricing table.pricing td {
  color: #8F8F8F;
  line-height: 1.6rem;
  border-left: 4px solid #EFEDEB;
  border-top: 4px solid #EFEDEB;
}
article section#pricing table.pricing td span {
  font-size: 1rem;
  font-weight: normal;
}
article section#pricing table.pricing th {
  color: #402717;
  background-color: #F8C808;
  border-top: 4px solid #E9BB08;
  border-left: 4px solid #E9BB08;
}
article section.review .review-detail-container .review-picture-container .review-picture {
  position: relative;
}
article section.review .review-detail-container .review-picture-container .review-picture:before {
  content: url("/_salon/img/arrow.svg");
  position: absolute;
  width: 30%;
  left: 40%;
  top: 0;
  z-index: -1;
}
article section.review .review-detail-container .review-picture-container .review-picture:after {
  content: url("/_salon/img/arrow.svg");
  position: absolute;
  width: 30%;
  bottom: 7%;
  left: 10%;
  z-index: -1;
  transform: scaleX(-1) rotate(135deg);
}
article section.review .review-detail-container .review-picture-container .review-picture .before, article section.review .review-detail-container .review-picture-container .review-picture .after {
  width: 50%;
  border-radius: 40%/30%;
  overflow: hidden;
  height: max-content;
  padding: 2%;
  background-color: #EFEDEB;
}
article section.review .review-detail-container .review-picture-container .review-picture .before:first-child, article section.review .review-detail-container .review-picture-container .review-picture .after:first-child {
  z-index: 1;
}
article section.review .review-detail-container .review-picture-container .review-picture .before:last-child, article section.review .review-detail-container .review-picture-container .review-picture .after:last-child {
  margin-top: 15%;
  z-index: 2;
  margin-left: -10%;
  background-color: #F8C808;
}
article section.review .review-detail-container .review-picture-container .review-picture .before .img-container, article section.review .review-detail-container .review-picture-container .review-picture .after .img-container {
  width: 100%;
  position: relative;
  padding-top: 129%;
}
article section.review .review-detail-container .review-picture-container .review-picture .before .img-container img, article section.review .review-detail-container .review-picture-container .review-picture .after .img-container img {
  width: 100%;
  position: absolute;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  right: 0;
  text-align: center;
  height: 100%;
  object-fit: cover;
  border-radius: 40%/30%;
}
article section.review .review-text {
  transform: translateY(30%);
}
article section.review .review-text h3 {
  font-weight: bold;
  color: #402717;
  font-size: 2.2rem;
  margin: 0;
}
article section.review .review-text .img-container {
  width: 1rem;
  margin-left: 0.2rem;
}
article section.review .review-text .img-container img {
  width: 100%;
}
article section.review .review-text p {
  color: #8F8F8F;
  font-size: 1.5rem;
  line-height: 1.6rem;
  max-width: 500px;
}
article section.review .review-list-container .flickity-button {
  height: 100px;
  width: 100px;
}
article section.review .review-list-container .slick-slider {
  padding: 0 60px;
}
article section.review .review-list-container .review-item {
  opacity: 0.7;
  flex: auto;
  justify-content: center;
  padding: 0 5px;
  width: 16vw;
}
article section.review .review-list-container .review-item .before, article section.review .review-list-container .review-item .after {
  width: 50%;
  border-radius: 40%/30%;
  overflow: hidden;
  height: max-content;
  padding: 2%;
  background-color: #EFEDEB;
}
article section.review .review-list-container .review-item .before:first-child, article section.review .review-list-container .review-item .after:first-child {
  z-index: 1;
}
article section.review .review-list-container .review-item .before:last-child, article section.review .review-list-container .review-item .after:last-child {
  z-index: 2;
  margin-left: -10%;
  background-color: #F8C808;
}
article section.review .review-list-container .review-item .before .img-container, article section.review .review-list-container .review-item .after .img-container {
  width: 100%;
  position: relative;
  padding-top: 129%;
}
article section.review .review-list-container .review-item .before .img-container img, article section.review .review-list-container .review-item .after .img-container img {
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  right: 0;
  text-align: center;
  height: 100%;
  object-fit: cover;
  border-radius: 40%/30%;
}
article .flickity-viewport {
  width: 100% !important;
  height: 500px !important;
}
article section#videos .img-outer-container {
  overflow: hidden;
}
article section#videos .img-outer-container .img-container {
  width: 100%;
  height: 100%;
  aspect-ratio: 730/1298;
  overflow: hidden;
}
article section#videos .carousel-cell {
  height: 100%;
  width: 100%;
}
article section#aboutUs {
  padding-bottom: 150px;
}
article section#aboutUs h2 {
  padding-bottom: 0;
}
article section#aboutUs h3 {
  font-size: 1.8rem;
  color: #F8C808;
  padding-bottom: 30px;
}
article section#aboutUs p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #8F8F8F;
}

footer {
  overflow: hidden;
  height: auto;
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  top: 50px;
}
footer .max-500 {
  max-width: 500px;
}
footer h3 {
  font-size: 1.8rem;
  color: #FFF7D5;
  font-weight: bold;
}
footer .background-graphic {
  background-color: #402717;
  position: absolute;
  top: 0;
  left: -156%;
  width: 380%;
  height: 290vw;
  border-radius: 50%;
}
footer .img-container.logo {
  width: 100%;
  padding-bottom: 20px;
  margin: auto;
}
footer .img-container.logo img {
  width: 100%;
  height: auto;
}
footer div.socials-container .social-container {
  padding-left: 5px;
  padding-right: 5px;
}
footer div.socials-container .social-container ion-icon {
  width: 2.2rem;
  height: 2.2rem;
  color: #FFF7D5;
}
footer div.contact {
  min-width: 370px;
}
footer div.contact h3 {
  margin: 0;
  margin-bottom: 0.8rem;
  white-space: nowrap;
  font-size: 1.6rem;
}
footer div.contact h3 .img-container {
  width: 2.7rem;
  display: inline-block;
  margin-right: 0.3rem;
}
footer div.contact h3 .img-container img {
  height: auto;
  width: 80%;
}
footer div.contact h3 span.smaller {
  font-size: 1rem;
}
footer div.contact h3 i {
  height: 2.6rem;
  position: relative;
}
footer div.contact h3 i:before {
  padding-left: 0.6rem;
  bottom: -0.7rem;
  position: absolute;
}
footer div.pawprint {
  position: absolute;
  width: 100%;
  left: -100px;
  min-width: 500px;
  z-index: -1;
}

div.reservation-footer-mobile {
  position: fixed;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 99;
}
div.reservation-footer-mobile h3 {
  font-size: 1.3rem;
  margin: 0;
  height: 2.8rem;
}
div.reservation-footer-mobile button {
  font-size: 1.1rem;
  padding: 7px 25px;
}

div.modal-container div.modal {
  background-color: rgba(0, 0, 0, 0.7019607843);
}
div.modal-container div.modal .modal-dialog {
  max-width: 550px !important;
}
div.modal-container div.modal .modal-dialog .modal-content {
  display: block;
  padding: 15px 30px 30px;
  border-radius: 45px;
}
div.modal-container div.modal .modal-dialog .modal-content .close {
  border: none;
  color: #F8C808;
  font-size: 75px;
  font-weight: 100;
  display: flex;
  align-items: center;
}
div.modal-container div.modal .modal-dialog .modal-content .close:focus {
  outline: none;
}
div.modal-container div.modal .modal-dialog .modal-content .close:hover {
  opacity: 0.7;
}
div.modal-container div.modal .modal-dialog .modal-content h2 {
  padding-top: 30px;
  color: #402717;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}
div.modal-container div.modal .modal-dialog .modal-content p {
  color: #8F8F8F;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 12px !important;
  }
  header .top-header, header .top-menu {
    display: none !important;
  }
  header .top-header-mobile {
    display: block !important;
  }
  article section {
    padding-top: 50px !important;
    padding-bottom: 70px;
  }
  article section.services li {
    padding-top: 20px !important;
  }
  article section.services li .icon {
    width: 80px !important;
    height: 80px !important;
    border-radius: 30px !important;
  }
  article section.services li .icon img {
    width: 100px !important;
    margin-top: -6px !important;
    margin-left: -6px !important;
  }
  article section.services .show-more-container {
    width: 100%;
    padding-top: 20px;
  }
  article section.services .show-more-container button.show-more {
    margin: auto auto 30px auto;
  }
  article section.services.show-less {
    max-height: 900px !important;
    overflow: hidden !important;
  }
  article section.services.show-less .show-more-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0;
    height: 200px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.831372549), rgba(255, 255, 255, 0.8117647059), #FFFFFF);
  }
  article section#reservation tr {
    display: flex;
    flex-wrap: wrap;
  }
  article section#reservation td {
    width: 100%;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  article section#reservation td input {
    border-radius: 20px !important;
    height: 60px !important;
  }
  article section#reservation td textarea {
    border-radius: 20px !important;
  }
  article section.review .slick-slider {
    padding: 0 20px !important;
  }
  article section.review .review-list-container .review-item {
    width: 100% !important;
    opacity: 1 !important;
    flex-direction: column !important;
  }
  article section.review .review-list-container .review-item .review-text {
    transform: translateY(0) !important;
    padding-top: 20px !important;
  }
  article section.review .review-list-container .flickity-button {
    height: 50px !important;
    width: 50px !important;
    transform: translateY(100%) !important;
  }
}
@media only screen and (max-width: 768px) {
  li.menu-item a {
    padding: 20px !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
  section.services li {
    padding-top: 20px !important;
  }
  section.services li .icon {
    width: 80px !important;
    height: 80px !important;
    border-radius: 30px !important;
  }
  section.services li .icon img, section.services li .icon i {
    width: 100px !important;
    margin-top: -6px !important;
    margin-left: -6px !important;
  }
  section.services li .icon i {
    font-size: 40px !important;
    height: 95px !important;
    width: 95px !important;
  }
  section.services .show-more-container {
    width: 100%;
    padding-top: 20px;
  }
  section.services .show-more-container button.show-more {
    margin: auto auto 30px auto;
  }
  section.services.show-less {
    max-height: 900px !important;
    overflow: hidden !important;
  }
  section.services.show-less .show-more-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0;
    height: 200px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.831372549), rgba(255, 255, 255, 0.8117647059), #FFFFFF);
  }
  footer .img-container.logo {
    width: 25rem !important;
  }
  #pricing h4 {
    font-size: 1.5rem !important;
    line-height: 1.3rem !important;
  }
  #pricing p {
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
  }
  #pricing div.img-container.background.mobile-first {
    width: 52% !important;
    left: 38% !important;
    transform: translateY(-77.5%) scaleX(-1) !important;
  }
  #pricing div.img-container.background.mobile-second {
    width: 66% !important;
    left: 15% !important;
    transform: translateY(-81%) !important;
  }
  #pricing div.img-container.background.mobile-third {
    width: 78% !important;
    left: 17% !important;
    transform: translateY(-99.5%) scaleX(-1) !important;
  }
  #pricing .img-container.cat {
    width: 100% !important;
  }
  #pricing .img-container.cat img {
    width: 150% !important;
  }
  #pricing table th {
    font-size: 1.8rem !important;
    padding: 15px !important;
  }
  #pricing table th:last-child, #pricing table th.d-table-cell {
    border-radius: 50px 50px 0 0 !important;
  }
  #pricing table td {
    padding: 18px !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 992px) {
  footer {
    padding-bottom: 300px !important;
  }
  footer div.pawprint {
    left: 0 !important;
  }
}
html, body {
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  scroll-behavior: smooth;
  width: 100%;
  position: relative;
}

body {
  overflow-x: hidden;
}

html.disable-scroll {
  height: 100vh;
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.button {
  color: #FFFFFF;
  background-color: #402717;
  font-weight: bold;
  padding: 10px 30px;
  border: 3px solid #402717;
  border-radius: 1rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.flickity-button:disabled {
  display: none;
}

.container {
  width: 100%;
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}

.shadow-under {
  moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 5px;
}

.shadow-under-darker {
  moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 5px;
}

#datetimepicker2 {
  position: relative;
  height: 72px;
}

#datetimepicker2::-webkit-datetime-edit, #datetimepicker2::-webkit-inner-spin-button, #datetimepicker2::-webkit-clear-button {
  display: none;
}

#datetimepicker2::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: attr(data-date);
  filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(116deg) brightness(93%) contrast(96%);
  opacity: 1;
}

.tempus-dominus-widget {
  padding-top: 20px;
}
@media only screen and (max-width: 576px) {
  .tempus-dominus-widget {
    width: calc(100vw - 60px) !important;
  }
}

@media only screen and (max-width: 576px) {
  .tempus-dominus-widget.timepicker-sbs .td-row {
    flex-direction: column;
    align-items: center;
  }
  .tempus-dominus-widget.timepicker-sbs .td-row .td-half.td-collapse.show.time-container {
    width: 50% !important;
  }
  .tempus-dominus-widget.timepicker-sbs .td-row .td-half.td-collapse.show.date-container {
    width: 100% !important;
  }
}

.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
  background-color: #F8C808 !important;
}

.tempus-dominus-widget.light [data-action].disabled, .tempus-dominus-widget.light [data-action].disabled:hover {
  color: #dfdfdf !important;
}

.td-half.td-collapse.show.time-container {
  width: 40%;
}
.td-half.td-collapse.show.time-container:before {
  content: "Čas";
  font-weight: bold;
  text-align: center;
  display: block;
}
.td-half.td-collapse.show.date-container {
  width: 60%;
}

.help-block {
  width: 100%;
  display: block;
  margin-top: -20px;
  padding: 25px 20px 10px;
  border-radius: 0 0 20px 20px;
  font-size: 1.2rem;
  background: #fdc1c1;
  z-index: -1;
}

.yellow {
  color: #F8C808;
}

.lb-caption {
  color: #F8C808 !important;
  padding: 5px;
  position: absolute !important;
  transform: translateY(-110%) !important;
  font-size: 2rem !important;
  text-shadow: -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF !important;
}

/*# sourceMappingURL=style.css.map */
