/*
Theme Name: Resido Child
Theme URI: https://resido-v2.smartdemowp.com/intro/
Template: resido
Author: SmartDataSoft
Author URI: http://smartdatasoft.com
Description: Resido is a premium real estate listing &amp; directory WordPress theme with an advanced admin dashboard that will help you create a local or global real-estate directory site. This theme is perfectly suitable for any agency, agent, property, real estate, rental, corporate, apartment, house, hotels, and all types of real estate directory services.
Tags: accommodation,airbnb,availability calendar,booking,geolocation,google maps,holiday rentals,listing,property,real estate,real estate agency,real estate agent,real estate search,realtor,vacation rentals
Version: 3.6.1.1751379547
Updated: 2025-07-01 14:19:07

*/

/* HEADER */
ul.nav-menu.nav-menu-social {
    display: none;
}
.acf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.acf-column {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 8px;
	color: #1266E3;
	font-size: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: column;
}

.acf-column i {
	font-size: 18px;
	min-width: 20px;
}
.price-show sub {
    display: none;
}

@media only screen and (min-width: 992px) {
	.header .navigation {
    display: flex;
    justify-content: space-between;
}
}