/*
 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-search {
	display:none;
}

.site-header{
	padding: 10px;
}

.site-header a:hover {
    color: #981d19;
}

.site-nav-m.active {
    background-color: #981d19;
}

.site-footer {
    background-color: #981d19;
}

/* End Mobile */

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

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