
.wpbdp-form-field-id-55,
.wpbdp-form-field-id-56 {
	display: none;
}

.listing-hero-grid {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: 100% 100%;
	column-gap: 10px;
	row-gap: 10px;
}
.listing-hero-grid .left-box,
.listing-hero-grid .right-box {
	grid-column: span 2;
	grid-row: span 2;
}

#listing-video-button {
	//display: none;
}

#wpbdp-categories {
	display: none;
}
.wpbdp-grid.listings .fl-builder-module-template {
	grid-column: span 4 / span 4;
}
.category-listing-post-wrapper.no-border .fl-post-grid-post {
	border: none;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.category-listing-post-wrapper.no-border .fl-post-grid-post .fl-builder-content-402,
.category-listing-post-wrapper.no-border .fl-post-grid-post .fl-builder-content-402 > .fl-module-box,
.wpbdp-grid.list .fl-builder-content-402 > .fl-module-box {
	height: 100%;
}
.category-listing-wrapper {
	/* border: 1px solid #cccccc; */
}
.category-listing-wrapper h2 {
	font-size: 25px;
	margin-bottom: 0px;
}

.category-listing-wrapper .category-listing-meta {
	font-size: 16px;
	display: grid;
	grid-template-columns: repeat(2,auto);
}
.category-listing-wrapper .category-listing-reviews {
	font-size: 16px;
}
.category-listing-wrapper .category-listing-reviews a div {
	display: inline-block;
}
.category-listing-wrapper .category-listing-button {
	border: 1px solid #212D44;
}
.category-listing-wrapper .category-listing-button a {
	background: transparent;
	border: none;
	color: #212D44;
	border-radius: 0px;
}
.category-listing-wrapper .category-listing-button a:hover {
	background:#212D44;
}
.category-listing-wrapper .category-listing-button a:hover * {
	color: #ffffff;
}
.category-listing-wrapper img {
	width: 100%;
}
.favourite-heart-wrapper {
	z-index: 1;
	padding-top: 10px;
	padding-right: 10px;
	justify-self: end;
}
.favourite-heart-mobile-wrapper {
	justify-items: center;
	display: flex
}

.favourite-heart-mobile-wrapper .favourite-heart-a {
	min-width: 25px;
	min-height: 25px;
}
.favourite-heart {
	color: var(--dark-blue);
	cursor: pointer;
	font-size: 25px;
}

.vr-tour-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.vr-tour-wrapper {
		flex-direction: column;
	}
	.listing-vr-button {
		display: none;
	}
}
.vr-tour-item {
	aspect-ratio: 6 / 4;
}
@media only screen and (max-width: 768px) {
	.vr-tour-item {
		aspect-ratio: unset;
	}
}
.vr-tour-item iframe {
	height: 100%;	
}
.load-more-content {
	color: var(--dark-blue)!important;
}
.reveal-details.expanded {
	max-height: max-content;
}

.listing-ratings .ratings {
	background-color: white;
	border: none;
}

.listing-vr-button a {
	color: white!important;
	text-decoration: underline;
}

.wpbdp-form-field-association-meta .wpbdp-half:nth-child(2) {
	display: none;
}

@media (max-width: 560px) {
	#wpbdp-contact-me {
		display: none!important;
	}
	.wpbdp-listing-contact-form .wpbdp-hide-on-mobile {
		display: block !important;
	}
}

.button-wrapper {
	margin-top: 50px;
}

.listing-featured-image img,
.listing-featured-image iframe {
	border-radius: 5px;
}
#listing-gallery {
	display: none;
}
.gallery-module-wrapper {
	height: 100%;
}
.gallery-wrapper {
	height: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
	display: flex
}
.gallery-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0px;
	min-height: 70vh!important;
	width: 33%!important;
}
@media only screen and (max-width: 768px) {
	.gallery-image {
		width: 100%!important;
	}
}
.gallery-wrapper.image-count-1 .gallery-image {
	margin: 0 auto;
	width: 100%!important;
}
.gallery-wrapper.image-count-2 .gallery-image {
	margin: 0 5px;
	width: 50%!important;
}
.gallery-image.slick-center {
	margin: 0 10px;
}
@media only screen and (max-width: 768px) {
	.gallery-image.slick-active {
		margin: 0 0;
		padding: 0;
	}
}
.gallery-wrapper .slick-prev,
.gallery-wrapper .slick-next {
	position: absolute;
	top: 50%;
	z-index: 20;
	opacity: 1;
}
.gallery-wrapper .slick-prev:before,
.gallery-wrapper .slick-next:before {
	font-family: "Font Awesome 6 Duotone";
	color: white !important;
	background-color: var(--dark-blue);
	border-radius: 50%;
	font-size: 35px;
}
.gallery-wrapper .slick-prev {
	left: 32%;
}
.gallery-wrapper .slick-next {
	right: 33%;
}
@media only screen and (max-width: 768px) {
	.gallery-wrapper .slick-prev {
		left: 3%;
	}
	.gallery-wrapper .slick-next {
		right: 3%;
	}
}

.gallery-wrapper-grid {
	position: relative;
}
button.masonry-images {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: white;
	color: var(--dark-blue);
	border: 1px solid var(--dark-blue);
	font-size: 16px;
	padding: 10px 20px;
}
button.masonry-images:hover {
	background-color: var(--dark-blue);
	color: white;
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 200px);
	gap: 10px;
	margin: 10px;
}
.gallery-grid .gallery-image-grid:first-of-type {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
}
@media only screen and (max-width: 768px) {
	.gallery-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 200px);
		gap: 10px;
		margin: 10px;
	}
	.gallery-grid .gallery-image-grid:first-of-type {
		grid-row: 1 / 1;
		grid-column: 1 / 3;
	}
}
.gallery-grid .gallery-image-grid {
	width: 100%!important;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}
.gallery-grid .gallery-image-grid iframe {
	border-radius: 20px;
}
.grid-sizer,
.grid-item { 
	width: 32%; 
}
.grid-item { 
margin-bottom: 10px;
}