/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_eminence/cartridge/client/default/scss/pageDesigner/blogNews.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/tou5pcg.css);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_eminence/cartridge/client/default/scss/pageDesigner/blogNews.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.font-primary {
  font-family: "big-caslon-fb", serif;
}

.font-secondary {
  font-family: "soleil", sans-serif;
}

.font-tertiary {
  font-family: "square-peg", serif;
}

.sr-only {
  position: absolute;
  padding: unset;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: unset;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: unset;
  overflow: visible;
  clip: auto;
}

/* stylelint-disable */
/* stylelint-disable */
.l-grid-wrapper {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 899.98px) {
  .l-grid-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-grid-row-1-3 {
  width: 33.33%;
}
@media (max-width: 768.98px) {
  .l-grid-row-1-3 {
    width: 100%;
  }
}
.l-grid-row-2-3 {
  width: 66.67%;
}
@media (max-width: 768.98px) {
  .l-grid-row-2-3 {
    width: 100%;
  }
}
.l-grid-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-grid-stroke-edge {
  border: 1px solid #BDB0A5;
}
.l-grid-1-1 {
  width: 100%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-1-1 {
    width: 100%;
  }
}
.l-grid-2-1 {
  width: 48%;
}
@media (max-width: 768.98px) {
  .l-grid-2-1 {
    width: 100%;
  }
}
.l-grid-3-1 {
  width: 30%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-3-1 {
    width: 100%;
  }
}
.l-grid-4-1 {
  width: 24%;
  height: 100%;
}
@media (max-width: 899.98px) {
  .l-grid-4-1 {
    width: 100%;
  }
}
.l-grid-5-1 {
  width: 18%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-5-1 {
    width: 100%;
  }
}
.l-grid-6-1 {
  width: 14%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-6-1 {
    width: 100%;
  }
}

/* stylelint-disable */
/* stylelint-disable */
.c-blog-news {
  padding: 2.5rem 0;
  background-color: #423636;
}
@media (min-width: 900px) {
  .c-blog-news {
    padding: 3rem 0;
  }
}
.c-blog-news-content {
  width: 100%;
}
@media (min-width: 900px) {
  .c-blog-news-content {
    width: 48.96%;
  }
}
.c-blog-news-cta.f-button {
  display: none;
  height: 2.25rem;
  color: #fff;
  font-size: 1rem;
  border-bottom: 2px solid #C2B835;
}
@media (min-width: 900px) {
  .c-blog-news-cta.f-button {
    display: block;
  }
}
.c-blog-news-cta-mobile.f-button {
  margin-top: 0.375rem;
  color: #fff;
}
@media (min-width: 900px) {
  .c-blog-news-cta-mobile.f-button {
    display: none;
  }
}
.c-blog-news-cta-desktop {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
  padding: 0 0.3125rem;
  font-size: 1rem;
  color: #000;
  border-bottom: 0.125rem solid #C2B835;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-blog-news-cta-desktop:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 900px) {
  .c-blog-news-cta-desktop {
    display: block;
  }
}
.c-blog-news-cta-mobile:hover {
  color: #fff;
}
.c-blog-news-cta:hover {
  color: #fff;
}
.c-blog-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.625rem;
}
.c-blog-news .heading-h3 {
  color: #fff;
}

@media (min-width: 900px) {
  .c-blog-news-right-content {
    max-height: 21.875rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-blog-news-right-content .b-blog-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.9%;
  gap: 1rem;
}
@media (min-width: 900px) {
  .c-blog-news-right-content .b-blog-tile {
    margin-bottom: 0;
  }
}
.c-blog-news-right-content .b-blog-tile-image-wrapper {
  max-width: 10.6875rem;
  width: 100%;
}
@media (max-width: 899.98px) {
  .c-blog-news-right-content .b-blog-tile-image-wrapper {
    width: 50%;
    max-width: 100%;
  }
}
.c-blog-news-right-content .b-blog-tile-author {
  font-size: 0.75rem !important;
  line-height: 1.25rem;
}
.c-blog-news-right-content .b-blog-tile-date {
  font-size: 0.875rem !important;
}
@media (max-width: 899.98px) {
  .c-blog-news-right-content .b-blog-tile-details {
    width: 50%;
  }
}
.c-blog-news-right-content .b-blog-tile-image-link {
  width: 100%;
  display: block;
}
@media (min-width: 900px) {
  .c-blog-news-right-content .b-blog-tile-image-link {
    width: 30%;
  }
}
.c-blog-news-right-content .b-blog-tile-image-link img {
  height: 128px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .c-blog-news-right-content .b-blog-tile-image-link img {
    height: 100%;
  }
}
@media (min-width: 900px) {
  .c-blog-news-right-content .b-blog-tile-image {
    min-width: 10.6875rem;
  }
}

@media (min-width: 900px) {
  .c-blog-news-left-content {
    width: 50%;
  }
}
.c-blog-news-left-content .b-blog-tile-image {
  width: 100%;
}
.c-blog-news-left-content .b-blog-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-blog-news-tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .c-blog-news-tiles-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-blog-news-tiles-container .b-blog-tile-author {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.c-blog-news-tiles-container .b-blog-tile-category-name {
  display: none;
}
.c-blog-news-tiles-container .b-blog-tile-date {
  margin: unset;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.c-blog-news-tiles-container .b-blog-tile-details {
  color: #fff;
  margin-top: 1.25rem;
}
.c-blog-news-tiles-container .b-blog-tile-title {
  color: #fff;
  font-family: "soleil", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 900px) {
  .c-blog-news-tiles-container .b-blog-tile-title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.c-blog-news-tiles-container .b-blog-tile-title:hover {
  text-decoration: underline;
  color: #fff;
}
.c-blog-news-tiles-container .b-blog-tile .heading-h2 {
  color: #fff;
}
.c-blog-news-tiles-container .c-blog-news-right-content .b-blog-tile-date {
  margin: unset;
}
.c-blog-news-tiles-container .c-blog-news-right-content .b-blog-tile-details {
  margin-top: unset;
  overflow: hidden;
}
.c-blog-news-tiles-container .c-blog-news-right-content .b-blog-tile-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 900px) {
  .c-blog-news-tiles-container .c-blog-news-right-content .b-blog-tile-title {
    font-size: 1.125rem;
  }
}

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