.office-contact-box, .contact-message-box{
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); 
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #ffffff;
    overflow: hidden;
    width:250px;
}
.contact-message-box{
    width: 250px;
    display:block;
    top:-10000px;
    left:-10000px;
}
.office-contact-box{
    float: left;
    margin:5px;
}
#office_list_holder > .tabs{
    overflow: hidden;
    margin-bottom:5px;
    border-left:#dcdfe6 1px solid;
}
#office_list_holder > .tabs > .office-filter-tab, #office_list_holder > .tabs > .office-filter-sel{
    white-space: nowrap;
    vertical-align: middle;
    background:#fff;
    border: 1px solid#dcdfe6;
    border-left-color: rgb(220, 223, 230);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 0;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    float:left;
    height:34px;
    padding:2px 5px;
}

#office_list_holder > .tabs > .office-filter-tab:hover, #office-search-right-col .clear-btn:hover{
    color:#3b5068;
}

#office_list_holder > .tabs > .office-filter-tab{
    padding-top:5px;
}
#office_list_holder > .tabs > .office-filter-sel{
    width:323px;
    padding-top:-3px;
}

#office-search-right-col .clear-btn{
    cursor:pointer;
}

#office-search-right-col .clear-btn .fa-minus-circle{
    color:#900;
}

#office_list_holder > .tabs > .office-filter-sel > select{
    width:240px;
    margin-top: -2px;
    margin-right:5px;
}

.office_row{
    overflow: hidden;
    background:#EEE;
    border:1px solid #3979a7;
    margin:5px 10px;
}

.cbm_fixed{ /* contact-message-box in on page edit */
    position: fixed;
    z-index:100;
    top:50px;
    left:10px;
    display:none;
}

.contact-message-box > .contact-name, .office-contact-box > .contact-name{
    color:#2f3e50;
    font-weight: bold;
}

.contact-message-box > .contact-photo, .office-contact-box > .contact-photo{
    float:left;
    margin:9px 5px 0px 0px;
}

.contact-message-box > .contact-photo > img, .office-contact-box > .contact-photo > img{
    height:95px;
}

.contact-message-box > .contact-btn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background:#fff;
    background-color:#3b5068;
    border: 1px solid #dcdfe6;
    border-top-color: rgb(220, 223, 230);
    border-right-color: rgb(220, 223, 230);
    border-bottom-color: rgb(220, 223, 230);
    border-left-color: rgb(220, 223, 230);
    color: #FFF;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    margin-left: 0px;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 4px;
    float:right;
    margin:5px 5px;
}

.contact-message-box > .contact-btn:hover{
    background-color: #485e77;
}

#office-search-left-col{
    width:220px;
    float:left;
    padding-bottom:10px;
}

#office-search-left-col .office-filter-sel{
    margin:5px 5px;
}

#office-search-right-col{
    min-width:544px;
    max-width:300px;
    float:right;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #3b78a6 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}
#office-search-left-col, #office-search-right-col{
    border: 1px solid #4b6a81;
}
.office-list-header{
    background: #3b78a6;
    padding-left:10px;
    color:#FFF;
    margin-bottom: 10px;
}
#office-search-right-col .contact-photo {
    height:95px;
    border: 1px solid #3b78a6;
}
#office-search-right-col .office_row{
    background:#FFF;
}
#office-search-right-col .office-contact-box{
    border:none;
    box-shadow: none;
}
#office-search-right-col .office-list-contact-btn{
    color:#FFF;
    background:#3b78a6;
    width:100px;
    text-align: center;
    margin: 5px;
    margin-left: 90px;
    cursor: pointer;
}
#office-search-right-col .office-list-contact-btn:hover{
    background:#5395c6;
}

#offices_no_results{
    text-align: center;
    margin-bottom: 10px;
}

#offices_no_results .office-filter-city-clear{
    background:#f0f0f0;
    padding:5px 10px;
}

#testimonial_preview_holder{
    width:500px;
    height:800px;
    border:1px rgb(146, 146, 146) solid;
    float:right;
    margin-top:-537px;
}

#testimonial_search_holder{
    width:650px;
    padding-left: 10px;
}

#testimonial-list{
    width:1200px;
    height:500px;
    border:1px rgb(146, 146, 146) solid;
    top: 0px;
    overflow: hidden;
    background: #FFF;
}

#testimonial-list tbody {
   overflow-y: scroll;
   height: 415px;
   width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
}

#testimonial-list tbody tr td, #testimonial-list thead tr th{
    padding: 10px;
}

#testimonial-list tbody tr{
    cursor: pointer;
}

#testimonial-list tbody tr:hover{
    background:#EEE;
}

#testimonial-list tbody tr td{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
 }

#testimonial-list thead, #testimonial-list tbody{
    display: block;
    width:650px;
}

.testimonials-filter-sel{
    width:190px;
    float:right;
    margin-left:10px;
}

#testimonials_lightbox{
    background: rgba(0,0,0,0.5);
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 888;
    position: absolute;
    text-align:center;
    padding:50px 50px;
    display: none;
}

.sm_elementor_btn{
    font-size: 14px;
    text-align: center;
    background-color:#818a91;
    color:#fff;
    padding: 8px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    justify-content: center;

}

.sm_elementor_btn:hover{
    background-color:#626b72;
}