/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing websites. Whether it’s a business directory, job board, real estate, classifieds or basically any listing website — ListingHive is a great choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.2.11.1754227827
Updated: 2025-08-03 15:30:27

*/

.header-hero {
    padding-top: 100px;
}


.site-container {
    padding: 3rem 0 !important;
	margin-bottom: 50px;
}
.archive .site-container, .tax-hp_listing_category .site-container{
    padding-top: 0 !important;
}
.container {
    margin-bottom:50px;
}

.header-navbar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    background-color: #fff;
    padding-top: 50px;
    width: 100%;
    border: 1px solid rgba(7, 36, 86, 0.075);
    -moz-box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
    -webkit-box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
    -o-box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
    box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
    z-index: 9999;
}

.header-navbar__start {
    width: 300px;
}

.hp-listing__attributes--ternary {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post__details,
.entry-meta {
    display: none !important;
}


/*button*/
button {
    max-width: 300px;
}

/*Ne pas achifer titre et image des articles*/
.entry-title,
.wp-post-image {
    display: none;
}


/*Ne pas afficher menu haut et boutton ajout sur mobil*/

@media (max-width: 768px) {
    .header-navbar__end {
    display: none !important;
}
}

/*Button*/
.button--secondary {
    background-color: #105C3D !important;
}

.hp-menu--site-header button i:first-child {
    color: white !important;
}
button[type=submit]{
    background-color: #F6671C !important;
}

/*barre de progression*/

.hp-field--number-range>div
{
    display: none;
}

/*Couleur titre catégorie*/
.hp-listing-category--view-page .hp-listing-category__name, .post--single .post__title:not(:last-child)  {
    color: white !important;
}
/*hauteur bloc annonce*/
.hp-listing--view-block .hp-listing__header:not(:last-child)
  {
    margin-bottom: 0;
    overflow: hidden;
}
.hp-listing--view-block {
    height: 100%;
}

/* Ne pas afficher map sur phone*/

@media (max-width: 768px) {
	.hp-page__sidebar .hp-map {
    display: none;}
}

/* largeur buton appeler whatsapp*/
.hp-vendor__attributes {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hp-vendor__attribute{
	width:150px;
}

/* Largeur barre recherche*/

.hp-form:not(:last-child) {
    width: 100%;
}
.select2-container--default .select2-selection .select2-selection__rendered {
    padding: 0
    line-height: 3;
}

/*Limiter titre des annonce*/

.hp-listing--view-block .hp-listing__title a{
	display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Masquer date*/

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