/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child/
Description: Child theme for the Hello Elementor theme
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/

.elementskit-info-box-icon > svg {
    width: 32px!important;
    height: auto;
}

/* Show the menu item by default (covers tablets and phones) */
li#menu-item-3511 {
    display: block;
}

/* Hide the menu item on desktops (screens wider than 992px) */
@media (min-width: 992px) {
    li#menu-item-3511 {
        display: none;
    }
}

li#menu-item-3512 {
   display: block; 
}

@media (min-width: 992px) {
    li#menu-item-3512 {
        display: none;
    }
}

