/*
   04.12.2021
   Hello, we did not make this website.

   This stylesheet was created to make additional style tweaks. The client hired us to make a small, timely button edit
   on the staff pages and without knowing whether we'd have more time and work with the client, it felt easier to make a
   separate file than get into the entire site.

   USE: sass --watch sass/additional.scss css/additional.css
*/
/*COLORS*/
/*TYPOGRAPHY*/
/*BOOTSTRAP*/
.appointment-btn-2 {
  background: linear-gradient(135deg, #712978 25%, #1f275c 90%);
  padding: 8px 12px;
  text-align: center;
}
.appointment-btn-2 p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}
.appointment-btn-2 p.phone {
  font-size: 16px;
  font-weight: 700;
}
.appointment-btn-2.mobile {
  display: none;
}
.appointment-btn-2.mobile .phone-icon-wrap svg path {
  fill: #fff;
}
@media (max-width: 990px) {
  .appointment-btn-2.mobile .phone-icon-wrap {
    width: 20px;
    margin: 0 8px 0 0;
  }
}
@media (max-width: 990px) {
  .appointment-btn-2.mobile {
    display: flex;
    align-items: center;
  }
}

.shop-now .desktopText {
  display: block;
}
@media (max-width: 580px) {
  .shop-now .desktopText {
    display: none;
  }
}
.shop-now .mobileText {
  display: none;
}
@media (max-width: 580px) {
  .shop-now .mobileText {
    display: block;
  }
}

.staff-button-group > div:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 990px) {
  .staff-button-group > div:not(:first-child) {
    margin-left: 20px;
    margin-top: 0;
  }
}
.staff-button-group > div:last-child {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .staff-button-group > div:last-child {
    margin-bottom: 0;
  }
}
.staff-button-group a.btn {
  margin-top: 0;
  font-size: 12px;
}
@media (max-width: 990px) {
  .staff-button-group a.btn {
    white-space: nowrap;
    width: unset;
  }
}
@media (max-width: 580px) {
  .staff-button-group .schedule-appt, .staff-button-group .shop-now {
    display: none;
  }
}
@media (max-width: 990px) {
  .staff-button-group.mobile {
    position: absolute;
    bottom: 20px;
    left: 30px;
    top: unset;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 990px) {
  .staff-button-group.desktop {
    display: none;
  }
}

.additional-buttons {
  display: none;
}
.additional-buttons > div {
  width: 100%;
}
.additional-buttons > div:nth-child(2) {
  margin: 0 0 0 20px;
}
.additional-buttons a.btn {
  color: #fff;
  text-align: center;
  margin-top: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent;
  border: 2px solid #fff;
}
.additional-buttons a.btn:hover {
  color: #ad82b5;
}
@media (max-width: 580px) {
  .additional-buttons {
    display: flex;
    background-color: #ebf3f6;
    background-image: url(../images/Footer-2000x500.jpg);
    background-position: center;
    padding: 30px;
  }
}

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