/*

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.estate .estate_header {
  margin-top: -30px;
  background: url("/user/themes/brilliantjewellery/images/estate_header_1.jpg") no-repeat center center;
  background-size: cover;
}
.content.page.estate .estate_header .custom_header_inside {
  background: rgba(0, 0, 0, 0.65);
  padding: 10vh;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_header .custom_header_inside {
    padding: 7vh;
  }
}
.content.page.estate .estate_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);
}
.content.page.estate .estate_header span {
  border-top: 1px solid rgba(251, 205, 148, 0.56);
  display: inline-block;
  padding: 10px;
  margin-top: 0;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_header h1 {
    font-size: 3.5rem;
  }
}
.content.page.estate .page_content {
  position: relative;
  width: 100%;
  text-align: center;
}
.content.page.estate 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;
}
.content.page.estate .estate_section {
  padding: 30px 100px 0 100px;
  position: relative;
}
.content.page.estate .estate_section p {
  max-width: 75%;
  margin: 0 auto 1em;
  font-size: 1.1rem;
  line-height: 1.6em;
}
.content.page.estate .estate_section p.large {
  font-size: 1.5rem;
  font-styLe: italic;
  padding: 40px 70px;
  color: #093666;
  margin-top: 60px;
  font-weight: 200;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_section p.large {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content.page.estate .estate_section .estate_section_image {
  max-width: 500px;
  display: block;
}
.content.page.estate .estate_section .estate_section_image img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_section {
    width: 100%;
    text-align: center;
  }
  .content.page.estate .estate_section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .content.page.estate .estate_section .estate_section_image {
    max-width: 100%;
  }
}
.content.page.estate .estate_not_sure {
  border: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0;
}
.content.page.estate .estate_not_sure .row {
  margin: 0 auto;
}
.content.page.estate .estate_not_sure .text-side {
  text-align: center;
  max-width: 500px;
}
.content.page.estate .estate_not_sure .text-side h3 {
  margin-bottom: 20px;
}
@supports (-webkit-touch-callout: none) {
  .content.page.estate .estate_not_sure .text-side h3 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_not_sure {
    padding: 60px 0 30px 0;
    text-align: center;
  }
  .content.page.estate .estate_not_sure h3 {
    font-size: 2.6rem;
    padding-left: 0;
    padding-right: 0;
  }
  .content.page.estate .estate_not_sure .col, .content.page.estate .estate_not_sure .row {
    display: block;
  }
  .content.page.estate .estate_not_sure .text-side {
    margin-bottom: 50px;
    max-width: 100%;
  }
}
.content.page.estate .estate_forths {
  background: #f2f2f2;
  border: 0;
  padding: 80px;
  margin: 0 -30px;
}
.content.page.estate .estate_forths h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.content.page.estate .estate_forths .custom_thumb_image {
  margin-bottom: 30px;
}
.content.page.estate .estate_forths .custom_thumb_image img {
  max-width: 240px;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_forths {
    padding: 60px;
    margin-left: -30px;
    width: 100vw;
  }
  .content.page.estate .estate_forths .col {
    margin-bottom: 30px;
  }
}
.content.page.estate .estate_followup {
  border: 0;
  padding: 80px;
  text-align: left;
  margin: 0 -30px;
}
.content.page.estate .estate_followup h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding-left: 0;
  text-align: left;
}
.content.page.estate .estate_followup p {
  text-align: left;
  margin-left: 0;
  max-width: none;
}
.content.page.estate .estate_followup .custom_thumb_image {
  margin-bottom: 30px;
}
.content.page.estate .estate_followup .custom_thumb_image img {
  max-width: 240px;
  border-radius: 4px;
}
.content.page.estate .estate_followup .photo-side {
  text-align: center;
}
.content.page.estate .estate_followup .photo-side .estate_section_image {
  display: inline-block;
}
.content.page.estate .estate_followup .left-list {
  text-align: center;
  margin-left: 10px;
}
.content.page.estate .estate_followup .left-list ul li {
  text-align: left;
  font-size: 1.1rem;
  padding-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_followup {
    width: 100vw;
    margin: 0 0 0 -30px;
    padding: 0;
  }
  .content.page.estate .estate_followup .row {
    display: block;
  }
  .content.page.estate .estate_followup .text-side {
    text-align: center;
    padding: 30px 60px 60px 60px;
  }
  .content.page.estate .estate_followup h3 {
    text-align: center;
    padding: 0 20px 5px 20px;
  }
}
.content.page.estate .estate_how_do_we_know {
  background: url("/user/themes/brilliantjewellery/images/estate_how_background.jpg?cb=2") no-repeat center center;
  background-size: cover;
  color: #fff;
  border: 0;
  padding: 80px 50px 60px 50px;
  margin: 0 -30px;
  text-align: center;
}
.content.page.estate .estate_how_do_we_know .estate_section_image {
  display: block;
  margin: 0 auto;
}
.content.page.estate .estate_how_do_we_know .estate_section_image img {
  border-radius: 4px;
  border: 1px solid #997532;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5019607843);
}
.content.page.estate .estate_how_do_we_know h3 {
  margin-top: 30px;
  color: #ffd688;
  border: 0;
}
.content.page.estate .estate_how_do_we_know a {
  color: #e3cd88;
}
.content.page.estate .estate_how_do_we_know p {
  padding-bottom: 20px;
  text-align: center;
  max-width: 40rem;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_how_do_we_know {
    width: 100vw;
  }
}
.content.page.estate .estate_contact {
  border: 0;
  padding: 80px 0;
}
.content.page.estate .estate_contact h3 {
  border: 0;
}
.content.page.estate .estate_contact .btn {
  margin-bottom: 10px;
}
.content.page.estate .estate_contact.top_fold {
  display: none;
}
.content.page.estate .estate_contact.first_fold {
  padding: 60px 0 30px 0;
  margin: 0 -30px;
  background: #f2f2f2;
  width: 100vw;
}
.content.page.estate .estate_contact.first_fold .btn {
  font-family: "Crimson", serif;
  font-style: italic;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #000;
  padding: 5px 15px 0 15px;
}
.content.page.estate .estate_contact.first_fold .btn i {
  position: relative;
  top: 2px;
}
.content.page.estate .estate_contact.first_fold .btn:hover {
  background: #db9250;
}
.content.page.estate .estate_contact .footer_estate_imagex {
  padding: 30px;
}
.content.page.estate .estate_contact .footer_estate_imagex img {
  width: 300px;
  max-width: 300px;
  border-radius: 0.125rem;
}
@media screen and (max-width: 959px) {
  .content.page.estate .estate_contact.top_fold {
    display: block;
    padding: 0 0 30px 0;
    margin: 0 -30px;
    width: 100vw;
  }
}

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