/* --- main color scheme -- */









/* --- misc colors -- */









/* --- accent colors -- */





/* --- transition -- */




/* --- main font -- */










/* --- buttons --- */

/* - primary - */











/* - secondary - */











/* - tertiary - */











/* - fourth - */











/* --- main anchor links -- */




/* --- header styles -- */














/* --- footer styles -- */






/* --- section wrappers -- */






/* --- projects with list filters ---- */

.section--projects-list.section-title__title {
	padding-bottom: 1rem;
}

.projects-grid {
    max-height: 600px;
    height: 100%;
    overflow-y: scroll;
}

.project__item {
    width:calc(100%/5);
    padding-right: 2rem;
    margin-bottom: 1rem;
}

  @media (max-width:1024px){
    .project__item {
      width:calc(100%/3);
    }
  }

  @media (max-width:680px){
    .project__item {
      width:calc(100%/1);
    }
  }

.section-wrapper--full.section--projects-list {
    margin:0 !important;
}

.section--projects-list .projects-list__inner:hover {
	  cursor: default;
}

.section--projects-list .projects-list__inner.linked:hover {
	  cursor: pointer;
}

.section--projects-list .projects-list__inner {
    background: white;
    padding: 1.5rem;
    margin: 0.5rem;
    text-decoration: none;
}

.section--projects-list .projects-list__inner p,
.section--projects-list .projects-list__inner p span {
    font-size: 0.95rem;
    text-decoration: none;
}

.projects-grid .project__name {
    color: #000000;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    color: black !important;
}

/* --- images -- */
.projects-grid .projects-list__image {
    width: 100%;
    height: 35px;
}

.projects-grid .projects-list__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ------------------- */
/* -- project grid with images -- */

  @media (max-width:1023px){
    .projects-search-categories__wrapper {
        flex-direction: column;
    }
    .projects-search-categories__wrapper .col6 {
        width: 100%;
        justify-content: start;
    }
  }

.projects-grid.filter-category--active .project__item {
    margin-bottom: 4rem;
}
/* .projects-grid:not(.filter-category--active) .projects-list__image  {
    display:none;
}
.projects-grid.filter-category--active .projects-list__image  {
    display:block;
} */
/* .projects-grid.filter-category--active .project__name {
    text-align: center;
    margin-top: 1rem;
    font-size: 14px;
    align-items: center;
} */

/* ---------------- */
/* Search Bar */

.projects-list__wrapper .search__field .quicksearch {
    height: 3.5rem;
    width: 400px;
    padding :0.5rem 1rem;
}

.projects-list__wrapper .search_button {
    top:0;
}

.projects-list__wrapper .search_button svg {
    background-color: #5b1de7;
    height: 3.5rem;
    width: auto;
    padding: 1rem;
    margin-top: 0;
}

/* ------------------- */
/* Categories Dropdown */

.filters .isotope-filter input[type="radio"] {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 999999999;
  opacity: 0;
  cursor: pointer;
}

.filters .isotope-filter label {
   display: inline-block;
    border-right: 2px solid #000;
    padding: 0 10px;
    line-height: 1;
    font-weight:700;
}

  @media (max-width:1024px){
   .filters .isotope-filter input{
        justify-content: center;
    }
  }

.filters-select,
.filters-select2 {
    height: 3rem;
    background: white;
    border: none;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    width: 100%;
    padding: 0 1rem;
}

.project-name a {
    text-decoration: none !important;
}

.projects-list__wrapper .project-name__group .aplhabet-radio.is-checked label,
.projects-list__wrapper .project-name__group .aplhabet-radio.is-checked label,
.projects-list__wrapper .project-name__group .aplhabet-radio:hover label,
.projects-list__wrapper .project-name__group .aplhabet-radio:hover label{
    color: #5b1de7;
}

.projects-list__wrapper .project-name__group .filter:first-of-type {
    padding-left: 0;
}
.projects-list__wrapper .project-name__group .filter.project-name:last-of-type {
    border-right: none;
}

.projects-list__wrapper .project-name__group li.filter {
    font-size:1.15rem;
}

/* --- featured products ---- */

.projects-col .project__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.projects-col .project__item {
    padding: 1rem 2rem;
}




/* --- main projects css --- */

.section--projects-col-featured .section--projects-col.section-title__title {
	padding-bottom: 1rem;
}

.section--projects-col-featured .projects-col__container .logo-cards {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
}

.section--projects-col-featured .projects-col__container .row-2 {
  left: 2rem;
  position: relative;
}

.section--projects-col-featured .projects-col__container .row-4,
.section--projects-col-featured .projects-col__container .row-5 {
  display:none;
}

.section--projects-col-featured .projects-col__container .project__item {
	-ms-flex-line-pack: center;
	    align-content: center;
	display: -ms-grid;
	display: grid;
	padding: 1rem;
	margin-bottom: 2rem;
}

/* .section--projects-col-featured .projects-col__container .project__item img {
  margin-left: 1.2rem;
} */
.section--projects-col-featured {
  margin:0 !important;
}

.section--projects-col-featured .projects-col__inner:hover {
	cursor: default;
}

.section--projects-col-featured .projects-col__inner.linked:hover {
	cursor: pointer;
}

.section--projects-col-featured .projects-col__inner {
	background: white;
	padding: 1.5rem;
	margin: 0.5rem;
	text-decoration: none;
}

.section--projects-col-featured .projects-col__inner p,
.section--projects-col-featured .projects-col__inner p span {
	font-size: 0.95rem;
	text-decoration: none;
}

.section--projects-col-featured .projects-col__container .project__item {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
/*     padding: 1rem 3rem 1rem 0rem; */
    padding: 1rem 3rem;
    margin: 0.5rem;
    width: 270px;
    height: 98px;
}

.section--projects-col-featured .projects-col__container .project__item img {
    width:100%;
    height:100%;
    -o-object-fit:contain;
       object-fit:contain;
}

  @media (max-width:980px) {
    .section--projects-col-featured .projects-col__container .project__item { 
        width: 100% !important;
        padding: 1rem;
    }
    .section--projects-col-featured .projects-col__container .project__item img {
        margin: 0;
    }
    .section--projects-col-featured .projects-col__container .row-2 {
        left: 0; !important;
    }
  }

  @media (max-width:480px) {
    .section--projects-col-featured .projects-col__container .logo-cards {
      display:block;
    }
    .section--projects-col-featured .projects-col__container .project__item {
      margin-left:0;
    }
    .section--projects-col-featured .projects-col__container .project__item img { 
      width: 70%;
    }
    .section--projects-col-featured .project__image {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }