/*
Theme Name: Euro Style
Theme URI: ...
Version: 1.0.10
Author: .
Author URI: .
Description: ...
Requires at least: 5.0
Requires PHP: >= 5.6
Text Domain: eurostyle
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ...
*/

/*.header{
    padding: 0px;
}*/
/*.header-inner{
    padding: 10px 0px;
}*/
/*
.gradient-line{
    display: block;
    height: 1px;
    background: #f1eae1;
    !*background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #9b9b9b 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #9b9b9b 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #9b9b9b 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #9b9b9b));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #9b9b9b 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #9b9b9b 100%);*!
    opacity: 0.6;
}*/
.header-menu-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    height: 195px;
    width: 100%;
    display: flex;
}
.header-menu-bg img {
    width: 100%; height: auto; opacity: 0;
}
@media (max-width: 1024px) {
    .header-menu-bg {
        height: 120px;
    }
}
@media (max-width: 576px) {
    .header-menu-bg {
        display: none;
    }
}