#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 2; 
  }

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
.no-gabi-results {
    font-family: Roboto, sans-serif;
    color: #454545;
    font-size: 30px;
    text-align: center;
    line-height: 39px;
    margin: 35px 0;
}

#post-list h2 {
    text-align: center;
    margin: 35px 0;
    font-size: 30px !important;
}

/* .search-pagination .search-display .page-btns .page-btn  */

.search-pagination {
    min-height: 27px;
    margin: 15px auto 45px;
}

ul.page-btns {
    list-style: none;
    text-align: center;
    margin: 0;
}

.page-btns li.page-btn,
.search-display {
    display: inline-block;
    list-style: none;
    list-style-position: inside;
    color: #454545;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.page-btns li.page-btn.active {
    cursor: pointer;
}

.page-btns li.page-btn.inactive {
    font-weight: 700;
}

.column-titles {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.column-taxes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 60%;
}

.column-taxes div {
    width: 33%;    
}

.column-taxes h3,
.column-titles h3 {
    font-family: Roboto, sans-serif;
    color: #454545;
    font-size: 29px !important;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.col-process-name {
    width: 40%;
    text-align: center;
    padding-right: 20px;
}

.col-country,
.col-type,
.col-data-source {
    text-align: center;
    pointer-events: none;
}

.results-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 50px 0;
    align-items: start;
    justify-content: space-between;
}

/* .results-row::before {
    content: '';
    background-image: url(/wp-content/themes/salient-child/img/gabi-pointer.png);
    height: 23px;
    width: 23px;
    background-size: contain;
    align-self: flex-start;
    padding-right: 14px;
    background-repeat: no-repeat;
} */

.result-process,
.result-process a,
.result-process a h3,
.result-process p,
.result-process p a,
.result-country,
.result-country p,
.result-country p a,
.result-type, 
.result-type p,
.result-type p a,
.result-database, 
.result-database p,
.result-database p a 
.result-data-source, 
.result-data-source p,
.result-data-source p a,
.result-cas,
.result-cas p,
.result-cas p a{
    font-family: Roboto, sans-serif;
    color: #454545 !important;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}

.result-process {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 40%;
}

.result-process a h3 {
    color: #005387 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-decoration: none;
    text-align: left;
    margin-bottom: 0 !important;
}

.result-process a:hover  {
    text-decoration: underline;
}

.result-process p  {
    text-align: left;
    pointer-events: none;
}

.result-tax {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 60%;
}

.result-tax  div {
    width: 33%;    
}

.result-country  {
}

.result-country p  {
}

.result-type  {
    
}

.result-type p  {
    
}

.result-source  {
    
}

.result-source p {
    
}

#post-list p {
    padding: 0;
    margin: 0;
}

#post-list p span {
    font-weight: 600 !important;
    color: #666 !important;
}

@media screen and (max-width: 999px) {
    #gabi-search-results.container {
        max-width: 80%;
    }
}

@media screen and (max-width: 975px) {
    .column-titles {
        display: none;
    }
    .col-process-name,
    .result-process {
        width: 100%
    }
    .results-row {
        flex-direction: column;
    }
    .result-tax {
        width: 100%;
        flex-direction: column;
        text-align: left;
    }
    .result-tax div {
        width: 100%;
    }
    .result-country p,
    .result-type p,
    .result-data-source p,
    .result-database p,
    .result-cas p {
        text-align: left;
    }
    .result-country p::before,
    .result-type p::before,
    .result-data-source p::before,
    .result-database p::before,
    .result-cas p::before {
        display: inline-block;
        width: 94px;
        font-weight: 600 !important;
        color: #666 !important;
    }
    .result-country p::before {
        content: 'Country: ';
    }
    .result-type p::before {
        content: 'Type: ';
    }
    .result-data-source p::before {
        content: 'Source: ';
    }
    .result-cas p::before {
        content: 'CAS#: ';
    }
    .result-database p::before {
        content: 'Database: ';
    }
}