/**
 * Theme Name:     ExpertHive Child
 * Author:         HivePress
 * Template:       experthive
 * Text Domain:	   experthive-child
 * Description:    Child theme for experthive
 */

/* Change the size of the site-header logo */
.header-logo {
	height: 40px;
	width: 260px;
}

/* Remove the added on dates in vendor listings */
.hp-vendor--view-block .hp-vendor__registered-date,
.hp-vendor--view-page .hp-vendor__registered-date {
  display: none;
}