/*
 Theme Name:   Xstore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

.header-logo {
	display: none;

}
.top-bar {
	display: none;
}
.navbar-header {
	display: none;
}

.mobile-header-logo {
	display: none;

}

.container-wrapper {
    background: url(http://www.targeteducation.it/wp-content/uploads/2021/09/logo-target.png);
    background-position-x: left;
    background-repeat: no-repeat;
}

.mobile-menu-header {
    background: url(http://www.targeteducation.it/wp-content/uploads/2021/09/logo-target.png);
	background-position: center;
    background-repeat: no-repeat;
    height: 90px;
}

.header-search.act-default {
    display: none;
}

ul.links {
    display: none;
}

@media only screen and (max-width: 992px){
.container-wrapper {
    background: none;
}
	}
