/*
Theme Name:   Orion Creative
Theme URI:    http://verishades.com
Description:  Twenty Sixteen Child Theme
Author:       Orion Creative
Author URI:   http://www.orioncreative.com.au
Template:     twentysixteen
Version:      1.1.0
Text Domain:  twenty-sixteen-child
*/
/* --- Variables --- */
/* --- Mixins --- */
/* --- General --- */
.site {
  margin: 0;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  height: 0;
}

/* --- Typography --- */
body {
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.5;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

h1,
.entry-content h1 {
  color: #323232;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  margin: 0.75em 0;
}

h2,
.entry-content h2 {
  color: #6f8591;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
  margin: 1em 0;
}

h3,
.entry-content h3 {
  color: #6f8591;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}

h4,
.entry-content h4 {
  color: #6d6e71;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

p,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

p {
  margin: 0 0 1.5em 0;
}

p:last-of-type,
ul:last-of-type {
  margin-bottom: 0;
}

p + ul {
  margin-top: 1.5em;
}

/* --- Header --- */
.site-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 16px #aaaaaa;
          box-shadow: 0 0 16px #aaaaaa;
  height: 115px;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 200;
}

.site-header-main {
  padding: 0 2.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-main .australian-owned-icon img {
  max-width: 64px;
  margin-left: 15px;
}

.site-branding,
.site-header-menu,
.header-image {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.site-branding .logo {
  width: 95px;
}
.site-branding .tagline {
  width: 200px;
}

.header-button {
  border: 1px solid #4e5d66;
  border-radius: 2px;
  font-size: 0.8125rem;
  margin: 1.076923077em 10px 1.076923077em 0;
  padding: 0.769230769em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #4e5d66;
}
@media screen and (min-width: 44.375em) {
  .header-button {
    font-size: 1rem;
    margin: 1.3125em 15px 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em;
  }
}
@media screen and (min-width: 56.875em) {
  .header-button {
    display: none;
  }
}
.header-button:hover, .header-button:focus {
  color: #fff;
  border-color: #384349;
  background-color: #384349;
}

/* --- Navigation --- */
.main-navigation a {
  color: #6d6e71;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0 0.75em;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #6f8591;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 400;
}

/* --- Slider --- */
#slider_179 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 115px;
}

.owl-carousel .owl-item > div {
  text-align: center;
}
.owl-carousel .owl-item > div .logo {
  margin-bottom: 1.5em;
  max-width: 340px;
}
.owl-carousel .owl-item > div h2 {
  color: #6d6e71;
}
.owl-carousel .owl-item > div p {
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-item > div .arrow {
  margin-top: 2em;
}
.owl-carousel .owl-item > div img {
  display: inline;
  width: auto;
}

/* --- Content --- */
.site-inner {
  max-width: 1600px;
  padding: 0;
  width: 100%;
}

.page .site-content {
  padding: 0;
}

.site-main {
  float: left;
}

.content-area {
  width: 100%;
}

.wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 10% 0 0 0;
  width: 100%;
}

.column {
  float: left;
  margin: 0 2.5%;
  width: 45%;
}

.column-full {
  float: left;
  margin: 0 2.5%;
  width: 95%;
}

.arrow-wrapper {
  float: left;
  margin: 5% 2.5% 10% 2.5%;
  text-align: center;
  width: 95%;
}

/* --- Features --- */
#features-overview {
  background: url("images/features-overview.jpg");
  background-position: center;
  float: left;
  width: 100%;
}
#features-overview .wrapper {
  padding: 10% 0;
}

#feature-wrapper {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

.feature {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.feature:nth-child(2n) .feature-hover {
  background-color: #6f8591;
}
.feature:nth-child(2n) .colour-mask {
  background-color: #6f8591;
  opacity: 0.7;
}
.feature h2 {
  margin: 0.5em 0;
}

.feature-hover {
  background-color: #86878b;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 100;
}
.feature-hover:hover {
  opacity: 0.9;
}

.colour-mask {
  background-color: #86878b;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 50;
}

.feature-title {
  top: 15%;
  padding: 0 6%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.feature-title h2 {
  color: #ffffff;
  font-size: clamp(24px, 1.5rem + (1vw - 3.2px) * 0.375, 30px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
}
.feature-title p {
  color: #ffffff;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.125, 18px);
  line-height: 1.4;
  text-align: center;
}

.feature-image {
  height: 100%;
}

.feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --- Fabric --- */
#fabric {
  background-color: #eeeeee;
  float: left;
  width: 100%;
}
#fabric .column img {
  float: left;
  margin: 0 2.5% 2.5% 0;
  max-width: 350px;
  width: 48.75%;
}
#fabric .column img:nth-child(2), #fabric .column img:nth-child(4) {
  margin-right: 0;
}
#fabric .column img:nth-child(3), #fabric .column img:nth-child(4) {
  margin-bottom: 0;
}

/* --- Style --- */
.pattern-wrapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.pattern-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  margin-top: 3em;
  padding: 0 15px;
  text-align: center;
}
.pattern-wrapper p {
  color: #323232;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.circular {
  border: 10px solid #eeeeee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 300px;
}
.circular:hover {
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#style {
  background-color: #ffffff;
  float: left;
  width: 100%;
}
#style .wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.colour-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em -15px 0;
}

#style .colour-swatch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 128px;
          flex: 0 1 128px;
  margin-bottom: 1.5em;
  padding: 0 15px;
  text-align: center;
}
#style .colour-swatch img {
  border: 3px solid #eeeeee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#style .colour-swatch p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.button {
  background: url("images/button-overlay.png") #6f8591 no-repeat right;
  border-radius: 20px;
  color: #ffffff;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  padding: 2.5% 20% 2.5% 5%;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  width: 70%;
}
.button:hover {
  color: #ffffff;
  background-color: #8597a2;
}

/* --- Tracks --- */
#tracks {
  background-color: #eeeeee;
  float: left;
  width: 100%;
}
#tracks .wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.track-images {
  float: left;
  margin-top: 3em;
}

.track {
  float: left;
  margin: 0 0 2.5% 2.5%;
  max-width: 350px;
  width: 48.75%;
}
.track p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}
.track:nth-of-type(1), .track:nth-of-type(3) {
  margin-left: 0;
}
.track:nth-of-type(3), .track:nth-of-type(4) {
  margin-bottom: 0;
}

.track-swatches {
  float: left;
  margin: 3em 0;
  width: 100%;
}
.track-swatches:first-of-type {
  margin-bottom: 0;
}
.track-swatches:nth-of-type(2) {
  margin: 1.5em 0;
}
.track-swatches:last-of-type {
  margin-top: 0;
}
.track-swatches h3 {
  margin-bottom: 1em;
}

.track-swatch {
  float: left;
  margin-right: 1.5em;
  text-align: center;
  width: 90px;
}
.track-swatch:last-of-type {
  margin-right: 0;
}
.track-swatch img {
  border: 3px solid #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.track-swatch p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

/* --- Specifications --- */
#specifications {
  background-color: #ffffff;
  float: left;
  width: 100%;
}

#specifications table {
  border: none;
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 1.5em;
}
#specifications table tr {
  border-bottom: 1px solid #6d6e71;
}
#specifications table td {
  border: none;
  padding: 1em 0;
}

/* --- Contact --- */
#contact {
  position: relative;
  z-index: 10000;
  background-color: #6f8591;
  float: left;
  width: 100%;
}
#contact:focus {
  outline: none;
}
#contact .wrapper {
  display: block;
  max-width: 1100px;
  padding: 10% 0;
}
#contact h3,
#contact p {
  color: #ffffff;
  margin: 0 auto 1em auto;
  text-align: center;
}

.cookie-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #444;
}
.cookie-info p {
  color: #6d6e71;
  font-size: 14px;
  line-height: 1.25;
}

.field-half {
  float: left;
  margin-right: 1.25%;
  width: 48.75%;
}
.field-half:nth-child(2n+1) {
  margin-left: 1.25%;
  margin-right: 0;
}

label {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  border: 4px solid #afbfc8;
  color: #6f8591;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 1em 0;
  padding: 0.5em;
  width: 100%;
}
input[type=date]:focus, input[type=date]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:focus,
input[type=number]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  border: 4px solid #889da8;
  color: #6f8591;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0.5em;
}
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #8c9da7;
  font-family: "Open Sans", sans-serif;
}
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #8c9da7;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
}
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #8c9da7;
  font-family: "Open Sans", sans-serif;
}
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #8c9da7;
  font-family: "Open Sans", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  height: 50px;
}

input[type=Submit] {
  background-color: #4e5d66;
  margin: 1em 0;
  padding: 1.25em 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
}
input[type=Submit]:hover {
  background-color: #384349;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #384349;
}

/* --- Validation Messages --- */
span.wpcf7-not-valid-tip {
  color: #d4dbde;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

div.wpcf7-response-output {
  margin: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  background-color: #7d919c;
  border: 1px dashed #d9d5df;
  color: #d4dbde;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 1em 5%;
  text-align: center;
  width: 100%;
}

/* --- Gallery --- */
.ngg-galleryoverview {
  padding: 0 9px;
}

.ngg-gallery-thumbnail-box,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
  width: 20% !important;
}

.ngg-gallery-thumbnail img {
  width: 100%;
}

.page-id-188 .entry-header {
  text-align: center;
}

#video {
  margin-top: 3em;
}
#video .featured-video {
  margin-bottom: 3em;
}
#video .wrapper {
  padding-top: 0;
}
#video .video-wrapper {
  width: 100%;
}
#video .video {
  float: left;
  margin-right: 2%;
  width: 23%;
}

#gallery-secondary h2 {
  text-align: center;
}

/* --- Footer --- */
.site-footer {
  background-color: #323232;
  padding: 2em 2.5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.copyright {
  float: left;
  width: 50%;
}
.copyright p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.333;
}
.copyright a {
  color: #ffffff;
  text-decoration: none;
}
.copyright a:hover {
  color: #d0d0d0;
}

#patent-numbers:focus {
  outline: none;
}

.social {
  float: right;
  text-align: right;
  width: 50%;
}
.social a {
  margin-right: 10px;
}
.social img {
  height: 30px;
  width: 30px;
}

/* --- Blog --- */
.blog .site-inner,
.single-post .site-inner,
.archive .site-inner,
.search .site-inner {
  max-width: 1320px;
}
.blog .site-content,
.single-post .site-content,
.archive .site-content,
.search .site-content {
  padding-top: 12em;
}
.blog .content-area,
.single-post .content-area,
.archive .content-area,
.search .content-area {
  width: auto;
}
.blog .entry-content figure,
.single-post .entry-content figure,
.archive .entry-content figure,
.search .entry-content figure {
  width: auto !important;
}
.blog .sidebar,
.single-post .sidebar,
.archive .sidebar,
.search .sidebar {
  clear: both;
}
.blog .sidebar .widget,
.single-post .sidebar .widget,
.archive .sidebar .widget,
.search .sidebar .widget {
  clear: both;
}

/* --- Unavailable Template --- */
.page-template-page-unavailable .site-inner {
  max-width: 1320px;
}
.page-template-page-unavailable .site-content {
  min-height: 87vh;
  padding-top: 12em;
  text-align: center;
}
.page-template-page-unavailable .site-main {
  float: none;
  overflow: hidden;
}
.page-template-page-unavailable .wrapper {
  padding-top: 0 !important;
}

/* --- Sticky Button --- */
.hide-for-mobile {
  display: none;
}

.sticky-button-wrap {
  position: fixed;
  top: 30%;
  right: -72px;
  z-index: 9999;
}
.sticky-button-wrap .sticky-button {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #4e5d66;
}
.sticky-button-wrap .sticky-button a {
  display: block;
  width: 200px;
  height: 56px;
  line-height: 55px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
.sticky-button-wrap .sticky-button a:hover {
  background-color: #384349;
}

.stockist-button {
  top: calc(30% + 220px);
  right: -82px;
}
.stockist-button .sticky-button a {
  width: 220px;
}

.sticky-button-wrap-2 .sticky-button {
  background-color: #6f8591;
}
.sticky-button-wrap-2 .sticky-button .sticky-button-text {
  display: block;
  padding: 8px;
  line-height: 1;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

/* --- Video Popup --- */
.hero a[rel~=wp-video-lightbox] {
  display: inline-block;
  margin: 1em 0;
  padding: 1.25em 3em;
  background-color: #4e5d66;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 2px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  text-transform: uppercase;
}
.hero a[rel~=wp-video-lightbox]:hover {
  background-color: #384349;
}

.pp_content iframe {
  margin: 0;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 10px;
  width: 10px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 10px;
  width: 10px;
  left: 10px;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 10px;
  width: 10px;
}

.pp_top,
.pp_bottom {
  height: 10px;
  background: #fff;
}

.pp_content_container .pp_left {
  padding-left: 10px;
}

.page-template-page-wide .content-area {
  float: none !important;
  margin-right: 0 !important;
}
.page-template-page-wide .site-main {
  float: none;
  overflow: hidden;
}
.page-template-page-wide .wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.6923%;
  padding-right: 7.6923%;
}
.page-template-page-wide .wrapper .hentry {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-template-page-wide .entry-title {
  text-align: center;
}

/* --- WP Store Locator --- */
.wpsl-search {
  margin-bottom: 15px;
  padding: 30px 30px 15px;
  background-color: #eee;
}

#wpsl-category,
.wpsl-input,
.wpsl-select-wrap {
  margin-bottom: 15px;
}

#wpsl-search-wrap {
  text-align: center;
}
#wpsl-search-wrap form {
  display: inline-block;
}

#wpsl-search-wrap .wpsl-input div {
  margin-right: 0;
}

#wpsl-search-wrap .wpsl-input label {
  margin-right: 10px;
}

#wpsl-wrap #wpsl-search-input {
  background-color: #fff;
}
#wpsl-wrap label {
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#wpsl-wrap .wpsl-input label,
#wpsl-wrap #wpsl-radius label,
#wpsl-wrap #wpsl-category label {
  width: auto;
}
#wpsl-wrap .wpsl-dropdown {
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#wpsl-wrap .wpsl-dropdown li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#wpsl-wrap .wpsl-dropdown li.wpsl-selected-dropdown {
  color: #6f8591;
}
#wpsl-wrap #wpsl-search-btn {
  margin: 0 0 15px;
  padding: 12px 1.5em;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #4e5d66;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#wpsl-wrap #wpsl-search-btn:hover {
  background: #384349;
}

#wpsl-stores #wpsl-result-list li p {
  margin: 0 0 10px;
}
#wpsl-stores p,
#wpsl-stores li {
  color: #6d6e71;
  font-size: 18px;
  line-height: 24px;
}
#wpsl-stores a {
  color: #6f8591;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#wpsl-stores a:hover {
  color: #323232;
}

.wpsl-store-location span {
  display: none;
}

.wpsl-directions {
  display: none;
}

.wpsl-info-window .gm-style .gm-style-iw {
  font-size: 16px;
  line-height: 24px;
}
.wpsl-info-window p {
  font-size: 16px;
  line-height: 24px;
}
.wpsl-info-window a {
  color: #6f8591;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpsl-info-window a:hover {
  color: #323232;
}

.wpsl-info-window span,
.wpsl-info-window #wpsl-info-actions {
  display: none;
}

/* --- WP Google Maps --- */
.wpgmza_sl_main_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpgmza_sl_main_div .wpgmza-form-field {
  margin: 0 30px 20px 0;
  padding-top: 0;
}
.wpgmza_sl_main_div .wpgmza_sl_query_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpgmza_sl_main_div .wpgmza-form-field__label {
  width: auto;
  margin: 0 20px 0 0;
}
.wpgmza_sl_main_div .wpgmza-form-field__input {
  width: auto;
  min-width: 140px;
  margin: 0 20px 0 0;
}
.wpgmza_sl_main_div .wpgmza_sl_radius_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.wpgmza_sl_main_div .wpgmza_sl_search_button_div,
.wpgmza_sl_main_div .wpgmza_sl_reset_button_div {
  margin-bottom: 20px;
}

/**
 * 14.1 - >= 710px
 */
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
  .show-for-mobile {
    display: none;
  }
  .hide-for-mobile {
    display: block;
  }
  .main-navigation .primary-menu > li.menu-item-191 {
    border-left: 1px solid #c1c1c1;
  }
  .sticky-button-wrap-2 {
    position: fixed;
    top: 30%;
    left: -72px;
    z-index: 10001;
  }
  .sticky-button-wrap-2 .sticky-button {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sticky-button-wrap-2 .sticky-button .sticky-button-text {
    width: 200px;
    height: 56px;
    padding: 0;
    line-height: 55px;
    font-size: 19px;
  }
  /* --- Blog --- */
  .blog .content-area,
  .single-post .content-area,
  .archive .content-area,
  .search .content-area {
    width: 70%;
  }
  .blog .sidebar,
  .single-post .sidebar,
  .archive .sidebar,
  .search .sidebar {
    clear: none;
    float: left;
  }
  .blog .sidebar,
  .single-post .sidebar {
    margin-top: 3em;
  }
  .page-template-page-wide .wrapper {
    padding-left: 4.5455%;
    padding-right: 4.5455%;
  }
}
/**
 * 14.x - >= 1400px
 */
@media screen and (min-width: 87.5em) {
  .australian-owned-icon {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
/* --- Instagram Feed --- */
#sb_instagram {
  font-family: "Open Sans", sans-serif;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_moderation_link,
#sb_instagram .sbi_close_mod {
  border-radius: 2px;
  margin: 2em auto 0;
  padding: 0.5em 1.5em;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.333;
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_moderation_link:hover,
#sb_instagram .sbi_close_mod:hover {
  background-color: #384349;
}

#sb_instagram .sbi_follow_btn svg {
  margin: -3px 10px 0 0;
  font-size: 22px;
}

#sb_instagram .sbi_link .sbi_instagram_link {
  top: 0;
  font-size: 22px;
}

#sb_instagram .sbi_meta span {
  font-size: 21px;
}

#sb_instagram .sbi_meta svg {
  font-size: 21px;
}

#sb_instagram .svg-inline--fa,
#sbi_lightbox .svg-inline--fa {
  vertical-align: middle;
}

.sbi_caption_text {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  /* --- Tablet (<1450px) --- */
  /* --- Header --- */
  .site-header {
    height: auto;
  }
  /* --- Navigation --- */
  .main-navigation a {
    padding: 0.5em;
  }
  .dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
    display: block;
  }
  .site-header-menu, .no-js .site-header-menu {
    display: none;
  }
  .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: #323232;
  }
  .site-header-menu.toggled-on, .no-js .site-header-menu {
    width: 100%;
  }
  /* --- Features --- */
  #feature-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .feature:nth-child(2) .feature-hover, .feature:nth-child(3) .feature-hover, .feature:nth-child(6) .feature-hover, .feature:nth-child(7) .feature-hover, .feature:nth-child(10) .feature-hover {
    background-color: #6f8591;
  }
  .feature:nth-child(2) .colour-mask, .feature:nth-child(3) .colour-mask, .feature:nth-child(6) .colour-mask, .feature:nth-child(7) .colour-mask, .feature:nth-child(10) .colour-mask {
    background-color: #6f8591;
    opacity: 0.7;
  }
  .feature:nth-child(4) .feature-hover, .feature:nth-child(8) .feature-hover {
    background-color: #86878b;
  }
  .feature:nth-child(4) .colour-mask, .feature:nth-child(8) .colour-mask {
    background-color: #86878b;
  }
  .feature-image img {
    width: 100%;
  }
  /* --- Contact --- */
  div.wpcf7 {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  /* --- Mobile (<1024px) --- */
  /* --- Navigation --- */
  .site-header {
    height: auto;
  }
  .site-header-menu.toggled-on, .no-js .site-header-menu {
    background-color: #ffffff;
  }
  .menu-toggle {
    border: 1px solid #6d6e71;
    color: #6d6e71;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    border: 1px solid #323232;
    color: #323232;
  }
  .menu-toggle.toggled-on {
    background-color: #323232;
    color: #ffffff;
  }
  .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: #323232;
  }
  .main-navigation .primary-menu:nth-of-type(6), .main-navigation .primary-menu:nth-of-type(7), .main-navigation .primary-menu > li:nth-of-type(6), .main-navigation .primary-menu > li:nth-of-type(7) {
    border-left: none;
  }
  /* --- Content --- */
  .wrapper {
    display: block;
    float: left;
    padding: 20% 0;
  }
  .column {
    padding: 0 5%;
    width: 100%;
  }
  .column:first-of-type {
    margin: 0;
  }
  .column:last-of-type {
    margin: 3em 0 0 0;
  }
  .arrow-wrapper, .arrow {
    display: none;
  }
  .page .entry-content {
    margin-left: 0;
    margin-right: 0;
  }
  /* --- Feature --- */
  #features-overview {
    background-position: right;
    background-size: cover;
  }
  /* --- Style --- */
  .button {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 90%;
  }
  /*--- Contact --- */
  .field-half {
    margin-right: 0;
    width: 100%;
  }
  .field-half:nth-child(2n+1) {
    margin-left: 0;
  }
  /* --- Gallery --- */
  .ngg-gallery-thumbnail-box,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 33.333% !important;
  }
  .page-id-188 .wrapper {
    padding-top: 35%;
  }
  #video {
    margin-top: 1em;
  }
  #video .wrapper:first-of-type {
    padding-bottom: 0.5em;
  }
  #video .video {
    margin-bottom: 1em;
    margin-right: 2.5%;
    text-align: center;
    width: 47.5%;
  }
  /* --- Footer --- */
  .copyright, .social {
    float: left;
    text-align: center;
    width: 100%;
  }
  .copyright {
    padding: 2em 10% 0 10%;
  }
  .social {
    padding: 2em 10% 2em 10%;
  }
}
@media screen and (max-width: 700px) {
  /* --- Mobile Small (<700px) --- */
  /* --- Typography --- */
  h1, .entry-content h1 {
    font-size: 48px;
  }
  /* --- Header --- */
  .tagline {
    display: none;
  }
  .site-header-main .australian-owned-icon img {
    max-width: 40px;
    margin-left: 5px;
  }
  /* --- Feature --- */
  .feature-title {
    padding: 0 5%;
    top: 15%;
  }
  #feature-wrapper {
    grid-template-columns: 1fr;
  }
  .feature:nth-child(2n) .feature-hover {
    background-color: #6f8591;
  }
  .feature:nth-child(2n) .colour-mask, .feature:nth-child(3) .colour-mask {
    background-color: #6f8591;
    opacity: 0.7;
  }
  .feature:nth-child(3) .feature-hover, .feature:nth-child(7) .feature-hover {
    background-color: #86878b;
  }
  .feature:nth-child(3) .colour-mask, .feature:nth-child(7) .colour-mask {
    background-color: #86878b;
  }
  /* --- Style --- */
  .button {
    padding-right: 35%;
  }
  /* --- Specifications --- */
  .pattern-wrapper-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pattern-wrapper {
    width: 100%;
  }
  /* --- Gallery --- */
  /* --- Gallery --- */
  .ngg-gallery-thumbnail-box,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 50% !important;
  }
  #video .wrapper:first-of-type {
    padding-bottom: 0;
  }
  #video .video {
    margin-bottom: 1em;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */