/*

COMMON VARIABLES FOR THEME.

*/
.btn {
  border-radius: 6px;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  font-size: 0.9rem;
  margin-right: 5px;
  border: 0 solid #cecece;
  position: relative;
  font-family: sans-serif;
}
.btn.btn-clear {
  border-color: transparent;
}
.btn.btn-outline {
  border: 1px solid #cecece;
  background: transparent;
}
.btn.btn-lg {
  font-size: 1.5em;
}
.btn.btn-sm {
  padding-left: 0.55em;
  padding-right: 0.55em;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-solid {
  background: #2d4b72;
  border-color: #2d4b72;
  color: #fff;
}
.btn.btn-solid.btn-light {
  background: #52507e;
  border-color: #2d4b72;
}
.btn.btn-solid.btn-print {
  background: #369d36;
  border-color: #369d36;
  color: #fff;
}
.btn.btn-solid.btn-dark {
  background: #000;
  color: #fff;
}
.btn.btn-solid.btn-color-on-white {
  background: rgba(218, 181, 255, 0.31);
  border-color: rgba(218, 181, 255, 0.31);
  color: #fff;
}
.btn.btn-solid.btn-color-alternate {
  background: #e39f61;
  border-color: #e39f61;
  color: #fff;
}
.btn.btn-solid.btn-warning {
  background: #d5af1c;
  border-color: #d5af1c;
  color: #fff;
}
.btn:hover {
  background: #b9b6ea;
  border-color: #b9b6ea;
  color: #000;
}
.btn:hover.btn-solid {
  background: #db9250;
  color: #fff;
}
.btn:hover.btn-outline-hover {
  background: transparent;
  border-color: #2c58ac;
}
.btn:hover.btn-light, .btn:hover.btn-dark {
  background: #e39f61;
  border-color: #e39f61;
  color: #fff;
}
.btn:hover.btn-color-alternate {
  background: #db9250;
}
.btn:hover.btn-print {
  background: #4ace4a;
  border-color: #4ace4a;
  color: #fff;
}
.btn:hover.no-hover {
  background: inherit;
  border-color: inherit;
  color: inherit;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.85;
  --backdrop-bg: #281e1b;
  backdrop-filter: blur(8px) !important;
}

body.modal-open .root_frame {
  /*
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  */
}

.modal .modal-content {
  outline: 0 solid #2c2a33;
  border: 0;
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.3);
}
.modal .modal-header {
  background: #000;
  color: #fff;
}
.modal button.close {
  float: right;
  background: rgba(79, 60, 41, 0.9);
  color: #fff;
  position: absolute;
  right: -1em;
  top: -1em;
  padding: 12px;
  margin: 0;
  border-radius: 50%;
  line-height: 15px;
  display: inline-block;
  border: 0;
  z-index: 100;
}
.modal button.close span {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.modal button.close:hover {
  background: #db9250;
}
.modal .fit_width_item {
  width: 100%;
}
.modal .fit_width_item img {
  width: 100%;
}

.bootstrap-select.dropdown {
  border: 1px solid #dee2e6;
}
.bootstrap-select.dropdown .status {
  display: none !important;
}

.bootstrap-select > .dropdown-toggle {
  padding: 7px 11px 8px 11px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  position: relative;
  top: 2px;
}

.bootstrap-select > .dropdown-toggle::after {
  color: #1e80ff;
}

.content.page.about .about_header {
  margin-top: -30px;
  background: url("/user/themes/brilliantjewellery/images/team_background_1.jpg") no-repeat center center;
  background-size: cover;
}
.content.page.about .about_header .about_header_inside {
  padding: 10vh;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .content.page.about .about_header .about_header_inside {
    padding: 7vh;
  }
}
.content.page.about .about_header h1 {
  color: #fff;
  font-family: "Crimson", serif;
  font-style: italic;
  text-align: center;
  font-size: 5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.51);
}
@media screen and (max-width: 959px) {
  .content.page.about .about_header h1 {
    font-size: 3.6rem;
  }
}
.content.page.about .about_header span {
  border-top: 1px solid rgba(251, 205, 148, 0.56);
  display: inline-block;
  padding: 10px;
  margin-top: 0;
  color: #fff;
}
.content.page.about .page_content {
  position: relative;
  width: 100%;
  text-align: center;
}
.content.page.about .page_content p {
  max-width: 55em;
  margin: 0 auto 2em;
  margin-top: 1em;
}
.content.page.about h3 {
  font-family: "Crimson", serif;
  font-style: italic;
  text-align: center;
  font-size: 3rem;
  color: #000;
  text-decoration: none;
  z-index: 11;
  position: relative;
  border-bottom: 1px solid #e3cd88;
  padding-left: 1.3em;
  padding-right: 1.3em;
  padding-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .content.page.about h3 {
    font-size: 2.3rem;
  }
}
.content.page.about .page_header {
  padding-top: 80px;
  text-align: center;
}
.content.page.about .about_history {
  max-width: 30em;
  margin: 0 auto;
  padding: 60px 60px;
}
.content.page.about .about_history h3 {
  margin-bottom: 30px;
}
.content.page.about .about_postcard {
  display: inline-block;
  position: relative;
  padding: 10px;
  background: #fff9ed;
  box-shadow: 0 4px 4px 0 rgba(168, 122, 89, 0.2);
  margin: 0 8px;
}
.content.page.about .about_postcard img {
  border: 1px solid #cecece;
  width: 100%;
  max-width: 200px;
}
.content.page.about .about_postcard.full {
  padding: 0;
  box-shadow: none;
}
.content.page.about .about_postcard.full img {
  max-width: none;
}
.content.page.about .about_postcard.overlap_left {
  margin-right: -40px;
  left: 20px;
  z-index: 20;
  top: -15px;
}
.content.page.about .about_postcard.rotate_right_5 {
  transform: rotate(5deg);
}
.content.page.about .about_postcard.rotate_right_10 {
  transform: rotate(10deg);
}
.content.page.about .about_postcard.rotate_left_5 {
  transform: rotate(-5deg);
}
.content.page.about .about_postcard.slightly_larger img {
  max-width: 240px;
}
.content.page.about .about_postcard.larger {
  z-index: 21;
  transform: rotate(2deg);
}
.content.page.about .about_postcard.larger img {
  max-width: 300px;
}
.content.page.about .about_postcard.all_staff {
  left: -22px;
}
.content.page.about .about_postcard.all_staff img {
  max-width: 240px;
}
.content.page.about .image_break {
  padding: 30px 0;
}
.content.page.about .about_owners {
  text-align: center;
  margin: 0 auto;
  padding: 60px 60px;
}
.content.page.about .about_owners h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .content.page.about .about_owners {
    padding: 60px 30px;
  }
}
.content.page.about .about_today {
  padding-top: 20px;
}
.content.page.about .about_special {
  margin: 0 auto;
  text-align: center;
}
.content.page.about .about_special h3 {
  margin-bottom: 30px;
}
.content.page.about .about_special p {
  max-width: 40rem;
  margin: 0 auto;
  margin-top: 1em;
  padding-left: 30px;
  padding-right: 30px;
}
.content.page.about .about_special .people_list {
  font-style: italic;
  color: #888;
  margin-bottom: 0;
  position: relative;
}

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