/*
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/*
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/* VARIABLES */
.sliding-popup-bottom {
  width: 100%;
  left: 0;
  z-index: 99;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3019607843);
}
@media (min-width: 1000px) {
  .sliding-popup-bottom {
    max-width: 720px;
    left: 24px !important;
    margin-bottom: 24px;
  }
}
.sliding-popup-bottom .popup-content {
  max-width: 100% !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 117px;
}
@media (min-width: 1000px) {
  .sliding-popup-bottom .popup-content {
    flex-direction: row;
    align-items: end;
  }
}
.sliding-popup-bottom .popup-content #popup-text {
  color: #000 !important;
  flex-basis: 95%;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .sliding-popup-bottom .popup-content #popup-text {
    padding-bottom: 16px;
  }
}
.sliding-popup-bottom .popup-content #popup-text img {
  display: block;
  margin-bottom: 20px;
}
.sliding-popup-bottom .popup-content #popup-text a {
  color: #E9342C;
  font-weight: 700;
  text-decoration: underline;
}
.sliding-popup-bottom .popup-content #popup-text .cookie-invisible {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/themes/custom/sevenstarlake/assets/images/icon/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 16px;
  right: 16px;
}
.sliding-popup-bottom .popup-content #popup-buttons {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  float: initial;
}
@media (min-width: 1000px) {
  .sliding-popup-bottom .popup-content #popup-buttons {
    min-width: 200px;
  }
}
.sliding-popup-bottom .popup-content #popup-buttons > button:first-child {
  margin: 0 !important;
  font-size: 12px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #E9342C;
  border: 0px;
  font-weight: 700;
  text-shadow: none;
  color: white;
  box-shadow: none;
  border-radius: 0px;
}
.sliding-popup-bottom .popup-content #popup-buttons > button:first-child:focus, .sliding-popup-bottom .popup-content #popup-buttons > button:first-child:focus-visible {
  outline: 0;
  box-shadow: none;
}
.sliding-popup-bottom .popup-content #popup-buttons > button:last-child {
  margin: 0 !important;
  font-size: 12px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E9342C;
  font-weight: 700;
  text-shadow: none;
  color: #E9342C;
  box-shadow: none;
  border-radius: 0px;
}
.sliding-popup-bottom .popup-content #popup-buttons > button:last-child:focus, .sliding-popup-bottom .popup-content #popup-buttons > button:last-child:focus-visible {
  outline: 0;
  box-shadow: none;
}

.block--sevenstarlake-page-title h1 {
  font-size: 1.75rem;
}

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