﻿/*Theme Name:Benchmark
 Description:A responsive real estate WordPress theme
   Version:1.0.7
   Author:Minimalthemes
   Theme URI:http://demo.puriwp.com/realexpert/
   Author URI: http://themeforest.net/user/minimalthemes/portfolio/
   License URI:http://themeforest.net/Tags:white,two-columns,flexible-width,custom-background,threaded-comments
   Credits to:Twitter Bootstrap framework - http://twitter.github.com/bootstrap/HTML5
               Boilerplate template - http://html5boilerplate.com/The
               Roots theme - http://www.rootstheme.com/The
               Bootstrap theme - http://wordpress.org/extend/themes/the-bootstrap
*/

/* award card */
@import 'css/award.css';
/* Broker page */
@import 'css/single_broker.css';
/* News page */
@import 'css/page_blog.css';/* Individual specialist division */
@import 'css/specialist_division.css';
@import 'css/contact_us.css';
@import 'css/testimonial.css';
@import 'css/broker-list.css';
@import 'css/as-search.css';

/*==========================================================

                  **** Common Style Start ******

===========================================================*/
h1, h2, h3 {
    line-height: 1.2 !important;
}
h2 > small {
    color: #fff;
}
.inner-container {
    max-width: 900px;
    margin: 0 auto !important;
}

.outer-container {
    max-width: 1024px;
    margin: 0 auto;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}
.container.-wide {
    max-width: 1440px;
}
.container.-full {
    max-width: 100%;
	width: 100%;
}
@media (min-width: 1440px) {
  .container.-wide {
      width: 1440px;
  }
}
.color-orange {
    color: #ffa600 !important;
}

h2 {
    font-family: "Oswald-Semibold";
    color: #fff;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex-box > .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;

    padding: 0 1%;
}

.home-ebook.flex-box > .flex-item {
	-webkit-box-flex: 0;
	min-width: 50%;
	max-width: 50%;
}

.flex-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shadow-large {
    -webkit-box-shadow: 0 20px 40px #1a1b1c !important;
    box-shadow: 0 20px 40px #1a1b1c !important;
}

input:not([type="submit"]), .input-primary {
    opacity: .85;
    -webkit-transition: all .1s linear !important;
    transition: all .1s linear !important;

    width: 100%;
    height: 52px !important;
    padding: 0 0 0 15px !important;
    margin: 0 15px 15px 0 !important;

    font-size: 16px !important;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 !important;
}
.input-primary.-shadow {
    -webkit-box-shadow: 0 20px 40px #1a1b1c !important;
    box-shadow: 0 20px 40px #1a1b1c !important;
}

.input-primary.-dark {
  color: #fff;
  background: #272b31;
  opacity: 1;
  
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:focus, input:active, .input-primary:focus, .input-primary:active {
    opacity: 1;
}

select {

}

.btn-primary, .gform_wrapper input[type="submit"] {
      display: inline-block;
    position: relative;
    top: 0;
    font-family: "Oswald-Medium";
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    padding: 15px 30px;
    background: #fcce54;
    -webkit-box-shadow: 0 10px 0 #f6bb43;
    box-shadow: 0 10px 0 #f6bb43;
    border: 1px #f6bb43;
    border-radius: 5px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    margin-bottom: 0 !important;
}

.btn-primary.-shadow:after, .gform_wrapper input[type="submit"]:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -10px;
    border-radius: inherit;
    -webkit-box-shadow: 0 20px 40px #1a1b1c;
    box-shadow: 0 20px 40px #1a1b1c;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:focus, .gform_wrapper input[type="submit"]:active{
    top: 8px;
    background-color: #fcce54;
    border-color: #d39b40;
    -webkit-box-shadow: 0 2px 0 #f6bb43;
    box-shadow: 0 2px 0 #f6bb43;
}

.btn-primary:focus, .gform_wrapper input[type="submit"]:focus {
    outline: none;
}

.btn-primary:hover:after, .btn-primary:focus:after,
.gform_wrapper input[type="submit"]:hover:after, .gform_wrapper input[type="submit"]:hover:after {
    bottom: -2px;
}

.btn-primary.grey {
  top: 0;
    background: #272b31;
    border-bottom-color: #1a1b1c;
    -webkit-box-shadow: 0 10px 0 #1a1b1c;
    box-shadow: 0 10px 0 #1a1b1c;
}

.btn-primary.grey:hover {
    background-color: #272b31;
    -webkit-box-shadow: 0 2px 0 #1a1b1c;
    box-shadow: 0 2px 0 #1a1b1c;
}
.btn-primary > small {
    font-size: .7em;
}
.btn-primary.-normal {
  font-size: 1.2em;
  -webkit-box-shadow: 0 5px 0 #f6bb43;
  box-shadow: 0 5px 0 #f6bb43;
}
.btn-primary.grey.-normal {
  -webkit-box-shadow: 0 5px 0 #1a1b1c;
  box-shadow: 0 5px 0 #1a1b1c;
}

.btn-primary.-block {
  display: inline-block;
  width: 100%
}
.btn-primary.-disabled {
  pointer-events: none;
  opacity: 0.8;
}

.btn-youtube {
    padding: 11px 20px;
    background-color: #e90406;
    -webkit-box-shadow: 0 10px 0 #921021;
    box-shadow: 0 10px 0 #921021;
}
.btn-youtube:hover {
    background-color: #e90406;
    -webkit-box-shadow: 0 2px 0 #921021;
    box-shadow: 0 2px 0 #921021;
}


@media (max-width: 992px) {
    .btn-primary {
        font-size: 20px;
    }
}

html {
    background: #0054a6;
}

body {
    font-family: "montserratultra_light";
    overflow-x: hidden;
}

iframe[name='google_conversion_frame'] {
    display: none;
}

.printfriendly.pf-alignleft {
    display: none;
}

span .printfriendly.pf-alignleft {
    display: block;
}

/*-----  fonts    -------*/
@font-face {
    font-family: 'Oswald-Regular';
    src: url('fonts/Oswald-Regular.eot');
    src: url('fonts/Oswald-Regular.woff') format('woff'), url('fonts/Oswald-Regular.ttf') format('truetype'), url('fonts/Oswald-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('fonts/Oswald-Light.eot');
    src: url('fonts/Oswald-Light.woff') format('woff'), url('fonts/Oswald-Light.ttf') format('truetype'), url('fonts/Oswald-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('fonts/Oswald-ExtraLight.eot');
    src: url('fonts/Oswald-ExtraLight.woff') format('woff'), url('fonts/Oswald-ExtraLight.ttf') format('truetype'), url('fonts/Oswald-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('fonts/Oswald-SemiBold.eot');
    src: url('fonts/Oswald-SemiBold.woff') format('woff'), url('fonts/Oswald-SemiBold.ttf') format('truetype'), url('fonts/Oswald-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url('fonts/Oswald-Medium.eot');
    src: url('fonts/Oswald-Medium.woff') format('woff'), url('fonts/Oswald-Medium.ttf') format('truetype'), url('fonts/Oswald-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('fonts/Oswald-Bold.eot');
    src: url('fonts/Oswald-Bold.woff') format('woff'), url('fonts/Oswald-Bold.ttf') format('truetype'), url('fonts/Oswald-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratultra_light';
    src: url('/wp-content/themes/benchmark/fonts/montserrat-ultralight-webfont.eot');
    src: url('/wp-content/themes/benchmark/fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
    url('/wp-content/themes/benchmark/fonts/montserrat-ultralight-webfont.woff') format('woff'),
    url('/wp-content/themes/benchmark/fonts/montserrat-ultralight-webfont.ttf') format('truetype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal !important;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('/wp-content/themes/benchmark/fonts/montserrat-semibold-webfont.eot');
    src: url('/wp-content/themes/benchmark/fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
    url('/wp-content/themes/benchmark/fonts/montserrat-semibold-webfont.woff') format('woff'),
    url('/wp-content/themes/benchmark/fonts/montserrat-semibold-webfont.ttf') format('truetype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal !important;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('/wp-content/themes/benchmark/fonts/montserrat-regular-webfont.eot');
    src: url('/wp-content/themes/benchmark/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('/wp-content/themes/benchmark/fonts/montserrat-regular-webfont.woff') format('woff'),
    url('/wp-content/themes/benchmark/fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal !important;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('/wp-content/themes/benchmark/fonts/montserrat-light-webfont.eot');
    src: url('/wp-content/themes/benchmark/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('/wp-content/themes/benchmark/fonts/montserrat-light-webfont.woff') format('woff'),
    url('/wp-content/themes/benchmark/fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal !important;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('/wp-content/themes/benchmark/fonts/montserrat-bold-webfont.eot');
    src: url('/wp-content/themes/benchmark/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('/wp-content/themes/benchmark/fonts/montserrat-bold-webfont.woff') format('woff'),
    url('/wp-content/themes/benchmark/fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('/wp-content/themes/benchmark/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal !important;
    font-style: normal;
}

/*--- Background color ------*/
.bluegray-bg {
    background-color: #272b31;
}
.dark-bg {
	background: #0a0a0a;
}
.darkbluegray-bg {
    background-color: #272b31;
}

.orange-bg {
    background-color: #F3A91B;
}

.lightgray-bg {
    background-color: #dddddd;
}

.black-bg {
    background-color: #000;
}

.blue-bg {
    background-color: #00458A;
}

.white-bg {
    background-color: #fff;
}

.radial-gradient-black {
    background-color: #191919;
    background: radial-gradient(circle, #2f2f2f, #111, #000000);
}
.radial-gradient-black-transparent {
    background-color: #191919;
    background: radial-gradient(circle, rgba(47, 47, 47, .8), rgba(17,17,17,.8), rgba(0,0,0,.8))
}
.radial-gradient-blue {
    background-color: #004f9e;
    background: radial-gradient(circle, #0052a3, #004f9e, #013573);
}
.radial-gradient-orange {
    background-color: #e6bf6d;
    background: radial-gradient(circle, #f3d37b, #e6bf6d, #b57737);
}

.radial-gradient-blue > h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 100px 0;
    padding: 75px 0;
    text-transform: uppercase;
    font-size: 5em;
}

.light-blue-bg {
    background-color: rgba(0, 41, 68, 0.5);
}

.medium-blue-bg {
    background-color: rgba(0, 140, 255, 0.16);
}

body {
    background-color: #fff !important;
}

/*--- font color ------*/
.text-light {
  color: #fff;
}
.bluegray {
    color: #1D2328;
}

.darkbluegray {
    color: #191919;
}

.light-gray {
    color: #838383;
}

.lighter-gray {
    color: #bcbcbc;
}

.dark-gray {
    color: #191919;
}

.white {
    color: #fff;
}

.blue {
    color: #00458A;
}

.orange {
    color: #F3A91B;
}

.black {
    color: #000;
}

.clear {
    clear: both;
}

.light-blue {
    color: #1B4991;
}

.dark-pink {
    color: #801777;
}

.red {
    color: #EE1E24;
}

.light-orange {
    color: #FAA425;
}

.pink {
    color: #EE207C;
}

.sky-blue {
    color: #71ABC5;
}

.light-green {
    color: #6EA243;
}

.light-pink {
    color: #BF364F;
}

.lighter-green {
    color: #39A880;
}

.dark-orange {
    color: #FF811E;
}

.gray {
    color: #666666;
}

/*--------------Button style---------------*/
.button {
    color: #000;
    text-decoration: none;
    background-color: #f3a91b;
    padding: 10px 15px;
    border: 2px solid #fff;
    font-size: 12px;
}

.button:hover {
    background-color: rgba(243, 169, 27, 0.9);
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none !important;
}

.button-black {
    color: #fff;
    text-decoration: none;
    background-color: #191919;
    padding: 5px 15px;
    border: 2px solid #fff;
    font-size: 12px;
    font-family: "montserratultra_light";
}

.button-black:hover {
    background-color: rgba(243, 169, 27, 0.9);
    text-decoration: none;
    color: #000;
}

address a {
    color: #F3A91B;
}

/*--------------------------Header start --------------------------*/
/* new */
#advanced-search-submit-wrapper > .btn-primary {
    width: 100%;
    line-height: 1;
	white-space: nowrap;
}

#advanced-search-toggle {
    margin-top: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#advanced-search-toggle > .flex-item:first-child {
    text-align: right;
}

#advanced-search-toggle > .flex-item:first-child > a {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}

#advanced-search-options {
    margin-top: 10px;
}

/* end of new */
.top-header {
    min-height: 47px;
}

.top-header .row-fluid {
    overflow: hidden;
    clear: both;
}

#header #social-network {
    padding: 12px 0;
    float: left;
    margin-right: 45px;
}

#header #social-network a i {
    padding: 0px 10px;
    font-size: 20px;
}

#header .language {
    padding: 5px;
    display: inline-block;
}

#header #google_translate_element .goog-te-menu-value > span:last-child {
    display: none;
}

#header .language .goog-te-gadget-simple {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: "montserratultra_light";
    font-size: 12px;
}

#header .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff;
}

#header .goog-te-gadget-simple .goog-te-menu-value span {
    border: none !important;
}

#header .goog-te-gadget-simple .goog-te-menu-value span:last-child {
    color: transparent !important;
    background-image: url(/wp-content/themes/benchmark/images/language-arrow.png);
    display: inline-block;
    width: 29px;
    height: 29px;
}

#header .goog-te-gadget-icon {
    display: none;
}

iframe.goog-te-menu-frame {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12);
	max-width: 100%;
	max-width: 100vw;
}

iframe.goog-te-menu-frame .goog-te-menu2 {
    border: none !important;
}

#top-menu {
    margin: 13px 0;
    display: inline-block;
}

#top-menu a {
    font-family: "montserratultra_light";
    font-size: 11px;
    color: #fff;
    margin-left: 20px;
}

#top-menu a:first-child {
    margin-left: 0;
}

/*.site-logo{
    padding: 38px 0;
}*/

#nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #272b31;
}

#nav-wrap > .navbar {
    margin-bottom: 0 !important;
}

#nav-main > ul {
    margin-top: 0 !important;
}

.navbar > .navbar-inner > .btn-navbar {
    margin-bottom: 5px;
    background-color: #272b31 !important;
}

.navbar-inner {
    background: transparent !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.navbar .nav {
    margin: 0px;
    margin-top: 25px;
}

.navbar .nav > li {
    padding: 0px;
}

.navbar .nav > li > a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-family: "montserratultra_light";
    font-size: 16px;
    font-weight: bold;
    padding: 30px 15px;
}

.navbar .nav > li > .dropdown-menu:before {
    visibility: hidden;
}

.current-menu-item a {
/ / border-bottom: 2 px solid #F3A91B;
}

.dropdown-menu .current-menu-item a {
/ / border-bottom: none !important;
}

.navbar .nav > li > .dropdown-menu:after {
    display: none;
}

.navbar .nav > li > a:hover .dropdown-menu {
    display: block !important;
}

.navbar .nav > li.dropdown:hover > ul {
    display: block;
    width: auto;
    min-width: 320px;
    padding: 15px 0;
    margin-top: 0 !important;
    background-color: #121212;
    z-index: 10 !important;
}

.dropdown-menu {
    margin: 0px 0 0 !important;
    border-radius: 0px !important;
}

.dropdown-menu li {
/ / border-bottom: 1 px solid #000;
}

.dropdown-menu li:last-child {
/ / border-bottom: 0 px solid #000;
}

.dropdown-menu li:hover, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: none !important;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #F3A91B;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.dropdown-menu > li > a:hover {
    background-color: #00458A;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li.current-menu-item.current_page_item a {
    color: #fff !important;
}

#menu-useful-links li a {
    color: #fff;
}

#menu-useful-links li .dropdown-menu > li > a {
    color: #FFF;
    padding: 5px 15px;
}

#menu-useful-links li .dropdown-menu > li > a::before {
    content: "• ";
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
}

#menu-useful-links li .dropdown-menu > li > a:hover::before {
    color: #F3A91B;
}

#menu-useful-links li .dropdown-menu > li > a:hover {
    color: #F3A91B;
    background: #2d2d2d !important;
}

#menu-useful-links li.current-menu-item.current_page_item > a, #menu-useful-links li:hover > a {
    background: #F3A91B;
}

#menu-useful-links li.current-menu-item.current_page_item ul li a,
#menu-useful-links li:hover ul li a,
#menu-useful-links li ul li.current-menu-item.current_page_item a {
    border-bottom: none;
}

#menu-useful-links li ul li.current-menu-item.current_page_item a,
#menu-useful-links li ul li a:hover {
    color: #fff;
}

#menu-useful-links li.current-menu-item.current_page_item .dropdown-menu li.current-menu-item.current_page_item, #menu-useful-links .dropdown-menu li:hover {
    border-bottom: none !important;
}

#menu-useful-links li.current-menu-item.current_page_item .dropdown-menu li.current-menu-item.current_page_item a {
    color: #F3A91B !important;
}

.navbar .nav > li:last-child {
    padding-right: 0px;
}

/*#header .phone{
    padding-top: 33px;
}*/
#header #header-contact-info > a {
    text-align: center;
    font-family: "Oswald-Bold";
    font-size: 45px;
    color: #F3A91B;
    white-space: nowrap;
}

#header #header-contact-info > a > .fa-phone {
    color: #fff;
}

#header .logo-container.flex-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 5px;
}

#header .logo-container.flex-box > .flex-item {
    padding: 15px 0;
	min-width: 275px;
}

#header .logo-container.flex-box > .flex-item:last-child {
    text-align: right;
}

@media (max-width: 992px) {
    #header #header-contact-info > a {
        font-size: 35px;
    }
}

@media (max-width: 992px) {
    #header .logo-container.flex-box > .flex-item {
        text-align: center !important;
    }
}

/*----------------Banner-Title---------------*/
#banner-content {
    margin: 50px 0;
}

#banner-content > .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 14%;
    flex: 1 1 14%;
    text-align: center;
}

#banner-content > #slogan {
    font-family: "Oswald-Bold";
    font-size: 45px;
    color: #fff;
    line-height: .3em;
    text-transform: uppercase;
}

#banner-content > #slogan > small {
    font-size: .6em;
    color: #fff;
}

#banner-content > #slogan > .star {
    letter-spacing: -12px;
    line-height: 1em;
    position: relative;
    top: -10px;
    left: -6px;
    font-size: 40px;
}

#banner_container {
    padding: 70px 0;
    text-align: center;
}

#banner_container .inner-container {
    clear: both;
    overflow: hidden;
}

#banner_container .left-icon {
    display: inline-block;
    float: none;
    text-align: left;
}

#banner_container .right-content {
    display: inline-block;
    float: none;
    padding-left: 2%;
    text-align: left;
    vertical-align: middle;
}

#banner_container .right-content h3 {
    color: #fff;
    font-family: "montserratregular";
    font-size: 43px;
    font-weight: normal;
}

#banner_container .right-content h2 {
    color: #fff;
    font-family: "Oswald-Medium";
    font-size: 100px;
    font-weight: normal;
}

#banner_container .right-content p {
    color: #fff;
    font-family: "montserratlight";
    font-size: 30px;
    line-height: 35px;
}

.banner-title.large-heading {
    text-transform: uppercase;
    color: #fff;
}

/** business buy sell banner */
.banner-img-wrapper {
    height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img-wrapper > img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.banner-img-wrapper .inner-header {
    padding: 100px 0;
}

.inner-header .container .span3, .inner-header .container .span8 {
	float: none; 
}

.inner-header .container .header-icon-wrapper {
	/*max-width: 24%;*/
}

.inner-header h3 {
	text-align: left;
}

    /* -------------- Input fields ---------------------*/
label.gfield_label {
    display: none;
}

li.gfield {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gform_wrapper ul {
    margin-left: 0px;
}
/*
input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
textarea, .uneditable-input, select {

    border-radius: 0px;
    padding: 9px 20px;
    margin-bottom: 15px;
    min-height: 10px;
    font-size: 12px;
    font-family: "montserratultra_light";
    font-weight: normal;
    color: #838383;
    background-color: rgba(255, 255, 255, 0.9);
}

select {
    min-height: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}*/

select option {
    line-height: 30px;
    padding: 10px 0;
}

.ginput_container_select {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    background-image: url(/wp-content/themes/benchmark/images/language-arrow-white.png);
    background-position: 98%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 15px 15px 0 !important;
}

.ginput_container_select select {
    background: transparent;
    min-height: 40px;
    width: 100%;
    -webkit-appearance: none;
    margin: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 15px;
    height: auto;
}

/*------------------------Inner-pages----------------------*/
#sidebar {
    padding: 100px 30px 100px 0;
}

/*---------------------------VC common change-----------------------------------*/
.vc_row {
    margin: 0 auto !important;
}

.vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px;
}

.breadcrumb {
}

.button {
}

.content-two-cal {
}

.center {
    text-align: center;
    margin: 0 auto;
}

/*==========================================================

                  **** Common Style End ******

===========================================================*/

/*==========================================================

                  **** Pages Style Start ******

===========================================================*/

.post-type-archive-business .want-to-sell {
    min-height: 288px;
}

.benchmark-newseltter-form input[type="submit"] {
    width: 100% !important;
    padding: 45px 25px !important;
}

.benchmark-newsletter-form #text-7 {
/ / min-height: 339 px;
    text-align: center;
}

.benchmark-newsletter-form #text-7 h3.widget-title {
    font-family: "montserratbold";
    font-size: 32px;
    color: #f8a929;
    margin: 20px 0;
}

.benchmark-newsletter-form #text-7 .textwidget p {
    font-family: "montserratregular";
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 33px;
}

.benchmark-newsletter-form #text-7 .button {
    font-size: 20px;
    font-family: "montserratregular";
    color: #fff;
    width: 210px;
    margin: 15px auto;
    padding: 10px 33px;
    border: none !important;
    background-color: #f8a929 !important;
}

.value-my-business h3.widget-title {
    display: none;
}

.value-my-business {
    padding: 40px 0;
}

.value-my-business .col-left h3 {
    font-family: "montserratregular";
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    margin: 30px 0px;
}

.value-my-business .col-left {
    width: 40%;
    float: left;

}

.value-my-business .col-right {
    width: 54%;
    float: left;
    background-color: #1D2328;
    border: 2px solid #fff;
    font-size: 20px;
    font-family: "montserratregular";
    color: #fff;
    padding: 35px 25px 30px;
}

.quick-links {
    padding: 35px 0;
}

.quick-links h3.widget-title {
    display: none;
}

.quick-links ul.business-sales-nav {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #838383;
}

.quick-links ul.business-sales-nav li {
    display: inline-block;
    text-decoration: none;
    margin-right: 45px;
    padding-bottom: 5px;
}

.quick-links ul.business-sales-nav li a {
    color: #fff;
/ / margin-right: 45 px;
    font-size: 12px;
    font-family: "montserratregular";
}

.quick-links ul.business-sales-nav li:last-child {
    margin-right: 0px;
}

.quick-links ul.business-sales-nav li:first-child {
    border-bottom: 2px solid #F3A91B;
    position: relative;
    margin-bottom: -2px;
}

.quick-links ul.business-sales-nav2 {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    -moz-column-count: 4;
    -moz-column-gap: 150px;
    -webkit-column-count: 4;
    -webkit-column-gap: 150px;
    column-count: 4;
    column-gap: 150px;
}

.quick-links ul.business-sales-nav2 li {
    text-decoration: none;
    padding-bottom: 10px;
    min-width: 150px;
    list-style-type: none;
}

.quick-links ul.business-sales-nav2 li a {
    color: #bcbcbc;
    font-size: 12px;
    font-family: "montserratultra_light";
    font-weight: normal;
}

.buy-ebook {
    padding: 70px 0 35px;
}

.buy-ebook h3.ebook-title {
    font-size: 23px;
    font-family: "montserratregular";
    color: #fff;
    line-height: 120%;
    font-weight: normal;
}

.buy-ebook h3.ebook-title span.light-font {
    font-family: "montserratlight";
    font-weight: normal;
}

.buy-ebook .span5 {
    max-width: 330px;
}

.buy-ebook .span5 p {
    font-size: 13px;
    font-family: "montserratlight";
    color: #fff;
    font-weight: normal;
}

.buy-ebook .span5 p.regular-font {
    font-size: 13px;
    font-family: "montserratregular";
    color: #fff;
    font-weight: normal;
    padding-bottom: 10px;
}

.buy-ebook textarea {
    display: none;
}

.buy-ebook .gform_footer {
    margin: 0 auto;
    text-align: center;

}

.buy-ebook .gform_footer .button {
    font-size: 12px;
    font-family: "montserratregular";
    margin-top: 20px;
}

.business-signup form {
    position: relative;
    margin-top: 20px;
}

/*---------------------------- Business List ------------------------------*/
#latest-business-list > header > h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 100px 0;
    padding: 75px 0;
    text-transform: uppercase;
    font-size: 5em;
}

.business-list-item {

    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    margin-bottom: 75px;
    z-index: 1;
}

.business-list-item:after {
    content: "";
    width: 98%;
    height: 0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    -webkit-box-shadow: 0 0 30px 5px #333;
    box-shadow: 0 0 30px 5px #333;
}

.business-list-item .image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
	background-size: cover !important;
}

.business-list-item .image-wrapper:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 66%;
}

.business-list-item .image-wrapper > span {
    background-color: rgba(0, 84, 166, .7);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
}

.business-list-item > .detail-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.business-list-item > .detail-wrapper h3 {
    padding: 0 0 0 25px;
    line-height: 1;
	margin-top: 0;
}

.business-list-item > .detail-wrapper h3 > a {
    margin: 0;
    font-family: "Oswald-Medium";
    font-size: 25px;
    color: #000;
}
.business-list-item > .detail-wrapper h3 > a > span {
    color: #f6bb43;
}
.business-list-item > .detail-wrapper p {
    padding: 10px 0 10px 25px;
    font-family: 'montserratregular';
	font-size: 13px;
}

.business-list-item .detail-menu {
    background-color: #0054a6;
    color: #fff;
    padding: 15px 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.business-list-item .detail-menu [class$='-label'] {
    text-transform: uppercase;
}

.business-list-item .detail-menu .price,
.business-list-item .detail-menu .state {
    font-family: "Oswald-Medium";
    font-size: 30px;
    line-height: 1;
}

.business-list-item .detail-menu .state {
    font-size: 22px;
}

.business-list-item .detail-menu > div {
    display: inline-block;
    /*padding: 0 2%;*/
}
.business-list-item .detail-menu > .price-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 41%;
    flex: 1 1 41%;
    padding: 0;
}

.business-list-item .detail-menu > .state-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 17%;
    flex: 1 1 17%;
}

.business-list-item .detail-menu > .youtube-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    margin-top: -10px;
	text-align:center;
	min-width: 50px;
}
.business-list-item .detail-menu > .button-wrapper{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    margin-top: -10px;
	white-space: nowrap;
	text-align:center;
}
.business-list-item .detail-menu > .youtube-wrapper > a {
	padding: 9px 15px;
}
.business-list-item .detail-menu > .youtube-wrapper > a > img {
	vertical-align: baseline;
}
.business-list-item .youtube-wrapper > a, .business-list-item .button-wrapper > a {
    /*display: block*/
}

.business-list-item .detail-menu .btn-primary:after {
    content: none;
}

.business-list-item .button-wrapper > a {
    font-family: "Oswald-Light";
    font-size: 18px;
	padding: 7px 15px;
}

#latest-business-list .btn-primary.grey {
    display: block;
    padding: 30px;
    margin-bottom: 100px !important;
    white-space: normal;
}
#latest-business-list .btn-primary.grey:hover {
	top: 10px;
	margin-bottom: 100px !important;
}
#latest-business-list .btn-primary.grey > h2 {
    display: inline;
}

/*----------------------------Home page -----------------------------------*/
#newsletter {
    margin-left: 0;
    margin-right: 0;
}
#newsletter .btn-primary, .business-signup input[type="submit"] {
    white-space: normal;
}
.home-ebook .flex-item:first-child {
    padding: 0;
}
.home-ebook .flex-item:first-child h2 {
    max-width: 75% !important;
    font-size: 5.8em;
    margin: 0 auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 30px 15px;
    padding-top: calc( 30px - 15px);
}
h3 {
    font-family: 'montserratregular';
    font-size: 18px;
    /*color: #00458A;*/
    font-weight: normal;
}

p {
    font-family: 'montserratultra_light';
    font-size: 15px;
}

.everslider {
    margin-bottom: 0px !important;
}

.home .printfriendly.pf-alignleft {
    display: none;
}

.home-bg-image {
	background: #0a0a0a;
    /*background: repeating-linear-gradient(
            45deg,
            #282828,
            #282828 5px,
            #404040 5px,
            #404040 35px
    );
    border-bottom: 5px solid #282828;

    background-image: url(/wp-content/themes/benchmark/images/banner-bg-100.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/


}

.home .home-bg-image .footer-social-search {
    padding: 70px 0 60px;
}

/*-------------------------------- specialist_division ------------------------------------------*/
.single-specialist_division #post-content-container article {
    width: 32%;
    float: left;
    background: #fff;
    margin: 0 1% 5% 0;
    text-align: center;
}
.post-type-archive-specialist_division #content.span12 {
    display: none;
}

.post-type-archive-specialist_division #archive-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}

/*.post-type-archive-specialist_division #archive-wrapper ul.areas-specilisation {
    padding: 0 0px;
    margin: 0;
    display: table;
}*/

.post-type-archive-specialist_division #archive-wrapper ul.areas-specilisation li {
    list-style-type: none;
    
    display: inline-block;
    vertical-align: middle;
}

.post-type-archive-specialist_division #archive-wrapper ul.areas-specilisation .table-box {
    display: table;
    width: 100%;
    min-height: 382px;
}

.post-type-archive-specialist_division #archive-wrapper ul.areas-specilisation .table-box a {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 26px;
    font-family: "montserratlight";
    color: #fff;
}

.post-type-archive-specialist_division #archive-wrapper ul.areas-specilisation .table-box a:hover {
    background-color: rgba(248, 169, 41, 0.40);
    color: #fff;
}

.post-type-archive-specialist_division #archive-wrapper ul.areas-specilisation .table-box a:hover span {
    padding: 4px 0;
}

.post-type-archive-specialist_division ul.areas-specilisation-list {
    margin: 0;
    padding: 0;
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
}

.post-type-archive-specialist_division ul.areas-specilisation-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 40px;
}

.post-type-archive-specialist_division ul.areas-specilisation-list li a {
    font-size: 16px;
    font-family: "montserratlight";
    color: #fff;
}

.post-type-archive-specialist_division .region-buttons {
    text-align: center;
    margin: 0 auto;
    padding: 0px 0 100px;
}

.post-type-archive-specialist_division .region-buttons h1 {
    font-family: "montserratlight";
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}

.post-type-archive-specialist_division .region-buttons .button {
    font-family: "montserratregular";
    font-size: 14px;
    color: #000;
    padding: 8px 25px;
    margin: 20px;
    width: 48px;
    display: inline-block;
    height: 19px;
}

/*----------------------------------Contact page -----------------------------------------*/

.post-type-archive-location_info header#banner #banner_container {
    display: none;
}

.post-type-archive-location_info .contact-page-info h3 {
    font-size: 37px;
    font-family: "montserratlight";
    color: #fff;
    font-weight: normal;
}

.post-type-archive-location_info .contact-page-info p {
    font-size: 16px;
    font-family: "montserratlight";
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
}

.post-type-archive-location_info .contact-page-info address {
    font-size: 12px;
    font-family: "montserratultra_light";
    color: #bcbcbc;
    font-weight: normal;
    line-height: 28px;
}

.post-type-archive-location_info .ginput_container_select select {
    color: #333;
}

.padding-90-tb {
    padding: 90px 0;
}

.post-type-archive-location_info .has_first_name.no_middle_name.has_last_name label {
    display: none;
}

.post-type-archive-location_info #field_7_4.gfield {
    width: 102%;
    margin-bottom: 15px;
}

.post-type-archive-location_info textarea#input_7_6 {
    max-height: 100px;
}

.post-type-archive-location_info #field_7_7.gform_validation_container {
    display: none;
}

.post-type-archive-location_info .button {
    font-size: 14px;
    font-family: "montserratregular";
    color: #000;
    padding: 8px 40px;
    text-transform: uppercase;
}

.post-type-archive-location_info .location-container .button {
    text-transform: none;
}

.post-type-archive-location_info .want-to-sell #text-7 {
    display: none;
}

#gform_7 .gform_footer.top_label {
    text-align: right;
}

.margin-top-100 {
    margin-top: 100px;
    margin-bottom: 20px;
}

.location-container h3 a {
    font-size: 22px;
    font-family: "montserratregular";
    font-weight: normal;
    color: #fff;
}

.location-container .button {
    font-size: 12px;
    font-family: "montserratregular";
    font-weight: normal;
    color: #000;
    padding: 10px 25px;
}

.location-container h3 {
    margin-bottom: 18px;
}

.location-container .inner-container.center {
    margin-top: 145px;
    margin-bottom: 145px;
}

/*------------------------------------single contact pages ----------------------------------------------*/
.single-location_info header#banner {
    display: none;
}

.single-location_info #banner_container {
    padding: 0px 0;

}

.single-location_info #banner_container .overlay-bg {
    padding: 68px 0;
    background-color: rgba(0, 40, 73, 0.50);
}

.single-location_info .inner-container .contact-desc {
    padding-top: 70px;
    padding-bottom: 20px;
}

.single-location_info .contact-desc h3 {
    font-size: 30px;
    font-family: "montserratregular";
    font-weight: normal;
    color: #f3a91b;
    margin-bottom: 30px;
}

.single-location_info .info-number a {
    color: #f3a91b;
}

.single-location_info .info-number .button {
    color: #191919;
    padding: 10px 22px;
    text-transform: uppercase;
}

.single-location_info.postid-1946 .want-to-sell,
.single-location_info.postid-1945 .want-to-sell,
.single-location_info.postid-1943 .want-to-sell,
.single-location_info.postid-1944 .want-to-sell,
.single-location_info.postid-20872 .want-to-sell,
.single-location_info.postid-1952 .want-to-sell, .single-location_info.postid-3110 .want-to-sell {
    background-image: url(/wp-content/uploads/2015/11/contact_gold-coast.png);
    background-size: cover;
    background-position: 100%;
}

.bottom-padding40 {
    padding-bottom: 40px;
}

.single-location_info .contact-desc h4, .single-location_info .contact-desc p {
    font-size: 16px;
    font-family: "montserratlight";
    font-weight: normal;
    color: #fff;
}

.single-location_info .contact-info {
    font-size: 12px;
    font-family: "montserratlight";
    font-weight: normal;
    color: #bcbcbc;
    line-height: 30px;
}

.single-location_info .locations_broker h3 {
    font-size: 30px;
    font-family: "montserratregular";
    font-weight: normal;
    color: #f3a91b;
}

.single-location_info .locations_broker #ajax-content .broker-container {
    margin: 0px 5.8% 40px;
    min-height: 440px;
    position: relative;
}

.single-location_info .locations_broker #ajax-content img.attachment-broker-pic.size-broker-pic.wp-post-image {
    border-radius: 50%;
    width: 130px;
    height: auto;
}

.single-location_info .locations_broker #ajax-content .div-row.broker-thumbnail .broker-thum {
    min-height: 130px;
}

.single-location_info .locations_broker .info-number {
    font-size: 10px;
    font-family: "montserratultra_light";
    color: #fff;
    font-weight: normal;
}

/*--------------------------------- Single Post Blog/News -------------------------------------*/
.single.single-post header#banner, .single.single-post .container #main {
    display: none;
}

.single.single-post .outer-container #post-content-container {
    margin: 50px 0 50px;
}

.single.single-post {
    background-color: #fff;
}

.single.single-post .outer-container #post-content-container header h1 {
    font-size: 26px;
    font-family: "montserratlight";
    font-weight: normal;
    color: #187487;
    margin: 30px 0;
    line-height: 30px;
}

.single.single-post .entry-meta {
    margin-bottom: 30px;
}

.single.single-post .outer-container span.meta-parts {
    margin-right: 50px;
    font-size: 15px;
    font-family: "montserratregular";
    font-weight: normal;
    color: #333;
}

.single.single-post .outer-container span.meta-parts a {
    color: #F8A929;
}

.single.single-post .outer-container span.meta-parts:last-child {
    margin-right: 0px;
}

.single.single-post .outer-container .entry-content p {
    font-size: 15px;
    font-family: "montserratlight";
    font-weight: normal;
    color: #333;
    line-height: 18px;
    margin-bottom: 20px;
}

.single.single-post .outer-container .entry-content {
    /* max-width: 900px; */
    margin: 0 auto;
}

/*------------------------------------specialist devision details inner page -------------------------------------------*/
.single-specialist_division.postid-1893 #banner_container {
    background-color: #F3A91B;
}

.single-specialist_division.postid-1893 .symple-testimonial-author {
    color: #fff;
}

.single-specialist_division #business-recent {
    overflow: visible;
    padding: 50px 0 50px;
}

.single-specialist_division #business-recent .slider-box {
    overflow: hidden;
}

.single-specialist_division #business-recent .business-images .overlay-image {
    position: absolute;
    padding-left: 24%;
    top: 0;
    width: auto !important;
    height: 100%;
}

.single-specialist_division .full-width {
    margin: 0px 0 40px;
}

.single-specialist_division .full-width .button {
    font-family: "montserratregular";
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.single-specialist_division .full-width .span3.last {
    text-align: right;
    padding-top: 76px;
    width: 16.529915%;
    float: right;
}

.single-specialist_division .full-width .span3.float-right {
    float: right;
}

.single-specialist_division .full-width .span3 .site-logo {
    padding: 65px 0 0;

}

.single-specialist_division #sd-recent-news article {
    width: 100% !important;
    height: auto;
}

.single-specialist_division #sd-recent-news article time {
    color: #00458A;
    font-family: "montserratlight";
    font-size: 12px;
    padding: 10px 0 0;
    margin: 0;
}

.single-specialist_division #sd-recent-news article header {
    padding-top: 10px;
}

.single-specialist_division #sd-recent-news article header h2, .single-specialist_division #sd-recent-news article header h2 a {
    color: #000;
    font-family: "montserratregular";
    line-height: 16px;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px;
    min-height: 65px;
}

.single-specialist_division #sd-recent-news li {
    width: 205px !important;
    margin-right: 30px;
    height: 100% !important;
}

.single-specialist_division #post-content-container .entry-content p {
    color: #333;
    font-family: "montserratlight";
    font-size: 12px;
    padding: 0px 5px;
    min-height: 100px;
}

.single-specialist_division #post-content-container .read-more {
    padding: 10px 0;
    background: #00458A;
}

.single-specialist_division #post-content-container .read-more a {
    color: #fff;
    font-family: "montserratregular";
    font-size: 17px;
    text-transform: uppercase;
}

.single-specialist_division #sd-recent-news {
    overflow: visible;
    padding: 40px 0 100px;
}

.single-specialist_division #sd-recent-news h3 {
    font-family: "montserratlight";
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding: 30px 0 50px;
}

.single-specialist_division #sd-recent-news span {
    font-weight: bold;
}

.single-specialist_division #sd-recent-news .slider-box {
    overflow: hidden;
}

.single-specialist_division #sd-recent-news .es-pagination {
    display: none;
}

.single-specialist_division #sd-recent-news .es-navigation {
    display: block !important;
}

.single-specialist_division #sd-recent-news .es-navigation a {
    top: 59%;
}

.single-specialist_division .header .site-logo {
    /*padding: 50px 0 38px;*/
}

#more_posts,
.pager .button {
    cursor: pointer !important;
}

.business-item .business-status.status-text- {
    display: none;
}

/*********Footer-Section********/
#before-footer .darkbluegray-bg {
    padding: 15px 0 15px;
    background: url(/wp-content/themes/benchmark/images/banner-bg-100.jpg) center no-repeat;
    background-size: cover;
}

#before-footer .contact-detail-links p {
    color: #bcbcbc;
    font-family: 'montserratlight';
}

#before-footer .contact-detail-links p a.color-orange,
#before-footer .contact-detail-links p .color-orange a {
    color: #ffa600;
}

#before-footer .contact-detail-links p a.color-orange:hover,
#before-footer .contact-detail-links p .color-orange a:hover {
    color: #ffe82d
}

#before-footer .radial-gradient-orange {
    padding: 75px 0;
}

#before-footer #footer_widgets .container {
    width: 100% !important;
}

#before-footer #footer_widgets .widget_nav_menu {
    float: left;
    width: 40%;
    padding-top: 43px;
}

#before-footer #footer_widgets #nav_menu-4.widget_nav_menu {
    margin-right: 27px;
}

#before-footer #footer-widgets .widget_nav_menu {
    float: left;
    width: 50%;
}

.footer-upper .span5 .row-fluid {
    width: 82%;
    float: right;
}

.footer-upper .span5 .row-fluid #nav_menu-4 {
    width: 50% !important;
}

/*********Get in touch*********/
#before-footer .get-in-touch h4 {
    display: inline-block;
    padding: 0 5px 6px 0;
    color: #fff;
    font-family: "montserratregular";
    font-size: 20px;
    font-weight: normal;
}

#before-footer .get-in-touch p {
    padding-right: 5px;
    color: #bcbcbc; /*used for footer text color*/
    font-family: "montserratlight";
}

#before-footer .get-in-touch .contact-info {
    padding-right: 50px;
}

#before-footer .get-in-touch .yellow a, #before-footer .get-in-touch .contact-info a {
    color: #f3a91b; /*orange color*/
}

#before-footer .get-in-touc a:hover {
    color: #bcbcbc;
}

#before-footer .get-in-touch .button {
    margin-top: -20px;
    float: left;
}

/***************footer-link*************/
#footer_widgets .widget-title {
    display: none;
}

#footer_widgets .menu {
    list-style: none;
    margin: 0 0 10px 0px;
    paddin-top: 10px;
}

#footer_widgets .menu a {
    color: #bcbcbc;
}

#footer_widgets .menu a:hover {
    color: #fff;
    text-decoration: none;
}

#footer_widgets #nav_menu-4 .menu li {
    border-right: 1px solid #bcbcbc;
    width: 100%;
    line-height: normal;
    margin-bottom: 4px;
    font-size: 13px;
}

#footer_widgets #nav_menu-2 .menu li {
    margin-bottom: 0px;
    font-size: 13px;
}

#footer_widgets #text-6 {
    display: block;
    width: 100%;
    overflow: hidden;
}

#footer_widgets #text-6 .newsletter-title {
    color: #fff;
    font-family: "montserratregular";
    font-size: 23px;
    font-weight: normal;
    margin: 20px 0 20px;
}

#footer_widgets #text-6 .newsletter-title .yellow {
    color: #f3a91b;
}

#footer_widgets #text-6 #gform_fields_6 {
    margin: 0;
}

#footer_widgets #text-6 #input_6_1 {
    width: 100%;
    height: 20px;
}

#footer_widgets #text-6 #gform_6 {
    position: relative;
}

#footer_widgets #text-6 .gform_footer {
    position: absolute;
    top: 6px;
    right: 5px;
}

.row-fluid .footer-social.span9 {
    list-style: none;
    text-align: center;
    padding-top: 55px;
}

.row-fluid .footer-social li {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    font-size: 30px;
}

.row-fluid .footer-social li a {
    color: #fff;
    font-size: 24px;
}

.row-fluid .footer-social li a:hover {
    color: #bcbcbc;
    text-decoration: none;
}

.row-fluid .footer-link {
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

.row-fluid .footer-link li {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
}

.row-fluid .footer-link li a {
    color: #fff;
}

.row-fluid .footer-link li a:hover {
    color: #bcbcbc;
    text-decoration: none;
}

/************Copyright-Section************/
#footer {
    color: #fff;
    padding: 15px 0;
    font-family: "montserratultra_light";
    font-size: 12px;
}

#footer p {
    font-family: "montserratultra_light";
    font-size: 11px;
}

#footer a {
    color: #1D2328;
    font-family: "montserratultra_light";
    font-size: 12px;
}

#footer a:hover {
    color: #eeeeee;
}

#footer .row-fluid {
    display: table;
    width: 100%;
}

#footer .span4 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    font-family: "montserratultra_light";
    font-size: 12px;
    color: #000;
}

#footer .footer-logo img {
    max-width: 300px;
}

#footer .span4:first-child {
    padding-left: 8px;
}

#footer .span4:last-child {
    text-align: right;
    padding-right: 10px;
}

/********************Footer-End**********************/

/*******************Austrailias Leading Brokerage banner*****************/
.leading-brokerpage .outer-container p {
    font-family: "montserratregular";
    font-size: 24px;
    color: #fff;
}

.leading-brokerpage .owl-item {
    width: 240px !important;
    margin-right: 13px;
}

.leading-brokerpage .inner-content {
    width: 53%;
    margin: 0 auto;
    padding: 115px 0 80px;
}

.leading-brokerpage .first-line {
    text-align: left;
    margin-bottom: 20px;
}

.leading-brokerpage .next-line {
    text-align: right;
}

.leading-brokerpage .orange-content {
    font-family: "montserratbold";
    font-size: 52px;
    text-align: center;
    color: #f3a91b;
}

.leading-brokerpage #wpaft-logo-slider- {
    padding: 60px 0 0;
}

.leading-brokerpage .owl-buttons {
    position: relative;
    top: -85px;
}

.leading-brokerpage .owl-buttons .owl-prev {
    position: absolute;
    left: -80px;
    background: transparent !important;
    color: transparent !important;
}

.leading-brokerpage .owl-buttons .owl-prev::before {
    content: "\f0da";
    font-size: 107px;
    color: transparent;
    font-family: "FontAwesome";
    background-image: url("/wp-content/themes/benchmark/images/directional-nav-left.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.leading-brokerpage .owl-buttons .owl-next {
    position: absolute;
    right: -110px;
    background: transparent !important;
    color: transparent !important;
}

.leading-brokerpage .owl-buttons .owl-next::before {
    content: "\f0da";
    font-size: 107px;
    color: transparent;
    font-family: "FontAwesome";
    background-image: url("/wp-content/themes/benchmark/images/directional-nav-right.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.leading-brokerpage .owl-item .logo-container {
    text-align: center;
}

.owl-carousel {
    padding-bottom: 110px;
}

/****************Latest/Recently listed business***************/
.latest-business {
    padding: 50px 0;
}

#latest-business p, #recent-title-listing p {
    font-family: "montserratlight";
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

#latest-business .bold-content, #recent-title-listing .bold-content {
    font-family: "montserratbold";
}

#latest-business .recent-business-list-title, #recent-title-listing .recent-business-list-title {
    padding: 80px 0 50px;
}

#business-recent .es-slides li, #broker-recent .es-slides li {
    width: 275px !important;
    margin-right: 40px;
    height: 100% !important;
}

.business-images {
    position: relative;
    overflow: hidden;
}

.business-images .overlay-image {
    position: absolute;
    padding-left: 24%;
    top: 0;
    width: auto !important;
    height: 100%;
    pointer-events: none;
}

business-recent .es-slides .slide .bid-grid {
    position: relative;
}

.bid-grid span {
    position: absolute;
    background: rgba(243, 169, 27, 0.4);
    font-size: 15px;
    padding: 3px 10px;
    font-family: "montserratultra_light";
    color: #1d2328;
}

#business-recent .business-status .status-text-new {
    background: #fff;
}

.business-attribute .attribute-title {
    background: #fff;
    margin: 0;
    padding: 20px 20px 10px;
    text-align: center;
    min-height: 42px;
    line-height: 21px;
}

.business-attribute .attribute-title a {
    font-size: 18px;
    line-height: 20px;
    font-family: "montserratsemi_bold";
    color: #1d2328;
}

.business-attribute .attribute-excerpt {
    background: #fff;
    padding: 0px 20px 10px;
    font-size: 12px;
    font-family: "montserratultra_light";
    color: #222;
    text-align: center;
    min-height: 90px;
}

.post-type-archive-business .business-attribute .attribute-excerpt {
    min-height: 132px;
}

#business-recent .es-navigation, #broker-recent .es-navigation {
    display: block !important;
}

#business-recent .business-images .business-status, #broker-recent .business-images .business-status, .status-text-new {
    display: none;
}

.business-attribute .attribute-price {
    background: #00458A;
    padding: 15px 13px;
    min-height: 21px;
}

.business-attribute .attribute-price .attr-pricing {
    font-family: "montserratregular";
    color: #fff;
    font-size: 12px;
}

.business-attribute .attribute-price .attribute-city {
    font-family: "montserratultra_light";
    color: #fff;
    float: right;
    font-size: 12px;
}

#business-recent .inner-container, #broker-recent .inner-container {
    overflow: hidden;
    padding-bottom: 85px;
}

.everslider .es-navigation .es-prev {
    left: 10%;
    background: transparent;
}

.everslider .es-navigation .es-prev:before {
    content: "\f0d9";
    font-size: 100px;
    color: transparent;
    font-family: "FontAwesome";
    background-image: url("/wp-content/themes/benchmark/images/directional-nav-left.png");
    background-repeat: no-repeat;
}

.everslider .es-navigation .es-next {
    right: 12%;
    background: transparent;
}

.everslider .es-navigation .es-next span {
    background: none;
}

.everslider .es-navigation .es-prev span {
    background: none;
}

.everslider .es-navigation .es-next:before {
    content: "\f0da";
    font-size: 107px;
    color: transparent;
    font-family: "FontAwesome";
    background-image: url("/wp-content/themes/benchmark/images/directional-nav-right.png");
    background-repeat: no-repeat;
}

/***********Find a business Searchbox-Homepage************/
#advanced-search-main > .flex-item:first-child, #advanced-search-main > .flex-item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 2 25%;
            flex: 1 2 25%
}
#advanced-search-main > .flex-item{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 12.5%;
            flex: 1 1 12.5%
}
#advanced-search-options > .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
}

#sidebar .darkbluegray-bg {
    background: #1d2328;
}

.advance-search .search-title {
    padding: 20px 0 10px;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}

.post-type-archive-business .advance-search .search-title {
    padding: 20px 0 20px;
}

.post-type-archive-business.post-type-archive-business .advance-search .search-title {
    padding: 0;
}

.advance-search .search-title .left-content {
    width: 45%;
    float: left;
    text-align: right;
}

.advance-search .search-title .right-content {
    width: 54%;
    float: left;
    text-align: left;
    color: #fff;
    padding: 0.5% 0 0 1%;
}

.advance-search .search-title .right-content .orange-content {
    font-size: 43px;
    color: #f8a929;
    font-family: "montserratsemi_bold";
    text-transform: uppercase;
}

.advance-search .search-title .right-content .next-line {
    font-size: 26px;
    color: #fff;
    font-family: "montserratregular";
    text-transform: uppercase;
    display: block;
    margin-top: -15px;
}

.advance-search-form .ginput_container_select select {
    color: #191919;
}

.home .advance-search-form .ginput_container_select select {
    color: #838383;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.advance-search-form .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#sidebar .max-price {
    /*margin-bottom: 3 as0px !important;*/
}

.advance-search .option-submit {
    width: 20%;
    float: left;
    text-align: right;
    height: 100px;
}

.advance-search .option-bar {
    width: 16.6%;
    float: left;
    display: block;
    /*padding-right: 1%;*/
}

.advance-search .max-price {
    float: right;
    padding-right: 0;
}

.advance-search .max-price .ginput_container_select {
    float: right;
}

.home .advance-search .ginput_container_select {
    width: 125px;
}.home .home-bg-image {	height: calc(100vh - 279px);	display: flex;	align-items: center;}

.advance-search .search-description {
    color: #fff;
    font-size: 18px;
    font-family: "montserratlight";
    width: 100%;
    clear: both;
    float: left;
    margin: 30px 0 0;
}

.post-type-archive-business .advance-search .search-description {
    margin: 0px 0 10px;
}

.footer-social-search {
    margin: 0;
    text-align: center;
    padding: 40px 0 60px;
}

.footer-social-search li {
    display: inline-block;
    padding-right: 20px;
    font-size: 30px;
}

.footer-social-search li a {
    color: #fff;
}

.footer-social-search li a:hover {
    color: #00458A;
}

.grid-secondary-nav > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.grid-nav-item {
    float: left;
    position: relative;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    width: 20%;
    
    height: 90vh;
    min-height: 600px !important;
}

.grid-nav-item > a {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
}
#broker-img-nav .nav {
    max-height: 600px;
    box-sizing: border-box;
}
#home-secondary-nav .es-navigation, #broker-img-nav .es-navigation {
  display: block;
}
#broker-img-nav .grid-nav-item  a {
    height: 500px;
    position: relative;
    z-index: 0;
}
#broker-img-nav .grid-nav-item  a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60,150,222, .4);
    z-index: 1;
}

#broker-img-nav .wrapper {
    z-index: 2;
}

#broker-img-nav .grid-nav-item h4 {
    font-size: 35px;
}

.grid-nav-item > a:hover {
    color: #fff;
}

.grid-nav-item > a > .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    width: 100%;
    text-align: center;
}

.grid-nav-item h4 {
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    line-height: 1em;
}

.grid-nav-item img {
    width: auto !important;
    margin: 100px auto;
}

.grid-nav-item > a  p {
    color: #fff;
    font-size: 22px;
    font-family: 'montserratlight';
    max-width: 340px;
    margin: 0 auto 50px;
}

.grid-nav-item h5 {
    font-family: 'montserratlight';
    text-transform: uppercase;
    font-size: 22px;
    color: #fcce54;
}

.business-contract-sale {
    overflow: hidden;
    padding: 200px 0;
    color: #fff;
}

.business-contract-sale .under-contract-count {
    float: left;
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.business-contract-sale .for-sale-count {
    float: left;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.business-contract-sale .count {
    font-size: 65px;
    font-family: "montserratbold";
    text-shadow: 0 5px 5px black;
    text-align: center;

    padding: 50px 28px;
    display: table-cell;
    vertical-align: middle;
    float: left;

    outline-color: #2c2c2c;
    background: #2a2a29;
    border: 1px solid #383838;
    border-bottom-color: #2a2a2a;
    border-right-color: #2a2a2a;
    outline-style: outset;
    outline-width: 3px;

    min-width: 150px;
}

.business-contract-sale .label {
    background: transparent;
    text-transform: uppercase;
    font-family: "montserratsemi_bold";
    padding-left: 11px;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

.business-contract-sale .label .small-content {
    font-size: 15px;
    font-family: "montserratultra_light";
}

.business-contract-sale .label .medium-content {
    font-size: 22px;
    font-family: "montserratultra_light";
}

.business-contract-sale .label .large-content {
    font-size: 31px;
}

#mathew-winner {
    width: 100%;
    width: 100vw;
}

/***********Find a business Searchbox-Sidebar************/
#sidebar .outer-container {
    padding: 0 5px 5px;
}

#sidebar .search-title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "montserratregular";

}

#sidebar .advance-search-form {
    text-align: center;
    padding: 0 30px 20px;
}

/*
#sidebar .option-bar12{
    width: 96%;
}*/
#sidebar .advance-search .option-bar {
    width: 100%;
    margin-bottom: 15px;
}

#sidebar .advance-search .option-submit {
    width: 100%;
    float: none;
    text-align: center;
}

#sidebar .image-area {
    text-align: center;
    padding: 0 0 35px;
}

/***************Inner-Business-Page***************/
.business-sort .sortby {
    width: 70% !important;
    border: none !important;
}

.post-type-archive-business .inner-container2 {
    max-width: 710px;
    margin: 0 auto;
}

#ajax-posts-loop .business-item {
    width: 213px;
    float: left;
    margin: 8% 33px 0% 0;
}

.post-type-archive-business .business-search {
    background: #333;
    padding: 30px 0 20px;
}

.post-type-archive-business .business-search .ginput_container_select {
    width: 125px;
}

.post-type-archive-business .business-sort {
    width: 100%;
    text-align: right;
}

.post-type-archive-business .business-sort .counter {
    width: 50%;
    text-align: left;
    float: left;
}

.post-type-archive-business .business-sort .sort-title {
    width: 50%;
    text-align: right;
    float: right;
}

.business-images .wp-post-image {
    width: 100% !important;
}

.business-sort-footer {
    float: right;
    padding: 60px 0 20px;
    font-size: 14px;
    font-family: "montserratultra_light";
}

/*.post-type-archive-business #content {
    padding: 100px 0 60px;
}*/

.business-archive:not(.radial-gradient-blue) {
    background: #272b31;
}
.business-archive {
    min-height: 275px;
    padding: 150px 0;
    overflow: hidden;
}

.business-archive h2 {
    font-weight: normal;
    font-size: 75px;
    font-family: "Oswald-Medium";
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}

.business-archive h2 span {
    font-size: 71px;
}

.business-archive p {
    color: #fff;
    padding: 0 5% 0 20%;
    font-size: 20px;
    font-family: "montserratbold";
}

/* australia business broker */
.australia-business-broker-wrapper {
    background: url(/wp-content/themes/benchmark/images/blur_ebook.jpg) center no-repeat;
    background-size: cover;
    padding: 15% 0;
}

.australia-business-broker-wrapper input[type="submit"] {
    width: 100% !important;
    padding: 45px 25px !important;
}

.australia-business-broker-wrapper .title-wrapper {
    text-align: center;
    margin-bottom: 100px;
}

.australia-business-broker-wrapper h2,
.australia-business-broker-wrapper h3,
.australia-business-broker-wrapper h4 {
    text-transform: uppercase;
    font-family: "Oswald-Regular";
    color: #fff;
}

.australia-business-broker-wrapper h2 {
    font-size: 175px;
    line-height: 175px;
    margin: 0;
    color: #ffa600;
}

.australia-business-broker-wrapper h3 {
    font-size: 95px;
    line-height: 95px;
    display: inline-block;
}

.australia-business-broker-wrapper h4 {
    font-size: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
}

.australia-business-broker-wrapper .description-wrapper .title-wrapper {
    margin-bottom: 40px;
}

.australia-business-broker-wrapper .description-wrapper h4,
.australia-business-broker-wrapper .description-wrapper h5,
.australia-business-broker-wrapper .description-wrapper p {
    color: white;
}

.australia-business-broker-wrapper .description-wrapper h5,
.australia-business-broker-wrapper .description-wrapper p {
    font-family: "montserratlight";
    margin: 20px 0;
}

.australia-business-broker-wrapper .description-wrapper h4 {
    font-family: "Oswald-Medium";
    font-size: 40px;
    text-align: justify;
    margin: 0;
}

.australia-business-broker-wrapper .description-wrapper h5 {
    font-size: 22px;
}

.australia-business-broker-wrapper .description-wrapper p {
    font-size: 18px;
    text-align: center;
}

/* register seller */
#register-seller-wrapper {
    padding: 150px 0;
    text-align: center;
}

#register-seller-wrapper h2 {
    margin-bottom: 0;
    line-height: 1em;
    padding: 0;
    font-size: 90px;
}

#register-seller-wrapper h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
}

#register-seller-wrapper .container .gform_body {
    margin-bottom: 40px;
}

#register-seller-wrapper .container .gform_footer input[type="submit"] {
    padding: 25px 30px;
    margin-top: -25px;
    /*width: 80%;*/
}

#register-seller-wrapper .container .gform_body,
#register-seller-wrapper .container .gform_footer {
    display: inline-block;
    width: 49%;
}

/* inner page header */

.inner-header {
    padding: 150px 0;
    border-top: 10px solid #231f20;
    border-bottom: 10px solid #231f20;
}
.inner-header h2, .inner-header h3 {
    line-height: 1em;
    /*white-space: nowrap;*/
}
.inner-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.inner-header .container [class^="span"] {
    margin: 0 !important;
}
.inner-header h2 {
    font-size: 5em;
    font-family: "Oswald-Medium";
    text-transform: uppercase;
	/*max-width: 80%*/
}
.inner-header h3 {
    font-size: 40px;
    font-family: "montserratlight";
    padding-left: 20px;
    color: #fff;
    border-left: 3px solid #fbac29;
}
.inner-header > .container > .header-icon-wrapper {
    height: 160px;
    /*margin: 10px 50px 0 0;*/
    padding-right: 15px;
}
.inner-header img {
    height: 100%;
}

/* steps bulletpoint */

.step-wrapper {
	background: #272b31;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    /*-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-shadow: inset 0 30px 50px -20px rgba(0,0,0,0.2);
    box-shadow: inset 0 30px 50px -20px rgba(0,0,0,0.2);

    min-height: 265px;
}
.step-wrapper.blue .step-yellow-bg {
	background: url(/wp-content/themes/benchmark/images/bullet-step-blue.png) left center no-repeat;
	background-size: 100% 100%;
}

.step-wrapper > .row-fluid {
    margin-right: 0;
    margin-left: 0;
    display: block;
}

.step-wrapper .step-yellow-bg {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    text-align: center;
	max-width: 45%;
	background: url(/wp-content/themes/benchmark/images/step-label.png) left center no-repeat;
    background-size: 100% 100%;
	padding: 50px 0;
}

.step-wrapper .step-description-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;

    padding: 0 5%;
}

.step-wrapper img {
    vertical-align: baseline;
    height: 70px;
    margin-right: 40px;
}

.step-wrapper h2 {
    color: #fff;
    font-size: 6em;
    font-family: "Oswald-Regular";
    display: inline-block;
}

.step-wrapper h3 {
    color: #fff;
    border-left: 2px solid #fbac29;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 3em;
    font-family: "Oswald-Medium";
}

.step-wrapper p {
    color: #fff;
    margin-bottom: 25px
}

/* blue card */

.card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.card-grid > .blue-card-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    -webkit-box-shadow: inset 10px 0 50px 0 rgba(0,0,0,0.1);
            box-shadow: inset 10px 0 50px 0 rgba(0,0,0,0.1);
}

.blue-card-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.blue-card-wrapper > .card-head {
    width: 100%;
    background-color: #00458d;
    padding: 100px 0;
    -webkit-box-shadow: inset 10px 0 50px 0 rgba(0,0,0,0.1);
            box-shadow: inset 10px 0 50px 0 rgba(0,0,0,0.1);
}

.blue-card-wrapper > .card-head > h2 {
    margin: 0;
    font-family: "Oswald-Regular";
    font-size: 5em;
}

.blue-card-wrapper > .card-body {
    padding: 0 30px;
    text-align: center;
}

.blue-card-wrapper > .card-body > h3 {
    margin: 40px 0;
    font-family: "Oswald-Medium";
    font-size: 2.5em;
}

.blue-card-wrapper > .card-body > p {
    font-family: "montserratlight";
    font-size: 20px;
    margin-bottom: 30px !important;
}

.blue-card-wrapper > .card-footer {
    height: 15px;
    width: 100%;
    background-color: #013573;
    -webkit-box-shadow: inset 11px 20px 25px 0 rgba(0,0,0,0.1);
            box-shadow: inset 11px 20px 25px 0 rgba(0,0,0,0.1);

    position: absolute;
    bottom: 0;
}

/*------------------Inner-Page-Brokers----------------*/
.post-type-archive-broker .content-wrapper .container {
    width: 100% !important;
    max-width: inherit;
}

.post-type-archive-broker #content {
    padding: 0;
}

#archive-wrapper #nav li {
    width: 14%;
    float: left;
    display: table;
    min-height: 250px;
}

#archive-wrapper {
    background: #191919;
}

#archive-wrapper .inner-container {
    padding: 20px 0;
}

#archive-wrapper #ajax-content {
    background-size: cover;
    clear: both;
    background-image: url('/wp-content/themes/benchmark/images/brockers-bg.png');
    overflow: auto;
}

#archive-wrapper #ajax-content .broker-bg-image {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 8% 0 0px;
}

#archive-wrapper .container {
    max-width: 1100px !important;
    width: 100%;
}

#archive-wrapper #nav {
    display: inline-block;
    margin: 50px 0 40px 25px;
}

#archive-wrapper #nav li a {
    background-color: rgba(51, 51, 51, 0.8);
    min-height: 250px;
    height: 250px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-family: "montserratregular";
    font-size: 20px;
    color: #f3a91b;
}

#archive-wrapper #nav li a:hover {
    color: #f3a91b;
    background-color: rgba(51, 51, 51, 0.4);
}

#archive-wrapper #nav li {
    background-size: cover;
    background-repeat: no-repeat;
}

#archive-wrapper #nav .view-all {
    width: 100%;
    display: block !important;
    max-height: 50px;
    height: auto;
    min-height: auto;
}

#archive-wrapper #nav .view-all a {
    background-color: transparent;
    display: block;
    margin-top: 5%;
}

#archive-wrapper #nav .view-all a:hover {
    background-color: transparent;
}

#archive-wrapper #nav li:first-child {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokers.png');
}

#archive-wrapper #nav li:nth-child(2) {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokersff-gold-coast.png');
}

#archive-wrapper #nav li:nth-child(3) {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokersff-sydney.png');
}

#archive-wrapper #nav li:nth-child(4) {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokersff-melbourne.png')
}

#archive-wrapper #nav li:nth-child(5) {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokersff-adelaide.png');
}

#archive-wrapper #nav li:nth-child(6) {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokersff-darwin.png');
}

#archive-wrapper #nav li:nth-child(7) {
    background-image: url('/wp-content/themes/benchmark/images/Final_Benchmark_All_Brokersff-sunshine-coast.png');
}

/****************Inner-Individual-Brokers-Page******************/

.lastword {
    color: #F3A91B;
}
.footer-contact-info .left-side-image {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    margin-left: 10%;
}

.footer-contact-info .left-side-image img {
    border-radius: 50%;
}

.footer-contact-info .right-side-content {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
}

.footer-contact-info .right-side-content h3 {
    margin: 0;
}

.footer-contact-info .right-side-content h3 a {
    font-size: 19px;
    font-family: "montserratregular";
    color: #1D2328;
    font-weight: normal;
}

.footer-contact-info .right-side-content .contact-details a, .contact-details {
    font-size: 12px;
    font-family: "montserratlight";
    color: #1D2328;
}

#broker-recent .inner-container {
    overflow: hidden;
    padding-bottom: 100px;
}

#broker-recent .business-status, #broker-recent .es-pagination {
    display: none;
}

.blog-pagination {
  padding: 15px 0;
}
.blog-pagination li {
    display: inline-block;
    margin-right: 15px;
}
.blog-pagination li:last-child {
    margin-right: 0;
}

#broker-recent .es-slides li {
    width: 275px !important;
    margin-right: 25px;
}

/***********************************End-of-Individual-brokers-page*****************************/

/****************Inner-Individual-Business-Page******************/
.function-wrapper {
    text-align: center;
    border-bottom: 3px solid #231f20;
}
.function-wrapper > div {
    display: inline-block;
    padding: 35px 20px;
    border-left: 2px solid #2f2f2f;
    white-space: nowrap;
}
.function-wrapper > div#share {
    border-right: 2px solid #2f2f2f;
}
.function-wrapper > div#level {
    display:none;
}
.function-wrapper > div#level:hover,
.function-wrapper > div#share:hover+#level {
    display: block;
    position: absolute;
    padding: 0;
    z-index: 2;
    width: 100%;
    top: 50px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    height: 100%;
}
.function-wrapper > div#level:hover > a,
.function-wrapper > div#share:hover+#level > a {
    padding: 0 20px;
    position: relative;
    top: 32%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.function-wrapper > div > a {
    color: #fff;
    font-family: "Oswald-Regular";
    font-size: 1.7em;
}
.function-wrapper > div > a > i {
    width: 50px;
}
.single-business .info-social .icon-stack {
    margin-bottom: 30px;
}
.single-business .info-social .icon-stack i {
    color: #fff;
    font-size: 2em !important;
}
.single-business #banner {
    display: none;
}

.single-business #content {
    padding: 0;
    background: #fff;
}

.single-business .span8 {
    padding: 40px 7%;
}

.single-business .span8 article {
    margin-bottom: 60px;
}

.single-business .span12 {
    margin-left: 0 !important;
}

.single-business  .broker-wrapper a {
	color: #fff;
	margin-right: 30px;
}

.single-business  .broker-wrapper a:last-child {
	margin-right: 0;
}

.single-business .content-wrapper div:not(.business-archive) > .container {
    width: 100% !important;
    max-width: inherit;
}

.single-business .broker-container .container {
    max-width: 1140px !important;
    width: 100% !important;
}
.single-business .single-business-header {
    position: absolute;
    z-index: 2;

    top: 5px;
    left: 0;
    width: 100%;

    text-align: center;

    background-color: rgba(30,75,250, .8);
}
.single-business .single-business-header .single-business-title {
    font-family: "montserratregular";
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 40px 0;
    color: #fff;
}

.single-business .single-business-header .single-business-title span {

}

.single-business .business-detail-page {
    /*	border: 4px solid black; */
    display: block;
    text-align: center;
}

.single-business .feature-image-area {
    position: relative;
    border-top: 5px solid #231f20;
    border-bottom: 5px solid #231f20;
}

.single-business .feature-image-area .img-price {
    position: absolute;
    z-index: 2;

    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(50,50,50, .8);

    font-size: 50px;
    padding: 50px 50px 50px 15%;
    font-family: "Oswald-Medium";
    color: white;
    line-height: 1.2;
}

.single-business .feature-image-area .single-business-id {
    position: absolute;
    top: 4px;
    position: absolute;
    background: rgba(243, 169, 27, 0.6);
    font-size: 15px;
    padding: 0px 6px;
    font-family: "montserratultra_light";
    color: #1d2328;
    left: 4px;
}

.title-price-below-title {
    float: left;
    width: 100%;
}

.single-business .title-price-below-title .single-business-title {
    width: 63%;
    float: left;
}

.single-business .title-price-below-title .single-business-title {
    font-family: "montserratsemi_bold";
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #184787;
}

.single-business .title-price-below-title .single-business-title span {
    color: #1D2328;
    text-transform: capitalize;
}

.single-business .title-price-below-title .attr-pricing {
    width: 36%;
    float: left;
    text-align: right;
    font-family: "montserratregular";
    font-size: 22px;
    padding: 30px 0;
    color: #184787;
}

.single-business .title-price-below-title h3.single-business-title .attr-pricing {
    width: 100%;
    text-align: left;
}

.single-business .pf-content p {
    font-size: 15px;
    font-family: "montserratlight";
    color: #575757;
}

.single-business .business-meta {
    margin-top: 50px;
    padding: 30px 15px;
    clear: both;
    border-top: 5px solid #040404;
    border-bottom: 5px solid #040404;
}
#single_business_meta_wrapper {
	margin-top: 20px;
}
#single_business_meta_wrapper .business-meta    {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto !important;
}
.single-business .business-meta span.meta-size {
    margin: 1% 0;
    min-height: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 30%;
}

.single-business .business-meta span.meta-size .image-area {
    display: inline-block;
    /*width: 8%;
    float: left;
    margin-right: 3%;*/
}

.single-business .business-meta span.meta-size .title-area {
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    font-family: "montserratlight";
    color: #fff;
    /*width: 38%;
    float: left;
    margin-right: 2%;*/
}

.single-business .business-meta span.meta-size .description-area {
    display: inline-block;
    font-size: 14px;
    font-family: "montserratlight";
    color: #fff;
}
.single-business .business-broker-profile {
    width: 100%;
    float: left;
    clear: both;
    background: #272b31;
    text-align: center;
    padding: 100px 0;
}

.single-business .business-broker-profile h2 {
    color: #fff;
    font-size: 50px;
    font-family: "Oswald-Regular";
    margin: 0 0 60px;
}

.single-business .business-broker-profile .btn-primary {
    padding: 40px !important;
}

.single-business .business-broker-profile .bluegray-bg, .single-business .business-broker-profile .darkbluegray-bg {
    /*width: 48%;
    float: left;*/
    min-height: 185px;
    padding: 25px 10px 10px;
}

.single-business .business-broker-profile .bluegray-bg h3 {
    font-size: 28px;
    font-family: "montserratregular";
    font-weight: normal;
    padding-left: 30px;
}

.single-business .business-broker-profile .bluegray-bg .white {
    padding: 12px 0 12px 30px;
}

.single-business .business-broker-profile a {
    color: #fff;
}

.single-business .business-broker-profile a:hover {
    color: #e0e0e0;
}

.single-business .business-broker-profile .widget-title {
    display: none;
}

.single-business .business-broker-profile .content-widget img {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 150px;
}

.single-business .business-broker-profile .profile-thumb {
    /*width: 30%;
    float: left;*/
}

.single-business .business-broker-profile .profile-content {
    /*width: 70%;
    float: left;*/
}

.single-business .business-broker-profile .button {
    margin-right: 25px;
    color: #000;
    font-family: "montserratregular";
    padding: 10px 18px;
}

.single-business .business-broker-profile .button-long {
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 6px 9px;
}

.single-business .business-broker-profile .button:hover {
    color: #000;
}

.single-business .business-broker-profile .broker-widget-name {
    margin: 30px 0;
}
.single-business .business-broker-profile .broker-widget-name a {
    color: #ffa600;
    font-family: "Oswald-Medium";
    font-size: 2em;
    text-transform: uppercase;
}

.single-business .business-broker-profile .broker-widget-phone, .single-business .business-broker-profile .broker-widget-email {
    font-family: "montserratlight";
    font-size: 14px;
    margin-bottom: 10px;
}

.single-business .deed-button {
    /*width: 50%;
    float: left;*/
    display: block;
    padding-top: 50px;
    margin: 0 auto;
}

.single-business .broker-button {
    width: 50%;
    float: left;
    display: block;
    margin-top: 10px;
}
.single-business .broker-img-wrapper img {
    border-radius: 50%;
}
.single-business .span4 {
    margin: 60px auto 0;
}
.single-business .broker-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    position: relative;
    padding: 30px 30px 20px;

    background-color: #272b31;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.single-business .broker-wrapper h4 {
    color: #ffa600;
    font-family: "montserratlight";
    font-size: 19px;
}
.single-business .broker-wrapper h5 {
    color: #fff;
    font-style: italic;
}
.single-business .broker-wrapper div:not(:last-child){
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.single-business .broker-wrapper .broker-img-wrapper {
    text-align: right;
}
.single-business .broker-wrapper div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.single-business .broker-wrapper > .broker-img-wrapper > img {
    border-radius: 50%;
    border: 2px solid #fff;
}
.single-business .broker-wrapper p {
    color: #fff;
    text-align: justify;
    font-family: "montserratlight";
    margin: 30px 0;
}
.single-business .broker-wrapper > .list {
    border-top: 2px solid #3a3a3a;
    padding: 30px 20px;
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 100% !important;
	        flex: 1 1 100% !important;
	margin-left: -30px;
	margin-right: -30px;
}
.single-business .broker-wrapper > .list > a {
    font-family: "Oswald-Regular";
    font-size: 20px;
    color: #fff;
}
.single-business .broker-wrapper > .list > a > .fa {
	margin-right: 20px;
}
.single-business .broker-wrapper > .radial-gradient-black {
    height: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
}

.single-business .feature-image-area img {
    width: 100%;
}
/** end of individual business page **/

.gfield .gform_wrapper ul, .gform_wrapper ul {
    list-style: none;
}

.gfield .validation_message, .validation_error {
    color: #FF0000;
}

.gfield_error input, .gfield_error input[type="checkbox"], .gfield_error textarea {
    border-color: rgba(255, 128, 128, 0.6);
}

body .gform_wrapper .validation_error {
/ / border: 1 px solid #000;
    background: yellow;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
}

#gform_2 {
    position: relative;
    padding-bottom: 70px;
}

#gform_2 .validation_error {
    position: absolute;
    bottom: 0;
}

#gform_2 .gform_body #gform_fields_2 .gfield_label {
    display: block;
}

#gform_2 .gform_body #gform_fields_2 .gfield_label .gfield_required {
    display: none;
}

#gform_2 .gform_body #gform_fields_2 .name_first label, #gform_2 .gform_body #gform_fields_2 .name_last label {
    display: none;
}

#gform_2 .gform_body #gform_fields_2 li input[type="text"], #gform_2 .gform_body #gform_fields_2 li textarea, #gform_2 .gform_body #gform_fields_2 li input[type="email"], #gform_2 .gform_body #gform_fields_2 li input[type="tel"] {
    width: 92%;
}

/**** FM 8/19 added css for the new GF to enable styling to show up properly for this form ****/
#gform_111 {
    position: relative;
    padding-bottom: 70px;
}

#gform_111 .validation_error {
    position: absolute;
    bottom: 0;
}

#gform_wrapper_111 .gform_body #gform_fields_111 .gfield_label {
    display: block;
}

#gform_111 .gform_body #gform_fields_111 .gfield_label .gfield_required {
    display: none;
}

#gform_111 .gform_body #gform_fields_111 .name_first label, #gform_111 .gform_body #gform_fields_111 .name_last label {
    display: none;
}

#gform_111 .gform_body #gform_fields_111 li input[type="text"], #gform_111 .gform_body #gform_fields_111 li textarea, #gform_111 .gform_body #gform_fields_111 li input[type="email"], #gform_111 .gform_body #gform_fields_111 li input[type="tel"] {
    width: 92%;
}

/*********************Specialist-Division-Individual-Page**********************/
.single-specialist_division #content {
    /* padding: 100px 0 00px;*/
}

.single-specialist_division .want-to-sell #text-7 {
    display: none;
}

.single-specialist_division .pf-content h1 {
    font-family: "montserratlight";
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 35px 0;
}

.single-specialist_division .pf-content h2 {
    font-family: "montserratlight";
    font-size: 20px;

}

.single-specialist_division .pf-content {
    padding: 20px 0;
}

.single-specialist_division .pf-content p, .single-specialist_division .pf-content li {
    font-family: "montserratlight";
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}

.single-specialist_division .pf-content p {
    margin-bottom: 20px;
}

.postid-1902 #banner_container {
    background: #1B4991;
}

.postid-1902 #sd-recent-news h3 {
    color: #1B4991;
}

.postid-2100 #banner_container {
    background: #801777;
}

.postid-2100 .symple-testimonial-author {
    color: #801777;
}

.postid-2100 #sd-recent-news h3 {
    color: #801777;
}

.postid-1896 #banner_container {
    background: #EE1E24;
}

.postid-1896 #sd-recent-news h3 {
    color: #EE1E24;
}

.postid-1893 #banner_container {
    background: #FAA425;
}

.postid-1893 .symple-testimonial-author {
    color: #FAA425 !important;
}

.postid-1893 #sd-recent-news h3 {
    color: #FAA425;
}

.postid-1897 #banner_container {
    background: #EE207C;
}

.postid-1897 #sd-recent-news h3 {
    color: #EE207C;
}

.postid-1895 #banner_container {
    background: #71ABC5;
}

.postid-1895 #sd-recent-news h3 {
    color: #71ABC5;
}

.postid-2098 #banner_container {
    background: #6EA243;
}

.postid-2098 #sd-recent-news h3 {
    color: #6EA243;
}

.postid-2098 .symple-testimonial-author {
    color: #6EA243 !important;
}

.postid-2098 #sd-recent-news h3 {
    color: #6EA243;
}

.postid-2096 #banner_container {
    background: #BF364F;
}

.postid-2096 #sd-recent-news h3 {
    color: #BF364F;
}

.postid-1901 #banner_container {
    background: #1B4991;
}

.postid-1901 #sd-recent-news h3 {
    color: #1B4991;
}

.postid-1894 #banner_container {
    background: #39A880;
}

.postid-1894 .symple-testimonial-author {
    color: #39A880 !important;
}

.postid-1894 #sd-recent-news h3 {
    color: #39A880;
}

.postid-1900 #banner_container {
    background: #FF811E;
}

.postid-1900 #sd-recent-news h3 {
    color: #FF811E;
}

.postid-1899 #banner_container {
    background: #666666;
}

.postid-1899 #sd-recent-news h3 {
    color: #666666;
}

.single-specialist_division #business-recent .es-slides li {
    width: 212px !important;
    margin-right: 20px;
    height: 100% !important;
}

.single-specialist_division #business-recent .es-slides .attribute-title {
    padding: 15px 10px 10px;
}

.single-specialist_division .everslider .es-navigation .es-next {
    right: -8%;
    background: transparent;
    text-decoration: none !important;
}

.single-specialist_division .everslider .es-navigation .es-prev {
    left: -8%;
    background: transparent;
    text-decoration: none !important;
}

.single-specialist_division .attribute-title a {
    color: #333333;
}

.post-type-archive-specialist_division .want-to-sell, .single-specialist_division .want-to-sell, .post-type-archive-broker .want-to-sell, .single-broker .want-to-sell, .page-template-page-blog .want-to-sell, .single-post .want-to-sell, #contact-1946 .want-to-sell {
    min-height: 278px;
}
.post-type-archive-broker #ajax-content {
    background-image: none !important;
    background-color: #fff !important;;
}
/*==========================================================

                  **** Pages Style End ******

===========================================================*/
/*==========================================================

                  **** VC Pages Style End ******

===========================================================*/
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
    border-color: #1D2328 !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #1D2328 !important;
    color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    color: #fff !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel-body, .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
    border-width: 1px !important;
}

.vc_tta.vc_tta-shape-square .vc_tta-panel-body, .vc_tta.vc_tta-shape-square .vc_tta-panel-heading {
    border-radius: 0px !important;
}

.vc_tta.vc_tta-shape-square .vc_tta-panel-body {
    min-height: 0px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
    border: solid transparent !important;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    padding: 14px 20px !important;
    display: none !important;
    overflow: hidden !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: padding 0.2s ease-in-out !important;
    transition: padding 0.2s ease-in-out !important;
    background-color: #fbac29 !important;
}

.dataTables_length, .dataTables_filter, .dataTables_paginate a:first-child, .dataTables_paginate a:last-child {
    color: white !important;
}

/*==========================================================

                  **** VC Pages Style End ******

===========================================================*/


#mathew-winner {
	height: 55vh;
	min-height: 215px;
	background: url(/wp-content/themes/benchmark/images/mathew_winner.jpg) center no-repeat;
    background-size: cover
}
.specialist-division-banner {
  background-size: cover;
}
.dataTables_wrapper {
  /*padding: 0 20px !important;*/
}
.dataTables_wrapper input {
    margin-left: 20px !important;
    margin-right: 0 !important;
}
.dataTables_wrapper .dataTables_length select {
  margin-left: 28px !important;
}
.dataTables_wrapper table {
  max-width: 100vw;
  width: 100%;
}
.dataTables_info {
  color: #fff;
}
#slider_wrapper {
  display: none;
}
#ls-wp-fullwidth-container {
  overflow: hidden;
}