/*
 Theme Name:   MarnixThemeNieuw
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  StoreFront Child (Marnix Postma)
 Author:       Ahmed Albarzangi
 Author URI:   http://www.commandos.nl
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/

.home.page:not(.page-template-template-default) .site-header {
    margin-bottom: 0;
}
div.imageHolder {
	margin-bottom:50px;
}

@media (min-width: 767px) {
    .wall .brick {
        width: 33%; } }

@media (min-width: 992px) {
    .wall .brick {
        width: 25%; } }

@media (max-width: 767px) {
    .wall .brick {
        width: 50%; } }

@media (max-width: 600px) {
    .wall .brick {
        width: 100%; } }

.wall .brick img {
    width: 100%;
    float: left; }

@media (max-width: 767px) {
    .wall .brick .text {
        float: left;
        width: 100%;
        padding: 10px; } }

@media (min-width: 767px) {
    .wall .brick .text {
        bottom: 0;
        color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        display: none;
        top: 0; }
    .wall .brick .text .centerText {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.wall a {
    color: #000;
    position: relative;
    float: left;
    width: 100%; }
.wall a:hover .text {
    background: rgba(0, 0, 0, 0.4);
    display: block; }


.hide {
display:none !important;
}

.socials {
    display: flex;
}

.socials a {
    margin-right: 20px;
}