/*
Theme Name: Puppetry theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Puppetry
Author: Enzo Angiulli
Author URI: https://linkensphere.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: puppetry
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.topmenu {
  list-style: none;
  display: flex;
  flex-direction: row;
}

ul.topmenu li {
  text-align: center;
  flex-grow: 1;
}

ul.topmenu li a {
  color: #fff;
  text-decoration: none;
}

body:not(.elementor-editor-header) .menupanel ,
body:not(.elementor-editor-header) .application-submenu
{
display: none;
}

.mainmenuitem {
  cursor: pointer;
}

div.horizontalbutton.active div.elementor-widget-container{
    border-color: #cc1e47 !important;
}