/*
Theme Name: braidedhoses
Author: DM Web Design
Author URI: http://dmwebdesign.com.au
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: braidedhoses
*/

@import url(css/bootstrap.css);

html, body {
  height:100%;
}
body {
    font-weight: 400;
    line-height: 1.7;
    color: #373737;
    position: relative;
    margin: 0;
}

a {
    color:#428bca;
}

.logo {
    padding: 17px 0;
    display: block;
}

h1 {
    font-weight: 100;
}

h2, h3 {
    color: #45d3b5;
    font-weight: 300;
}

h3, h4 {
    font-weight: 200;
}

h2.listing-sub {
    color: #078fce;
    font-size: 1.5em;
    font-weight: 200;
}

.img-circle {
    margin: 0 auto;
    border: 1px solid #ccc;
}

.form-group {
    padding: 20px 0 30px;
}

.bike {
    max-width: 140%;
    margin: 100px 0 -50px -50px;
}

.sabai-directory-editlisting {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

fieldset.sabai-form-field.sabai-googlemaps-address.sabai-form-nolabel.sabai-form-type-address input, fieldset.sabai-form-field.sabai-googlemaps-address.sabai-form-nolabel.sabai-form-type-address select {
    background: #EEEEEE;
    pointer-events: none;
}

.sabai-googlemaps-map {
    background: url('images/map-loading.png') !important;
}

.sabai-googlemaps-map h2 {
    text-align: center;
    padding-top:135px;
    margin:0;
}

@media (min-width: 768px) {
  .sabai-directory-editlisting {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sabai-directory-editlisting {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sabai-directory-editlisting {
    width: 1170px;
  }
}

/* IPHONE STYLING */
@media (max-width: 768px) {
    .map-overlay {
        max-height: 65px !important;
        position:relative !important;
        margin-bottom: -5px;

    }
    .home-where {
        display:none;
    }
    #map {
        height: auto !important;
    }
}
/* END IPHONE STYLING */

@media (min-width: 992px) {
.bike {
    max-width:150%;
    margin-left:-40px;
    margin-top: -30px;
}
}

.sabai-form-type-fieldset legend {
    font-size: 1em;
}

.nopadding {
    padding: 0 !important;
}
@media (max-width:767px) {
.nopadding-sm {
    padding: 0 !important;
}
}

#main {
  min-height: 100%;
}

.home #results-list {
    display: none;
}

.home #results-map {
    width: 100% !important;
}

.home .sabai-directory-map-header {
display: none;
}

.home .sabai-directory-map.sabai-googlemaps-map {
    height:400px
}

#cta {
    display: inherit;
    background: #f8f8f8;
    padding: 17px;
    text-align: center;
}

#cta a {
    margin: 0 20px;
}

@media (max-width:787px) {
    #cta a {
        width:100%;
        margin: 20px 0 10px;
    }
}

#map #cta.great {
    display: inline-block;
    width: 100%;
}

#map {
    padding: 0;
    display: block;
    position: inherit;
    overflow:hidden;
}

#map .sabai-directory-listings-map {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#map #sabai-embed-wordpress-shortcode-1 {
    height: 400px;
    overflow: hidden;
}

#cta.great {
    display:none;
}

div.sabai-ajax-loader {
    background-size: 64px 64px;
}

.map-overlay {
    display: inline-block;
    position: absolute;
    width: 100%;
   height: 100%;
    max-height: 400px;
    opacity: 0.75;
    z-index: 200;
}

.home-where {
    position: absolute;
    width: 100%;
    height: 64vh;
    max-height: 400px;
    z-index: 201;
    transition: 0.4s ease;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.home-where:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#table {
    display: table;
    height: 100%;
    width: 100%;
}

#table-cell {
    vertical-align: middle;
    display: table-cell;
}

#spiel {
    position: inherit;
}

#spiel h1 {
    width: 100%;
    font-size: 28px;
    color: rgb(49, 214, 194);
}

.spiel-hoses {
    max-width: 90%;
    float: right;
}

section#points {
    padding: 60px 0 30px 0;
}

section#spiel, section#home-about {
    padding: 60px 0;
}

@media (min-width:768px) {
#spiel {
    margin-top: 65px;
}

#spiel h1 {
    width: 50%;
    float: left;
    font-size: 48px;
    color: rgb(49, 214, 194);
    padding-top: 5vh;
}

.spiel-hoses {
    max-width: 48%;
    padding-top: 5vh;
}
}

#points {
    display: inline-block;
    text-align: center;
}

#points img {
    height: 100px;
    display: block;
    margin: 0 auto 30px;
}

#points .spacer {
    padding: 50px 0;
}

@media (min-width:768px) {
#points img {
    height: 120px;
}

#points .spacer {
    padding: 0;
}
}

#facts, #safety, #bike, #think-about {
    padding: 50px 0;
}

#facts span {
    padding: 20px 0;
    display: block;
}

#facts-side {
    padding-top: 15vh;
}

#list-colours ul {
    padding-left: 16px;
}
#list-colours {
}

#map-iframe {
    border: 0;
    height: 35vh;
    width: 100%;
    max-height: 400px;
}


single-listing {
    background: #fff;
    width: 100%;
    margin-top: 300px;
    display: inline-block;
    position: relative;
}

tr.sabai-file-row {
cursor: move;
}

.sabai-col-sm-4.sabai-directory-main {
    float: none;
}

@media (min-width:768px) {
    .sabai-col-sm-4.sabai-directory-main {
    float: right;
}
}

.pin {
    float: left;
    margin: 4px 3px 0 0 !important;
}

ul#menu-menu {
//    float: right;
}

ul#menu-menu a {
    color: #575757;
}

.sabai-directory-search {
    background: none !important;
    border: none !important;
}

.sabai-entity-label-directory-claimed {
    display: none !important;
}

sabai-directory-map {
    position: fixed !important;
    width: 100%;
}

.home .max-map {
    max-height: 400px;
}

#map-header {
    background: #b3d1ff url('wp-content/themes/braided/images/map-header.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height:100%;
    width:100%;
}


input.sabai-googlemaps-directions-input.form-control, .sabai-directory-search-location input {
    padding-left: 10px !important;
}

.quicktags-toolbar {
    display: none;
}

.page-template-template-wheretobuy-php .sabai-directory-search {
    margin: 20px 0 !important;
}

.page-template-template-wheretobuy-php #main {
	min-height: 800px;
}

.sabai-directory-listings-container {
    padding: 0 5px;
}

.sabai-directory-listings-container>.sabai-navigation {
    border:none !important;
}

.page-template-template-wheretobuy .sabai-directory-listings-container>.sabai-navigation {
    display:none;
}

#map .sabai-navigation {
    padding: 0px !important;
}

.page-template-template-wheretobuy .sabai-navigation.sabai-navigation-bottom #cta {
    display: none;
}

.sabai-googlemaps-infobox {
    background-color: transparent !important;
}

.sabai-directory-listing-infobox {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.map-info {
    text-align: center;
    padding:10px 0 0px;
}

.map-info.view-details {
  padding:10px 0;
}

.sabai-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sabai-directory-listing-infobox .sabai-directory-main {
    font-size: 12px !important;
    border: 0 !important;
}

#results-map .sabai-directory-distance, #results-map .sabai-directory-contact, #results-map .sabai-directory-social, #results-map .sabai-directory-custom-fields {
    display:none;
}

.sabai-directory-distance {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

@media (min-width:992px) {
.sabai-directory-distance {
    margin-left: 21px;
}
}

.sabai-googlemaps-address.sabai-googlemaps-address-0 {
    font-size: 13px;
    font-weight: 400;
}

@media (max-width:767px) {
  .sabai-directory-map.sabai-googlemaps-map {
    display:none;
  }
}

#map .sabai-directory-map.sabai-googlemaps-map {
    height: 100vh !important;
    margin-top: -25vh;
}

.sabai-directory-map.sabai-googlemaps-map {
    height: 64vh !important;
}

@media (min-width:768px) {
    #results-list {
    overflow: initial;
    height: 64vh;
    padding:0 15px 0 0;}
}

#results-list {
    overflow: scroll;
}

.sabai-directory-distance {
    display: none;
    margin-left: 20px;
}

.sabai-entity-mode-summary:nth-child(odd){
    background: #f8f8f8 !important;
}

.adp-directions tr {
    line-height: 3em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
td.adp-text {
    padding: 0 30px;
}
.adp-summary {
    padding: 10px 30px;
}
.adp-directions tr:hover {
    background: #fafafa;
}

.sabai-directory-listings-list .sabai-entity {
    padding: 1em 0 !important;
}

.sabai-directory-listings-list .sabai-entity {
    border-color: #f0f0f0 !important;
}

.adp-directions {
    width: 100%;
}

i.sabai-entity-icon-directory-claimed.fa.fa-check-circle {
    display: none;
}

.bg-gradient {
    background: #078fce; background: -moz-linear-gradient(-45deg, #078fce 0%, #36d5b0 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#078fce), color-stop(100%,#36d5b0)); background: -webkit-linear-gradient(-45deg, #078fce 0%,#36d5b0 100%); background: -o-linear-gradient(-45deg, #078fce 0%,#36d5b0 100%); background: -ms-linear-gradient(-45deg, #078fce 0%,#36d5b0 100%); background: linear-gradient(135deg, #078fce 0%,#36d5b0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078fce', endColorstr='#36d5b0',GradientType=1 );
}

.bg-gradient h1 {
    color: #fff;
    margin: 13px auto;
    font-weight: 100;
    font-size: 2em;
}

.page-title {
    display: inline-block;
    width: 100%;
}

.view-listing {
    display: table-cell;
    vertical-align: middle;
    height: 82px;
}

@media (min-width:1200px) {
#view>div{
    display:inline-block !important;
    vertical-align:middle !important;
    width:82%;
    float: none;
}
}

#results-list .view-link a {
    width: 100%;
	display:none;
}

@media (min-width: 1200px) {
    .sabai-col-lg-2 {
    width: 16.66666667% !important;
}
}

#listing-about {
    min-height: 400px;
}

.specialises {
    z-index: 2;
}

h2#contact {
    margin-bottom: 14px !important;
}

#contact-contact div {
    margin-bottom: 30px;
}

.specialises h2 {
    margin-bottom: -6px;
}

.specialty {
    background: #f8f8f8;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

#user-specialty, #default-specialty {
    margin-top: 20px;
}

ul.specialises-in {
    list-style-type: none;
    -webkit-padding-start: 20px !important;
}

.hide-link span {
    font-size: 10px;
    color: #36d5b0;
    padding-right: 5px;
}

.hide-link a, .hide-link {
color: #343434;
}

.glyphicon {
    padding-right: 10px;
}
.glyphicon-check {
    padding: 0;
    color: #45d3b5;
}

#results-list .sabai-directory-contact-website {
    display: none;
}

#sabai-inline-nav {
    display: none;
}

/* .sabai-nav.sabai-nav-tabs.sabai-nav-justified:first-child, .sabai-nav.sabai-nav-tabs.sabai-nav-justified:first-child + li {
    display: none;
} */

.sabai-directory-search input {
    padding: 0 10px !important;
}

input.location-search {
    padding-left: 10px !important;
}

.sabai-directory-search-location input.form-control.location-search.tt-input {
    padding-left: 10px !important;
}

.form-control, .wpcf7-form-control, .sabai-form-field input, .sabai-form-field textarea, textarea, .wp-editor-container {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1em;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus, .wpcf7-form-control:focus, .sabai-form-field input:focus, .sabai-form-field textarea:focus, textarea:focus, .wp-editor-container:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0;
}

.wp-editor-container textarea {
    border: none;
}

/* -- NAVBAR -- */

#nav {
    z-index: 99;
    background: #fff;
    height:65px;
}

.navbar {
    background: #fff;
    min-height: initial;
    margin: 0;
}

#navbar-collapse {
    width: 100%;
}

@media (min-width: 768px) {
#navbar-collapse {
    width: auto;
}}

.logo img {
    width: 220px;
}

.navbar-toggle {
    background: #eee;
    margin: 14px 0px;
}

.icon-bar {
    border: 1px solid #ccc;
}

.navbar-default {
    background: none !important;
    border: none !important;
}

.navbar-collapse {
    float: right;
}

.navbar-default .navbar-nav > .active > a {
    background: none !important;
}

.nav > li {
  text-transform: uppercase;
}

.nav > li a {
    text-align: center;
    color: #777
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    text-align: left;
}

@media (min-width: 768px) {

  .logged-in .navbar-nav > li > a {
      padding: 22px 10px !important;
  }

.navbar-nav > li > a {
    padding: 22px 12px !important;
}

.logo img {
    width: 290px;
}

}

/* -- END NAVBAR -- */

.sabai-directory-editlisting {
    padding-top: 35px;
}

.sabai-entity-field-name-directory-category {
    width: 200px;
}

.sabai-directory-category {
    display: none;
}

footer {
    background: #263238;
    color: #979797;
    padding: 40px 0;
    position: relative;
    margin-top: 50px; /* negative value of footer height */
    height: 180px;
    clear: both;
}

.footer-right {
    text-align:right;
    display: block;
    margin-top: 15px;
}

.footer-right a {
    color: #f8f8f8;
}

#load {
    z-index: 1;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 15vh auto;
}

#circularG{
position:relative;
width:128px;
height:128px;
margin:0 auto;}

.circularG{
position:absolute;
background-color:#58A2F0;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.72s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:0.72s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:0.72s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:0.72s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:0.72s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.27s;
-webkit-animation-delay:0.27s;
-ms-animation-delay:0.27s;
-o-animation-delay:0.27s;
animation-delay:0.27s;
}

#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:0.36s;
-webkit-animation-delay:0.36s;
-ms-animation-delay:0.36s;
-o-animation-delay:0.36s;
animation-delay:0.36s;
}

#circularG_3{
top:0;
left:50px;
-moz-animation-delay:0.45s;
-webkit-animation-delay:0.45s;
-ms-animation-delay:0.45s;
-o-animation-delay:0.45s;
animation-delay:0.45s;
}

#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:0.54s;
-webkit-animation-delay:0.54s;
-ms-animation-delay:0.54s;
-o-animation-delay:0.54s;
animation-delay:0.54s;
}

#circularG_5{
right:0;
top:50px;
-moz-animation-delay:0.63s;
-webkit-animation-delay:0.63s;
-ms-animation-delay:0.63s;
-o-animation-delay:0.63s;
animation-delay:0.63s;
}

#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:0.81s;
-webkit-animation-delay:0.81s;
-ms-animation-delay:0.81s;
-o-animation-delay:0.81s;
animation-delay:0.81s;
}

#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}

.cluster div {
    color: #fff !important;
}

.backto {
    padding-bottom: 1em;
}

.dashboard-title_custom {
	font-size: 2em;
	margin: 30px auto -30px;
	color: #008ed0;
}

.sabai-directory-dashboard #sabai-nav, .sabai-directory-dashboard-leads #sabai-nav {
    display: none;
}

.sabai-directory-dashboard .sabai-table tbody tr {
    height: 80px;
}

.sabai-directory-listing-lead tr {
    height: 50px;
}

.sabai-directory-listing-lead tr p {
    padding: 15px 0;
}

.sabai-directory-listing-lead tr td {
    padding: 0 0 0 15px;
}


h2.sabai-form-field-label {
    font-weight: 300;
}

input[name="content_post_title[0]"], input.sabai-googlemaps-formatted-address, .gm-style  {
    /* pointer-events: none; */
    background-color:#f2f2f2;
}

.sabai-entity-bundle-type-directory_listing .gm-style {pointer-events:auto}


.sabai-googlemaps-find-on-map, .sabai-googlemaps-get-from-map {
    display: none !important;
}

.sabai-form-field.sabai-form-nolabel.sabai-form-type-checkbox {
    display:none
}

.main_custom_sabai {
	background: none repeat scroll 0 0 #f8f8f8;
	padding: 12px 0;
	margin: 60px 0;
}

.sabai_custom {
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

.sabai_custom a {
	padding: 6px 20px;
	margin: 5px 15px;
}


.sabai-row-action {
    visibility: visible !important;
}
.sabai-row-action a {
    display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;
    color: #fff; background-color: #428bca; border-color: #357ebd;
    font-size: 12px; line-height: 1.5; border-radius: 3px;
}
.sabai-row-action a:hover {
    color: #fff; background-color: #3276b1; border-color: #285e8e;
    text-decoration: none;
}

@media (max-width:768px) {

  .sabai-table td {padding:0; border:0px solid #f00 !important;}
.sabai-table td:nth-child(3) {float:left}
.sabai-table td:nth-child(4) {padding:0px 15px !important}
.sabai-table td:nth-child(5) {padding-left:15px !important}

}

.sabai-table th {display:none}

.sabai-table td:nth-child(1) {float:left;}
.sabai-table td:nth-child(2) {float: right}
.sabai-table td:nth-child(3) {float:left}
.sabai-table td:nth-child(4) {padding-left:62px}
.sabai-table td:nth-child(5) {padding-left:62px}

.sabai-table td {
    padding: 10px 15px;
    border:0px solid #000;
    display:inline-block;
}

.sabai-table {
    width:none !important;
    margin: auto;
}

.sabai-table tbody tr:nth-child(odd) {
background: #f8f8f8;
}

.sabai-table tbody tr:nth-child(even) {
background: #ffffff !important;
}

.home .hold {display:none;}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.loader:before {
  left: -3.5em;
}
.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #45d3b5;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #f8f8f8;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #45d3b5;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #f8f8f8;
  }
}

.sabai-ajax-loader {display: none}

.mce-toolbar-grp, .wp-editor-tools, .mce-statusbar  {display: none !important}

#listing-content .sabai-directory-info {
    background: #f6f6f6;
    padding: 10px 20px 20px;
}

#listing-content h3 {
    margin: 5px 0 15px;
}

.sabai-widget-directory-categories li {
    display: block;
}

.sabai-widget-directory-categories li a:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #45d3b5;
}

.sabai-widget-directory-categories a {
  color:#373737;
}

.sabai-widget-directory-categories a:hover {
  text-decoration:none;
  color:#078fce;
}

.widget_sabai_platform_wordpress_sabai_directory_contact {
    display: none;
}

.sabai-search {
    padding: 30px 5px 20px !important;
    border: 1px solid #fff!important;
    background: none !important;
}


.sabai-directory-search .sabai-btn {
    width: 100%;
    min-width: 0;
}

.sabai--search .sabai-btn {
    width: 100%;
}

.sabai-directory-search-radius-trigger {
    width: auto !important;
    position: inherit !important;
    padding: 0  !important;
}

@media (max-width:767px) {
    .sabai-directory-search-radius-trigger {
        padding: 0 4px !important;
        }
}


@media (min-width:992px) {
.sabai-directory-search-radius-trigger {
    padding: 0 9.4px !important;
}
}

@media (min-width:1200px) {
.sabai-directory-search-radius-trigger {
    padding: 0 17.7px !important;
}
}

.sabai-search .sabai-row> .sabai-popover {
    height: auto;
}

.sabai-popover.sabai-left>.sabai-arrow {
    top: 30% !important;
}

sabai-navigation .sabai-pull-right .sabai-btn-group {
    display: none;
}

.sabai-directory-filters {
    float: right;
}

.sabai-directory-filters label {
	font-weight: normal;
}

.sabai-directory-filters .sabai-form-field:first-child {
    padding: 0 20px 0 1px;
    float: left;
}

.widget_sabai_platform_wordpress_sabai_directory_contact .sabai-form-field-description {
    display: none;
}

#sidebar {
    padding-top: 17px;
}

#getdirections, #enter-address {
    padding: 0 15px;
}

input.sabai-googlemaps-directions-input {
    padding: 3px 5px !important;
}

.sabai-googlemaps-directions-search .sabai-googlemaps-directions-trigger {
    width: 100% !important;
}

.sabai-googlemaps-directions-panel .adp table {
    font-weight: 400 !important;
}

#results-list .sabai-directory-images {
    display: none;
}

div.sabai-directory-photos a {
    display: none;
}

div.sabai-directory-thumbnails a {
    display: inline-block;
}

.sabai-directory-photos img {
    max-height: 100px;
}

.sabai-col-sm-12.sabai-directory-images.nopadding {
    margin: 20px 0 30px;
}

.sabai-col-sm-6.sabai-directory-images {
    margin: 0 30px 30px 0;
}

span.suburb {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

span.results-list-address {
    padding-left:5px;
    text-transform: uppercase;
}

#results-list .fa-map-marker.fa-fw {
    float: left;
    padding-top: 4px;
}

.home .sabai-alert-danger {
    display: none;
}







.page-template-template-fixi header#nav {
    background-color: #1d1f29;
    height:100px;
}


.page-template-template-fixi ul#menu-menu a {
    color: #8e8f94;
}

.page-template-template-fixi .navbar-nav > li > a {
    padding: 39px 20px !important;
}

.page-template-template-fixi .page-title.bg-gradient {
    background: #252c3b;
    text-align: center;
    height: 240px;
    padding-top: 70px;
}

.page-template-template-fixi a.logo {
    padding: 35px 0;
}

.page-template-template-fixi div#main {
    color: #8c979a;
    line-height: 1.8em;
    font-size: 16px;
}

.page-template-template-fixi h1.container {
    font-size: 2.5em;
    font-weight: 400;
}

.page-template-template-fixi h3 {
    color:#373737;
    font-weight:bold;
    padding:30px 0 10px;
    font-size: 30px;
    }

.page-template-template-fixi h4 {
    color: #373737;
    font-weight:bold;
    padding:40px 0 10px;
    font-size:22px;
}

.page-template-template-fixi nav.navbar {
    border: 0;
}

.page-template-template-fixi button.btn.btn-primary {
    border-radius: 20px;
}

.page-template-template-fixi footer {
    background: #1d1f29;
    color: #8e8f94;
}

#login {
  padding-top:30px;
  display: grid;
}

#sabai-inline-content.sabai-tab-content {
    display: none;
}
