/*
Theme Name: The7 Child
Template: dt-the7
*/

:root {
  --the7-accent-color: #7D33FF;
  --the7-accent-bg-color: #7D33FF;
  --the7-links-color: #7D33FF;
  --the7-btn-bg-color: #7D33FF;
  --the7-btn-border-color: #7D33FF;
  --the7-btn-border-hover-color: #6B2AE0;
  --the7-btn-hover-bg-color: #6B2AE0;
  --the7-microwidget-button-bg: #7D33FF;
  --the7-microwidget-button-border-color: #7D33FF;
  --the7-microwidget-button-2-bg: #7D33FF;
  --the7-microwidget-button-2-border-color: #7D33FF;
}

#the7-body {
  --the7-btn-bg: #7D33FF;
  --the7-btn-hover-bg: #6B2AE0;
  --the7-btn-border-color: #7D33FF;
  --the7-btn-border-hover-color: #6B2AE0;
  --the7-links-color: #7D33FF;
  --the7-links-hover-color: #6B2AE0;
}

.elementor-nav-menu .menu-item-has-children > a {
    cursor: pointer !important;
}

.not-clickable-item {
    cursor: pointer !important;
}