@media (max-width: 1639px) {
    #services .item {
        width: 20%;
    }
    #services .item a {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1399px) {
    #header {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 35px;
        padding-right: 35px;
    }
    #header.sticky {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #header .logo img {
        max-height: 100px;
    }
    #header.sticky .logo img {
        max-height: 65px;
    }

    #hero img {
        height: 700px;
    }

    #services .container-fluid .row {
        margin: 0 7px;
    }
    #services .item {
        width: 33.333%;
    }
    #services .item a:hover {
        transform: scale(1.07);
    }

    .unit-tabs ul li {
        padding: 35px 50px;
    }
}

@media (max-width: 1199px) {
    #header {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #header.sticky {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .logo img {
        max-height: 45px;
    }

    .navbar-toggler {
        padding: 8px 11px 9px 11px;
    }
    .navbar-collapse ul#main-menu {
        position: fixed;
        width: 100%;
        top: 106px;
        left: 0;
        padding: 30px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
    }
    #header.sticky .navbar-collapse ul#main-menu {
        top: 86px;
    }
    .navbar-collapse.show ul#main-menu {
        transform: scaleY(1);
    }    
    .navbar-toggler:not(.collapsed) .top-bar,
    .navbar-toggler:not(.collapsed) .bottom-bar {
        margin-left: 3px;
    }
    #header .navbar ul#main-menu > li {
        width: 100% !important;
        margin-top: 0 !important;        
    }
    #header .navbar ul#main-menu > li > a {
        color: #000 !important;
        padding: 0;
        margin: 13px 9px;
        border-bottom: 0;
    }
    #header .navbar ul#main-menu > li.current-menu-item > a,
    #header .navbar ul#main-menu > li:hover > a {
        color: #748692 !important;
        border: 0 !important;
        background-color: transparent;
    } 
    #header .navbar #main-menu > li.menu-item-has-children > a::after {
        display: none;
    }
    #header .navbar #main-menu > li.menu-item-has-children > span.mobile-dropdown {
        width: 42px;
        height: 42px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    #header .navbar #main-menu > li.menu-item-has-children > span.mobile-dropdown.active-child {
        background-color: rgba(108, 0, 3, .3);
    }
    #header .navbar #main-menu > li.menu-item-has-children > span.mobile-dropdown::after {
        content: "\f107";
        color: #748692;
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: 600;
        line-height: 42px;
        border: 0;
        padding: 0;
    }
    #header .navbar ul#main-menu > li:hover > a::before, 
    #header .navbar ul#main-menu > li.current-menu-item > a::before {
        display: none !important;
    }
    #header .navbar ul#main-menu > li ul.dropdown-menu {
        position: relative;
        padding: 0 0 10px 40px;
        border: 0 !important;
        box-shadow: 0 0 0;
    }

    #hero-sub {
        height: 540px;
    }
    #hero img {
        height: 600px;
		object-fit: cover;
		
    }
    #hero h1, #hero-sub h1 {
        font-size: 64px;
    }
    #hero a, #virtual .contact a, .neighborhood a, .virtual-tour-btn a {
        font-size: 26px;
        padding: 12px 60px 13px 60px;
    }
    #hero a {
        margin: 35px auto 45px;
    }
    #hero .carousel-indicators {
        bottom: 40px;
    }

    #virtual h1, #services h1, .virtual-tour h1, .unit-features h1, .unit-plans h1 {
        font-size: 40px;
    }

    #contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #contact .address img {
        max-height: 60px;
    }
    #contact .address p:first-of-type {
        margin-right: 29px;
        margin-left: 0px;
    }
    #contact .address p:first-of-type::after {
        right: -20px;
    }
    #contact .address a {
        width: 333px;
        font-size: 16px;
    }

    #contact .dmg img {
        height: 65px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #contact .dmg p {
        font-size: 17px;
    }

    #footer .logos img {
        margin-right: 25px;
        max-height: 35px;
    }

    #page-wrapper #main, #index-wrapper #main, #single-wrapper #main {
        padding-top: 60px;
    }

    #page-wrapper .page-headline {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-template-virtual #main p {
        margin-bottom: 60px;
    }
    .page-template-virtual #main p::before {
        left: -14px;
    }

    #contact-form h1 {
        font-size: 36px;
    }

    .unit-tabs ul li {
        padding: 25px 38px;
    }
    .unit-tabs ul li h2 {
        font-size: 24px;
    }

    .unit-content {
        padding-top: 60px;
    }
    .unit-content .headline > div {
        padding: 45px 45px 50px 45px;
    }
    .unit-content .headline h2 {
        font-size: 40px;
    }
    .unit-content .headline h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    #hero-sub {
        height: 500px;
    }

    #about p {
        font-size: 18px;
        line-height: 30px;
    }

    #virtual h1, #services h1, .virtual-tour h1, .unit-features h1, .unit-plans h1 {
        font-size: 36px;
    }
    #virtual p, #services p, .virtual-tour p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 35px 0;
    }

    #services .item a {
        height: 200px;
    }
    #services .item a h2 {
        font-size: 20px;
        padding: 0 30px;
    }

    #contact .address img {
        max-height: 50px;
    }
    #contact .address p {
        font-size: 16px;
    }
    #contact .address p:first-of-type {
        margin-right: 10px;
    }
    #contact .address p:first-of-type::after {
        content: ',';
        right: -5px;
    }
    #contact .address a {
        width: 277px;
        font-size: 15px;
    }

    #contact .dmg img {
        height: 60px;
        border-width: 1px;
    }
    #contact .dmg h3 {
        font-size: 16px;
    }
    #contact .dmg a {
        font-size: 18px;
    }
    #contact .dmg p {
        font-size: 16px;
        line-height: 21px;
        padding-left: 50px;
    }

    #page-wrapper #main, #index-wrapper #main, #single-wrapper #main {
        padding-top: 50px;
    }

    #page-wrapper .page-headline {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #page-wrapper .page-headline p {
        font-size: 18px;
        line-height: 30px;
    }

    #index-wrapper #main {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li, #widget-area ul li {
        font-size: 18px;
        line-height: 30px;
    }

    #contact-wrapper h2 {
        font-size: 22px;
    }

    #contact-form h1 {
        font-size: 30px;
        margin: 0 0 30px 0;
    }
    .form-control {
        padding: 20px 25px 19px 25px;
    }
    input[type="submit"].wpcf7-submit {
        padding: 16px 70px;
    }

    .neighborhood .photo img {
        margin-top: 70px;
    }

    .page-template-virtual #main p {
        margin-bottom: 50px;
    }
    .page-template-virtual #main p::before {
        width: 120px;
        height: 120px;
        top: -35px;
        left: -48px;
    }

    .unit-tabs ul {
        overflow-x: scroll;
    }
    .unit-tabs ul li {
        width: 160px;
        flex: 0 0 160px;
        padding: 20px 30px;
    }
    .unit-tabs ul li h2 {
        font-size: 22px;
    }
    .unit-tabs ul li p {
        font-size: 17px;
    }

    .unit-content {
        padding-top: 50px;
    }
    .unit-content .headline h2 {
        font-size: 34px;
    }
    .unit-content .headline h3 {
        font-size: 23px;
    }
    .unit-content .content p {
        font-size: 19px;
    }
    .unit-content .content span {
        font-size: 18px;
    }

    #sidebar-area {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #hero-sub {
        height: 500px;
    }
    #hero h1, #hero-sub h1 {
        font-size: 50px;
    }
    #hero a, #virtual .contact a, .neighborhood a, .virtual-tour-btn a {
        font-size: 24px;
        padding: 11px 40px 13px 40px;
    }
    #hero a {
        margin: 35px auto 40px;
    }
    #hero .carousel-indicators {
        bottom: 30px;
    }

    #about p {
        font-size: 17px;
        line-height: 28px;
    }

    #virtual h1, #services h1, .virtual-tour h1, .unit-features h1, .unit-plans h1 {
        font-size: 33px;
    }
    #virtual p, #services p, .virtual-tour p {
        font-size: 17px;
        line-height: 28px;
        margin: 15px 0 30px 0;
    }

    #services .container-fluid .row {
        margin: 0;
    }
    #services .item {
        width: 50%;
    }

    #contact {
        text-align: center;
    }
    #contact .address > div {
        justify-content: center !important;
    }
    #contact .address p {
        margin: 25px 0 0 0;
    }
    #contact .address a {
        margin: 25px auto 60px;
    }

    #contact .dmg {
        text-align: center !important;
    }
    #contact .dmg p {
        max-width: 289px;
        padding-left: 0;
        margin: 5px auto 0;
    }

    #footer {
        padding: 40px 0;
    }
    #footer .row > div {
        justify-content: center;
    }
    #footer .copy-menu {
        flex-direction: column-reverse;
    }
    #footer .copy-menu p {
        font-size: 13px;
        margin: 7px 0 0 0;
    }
    #footer .copy-menu ul {
        margin-top: 20px;
    }
    #footer .copy-menu ul li:after {
        left: -18px;
    }
    #footer .copy-menu ul li:first-of-type::after {
        display: none;
    }

    #page-wrapper #main, #index-wrapper #main, #single-wrapper #main {
        padding-top: 40px;
    }

    #page-wrapper .page-headline {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #page-wrapper .page-headline p {
        font-size: 17px;
        line-height: 28px;
    }

    #single-wrapper h1.entry-title, .entry-content h2, .entry-content h3, .entry-content h4, #widget-area h3 {
        font-size: 22px;
        line-height: 30px;
    }
    #single-wrapper h1.entry-title {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .entry-content h3, #widget-area h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .entry-content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li, #widget-area ul li {
        font-size: 17px;
        line-height: 28px;
    }

    #contact-wrapper h2 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    #contact-wrapper .contact a {
        margin-top: 20px;
    }
    #contact-wrapper .info {
        margin-top: 30px;
    }    
    #contact-wrapper .info h2:not(:first-of-type) {
        margin-top: 25px;
    }

    #contact-form h1 {
        font-size: 26px;
        margin: 0 0 25px 0;
    }
    .form-group {
        margin-bottom: 0.5rem !important;
    }
    .form-control {
        padding: 19px 20px 17px 20px;
        font-size: 17px;
    }
    input[type="submit"].wpcf7-submit {
        font-size: 20px;
    }

    #map iframe {
        height: 450px !important;
    }

    .neighborhood.color {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .neighborhood .photo img {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .neighborhood .photos img {
        width: 100%;
        height: auto;
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    .page-template-virtual #main p {
        font-size: 15px;
        line-height: 20px;
        font-style: italic;
        margin-bottom: 40px;
    }
    .page-template-virtual #main p::before {
        display: none;
    }

    .unit-tabs ul li {
        width: 140px;
        flex: 0 0 140px;
    }
    .unit-tabs ul li h2 {
        font-size: 20px;
    }

    .unit-content .headline > div {
        padding: 35px;
    }
    .unit-content .headline h2 {
        font-size: 30px;
    }
    .unit-content .headline h3 {
        font-size: 21px;
    }

    .unit-content .content {
        margin-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .unit-content .content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    #hero-sub {
        height: 380px;
    }

    .navbar-collapse ul#main-menu {
        padding: 25px;
    }
    #header .navbar ul#main-menu > li > a {
        margin: 11px 0;
    }

    #hero .carousel-caption {
        left: 8%;
        right: 8%;
    }
    #hero h1, #hero-sub h1 {
        font-size: 40px;
        line-height: 48px;
    }
    #hero a, #virtual .contact a, .neighborhood a, .virtual-tour-btn a {
        font-size: 22px;
        padding: 11px 30px 13px 30px;
    }

    #about p {
        font-size: 16px;
        line-height: 26px;
    }
    #about p span, .page-template-virtual #main .entry-content strong {
        font-size: 19px;
    }

    #virtual p, #services p, .virtual-tour p {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0 25px 0;
    }
    #virtual .contact a {
        margin: 45px auto 0;
    }
    #virtual #viewer-1 {        
        width: calc(100% - 30px);
        height: 550px !important;
        margin: 0 15px;
        overflow: hidden;
    }
    #virtual #viewer-1 > div {
        width: calc(100% - 30px) !important;
        left: 15px !important;
        right: 15px !important;
        overflow: hidden;
    }

    #services .item {
        width: 100%;
    }
    #services .item a {
        width: 100%;
        margin: 15px 0 0 0;
    }

    #contact .address img {
        max-height: 48px;
    }
    #contact .address p {
        font-size: 15px;
        margin: 20px 0 0 0;
    }
    #contact .address a {
        width: 266px;
        margin: 20px auto 40px;
    }

    #contact .dmg img {
        height: 57px;
    }
    #contact .dmg h3 {
        font-size: 15px;
    }
    #contact .dmg p {
        font-size: 15px;
    }

    #footer {
        padding: 30px 0 100px 0;
    }
    #footer .row > div {
        justify-content: center !important;
        padding: 0 50px;
        flex-wrap: wrap;
    }
    #footer .logos img {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .grecaptcha-badge {
        bottom: 90px !important;
    }

    #page-wrapper #main, #index-wrapper #main, #single-wrapper #main {
        padding-top: 30px;
    }

    #page-wrapper .page-headline {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #page-wrapper .page-headline p {
        font-size: 16px;
        line-height: 26px;
    }

    #index-wrapper #main .blog-item {
        margin-bottom: 1rem !important;
    }

    h1, h2, h3, h4 {
        padding: 10px 0;
    }
    #single-wrapper h1.entry-title, .entry-content h2, .entry-content h3, .entry-content h4, #widget-area h3 {
        font-size: 21px;
        line-height: 30px;
    }
    #single-wrapper h1.entry-title {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .entry-content h3, #widget-area h3 {
        font-size: 19px;
        line-height: 29px;
    }
    .entry-content h4 {
        font-size: 17px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li, #widget-area ul li {
        font-size: 16px;
        line-height: 26px;
    }

    #contact-wrapper h2 {
        font-size: 19px;
    }
    #contact-wrapper .contact a p, #contact-wrapper .info p {
        font-size: 16px;
        line-height: 26px;
    }
    #contact-wrapper .info p a:last-of-type {
        display: block;
    }

    #contact-form h1 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .form-group {
        margin-bottom: 0 !important;
    }
    .form-control {
        padding: 19px 20px 16px 20px;
        font-size: 16px;
    }
    input[type="submit"].wpcf7-submit {
        font-size: 18px;
        padding: 15px 50px;
        margin-top: 15px;
    }

    .neighborhood.color {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .page-template-virtual #main p {
        margin-bottom: 30px;
    }

    .unit-tabs ul li {
        width: 130px;
        flex: 0 0 130px;
        padding: 17px 20px;
    }

    .unit-content .headline > div {
        padding: 30px;
    }
    .unit-content .headline h2 {
        font-size: 26px;
    }
    .unit-content .headline h3 {
        font-size: 19px;
    }

    .unit-content .content {
        padding-left: 45px;
        padding-right: 45px;
    }
    .unit-content .content p {
        font-size: 17px;
    }
    .unit-content .content span {
        font-size: 16px;
    }

    .unit-content .photo {
        margin-top: 40px;
    }

    .virtual-tour::before {
        width: 306px;
        height: 308px;
    }

    .unit-plans .item .image {
        height: calc(100% - 72px);
    }
    .unit-plans .item h2 {
        font-size: 26px;
    }
    .unit-plans .item p {
        font-size: 16px;
    }
    .unit-plans .item a {
        font-size: 16px;
        padding: 10px 30px 11px 30px;
    }

    .virtual-tour iframe {
        height: 550px !important;
    }
}