/*!
Theme Name: webnetmarketingstudio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webnetmarketingstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webnetmarketingstudio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/
.portfolio-container, .all-portfolio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}
.all-portfolio-container {
    gap: 20px; 
}
.portfolio-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    box-sizing: border-box; 
    padding: 10px; 
}
.projectsBoxes {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    box-sizing: border-box;
    min-height: 356px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    mix-blend-mode: luminosity;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.projectBoxes-content {
    padding: 20px 15px 15px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #19191900 0%, #0D0D0D 100%);
}
.projectsBoxes:hover{
    mix-blend-mode: unset;
}
.projectsBoxes:hover a.portfolio-link{
    display: unset !important;
}
h3.project-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin: 15px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
}
.projectsBoxes:hover h3.project-title {
    padding-top: 0px !important;
    margin-top: 10px !important;
    padding-bottom: 10px !important;
}
.portfolio-image img {
    width: 100%;
    height: auto;
    display: block;
    height: 220px !important;
    object-fit: cover;
}

.portfolio-title {
    margin-top: 10px; 
    font-size: 16px;
    text-align: center;
}

h3.portfolio-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    text-align: left;
    margin: 15px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
}
.imageBox:hover h3.portfolio-title {
    padding-top: 0px !important;
    margin-top: 10px !important;
}
.imageBox p {
    text-align: left;
    color: #959595;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
}

a.portfolio-link {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    fill: #FFBA30;
    color: #FFBA30;
    background-color: #FFFFFF00;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    display: none;
}
.imageBox:hover a.portfolio-link{
    display: unset !important;
}
a.portfolio-link:hover{
    color : #fff !important;
    
}

@media (max-width: 768px) {
    .portfolio-item {
        flex: 1 1 100%; 
        max-width: 100%;
    }
    .projectsBoxes {
        flex: 1 1 100%; 
        max-width: 100%;   
    }
}