/*
 Theme Name: ListingHive Child
 Theme URI: https://komersioo.com
 Description: My komersioo.com Theme.
 Author: Ferexbo
 Author URI: https://komersioo.com
 Template: listinghive
 Version: 1.0
*/

.wp-block-heading::before{
    height: 0 !important;
}
.header-navbar {
    position: fixed;
    z-index: 10;
    width: 100%; /* Ensure it spans full width */
    top: 0; /* Position at the top */
    left: 0; /* Align with the viewport */
    background-color: rgba(247, 236, 216, 0.75);
}
.header-hero--large{
    padding: 0 !important;
}
.header-hero__content{
    min-height: 100vh;
}
.custom-logo{
    max-width: 150px !important; 
    max-height: 50px !important;
} 
.navbar_searchform_mobile{
    display: none;
    
  /*  justify-content: flex-start; /* Align form items to the left */
}

.parasearch{
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 47.99em) {
    .descripcion-producto{
        color: #008b39;
        line-height: 1.2rem;
        font-size: 1.1rem;
    }
    .hp-block.hp-listing__attributes.hp-listing__attributes--ternary {
        margin-top: 20px;
    }

    .header-hero__content .container h1, .header-hero__content .container p {
    text-align: center ;
    
    }
    .header-hero__content .container {
    position: absolute;
    bottom: 60px;
    right: 0;
    }
    .header-hero {
        background-image: url('/wp-content/uploads/2025/01/HeroBackgroundMobile.jpg') !important
    }
    .header-navbar{
        flex-direction: column;
    }
    
    .navbar_searchform_mobile{
        display: block;
        /*width: 100%; /* Make form take full width */
      /*  justify-content: flex-start; /* Align form items to the left */
      padding-top: 20px;
      align-self: center;
    }
    .navbar_searchform{
        display: none;
        
    }
}


@media only screen and (min-width: 48em) {
}
@media only screen and (min-width: 75em) {
    .header-hero__content .container{
        position: absolute;
        bottom: 70px;
        right: 20px;
}
    .hp-col-lg-6 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
    color: #b4f5f5;
}
.footer-widgets .row > div { /* Targets columns inside .row */
    display: flex;
    flex-direction: column; /* Stacks items */
    justify-content: center; /* Centers items vertically */
    align-items: center; /* Centers items horizontally */
   
}

.site-footer {
    position: relative !important;
    background-color: #f9f1e2;
}
.site-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width:100%;
    height: 100%;
    min-height: 100px;
    background-image: url('/wp-content/uploads/2025/03/esquinaFooter-300x163.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block; /* Ensure it's rendered */
    background-position: bottom right;
    aspect-ratio: 1470 / AUTO; /* Preserve aspect ratio */
}
#menu-item-122{
    margin-bottom: 30px !important;
}
#menu-item-122::before, #menu-item-122 ul li::before{
    color:  #008b39  !important;
}
#menu-item-123::before, #menu-item-123 ul li::before{
    color: #38a9e0  !important;
}
.menu-listings-container li{
    margin-bottom: 0 !important;
}


.header-hero__content .container h1, .header-hero__content .container p{
    /*margin-bottom: 0;
    line-height: 1.5;*/
    margin-bottom: 0;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    color: linen !important;
}
.whatsapp-button{
    color: white;
    background-color: #168f43;
    padding:5px 15px;
    border-radius: 14px;
    margin-top: 10px;
    
    text-decoration: none; /* Optional: Remove underline */
}
  
  .whatsapp-button:hover,
  .whatsapp-button:visited {
    color: white; /* Same color as the default to prevent change */
  }

  i.fab.fa-whatsapp {
    color: white !important;
    font-weight: bold;
}

.hp-page {
    margin-top: 10px; 
}
.hp-listing--view-page{
    margin-top: 120px;
}

.hp-listing__featured-badge {
    background: linear-gradient(to right, rgba(34,201,0,0.9) 0%, rgba(77, 217, 255, 0.9) 100%) !important;
    border-radius: 12px !important;
}
.hp-listing__footer{
    background: rgb(34,193,195);
    justify-content: flex-end !important;
   /* background: linear-gradient(to bottom, rgba(34,201,0,0.2) 0%, rgba(77, 217, 255, 0.9) 100%);*/
}
.hp-listing--featured {
    border-color: rgb(206, 205, 205) !important;
}
.hp-listing__content {
    background-color: rgba(247, 236, 216, .75);
}

.header-hero--cover::after {
    background-color: transparent !important ;
}
.hp-listing__title a {
    font-weight: bold;
   text-transform: uppercase;
}
.hp-listing__categories a {
    background-color: #f3f9e9 !important;
    color:  rgba(34,201,0) !important;
    font-weight: bold;
}
.header-navbar__burger ul li ul  {
    display: block !important;
}
.menu-item {
    font-weight: bold;
    color: black;
}
.hp-listing__footer {
    padding: 0.2rem 1.5rem !important;
}
.title::before, .content-title::before {
    background-color: black !important;
}