/*!
Theme Name: Boulder Ridge
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bowery
*/

img {
    max-width: 100%;
    height: auto;
}
.amenities-intro-text{
text-align:center;
margin:10px auto 50px;
}

.floors-intro-text{
text-align:center;
margin:50px auto 10px;
}


.header-container {
    width:96%;
}

@media screen and (min-width: 1400px) {
.header-container {
    width:90%;
}
}
.pre_footer_email a{
	color: inherit;
}

/**
 * Map
 */

.iframe-map {
	border: 0;
}

.poi-list {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.poi-list ul {
    margin-bottom: 25px;
}

.pois-map {
	display: flex;
	flex-direction: column;
}

.r360-maps-category-filter {
	order: 2;
}

.r360-maps-location-panel {
	order: 3;
	width: 100% !important;
	box-sizing: border-box;
	background-color: #f8f9fa !important;
}

.r360-maps .category-name {
	font-size: 120%;
}

.r360-maps-location-panel {
	counter-reset: location-counter;
}

.r360-maps-location-panel .r360-maps-category {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.r360-maps-location-panel .r360-maps-category .locations-wrap,
.r360-maps-location-panel .r360-maps-category .r360-maps-locations {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-auto-flow: row !important;
	column-gap: 60px !important;
	row-gap: 24px !important;
	width: 100% !important;
	max-width: 100% !important;
	align-items: start !important;
}

.r360-maps-location-wrapper {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
}

.r360-maps-location {
	display: flex !important;
	align-items: flex-start !important;
	width: 100% !important;
	padding: 0 !important;
	text-align: left !important;
	line-height: 1.4 !important;
	min-width: 0 !important;
}

.r360-maps-location span,
.r360-maps-location a {
	display: block !important;
	width: 100% !important;
	color: #333;
	position: relative;
	padding-bottom: 3px;
	word-break: break-word;
}

.r360-maps-location span::after {
	content: "";
	width: 0;
	height: 1px;
	background: var(--secondary-color);
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all 0.3s;
}

.r360-maps-location span:hover {
	color: #997e48;
}

.r360-maps-location span:hover::after {
	width: 100%;
	left: 0;
}

.r360-maps-location::before {
	content: counter(location-counter);
	counter-increment: location-counter;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 999px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-right: 14px;
	margin-top: 2px;
	flex-shrink: 0;
}

.r360-maps-location-wrapper:empty,
.r360-maps-location-wrapper .r360-maps-location:empty,
.r360-maps-location-wrapper .r360-maps-location span:empty,
.r360-maps-location-wrapper .r360-maps-location a:empty,
.r360-maps-location-wrapper:not(:has(span)):not(:has(a)) {
	display: none !important;
}

@media (max-width: 1024px) {

	.r360-maps-location-panel {
		padding: 50px 40px !important;
	}

	.r360-maps-location-panel .r360-maps-category .locations-wrap,
	.r360-maps-location-panel .r360-maps-category .r360-maps-locations {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 40px !important;
	}

}

@media (max-width: 768px) {
    .header_content {
        margin-top: 80px;
    }

	.map_section {
		padding: 0;
	}

	.r360-maps-category-filter {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.r360-maps-filter-tab {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.r360-maps-location-panel {
		padding: 40px 24px !important;
	}

	.r360-maps-location-panel .r360-maps-category .locations-wrap,
	.r360-maps-location-panel .r360-maps-category .r360-maps-locations {
		grid-template-columns: 1fr !important;
		column-gap: 0 !important;
		row-gap: 20px !important;
	}

	.goog-te-gadget {
		display: none !important;
	}
	.page-template-template-contact .pre_footer_section .row {
	    flex-direction: column-reverse;
	}
}

#google_translate_element {
	display:none;
}

.page-template-template-story .content_block_image  {
	background-position: center top 15% !important;
}

.page-template-template-story .header_content {
	background-position: top center !important;
}

/* FAQs */
.faqs-section {
	padding: 40px 0;
}

.faqs-section h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 44px;
}

@media (max-width: 768px) {
	.faqs-section h1 {
		font-size: 28px;
        line-height: 34px;
	}
}

@media (min-width: 768px) {
	.faqs-section {
		padding: 80px 0;
	}
}

.faqs-section .faqs {
	margin: 60px 0 10px;
}

.faqs-section .faq {
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.faqs-section .faq-question {
	font-size: 18px;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
	padding-right: 45px;
}

.faqs-section .faq-question .toggle-arrow {
	position: absolute;
	top: 3px;
	width: 24px;
	height: 24px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqs-section .faq-question i {
	transition: all 0.2s;
}

.faqs-section .faq-question.open .toggle-arrow i {
	transform: rotate(180deg);
}

.faqs-section .faq-answer {
	padding: 0 0 20px;
	display: none;
}

/* Social Feed */
.social-feed-section {
	padding: 80px 0;
}

.instagram-gallery-feed .swiper-button-prev,
.instagram-gallery-feed .swiper-button-next  {
	background: #fff;
}

.instagram-gallery-feed .swiper-button-prev {
	left: 10px!important;
}

.instagram-gallery-feed .swiper-button-next {
	right: 10px!important;
} 

.instagram-gallery__button {
	background: var(--primary-color)!important;
	padding: 14px 25px!important;
	text-transform: uppercase!important;
	font-family: "futura-pt"!important;
	letter-spacing: 1px;
	font-weight: normal!important;
	border-radius: 0!important;
}

.social-feed-section h2 {
    font-size: 50px;
    line-height: 46px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
}

/* Schedule Tour */
.schedule-tour h2 {
    text-align: center;
    font-family: "quiche-display";
    font-size: 44px;
    margin-bottom: 40px;
}

.header_content_inner .row {
  background-color: #00000094;
  padding-bottom: 0.8em;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.header_content_inner h2 {
	background-color: transparent !important;
}

.header_logo img {
  max-width: 50% !important;
}

.r360-maps-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  max-width: 800px;
  margin: 0 auto;
}