/*
 Theme Name:   ListingHive Child
 Theme URI:    http://laplantilla.com/listinghive-child
 Description:  Tema hijo para ListingHive.
 Author:       David Collado
 Author URI:   http://laplantilla.com
 Template:     listinghive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child-theme, customizations
 Text Domain:  listinghive-child
*/

.custom-logo {
    width: auto !important;
    height: 100px !important;
    height: auto;
    display: inline-block;
}

.header-logo__image,
.header-logo__text {
    display: inline-block !important;
}

.header-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-hero {
   padding-top: 50px !important;
   padding-bottom: 50px !important;
}

.menu-item--user-login,
.header-navbar__actions {
    display: none !important;
}

.hp-listing__image img {
    height: 150px;
    width: 238;
}

.hp-listing__category {
    display: none !important;
}

.hp-listing__header,
.hp-listing__content {
    display: inline-block;
    float: left;
}

.hp-listing {
    height: 152px;
}

.hp-listing__content {
    width: calc(100% - 238);
}

.hp-listing__date {
    display: none !important;
}

