/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* ------------------------------------
-------------WPGB home-----------------
-------------------------------------*/
.wpgb-info-holder > div {
    display:        flex;
    flex-direction: row;
    flex-wrap:      wrap;
    width:          100%;
    column-gap:     10px;
}

.wpgb-info-holder > div span {
    display:        flex;
    flex-direction: column;
    flex-basis:     100%;
    flex:           1;
}


/*Archive*/
.custom-select-image {
    max-height: 60vh;
    overflow:   scroll;
}

.primairy-image img {
    max-height: 60vh;
    object-fit: contain;
}

.custom-select-image .e-gallery-item:hover {
    cursor: pointer !important;
}

.auto.container .inner_container {
    margin-bottom: 50px;
}

.auto.container,
.auto.container .inner_container {
    display:               grid;
    grid-template-columns: repeat(2, 1fr);
    gap:                   0px 0px;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .auto.container{
        display:               block;
    }
    .auto.uitgelicht .inner_container .label {
        margin: 30px 0;
    }
}

.auto.uitgelicht {
    background-color: #00968f;
    padding:          20px 20px 40px;
    margin-bottom:    100px;
    box-shadow:       0px 8px 30px 0px rgb(0 0 0 / 20%);
    color:            #fff;
}

.auto.uitgelicht .inner_container {
    display:               grid;
    grid-template-columns: repeat(5, 1fr);
    gap:                   0px 0px;
    text-align:            center;
}
.wpgb-info-holder strong {
    width: max-content;
}
.caravan.auto.uitgelicht .inner_container {
    display:               grid;
    grid-template-columns: repeat(4, 1fr);
    gap:                   0px 0px;
    text-align:            center;
}

@media only screen and (max-width: 479px) {
    .auto.uitgelicht .inner_container {
        display:               block;
    }
}

.auto.uitgelicht h4 {
    text-align: center;
}

.auto.uitgelicht .inner_container .label span {
    display: block;
}

span.label {
    font-weight: 600 !important;
}

.label span {
    font-weight: 500;
}

.label {
    font-weight: 600;
}

legend.gfield_label.gfield_label_before_complex {
    color: #fff;
}
/* ------------------------------------
-------------footer-----------------
-------------------------------------*/
@media only screen and (min-width: 1025px) {
    .elementor-location-footer nav ul {
        display:               grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap:                   10px 20px !important;
    }

    .elementor-location-footer nav ul a {
        max-width: max-content;
    }
}


