.map_cont {
  padding: 45px 0 40px;
}
.map_cont .filters {
  margin-bottom: 24px;
}
.map_cont .map {
  margin-bottom: 26px;
}
.map_cont .pro_map {
  height: 860px;
}

#search_results_wrap {
  padding-bottom: 20px;
}

.serach_wrap {
  position: relative;
}
.serach_wrap .serach_icon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  z-index: 1;
}
.serach_wrap .input_wrap {
  width: 292px;
  max-width: 100%;
  position: relative;
}
.serach_wrap .input_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #18291B;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.serach_wrap .input_wrap.start_anim::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.serach_wrap .input_wrap.start_anim .serach_icon, .serach_wrap .input_wrap.start_anim button {
  opacity: 1;
}
.serach_wrap input {
  color: #18291B;
  width: 100%;
  height: 34px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 0 50px 0 32px;
}
.serach_wrap input::-webkit-input-placeholder {
  opacity: 1;
}
.serach_wrap input::-moz-placeholder {
  opacity: 1;
}
.serach_wrap input:-moz-placeholder {
  opacity: 1;
}
.serach_wrap input:-ms-input-placeholder {
  opacity: 1;
}
.serach_wrap button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
  background-color: transparent;
  padding: 0;
  border: none;
  z-index: 1;
}
.serach_wrap button svg {
  width: 16px;
  stroke: #18291B;
}
.serach_wrap button .close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.serach_wrap button.clear_btn .arrow {
  opacity: 0;
}
.serach_wrap button.clear_btn .close {
  opacity: 1;
}
.serach_wrap .search_results {
  display: none;
  padding-top: 24px;
  color: #18291B;
}
.serach_wrap .search_results h4 {
  margin: 0 0 9px;
}

@media screen and (min-width: 1025px) {
  .archive_projects .link_to_contact {
    padding-top: 155px;
  }
}
@media screen and (max-width: 1024px) {
  .archive_projects .link_to_contact {
    padding-top: 133px;
  }
}
.projects_map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects_map.loading {
  opacity: 0.2;
}
.projects_map .products_list {
  width: 33%;
  max-width: 447px;
  height: 940px;
  border: 1px solid #C4C4C4;
  overflow: auto;
  scrollbar-color: #18291B rgba(24, 41, 27, 0.2);
  scrollbar-width: thin;
}
.projects_map .products_list::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(24, 41, 27, 0.2);
}
.projects_map .products_list::-webkit-scrollbar-thumb {
  background: #18291B;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.projects_map .products_map {
  width: 67%;
  max-width: 921px;
  border-bottom: 1px solid #18291B;
  margin-left: 24px;
}
.projects_map .map_wrap {
  position: relative;
  width: 100%;
  height: 653px;
  background-color: rgba(24, 41, 27, 0.5);
}
.projects_map .map_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0 25px;
}

@media screen and (max-width: 1024px) {
  #projects_map_wrap {
    padding-top: 0;
  }
  #projects_map_wrap .container {
    padding: 0;
  }

  .no_posts_map {
    padding: 25px;
  }

  .projects_map {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 16px;
  }
  .projects_map .products_list {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    background-color: #fff;
    z-index: 1;
    -webkit-border-top-right-radius: 16px;
       -moz-border-radius-topright: 16px;
            border-top-right-radius: 16px;
    -webkit-border-top-left-radius: 16px;
       -moz-border-radius-topleft: 16px;
            border-top-left-radius: 16px;
    padding-top: 16px;
    margin-top: -69px;
    overflow: visible;
  }
  .projects_map .products_list .single_project_tile:last-child {
    border-bottom: none;
  }
  .projects_map .products_map {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .projects_map .map_controls {
    display: none;
  }
  .projects_map .map_wrap {
    height: 607px;
  }
  .projects_map .product_count {
    position: relative;
    text-align: center;
    padding: 24px 0;
  }
  .projects_map .product_count::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 56px;
    height: 1px;
    background-color: #18291B;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .projects_map .products_list .single_project_tile {
    width: 100%;
    padding: 24px;
    border: none;
    border-bottom: 1px solid #C4C4C4;
  }
  .projects_map .products_list .single_project_tile:nth-child(2) {
    border-top: 1px solid #C4C4C4;
  }
  .projects_map .products_list .single_project_tile .single_project_tile_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .projects_map .products_list .single_project_tile .single_project_tile_desc_wrap {
    width: 53%;
    padding-left: 23px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 9px;
  }
  .projects_map .products_list .single_project_tile .single_project_img {
    width: 47%;
  }
  .projects_map .products_list .single_project_tile .single_project_cats {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .projects_map {
    margin-bottom: 0;
    padding-top: 12px;
  }
  .projects_map .products_list .single_project_tile:nth-child(2) {
    border-top: 1px solid #C4C4C4;
  }
  .projects_map .products_list .single_project_tile:last-child {
    border-bottom: none;
  }
}
body.post-type-archive-projects .single_projects_page > *:not(.banner_project) {
  opacity: 0;
}

#epicNewImageAjax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
#epicNewImageAjax .project_bg_image_fixed {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#epicNewImageAjax .project_bg_image_fixed .bg_pro_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#epicNewImageAjax .project_bg_image_fixed .banner_logo_wrap {
  position: absolute;
  width: 205px;
  height: 110px;
  padding: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
}
#epicNewImageAjax .project_bg_image_fixed .banner_logo_wrap img {
  max-width: 100%;
  max-height: 100%;
}
#epicNewImageAjax .banner_project {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
#epicNewImageAjax .banner_project .center_banner_texts {
  padding-top: 100px;
  min-height: 308px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#epicNewImageAjax .banner_project .center_banner_texts .large_title {
  margin-right: 30px;
}
#epicNewImageAjax .banner_project .center_banner_texts .text_32 {
  margin-bottom: 48px;
}
#epicNewImageAjax .banner_project .pro_cats_wrap {
  margin: 24px 0 10px;
}
#epicNewImageAjax .banner_project .price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
}
#epicNewImageAjax .banner_project .price_wrap .price_text {
  opacity: 0.6;
}
#epicNewImageAjax .banner_project .project_bg_image {
  margin-top: 56px;
  width: 100%;
  height: 577px;
  position: relative;
}
#epicNewImageAjax .banner_project .project_bg_image .bg_pro_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#epicNewImageAjax .banner_project .project_bg_image .banner_logo_wrap {
  position: absolute;
  width: 205px;
  height: 110px;
  padding: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
}
#epicNewImageAjax .banner_project .project_bg_image .banner_logo_wrap img {
  max-width: 100%;
  max-height: 100%;
}
#epicNewImageAjax .banner_project .clip_path_anim_project {
  -webkit-clip-path: inset(-10% 100% 0 0);
          clip-path: inset(-10% 100% 0 0);
}/*# sourceMappingURL=projects.css.map */

.projects-filter-status-button-text {
    min-width: 155px;
    text-align: left;
}
.projects-filter-types-button-text {
    min-width: 130px;
    text-align: left;
}
.projects-filters .rightFilterFlexBlock {
    gap: 8px
}
.projects-filters .projects-filter-status-button-text {
    min-width: 140px;
}
.projects-filters .single_checkbox_item {
    padding-left: 16px;
}
.projects-filters .single_checkbox_item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
@media screen and (min-width: 1024px) {
    .projects-filters .show-project-type-filter,
    .projects-filters button.show-sort-by-filter {
        gap: 2px;
    }
    .projects-filters .sort-filter-container {
        max-width: 210px;
    }
    .projects-filters .project-type-container {
        max-width: 189px;
        padding-right: 0;
    }
}