/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .category-archive-view {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .category-archive-view h1 {
    font-size: 33px;
    line-height: 33px;
    text-align: center;
    padding-bottom: 15px;
  }
}
.category-archive-view .entry-content {
  max-width: 700px;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .category-archive-view .entry-content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .category-archive-view .entry-content {
    max-width: 800px;
  }
}
.category-archive-view .news-category-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 550px;
  width: 100%;
}

@media (max-width: 1199px) {
  .category-archive-view .news-category-filter {
    padding-bottom: 30px;
    margin-top: 0;
  }
}
.category-archive-view .news-category-filter select {
  padding: 15px 130px 15px 15px;
  color: black;
  text-transform: uppercase;
  background-color: #F0F2F4;
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down-black.png");
  background-size: 17px 15px !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

@media (max-width: 1199px) {
  .category-archive-view .news-category-filter select {
    padding-right: 80px;
  }
}
.category-archive-view article {
  margin-bottom: 30px;
}

.category-archive-view .post-title {
  margin-bottom: 0;
}

.category-archive-view .post-title a {
  color: var(--color-primary);
}

.category-archive-view .crash-news-meta {
  margin-bottom: 20px;
}

.category-archive-view .crash-news-meta span {
  color: #5D6063;
  font-size: 16px;
  line-height: 25px;
}

.category-archive-view .blog-post {
  position: relative;
  background-color: #F0F2F4;
  padding: 30px 37px 40px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}

.category-archive-view .blog-post p {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.category-archive-view .blog-post .btn-std {
  position: absolute;
  bottom: 20px;
}

/*# sourceMappingURL=archive-news.css.map*/