/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/


/* Adjust the header image bigger for mobile*/
@media only screen and (max-width: 1023px) {
  .site-branding img {
    max-width: 500px;
    max-height: 45px;
  }
}

.category-ourbooks .meta-image img {
  width: initial;
  display: block;
  margin: auto;
}



/*footer color*/
.site-info {
  background-color: #194163;
}