.blogCenteredContent {
  width: 70% !important;
  min-width: 0;
  margin-top: 50px;
  margin-bottom: 100px;
}

.titleContainer {
  position: relative;
  width: 100%;
  height: 338px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../files/images/titleBackground.png);
}

#mainImage {
  width: 100%;
  height: 42vh;
  object-fit: cover;
}

#blogTitle {
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: center;
  display: none;
}

#blogPostTitle {
  width: 100%;
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0;
  font-size: 21px;
  border-bottom: none;
  margin-bottom: 30px;
  text-align: unset;
  display: block;
  line-height: 30px;
  float: left;
}

#blogPostDate {
  width: 100%;
  position: absolute;
  font-size: 15px;
  line-height: 19px;
  height: 19px;
  top: 103px;
  display: none;
  margin-left: 16%;
  color: #fafafa;
}

.blogSubtitle {
  margin: auto;
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
  width: 85%;
}

.blogImage {
  position: relative;
  display: block;
  width: 93%;
  height: auto;
  margin: 0 auto;
  margin-left: 7%;
  margin-bottom: 30px;
}

.blogCaption {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  color: #000;
  margin-bottom: 25px;
}

#titleParent {
  position: relative;
  width: 65%;
  margin: 0 auto;
  margin-top: 100px;
}

.blogText {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.004em;
  font-size: 16px;
  line-height: 23px;
  color: #404040;
  float: left;
  min-width: 0;
  column-count: 2;
  column-gap: 3em;
  column-width: 140px;
  /* font-family: "ProximaNova" !important; */
}

.blogText * {
  margin-block-start: 0em;
  /* font-family: "JosefinSans" !important; */
  font-size: 16px !important;
}

.blogText a {
  text-decoration: underline;
  font-weight: 600;
}

.blogGallery {
  position: relative;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.slick-dots {
  top: 20px;
  right: 20px;
  width: auto;
}

.slick-dots li {
  width: 14px;
  margin: 0 3px;
}

.slick-dots li button:before {
  border: 2px solid #b3a193;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #b3a193;
  opacity: 1;
}

.sliderTitleContainer {
  font-size: var(--slider-font-size);
  line-height: var(--slider-line-height);
  width: var(
  --web-container);
  margin: 0 auto 30px;
  position: relative;
  padding-top: calc(calc(100% - var(--home-container)) / 2 );
  overflow: hidden;
  font-weight: var(--slider-font-weight);
  text-align: center;
  letter-spacing: var(
  --letter-spacing);
}

.blogSlider {
  position: relative;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.blogSliderWrapper {
  /* width: 700px; */
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.blogSliderSlide {
  margin-right: 10px;
  margin-left: 10px;
}

.blogSliderLeftArrow {
  position: absolute;
  left: 9.5px;
  height: 35px;
  top: calc(50% - 21.5px);
  filter: invert(1);
  z-index: 1;
  width: 28px;
}

.blogSliderRightArrow {
  position: absolute;
  height: 35px;
  right: 7.5px;
  top: calc(50% - 21.5px);
  filter: invert(1);
  z-index: 1;
  width: 28px;
}

.slick-slide {
  height: auto;
  margin: 0 10px;
}

.textLink {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.headerPromo {
    background: var(--secondary) !important;
}

@media screen and (max-width: 768px) {
  .blogCenteredContent {
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 0;
    column-count: 1;
  }

  .blogCaption {
    width: 75%;
  }

  .blogSliderWrapper {
    width: 80%;
  }

  .blogImage {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0%;
  }

  #blogTitle {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 10px;
    font-size: 19px;
    letter-spacing: 2px;
  }

  #blogPostTitle {
    width: calc(100% - 36px);
    text-align: left;
    margin-bottom: 0;
    margin: 0% 5% 0% 5%;
    font-weight: 600;
    line-height: 24px;
    font-size: 21px;
  }

  .titleContainer {
    height: 180px;
  }
  .blogTitle {
    display: none;
  }
  #blogPostDate {
    width: 100%;
    top: 100px;
    margin-left: 0;
    text-align: center;
  }

  .blogSubtitle {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
  }

  .blogText {
    width: 90%;
    margin: 0 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 16px;
    column-count: 1;
  }

  .blogSliderLeftArrow,
  .blogSliderRightArrow {
    height: 20px;
    top: calc(50% - 10px);
  }

  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  .slick-dots {
    top: 10px;
    right: 10px;
  }

  .titleContainer {
    background-image: url(../../files/images/titleBackgroundMobile.png);
  }

  #blogPostTitle {
    margin-top: 40px;
  }
}
