/* 
Theme Name: Wakefly Theme (Hello Elementor Child)
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Portfolio */

.portfolio-filter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portfolio-filter-form select {
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 16px;
    flex: 1;
    margin-right: 1em;
}

.portfolio-filter-form a {
    font-size: 16px;
    color: black;
    margin: 8px 0 0 10px;
}

.portfolio-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2em;
}

.portfolio-card {
    background-size: cover;
    background-position: center;
    width: calc(33.333% - 20px);
    margin: 1em 10px;
    position: relative;
    height: 600px;
}

.portfolio-card-content {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    padding: 2.5em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.portfolio-card-content h3 {
    color: white;
    font-size: 25px;
}
.portfolio-card-content p {
    color: white;
    font-size: 18px;
}

.portfolio-award, .portfolio-logo {
    margin-bottom: 1em;
}

.portfolio-award img {
    width: 150px;
}

.portfolio-button a{
    margin-top: 1em;
    font-size: 18px !important;
    text-decoration: none;
    font-weight: 600 !important;
    width: 100%;
}
.portfolio-button a:hover {
    color: white;
    text-decoration: underline;
}
.portfolio-button-solo {
    margin-bottom: 60px;
}

.portfolio-404 {
    margin-bottom: 300px;
}

.portfolio-results-more {
    text-align: center;
    margin: -1em 0 3em 0;
    padding: 1em 3em;
    button {
        padding: 1em 4em;
    }
}

@media (max-width: 991px) {
    .portfolio-filter-form {
        flex-direction: column;
    }
    .portfolio-filter-form select {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .portfolio-filter-form a {
        margin: 0;
        text-align: right;
    }
}

@media (max-width: 1200px) {
    .portfolio-card {
        width: calc(50% - 20px);
    }
}
@media (max-width: 825px) {
    .portfolio-card {
        width: 100%;
    }
}

/* Site Search 360 */
#ss360-search-result-heading {
    font-size: 2em;
}
.ss360-close-button {
    background-color: white !important;
}
.ss360-nav__entry.ss360-n-button {
    font-size: 1em;
}

/* Screen reader compatible hide for a11y-only labels */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}    
