 /* GLOBAL */

.ilc-header {
    display: none;
 }
 
 .ilc-legal-doc-links {
    margin-top:0;
}

/* INSPIRATION */

.ilc-application-gallery .ilc-search-container .ilc-inspirational-search-form-container .app-gallery-filter-toggle-container .ilc-reset-selections, 
.ilc-application-gallery-page .ilc-search-container .ilc-inspirational-search-form-container .app-gallery-filter-toggle-container .ilc-reset-selections {
    background: #44acc7;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 700;
    padding: .8rem 1.5rem;
}

.ilc-application-gallery .ilc-search-container .ilc-inspirational-search-form-container .app-gallery-filter-toggle-container .ilc-reset-selections:hover, 
.ilc-application-gallery-page .ilc-search-container .ilc-inspirational-search-form-container .app-gallery-filter-toggle-container .ilc-reset-selections:hover {
    background: #17637b;
    color: #fff;
    border: none;
    transition: all 120ms ease-in-out;
}


.ilc-application-gallery-tile .app-gallery-image-container .overlay-pill, 
.ilc-application-gallery-tile .app-photo-image-container .overlay-pill, 
.ilc-application-photo .app-gallery-image-container .overlay-pill, 
.ilc-application-photo .app-photo-image-container .overlay-pill,
.ilc-application-gallery-page .details-container .details-block .gallery-spaces-content .space-pill, 
.ilc-application-gallery-page .details-container .details-block .image-spaces-content .space-pill, 
.ilc-application-photo-page .details-container .details-block .gallery-spaces-content .space-pill, 
.ilc-application-photo-page .details-container .details-block .image-spaces-content .space-pill,
.ilc-application-gallery-page .featured-products-container .ilc-product-list .photo-product-tile-container .ilc-product-tile .new-product-pill, 
.ilc-application-photo-page .featured-products-container .ilc-product-list .photo-product-tile-container .ilc-product-tile .new-product-pill,
.ilc-application-gallery-tile .app-gallery-tile-container .app-gallery-image-container .new-photo-pill, 
.ilc-application-gallery-tile .app-gallery-tile-container .app-photo-image-container .new-photo-pill, 
.ilc-application-gallery-tile .app-photo-tile-container .app-gallery-image-container .new-photo-pill, 
.ilc-application-gallery-tile .app-photo-tile-container .app-photo-image-container .new-photo-pill, 
.ilc-application-photo .app-gallery-tile-container .app-gallery-image-container .new-photo-pill, 
.ilc-application-photo .app-gallery-tile-container .app-photo-image-container .new-photo-pill, 
.ilc-application-photo .app-photo-tile-container .app-gallery-image-container .new-photo-pill, 
.ilc-application-photo .app-photo-tile-container .app-photo-image-container .new-photo-pill {
    background-color:#17637b;
    color: #fff;
    font-weight: 600;
}

.ilc-application-gallery-landing .highlight-photos-container .all-photo-link {
    color: #fff;
    cursor: pointer;
    font-size: .7rem;
    font-weight: 800;
    margin-left: 0;
    background: #44acc7;
    text-align: center;
    width: 200px;
    padding:.5rem;
    text-transform: uppercase;
}

.ilc-application-gallery-landing .highlight-photos-container .all-photo-link:hover {
    background:#17637b;
}

.ilc-application-gallery-landing .highlight-photos-container {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
   .ilc-application-gallery-landing .latest-galleries-tiles-container .ilc-application-gallery-tile {
        flex-basis: 100%;
    }

    .ilc-application-gallery-landing .highlight-photos-container .highlight-application-photos .highlight-images-container.latest-photos-tiles-container {
    display: block;
    }

    .ilc-application-gallery-landing .highlight-photos-container .highlight-application-photos .highlight-images-container.latest-photos-tiles-container .ilc-application-photo {
    display: block;
    width: 100%;
    }
    
    .ilc-application-gallery-landing .highlight-photos-container .all-photo-link {
    margin-top:2rem;
}}

.ilc-application-gallery-page .action-buttons-container .ilc-action-link, 
.ilc-application-photo-page .action-buttons-container .ilc-action-link {
    background: #44acc7; 
    border: none;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border-radius:0;
}

.ilc-application-gallery-page .action-buttons-container .ilc-action-link svg path, 
.ilc-application-photo-page .action-buttons-container .ilc-action-link svg path {
    fill: #fff;
}

.ilc-application-gallery-page .action-buttons-container .ilc-action-link:hover, 
.ilc-application-photo-page .action-buttons-container .ilc-action-link:hover {
    background:#17637b;
    color: #fff;
    transition: all 120ms ease-in-out;
}

.app-photo-uploader {
    display: none;
}

.ilc-application-gallery .app-type-photos-container .photos-remaining-link a {
    border: none;
    text-transform: uppercase;
    color: #fff;
    background: #44acc7; 
    font-size: .7rem;
    font-weight: 800;
    padding: .5rem;
    width: 150px;

}

.ilc-application-gallery .app-type-photos-container .photos-remaining-link a:hover {
    background:#17637b;
    transition: all 120ms ease-in-out;
}

.ilc-application-gallery-page .featured-products-container .ilc-product-list .photo-product-tile-container .ilc-product-tile h4, 
.ilc-application-photo-page .featured-products-container .ilc-product-list .photo-product-tile-container .ilc-product-tile h4 {
    font-size: 1.2rem;
}

.ilc-application-photo-page .app-photo-container .image-container .photo-short-meta-container .image-title {
    font-size:1.2rem;
}