/*
Theme Name: itsoft child
Tags:  custom-menu, editor-style, featured-images
Template: itsoft
Version: 1.0.0
*/


@import '../itsoft/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/


.mean-container .mean-bar::before{
background: url('https://quanthash.io/wp-content/uploads/2025/06/Quantum_logoW_crop-scaled.png');
	    background-size: contain;
    background-repeat: no-repeat;
}
.mean-container .mean-bar{
	background: #000000;
}
.mean-container .mean-bar{
	min-height: 75px;
}
.mean-container .mean-nav{
	top:75px;
}
@media (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        margin-top: 10px;
    }
}