/*
Theme Name: Colibri WP Child
Theme URL: https://skip-intro.net
Description: Your Theme Child
Theme Author: SKIPINTRO
Author URL: https://skip-intro.net
Template: colibri-wp
Version: 1.0.0
Text Domain: colibri-wp-child
*/

/* Custom Hamburger Icon - Fixed to work with Recipe Plugin */
.h-icon-svg svg {
    visibility: hidden !important;
}

.h-icon-svg {
    position: relative !important;
    width: 26px !important;
    height: 26px !important;
    display: inline-block !important;
}

.h-icon-svg::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('/wp-content/hamburger.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}