/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks Grille Post ----------------------- */
.mwp-post {
  position: relative;
  display: flex;
  padding: 10px;
  margin: auto;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 976px) {
  .mwp-post {
    padding: 10px 10px 50px;
    margin: auto;
  }
}
.mwp-post__container {
  width: 100%;
}
.mwp-post__cta {
  margin: 0px auto 50px;
}
@media screen and (min-width: 768px) {
  .mwp-post__cta {
    margin: 0px auto 70px;
  }
}
.mwp-post__cta h1, .mwp-post__cta h2, .mwp-post__cta h3 {
  color: #002138;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mwp-post__cta h1, .mwp-post__cta h2, .mwp-post__cta h3 {
    font-size: 30px !important;
  }
}
.mwp-post__cta p {
  font-weight: 500;
  line-height: 1.8em !important;
}
.mwp-post__filter {
  padding: 0 0 70px;
}
.mwp-post__filter ul {
  list-style: none;
  margin: 0;
  display: flex;
  column-gap: 25px;
  row-gap: 10px;
  flex-wrap: wrap;
  color: #222222;
}
.mwp-post__filter ul li {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 30px;
  border: 1px solid #002138;
  border-radius: 6px;
}
.mwp-post__filter ul li a {
  color: #002138;
}
.mwp-post__filter ul li.active {
  font-weight: 600;
  background: #D9EFD8;
  border: 1px solid #D9EFD8;
}
.mwp-post__filter ul li:hover {
  background: #D9EFD8;
  border: 1px solid #D9EFD8;
  cursor: pointer;
}
.mwp-post__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .mwp-post__content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.mwp-post__pagination {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  margin-top: 35px;
}
.mwp-post__pagination a {
  color: #002138;
  position: relative;
  background: transparent;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 40px 5px 30px;
  border: 1px solid #002138;
  border-radius: 6px;
}
.mwp-post__pagination a:hover {
  color: #002138;
  background: #D9EFD8;
  border: 1px solid #D9EFD8;
  cursor: pointer;
}
.mwp-post__pagination a svg {
  content: "";
  position: absolute;
}
.mwp-post__pagination a.page-numbers {
  padding: 0px 8px;
}
.mwp-post__pagination a.page-numbers:hover {
  text-decoration: none;
}
.mwp-post__pagination a.next:hover {
  text-decoration: none;
}
.mwp-post__pagination a.next svg {
  transform: rotate(270deg);
  top: 4px;
}
.mwp-post__pagination a.next svg path {
  fill: #002138;
}
.mwp-post__pagination a.prev:hover {
  text-decoration: none;
}
.mwp-post__pagination a.prev svg {
  transform: rotate(90deg);
  left: -30px;
  top: 4px;
}
.mwp-post__pagination a.prev svg path {
  fill: #002138;
}
.mwp-post .current {
  font-weight: 700;
  color: #002138;
  border-bottom: 1px solid #002138 !important;
}

.mwp-post__cart {
  padding: 0;
  width: 300px;
}
.mwp-post__cart--header {
  position: relative;
}
.mwp-post__cart--header .cart--category {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 15px;
  padding: 3px 15px;
  background: rgba(58, 190, 47, 0.8588235294);
}
.mwp-post__cart--header .cart--category a {
  color: #FFF !important;
}
.mwp-post__cart--img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mwp-post__cart--content {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 20px 20px 10px;
  width: 85%;
  margin: -35px auto 15px;
  position: relative;
}
.mwp-post__cart--content .cart--title {
  font-weight: 600;
  font-size: 18px !important;
  margin-bottom: 10px;
}
.mwp-post__cart--content .cart--title a {
  display: block;
  color: #002138;
}
.mwp-post__cart--content .cart--btn {
  color: #3ABE2F;
  text-decoration: underline;
}

/*# sourceMappingURL=mwp-grid-posts.css.map */
