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

.tvp-post-header-image {
  max-width: 1000px;
  height: 500px;
  margin: auto;
  background-position: center;
  background-size: cover;
  gap: 25px;
  position: relative;
  margin-top: 50px;
}
.tvp-post-header-image #social-media.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: 1250px) {
  .tvp-post-header-image #social-media.tvp-post-header-share-contianers {
    display: none;
  }
}
.tvp-post-header-image #social-media.tvp-post-header-share-contianers .tvp-post-header-share-container {
  width: 50px;
  height: 50px;
  color: #c6390b !important;
  font-size: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tvp-article-container {
  padding-left: 40px;
  padding-right: 40px;
}

.tvp-article-wrapper {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .tvp-article-wrapper {
    margin-top: 10px;
  }
}

#breadcrumbs.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 19px;
  margin-bottom: 20px;
  align-items: center;
  gap: 5px;
}
@media all and (max-width: 768px) {
  #breadcrumbs.article-breadcrumbs {
    margin-top: 10px;
    font-size: 16px;
  }
}
#breadcrumbs.article-breadcrumbs .breadcrumb-title {
  font-size: 19px;
  color: #7abfd3;
}
#breadcrumbs.article-breadcrumbs a {
  color: black !important;
}
#breadcrumbs.article-breadcrumbs a:hover {
  color: #7abfd3 !important;
}

.tivala-header-article-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}
@media all and (max-width: 780px) {
  .tivala-header-article-content {
    width: 100%;
  }
}
.tivala-header-article-content .tivala-header-article-title {
  text-transform: unset;
  margin: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 780px) {
  .tivala-header-article-content .tivala-header-article-title {
    margin: 0;
  }
}
.tivala-header-article-content .tivala-header-article-date {
  text-transform: uppercase;
}

.tvp-post-colored-bakground {
  background-color: #c6390b;
  border-radius: 5px;
  padding: 50px;
  margin-top: 30px;
}
@media all and (max-width: 1000px) {
  .tvp-post-colored-bakground {
    padding: 25px;
  }
}
.tvp-post-colored-bakground .colored-background-title {
  color: white !important;
}

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

#blog .tvp-posts-header-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#blog .tvp-posts-header-wrap .tvp-posts-header {
  margin-top: 0;
  font-weight: 700;
  font-weight: bold;
  text-transform: unset;
}
#blog .tvp-posts-header-wrap .tvp-posts-show-all {
  font-family: "Open Sans";
  display: flex;
  align-items: center;
  color: black !important;
}
#blog .tvp-posts-header-wrap .tvp-posts-show-all:hover {
  color: #7abfd3 !important;
}

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

.tvp-posts-wrapper {
  padding-top: 25px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.tvp-posts-wrapper .tvp-post-container {
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  margin-bottom: 25px;
  background-color: white;
  position: relative;
}
@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: #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;
}
.tvp-posts-wrapper .tvp-post-container .tvp-post-enter .scale-up {
  transition: transform 0.2s ease-in-out;
}
.tvp-posts-wrapper .tvp-post-container .tvp-post-enter:hover {
  background: #da1212 !important;
  transition: all 0.2s ease-in-out;
}
.tvp-posts-wrapper .tvp-post-container .tvp-post-enter:hover .scale-up {
  transform: scale(1.3);
}
.tvp-posts-wrapper .tvp-post-container a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: #c6390b;
  border-radius: 3px;
  color: white;
}
.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;
}
.tvp-posts-wrapper .tvp-post-container a .tvp-post-content .tvp-post-title {
  font-weight: 600;
  text-transform: unset;
}
.tvp-posts-wrapper .tvp-post-container a .tvp-post-content .tvp-post-date {
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 12px !important;
  color: #C4C3C2 !important;
}

#blog #colored-background.tvp-post-colored-bakground h2 {
  color: white !important;
}
#blog #colored-background.tvp-post-colored-bakground p {
  color: white !important;
}
#blog #colored-background.tvp-post-colored-bakground li {
  color: white !important;
}

#blog h1, #blog h2, #blog h3, #blog h4, #blog h5, #blog ol, #blog ul, #blog li, #blog p, #blog a {
  padding: unset !important;
  padding-top: unset !important;
  padding-bottom: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
  margin: unset !important;
  margin-top: unset !important;
  margin-bottom: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
  color: unset !important;
  font-size: unset !important;
  text-decoration: unset;
}
#blog h1 {
  color: #000 !important;
  font-size: 40px !important;
  margin-bottom: 5px !important;
}
@media all and (max-width: 768px) {
  #blog h1 {
    font-size: 30px;
  }
}
#blog h2 {
  color: #000 !important;
  font-size: 35px !important;
  margin-bottom: 15px !important;
  margin-top: 20px !important;
}
@media all and (max-width: 768px) {
  #blog h2 {
    font-size: 25px !important;
  }
}
#blog h3 {
  color: #000 !important;
  font-size: 25px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
@media all and (max-width: 768px) {
  #blog h3 {
    font-size: 20px !important;
  }
}
#blog p {
  font-size: 18px !important;
  color: black !important;
}
#blog p:not(li p) {
  padding-bottom: 10px !important;
}
#blog ul {
  padding-left: 25px !important;
}
#blog ol {
  padding-left: 25px !important;
}
#blog li {
  padding-bottom: 10px !important;
}/*# sourceMappingURL=single.css.map */