.page-template.search-page{
    padding-top: 175px;
    min-height: 100vh;
}

.page-template.search-page .container {
    max-width: 1690px;
    padding: 0 60px;
}
.container.tab-content .search-type-container:last-child {
    border: 0;
}
.page-template.search-page .section-heading h2 {
    color: #000000;
}
.search-type-container {
    padding-bottom: 60px;
    padding-top: 30px;
    margin-bottom: 100px;
    border-bottom: 2px solid #000;
}
.search-type-allprojects .search-type-item{
    margin-bottom: 8vw;
}
.search-type-item .item-title {
    margin-top: 20px;
}
.search-type-item .item-title a{
    font-family: 'Galano Grotesque Bold';
    font-size: 23px;
    color: #000;
}
.search-type-item .item-img {
    max-width: 356px;
    width: 100%;
    height: 220px;
}
.search-query-info .query-category h2,
.search-query-info .number-of-matches h2{
    font-family: 'Galano Grotesque SemiBold';
    font-size: 25px;
    color: #000;
}
.search-query-info{
    display: flex;
    justify-content: space-between;
}
.section-heading input.search-filter{
    font-family: 'Galano Grotesque Bold';
    font-style: italic;
    font-size: 4vw;
    color: #000;
    padding-bottom: 30px;
    line-height: 1.3;
    border: 0;
    border-bottom: 2px solid #000;
    width: 100%;
}
.section-heading h2{
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    width: 100% !important;
}
.section-heading input.search-filter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}
  
.section-heading input.search-filter::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
  
.section-heading input.search-filter::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.search-type-allprojects .result{
    padding-left: 20px;
}
.search-type-allprojects.row {
    justify-content: start;
}
.search-empty{
    padding-top: 100px;
}
.search-type-allprojects .preload{
    margin: auto;
}
@media all and (max-width: 1024px) {
    .toggle-main-header-container ul li a {
        font-size: 55px;
    }
    .toggle-menu .search-mobile {
        width: 183px;
        display: block;
        margin-left: 16vw;
    }
}
@media (max-width:767px) {
    .page-template.search-page .container{
        padding: 0 30px;
    }
}
@media all and (max-width: 425px) {
    .section-heading input.search-filter{
        font-size: 6.5vw;
        padding-bottom: 81px;
    }
    .search-query-info {
        display: flex;
        justify-content: space-between;
        padding-top: 53px;
    }
    .search-page .section-heading h2{
        width: 100%;
    }
}