/*!
Theme Name: Mi-Place™at Brightmoor
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
*/

nav.navbar ul li a { font-weight:700 !important; }

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%;
}
}
.siteMap{
	width:80%;
	margin: 0 auto;
}
.buttonResidents{
margin-top: 10px;
    display: inline-block;
    background: #5d9732;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 16px;
    color: #fff;
    min-width: 200px;
    transition: all 0.3s;
}
.buttonResidents:hover{
	color:#fff;
	transform:scale(1.1);
}
.page-id-29 .header_content{
	background-position: top!important;
	margin-top: 4rem;
}
.page-id-33 .header_content{
	background-position: top!important;
	margin-top: 4rem;
}
#sitemap-img{
	transition: 500ms ease-in-out;
}
#sitemap-img:hover{
	transform:scale(1.5);
}
.content_block_content_inner ul li.paw-print::before, .content_block_style_white .content_block_content_inner ul li.paw-print::before {
    background-image: url(/wp-content/uploads/2023/11/paw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    opacity: 1;
	z-index:999;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 30px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
	z-index:999;
}

.carousel-indicators {
    bottom: 25px;
	z-index:999;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
	z-index:999;
}

.carousel-indicators .active {
    background-color: #fff;
	z-index:999;
}