@charset "UTF-8";

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../fonts/Gotham-ExtraLight.woff2') format('woff2'),
    url('../fonts/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../fonts/Gotham-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
    url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
    url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/* -- Hall Arts Custom Styles -- */

* {
    outline: none !important;
    text-decoration: none !important;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    color: #4D4D4F;
    overflow-x: hidden;
    max-width: 100vw;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}

p {
    font-weight: 300;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-eq-height > [class^=col] {
    display: flex;
    flex-direction: column;
}


.row-eq-height > [class^=col] .grow {
    flex-grow: 1
}

.row-eq-height > [class^=col] a {
    display: inline-flex;
    align-self: center;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar,
.navbar .dropdown-menu {
    font-family: 'Gotham', sans-serif;
    font-size: 13px;

}

.navbar {
    font-weight: 400;
    padding: 0 1rem;
}

.navbar.hall {
    border-top: 1px solid #db0000;
    border-bottom: 1px solid #e6e6e6;
}

.navbar-toggle {
    height: 32px;
    width: 32px;
    display: none;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    border: none;
    text-align: center;
    background: transparent !important;
}

@media (max-width: 991.98px){
    .navbar-toggle {
        display: block;
    }
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    margin: 6px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #db0000;
}

/* ANIMATED MINUS */

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.navbar-toggle.minus .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 10px, 0);
}

.navbar-toggle.minus .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -10px, 0);
}

/* END ANIMATED MINUS */

.navbar-brand {
    display: inline-block;
    padding-top: .8125rem;
    padding-bottom: .8125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img {

    height: 50px;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
}

.scrolled .navbar-brand img {

    height: 30px;
}

@media (max-width: 576px) {
    .navbar-brand img {

        height: 30px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;

    padding: .75rem 0 0;
    margin: -.25rem 0 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
}



.dropdown-menu.show {
    max-height: 350px;
    transition: all .3s ease-in-out;
}

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-wrap {
    position: relative;
    top: .25rem;
    min-width: 13rem;
    display: block;
    border-top: 2px solid #db0000;
    margin-top: .25rem;
    padding: 1rem 0;
    font-size: 11px;
    color: #fff;
    background-color: #222;
    z-index: 200;
    width: 100%;

}


.menu-item {
    position: relative;
    padding-right: .5rem;
    padding-left: .5rem;
}

.dropdown .menu-item {
    padding-right: 0;
    padding-left: 0;
}

.nav-tog {
    position: absolute;
    right: 7px;
    z-index: 300;
    top: 14px;
    display: block;
    transition: all .1s ease-in-out;
}

.nav-tog.active {
    transform: rotate(90deg);
}


@media (min-width: 992px) {

    .dropdown-menu {
        display: none;
        max-height: 350px;
        transition: none;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
        max-height: 350px;
    }

    .nav-tog {
        /*display: none;*/
    }
}




@media (max-width: 991.98px) {
    
    .navbar .container {
        width: 100%;
        max-width: 100%;
    }

    .dropdown-toggle {
        margin-right: 60px;
    }
    .navbar .dropdown-menu {
        margin: 0 -30px !important;
    }
    .dropdown-menu .nav-link {
        padding-right: 30px;
        padding-left: 30px;
    }


    .nav-link .fa {
        position: absolute;
        right: 0;
    }

}

.scrolled .dropdown-menu {
    margin: -.8rem 0 0;
}



.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .current-menu-item > .nav-link,
.page-template-art .navbar-light .navbar-nav .current_page_parent > .nav-link,
.single-post .navbar-light .navbar-nav .current_page_parent > .nav-link,
.navbar-light .navbar-nav .current-menu-parent > .nav-link {
    color: #db0000;
}

.navbar-light .navbar-nav .dropdown-menu.show .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .dropdown-menu .active .nav-link {
    background-color: #db0000;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link:hover {
    background-color: #fff;
    color: #db0000;
}

.bg-light {
    background: rgba(255, 255, 255, .95) !important;
}

.bg-red {
    color: #fff;
    background-color: #db0000;
}

.bg-gray {
    background: #fafafa;
}

.container-800 {
    max-width: 800px;
    margin: 30px auto;
}

@media (max-width: 859.98px){
    .container-800 {
    padding: 0 30px;
    }
}

.padding-tb-20 {
    padding: 20px 15px;
}

.padding-tb-30 {
    padding: 30px 15px;
}

.padding-tb-50 {
    padding: 50px 15px;
}

.padding-tb-100 {
    padding: 100px 15px;
}

.padding-t-20 {
    padding: 20px 0 0 0;
}

.padding-t-30 {
    padding: 30px 0 0 0;
}

.padding-t-50 {
    padding: 50px 0 0 0;
}

.padding-t-100 {
    padding: 100px 0 0 0;
}


.padding-rl-20 {
    padding: 0 20px;
}

.padding-rl-30 {
    padding: 0 30px;
}

.padding-rl-50 {
    padding: 0 50px;
}

@media (max-width: 767.98px) {
    .padding-tb-100 {
    padding: 50px 15px;
}
}

.btn {
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #db0000;
    border-color: #db0000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #222 !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.min-w-155 {
    min-width: 155px;
}

.min-h-180 {
    min-height: 180px;
}

.content-div h2 {
    margin-bottom: 50px;
}


.header-hero {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.header-hero img {
    position: absolute;
    top: 0;
    object-fit: cover;
    min-width: 100vw;
    min-height: 700px;
}

.header-content {
    position: relative;
    top: 30%;
    z-index: 10;
    color: #fff;
    background: transparent;
    padding: 100px 50px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}


@media (max-width: 767.98px) {
    .header-hero {
        width: 100%;
        height: 300px;
    }

    .header-hero img {
        object-fit: cover;
        min-width: 100vw;
        min-height: 300px;
    }
}


/* -- Homepage -- */



.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.hero img {
    position: absolute;
    top: 0;
    object-fit: cover;
    min-height: 100vh;
    max-height: none;
}

.hero-content {
    position: relative;
    top: 30%;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 50px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.hero-content.no-bg {
    background: transparent;
    
}

.hero-content h1 {
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: 8px;
    line-height: 60px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .hero-content {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 10;
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        padding: 80px 30px 30px 30px;
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
        text-align: center;
    }
    .hero-content h1 {
        font-size: 1.5rem;
        letter-spacing: 6px;
        line-height: 1.5rem;
        margin-bottom: 20px;
    }
}

.button-video {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: none;
    background: white;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    transition: all 300ms ease;
    color: #000;
}

.button-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -10px;
    font-size: 30px;
    color: #000;
    transition: all 300ms ease;
}

.button-video:hover {
    background: #db0000;
}

.button-video:hover i {
    color: #fff;
}

.video-box {
    width: 100vw;
    height: 100vh;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
}


.video-close {
    position: absolute;
    bottom: 0;
    background: white;
    z-index: 99999;
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;

}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-body.video-modal {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    height: 100vh;
    overflow: hidden;
}


.modal-body iframe {
    position: absolute;
    bottom: 0;
    height: 100vh !important;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: #fff;
}

#woa {
    height: 600px;
    background-size: contain;
    display: table;
    width: 100%;
}

#woa .cell {

    display: table-cell;
    height: 100%;
    vertical-align: middle;

}

.acf-map {
    width: 100%;
    height: 500px;
}

.acf-map img {
    max-width: inherit !important;
}

.parallax {
    height: 600px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;

}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.parallax .table {
    height: 600px;
}

@media (max-width: 767.98px) {
    .parallax {
        height: 300px;
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: center !important;

    }


    .parallax .table {
        height: 300px;
    }

}

.cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.icon-box {
    padding: 20px 80px;
}

@media (max-width: 767.98px){
    .icon-box {
    padding: 30px 30px;
}
}

.icon-box img {
    width: 100px;
    margin-bottom: 30px;
}

.icon-box h4 {
    color: #db0000;
    margin-bottom: 20px;
}

.team-box {
    text-align: center;
    margin-bottom: 50px;
}

.team-box h4 {
    margin-bottom: 0px;
    font-size: 18px;
}

.team-box p {
    color: #db0000;
    margin-bottom: 0px;
    font-size: 12px;
}

.team-img {
    display: inline-block;
    position: relative;
    width: 230px;
    height: 230px;
    background-size: cover !important;
    background-position: center !important;
    -moz-overflow: hidden;
    -webkit-overflow: hidden;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.hover-overlay {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(219, 0, 0, .6);
    opacity: 0;
    transition: all .3s ease-in-out;
    color: #fff;
}

.hover-overlay a {
    display: table-cell;
    color: #fff;
    font-size: 30px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.team-img:hover .hover-overlay {
    opacity: 1;
}

.thin {
    font-weight: 300;
}

.client-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 250px;
}

.client-logo:hover {
    background-color: #222;
}

.contact-info {
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .contact-info {
        padding-top: 20px;
        max-width: 400px;
        margin: 0 auto 50px auto;

    }

}

.contact-info p {
    margin: 10px;
    font-size: 13px;
}

.contact-icon {
    margin-right: 10px;
    width: 50px;
    border-right: 2px solid #eee;
    color: #737373;
    font-size: 12px;
    text-align: center;
}

.contact-icon i {
    width: 20px;
}

.site-info {
    position: relative;
    background: #222;
    color: #fff;
    border-top: 1px solid #db0000;

}

.icon {
    top: 10px;
}

.icon img {
    width: 60px;
    height: auto;
}



.sm a {
    font-size: 24px;
    color: #fff;
}

.sm a:hover {
    color: #db0000;
}




/* KPMG Styles */

.tenants-wrap {
    padding: 30px 0 0 0;
    text-align: center;
}


.tenant-box {
    display: flex;
    padding: 0;
    width: 100%;
    height: 300px;
    background-size: auto 450px !important;
    background-position: center center !important;
    transition: all 1s ease-in-out;
}

.tenant-box:hover {
    background-size: auto 600px !important;
}

.tenant-box:hover .hover-box {
    background: rgba(219, 0, 0, .8);
}

.tenant-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

.client-box {
    display: inline-block;
    width: 19%;
    margin: 0;
}

@media (max-width: 1199.98px){
    .client-box {
    display: inline-block;
    width: 31%;
    margin: 0;
}
}
    
@media (max-width: 991.98px){
    .client-box {
    display: inline-block;
    width: 48%;
    margin: 0;
}    
    }
@media (max-width: 767.98px){
    .client-box {
    display: inline-block;
    width: 100%;
    margin: 0;
}
}

/* Restaurant Styles */

.rest-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 350px;
    background-size: auto 380px !important;
    background-position: center center !important;
    transition: all 1s ease-in-out;
}

.rest-box:hover {
    background-size: auto 600px !important;
}

.hover-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 101%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    transition: all .3s ease-in-out;
}

.hover-content {
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.hover-box:hover .hover-content {
    opacity: 1;
}

.hover-content a {
    color: #fff;
}

.hover-btn {
    border: 2px solid white;
    padding: 7px 7px 5px 7px;
    font-size: 20px;
}

.hover-btn:hover {
    background: white;
    color: black;
}

.rest-box:hover .hover-box {
    background: rgba(219, 0, 0, .8);
}

a.pdf-btn {
    display: inline-block;
    padding: 32px 60px;
    line-height: 1.5rem;
    font-size: 15px;
    color: #fff;
    border: 3px solid white;
}

a.pdf-btn:hover {
    background: white;
    color: #db0000;
}

@media (max-width: 767.98px){
    a.pdf-btn {
    padding: 15px 10px;
    }
}

/* Art Styles */

.art-box {
    height: 350px;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
    background-size: auto 380px !important;
    background-position: center center !important;
    transition: all 1s ease-in-out;
}

.art-box h4 {
    font-size: 20px;

}

.art-box:hover {
    background-size: auto 600px !important;
}

.art-box:hover .hover-box {
    background: rgba(219, 0, 0, .8);
}

.art-box .button-video:hover {
    background: black;
}

.modal-footer {
    border-top: none;
    color: #fff;
    justify-content: center;
}

.header-bar {
    background: #fafafa;
    padding: 40px 0;
}

.header-bar h1 {
    text-transform: uppercase;

}

.art-title h2 {
    margin-bottom: 10px;
    font-weight: 400;
}

.art-title h4 {
    margin: 0;
    font-weight: 300;
    color: #db0000;
}

.art-heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #db0000;
}

.art-bio-text li {
    margin-bottom: 20px;
}

.list-unstyled i {
    margin-right: 15px;
    color: #db0000;
    font-size: 20px;
}


.art-nav-left {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -75px;
    text-decoration: none;
    z-index: 200;
    text-align: center;
}

.art-nav-right {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -75px;
    text-decoration: none;
    z-index: 200;
    width: 100vw;
    text-align: center;
}

a.art-nav-prev,
a.art-nav-next {
    height: 130px;
    width: 60px;
    display: table;
    background: #b2b2b2;
    font-size: 18px;
    color: #fff;
    transition: all .15s ease-in-out;
}

.art-nav-left:hover a.art-nav-prev,
.art-nav-right:hover a.art-nav-next {
    background: #000;
}

.art-nav-tn {
    position: absolute;
    top: 0;
    height: 130px;
    width: 190px;
    overflow: hidden;

    z-index: -1;
    transition: all .15s ease-in-out;
}


.art-nav-tn img {
    height: 190px;
}

.art-nav-left,
.art-nav-right {

    max-width: 190px;

}

.art-nav-left .art-nav-tn {
    left: -190px;
}

.art-nav-right .art-nav-tn {
    right: -190px;

}

.art-nav-left:hover .art-nav-tn {
    width: 190px;
    left: 20px;
}

.art-nav-right:hover .art-nav-tn {
    width: 190px;
    right: 20px;

}

@media (max-width: 767.98px) {
    a.art-nav-prev,
    a.art-nav-next {
        display: none;
    }
}

.art-nav-title {
    position: absolute;
    top: 130px;
    visibility: hidden;
    line-height: 0;
    width: 190px;
    overflow: hidden;
    padding: 30px 15px;
    font-size: 10px;
    background: #db0000;
    color: #fff;
    transition: all .15s ease-in-out;
}

.art-nav-left .art-nav-title {
    visibility: visible;
    width: 190px;
    left: -190px;
}

.art-nav-right .art-nav-title {
    visibility: visible;
    width: 190px;
    right: -190px;

}

.art-nav-left:hover .art-nav-title {
    visibility: visible;
    width: 190px;
    left: 0;
}

.art-nav-right:hover .art-nav-title {
    visibility: visible;
    width: 190px;
    right: 0;

}

.art-nav-title h4 {
    font-size: 12px;
    line-height: 0;
}

.art-nav-title p {
    font-size: 12px;
    margin: 0;
}

/* News Styles */

.post-wrap {
    height: 100%;
    border: 2px solid #eee;
    margin-bottom: 30px;
}

.post-box {
    display: flex;
    height: 350px;
    width: 100%;
    color: #fff;
    background-size: auto 400px !important;
    background-position: center center !important;
    transition: all 1s ease-in-out;
}

.post-box h4 {
    font-size: 20px;

}

.post-box:hover {
    background-size: auto 600px !important;
}

.post-box:hover .hover-box {
    background: rgba(219, 0, 0, .8);
}

.post-box .button-video:hover {
    background: black;
}


.post-title {
    position: relative;
    padding: 15px 25px;
    background-color: #f7f7f7;
    min-height: 70px;
}

.post-title p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}

.post-title a {
    color: #222;
}

.post-meta {
    padding: 15px 25px;
    font-size: 10px;
}

.post-excerpt {
    padding: 15px 25px;
}

.post-excerpt p {
    font-size: 13px;
}

.post-thumb {
    height: 350px;
    overflow: hidden;
}

.post-thumb img {
    width: 100%;
}

@media (max-width: 767.98px) {

    .post-thumb {
        height: auto;
        overflow: visible;
    }



}

.meta {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.row {
    width: 100%;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


/* Neighborhood Styles */

.neighborhood {

    width: 100%;
}

.map-wrap {
    /*position: relative;*/
    /*border: 2px solid #db0000;*/
    /*overflow: hidden;*/
}



img.map-bg {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*display: none;*/
}


a.poi-icon {
    position: absolute;
    display: inline-block;
    padding: 2px 5px;
    border: 2px solid #db0000;
    border-radius: 3px;
    color: #db0000;
    font-size: 12px;
    line-height: 0;
    text-align: center;
    z-index: 100;
    cursor: zoom-in;
}

a.poi-custom {
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 100;
    cursor: zoom-in;
}



.poi-custom img {
    /*max-width: 65px;*/
}

.poi-img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0;*/
    /*transition: all 1s ease-in-out;*/
    /*z-index: 900;*/
    /*pointer-events: none;*/

}

.poi-img.show {
    /*display: block;*/
    /*opacity: 1;*/
}

.poi-img img {
    /*object-fit: cover;*/
    /*width: auto;*/
    /*min-height: 100vh !important;*/
    /*height: 100%;*/
}

@media (max-width: 991.98px) {
    .poi-img img {
    /*object-fit: cover;*/
    /*width: auto;*/
    /*min-height: 100% !important;*/
    /*height: 100%;*/
}
}

.poi-info {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*padding: 30px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*background: rgba(0, 0, 0, .7);*/
}




.slider-box {
    height: 350px;
    width: 100%;
    background-size: auto 400px !important;
}

.locations .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767.98px) {

    .neighborhood .container-fluid {
        padding-left: 0;
        padding-right: 0;
        width: 100vw;
    }

    .locations.padding-tb-50 {
        padding: 20px 0px;
    }

    .map-wrap {
        position: relative;
        border: 1px solid #db0000;
        overflow: visible;
    }


    a.poi-icon {
        padding: 1px 2px;
        border: 1px solid #db0000;
        border-radius: 0px;
        font-size: 8px;
    }

    .poi-img {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 20px;
        width: 100%;
        height: 250px;
        opacity: 0;
        transition: all 1s ease-in-out;
        z-index: 1200;
        pointer-events: none;
        overflow: hidden;
        border: 1px solid #db0000;

    }

    .poi-img img {
        object-fit: cover;
        width: auto;
        min-height: 300px !important;
        height: 100%;
    }

    .poi-info {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, .7);
    }

    .poi-info h4 {
        font-size: 1rem;
    }

    .slider-box {
        height: 250px;
        width: 100%;
        background-size: auto 260px !important;
    }
}

/* Parking Styles */

.rates {
    background: #515151;
    color: #fff;
    padding-top: 80px;
}


.box-padding {
    padding: 0 20px 20px 20px;
}

.box-padding h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.levels {
    padding: 100px;
    background-color: #e0e1e3;
}

.levels h2,
.levels h3 {
    font-weight: 500 !important;
}


.levels-pic {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.level {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    min-height: 90px;
    background-color: inherit;
    transition: all 1s ease-in-out
}

.level:hover {
    background-color: black !important;
}

.level-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.symbol {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 15px;
}

.symbol h2 {
    font-size: 1.5rem;
}

.level-text {
    display: inline-table;
    width: auto;
    height: 100%;
    padding: 20px 20px 20px 80px;
}

.level-cell {
    display: table-cell;
    vertical-align: middle;
}

.level-text h3 {
    font-size: 1.4rem;
}

.level-text h5 {
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 959.98px){
    .levels-pic {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover !important;
}
}

@media (max-width: 767.98px) {
    .levels {
        padding: 0;
    }
    .levels-pic {
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    .level {
        display: flex;
        width: 100%;
        padding: 0 30px;
        color: #fff;
        min-height: 100px;
    }


    .symbol h2 {
        font-size: 1.5rem;
    }

    .level-text {
        display: inline-block;
        width: auto;
        padding: 20px 20px 20px 80px;
    }
    .level-text h3 {
        font-size: 1.15rem
    }

    .level-text h5 {
        font-size: .8rem
    }
    
}

/* Development */

.panorama {
    height: 600px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.panorama img {
    height: 600px;
    max-width: none;
}

#panorama {
    width: 100%;
    height: 600px;
}

/* Availability */

.suite-box {
    display: flex;
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
    background-size: auto 450px !important;
    background-position: center center !important;
    transition: all 1s ease-in-out;

}



.suite-box:hover {
    background-size: auto 550px !important;
}

.suite-box:hover .hover-box {
    background: rgba(219, 0, 0, .8);
}

a.suite-btn {
    padding: 10px 20px;
    border: 1px solid white;
    color: #fff;
    font-size: 16px;

}

a.suite-btn:hover {
    background: white;
    color: #515151;
}

.ekko-lightbox {
    background: black;
}

.amen {
    display: table;
    width: 100%;

}

.amenicon {
    display: table-cell;
    width: 20px;
    height: 100%;
}

.amen {
    display: table-cell;
    width: auto;
    height: 100%;
}

/* Residences */

.video-bg {
    display: inline-block;
    position: relative;
    max-width: 800px;

}

video#res-ani {
    max-width: 100%;
}

#live-feed iframe {
    height: 650px;
    width: 100%;
}

/* Views */

.pano-box {
    display: block;

    width: 100%;
    height: 100vh;
}

.pano-box iframe {
    border: none;
}

.close-view {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9999;
}

.inline-box {
    display: inline-block;
    width: 33.333%;
    padding: 15px;
}

/* Press Releases */

.press-box {
    border-top: 1px solid #e6e6e6;
    padding-top: 60px;
    margin-bottom: 30px;
}

i.red {
    color: #db0000;
}

.dropdown.press {
    display: inline-block;
}

.dropdown.press, .dropdown.press .btn {
    width: 160px;
}

.dropdown.press .dropdown-menu {
    background: #fafafa;
    padding: 0;
}

.dropdown.press .dropdown-menu a {
    color: #222;
}

.dropdown.press .dropdown-menu a:hover {
    background: #222;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    outline: 0;
    box-shadow: none; }

.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
    outline: 0;
    box-shadow: none;
}

.four i {
    font-size: 200px !important;
    color: #db0000;
}

.copyright-hallgroup{
    color:white;
}
.copyright-hallgroup:hover{
    color:#db0000;
}

a.policies {
    color: white;
    font-size: .75rem;
}
a.policies:hover {
    color: red;
}


div#privacy-policy {
    max-width: 75vw;
    margin: 3rem auto;
}
div#privacy-policy p, div#privacy-policy ul{
    font-weight:500;
}
