@media all and (max-width: 780px) {
  .post-container .tvp-posts {
    padding: 0 !important;
  }
}

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

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

.tvp-posts-header-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 10px;
  align-items: center;
}
.tvp-posts-header-wrap h3 {
  font-family: "ProximaNova-Bold";
}
.tvp-posts-header-wrap .tvp-posts-header {
  margin: 0 !important;
  font-weight: 700 !important;
  font-weight: bold;
  font-size: 30px;
  text-transform: unset;
}
@media all and (max-width: 780px) {
  .tvp-posts-header-wrap .tvp-posts-header {
    font-size: 20px !important;
  }
}
.tvp-posts-header-wrap .tvp-posts-show-all {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 780px) {
  .tvp-posts-header-wrap .tvp-posts-show-all {
    font-size: 18px !important;
  }
}

.tvp-posts-header {
  margin-top: 50px;
  font-weight: 700;
}

.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-posts-wrapper .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;
}
@media all and (max-width: 900px) {
  .tvp-posts-wrapper .tvp-post-container {
    width: 100%;
  }
}
.tvp-posts-wrapper .tvp-post-container:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.tvp-posts-wrapper .tvp-post-container .tvp-post-enter {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #ab1624;
  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;
}
.tvp-posts-wrapper .tvp-post-container a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.tvp-posts-wrapper .tvp-post-container a:hover {
  opacity: 1 !important;
}
.tvp-posts-wrapper .tvp-post-container a .tvp-post-img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 780px) {
  .tvp-posts-wrapper .tvp-post-container a .tvp-post-img {
    height: 150px;
  }
}
.tvp-posts-wrapper .tvp-post-container a .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-posts-wrapper .tvp-post-container a .tvp-post-img .tvp-post-category-wrap .tvp-post-category {
  padding: 2px 20px;
  background-color: #ab1624;
  color: white;
  font-size: 18px;
  border-radius: 3px;
}
.tvp-posts-wrapper .tvp-post-container a .tvp-post-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 20px;
  flex: 1;
}
.tvp-posts-wrapper .tvp-post-container a .tvp-post-content .tvp-post-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: unset !important;
  margin: 0;
  margin-bottom: 10px;
  font-family: "ProximaNova-Bold";
}
.tvp-posts-wrapper .tvp-post-container a .tvp-post-content .tvp-post-date {
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0;
  color: #C4C3C2;
}

.tvp-post-pagination {
  display: flex;
  gap: 10px;
  flex-direction: row;
  padding: 0 0 50px 0px;
  color: #374818;
}
.tvp-post-pagination .tvp-post-page {
  padding: 12px 14px;
  color: #374818;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}
.tvp-post-pagination .tvp-post-page:hover {
  text-decoration: underline;
}
.tvp-post-pagination .tvp-post-active {
  background-color: #ab1624;
  color: white !important;
}
.tvp-post-pagination .tvp-post-active:hover {
  background-color: #ab1624;
  text-decoration: none !important;
}

.tvp-posts-categories {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1240px;
  margin: auto;
}
.tvp-posts-categories .tvp-posts-categories-body {
  padding: 50px 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-categories-content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content {
    gap: 15px;
  }
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .tvp-posts-category-box {
  color: #C4C3C2 !important;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .tvp-posts-category-box:hover {
  color: #ab1624 !important;
}
.tvp-posts-categories .tvp-posts-categories-body .tvp-posts-categories-content .active {
  color: #ab1624 !important;
}

.tivala-header-archive-wrap {
  position: relative;
  margin: auto;
  color: white !important;
  text-align: center;
  margin-top: -350px;
}
.tivala-header-archive-wrap .tivala-header-archive-title {
  color: white;
  font-weight: 700;
  font-size: 36px;
}
.tivala-header-archive-wrap .tivala-header-archive-sub {
  color: white;
  font-size: 26px;
}

.tivala-header-article-wrap {
  position: relative;
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media all and (max-width: 780px) {
  .tivala-header-article-wrap {
    margin-top: -100px;
  }
}
.tivala-header-article-wrap .tivala-header-article-links {
  display: flex;
}
@media all and (max-width: 500px) {
  .tivala-header-article-wrap .tivala-header-article-links {
    display: none;
  }
}
.tivala-header-article-wrap .tivala-header-article-links .tivala-header-article-link {
  width: 140px;
  line-height: 1.2;
}
.tivala-header-article-wrap .tivala-header-article-links .tivala-header-article-link p {
  color: rgba(0, 0, 0, 0.6392156863);
  padding: 0;
}
.tivala-header-article-wrap .tivala-header-article-links .tivala-header-article-link p a {
  color: #2e2e2e;
  font-weight: 700;
}
.tivala-header-article-wrap .tivala-header-article-links .tivala-header-article-chevron {
  font-size: 25px;
}

.tivala-header-article-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 780px) {
  .tivala-header-article-content {
    width: 100%;
    text-align: unset;
  }
}
.tivala-header-article-content .tivala-header-article-title {
  text-transform: unset !important;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "ProximaNova-Bold";
}
@media all and (max-width: 1000px) {
  .tivala-header-article-content .tivala-header-article-title {
    font-size: 35px;
  }
}
@media all and (max-width: 780px) {
  .tivala-header-article-content .tivala-header-article-title {
    margin: 0 !important;
  }
}
.tivala-header-article-content .tivala-header-article-date {
  margin-top: 5px;
}

.tvp-post-header-image {
  max-width: 1000px;
  height: 500px;
  margin: auto;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
}
.tvp-post-header-image .tvp-post-header-share-contianers {
  position: absolute;
  right: -100px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1400px) {
  .tvp-post-header-image .tvp-post-header-share-contianers {
    display: none;
  }
}
.tvp-post-header-image .tvp-post-header-share-contianers .tvp-post-header-share-container {
  width: 50px;
  height: 50px;
  color: #ab1624;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tvp-post-header-image .tvp-post-header-image-info {
  max-width: 700px;
  color: white;
  text-align: center;
  padding: 20px;
}
@media all and (max-width: 780px) {
  .tvp-post-header-image {
    height: 300px;
  }
}
.tvp-post-header-image a::after {
  content: none !important;
}

.tvp-post-colored-bakground {
  background-color: #ab1624 !important;
  border-radius: 5px;
  color: white;
  padding: 50px;
  margin-top: 30px;
}
@media all and (max-width: 1000px) {
  .tvp-post-colored-bakground {
    padding: 25px;
  }
}
.tvp-post-colored-bakground a {
  color: white !important;
}
.tvp-post-colored-bakground h2 {
  font-weight: 700;
  margin: 0 !important;
  font-size: 30px;
  font-family: "ProximaNova-Bold";
}
@media all and (max-width: 1000px) {
  .tvp-post-colored-bakground h2 {
    font-size: 18px;
  }
}
.tvp-post-colored-bakground p {
  font-size: 18px !important;
}
@media all and (max-width: 780px) {
  .tvp-post-colored-bakground p {
    font-size: 14px !important;
  }
}
.tvp-post-colored-bakground p a {
  font-weight: 700;
  text-decoration: underline !important;
}
.tvp-post-colored-bakground p:last-child {
  padding: 0 !important;
}

.tvp-article-container .sa-breadcrumbs-container {
  display: flex;
  gap: 5px;
  max-width: 1240px;
  margin: unset;
  padding: 0px 20px 15px 0px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tvp-article-container .sa-breadcrumbs-container .sa-breadcrumb-title {
  color: #7abfd3;
  margin: 0;
  pointer-events: none;
}
.tvp-article-container .sa-breadcrumbs-container .sa-breadcrumb-length {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
}
.tvp-article-container .sa-breadcrumbs-container a {
  color: black;
  flex: 0 0 auto;
}

.tvp-article-wrapper {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.tvp-article-wrapper .tvp-article-content p, .tvp-article-wrapper .tvp-article-content li {
  font-size: 18px !important;
}
.tvp-article-wrapper .tvp-article-content ul {
  padding-left: 25px;
}
.tvp-article-wrapper .tvp-article-content h1 {
  font-family: "ProximaNova-Bold";
}
.tvp-article-wrapper .tvp-article-content h2 {
  font-size: 30px;
  margin-top: 2rem;
  font-family: "ProximaNova-Bold";
}
.tvp-article-wrapper .tvp-article-content h3 {
  margin-top: 1em;
  font-size: 25px;
  font-family: "ProximaNova-Bold";
}
.tvp-article-wrapper .tvp-article-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "ProximaNova-Bold";
}
#nav-dark .menu-item.depth-0 a {
  color: #2e2e2e !important;
}
#nav-dark .menu-item.depth-0 a span {
  color: #2e2e2e !important;
}
#nav-dark .menu-item.depth-0 a::after {
  color: #2e2e2e !important;
}

.tvp-posts-latest {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1240px;
  margin: auto;
  padding-top: 50px;
}
.tvp-posts-latest .tvp-posts-latest-title {
  text-align: center;
  text-transform: unset;
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "ProximaNova-Bold";
}/*# sourceMappingURL=blog.css.map */