/* Terms */
/*.single-project .term-group{
	text-align: center;
	font-size: 18px;
}
.single-project .term-name{
	font-weight: 700;
	margin-right: 15px;
}
.single-project .term-value{
 	border-bottom: 2px solid #1b83c2;
 	margin-right: 15px;
 	display: inline-block;
}

.post-type-archive-project .term-name{
	font-weight: 700;
	margin-right: 5px;
	display:inline-block;
}
.post-type-archive-project .term-value{
	margin-right: 5px;
	display: inline-block;
}

.post-type-archive-project .fl-post-more-link{
	margin-bottom: 15px;
}

.post-type-archive-project .fl-post-feed-post{
	padding-bottom: 25px;
	margin-bottom: 25px !important;
}*/

/* Gallery */
/*.acf-gallery-item{
	margin-bottom: 25px;
	
}
.acf-gallery-item img{
	border: 5px solid transparent;
	border: 5px solid #1b83c2;
}
.acf-gallery-item img:hover{
	border: 5px solid #f89f31;
}

.widget_search_filter_register_widget h4{
	border-bottom: 3px solid #f89f31;
	display: inline-block;
	color: #1b83c2;
	padding-bottom: 0;
	font-weight: 700;
	margin-bottom: 10px;
}

.post-type-archive-project .fl-post-feed-post h2 a{
	border-bottom: 3px solid #f89f31;
	display: inline-block;
	color: #1b83c2;
	margin-bottom: 10px;
}
.post-type-archive-project .fl-post-feed-post h2 a:hover{
	color: #f89f31;
}

.single-project h2{
	display: inline-block;
	border-bottom: 3px solid #f89f31;
	color: #1b83c2;
}

.single-project .post-content{
	font-size: 16px;
}*/

.after-gallery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.after-gallery .gallery-item {
    flex-basis: 24%;
    text-align: center;
}

p.location, p.price {
    font-size: 26px;
}

.fancybox-overlay {
    background: rgb(0 0 0 / 62%);
}

.after-gallery .gallery-item {
    margin: 0 4px;
}