/**
 * Theme Name:     ListingHive Child
 * Author:         Gideon Commey
 * Template:       listinghive
 * Text Domain:	   listinghive-child
 * Description:    Child theme for the ListingHive theme
 */


/* Change the site header colour to be the same as that of the home page */
.site-header {
  background-color: #251047;
}

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


/* Change the colour of text on the menu bars to make them visible. The second class is for when the website is loaded on a phone header-navbar__burger*/
.header-navbar__menu {
	color:white;
}

.header-navbar__burger>a i {
    color: RGBA(255,255,255,1);
}


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


/* Increase the width of attribute containers as some of them appear odd */
.hp-listing--view-block .hp-listing__attributes--secondary .hp-col-lg-6 {
    flex-basis: 100%;
    max-width: 100%;
}
