/*!
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;
	font-size: 13px;
}

/**
 * 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;
}

@media (max-width: 768px) {
	.r360-maps-category-filter {
		flex-wrap: wrap;
	}
}

.r360-maps-location-panel {
	order: 3;
}

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


.r360-maps .r360-maps-location {
	padding: 1rem 2rem;
}

.r360-maps .r360-maps-location span {
	color: #333;
	position: relative;
	padding-bottom: 3px;
}

.r360-maps .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 .r360-maps-location span:hover {
    color: #997e48;
}

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

@media (max-width: 768px) {
	.map_section {
		padding: 0;
	}
	
	.r360-maps-location-panel {
		padding: 0!important;
	}
	
	.r360-maps-category-filter {
		flex-direction: column;
	}
	.r360-maps-filter-tab {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.goog-te-gadget {
		display:none !important;
	}
}

.r360-maps {
  & .r360-maps-location-panel {
    --tw-bg-opacity: 1;
    background-color: #f8f9fa !important;
	  text-align: center;
  }
}
.r360-maps-location-panel {
    counter-reset: location-counter;
	
}

.r360-maps-location-panel .r360-maps-category {
    display: block !important;
    width: 100%;
}

.r360-maps-location-panel .r360-maps-category .locations-wrap,
.r360-maps-location-panel .r360-maps-category .r360-maps-locations {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 40px !important;
    width: 100% !important;
}

.r360-maps-location-wrapper {
    display: inline-flex !important;
    align-items: flex-start !important;
    width: auto !important;
    flex: 1 1 0 !important;
	margin-right: 50px;
}

.r360-maps-location {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    width: auto !important;
	margin-bottom:20px;
}

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


@media (max-width: 768px) {
    .r360-maps-location-panel .r360-maps-category .locations-wrap,
    .r360-maps-location-panel .r360-maps-category .r360-maps-locations {
        flex-direction: column !important;
        gap: 20px !important;
    }
}

.header_logo h4 {
	font-size:18px;
	font-weight: 500;
}

.header_links ul li.header_link_phone {
  position: relative;
  font-size: 15px;
}

#google_translate_element {
	display:none;
}

.page-id-928 .content_block_image, .page-template-template-story .content_block_image  {
	background-position: center !important;
}

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

body.page-template-template-home .header_content_inner .row {
  background-color: #00000050 !important;
}

.header_content_inner h2, .header_content_inner h1 {
	background: none !important;
}

.header_link_phone {
	margin-bottom:10px;
}

/* 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;
}

.page-id-29 .header_content_inner .row {
  background-color: #00000050 !important;
	padding-top:20px;
		padding-bottom: 20px;
}

.floorplan_items_wrap {
  margin-bottom: 40px;
}