/*
Theme Name: Salient Child Theme
Theme URI: http://camistry.co.nz/
Description: This is a custom child theme for Salient
Author: Beans & Rice
Author URI: http: //beansandrice.co.nz/
Template: salient
Version: 0.1
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

#ajax-content-wrap {
  margin-top: -30px; }

button.advice {
  background-color: #f8f8f8; }

@media screen and (max-width: 1024px) {
  .container-wrap {
    padding-top: 0 !important; } }

.contact-modal {
  background-color: #00b2e2;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.25);
  display: none;
  left: 50%;
  max-height: 650px;
  max-width: 1200px;
  padding: 5% 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 10000; }
  .contact-modal * {
    color: #fff; }
  .contact-modal .close-contact {
    cursor: pointer;
    display: inline;
    font-size: 3rem;
    position: absolute;
    right: 2rem;
    top: 2rem; }
  .contact-modal .column {
    float: left;
    width: 50%; }
    .contact-modal .column:first-child {
      padding: 0 6rem 0 0; }
    @media screen and (max-width: 1024px) {
      .contact-modal .column {
        float: none;
        padding: 2rem !important;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .contact-modal .column {
        padding: 2rem 2rem 0 !important; } }
  .contact-modal form .half-width {
    float: left;
    margin: 0 1rem 2rem 0;
    width: calc(50% - 2rem); }
    .contact-modal form .half-width:nth-child(even) {
      margin-right: 0; }
  .contact-modal form p {
    padding: 0; }
    .contact-modal form p input,
    .contact-modal form p textarea {
      background-color: transparent;
      box-shadow: none;
      color: #fff; }
      .contact-modal form p input:focus,
      .contact-modal form p textarea:focus {
        background-color: transparent; }
  .contact-modal form input[type="submit"] {
    background-color: #333;
    display: block;
    font-size: 1rem;
    margin: 1rem 0 0;
    padding: 1rem;
    width: 100%; }
    .contact-modal form input[type="submit"]:active, .contact-modal form input[type="submit"]:focus, .contact-modal form input[type="submit"]:hover {
      background-color: #444 !important; }
  @media screen and (max-width: 480px) {
    .contact-modal form .half-width {
      float: none;
      margin: 1rem 0 0;
      width: 100%; } }
  .contact-modal h1 {
    margin: 0;
    padding: 0 0 2rem; }
  .contact-modal ul li a {
    font-size: 1.1rem;
    font-weight: bold; }
    .contact-modal ul li a span {
      margin-right: 1rem; }
    .contact-modal ul li a:hover {
      color: #000; }
  @media screen and (max-width: 1024px) {
    .contact-modal {
      -webkit-overflow-scrolling: touch;
      overflow: scroll; } }

.container::after {
  clear: both;
  content: "";
  display: block; }
.container.no-pad {
  padding: 0 !important; }
.container.reduced {
  max-width: 1080px !important; }

.dev-bg-image {
  background-size: cover !important;
  overflow: hidden;
  position: relative; }

.dev-content {
  padding: 10% 0; }
  .dev-content * {
    color: #fff; }
  .dev-content h1 {
    margin: 0;
    padding: 0 0 2rem;
    text-align: center; }
  .dev-content h4 {
    font-size: 1.4rem;
    padding: 0 0 2rem; }
  .dev-content ul {
    margin: 0;
    padding: 2rem; }
  .dev-content li {
    font-weight: bolder;
    list-style: circle; }
  .dev-content p:last-child {
    padding: 0; }
  @media screen and (max-width: 480px) {
    .dev-content {
      padding: 20% 2rem; } }

#footer-outer .widget h4 {
  font-size: 16px;
  font-weight: bold !important; }

@media screen and (max-width: 800px) {
  #header-outer {
    top: 50px; } }

.hero-logo {
  z-index: 10; }
  .hero-logo * {
    color: #fff; }
  .hero-logo h1 {
    font-size: 4rem;
    letter-spacing: 5px;
    line-height: 1;
    padding: 0 0 1rem;
    text-transform: uppercase; }
  .hero-logo h3 {
    font-weight: 300;
    text-transform: uppercase; }
  .hero-logo h4 {
    font-size: 1.5rem; }
  @media screen and (max-width: 800px) {
    .hero-logo {
      text-align: center; }
      .hero-logo h1 {
        font-size: 3rem;
        letter-spacing: 0; }
      .hero-logo h4 {
        font-size: 1.15rem; } }

.hidden {
  display: none !important; }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 120%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%; }

.video-hero {
  height: 650px;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .video-hero video {
    height: auto;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: -1000; }
  .video-hero .video-inner-container {
    bottom: 0;
    left: 50%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%; }
    .video-hero .video-inner-container .quote-container {
      display: block;
      max-width: 700px;
      padding: 4rem 0 0;
      width: 100%; }
      .video-hero .video-inner-container .quote-container blockquote {
        color: #fff;
        display: none;
        font-weight: 400;
        width: 100%; }
        .video-hero .video-inner-container .quote-container blockquote span {
          display: block;
          font-size: 1rem;
          font-style: italic;
          font-weight: 300;
          margin-top: 0; }
        .video-hero .video-inner-container .quote-container blockquote:first-of-type {
          display: block; }
  @media screen and (max-width: 800px) {
    .video-hero {
      background: url("assets/img/hero-bg.jpg") center center no-repeat;
      background-size: cover !important;
      height: 550px; }
      .video-hero .quote-container {
        display: none !important; }
      .video-hero .overlay {
        background-color: rgba(0, 0, 0, 0.35); }
      .video-hero video {
        display: none; } }
  @media screen and (max-width: 480px) {
    .video-hero blockquote {
      font-size: 0.9rem; } }

.item-count {
  display: none !important; }

.nectar-love-wrap {
  display: none; }

.nectar-icon-list-item {
  margin-bottom: 40px !important; }

.pagination {
  display: block;
  padding: 2rem 0 4rem;
  text-align: center; }
  .pagination .page-numbers {
    background-color: #fff;
    border: solid 2px #00b2e2;
    border-radius: 3px;
    color: #00b2e2;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 0.8rem 1rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      display: none; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background-color: #00b2e2;
      color: #fff; }

.parallax_slider_outer {
  margin: 0 !important; }

.portfolio-container {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0; }
  .portfolio-container::after {
    clear: both;
    content: "";
    display: block; }
  .portfolio-container .portfolio-lead {
    padding: 0 0 2rem;
    text-align: center; }
  .portfolio-container .portfolio-item {
    display: block;
    float: left;
    margin: 2rem 2rem 0;
    width: calc(50% - 4rem); }
    .portfolio-container .portfolio-item h3 {
      color: #00b2e2;
      text-align: left;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .portfolio-container .portfolio-item .image {
      height: 300px;
      width: 100%; }
    .portfolio-container .portfolio-item:hover h3 {
      color: #000; }
  @media screen and (max-width: 800px) {
    .portfolio-container .portfolio-lead {
      padding: 0 2rem 2rem; }
    .portfolio-container .portfolio-item {
      float: none;
      margin: 2rem 2rem 0;
      width: calc(100% - 4rem); }
      .portfolio-container .portfolio-item h3 {
        font-size: 1.25rem;
        line-height: 1.5; } }

.scroll-down {
  background-color: #fff;
  border-radius: 50%;
  bottom: 2rem;
  font-size: 2.5rem;
  height: 50px;
  left: 50%;
  padding: 7px 0 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px; }

#slide-out-widget-area .inner .off-canvas-menu-container li a {
  font-size: 20px !important; }

.sub-nav {
  background-color: #00b2e2;
  display: none;
  height: 50px;
  left: 0;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .sub-nav a {
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.6rem 2rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .sub-nav a span {
      margin-right: 1rem; }
    .sub-nav a:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .sub-nav .wrapper {
    background-color: transparent;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%; }
  @media screen and (max-width: 800px) {
    .sub-nav {
      display: block; } }
  @media screen and (max-width: 480px) {
    .sub-nav {
      text-align: center; }
      .sub-nav a {
        display: block;
        font-size: 1rem; }
        .sub-nav a span {
          font-size: 1.3rem; } }

.tax-results_category #page-header-wrap {
  display: none !important; }

.tv-performance-hero {
  background: url("assets/img/TV-Optimisation-Performance.jpg") center/cover no-repeat;
  margin: 0 0 -2rem;
  padding: 8rem 0;
  position: relative;
  z-index: 11; }
  .tv-performance-hero .btn {
    background-color: #fff;
    border: solid 2px #fff;
    color: #444;
    display: inline-block;
    font-weight: bold;
    margin: 1rem 0 0;
    padding: 1rem 3rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .tv-performance-hero .btn:hover {
      background-color: #00b2e2;
      border-color: #00b2e2;
      color: #fff; }
    @media screen and (max-width: 480px) {
      .tv-performance-hero .btn {
        max-width: none; } }
  .tv-performance-hero h1 {
    margin: 0;
    max-width: 900px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
    .tv-performance-hero h1 span {
      background-color: #00b2e2;
      box-shadow: 10px 0 0 #00b2e2, -10px 0 0 #00b2e2;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2;
      padding: 0.5rem 0; }
@-moz-document url-prefix() {
  .tv-performance-hero h1 {
    margin: 0 0 8rem;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .tv-performance-hero h1 span {
      background-color: transparent;
      box-shadow: none;
      line-height: 1.5;
      padding: 0; } }
    @media screen and (max-width: 480px) {
      .tv-performance-hero h1 {
        width: calc(100% + 4rem - 40px); } }
  .tv-performance-hero .overlay {
    height: 100%; }
  @media screen and (max-width: 800px) {
    .tv-performance-hero {
      margin: 0 0 8rem; }
      .tv-performance-hero .container {
        max-width: none !important;
        padding: 0 2rem; } }

.nectar-flip-box .flip-box-front i {
  text-align: left; }

.wrapper {
  background-color: #fff;
  position: relative;
  z-index: 10; }

/*# sourceMappingURL=style.css.map */
