/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/

/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/







.job-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.job-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    width: 320px;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-top {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 25%;
}
.job-top img {
    border-radius: 50%;
  
}
.job-photo {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.job-details {
    flex: 1;
}

.job-name {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.job-title {
    font-size: 14px;
    color: #777;
    margin: 4px 0;
}

.job-stars span {
    color: red;
    font-size: 16px;
}

.job-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.job-meta {
    display: flex;
    flex-direction: column;
}

.job-location {
    font-size: 14px;
    color: #555;
}

.job-price {
    color: #ffd700;
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
}

.view-profile-button {
    padding: 6px 14px;
    border: 1px solid red;
    border-radius: 25px;
    color: red;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.view-profile-button:hover {
    background-color: red;
    color: white;
}

.category-heading {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.job-stars .star {
    color: #ccc; 
}
.job-stars .star.filled {
    color: #CE2027; 
}
.job-stars .star.half {
    position: relative;
    color: #ccc; 
}
.job-stars .star.half::before {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #CE2027; 
}


.business-directory-container {
    display: flex;
    gap: 20px;
}

.business-directory-card {
    background: #e1e1e100;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    width: 100% !important;
    font-family: 'poppins';
    background-image: url(https://consortsolutions.com/demo/lpcd/wp-content/uploads/2025/05/Rectangle-1651.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bd-card-top {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bd-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.bd-info {
    flex-grow: 1;
}

/* .bd-name {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    font-family: 'poppins';
	    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: space-between !important;
    align-items: center !important;
} */

.bd-profession {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.bd-rating {
    margin-top: -4px;
}

.bd-star {
    color: #c7c7c7;
    font-size: 22px;
}

.bd-star.filled {
    color: #CE2027;
}

.bd-card-bottom {
    padding: 20px 20px;

    display: flex;
    align-items: flex-start;
}

.bd-meta {
    display: flex;
    font-size: 13px;
    flex-direction: column;
    width: 69% !important;
	
}

.bd-location {
    color: #666;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
    font-family: 'poppins';
}

.bd-price {
    color: #FBD610;
    font-weight: 500;
    font-size: 20px;
}

.bd-view-profile {
    display: block;
    text-align: right;
    color: #CE2027;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #CE2027;
    border-radius: 50px;
    padding: 9px 14px 9px 11px !important;
    width: 40%;
}

.bd-view-profile:hover {
    text-decoration: none;
    color: red;
}


.owl-carousel .owl-stage-outer {
    width: 102% !important;
    padding: 10px;
}


.elementor-nav-menu--main .elementor-item.elementor-item-active , .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover{
    
    
    color: #CE2027 !important;
    fill:  #CE2027 !important;    
    
}


.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{
    background-color:  #CE2027 !important;
}


.slick-prev:before {
    content: '<' !important;
	 margin-left: -50px !important;
}



input.button {
    background-color: #CE2027 !important;
    color: #FBD610 !important;
}



a.button.button-small {
    border-radius: 10px !important;
}




input#pm_send_message {
    	background-color: #FBD610 !important;
    color: #CE2027 !important;
}


li.job-package.job-package--stacked {
    text-align: left !important;
}


.content-box-inner {
    padding: 0px 0px !important;
    margin-top: 41px !important;
}



.swiper-backface-hidden .swiper-slide {
    margin-right: 0px !important;
    margin-left: 34px !important;
}



.swiper-button-prev, .swiper-button-next {
    background-color: #FBD610 !important;
    padding: 25px !important;
    border-radius: 234px !important;
    color: #CE2027 !important;
}

.job-packages.job-packages--stacked {
    display: flex !important;
    flex-direction: column !important;
    gap: 80px !important;
}


.content-box-inner {
    padding: 30px !important;
}







.comment-meta a, .commentlist a.comment-ago, div:not(.no-image) .star-rating:before, div:not(.no-image) .stars span a:before, .job_listing-author-descriptor, .entry-meta, .entry-meta a, .home-widget-description, .listings-by-term-content .job_listing-rating-count, .listings-by-term-more a, .search-form .search-submit:before, .mfp-content .mfp-close:before, div:not(.job-package-price) .woocommerce .amount, .woocommerce .quantity, .showing_jobs, .account-sign-in, .archive-job_listing-layout.button {
    color: #949db200 !important;
}


button.mfp-close.ekit-popup-close {
    border: none !important;
    color: white !important;
}

button.mfp-close.ekit-popup-close:hover {
    border: none !important;
    color: white !important;
	background-color:transparent !important;
}


@media (max-width: 768px) {
	
 .page-id-883 .page-cover.no-image .page-title {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    font-size: 37px !important;
}
	
}





div#wpforms-3291-field_9-container {
    margin-top: -216px !important;
}



.job-packages.job-packages--stacked {
    display: flex !important;
    flex-direction: column !important;
    gap: 80px !important;
}




span.listing-owner {
	background-color: #CE2027 !important; 
}





.verified-badge {
    display: inline-block !important;
    margin-left: 8px !important;
    font-size: 12px !important;   
    vertical-align: middle !important;
}


span.verified-badge {
    font-size: 14px !important;
    font-family: 'poppins';
    font-weight: 600 !important;
}



/* small remove button on checkout order summary items */
.lpcd-remove-btn {
    background: transparent !important;
    border: none !important;
    color: #d33 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 6px !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
}
.lpcd-remove-btn:hover { 
	color: #a00 !important;

}

.bd-name {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    font-family: 'poppins';
	display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: space-between !important;
    align-items: center !important;
	gap:7px !important;
}



.elementor-3553 .elementor-element.elementor-element-7668e14f > .elementor-widget-container {
    text-align: -webkit-center !important;
}

.elementor-3553 .elementor-element.elementor-element-1852c3b1 > .elementor-widget-container {
    text-align: -webkit-center !important;
}



/* .swiper-slide .company-row span {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
 
} */







.swiper-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.verified-badge {
    display: flex !important;
}

.swiper-slide img {
    border-radius: 9px !important;
}


.lpcd-remove-btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-left: -5px !important;
}



.swiper-slide .company-row {
    width: 116% !important;
    padding: 10px 10px !important;
	word-break: break-word !important; /* ensures Safari respects breaks */
  
}



/* For archive/search maps */
.job_listings-map,
#job_listing-map,
.listing-map {
    height: 700px !important; /* change 500px to your preferred height */
}

/* For single listing maps */
.single-job_listing .listing-map {
    height: 600px !important; /* adjust as needed */
}



.swiper-slide .company-row span {
  display: inline-block !important;
  max-width: 200px !important;       /* adjust as needed */
  white-space: normal !important;
  word-break: break-word !important; /* Safari fix */
  overflow-wrap: break-word !important; /* modern browsers */
  hyphens: none !important;          /* prevent splitting like Sup-plies */
}



a.registerLink {
    top: 7px !important;
    position: relative !important;
    left: 7px !important;
	color: #CE2027 !important;
}


a.registerLink::before {
  content: "Don’t have an account?" !important;
  margin-right: 2px; /* spacing between text and link */
  font-weight: normal; /* optional styling */
  color: black !important;/* optional color */
}


.page-id-1047 .row {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: nowrap !important; 
    margin-right: -15px !important;
    margin-left: -15px !important;
    flex-direction: row !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
}



.wpr-slider-sub-title {
    position: relative !important;
    top: 190px !important;
    z-index: 38595353 !important;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {

    font-size: 14px !important;
    margin-bottom: 7px !important;

}

.extra-fields.tradesperson-fields {
	margin-top:-20px !important;
}




@media (min-width: 990px) and (max-width: 1200px) {
	.pricingPlanHeading{
		        top: 1460px !important;
	}
	
	.bd-view-profile {
    width: 53% !important;
}
	
	span.headingSpan {
    width: 110% !important;
    font-size: 16px !important;
}
}




.listing-rating-count a{
	color:transparent !important;
}

.custom-stars {
    margin-top: -42px;
}

span.review-count {
    font-size: 17px;
}
span.star.filled {
    font-size: 29px;
	color:#FBD610;
}
span.star{
    font-size: 29px;
	color:#FBD610;
}

.listing-stars--single .listing-star {
    font-size: 0px !important;
    color: #FBD610 !important;
    margin: 0 12px !important;
}


.bd-star {
    color: #FBD610 !important;
}

span.headingSpan {
    width: 80% !important;
}

span.checkedSpan {
    width: 20% !important;
}


.map-marker i:after {
    background-color: #FBD610 !important;
    width: 45px !important;
    height: 45px !important;
    top: -17px !important;
    left: -7px !important;
}

.map-marker i:before {
    width: 32px !important;
    height: 33px !important;
    line-height: 22px;
    border-radius: 50%;
    background: #CE2027 !important;
    position: absolute;
    top: -10px !important;
    left: -1px !important;
    z-index: 5;
}

.map-marker i:before {
    color: #FBD610 !important;
    font-size: 27px !important;
    padding-top: 8px !important;
}



.map-marker:after {
    border-top-color: #FBD610 !important;
}


.cluster{
 background-color:#CE2027 !important;
}


.job_listing-entry-header .job_listing-title {
    font-size: 17px;
    margin: 0 0 .5em;
    line-height: 20px;
}

.style-grid .listing-featured-badge {
    margin-bottom: 1em;
    display: none;
}

.job_listing-recently_viewed_badge.active {
    top: 15px;
    display: none;
}

.listing-rating--single {
margin-right: 42px !important;
}


#search-this-location {
    background: #FBD610 !important;
    padding: 19px 23px !important;
    font-size: 17px !important;
    color: black !important;
}

.page-id-270 .banner {
    background-image: url(https://demo.localpostcodedirectory.co.uk/wp-content/uploads/2025/06/Group-87760@2x-scaled.png) !important;
    background-size: cover !important;
    background-position: center !important;
    height: 300px !important;
    position: relative !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.packages-heading {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 1px !important;
    color: #1a1a1a !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}


.ion-ios-settings:before {
    content: "";
	display:none !important;
}


.elementor-image-box-img a {
  pointer-events: auto !important;
}
.elementor-lightbox {
  display: none !important;
}








.menu-step-label {
  display: block !important;
  margin-top: 4px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* Optional: make it smaller on mobile */
@media (max-width: 767px) {
  .menu-step-label {
    font-size: 11px;
    color: #aaa;
  }
}

#menu-1-4bf83d1 a.elementor-item{
    display: flex !important;
    flex-direction: column !important;
}



small.description {
    display: none !important;
}