/*
Theme Name: Marketing Shift
Description: Lightweight functional parent theme for Marketing Shift
Author: Marketing Shift
Version: 1.0.6
Requires at least: 6.1
Tested up to: 7.0.3
Requires PHP: 8.0
Update URI: https://wpp.marketingshift.nl/marketing-shift-theme/update.json
License: GPL v2 or later
Text Domain: marketing-shift
Domain Path: /languages
*/


:root {
  color-scheme: only light;
}

	
	
/* ReCAPTCHA hide */	
.grecaptcha-badge {
visibility: hidden!important;
}	
	
	
/* Specifieke fix voor blauwe vierkant rondom knop in Mobile Pop-Up */
 .elementor-icon {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}	
	
	
/* Voorkomt underline bij het sluit icon in pop-ups */	
a.dialog-close-button.dialog-lightbox-close-button {
    text-decoration: none !important;
}		
	
	