body #site-header.main,
body #site-header {
  background-color: #ffffff !important;
}

.tvp-article-archive {
  padding: 0 40px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tvp-posts-latest {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1130px;
  margin: auto;
  padding-top: 50px;
}
.tvp-posts-latest .tvp-posts-latest-title {
  text-align: center;
  text-transform: unset;
  font-size: 40px !important;
  margin-bottom: 50px;
}

.tvp-posts-categories {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1130px;
  margin: auto;
  margin-top: 20px;
}
.tvp-posts-categories .tvp-posts-categories-body {
  padding: 50px 0px 25px 0px;
}
@media all and (max-width: 780px) {
  .tvp-posts-categories .tvp-posts-categories-body {
    padding-top: 20px;
  }
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-title {
  font-size: 35px !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (max-width: 1250px) {
  .tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content {
    gap: 10px;
  }
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .tvp-posts-category-box {
  color: #C4C3C2 !important;
  text-decoration: none;
  font-size: 25px !important;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 780px) {
  .tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .tvp-posts-category-box {
    padding: 12px 18px;
  }
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .tvp-posts-category-box:hover {
  color: #da1212 !important;
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .active {
  color: #c6390b !important;
}

.tvp-posts {
  margin-bottom: 120px;
  max-width: 1130px;
  margin: auto;
}
@media all and (max-width: 780px) {
  .tvp-posts {
    width: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.tvp-posts-latest-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 900px) {
  .tvp-posts-latest-wrapper {
    flex-direction: column;
  }
}

.tvp-posts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 900px) {
  .tvp-posts-wrapper {
    flex-direction: column;
  }
}

.tvp-post-latest-container {
  width: 31%;
  flex: 1 1 auto;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  margin-bottom: 25px;
  background-color: white;
  position: relative;
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 900px) {
  .tvp-post-latest-container {
    width: 100%;
  }
}
.tvp-post-latest-container:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.tvp-post-container {
  width: 31%;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  margin-bottom: 25px;
  background-color: white;
  position: relative;
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 900px) {
  .tvp-post-container {
    width: 100%;
  }
}
.tvp-post-container:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.tvp-post-enter {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #c6390b;
  color: white;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 8px;
  transition: all 0.2s ease-in-out;
}
.tvp-post-enter .scale-up {
  transition: transform 0.2s ease-in-out;
}
.tvp-post-enter:hover {
  background: #da1212 !important;
  transition: all 0.2s ease-in-out;
}
.tvp-post-enter:hover .scale-up {
  transform: scale(1.3);
}

.a-full-width {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-decoration: unset;
}

.tvp-post-img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 780px) {
  .tvp-post-img {
    height: 150px;
  }
}
.tvp-post-img .tvp-post-category-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 9.5px 0 0 9.5px;
  flex-wrap: wrap;
  width: 80%;
}
.tvp-post-img .tvp-post-category-wrap .tvp-post-category {
  padding: 4px 10px;
  background-color: #c6390b;
  color: white;
  font-size: 18px !important;
  border-radius: 3px;
}

.tvp-post-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 20px;
  flex: 1;
}
.tvp-post-content .tvp-post-title {
  font-size: 18px;
  color: #000;
  font-weight: 600 !important;
  text-transform: unset !important;
  padding-bottom: 10px;
}
.tvp-post-content .tvp-post-date {
  text-transform: uppercase;
  font-size: 12px !important;
  padding-bottom: 0 !important;
  color: #C4C3C2;
}

.tvp-post-pagination {
  display: flex;
  gap: 10px;
  flex-direction: row;
  padding: 0 0 50px 0px;
}
.tvp-post-pagination .tvp-post-page {
  padding: 12px 14px;
  color: black !important;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.tvp-post-pagination .tvp-post-page:hover {
  background-color: #da1212 !important;
  text-decoration: underline;
}
.tvp-post-pagination .tvp-post-active {
  background-color: #c6390b;
  color: white !important;
  transition: all 0.3s ease-in-out;
}
.tvp-post-pagination .tvp-post-active:hover {
  background-color: #da1212 !important;
  text-decoration: none !important;
}/*# sourceMappingURL=archive.css.map */