/*
Theme Name: Customify Child
Theme URI: https://www.DigiWorks.nl/
Template: customify
Author: Paul Boomkamp DigiWorks
Author URI: https://www.DigiWorks.nl/
Description: Customify Child thema
Tags: plaats,hier,jouw,tags,gescheiden,door,kommas
Version: 1.0.0.1653896912
Updated: 2022-05-30 07:48:32

*/

.gallery {
    display: grid;
    max-width: 1200px;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10px;
    margin: 0 auto;
}
.site-content {
    padding-top: 0 !important;
}
.fa-youtube:before {
    color: #f00;
}
.fa-instagram:before {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285aeb 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
html.not-ie.loggedin {
    margin-left: -94px;
}
i.alarm.icon.red {
    display: flex;
    font-size: 3em;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
}
.ui.two.cards>.card {
    margin-left: 1em;
    margin-right: 1em;
    width: calc(33% - 2em);
}
.gallery:after, .gallery:before {
    display: table;
    content: none !important;
}
.gallery img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.gallery img:fullscreen {
    object-fit: contain;
}
body, html {
    margin: 0;
    padding: 0;
}
div#wordpress_file_upload_editor_1 {
    display: none;
}
element.style {
    width: 200px;
    height: 45px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
input#input_1 {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
	font-size: 68%;
    width: unset!important;
}
#bbpress-forums ul.status-closed, #bbpress-forums ul.status-closed a {
    background-color: #00ffb3 !important;
    color: unset;
}
.status-closed li.bbp-topic-title a.bbp-topic-permalink:after {
    font-size: 20px;
    content: ' \f023';
    font-family: FontAwesome;
    color: red;
}
em.fab.fa-facebook:before {
    color: #4267b2 !important;
}
.couter {
    width: 34px;
    text-align: center;
    height: 34px;
    font-size: 24px;
    background-color: #fff;
    border: 3px solid #000;
    font-family: Arial, sans-serif;
    color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 5;
}
@media screen and (max-width: 640px) {
.gallery {
    grid-template-columns: repeat(2, auto);
}
}
.gallery_menu a {
    padding-right: 8px;
    display: block;
    float: left;
    background-color: lightgray;
    font-weight: bold;
}
.gallery_menu {
    background-color: lightgray;
    margin-bottom: 26px;
}
div#dw_melding {
    color: red;
}

.gallery {
    grid-template-columns: repeat(2, auto);

    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
}
div#nieuws {
    background-color: lightyellow;
    color: steelblue;
    font-weight: bold;
    font-size: 24px;
}
div#nieuws:before  {
    content: "<--- ";
}
div#nieuws:after {
    content: "---> ";
}