/*
Theme Name: ListingHive Child (Mod by VP)
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.9.1722259335
Updated: 2024-07-29 13:22:15

*/

/* .header-hero {
    height: 80vh;
} */



.hp-listing-category__item-count{
display: none;
}


.hp-listing-category__description {
    display: none;
}


/*.hp-listing-category__name {*/
/*    font-size: 2.5rem;*/
/*}*/




  .post__categories {
    display: none;
  }



#comments {
    display: none;
}

.post__details {
    display: none;
}


/* // Contact Form //  */

.wpcf7
{
	padding: 10px;
    width: 100%;
}

textarea {
	width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea
{
    background-color: transparent;
	border: none;
	border-bottom: 2px solid black;
	min-height: 40px;
}



input[type='url'] {
    background-color: transparent;
	border: none;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}

input::placeholder {
    color: black;
    opacity: 1;
}
textarea::placeholder {
    color: black;
    opacity: 1;
}

/* Font Size  */
.wpcf7-form input, textarea {
	font-size: 16px;
	color: black;
	font-family: arial;
}

/* Contact Form 7 Submit Button */
#cf-submit {
    color: white; /* Black text color */
    font-size: 16px;
    font-family: Arial, sans-serif;
/*     font-weight: 700; */
    background: black; /* White background color */
    padding: 15px 25px;
    border: none; /* No border */
    border-radius: 5px;
    width: auto;
    cursor: pointer;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* select  */


.wpcf7-form select {
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    padding: auto;
    /* padding: 12px 15px; */
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* display: none; */

}
