/*
Theme Name: WHS
Theme URI: http://www.westernhearingservices.com.au/
Author: Osky Interactive
Author URI: http://www.oskyinteractive.com.au/
Description: Official Theme For Western Hearing Services Australia website
Version: 1.0.0
Text Domain: whs
*/

/* Header Form */
.navbar-primary .navbar-nav.top-nav li.search a {
    color: #fff;
    background-color: #f26424;
    cursor: pointer;
    display: block;
    font-size: 24px;
    padding: 14px 18px;
    line-height: 1;
}
.navbar-primary .navbar-nav.top-nav li.search a:hover,
.navbar-primary .navbar-nav.top-nav li.search a:focus {
    color: #9f3034;
}
#headerSearch {
    background-color: #f26424;
}
#headerSearch .container {
      padding: 40px 15px;
}
#headerSearch .form-control {
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 30px;
}
#headerSearch .input-group-btn .btn {
    background-color: #fff;
    border-color: #d4d4d4;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-color: transparent;
    color: #ea494f;
    font-size: 24px;
    padding: 10px 15px;
}
#headerSearch .input-group-btn .btn:hover,
#headerSearch .input-group-btn .btn:focus {
    background-color: #f26424;
    border-color: #b53f0b;
    color: #fff;
}
#headerSearch .close {
    color: #fff;
    font-size: 24px;
    opacity: 1;
    text-shadow: none;
}
#headerSearch .close:hover,
#headerSearch .close:focus {
    color: #9f3034;
}
.navigation-search {
    margin: 0 15px;
}
.navigation-search .form-control {
  border-radius: 6px;
  height: 45px;
}
.navigation-search .btn {
    background-color: #f26424;
    color: #fff;
    font-size: 22px;
}
.slide-tab .handle {
    text-indent: 0 !important;
}

.banner-caption {
    font-size: 40px;
    color: #ee540e;
    line-height: 30px;
}

.caption-area {
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 12%;
}

.banner-caption a.btn.btn-primary {
    border-radius: 24px;
    font-size: 20px;
    border: none;
}

.bottom-caption-area {
    position: absolute;
    top: 75%;
    left: 51%;
}

.hidden-before {
    display: none;
}

@media (max-width: 1000px){
    .banner-caption {
        font-size: 25px;
        line-height: 13px;
    }

    .banner-caption a.btn.btn-primary {
        font-size: 12px;
    }
}

@media (max-width: 767px){
    .banner-caption {
        font-size: 24px;
        line-height: 10px;
    }

    .banner-caption a.btn.btn-primary {
        font-size: 12px;
    }

    div#owl-demo {
        display: none !important;
    }
}
.sidebar #gform_wrapper_2 #field_2_1 {
    display: none;
}

/**
 * ININ Chat widget style
 *
 * firdaus.zahari@oskyinteractive.com.au
 * 2016-10-26
 */
.inin-chat {
  bottom: 0;
  max-height: 40px;
  /* min-width: 240px; */
  /* overflow: hidden; */
  position: fixed;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right: 30px;
  z-index: 9999;
  width: 40px;
}

.inin-chat.left {
    min-width: 0;
    min-height: 220px;
    right: auto;
    left: 0;
    top: 50%;
    margin-top: -110px;
    /* max-width: 0; */
}

.inin-chat.inin-chat-active {
  max-height: 500px;
  width: 240px;
}

    /* .inin-chat.left.inin-chat-active {
        max-width: 220px;
    } */

    .inin-chat.left.inin-chat-active .inin-chat-body {
        max-width: 220px;
    }

  .inin-chat-heading {
    background: #222;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
  }

    .inin-chat.left .inin-chat-heading {
        -webkit-transform: rotate(90deg) translateZ(0) ;
        transform: rotate(90deg) translateZ(0) ;
        position: fixed;
        top: 50%;
        margin-top: -22px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 40px;
        width: 216px;
        left: -90px;
    }

    .inin-chat.left.inin-chat-active .inin-chat-heading {
        left: 125px;
    }

    .inin-chat-heading h4 {
      color: #fff;
      margin: 0;
    }

    .inin-chat-close {
      color: #fff;
      cursor: pointer;
      font-size: 28px;
      position: absolute;
      right: 10px;
      top: 0;
    }

    .inin-chat.left .inin-chat-close {
        top: 5px;
    }

  .inin-chat-body {
    background: #fff;
    border: 1px solid #222;
    border-bottom: none;
    padding: 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .inin-chat.left .inin-chat-body {
    border-bottom: 1px solid #222;
    border-left: none;
    height: 216px;
    max-width: 0;
    width: 100%;
    overflow: hidden;
  }

  .inin-chat-body label,
  .inin-chat-body input[type="text"] {
    display: block;
    width: 100%;
  }

  .inin-chat-body input[type="submit"] {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
  }

  /** Callback form */
.post-password-form p {
  font-size: 21px;
  font-weight: 300;
}

.post-password-form [name="post_password"] {
  display: block;
  width: 100%;
  height: 47px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-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;
  margin-top: 10px;
  width: 240px;
}
.post-password-form [type="submit"] {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #f26424;
  border-radius: 2px;
  background-color: #f26424;
  font-size: 18px;
  font-weight: 700;
  background-color: #EE9226;
  padding: 10px 15px;
  position: relative;
  top: 2px;
}

.page-template-template-callback .gform_confirmation_message {
    background: #2ECC40;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
/** end callback form */


/** end INI Chat widget style */

.navbar-primary .navbar-nav.top-nav li .text-accessibility li:nth-child(-n+1)::after {

	content: " | ";
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;

}

body > div.footer-area > div > div > div:nth-child(4) > nav > ul > li:nth-child(2){
	display:none !important;
}

.clinician-message {
    font-size: 18px;
    text-align: center;
    color:#666;
    padding:20px;
    background-color:#e5e5e5;
    border-top: #f26424 4px solid;
    margin: -15px 0px 25px 0px;
}


div.container p#breadcrumbs {
    margin-top: 10px;
}

.main-visual img{
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
