footer a.logo img {
content: url('https://mrhproperties.ca/wp-content/themes/mrh/src/icons/logo-dark.svg');
	transform: scale(1.35);
	transform-origin: 0 0;
}

.the-paulin li:has(> .property-suites-price):first-child > .property-suites-price:after{
	content: '';
	white-space: pre;
}

.the-paulin li:has(> .property-suites-price):nth-child(2) > .property-suites-price:after{
	content: '';
	white-space: pre;
}

.the-paulin li:has(> .property-suites-price):nth-child(5) > .property-suites-price:after{
	content: '';
	white-space: pre;
}
/* 
li:has(> .property-suites-price):nth-child(3) > .property-suites-price:after{
	content: '\A Fully leased';
	white-space: pre;
} */

/* div:has(> h4) > p {
	display: none;
} */

div:has(> h4) > p {
		display: none;
	}

.resident-portal-button a {
    background: #0087b5;
    color: #ffffff !important;
    padding: 12px 18px;
    border-radius: 0;
    font-weight: 700;
    display: inline-block;
}

.resident-portal-button a:hover {
    opacity: 0.85;
}

/* Resident Portal Login menu button */
.menu-item.resident-login-menu-button > a,
.resident-login-menu-button > a {
    background: transparent !important;
    color: #0b263f !important;
    border: 2px solid #0b263f;
    padding: 8px 14px !important;
    margin-left: 20px;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700;
    border-radius: 0;
    height: auto !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Hover style */
.menu-item.resident-login-menu-button > a:hover,
.resident-login-menu-button > a:hover {
    background: #0b263f !important;
    color: #ffffff !important;
    border-color: #0b263f;
}

/* Prevent the menu item itself from becoming a giant block */
.menu-item.resident-login-menu-button,
.resident-login-menu-button {
    background: transparent !important;
    height: auto !important;
}

/* Tablet / mobile menu: spacing for Resident Portal Login */
@media (max-width: 1280px) {
    .resident-login-menu-button {
        margin-top: 28px !important;
        margin-left: 0 !important;
        transform: none !important;
    }

    .resident-login-menu-button > a {
        position: static !important;
        left: auto !important;
        display: inline-flex !important;
        width: auto !important;
        padding: 10px 18px !important;
        margin-left: 0 !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
    }
}