/**
Theme Name: Kunstuitleen Hof van Twente
Author: Elonisas
Author URI: https://elonisas.nl
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kunstuitleen-hof-van-twente
Template: astra
*/
.hoofdmenu a.elementor-item {
    padding-bottom: 20px !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    color: #fff;
    border-radius: 5px;
}
/* Frontpage */
.header-front {
	z-index: 0;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
}
.uitgelicht img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.post img {
    margin-top:0 !important;
    margin-bottom: 0  !important;
}

/* Pagina Nieuw */
.nieuw-kunstwerken .uagb-section__inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.kuBottom {
    position: relative;
    bottom:15px;
    margin: 0;
    padding: 8px 4px;
    width: 100%;
    text-align: center;
    background: #3a3a3a;
    color: #fff;
}
a.group:hover .kuBottom {
    background: #2271d0;
}
/* Footer */
.footer-menu a {
    color: #ffffff;
}
.footer-menu ul {
	margin: 0;
    list-style: none;
}


/* Kunstwerk overzicht */
.group-divider {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #cacaca;
    margin-top: 20px;
}

#filter_kunstenaars {
    margin-left: 25px;
    margin-right: 25px;
}
.portfolio button {
    color: #fff;
    background: #000;
	border-radius: 5px;
}
.portfolio button:hover {
    background: #2271d0;
}
a.kunstwerk__view-item.jg-entry.jg-entry-visible:hover .label {
    background: #2271d0;
}
.kunstwerk__view {
    /* display:flex;
    flex-direction: row;
    flex-wrap: wrap; */
}

.kunstwerk__view-item {
    position: relative;
}

.kunstwerk__view-item img {
    display: block;
    margin: auto;
}

.kunstwerk__view-item .label {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 8px 4px;
    width: 100%;
    text-align: center;
    background: #3a3a3a;
    color: #fff;
}

/* Kunstwerk detail pagina */
.specs {
    height: 15px;
}
.wrapper {
	display: inline-block;
    margin-right: 15px;
}

/* Nieuw kunstwerk overzicht */
.nieuw-wrapper {
    display: flex;
    flex-wrap: wrap;
}
a.nieuw-kunstwerk {
    width: 25%;
    margin-bottom: 25px;
}
.front a.nieuw-kunstwerk {	
    width: 24%;
    margin-right: 14px;
    box-shadow: 0px 8px 7px #dbdbdb;
}
.front a.nieuw-kunstwerk:last-child {
	margin-right: 0;
}
.front a.nieuw-kunstwerk img {
	padding: 0;
}
a.nieuw-kunstwerk img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    padding: 0 10px;
}
.nieuw-info {
    margin: 0 10px;
    background: #3a3a3a;
    color: #fff;
    padding: 10px;
    min-height: 75px;
}
a.nieuw-kunstwerk:hover .nieuw-info  {
    background: #2271d0;
}
@media (max-width: 768px) {
  a.nieuw-kunstwerk {
    width: 33%;
  }
	.front a.nieuw-kunstwerk {
		width: 47%;
		margin-right: 20px;
	}
}
@media (max-width: 500px) {
  a.nieuw-kunstwerk, .front a.nieuw-kunstwerk {
    width: 100%;
  }
	.front a.nieuw-kunstwerk {
		margin-right: 0;
	}
}


/* Kunstenaars overzicht */
.kunstenaars-wrapper {
    column-count: 2;
}
.kunstenaars-box a {
    display: none;
}

.form-embed-loader {
    border: 16px solid #eaeaea;
    border-radius: 50%;
    border-top: 16px solid #5a5a5a;
    border-bottom: 16px solid #5a5a5a;
    width: 150px;
    height: 150px;
    margin: 50px auto;
    -webkit-animation: form-embed-loader-spin 2s linear infinite;
    animation: form-embed-loader-spin 2s linear infinite;
}

@-webkit-keyframes form-embed-loader-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes form-embed-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.justified-gallery > .jg-entry-visible > img, .justified-gallery > .jg-entry-visible > a > img, .justified-gallery > .jg-entry-visible > svg, .justified-gallery > .jg-entry-visible > a > svg {
    min-height: 300px;
    min-width: 300px;
}

.group-items {
    min-height: 400px;
}

/* view contact gegevens */
.contact-gegevens .fa-location-arrow:before, .contact-gegevens .fa-envelope:before, .contact-gegevens .elementor-icon-list-text, .contact-gegevens .elementor-icon-list-text a {
    color: #fff;
}