/* 
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 */

ul.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

body 
{
    background-color: #F2F2F3;
    font-family: 'Roboto', sans-serif;
}

#loginform input[type=submit],
.aanvraag-form input[type=submit]
{
    background-color: #013359;
    border: none;
    color: white;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
}

form label 
{
    color: #013359;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}

input[type="date"], 
input[type="email"], 
input[type="password"],
input[type="text"], 
select, 
textarea
{
    border: 2px solid #E7EBEA;
    border-radius: 5px;
}

.login-error
{
    background-color: #ffe3e3;
    text-align: center;
    color: #e03131;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.aanvraag-form > div
{
    margin-bottom: 15px;
}

.elementor-widget-wpml-language-switcher ul li a.wpml-ls-item-toggle,
.elementor-widget-wpml-language-switcher ul.wpml-ls-sub-menu a 
{
    border: 2px solid #E7EBEA;
    border-radius: 5px;
    line-height: 17px;
}

.elementor-widget-wpml-language-switcher
{
    font-size: 14px;
    max-width: 115px !important;
}

.elementor-widget-wpml-language-switcher ul.wpml-ls-sub-menu
{
    border: none;
    margin-top: 1px;
}

.wpml-ls-statics-footer 
{
    display: none;
}

.page-template-elementor_canvas .wpml-ls-statics-footer 
{
    display: block;
}

.aanvragen-heading .e-con-inner .e-con-inner > div:last-child,
.aanvragen-heading .e-con-inner .e-con-inner > div:nth-last-child(5),
.elementor-widget-shortcode .aanvraag-info > div:last-child,
.elementor-widget-shortcode .aanvraag-info > div:nth-last-child(5)
{
    width: 15%;
}

.aanvragen-heading .e-con-inner .e-con-inner > div:first-child,
.elementor-widget-shortcode .aanvraag-info > div:first-child,
.aanvragen-heading .e-con-inner .e-con-inner > div:nth-child(3),
.elementor-widget-shortcode .aanvraag-info > div:nth-child(3)
{
    width: 10%;
}

.aanvragen-heading .e-con-inner .e-con-inner > div:nth-child(4),
.elementor-widget-shortcode .aanvraag-info > div:nth-child(4),
.aanvragen-heading .e-con-inner .e-con-inner > div:nth-child(5),
.elementor-widget-shortcode .aanvraag-info > div:nth-child(5)
{
    width: 25%;
}

.e-loop-item.aanvraag > .e-con > .e-con-inner 
{
    width: 100% !important;
    display: block !important;
}

.elementor-widget-shortcode .aanvraag-info > div:first-child h2
{
    color: #013359;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.e-loop-item.aanvraag .elementor-post-info li
{
    margin-left: 20px !important;
    margin-right: 0 !important;
}

.e-loop-item.aanvraag .elementor-post-info.elementor-icon-list-items.elementor-inline-items
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.elementor-widget-loop-grid nav.elementor-pagination > *
{
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}

.elementor-widget-loop-grid nav.elementor-pagination > span.current
{
    background-color: #952083;
    color: white !important;
}

.elementor-widget-loop-grid nav.elementor-pagination a.page-numbers 
{
    background-color: #E7EBEA;
    color: #013359;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

.elementor-widget-loop-grid nav.elementor-pagination a.page-numbers:hover
{
    background-color: #dbe6e3;
}

.elementor-widget-shortcode .aanvraag-info 
{
    display: flex;
    gap: 20px;
}

.elementor-widget-shortcode .aanvraag-info > div 
{
    color: #54595f;
}

.elementor-loop-container > div:last-child > div
{
    border-bottom: none !important;
}