/*
Theme Name: RED Development Mixed Use
Version: 1.0
Tags: red, gray, white, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-licene
*/

/*
Index: 

Fonts
Navbar - Top
Navbar - Main
Main
Main - Boxes
Templates
Archive - Category
Single Post
Gallery
Pre-Footer, Pre-Footer Klaviyo
Footer
*/

/*
Fonts
*/
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-Regular/Montserrat-Regular.eot');
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.eot');
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.woff') format('woff'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.ttf') format('truetype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-ExtraLight/Montserrat-ExtraLight.svg#Montserrat-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-Light/Montserrat-Light.eot');
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-Light/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Light/Montserrat-Light.woff') format('woff'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Light/Montserrat-Light.ttf') format('truetype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Light/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-Italic/Montserrat-Italic.eot');
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-Italic/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Italic/Montserrat-Italic.woff') format('woff'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Italic/Montserrat-Italic.ttf') format('truetype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-Italic/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat-LightItalic';
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-LightItalic/Montserrat-LightItalic.eot');
    src: url('/wp-content/themes/mixuse/fonts/Montserrat-LightItalic/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-LightItalic/Montserrat-LightItalic.woff') format('woff'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-LightItalic/Montserrat-LightItalic.ttf') format('truetype'),
        url('/wp-content/themes/mixuse/fonts/Montserrat-LightItalic/Montserrat-LightItalic.svg#Montserrat-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

h1 {
    font-family: 'Montserrat-LightItalic';
}

/* Global */
body {
    overflow-x: hidden;
    opacity: 0;
    transition: 0.5s;
}
body.body-fade {
    opacity:1;
}

a {
    color: #707272;
    text-decoration: none;
}
a{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
p {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    line-height: 1.5rem;
    color: #212529;
}

@media only screen and (max-width: 767px) {
    .desktop-only { display: none; } 
}
@media only screen and (min-width: 768px) {
    .mobile-only { display: none; } 
}

/*
Navbar - Top
*/
#wrapper-top {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent !important;
    z-index: 9999;
    padding:  30px 0;
}
.logged-in header {
    top:  32px !important;
}
#top_menu a {
    text-decoration: none;
}
ul#top_menu {
    text-align: right;
    margin-bottom: 0;
}

ul#top_menu li a {
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: #fff;
}
ul#top_menu li {
    display: inline-block;
    margin-left: 15px;
}

#top_menu li {
    border-bottom: none !important;
}

.page-template-default ul#top_menu li a {
    color: #000;
}

.home ul#top_menu li a, .home ul#top_menu li a {
    color: #fff;
}

.header-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.header-video-cover img.play-button {
    height: 31px;
    width: 31px;
    bottom: 43px;
    right: 42px;
}
.header-video-cover img.mute-button {
    position: absolute;
    bottom: 50px;
    right: 111px;
    height: 17px;
}
.header-video-cover .time-home-player {
    position: absolute;
    bottom: 49px;
    color: #fff;
    right: 165px;
    font-family: 'Montserrat';
    font-size: 12px;
}
.header-video-cover img {
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
    position: absolute;
}

.videobg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #111;
}
.videobg-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.videobg-hide-controls {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 55px 97.7777px;
    top: -55px;
    left: -97.7777px;
}
.videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
}



/*
Navbar - Main
*/

nav {
    z-index: 2;
}
nav.navbar {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 18px;
}
@media only screen and (max-width: 767px) {
nav.navbar {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
}

#navbarNavDropdown a {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 14px;
    font-weight: normal !important;
    padding:  5px 8px;
    text-align: center;
    text-transform: uppercase;
}

nav.navbar {
  background: #fff;
}
#navbarNavDropdown a {
  color: #000;
  font-family: 'Montserrat-Light';
}
.header .menu-item::after {
  background: #000;
}
ul#top_menu li a {
    color: #000;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav.navbar { padding-top: 38px !important; }

.page-template-default #wrapper-navbar .nav-bg-custom a, 
.page-template-default .nav-link {
    color: #000;
}

#downloads-dropdown-menu {
	display: none;
}

.hero-slider-wrap{position: relative; margin-bottom: -6px;}
.hero-slider .hero-sl{padding-top: 50%; background: center bottom no-repeat #727272; background-size: cover;}
.hero-slider-wrap .hero-arws a{width: 60px; height: 70px; background: url(./assets/img/sl-arrow.svg) center center no-repeat rgba(0,0,0,.3); background-size: 60% 60%; display: block; position: absolute; top: 50%; margin-top: -35px;}
.hero-slider-wrap .hero-arws a.slick-disabled{opacity: .3;}
.hero-slider-wrap .hero-arws a.hero-prev{left: 15px; transform: scaleX(-1);}
.hero-slider-wrap .hero-arws a.hero-next{right: 15px;}

/*
Main
*/
main { 
  padding-top: 4rem;
}
main .row {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    main .row {
        margin-bottom: 45px;
    }
    main { 
        padding-top: 3rem;
    }
}
main li {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    line-height: 1.5rem;
    color: #666666;
    margin-bottom: 1rem;
}
main .page-title {
    margin-top: 84px;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

main .page-title {
    margin-top: 30px;
    margin-bottom: 35px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    main .page-title {
        margin-top: 84px;
    }
}

main .image img {
    width: 100%;
}

main .offset-md-1 {
    /*padding: 15px;*/
}
.page-template main .content .row, 
.category main .row {
    margin-bottom: 90px;
}
.row.image-header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* z-index: -1; */
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    background-size: cover;
}
main .pre-heading {
    font-family: 'Montserrat-LightItalic';
    font-style: italic;
    font-size: 21px;
    color: #2A2940;
    margin-bottom: 15px;
}


.custom-label {
    color: #2F2E44;
    font-family: 'Montserrat-LightItalic';
    font-size: 21px;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    border-bottom: 1px solid #707272;
    font-style: italic;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
.custom-label {
    margin-bottom: 0px;
}
}

/* main h2 {
    font-size: 44px;
    line-height: 47px;
    text-transform: uppercase;
    max-width: 454px;
    color: #2A2940;}     */
main h2 {
    font-family: 'Montserrat-ExtraLight';
}
@media only screen and (max-width: 767px) {
main h2 {
    /* 
    padding-left: 5px;
    padding-right: 5px;
    */
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) {
main h2 {
    font-size: 42px;
    line-height: 45px;
    color: #2A2940;
}
}


.subheader {
    padding-top: 60px;
    padding-bottom: 0;
}

/*
Main - Boxes
*/

.row-decoration {
    padding:  0px;
    height: 334px;
    z-index: -1;
    margin-top: -290px;
}
main .heading {
    margin-bottom: 40px !important;
}
main .heading h2 {
    font-family: 'Montserrat-LightItalic';
    font-style: italic;
    color: #2F2E44;
    font-size: 21px;
}

.row-grey-1{
    background-color: #E6E7E8;
}
.row-grey-2, .row-grey-2-cta {
    background-color: #E6E7E8;
    padding: 60px 0px;
}
.cta .title {
    font-family: 'Montserrat-Light';
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
    .cta {
        padding: 60px 0 !important;
    }
}

.services h2 {
    font-family: Montserrat;
    font-size: 21px;
    color: #2A2940;
}
.services ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #2A2940;
    list-style: none;
}
.services li {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #2A2940;
    list-style: none;
    padding-left: 13px;
        font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.services ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1.5px solid #2A2940;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: -18px;
}
.line-decoration {
    border-bottom: 1px solid #D8D8D8;
}
.store-amenities h2 {
    font-family: 'Montserrat-LightItalic';
    font-style: italic;
    font-size: 21px;
    color: #2F2E44;
    margin-bottom: 35px;
}
.store-amenities h3 {
        font-family: 'Montserrat-Light';
    font-size: 21px;
    color: #2A2940;
    margin-top: 20px;
    margin-bottom: 55px;
}

.btn-mixuse-container {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 100%;
    height: 41px;
    display: inline-block;
}
.btn-mixuse {
    font-family: 'Montserrat';
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 100%;
    height: 41px;
    line-height: 41px;
    /* background-color: #000; */
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
    background: linear-gradient(to right, #414042 50%, #000 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.btn-mixuse-container a {
    text-transform: uppercase;
}
.btn-mixuse:hover{
    background-position: left bottom;
  }
.btn-mixuse-container a{
    color: #fff;
    text-decoration: none;
}
.btn-mixuse img{
    margin-left: 20px;
}

.builder-content .text {
    max-width: 95%;
}

/*
Templates - Contact
*/

@media only screen and (max-width: 767px) { 
.contact-title {
margin-bottom: 40px;
}
}
@media only screen and (min-width: 768px) { 
.contact-title {
margin-top: 90px;
}
}


.contact-title p {
    font-family: 'Montserrat-ExtraLight';
    font-size: 44px;
    line-height: 47px;
    text-transform: uppercase;
}
.contact-items .item {
    margin-bottom: 90px;
}
.contact-items .item-title {
    color: #2A2940;
    font-size: 15px;
    font-family: 'Montserrat-Light';
    margin-bottom: 28px;
}
.contact-items .item-name {
    color: #2A2940;
    font-size: 21px;
    font-family: 'Montserrat';
}
.contact-items .item-content {
    color: #2A2940;
    font-size: 15px;
    font-family: 'Montserrat-Light';
}
.contact-items .item-content a {
    color: #707272;
    text-decoration: underline;
    transition: 0.5s;
    word-wrap: break-word;
}
.contact-items .item-content a:hover {
    color: #7EB5C3;
}


/* Single Post */
.single-press-content .single-press-label {
    margin-top: 60px;
    margin-bottom: 65px;
    position: relative;
}
.single-press-content a {
    text-decoration: none;
    color: #707272;
    transition: 0.5s;
}
.single-press-content a:hover {
    color: #7EB5C3;
    transition: 0.5s;
}
.single-press-label .press-arrow {
    width: 11px;
    height: 11px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: -35px;
}
.single-press-content .date, .press-content .date-press {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #545350;
    height: 40px;
    margin-bottom: 20px;
}
.single-press-content .image {
    max-width: 380px;
}
.single-press-content h1 {
    font-family: 'Montserrat-ExtraLight';
    font-size: 35px;
    line-height: 39px;
    color: #2A2940;
    text-transform: uppercase;
    max-width: 480px;
    margin-bottom: 30px;
}

/* Gallery */
.page-template-tpl_gallery {
background: #E6E7E8;
}
#gallery-slider {
    position: relative;
}
#gallery-slider, .rslides_tabs{
    margin-bottom: 60px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides_tabs .slide-description{
    display: none;
}
.rslides .slide-description {
    float: right;
    color: #666666;
    font-family: 'Montserrat-Light';
    margin-top: 17px;
}


.rslides_nav.next {
    position: absolute;
    top: 45%;
    right: -160px;
    z-index: 2;
    transition: 0.5s;
}
.rslides_nav.prev {
    position: absolute;
    top: 45%;
    left: -160px;
    z-index: 2;
    transition: 0.5s;
}
@media only screen and (min-width: 1231px) { 
    .rslides_nav.next {
    right: -90px;
      }
    .rslides_nav.prev {
        left: -10%;
    }
}

@media only screen and (max-width: 1230px) {
    .rslides_nav.prev {
        left: -70px;
    }
    .rslides_nav.next {
        right: -70px;
    }
}
@media only screen and (max-width: 1046px) {
    .rslides_nav.prev img{
        display: none;
    }
    .rslides_nav.prev::before{
        content:url("/wp-content/themes/mixuse/assets/img/gallery_arrow_left_mob.png");
    }
    .rslides_nav.prev{
        left: 30px;
    }
    .rslides_nav.next img{
        display: none;
    }
    .rslides_nav.next::before{
        content:url("/wp-content/themes/mixuse/assets/img/gallery_arrow_right_mob.png");
    }
    .rslides_nav.next {
        right: 30px;
    }
}
@media only screen and (max-width: 888px) {
    div#gallery-slider{
        padding-right: 0px;
        padding-left: 0px;
    }
    .rslides .slide-description{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-background {
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .rslides_nav.next, .rslides_nav.prev {
        top: 43%;
    }
    .thumbnail {
        height: 152px;
        max-width: 152px;
    }
    .gallery-label {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .rslides .slide-description{
        float: left;
    }
}
@media only screen and (max-width: 545px) {
    .rslides_nav.next, .rslides_nav.prev {
        top: 40%;
    }
}
@media only screen and (max-width: 400px) {
    .rslides_nav.next, .rslides_nav.prev {
        top: 38%;
    }
}

.rslides div{
    width: 100%
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides .slide-description {
    float: right;
    color: #666666;
    font-family: 'Montserrat-Light';
    margin-top: 17px;
}
div#jssor_1 {
    width: 100% !important;
}
.gallery-label {
    color: #2F2E44;
    font-family: 'Montserrat-LightItalic';
    font-size: 21px;
    margin-top: 84px;
    margin-bottom: 35px;
    padding-bottom: 10px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    border-bottom: 1px solid #707272;
    font-style: italic;
    display: inline-block;
}
.carousel-item {
    height: 100%;
    /*width: auto !important;*/
}
#office-slider .carousel-item{margin-right: 0; width: 33%;}
.carousel-item img{
    margin: auto !important;
}
.gallery-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: #fff;
    z-index: -1;
}
.thumbnail {
    width: 100%;
    height: 130px;
    max-width: 130px;
    margin: auto;
    background-size: auto 100%;
    background-position: center;
}
.rslides_tabs .thumbnail-container{
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin: 10px 0px;
}
.rslides_tabs{
    padding-right: 5px;
    padding-left: 5px;
}
div#gallery-slider, div#thumbnails {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-gallery-template{
    background: #E6E7E8;
}
.rslides_tabs .thumbnail-hover {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.rslides_tabs .thumbnail-hover:hover {
    background-color: rgba(195,222,229,0.8);
}
@media only screen and (min-width: 1790px) {
    .gallery-container {
        padding: 0px 20%;
    }
}


/* 
Pre-Footer
*/
.pre-footer {
    margin-bottom: 80px;
}
.pre-footer h3 {
    font-family: 'Montserrat';
    font-size: 21px;
    text-transform: uppercase;
    color: #2A2940;
}
.pre-footer p {
    color: #2A2940;
    font-size: 15px;
    font-family: 'Montserrat-Light';
}
.pre-footer a {
    color: #707272;
    text-decoration: underline;
    transition: 0.5s;
    word-wrap: break-word;
}
.phone {
    color: #2A2940 !important;
    text-decoration: none !important;
}
.pre-footer-sub-heading {
    color: #999999;
    font-size: 15px;
    font-family: 'Montserrat-Light';
    margin-bottom: 28px;
}
#pre-footer-contact h3 {
    font-family: 'Montserrat';
    font-size: 21px;
    text-transform: uppercase;
    color: #2A2940;
}
#pre-footer-contact .item-title {
    color: #999999;
    font-size: 15px;
    font-family: 'Montserrat-Light';
    margin-bottom: 28px;
}
#pre-footer-contact .item-name {
    color: #2A2940;
    font-size: 21px;
    font-family: 'Montserrat';
}
#pre-footer-contact .item-content {
    color: #2A2940;
    font-size: 15px;
    font-family: 'Montserrat-Light';
}
#pre-footer-contact .item-content a {
    color: #707272;
    text-decoration: underline;
    transition: 0.5s;
    word-wrap: break-word;
}

/*
Pre-Footer - Subscribe
*/

.pre-footer-blue {
    background-color: #E6E7E8;
    padding: 60px 0px;
}

/*
Pre-Footer - Klaviyo
*/
.klaviyo-form form > div > div {
    align-items: center !important;
    flex-wrap: wrap;
}
.klaviyo-form {
    max-width: 1180px;
    display: block;
    margin: 0 auto;
}
.klaviyo-form p span {
  font-family: 'Montserrat-Light' !important;
}
.pre-footer-blue input[type="email"] {
    max-width: 233px;
    display: inline-block;
    border-radius: 0px;
    height: 52px;
    border: none;
    margin-left: 30px;
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.klaviyo-form input {
    max-width: 100% !important;
    height: 52px !important;
    width: 100% !important;
    padding-top: 7px !important;
}
.ql-editor p {
	padding-top:  20px;
}
.ql-editor p span {
    font-family: 'Montserrat-Light' !important;
    color: #414042 !important;
    font-size: 21px !important;
}
.klaviyo-form button {
    height: 52px !important;
    background: #000 !important;
    width: 59px !important;
    font-size: 0 !important;
    padding: 0 !important;
    background-image: url(/wp-content/themes/mixuse/assets/img/arrow.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
	.klaviyo-form form > div > div > div:first-child {
	    flex: inherit !important;
	}
	.klaviyo-form {
    	max-width: 315px;
    	text-align: center;
	}
}

/*
Buttons
*/
.btn-download {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em;
    margin-left: .75em;
    text-decoration: none;
}
.btn-download:hover {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none;
}

/*
Footer
*/

.footer {
    background: #414042;
    color: #fff;
}
.footer-information a:nth-child(2) {
    margin-right: 20px;
}

.links-mob { display:none; }
.links-mob a, .links-dt a {        color: #fff !important;   
    font-size: 15px;
    font-family: 'Montserrat';}
.links-dt a:hover {
    opacity: 0.7;
}
.links-dt li {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .links-mob {
        display: inline-block;
}
    .links-mob a {
        display: block;
    margin-right: 15px;
    }
.links-mob a:nth-child(2) {
    margin-right: 15px;
} 
    .footer-img {
        padding: 15px;
    	text-align: left;
    	text-decoration: none;
    }
    .footer-social {
        text-align: right;
    }
}
@media only screen and (max-width: 1070px) {
    .links-dt {
        column-count: 1;
    }
    .links-dt li {
        display: block;
    }
}
@media only screen and (min-width: 1071px) {
    .links-dt {
        column-count: 2;
    }
        .links-dt li {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .footer-img {
        padding: 0;
        text-align: right;
        text-decoration: none;
    }
    .footer-social {
        text-align: left;
    }
}

.footer-social a {
    margin-right: 20px;
    height: 16px;
    width: 20px;
    text-decoration: none !important;
}
.footer-social img {
    height: 16px;
}

.footer-img a {
	text-decoration: none;
}
.footer-img img.red-img {
    margin-right: 30px;
    max-width: 49px;
}
.footer-img img {
    max-height: 49px;
    display: inline-block;
    opacity: 1;
    transition: 0.5s;
}
.footer-img img:hover {
    opacity: 0.7;
}
.footer-logo img {
    max-width: 100%;
}
.footer-logo a:hover {
    opacity: 0.7;
}
.footer-social a:hover {
    opacity: 0.7;
}
.footer-img img.sl-img {
    max-width: 170px;
}
.footer-information p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 1.2rem;
}
.footer-information p a {
	color: #fff !important;
	text-decoration: none !important;
}
.footer-information p a:hover {
	opacity: 0.7;
}

.header{ position: fixed; z-index: 44; /* top: 0px; */ width: 100%; }
.navbar-expand-lg .navbar-nav .nav-link{color: #fff;}
.header .menu-item::after{content: ''; display: block; width: 0; height: 2px; background: #fff; transition: width .3s;}
.header .menu-item:hover::after,
.header .current-menu-item::after{width: 100%;}
#navbarNav:hover .current-menu-item::after, #top_menu:hover .current-menu-item::after{width: 0;}
ul#top_menu{justify-content: right; margin-right: 10px;}
ul#top_menu li a{padding: 0;}

/*Logo fit*/
.header .navbar-brand img{max-height: 70px; width: auto;}

.left-image-sec,
.right-image-sec{padding-top: 120px;}
.left-image-sec .img-cont,
.right-image-sec .img-cont{background: center center no-repeat #909090; background-size: cover; min-height: 550px;}
.dark-container{padding: 100px; background-color: #333; color: #fff; position: relative; z-index: 9; display: flex; flex-wrap: wrap; align-items: center; min-height: 343px;}

@media only screen and (max-width: 767px) { 
.dark-container {
padding-left: 60px;
}
}
@media only screen and (min-width: 768px) { 
.dark-container {
padding-left: 100px;
}
}

.dark-container h3{font-size: 2rem; width: 100%;}
.dark-container p a { color: #fff; }
.dark-container p a:hover {     opacity: 0.7; }
.left-image-sec .dark-container{margin-left: -80px;}
.right-image-sec .dark-container{margin-right: -80px;}

/*Downloads Menu*/
.downloads-dropdown-menu{overflow-y: hidden; z-index: 3; max-height: 530px; transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); position: absolute; top: 0px; width: 100%; height: 100%; background: #2A2940; color: #fff;}
.downloads-dropdown-menu .row{padding-top: 160px;}
.downloads-dropdown-menu.closed{max-height: 0px;}
.downloads-dropdown-menu .title{font-family: 'Montserrat-LightItalic'; font-style: italic; font-size: 21px; margin-bottom: 10px;}
.downloads-dropdown-menu .subtitle{font-family: 'Montserrat-Light'; font-size: 15px;}

.downloads-dropdown-menu ul {column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; list-style: none; font-family: 'Montserrat-ExtraLight'; font-size: 35px; line-height: 39px; text-transform: uppercase;}
.downloads-dropdown-menu ul li{margin-bottom: 35px; max-width: 300px; position: relative;}
.downloads-dropdown-menu ul li a{color: #fff; text-decoration: none;}
.downloads-dropdown-menu ul li a:hover{text-decoration: underline;}
.downloads-dropdown-menu ul a::before {content: ''; background-image: url(assets/img/download-icon.png); width: 22px; height: 22px;  background-size: 100%; display: inline-block; background-repeat: no-repeat; position: absolute; margin-left: -40px; margin-top: 10px;}
.downloads-dropdown-menu .close-downloads-menu{width: 41px; height: 41px; position: absolute; top: 20px; right: 20px; display: none; cursor: pointer;}

/*Mobile Nav*/
.navbar-toggler{box-shadow: none !important; border: 0;}
.mobileNav{position: fixed; display: none; background-color: #000; left: 0; top: 0; width: 100%; height: 100%; padding: 140px 15px 20px; color: #fff; z-index: 10;}
.show-mobile-nav{overflow: hidden;}
.mobileNav #primary_menu li{counter-increment: li; position: relative;}
.mobileNav #primary_menu li::before{content: counter(li); color: #FFFFFF; display: inline-block; font-family: 'Montserrat-Light'; font-size: 15px; position: absolute; top: 20px;}
.mobileNav #primary_menu li .nav-link{font-family: 'Montserrat-ExtraLight'; color: #fff; font-size: 24px; line-height: 48px; padding-left: 22px; text-decoration: none; padding-top: 5px;}
/**/
.mobileNavFooter{background-color: #000; position: absolute; bottom: 0; padding: 10px 0 15px;}
#secondary_menu{padding: 0; margin: 0 0 5px; list-style: none;}
#secondary_menu li{display: inline-block; margin-right: 15px;}
#secondary_menu li a.nav-link,
.third_menu a{font-family: 'Montserrat-Light'; font-size: 17px; color: #fff;}
/**/
.third_menu a{margin: 0 12px 10px 0; font-size: 13px; text-decoration: none;}

#carousel-gallery .carousel-nav{position: absolute; bottom: 0; right: 0; left: 0; display: block;}
#carousel-gallery .carousel-nav .prev-container,
#carousel-gallery .carousel-nav .next-container{width: 56px; 
    height: 56px; display: inline-block; line-height: 56px; text-align: center; background-color: #000;}
#carousel-gallery .carousel-nav .prev-container{margin-right: -5px;}

/*Office Tenants*/
.grey-bg{background-color: #ededed;}
.below-title-sec{padding: 230px 0 60px; margin-top: -160px;}

/*List*/
.list-view{border-top: 1px solid #333; font: normal 15px/2.2 'Montserrat', sans-serif;}
.list-view .cl{max-width: 100%; padding: 0; position: relative !important; left: 0 !important; top: 0 !important;
 height: auto !important;}
.list-view .store-card{display: flex; width: 100%; border-bottom: 1px solid #333; padding: 15px 0; color: #333; text-transform: uppercase; justify-content: space-between; letter-spacing: 0.03em;}
.list-view .store-card span{display: inline-block; margin-right: 20px;}
.list-view .store-card span.dtls{width: 200px;}
.list-view .store-card .title{width: 68%;}
.list-view .store-card .arrow{margin-right: 0;}
.list-view .store-card .arrow:after{background: url(assets/img/arrow-right-thin-bl.svg) 0 0 no-repeat; content: ''; width: 25px; height: 22px; display: block;}
.list-view .store-card:hover{background-color: transparent;}
.list-view .store-card:hover .title{color: #007f87;}
.list-view .post-status{padding: 0 9px; top: -15px; left: 10px; font-size: 12px; display: none;}

.mfooter{padding: 30px 0; background-color: #fff; font: normal 15px/2.2 'Montserrat', sans-serif;}

.builder-row-gallery .container{max-width: 900px;}
.builder-row-gallery .img{max-height: 190px; object-fit: contain;}

/*Leasing*/
.leasing-slider .slick-slide{margin-right: 60px;}
.leasing-slider .slick-slide img{/*max-width: 800px;*/ width: 100%;}
.leasing-slider-sec .btn{background-color: #333;}
.leasing-slider-sec .btn:after{background-image: url(../img/arrow-right-thin.svg);}
.cform .form-control{border-radius: 0; border: 0; border-bottom: 1px solid #333; height: auto; padding: 12px 0; background-color: transparent;}
.cform .form-control:focus{border-bottom-color: #007f87; box-shadow: none;}
.cform span.wpcf7-list-item{margin: 0 20px 0 0;}
.cform .wpcf7-list-item-label{margin-right: 5px;}
.cform .single-row{border-bottom: 1px solid #333; padding-bottom: 16px;}
.cform .single-row .col-md-6:first-child{padding-left: 0; margin-bottom: 20px;}
.cform button{border: 0;}

/**/
@media(max-width: 1020px){
    #navbarNavDropdown a{font-size: 12px;}
}
@media(max-width: 930px){
    #navbarNavDropdown a{font-size: 10px;}
}
@media(max-width: 767px){
    .header .navbar-brand img{max-width: 179px;}
    /*Downloads Menu*/
    .downloads-dropdown-menu{z-index: 55; max-height: 100%; height: 100%; transition: inherit;}
    .downloads-dropdown-menu .subtitle{margin-bottom: 40px;}
    .downloads-dropdown-menu .row{padding-top: 90px;}
    .downloads-dropdown-menu ul{font-size: 24px; line-height: 28px; column-count: 1; -webkit-column-count: 1; -moz-column-count: 1;}
    .downloads-dropdown-menu ul li{margin-bottom: 35px; max-width: 100%;}
    .downloads-dropdown-menu ul a::before{margin-top: 3px; margin-left: -32px;}
    .downloads-dropdown-menu .close-downloads-menu{display: block;}
    .row.office-contacts .contact-items .item{margin-bottom: 45px;}
    .btn-office-container.mobile-only{position: relative; margin-bottom: 80px;}
    .list-view .store-card span.dtls{display: none;}
}

.builder-social-media, .builder-social-media div {
    display: inline-block;
}
.builder-social-media .instagram {
    margin-left: 18px;
    margin-right: 18px;
}
.builder-social-media img {
    max-height: 20px;
}

.builder-social-media a:hover > img.social-media-icon-hover{
    display:inline-block;
}

.builder-social-media a:hover {
    opacity: 0.7;
}