/*
Theme Name:   artgallerypro child theme
Description:  Gallery voor Guus Kruis
Author:       admin
Author URL:   Schrijf hier de blog of de site-URL van de auteur
Template:     artgallerypro
Version:      1.0
Text Domain:  artgallerypro-child
*/

/* Schrijf hier je eigen persoonlijke stylesheet */

#page-header h1 {
    color: whitesmoke;
}

.portfolio-wrap:hover img {
    opacity: 1 !important;
    transition: none !important;
}

.portfolio-wrap img:hover {
    opacity: 1 !important;
    transition: none !important;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.portfolio-wrap:hover {
    background-color: #2a2a2a !important;
}

.portfolio-wrap img{
    border: 2px solid #2a2a2a !important;
}

.portfolio-wrap img:hover {
    border: 2px solid blue !important;
}

.portfolio-wrap a:hover {
    text-decoration: none !important;
}

.portfolio-wrap a:focus {
    /*outline:none!important;*/
    outline-style: none !important;
    text-decoration: none !important;
}

.portfolio-wrap p {
    margin: 0;
}

.portfolio-wrap h4 {
    color: #1e90ff;;
    margin: 0;
    font-size: 1.2rem;
}

#home-content-wrapper .entry-title {
    display: none !important;
}

body {
    backdrop-filter: blur(10px) !important;
}

/*.portfolio-wrap:hover {*/
/*opacity: 0!important;*/
/*background-color: red !important;*/
/*display: none!important;*/
/*}*/