.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .selectric {
    max-width: 150px;
  }
}
.selectric:active {
  background-color: #000000;
}
.selectric:active .label {
  color: #fff;
}
.selectric:active .select_arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.99512 8.35352L4.99463 5.12939M4.99463 5.12475L4.99463 1.62474' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 5.12485L5.46404 8.16082C5.20776 8.4171 4.79224 8.4171 4.53596 8.16082L1.5 5.12485' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1025px) {
  .selectric:hover {
    background-color: #000000;
  }
  .selectric:hover .label {
    color: #fff;
  }
  .selectric:hover .select_arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.99512 8.35352L4.99463 5.12939M4.99463 5.12475L4.99463 1.62474' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 5.12485L5.46404 8.16082C5.20776 8.4171 4.79224 8.4171 4.53596 8.16082L1.5 5.12485' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.selectric .label {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 10px;
  font: 600 14px "Work Sans", sans-serif;
  height: 26px;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.selectric .select_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  width: 10px;
  height: 10px;
  outline: none;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.99512 8.35352L4.99463 5.12939M4.99463 5.12475L4.99463 1.62474' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 5.12485L5.46404 8.16082C5.20776 8.4171 4.79224 8.4171 4.53596 8.16082L1.5 5.12485' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.selectric-open {
  z-index: 4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  border: 1px solid #000000;
  border-top: none;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .selectric-items {
    width: auto !important;
  }
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 0;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  border-top: none;
}
.selectric-items ul, .selectric-items li {
  font-size: 14px;
}
.selectric-items li {
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
  line-height: normal;
  color: #000000;
  background-color: #fff;
  cursor: pointer;
}
.selectric-items li:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
  color: #fff;
  background: #000000;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-is_multiple .selectric-items li {
  position: relative;
}
.selectric-is_multiple .selectric-items li[data-index="0"] {
  padding: 0;
  min-height: 0;
  line-height: 0;
  font-size: 0;
  border-top: none;
}
.selectric-is_multiple .selectric-items li[data-index="0"]:after {
  content: none;
}
.selectric-is_multiple .selectric-items li[data-index="1"] {
  border-top: none;
}

.post_filters {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .post_filters {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .post_filters {
    justify-content: flex-end;
  }
}
.post_filters__dropdowns {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .post_filters__dropdowns {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .post_filters__dropdowns {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .post_filters__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .post_filters__item {
    flex: 1;
  }
}
.post_filters__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .post_filters__buttons {
    justify-content: space-between;
    width: 100%;
  }
}
.post_filters__view_btns {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.post_filters__view_btns .view_btn {
  height: 26px;
  width: 24px;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 1px solid #000000;
}
.post_filters__view_btns .view_btn:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post_filters__view_btns .view_btn[data-view=list]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 2.25V15.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.75L2.25 6.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 11.25L2.25 11.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.15C2.25 2.65294 2.65294 2.25 3.15 2.25H14.85C15.3471 2.25 15.75 2.65294 15.75 3.15V14.85C15.75 15.3471 15.3471 15.75 14.85 15.75H3.15C2.65294 15.75 2.25 15.3471 2.25 14.85V3.15Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.post_filters__view_btns .view_btn[data-view=grid]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 2.25V15.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 2.25V15.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.75L2.25 6.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 11.25L2.25 11.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.15C2.25 2.65294 2.65294 2.25 3.15 2.25H14.85C15.3471 2.25 15.75 2.65294 15.75 3.15V14.85C15.75 15.3471 15.3471 15.75 14.85 15.75H3.15C2.65294 15.75 2.25 15.3471 2.25 14.85V3.15Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.post_filters__view_btns .view_btn:hover, .post_filters__view_btns .view_btn.active {
  background: #C9FF00;
}
.post_filters .show_box {
  top: 100%;
  transform: translate(-50%, 10px);
}

.form_search_ajax {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .form_search_ajax {
    width: 220px;
  }
}
@media screen and (min-width: 1025px) {
  .form_search_ajax {
    width: 138px;
  }
}
.form_search_ajax input[type=search] {
  height: 26px;
  border: 1px solid #000000;
  font: 600 14px "Work Sans", sans-serif;
  padding: 0 25px 0 10px;
  text-transform: capitalize;
  color: #000000;
}
.form_search_ajax input[type=search]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
  font: 600 14px "Work Sans", sans-serif;
}
.form_search_ajax input[type=search]:-moz-placeholder {
  color: #000000;
  opacity: 1;
  font: 600 14px "Work Sans", sans-serif;
}
.form_search_ajax input[type=search]::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font: 600 14px "Work Sans", sans-serif;
}
.form_search_ajax input[type=search]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
  font: 600 14px "Work Sans", sans-serif;
}
.form_search_ajax input[type=search]:focus, .form_search_ajax input[type=search]:focus-visible, .form_search_ajax input[type=search]:hover {
  border-color: #C9FF00 !important;
  outline: 0 none;
}
.form_search_ajax button {
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.93066 5.9375L6.34058 6.34741M6.34065 6.87732L7.93171 8.4688C8.07807 8.6152 8.31541 8.61522 8.46179 8.46884C8.60814 8.32248 8.60816 8.0852 8.46183 7.93883L6.87076 6.34734C6.7244 6.20094 6.48706 6.20092 6.34068 6.34731C6.19433 6.49366 6.19431 6.73094 6.34065 6.87732Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.94961 3.63339C2.16983 2.81153 2.81178 2.16959 3.63364 1.94937C4.4555 1.72915 5.33241 1.96412 5.93406 2.56576C6.5357 3.16741 6.77067 4.04432 6.55045 4.86618C6.33024 5.68804 5.68829 6.32999 4.86643 6.55021C4.04457 6.77043 3.16765 6.53546 2.56601 5.93381C1.96436 5.33217 1.7294 4.45525 1.94961 3.63339Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.form_search_ajax button:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.93066 5.9375L6.34058 6.34741M6.34065 6.87732L7.93171 8.4688C8.07807 8.6152 8.31541 8.61522 8.46179 8.46884C8.60814 8.32248 8.60816 8.0852 8.46183 7.93883L6.87076 6.34734C6.7244 6.20094 6.48706 6.20092 6.34068 6.34731C6.19433 6.49366 6.19431 6.73094 6.34065 6.87732Z' stroke='%23C9FF00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.94961 3.63339C2.16983 2.81153 2.81178 2.16959 3.63364 1.94937C4.4555 1.72915 5.33241 1.96412 5.93406 2.56576C6.5357 3.16741 6.77067 4.04432 6.55045 4.86618C6.33024 5.68804 5.68829 6.32999 4.86643 6.55021C4.04457 6.77043 3.16765 6.53546 2.56601 5.93381C1.96436 5.33217 1.7294 4.45525 1.94961 3.63339Z' stroke='%23C9FF00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1025px) {
  .form_search_ajax button:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.93066 5.9375L6.34058 6.34741M6.34065 6.87732L7.93171 8.4688C8.07807 8.6152 8.31541 8.61522 8.46179 8.46884C8.60814 8.32248 8.60816 8.0852 8.46183 7.93883L6.87076 6.34734C6.7244 6.20094 6.48706 6.20092 6.34068 6.34731C6.19433 6.49366 6.19431 6.73094 6.34065 6.87732Z' stroke='%23C9FF00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.94961 3.63339C2.16983 2.81153 2.81178 2.16959 3.63364 1.94937C4.4555 1.72915 5.33241 1.96412 5.93406 2.56576C6.5357 3.16741 6.77067 4.04432 6.55045 4.86618C6.33024 5.68804 5.68829 6.32999 4.86643 6.55021C4.04457 6.77043 3.16765 6.53546 2.56601 5.93381C1.96436 5.33217 1.7294 4.45525 1.94961 3.63339Z' stroke='%23C9FF00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.clear_filters {
  background-color: #C9FF00;
}
@media screen and (max-width: 767px) {
  .clear_filters {
    justify-content: center;
    flex: 1;
  }
}

.posts_wrapper__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .posts_wrapper__top {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .posts_wrapper__top {
    margin-bottom: 60px;
  }
}
.posts_wrapper__top h2 {
  margin-bottom: 0;
}

.our-news__top {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .our-news__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-top: 10px;
    border-top: 1px solid #000000;
  }
}
.our-news__top h2.section-title {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1025px) {
  .our-news__top h2.section-title {
    margin-bottom: 0 !important;
    padding-top: 0;
    border-top: none;
  }
}

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