/* This mixin can be used to set the object-fit:
@include object-fit(contain);
or object-fit and object-position:
@include object-fit(cover, top); */
.z-index-1 {
  z-index: 10 !important;
}

.z-index-2 {
  z-index: 20 !important;
}

.z-index-3 {
  z-index: 30 !important;
}

.z-index-4 {
  z-index: 40 !important;
}

.z-index-5 {
  z-index: 50 !important;
}

.z-index-6 {
  z-index: 60 !important;
}

.z-index-7 {
  z-index: 70 !important;
}

.z-index-8 {
  z-index: 80 !important;
}

.z-index-9 {
  z-index: 90 !important;
}

.z-index-10 {
  z-index: 100 !important;
}

.z-index-n1 {
  z-index: -10 !important;
}

.z-index-n2 {
  z-index: -20 !important;
}

.z-index-n3 {
  z-index: -30 !important;
}

.z-index-n4 {
  z-index: -40 !important;
}

.z-index-n5 {
  z-index: -50 !important;
}

.z-index-n6 {
  z-index: -60 !important;
}

.z-index-n7 {
  z-index: -70 !important;
}

.z-index-n8 {
  z-index: -80 !important;
}

.z-index-n9 {
  z-index: -90 !important;
}

.z-index-n10 {
  z-index: -100 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Adobe Garamond Pro", sans-serif;
  font-style: italic;
}

h6,
.h6 {
  letter-spacing: 0.16em;
}
@media (max-width: 575.98px) {
  h6,
  .h6 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .display-6 {
    font-size: 2rem;
  }
}

.heading-line {
  position: relative;
  display: inline-block;
}
@media (min-width: 1200px) {
  .heading-line {
    padding: 0 57px;
  }
}

.heading-line-span {
  position: absolute;
  top: 100%;
  left: 35%;
  background: #790015;
  height: 2px;
  width: 30%;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .heading-line-span {
    top: 50%;
    left: -9999999px;
    right: 100%;
    width: auto;
    margin-top: -5px;
  }
}

.wp-caption-text {
  font-size: 0.8rem;
  color: #790015;
}

.row ul,
.row ol {
  padding-left: calc(var(--bs-gutter-x) * 0.8);
}

.blog .posts {
  position: relative;
}
.blog .posts .dot-loader {
  background-image: url("../../img/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
