/*
Theme Name: Point Finder Child Theme
Description: Child theme for the Point Finder
Author: Webbu
Template: pointfinder
*/
@media screen and (min-width: 992px) {
	ul.pointfinder-terms-archive.pf-row ul.pf-child-term-main {
		position: absolute;
		width: calc(100% - 30px);
		display: none;
		z-index: 10;
		background: #ffffff;
	}
}
a#loadMore {
	background-color: #ec008c;
	color: #fff;
	border: 1px solid #efefef;
	padding: 20px;
	border-radius: 8px;
	height: auto;
	line-height: 0;
	font-size: 13px;
	display: inline-block;
}
.listingItem {
	display: none;
}
.listingItem.display {
	display: block;
	background-color: #e2e2e2;
	padding: 10px;
	margin: 0 7px;
}
/* Sonali */
.page-id-5762 .elementor-element-a09942e .pointfinder-listing .listingItem span img{
	width: 100%;
	max-width: 20%;
	height: 40px;
}
.page-id-5762 .elementor-element-a09942e .pointfinder-listing .listingItem a span:nth-of-type(2) {
	padding-left: 10px;
}
.page-id-5762 .elementor-element-a09942e .pointfinder-listing .listingItem{
	height: 100%;
	min-height: 85px;
}
.listingItem.display{
	margin-bottom: 7px;
}
.page-id-5762 .elementor-element-a09942e .pointfinder-listing  .col-lg-4{
	width: 30.3333%;
}
@media screen and (max-width: 768px) {
	.page-id-5762 .elementor-element-a09942e .pointfinder-listing{
		padding-right: 10px;
		padding-left: 0;
	}
	.page-id-5762 .elementor-element-a09942e .pointfinder-listing  .col-sm-12{
		width: 48%;
	}
}
@media screen and (max-width: 578px) {

	.page-id-5762 .elementor-element-a09942e .pointfinder-listing  .col-sm-12{
		width: 100%;
	}
}


