.related-taxonomies-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

@media (max-width: 980px) {
  .related-taxonomies-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .related-taxonomies-wrapper {
    margin: 0;
  }
}

.related-taxonomies-wrapper .related-taxonomies-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  width: calc((100% / 4) - 30px);
  -ms-flex-preferred-size: calc((100% / 4) - 30px);
      flex-basis: calc((100% / 4) - 30px);
  max-width: calc(25% - 30px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 15px;
  z-index: 1;
}

@media (max-width: 980px) {
  .related-taxonomies-wrapper .related-taxonomies-item {
    width: calc((100% / 2) - 30px);
    -ms-flex-preferred-size: calc((100% / 2) - 30px);
        flex-basis: calc((100% / 2) - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .related-taxonomies-wrapper .related-taxonomies-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .related-taxonomies-wrapper .related-taxonomies-item:last-child {
    margin-bottom: 0;
  }
}

.related-taxonomies-wrapper .related-taxonomies-item .category-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background-color: #ee4f3c;
  color: white;
  padding: 4px 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.related-taxonomies-wrapper .related-taxonomies-item .background-image {
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: calc(0.57 * 100%);
}

.related-taxonomies-wrapper .related-taxonomies-item .background-image:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.related-taxonomies-wrapper .related-taxonomies-item .background-image:hover:after {
  opacity: 0;
}

.related-taxonomies-wrapper .related-taxonomies-item .related-taxonomies-content {
  padding: 30px;
}

.related-taxonomies-wrapper .related-taxonomies-item .related-taxonomies-content h3 {
  text-transform: uppercase;
  font-style: italic;
  color: #2f2f2a;
  font-weight: 700;
  font-size: 21px;
  margin: 0;
}

.related-taxonomies-wrapper.product-archive-page {
  margin: -10px;
  margin-bottom: 35px;
}

.related-taxonomies-wrapper.product-archive-page .related-taxonomies-item {
  width: calc((100% / 4) - 20px);
  -ms-flex-preferred-size: calc((100% / 4) - 20px);
      flex-basis: calc((100% / 4) - 20px);
  max-width: calc((100% / 3) - 20px);
  margin: 10px;
}

@media (max-width: 1100px) {
  .related-taxonomies-wrapper.product-archive-page .related-taxonomies-item {
    width: calc((100% / 4) - 20px);
    -ms-flex-preferred-size: calc((100% / 4) - 20px);
        flex-basis: calc((100% / 4) - 20px);
    max-width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 980px) {
  .related-taxonomies-wrapper.product-archive-page .related-taxonomies-item {
    width: calc((100% / 2) - 20px);
    -ms-flex-preferred-size: calc((100% / 2) - 20px);
        flex-basis: calc((100% / 2) - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .related-taxonomies-wrapper.product-archive-page .related-taxonomies-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .related-taxonomies-wrapper.product-archive-page .related-taxonomies-item:last-child {
    margin-bottom: 0;
  }
}

.related-taxonomies-wrapper.product-archive-page .related-taxonomies-item .background-image {
  padding-bottom: calc(0.68 * 100%);
}

.related-taxonomies-wrapper.product-archive-page .related-taxonomies-item .related-taxonomies-content {
  padding: 25px 20px;
}

.related-taxonomies-wrapper.product-archive-page .related-taxonomies-item .related-taxonomies-content h3 {
  text-transform: uppercase;
  font-style: italic;
  color: #2f2f2a;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

/* Vertical Tabs */
.side-tabs-wrapper {
  position: relative;
}

.side-tabs-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 500px) {
  .side-tabs-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.side-tabs-inner .side-tab-names {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  z-index: 1;
  height: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tab-names {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.side-tabs-inner .side-tab-names li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid RGB(202, 123, 123);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tab-names li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid RGB(202, 123, 123);
  }
  .side-tabs-inner .side-tab-names li:nth-child(2n) {
    border-right: none;
  }
}

.side-tabs-inner .side-tab-names li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 20px;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  background-color: #ee4f3c;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (max-width: 980px) {
  .side-tabs-inner .side-tab-names li a {
    font-size: 16px;
    padding: 16px 20px;
  }
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tab-names li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    padding: 16px 14px;
  }
}

.side-tabs-inner .side-tab-names li a:hover {
  background-color: #444444;
}

.side-tabs-inner .side-tab-names li a:after {
  display: none;
}

.side-tabs-inner .side-tab-names li a .icon {
  float: left;
  margin-right: 10px;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tab-names li a .icon {
    display: none;
  }
}

.side-tabs-inner .side-tab-names li.active {
  background-color: #8f8f8f;
}

.side-tabs-inner .side-tab-names li.active a {
  background-color: #444444;
  z-index: 2;
}

.side-tabs-inner .side-tabs-content {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-height: 750px;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tabs-content {
    height: auto;
    min-height: auto;
  }
}

.side-tabs-inner .side-tabs-content .content {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tabs-content .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.side-tabs-inner .side-tabs-content .content .side-tab-main-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tabs-content .content .side-tab-main-image {
    display: none;
  }
}

.side-tabs-inner .side-tabs-content .content .side-tab-content {
  background: #ffffff;
  padding: 30px;
  position: relative;
  border-bottom: 8px solid #279fa7;
  width: 100%;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tabs-content .content .side-tab-content {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 12px;
  }
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -5px 15px -5px;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item {
  margin: 5px;
  width: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item:nth-child(1) {
  background-color: #279fa8;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item:nth-child(2) {
  background-color: #f3b617;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item:nth-child(3) {
  background-color: #ed8423;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item:nth-child(4) {
  background-color: #ed4e3b;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item .sub-cat-link {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item .sub-cat-link i {
  margin-left: 10px;
}

@media (max-width: 980px) {
  .side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item .sub-cat-link {
    font-size: 22px;
    padding: 30px 20px;
    height: auto;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .side-tabs-inner .side-tabs-content .content .side-tab-content .sub-cats-wrapper .sub-cat-item .sub-cat-link {
    font-size: 18px;
    padding: 22px 12px;
    line-height: 20px;
  }
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .side-content-description {
  font-size: 18px;
}

@media (max-width: 980px) {
  .side-tabs-inner .side-tabs-content .content .side-tab-content .side-content-description {
    font-size: 14px;
  }
}

.side-tabs-inner .side-tabs-content .content .side-tab-content .side-tab-button {
  padding: 15px 30px;
  background-color: #ee4f3c;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
}

@media (max-width: 500px) {
  .side-tabs-inner .side-tabs-content .content .side-tab-content .side-tab-button {
    padding: 15px 10px;
    width: 100%;
    text-align: center;
  }
}

.side-tabs-inner .side-tabs-content .content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.featured-posts-wrapper {
  position: relative;
  z-index: 1;
}

.featured-posts-wrapper .featured-posts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 550px;
  margin: -4px;
}

@media (max-width: 1200px) {
  .featured-posts-wrapper .featured-posts-inner {
    height: 615px;
  }
}

@media (max-width: 980px) {
  .featured-posts-wrapper .featured-posts-inner {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item {
  position: relative;
  display: block;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-image-wrapper {
  background-size: cover;
  background-position: center;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-badge {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  background-color: #ed4f3b;
  padding: 6px 8px;
  color: white;
  z-index: 3;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

@media (max-width: 980px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-badge {
    font-size: 14px;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-badge:hover {
  background-color: #cc3c29;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-content-wrapper {
  display: block;
  z-index: 2;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-content-wrapper .featured-post-title h2 {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: white;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-content-wrapper .featured-post-meta {
  color: rgba(255, 255, 255, 0.85);
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-content-wrapper .featured-post-meta i {
  margin-right: 5px;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item .featured-post-content-wrapper .featured-post-excerpt p {
  margin: 0;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) {
  width: calc(50% - 8px);
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 4px;
}

@media (max-width: 980px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 135px;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) .featured-image-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1):hover .featured-post-overlay {
  opacity: 1;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) .featured-post-overlay {
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: 1;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.85)), to(rgba(0, 50, 90, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 50%, rgba(0, 50, 90, 0) 100%);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) .featured-post-content-wrapper {
  padding: 25px;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) .featured-post-content-wrapper .featured-post-title h2 {
  color: white;
  margin-bottom: 5px;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) .featured-post-content-wrapper .featured-post-excerpt {
  color: white;
  margin-top: 5px;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(1) .featured-post-content-wrapper .featured-post-excerpt p {
  margin: 0;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2), .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) {
  width: calc(50% - 8px);
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
}

@media (max-width: 830px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2), .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2), .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) {
    width: calc(100% - 8px);
    -ms-flex-preferred-size: calc(100% - 8px);
        flex-basis: calc(100% - 8px);
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-image-wrapper, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-image-wrapper {
  position: relative;
  z-index: 0;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 830px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-image-wrapper, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-image-wrapper {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    width: 100%;
    height: 150px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-overlay, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-overlay {
  display: none;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper {
  padding: 18px;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 830px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper .featured-post-title h2, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper .featured-post-title h2 {
  color: white;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 5px;
}

@media (max-width: 980px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper .featured-post-title h2, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper .featured-post-title h2 {
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper .featured-post-meta, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper .featured-post-meta {
    font-size: 15px;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper .featured-post-excerpt, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper .featured-post-excerpt {
  color: white;
  margin-top: 3px;
}

@media (max-width: 980px) {
  .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper .featured-post-excerpt, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper .featured-post-excerpt {
    font-size: 15px;
  }
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper .featured-post-excerpt p, .featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper .featured-post-excerpt p {
  margin: 0;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper {
  background-color: #279fa7;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(2) .featured-post-content-wrapper:hover {
  background-color: #1e8288;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper {
  background-color: #ed4f3b;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.featured-posts-wrapper .featured-posts-inner .featured-post-item:nth-child(3) .featured-post-content-wrapper:hover {
  background-color: #cc3c29;
}

/* Homepage posts grid */
.posts-grid-wrapper-outer {
  width: 100%;
  position: relative;
}

.posts-grid-wrapper-outer .grid-container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 1fr))[5];
      grid-template-columns: repeat(5, minmax(auto, 1fr));
  -ms-grid-rows: 133px 133px (266px)[3];
      grid-template-rows: 133px 133px repeat(3, 266px);
  grid-auto-rows: 266px;
  grid-auto-flow: dense;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container {
    -ms-grid-columns: (minmax(auto, 1fr))[3];
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    -ms-grid-rows: 90px 133px (266px)[3];
        grid-template-rows: 90px 133px repeat(3, 266px);
  }
}

@media (max-width: 767px) {
  .posts-grid-wrapper-outer .grid-container {
    -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}

.posts-grid-wrapper-outer .grid-container .title-one {
  grid-column: span 3;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px;
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #EE4F3C), to(rgba(236, 132, 35, 0)));
  background: linear-gradient(90deg, #EE4F3C 30%, rgba(236, 132, 35, 0) 100%);
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .title-one {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .posts-grid-wrapper-outer .grid-container .title-one {
    font-size: 30px;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3px;
  overflow: hidden;
  z-index: 0;
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-child(2) {
  grid-column: span 3;
  grid-row: span 2;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:nth-child(2) {
    grid-column: 1 / -1;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-child(2) .post-content-wrapper {
  padding: 20px 25px;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:nth-child(2) .post-content-wrapper {
    padding: 15px;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-child(2) .post-content-wrapper .post-title h2 {
  font-size: 36px;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:nth-child(2) .post-content-wrapper .post-title h2 {
    font-size: 28px;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:nth-child(3) {
    grid-row: span 1;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-child(4) {
  grid-column: span 2;
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-child(9) {
  grid-row: span 2;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:nth-child(9) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:nth-last-child(2) {
  grid-column: span 2;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:nth-last-child(2) {
    grid-column: span 1;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:last-child {
  grid-column: span 2;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post:last-child {
    grid-column: span 1;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post:hover .background-overlay-wrapper .grid-post-overlay {
  opacity: 0.5;
}

.posts-grid-wrapper-outer .grid-container .grid-post:hover .background-overlay-wrapper .background-image-wrapper {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.posts-grid-wrapper-outer .grid-container .grid-post .grid-post-badge {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  background-color: #ed4f3b;
  padding: 6px 8px;
  color: white;
  z-index: 5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.posts-grid-wrapper-outer .grid-container .grid-post .grid-post-badge.product-badge {
  background-color: #ec8524 !important;
}

.posts-grid-wrapper-outer .grid-container .grid-post .grid-post-badge.Post-badge {
  background-color: #279fa7 !important;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post .grid-post-badge {
    font-size: 14px;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post .grid-post-badge:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-link {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.posts-grid-wrapper-outer .grid-container .grid-post .background-overlay-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: auto;
}

.posts-grid-wrapper-outer .grid-container .grid-post .background-overlay-wrapper .grid-post-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  background-color: #353535;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.posts-grid-wrapper-outer .grid-container .grid-post .background-overlay-wrapper .grid-post-overlay i {
  font-size: 80px;
  color: white;
}

.posts-grid-wrapper-outer .grid-container .grid-post .background-overlay-wrapper .background-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-meta {
  color: #eeeeee;
  font-size: 14px;
  margin-bottom: 5px;
  position: absolute;
  top: 18px;
  right: 25px;
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-meta i {
  margin-right: 3px;
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper {
  z-index: 3;
  padding: 15px 20px;
  width: 100%;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper {
    padding: 15px;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper .post-title {
  position: relative;
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper .post-title h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  color: white;
  margin: 0;
}

@media (max-width: 980px) {
  .posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper .post-title h2 {
    font-size: 18px;
  }
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper .post-excerpt {
  margin-top: 5px;
}

.posts-grid-wrapper-outer .grid-container .grid-post .post-content-wrapper .post-excerpt p {
  margin-bottom: 0;
  font-size: 14px;
  color: white;
  line-height: 20px;
}

.posts-grid-wrapper-outer .grid-container .grid-post.Post-grid-item .post-content-wrapper {
  background-color: #28a0a8;
}

.posts-grid-wrapper-outer .grid-container .grid-post.Product-grid-item .post-content-wrapper, .posts-grid-wrapper-outer .grid-container .grid-post.category-grid-item .post-content-wrapper {
  background-color: #ec8524;
}
/*# sourceMappingURL=query-styling.css.map */