/*
Theme Name:Buchanan Partners
Author:Brendan Moore-Penaskovic
Version:1.0.0
*/
/* TYPEOGRAPHY */
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
body, html{
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: gra yscale;*/
    font-family: 'Roboto', sans-serif;
}
body p{
    font-family: 'Open Sans', sans-serif;
}
body .primary-color-bg{
    background-color:rgba(0,0,0,.3);
}
h1,h2,h3,h4,h5,a,p,span{
    font-weight: 100;
}
.margin-top-45{
    margin-top:45px;
}
.margin-top-35{
    margin-top:35px;
}
.margin-top-25{
    margin-top:25px;
}
.margin-top-15{
    margin-top:15px;
}
.margin-top-10{
    margin-top:10px;
}
.center{
    text-align: center;
}
.align-left{
    text-align:left;
}
.align-right{
    text-align:right;
}
.underline{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.underline:before{
    content: '';
    height: 1px;
    width: 360px;
    bottom: 0;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background-color: rgba(218,221,221,0.5);
}
.underline:after{
    background-color:#23527c;
    content: '';
    height: 3px;
    width: 84px;
    bottom: -2px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}
.underline.color-white:after{
    background-color: #329fde;
}
.underline.light:after{
    background-color:#2a88bf;
}
.main{
    padding:0;
}
.color-white{
    color:#fff !important;
}
.color-blue{
    color:#23527c;
}
.color-light-blue{
    color:#2a88bf;
}
.bg-white{
    background-color: #fff;
}
.bg-blue{
    background-color:#23527c;
}
.bg-light-blue{
    background-color:#2a88bf;
}
.pagetitle{
    background-attachment: fixed;
    max-height:500px;
}
.pagetitle .container{
    position: relative;
    z-index:1;
}
.pagetitle .pagetitle-title{
    text-align: left;
    font-size: 50px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-transform: none;
}
.pagetitle p{
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.pagetitle .title-overlay{
    position: absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    height: 100%;
    width:100%;
    z-index:0;
}

.blue-heading{
    color:#205582;
}
h3.blue-heading{
    font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 22px;
}
.gray-border-bottom{
    border-bottom:1px solid #e8e8e8;
}
#content h2{
    color:#205582;
    margin-bottom:15px;
}
.page-content{
    margin-bottom:50px;
}
.page-content h4{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.page-content h4 span{
    color:#205582;
    margin-right: 6px;
    font-size: 16px;
}
.page-content p{
    font-weight: 300;
    font-size:18px;
    line-height: 1.7em;
    margin-bottom:25px;
    margin-left:10px;
}

hr{
    margin-top:30px;
    margin-bottom:30px;
    color:#e2e2e2;
}

.page-content .btn-transparent{
    display: inline-block;
    margin-top:40px;
}

.gray-box-full-width{
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    background: white;
}
.gray-box-full-width button{
    background:none !important;
    border:none !important;
    text-shadow:none !important;
    color:#23527c;
    box-shadow:none !important;
}
.gray-box-full-width .btn-primary:hover,.gray-box-full-width .btn-primary:active,
.gray-box-full-width .btn-primary:focus,.gray-box-full-width .btn-primary:visited{
    color:#2a88bf !important;
}
body.custom-background{
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.white-overlay{
    background-color:rgba(255,255,255,.7);
}
.main-bg{
     background-color:#205582;
}
.main-bg a, .main-bg a:visited{
    color:#fff;
}

button{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none !important;
}
button:active {
    outline: none !important;
    border: none;
}

.hide{
    display:none;
}

.btn-transparent{
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #2a88bf;
    background-color:transparent;
    text-decoration: none;
    transition:all .3s ease;
    cursor:pointer;
    display:inline-block;
}

.btn-transparent:hover{
    background-color:#2a88bf;
    transition:all .3s ease;
    text-decoration: none;
    color:#fff;
}

.admin-bar.page-template-template-projects .wrapper{
    margin-top:32px;
}

.page-template-template-projects #header, .single-projects #header{
    position: relative;
    background:white;
    border-bottom: 1px solid #f0f0f0;
}

.page-template-template-projects #header .menu-main li a,.page-template-template-contact-us #header .menu-main li a{
    text-shadow: 0px 1px 1px #d3d4d4;
    color:#23527c;
}

.page-template-template-projects .gray-box-full-width{
    background: #23527c;
}

.page-template-template-projects .gray-box-full-width button{
    color: white;
}

.page-template-template-projects .gray-box-full-width .categories-list-mobile .dropdown-menu button{
    color: #23527c;
}

.header .logo{
    max-width: 225px;
}

.page-template-template-contact-us .light-logo,
.page-template-template-projects .light-logo,
.single-cpo_team .light-logo,
.single-projects .light-logo{
    display:none !important;
}

.page-template-template-contact-us .dark-logo,
.page-template-template-projects .dark-logo,
.single-cpo_team .dark-logo,
.single-projects .dark-logo{
    display:block !important;
}

.page-template-template-team header .light-logo, .single-cpo_team header .light-logo{
    display: block !important;
}

.page-template-template-team header .dark-logo, .single-cpo_team header .dark-logo{
    display: none !important;
}

.home #header .site-logo .dark-logo,
.page-template-template-about-us #header .site-logo .dark-logo,
.page-template-template-properties #header .site-logo .dark-logo,
.single-newsitem #header .site-logo .dark-logo{
    display:none;
}

.home #header:hover .site-logo .dark-logo,
.page-template-template-about-us #header:hover .site-logo .dark-logo,
.page-template-template-properties #header:hover .site-logo .dark-logo,
.single-newsitem #header:hover .site-logo .dark-logo{
    display:block;
}

.home #header:hover .site-logo .light-logo,
.page-template-template-about-us #header:hover .site-logo .light-logo,
.page-template-template-properties #header:hover .site-logo .light-logo,
.single-newsitem #header:hover .site-logo .light-logo{
    display:none;
}

.home #header, 
.page-template-template-about-us #header,
.page-template-template-properties #header,
.single-newsitem #header{
    background:rgba(255,255,255,0);
    transition:all .5s ease;
    border-bottom: none;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0;
}
.home #header:hover,
.page-template-template-about-us #header:hover,
.page-template-template-properties #header:hover,
.single-newsitem #header:hover{
    background:rgba(255,255,255,.75);
    transition:all .5s ease;
}
#header{
    background:rgba(255,255,255,.7);
    border-bottom: none;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0;
}

.pagetitle{
    padding:200px 0;
}

#slider{
    position: relative;
    z-index:1;
}
.menu-main{
    text-align: left;
    margin-right:-25px;
    padding-top:10px;
}

.menu-main li{
    float: left;
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    margin-left: 25px;
    font-size: 16px;
}
.menu-main li:hover > a, .menu-main li a:hover{
    color:#23527c;
    text-shadow: 1px 1px 1px #fff;
}
.menu-main li a{
     transition:color .3s ease;
     color: #205582;
     font-weight: 400;
     display:block;
}
.menu-main li a:hover{
    transition:color .3s ease;
    color:#2a88bf;
}
#header .menu-main li a{
    font-weight: 400;
    font-size: 19px;
    color: white;
    text-shadow: 0px 1px 1px #3f3e3e;
}
.footer .menu-main li a{
    font-size: 18px;
    text-shadow: none;
    margin-top: -25px;
}
.footer .menu-main li{
    margin-left:0;
}
/*
   Homepage
*/

.slide-caption{
    /*-moz-box-shadow:    inset 0 0 10px #000000;*/
    /*-webkit-box-shadow: inset 0 0 10px #000000;*/
    /*box-shadow:         inset 0 0 10px #000000;*/
    padding-top:9% !important;
}
.slide-overlay{
    background-color:rgba(0,0,0,.45);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}
.slide-title{
    text-shadow: 1px 1px 2px #3a4550;
    color:#fff;
}
.slide-content p{
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    color:#fff;
}
.home hr{
    max-width:1170px;
    margin:0 auto;
}
.home #services h2{
    margin-top:40px;
}

#homepage-projects{
    padding:40px 0 40px 0;
}

/*
   News
*/

#news{
    background:white;
    padding:40px 0 60px 0;
}

article.news-item{
    width:75%;
    margin:0 auto;
    position: relative;
}

.news-item-date{
    position: absolute;
    top:0;
    left:-85px;
    width:70px;
    border-radius:10px;
    text-align: center;
}

.news-item-date .day{
    font-size:30px;
    font-weight:bold;
    padding: 3px 0;
}

.news-item-date .month-year{
    background:#567;
    font-weight: 100;
    font-size: 13px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 3px 0;
}
.single-newsitem .content{
    padding-left:0;
    width: 60%;
    margin: 0 10% 30px 0;
}
.single-newsitem h2{
    font-size: 40px;
    margin-bottom: 30px;
}

.single-newsitem .main{
    padding-top:25px;
}

.single-newsitem p{
    margin-left:0;
}

.single-newsitem .news-item{
    margin-bottom:40px;
}

/*
    template-projects / portfolio
*/
body.page-template-template-projects{
    overflow:hidden;
}
body.page-template-template-projects .outer{
    position: static;
}
body.page-template-template-projects .main{
    height:100%;
    position:relative;
}
.page-template-template-projects .wrapper{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height:100%;
    top:0;
    left:0;
}
#projects-content-wrapper{
    position:relative;
    height: 100%;
    overflow:auto;
    z-index:0;
    padding-bottom:200px;
}
#projects-content-wrapper .col-md-6
.page-template-template-projects .main{
    padding:0;
}
#projects-map-wrapper{
    position: absolute;
    top: 0;
    width: 50.8%;
    left: 0;
    height: 100%;
    z-index:1;
    overflow: hidden;
    visibility: hidden;
}

#projects-map-wrapper .gray-box-full-width{
    position: absolute;
    top:0;
    left:0;
    z-index:2;
    background-color:rgba(255,255,255,.9);
}
#portfolio{
    padding:0;
}
#projects-map{
    width:100%;
    height:100%;
    z-index:1;
}
#taxonomies-filter .section.categories-list-mobile{
    display: none;
}
#taxonomies-filter{
    position: relative;
}
#taxonomies-filter .categories-list button{
    margin-right:5px;
}

.property-types > span{
    display:none;
}

#taxonomies-filter .property-types .btn-primary{
    background: none;
    border: none;
    color: white;
    border-radius:0;
    box-shadow:none;
}

#taxonomies-filter .section{
    display:inline-block;
    margin-left:15px;
}

#taxonomies-filter .section > span{
    margin-right:5px;
}

#taxonomies-filter .section.categories-list > span{
    margin-left:10px;
    color:white;
}

.dropdown-menu li{
    list-style: none;
    margin:0;
    cursor:pointer;
}

.content{
    padding-left:25px;
}

#pagetitle #breadcrumb{
    display:none;
}
.page-template-template-properties .wrapper{
    background:white;
}
#properties-page .shuffle-container{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-grow:1;
    flex: 1;
    flex-wrap: wrap;
}
.properties #shuffle-sizer{
    width:49%;
    margin-left: 1%;
    display:inline-block;
    float:left;
}
.properties .available-property{
    width:49%;
    margin-left: 1%;
}

.portfolio-item{
    padding:0 1px;
    margin-bottom:2px;
}

.portfolio-item-image{
    height:300px;
    transform:scale(1);
    transition:all .3s ease;
}
.portfolio-item:hover .portfolio-item-image{
    transform:scale(1.3);
    transition:all .3s ease;
}
#sizer{
    height:300px;
    width:33.33%;
}

.portfolio-item-image{
    padding-bottom:90%;
}
.property-content h4{
    font-size:15px;
    margin-bottom:15px;
    margin-top: 5px;
}
.property-content p{
    font-size:14px;
    margin:0 40px 35px 40px;
}
.property-content{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.8);
    border:none;
    color:#fff;
    transition:all .3s ease;
    opacity:0;
    font-weight: 100;
    transform:scale(0);
    overflow:auto;
}
.portfolio-item:hover .property-content{
    transform:scale(1);
    opacity:1;
    transition:all .3s ease;
}


h3.portfolio-item-title {
    color:white;
    margin-bottom:20px;
}
h3.portfolio-item-title:before {
    width:300px;
}

.dropdown-menu li.price-sort{
    margin-top:10px;
    cursor:pointer;
}

#projects-footer-wrapper{
    position: absolute;
    bottom:32px;
    left:0;
    height:50px;
    width:100%;
    background:rgba(255,255,255,.8);
    z-index:10;
    padding-top:50px;
    transition:all .3s ease;
}
#projects-footer-wrapper.active{
    height:245px;
    transition:all .3s ease;
}
#projects-footer-wrapper .menu-mobile-close{
    display:none;
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 10px;
    visibility: visible;
}
#projects-footer-wrapper.active .menu-mobile-close{
     display:block;
}
#projects-footer-wrapper.active .menu-mobile-open{
    display:none;
}
#projects-footer-menu{
    position: absolute;
    top: 2px;
    right: 10px;
}

#projects-footer-menu .menu-mobile-open{
    display:block;
}

/*
    template-team
*/
.page-template-template-team #pagetitle{
    display:none;
}
.page-template-template-team #main{
    padding-top:100px;
}
.page-template-template-team #header, .single-cpo_team #header{
    background:#23527c;
}
.page-template-template-team #header .menu-main li a{
    color:white;
}
.page-template-template-team #header .menu-main li a:hover{
    text-shadow: none;
    color: #2a88bf;
}
.team-page.page-content{
    padding:50px 0 20px 0;
 }
.team-page.page-content{
    text-align:center;
}
.team-page.page-content p{
    max-width:90%;
    margin:0 auto 30px auto;
}
#team > div > .row{
    margin-left:0;
    margin-right:0;
}
#team > div .row:last-of-type .col4{
    float:none;
    display:inline-block;
}
#team > div .row:last-of-type{
    text-align: center;
}
.team-member{
    position: relative;
    overflow:hidden;
    text-align: center;
}
.team-member .underline:before{
    width:200px;
}
.team-member h4{
    font-size:15px;
    color:rgba(218,221,221,0.5);
}
.team .team-member-body{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    overflow:auto;
    background:rgba(0,0,0,.8);
    border:none;
    color:#fff;
    transition:all .3s ease;
    opacity:0;
    font-weight: 100;
    transform:scale(0);
}
#the-team .team-excerpt{
    display:none;
}
#the-team .btn-transparent{
    display:none;
}
#the-team h3{
    margin-top:45%;
}
#founders h3{
    margin-top:25%;
}
.team-member-body h3{
    font-weight: inherit;
    text-transform: none;
}
#founders .team-member-body p{
    font-size:14px;
}
.team-member-body p{
    margin-bottom:30px;
    font-size:13px;
}
.team-member-body p.team-info{
    font-size:20px;
    margin-bottom:20px;
    display: inline-block;
    cursor:pointer;
    position: relative;
}
.team-member-body p.team-info + p.team-info{
    margin-left:10px;
}
.team-member:hover .team-member-body{
    transition:all .3s ease;
    opacity:1;
    transform:scale(1);
}

p.team-info a{
    display: inline-block;
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}

p.team-info a .tooltip{
    background:white;
    padding:5px;
}
.team-member img{
    transform:scale(1);
    transition:all .3s ease;
}
.team-member:hover img{
    transform:scale(1.2);
    transition:all .3s ease;
}
#single-team-member > img{
    float:left;
}

.single-cpo_team #main{
    padding-top:155px;
}

.single-cpo_team #pagetitle{
    display:none;
}

#single-team-member h2{
    margin-top:0;
    border-bottom:1px solid #e8e6e6;
    padding-bottom:5px;
}

#single-team-member h4 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

/* Multiple properties STYLES */

/* Single-Projects STYLES */

.available-property{
    background: #eef1f5;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    padding:15px 0 0 0;
    margin-bottom:20px;
    position: relative;
}
.available-property img{
    width:100%;
    height:auto;
}
.available-property h3{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
    color: #205582;
}
.single-projects .content{
    width:100%;
}

#properties-page{
    padding:25px 0;
}

#properties-contact-wrapper{
    width:100%;
    padding:25px 0;
    background:#23527c;
    text-align: center;
    color: white;
    font-weight:300;
}
#properties-contact-wrapper h2{
     margin-bottom: 30px;
     font-weight: 300;
     font-size: 40px;
 }
#properties-contact-wrapper h3{
    font-weight: 200;
    font-size:16px;
}
#properties-contact-wrapper .contact-icon{
    background-color:transparent;
    width:50px;
    height:50px;
    padding-top:0;
}

#properties-wrapper{
    /*margin-top:20px;*/
    /*border-top:1px solid #e3e2e2;*/
    padding:20px 0;
}

#properties-wrapper h2{
    margin-top:0;
}
.property-item{
    text-align:center;
    margin-left:-15px;
    margin-right:-15px;
    border-top:1px solid #d9dede;
}
.property-item > div p{
    font-size:14px;
    font-weight:300;
}
.property-item > div{
    padding:10px 0;
    color: #858585;
}
.properties .available-property .text-content{
    min-height:100px;
}
.property-summary{
    height:150px;
    overflow:auto;
}

.property-image-wrapper{
    position: absolute;
    overflow:hidden;
    top:0;
    left:0;
    width:33.33%;
    height:100%;
}

.property-image-wrapper span, span.property-meta-mobile {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 6px;
    background: #23527c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.available-property .property-meta-mobile{
    display:none;
    right:0;
    left:auto;
}

.property-meta-mobile .property-type-indicator{
    right:100%;
    left:auto;
}

.property-item p{
    margin:0;
}
.available-property{
    overflow:hidden;
}
.available-property .btn_wrapper{
    margin-left:-15px;
    margin-right:-15px;
    background-color: #23527c;
    text-align: center;
    padding:10px;
    position: relative;
    color:white;
    cursor:pointer;
    transition:background-color .2s ease;
}
.available-property .btn_wrapper:hover{
    background-color:#3b82c2;
    transition:background-color .2s ease;
}
.available-property .btn_wrapper a{
    color:inherit;
    text-transform: uppercase;
    text-decoration:none;
}
.available-property .btn_wrapper a{
    text-decoration: none;
    color:inherit;
}
.available-property .btn_wrapper span:before{
    position: relative;
    top: 12px;
    left:0;
    transition:.2s ease left;
}

.available-property .property-contact-wrapper{
    position: absolute;
    padding:20px;
    left:100%;
    top:0;
    height:100%;
    width:100%;
    background-color:rgba(59,130,194,.96);
    transition:left .2s ease;
}
.available-property.active .property-contact-wrapper{
    left:0;
    transition:left .2s ease;
}
.property-contact-wrapper a{
    color:#fff;
}
.dropdown-menu>li>a.no-padding{
    padding:3px 12px;
}

.mileage-indicator{
    border-top: 1px solid white;
    font-size: 12px;
    text-transform: lowercase;
    display:none;
}

.property-type-indicator{
    position: absolute;
    top: 0;
    padding: 3px 6px;
    left: 100%;
}
.project-filter li:hover,.project-filter a:hover{
    background:none !important;
    color:#2a88bf !important;
}
#clear-filters{
    margin-left:10px;
    cursor:pointer;
    position: relative;
    top:1px;
    color:#fff;
}
#clear-filters:hover{
    color:#28a4c9;
}
#clear-filters span{
    position: relative;
    top: 3px;
    font-size: 17px;
    left: 3px;
}
.office.type-filter{
    color:purple;
}
.flex.type-filter{
    color:#e38d13;
}
.residential.type-filter{
    color:#89ce40;
}
.retail.type-filter{
    color:#28a4c9;
}
.land.type-filter{
    color:#3e8f3e;
}
.red-bg{
    background:#e4143b;
}
.office .property-type-indicator, .purple-bg{
    background:purple;
}

.flex .property-type-indicator, .orange-bg{
    background:#e38d13;
}

.residential .property-type-indicator, .green-bg{
    background:#89ce40;
}

.retail .property-type-indicator, .light-blue-bg{
    background:#28a4c9;
}

.land .property-type-indicator, .light-green-bg{
    background:#3e8f3e;
}

.mileage-indicator .padding-right{
    padding-right:3px;
}

.property-contact-wrapper > span{
    position:absolute;
    top:5px;
    right:5px;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition:         transform .3s ease-in-out;
}

.property-contact-wrapper > span:hover{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.property-contact-wrapper, .property-contact-wrapper h3, .property-contact-wrapper p{
    color:#fff;
}

.property-contact-wrapper .row > div{
    text-align:center;
}

.property-contact-wrapper > p{
    position: absolute;
    bottom: 0px;
    left: 20px;
    padding-top: 6px;
    width: 92%;
    /*border-top: 1px solid #fff;*/
    color: #fff;
    margin-bottom: 8px;
    cursor:pointer;
}

.property-contact-wrapper > p a{
    color:#fff;
}

.property-contact-wrapper .row .glyphicon{
    font-size:50px;
    /*background-color:rgba(255,255,255, .4);*/
    border-radius:50px;
    padding:20px;
}

.available-property .btn_wrapper:hover span:before{
    left:5px;
    transition:.2s ease left;
}

.available-property .btn_wrapper span{
    background:#0363a7;
    position: absolute;
    height:100%;
    width:40px;
    top:0;
    right:0;
    color:white;
}

.property-item .icon-wrapper{
    color:#23527c;
    font-size:18px;
}

.single-projects #main{
    min-height:500px;
    position: relative;
    padding-top:0;
    padding-bottom:0;
}

.single-projects #project-gallery {
    min-height:500px;
    padding-left:0;
}

.single-projects .carousel{
    position: absolute;
}

#project-single-map{
    width:100%;
    height:400px;
}


/* CONTACT US STYLES */
.page-template-template-contact-us #content{
    width:100%;
    padding: 2% 0;
}
.page-template-template-contact-us #header{
    position: relative;
    background:#fff;
}
.page-template-template-contact-us .page-content{
    max-width:900px;
    margin:0 auto;
}
.page-template-template-contact-us .page-content label{
    display: block;
    width:80%;
    margin-left:10%;
    text-align:left;
}
.page-template-template-contact-us .page-content textarea{
    max-height:150px;
}

#contact-info:before{
    background-color: rgba(35, 82, 124, 0.89);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index:0;
}
#contact-info{
    padding:0;
    background-image:url('/wp-content/themes/buchananpartners/buchananpartners/images/heros/birdseye1.jpg');
    background-color: rgba(0,0,0,0.4);
    background-size: cover;
    background-position: center;
    position: relative;
}

#contact-info p{
    margin-bottom:2px;
}

#contact-info h4{
    margin-top: 23px;
}

#contact-info > .container{
    padding:50px 0;
}
#contact-info h1{
    margin-top:0;
}
#contact-info .col > div{
    min-height:225px;
}
#contact-info .col > div{
    background-color:white;
    padding:25px 0;
}

.contact-icon{
    font-size: 50px;
    background-color: transparent;
    width: 100px;
    height: 55px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    padding-top: 0px;
}

#contact-us-page label{
    color:#205582;
}
#contact-us-page form{
    margin-top:30px;
}
#contact-us-page input, #contact-us-page textarea{
    border:1px solid rgba(32,89,138,0.5);
    border-radius: 5px;
    background-color:transparent;
}

#contact-us-page input[type="submit"]{
    color:rgba(32,89,138,0.8);
    background-color:transparent;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

#contact-us-page input[type="submit"]:hover{
    color:white;
    background-color:rgba(32,89,138,1);
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

/* CAROUSEL STYLES */

.item{
    height:100%;
}

.thumb {
    height: 90px !important;
    width: 100px  !important;
    background-size: contain;
    display:inline-block;
    cursor: pointer;
    opacity: .8;
    transition: opacity 200ms;
    position: relative !important;
    top: 5px !important;
    margin-left:2px !important;
    border:#fff solid 1px;
}
.thumb:hover {
    opacity: 1;
}
.thumb.active {
    opacity: 1;
    border:gray solid 1px;
}

.carousel {
    width:100%;height:100%;
}
#indicators-wrapper{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    white-space:nowrap;
    height: 100px;
}
#indicators-bg{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    white-space:nowrap;
    height: 100px;
    background: #111;
    opacity: .4;
}
.carousel-indicators {
    margin: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 5px;
    width: auto !important;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    white-space:nowrap;
    height: 100px;

}

.carousel-inner {
    position: absolute; top:0; left:0; right:0;
    bottom: 0;
}
.carousel-control {
    bottom: 100px;
    z-index:2000;
}

@media (max-width: 1300px) {
    #indicators-wrapper { display: none }
    .carousel-inner { bottom: 0; }
    .carousel-control { bottom: 0; }
}

.item-label {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.item .caption {
    position: absolute;
    bottom: 5px;
    right: 14px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 10px #000;
}

.field {
    float:left; margin-right: 40px; width: 150px; padding-top: 15px;
}

/* ABOUT US - SERVICES */
#about-us-page h2{
    font-size:40px;
    margin-bottom: 30px;
}
#about-us-page{
    background:white;
    padding-top:40px;
}
#about-us-page + .subfooter{
    padding:0;
}
.page-template-template-about-us .services{
    border-top:1px solid #205582;
    padding:45px 0;
}
.services-container{
    background-image:url('/wp-content/themes/buchananpartners/buchananpartners/images/heros/birdseye1.jpg');
    background-color: rgba(0,0,0,0.4);
    background-size: cover;
    background-position: center;
    color:white;
}
.services-container:before{
    background-color: rgba(35, 82, 124, 0.89);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index:0;
}
.services-container > .container{
    position:relative;
    z-index:1;
}
.services h2{
    color: #205582;
    margin-bottom: 35px;
}
.services .service{
    background-color:#fff;
    color:inherit;
    padding:15% 0;
    width:97%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    color:#567;
}
.services .service .service-title{
    color: #2a88bf;
}
.services .service .service-icon{
    float:none;
}
.services .service .service-body{
    margin-left:0;
    padding:0 45px;
}

#about-us-page .content{
    width:65%;
    margin-right:5%;
    padding-left:0;
}
#bubbles{
    float:right;
    width:30%;
    position:relative;
}

.circle{
    display:inline-block;
    width:225px;
    height:225px;
    background:white;
    border-radius:200px;
    box-shadow:0 2px 4px 2px rgba(0,0,0,0.3), inset 0 5px 5px rgba(0,0,0,0.5);
    border: 20px solid #205582;
}

.circle > h3{
    text-align: center;
    color: #205582;
    max-width: 165px;
    margin: 40px auto;
    margin-top: 30%;
    font-weight: 300;
}

#bubbles .circle{
    position:absolute;
    top:0;
    left:0;
}

#bubbles .circle .circle{
    top: 80%;
    left: 40%;
}

#bubbles .circle .circle .circle{
    top: 80%;
    left: -60%;
}

/* FOOTER STYLES*/
.footer{
    background-color:#f9f9f9;
    border-top:1px solid #e8e8e8;
}

.footer-logo img{
    max-width:230px;
}
.footer-logo img.light-logo{
    display: none;
}
.footer-contact-info{
    margin-top:-5px;
}

.footer-contact-info h3{
    margin-top:0;
}
.footer-contact-info h3, .footer-contact-info strong{
    color:#205582;
}
.footer-contact-info ul{
    text-align:left;
}
.subfooter{
    display: none;
}
.footer-contact-info li{
    font-weight:100;
    list-style:none;
}

.footer-tagline{
    text-align: left;
    padding-left:30px;
    margin-top:15px;
}


#bubbles .circle .circle .circle > h3{
    margin-top:23%;
}
@media (min-width: 1200px){
    #projects-map-wrapper{
        visibility: visible;
    }
}
@media (max-width: 1200px) and (min-width: 600px){
    #founders h3{
        margin-top:0%;
    }
    #founders .team-member-body p{
        font-size:13px;
        margin-bottom:20px;
    }
}
@media (max-width: 992px){
    .properties #shuffle-sizer{
        width:99%;
    }
    .properties .available-property{
        width: 100%;
        margin-left:0;
    }
    .property-image-wrapper{
        visibility: hidden;
    }
    .property-summary{
        height:auto;
    }
    .available-property .property-meta-mobile{
        display:block;
    }
    .hide-sm{
        display:none;
    }
}
@media (max-width: 992px) and (min-width: 800px){
    #the-team h3{
        margin-top:0;
    }
}
@media (max-width: 800px){
    #bubbles{
        display: none;
    }
    #about-us-page .content{
        width:100%;
    }
    #principles .team-member-title{
        margin-top:25%;
    }
    .pagetitle{
        padding:30px 0;
    }

    .pagetitle p{
        font-size:16px;
    }
    .pagetitle .pagetitle-title{
        font-size:40px;
    }
}

@media (max-width: 767px) {
    .field {
        float: none;
        margin: 0;
        width: 100%;
    }
    #taxonomies-filter .section.categories-list{
        display: none;
    }
    #taxonomies-filter .section.categories-list-mobile{
        display: inline-block;
    }
    #properties-page{
        width: 96%;
        margin: auto;
    }
    #properties-contact-wrapper h2{
        text-align: center;
        margin-top:0;
        font-size:30px;
    }

    .leasing-contacts{
        width: 300px;
        margin: auto;
        float: none;
    }

    #contact-info .col > div{
        width: 95%;
        margin: auto;
    }
    #contact-info .col{
        margin-bottom:12px;
    }
}

@media (max-width: 600px) {
    #team {
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    #team {
        width: 90%;
        margin: 0 auto;
    }
    .available-property{
        padding-top:33px;
    }

    .home article.news-item{
        width: 75%;
        left:10%;
        margin-bottom:50px;
    }

    #footer{
        padding-top:40px;
    }

    .footer-contact-info{
        text-align:left;
    }

    .footer-contact-info ul{
        margin-bottom:25px;
    }

    .footer-contact-info li{
        margin:5px 0 10px 10px;
    }

    .footer-logo{
        display:none;
    }

    .slider-slides{
        max-height:450px;
    }

    .header .logo{
        max-width:190px;
    }

    .page-template-template-about-us #pagetitle,  .page-template-template-properties #pagetitle{
        padding:100px 0 70px;
    }
}