/* 
Theme Name: Bob Kappers Child
Theme URI:
Description: 
Author: Design voor Online
Author URI:
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
*/

span.accent{
    color: var(--e-global-color-accent);
}

tbody {
    pointer-events: none;
}

.elementor-field-type-recaptcha_v3 {
    opacity: 0;
}

.cta-header-home li {
    background: #ffffffde;
    padding: 10px 20px!important;
    border-radius: 50px;
}

.aspect-3-2{
	aspect-ratio: 3/2;
}

.aspect-2-3{
	aspect-ratio: 2/3;
}

a.elementor-icon,
.elementor-widget-icon,
.elementor-nav-menu li a {
    outline: none !important;
}

.elementor-message {
    color: white!important;
    margin-top: 30px;
}

@media screen and (max-width: 1025px) {
ul.sub-menu {
    display: none!important;
}
}

/*Google Widget*/

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: "Pragati Narrow", sans-serif!important;
}

.ti-widget-container {
    background: rgb(244 244 244 / 15%) !important;
    border-radius: 8px!important;
	padding: 0px!important;
}

.ti-widget.ti-goog .ti-widget-container {
    margin-bottom: 0px!important;
}

.ti-widget.ti-goog .ti-widget-container {
    margin-bottom: 0px!important;
}

.ti-widget.ti-goog .ti-header {
    border-color: #f4f4f4;
    padding: 18px 20px!important;
    color: white!important;
}

.ti-widget.ti-goog .ti-header span, .ti-widget.ti-goog .ti-header strong {
    font-size: 17px!important;
}

.ti-widget.ti-goog .ti-rating {	
    font-size: 20px!important;
    font-weight: 800!important;
    color: #c25686!important;
	top: -2px!important
}

.ti-widget.ti-goog .ti-platform-icon {
    max-width: 30px!important;
    max-height: 30px !important;
}

.ti-widget.ti-goog .ti-profile-details .stars .ti-star, .ti-widget.ti-goog .ti-profile-details .ti-stars .ti-star {
    max-width: 16px!important;
    max-height: 16px!important;
}

.ti-widget.ti-goog .ti-fade-container:nth-child(1) {
    display: flex!important;
    align-items: center!important;
}