/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

body:before {
    content: '';
    height: 650px;
    width: 215px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    background-color: #f5e62f;
    z-index: 1;
    bottom: -200px;
    background-image: url(img/bg.svg);
    background-position: right;
}

.elementor-sticky--active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow .3s ease;
}

.single .page-content p img,
.single .elementor-location-single p img,
.single .page-content figure img  {
    width: 100%!important;
    height: auto !important;
}

.elementor-widget-search .e-search-results-container {
    width: 500px !important;
    left: auto !important;
    right: 0 !important;
}


.event-expired {
    opacity: 0.45;
    filter: grayscale(70%);
    transition: all .3s ease;
}
.event-expired:hover {
    opacity: 0.75;
    filter: grayscale(0%);
    transition: all .3s ease;
}


.span-arrow.yellow .material-icons-outlined {
    background: #F5E62F;
    padding: 3px;
}
.arrow-btn svg {
    fill: black;
}

/* Button styles */
.arrow-btn .elementor-button {
    display: inline-flex;
    align-items: center;
}
.arrow-btn .elementor-button:hover {
    background-color: #F5E62F !important;
}
.arrow-btn .elementor-button-icon {
    display: flex;
    background: #F5E62F;
    padding: 4px;
}
.arrow-btn .elementor-button-icon svg {
    width: 18px;
    height: 18px;
    transition: all .3s ease;
}
.arrow-btn .elementor-button-text {
    display: flex;
    align-items: center;
} 
 


/* Formulier. */
.gform-theme--foundation .gform_fields {
    row-gap: 10px;
}

.gform_button.button {
    border-radius: 0 !important;
    background-color: black !important;
    color: white !important;
    border: 0!important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    height: 25px !important;
    transition: all .3s ease;
}

.gform_button.button:hover {
    background-color: black !important;
    color: white !important;
    transition: all .3s ease;
}