.blogMenuContainer {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.blogHeaderSection {
  width: var(--web-container);
  margin: 5% auto 0;
  display: flex;
  padding: 0 2.5%;
  justify-content: space-between;
  border-bottom: 1px solid var(--lighter-base);
  background: var(--secondary-background);
}

.blogHeaderSection .blogTitle {
  margin: 30px 0;
}

.blogParentCategories,
.blogChildCategories {
  width: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.blogParentCategories {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 25px;
}

.blogChildCategories {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.blogCategoryTitle {
  padding: 10px 0 3px;
  margin: 0 10px;
}

.blogTitle {
  text-align: center;
  margin: 40px auto;
  font-weight: 400;
  display: block;
  font-size: 23px;
  line-height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-2);
}

.blogCategoriesContainer {
  position: relative;
  display: flex;
  border: 1px solid var(--lines-border-color);
  padding: 5px 10px 5px 25px;
  height: 42px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  width: 20%;
  min-width: 280px;
  font-size: calc(var(--base-font-size) - 2px);
  font-family: var(--font-family);
}

.orderByContainer {
  position: relative;
  display: flex;
  border: 1px solid var(--lines-border-color);
  padding: 5px 10px 5px 20px;
  height: 42px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  width: 20%;
  min-width: 280px;
  font-size: calc(var(--base-font-size) - 2px);
  font-family: var(--font-family);
}

select#blogChildCategories {
  border: none;
  width: 100%;
}

select#blogParentCategories {
  border: none;
  width: 100%;
  padding: 15px 0px;
}

.intervaloFilters #blogParentCategories {
  padding: 0 8px;
  margin: 0px;
  height: 100%;
  text-align: center;
  color: var(--base);
  text-align-last: left;
  background: transparent;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 15px;
}

.blogMenuContainer.intervaloFilters {
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.intervaloFilters #blogChildCategories {
  padding: 0 8px;
  margin: 0px;
  height: 100%;
  color: #801a2e;
}

.intervaloFilters #orderSelect {
  border: none;
  width: 76%;
  color: var(--base);
  padding: 0 8px;
  background: transparent;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) center;
  background-size: 15px;
}

.intervaloFilters #orderSelect option:first-child {
  text-align: left;
}

.intervaloFilters #orderSelect option {
  text-align: center;
}

.intervaloFilters .orderByDropdown {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.blogCenteredContent {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
  column-gap: 4%;
  row-gap: 30px;
}

.centeredContent.blogCenteredContent.intervaloBlogs {
  width: var(--web-container);
  padding: 2.5%;
  background: var(--secondary-background);
  column-gap: 30px;
}

.centeredContent.blogCenteredContent[data-blog-id="2"] {
  column-gap: 30px;
}

.dataContainer {
  margin-top: 15px;
  font-size: 15px;
  line-height: 19px;
}

.blogPostRegular {
  width: 100%;
}

.activityViewMore {
  color: #801a2e;
  font-size: 18px;
  margin-bottom: 5px;
}

.activityViewMore:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.constructionMessageDiv {
  width: 90%;
  max-width: 760px;
  margin: 39px auto;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  display: block;
  height: auto;
}

.activityImage {
  aspect-ratio: 4 / 5;
}

.blogPostDate {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.blogPostDate p,
.blogPostDate span {
  font-family: inherit !important;
}

.blogPostTitle {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}

.blogPostSubtitle {
  margin-bottom: 5px;
  font-weight: bold;
}

.blogCategories {
  display: flex;
  align-items: center;
  margin: 40px 0;
  justify-content: center;
}

.blogCategories .blogCategoryTitle {
  width: fit-content;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
}

.blogCategoryTitle.selected {
  text-decoration: underline 2px solid #952634;
  text-underline-offset: 5px;
}


.newsSummery img {
  width: 100%;
}

.newsSummary img {
  max-width: 100%;
}

.newsContainer {
  position: relative;
  width: var(--web-container);
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}

.newsBox {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  margin-bottom: 3rem;
}

.newsBox:nth-child(even) {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  margin-bottom: 3rem;
}

.newsRow {
  position: relative;
  width: 100%;
  grid-gap: 0%;
  grid-auto-flow: column;
  height: auto;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
}

.articleRow {
  row-gap: 50px;
}

.newsWrapper {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  padding: 0px 20px;
}

.news {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  overflow: hidden;
  height: 100%;
  padding: 0;
}

.newsCategory {
  position: relative;
  font-size: calc(var(--base-font-size) - 2px);
  color: var(--secondary);
  width: 100%;
  height: 25px;
  line-height: calc(var(--base-font-size) + 2px);
  margin: 10px auto;
  margin-top: 0px;
  font-weight: 400;
  text-transform: lowercase;
}

.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
}

.newsTitle {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin: 10px auto;
  font-family: "Galliard";
}

.newsSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  margin-top: 0px;
  font-size: var(--base-font-size);
  line-height: calc(var(--base-font-size) + 4px);
  font-family: var(--font-family) !important;
}

.newsSummary p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--font-family) !important;
}

.newsAuthor {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

@media screen and (max-width: 1100px) {
  .blogCenteredContent {
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
  }

  .blogMenuContainer {
    width: 90%;
  }

  .blogTitle {
    margin-bottom: 30px;
  }

  .blogParentCategories {
    margin-bottom: 15px;
  }

  .blogCategoryTitle {
    padding: 13px 0 2px;
  }

  .constructionMessageDiv {
    width: 90%;
  }

  .blogHeaderSection .blogTitle {
    margin: 15px 0px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .blogCenteredContent {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    gap: 40px;
  }

  .centeredContent.blogCenteredContent.intervaloBlogs {
    width: var(--web-container) !important;
    padding: 3%;
  }

  .blogMenuContainer {
    flex-direction: column;
  }

  .intervaloFilters .blogCategoriesContainer,
  .intervaloFilters .orderByContainer {
    width: 100%;
    max-width: unset;
  }

  .blogMenuContainer.intervaloFilters {
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
  }

  .blogHeaderSection {
    flex-direction: column;
    padding: 0 3%;
  }

  .blogCategories {
    display: grid;
    gap: 20px;
    margin: 30px 0;
    text-align: center;
    justify-items: center;
  }

  .blogCenteredContent {
    width: 85% !important;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .blogCenteredContent {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .blogCategories .blogCategoryTitle:hover {
    text-decoration: underline 2px solid #952634;
    text-underline-offset: 5px;
  }
}