/* 
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 */
.svg-arrow-white svg path{
fill: #fff !important;
}

/* Zorgt er voor dat sticky elements niet boven het menu uitpiepen */
.e-con.elementor-sticky--active {
    z-index: var(--z-index, 9);
}


/** Alles aangaande de language switcher in het hoofdmenu **/

.trp-language-switcher {
    width: unset;
}

.trp-language-switcher > div {
    padding: 0px;
    background-color: transparent;
    border:none;
}
.trp-language-switcher > div > a {
    padding: 0px;
}
.trp-language-switcher > div > a > img {
    width: 50px;
    height: 30px;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 0px;
}

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
    width: unset !important;
}

.trp-language-switcher > div > a:hover {
    background: unset;
}

@media screen and (max-width: 767px) {
abbr[title] {
  position: relative;

  /* ensure consistent styling across browsers */
  text-decoration: underline dotted;
}

abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);

  /* position tooltip like the native one */
  position: absolute;
  left: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;

  /* style tooltip */
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 14px;
  padding: 3px 5px;
  text-wrap: wrap;
  width: 300px;
}
}
