/*
 Theme Name:   WZ Child
 Description:  A child theme of WZ Core by WalnutZtudio
 Author:       WalnutZtudio
 Template:     wzcore
 Version:      1.0.0
*/

/* CSS For Mobile < 992px and All */
.site-header {
    position: inherit;
	box-shadow: none;
}

.site-search{
	display:none !important;	
}

.site-header-space {
    min-height: 15px;
}
/* End Mobile */

/* CSS For Tablet > 992px */
@media (min-width: 992px) {
}

/* CSS for Desktop > 1200px */
@media (min-width: 1200px) {
}
