/*
 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-title, .site-member, .site-search {
	display:none !important;
}
.site-footer {
    background-color: #27a8e1;
}
/* End Mobile */

/* CSS For Tablet > 992px */
@media (min-width: 992px) {
	.site-header, .site-header-space {
    	min-height: 140px;
	}
}

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