/* ==============================
global.css
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* Includes
------------------------------ */
/* ==============================
_variables.scss
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* ==============================
global.css
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* 
    -----
    Box Sizing
    -----
    @include box-sizing(border-box); 

    -----
    Flexbox
    -----
    @include flexbox
    @include inline-flex
    
    -----
    Flex Direction
    -----
    @include flex-direction($value: row)
    Values: row | row-reverse | column | column-reverse
    Default: row
        
    -----
    Flex Wrap
    -----
    @include flex-wrap($value: nowrap)
    Values: nowrap | wrap | wrap-reverse
    Default: nowrap
    
    -----
    Flex Flow
    -----
    @include flex-flow($values: (row nowrap))
    Values: <flex-direction> | <flex-wrap> 
    Default: row nowrap
    
    -----
    Order
    -----
    @include order($int: 0)
    Default: 0
    
    -----
    Flex Grow
    -----
    @include flex-grow($int: 0)
    Default: 0
    
    -----
    Flex Shrink
    -----
    @include flex-shrink($int: 1)
    Default: 1
    
    -----
    Flex Basis
    -----
    @include flex-basis($value: auto)
    Values: Like "width" 
    Default: auto
    
    -----
    Justify Content
    -----
    @include justify-content($value: flex-start)
    Values: flex-start | flex-end | center | space-between | space-around
    Default: flex-start
    
    -----
    Align Items
    -----
    @include align-items($value: stretch)
    Values: flex-start | flex-end | center | baseline | stretch
    Default: stretch
    
    -----
    Align Self
    -----
    @include align-self($value: auto)
    Values: auto | flex-start | flex-end | center | baseline | stretch
    Default: auto
    
    -----
    Align Content
    -----
    @include align-content($value: stretch)
    Values: flex-start | flex-end | center | space-between | space-around | stretch
    Default: stretch
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::selection {
  background: #58585a;
  color: #eeece7; }

::-moz-selection {
  background: #58585a;
  color: #eeece7; }

@font-face {
  font-family: 'Apercu-Bold';
  src: url("../fonts/Apercu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu-Bold.otf") format("opentype"), url("../fonts/Apercu-Bold.woff") format("woff"), url("../fonts/Apercu-Bold.ttf") format("truetype"), url("../fonts/Apercu-Bold.svg#Apercu-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Apercu';
  src: url("../fonts/Apercu.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu.otf") format("opentype"), url("../fonts/Apercu.woff") format("woff"), url("../fonts/Apercu.ttf") format("truetype"), url("../fonts/Apercu.svg#Apercu") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3unf04");
  src: url("../fonts/icomoon.eot?3unf04#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3unf04") format("truetype"), url("../fonts/icomoon.woff?3unf04") format("woff"), url("../fonts/icomoon.svg?3unf04#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-logo-type:before {
  content: "\e904"; }

.icon-logo-icon:before {
  content: "\e905"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-up:before {
  content: "\e903"; }

/* ==============================
_base.css
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* Text
------------------------------ */
p {
  margin-top: 0px;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

body.page #content {
  font-size: 20px;
  line-height: 25px; }

body.page #content h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 8px; }

bold,
strong {
  font-weight: normal; }

h1 {
  font-size: 46px;
  font-family: "Apercu";
  letter-spacing: 1px;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h2 {
  font-size: 25px;
  font-family: "Apercu";
  margin-bottom: 20px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h3 {
  font-size: 29px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px; }

h4 {
  font-size: 29px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px; }

h5 {
  font-size: 22px;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h6 {
  font-size: 14px;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

blockquote {
  font-style: italic;
  font-size: 39px;
  line-height: 43px; }

/* Links and Buttons
------------------------------ */
a {
  color: #a9bd64;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #B8BABC; }

a.button,
button,
input[type=submit] {
  border: 0px;
  background: none;
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #a9bd64;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Apercu";
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

/* Layout
------------------------------ */
body {
  font-family: 'Apercu';
  margin: 0;
  padding: 0;
  color: #a9bd64; }

.wrapper {
  width: 100%; }

.inner-wrapper {
  max-width: 1200px;
  margin: 0px auto; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    display: block; }
    nav ul li a {
      color: #555555;
      text-decoration: none; }
      nav ul li a:hover {
        color: #00d2b7; }

/* Text
------------------------------ */
h1.site-title {
  text-align: center;
  margin-bottom: 0px; }

/* Layout
------------------------------ */
body {
  background: #fef7f4;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 20px #fff; }

.home-carousel .slide {
  height: 400px; }

#gform_submit_button_1 {
  padding: 10px;
  background: #faa1b5;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #gform_submit_button_1:hover {
    background: #a9bd64; }

body img.gform_ajax_spinner {
  display: none !important; }

.owl-dots {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    display: block;
    border-radius: 100%;
    background: #fff; }
    .owl-dots .owl-dot.active {
      background: #faa1b5; }

.inner-wrapper {
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px; }

img {
  width: 100%;
  height: auto; }

b,
strong {
  font-family: "Apercu-Bold"; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fef7f4;
  z-index: 3;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mobile-menu.active {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  .mobile-menu .close-menu {
    font-size: 20px;
    color: #b0bb6b;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: right;
    border-bottom: solid 1px #b0bb6b; }
  .mobile-menu #menu-main-menu li {
    border-bottom: solid 1px #b0bb6b;
    position: relative; }
    .mobile-menu #menu-main-menu li:after {
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 20px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: absolute;
      background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .mobile-menu #menu-main-menu li a {
      width: 100%;
      display: block;
      padding: 20px;
      font-size: 19px;
      background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #b0bb6b;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }

#nav ul li.current-menu-item a {
  color: #faa1b5; }
#nav ul li a {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: #b0bb6b; }
  #nav ul li a:hover {
    color: #faa1b5; }

.home #content .inner-wrapper .content-area {
  position: relative; }
  .home #content .inner-wrapper .content-area .home-page-footer {
    position: absolute;
    right: 0px;
    bottom: -50px;
    font-size: 15px; }

#menu-trigger {
  display: none;
  font-size: 24px; }

#header .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0px;
  max-width: 1200px; }
  #header .inner-wrapper .logo-wrapper {
    width: 28%; }
    #header .inner-wrapper .logo-wrapper a {
      max-width: 110px;
      display: block; }
  #header .inner-wrapper .menu-wrapper {
    width: 70%; }

#content .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0px;
  position: relative; }
  #content .inner-wrapper .sidebar-image {
    width: 28%; }
  #content .inner-wrapper .content-area {
    width: 70%;
    margin-top: 50px;
    font-size: 15px; }

.home #content .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0px;
  position: relative;
  max-width: 1200px; }
  .home #content .inner-wrapper .sidebar-image {
    width: 28%; }
  .home #content .inner-wrapper .content-area {
    width: 70%; }

.page-id-8 .content-area .content-count-2 .content-block:nth-child(2) {
  margin-top: -130px; }

em {
  font-style: italic; }

.content-header-wrapper {
  margin-bottom: 40px;
  width: 100%;
  font-size: 15px; }

.page-id-14 .content-header-wrapper {
  max-width: 50%; }
.page-id-14 h3 {
  font-size: 12px;
  font-family: "Apercu-Bold";
  margin-bottom: 5px;
  line-height: 100%; }
.page-id-14 h4 {
  font-size: 15px;
  line-height: 100%; }

.footer-email {
  background: -webkit-linear-gradient(-45deg, #a9bd64 0%, #faa1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gform_body .gform_fields li {
  display: block;
  margin-bottom: 10px; }
  .gform_body .gform_fields li label {
    display: none; }
  .gform_body .gform_fields li input,
  .gform_body .gform_fields li textarea {
    padding: 5px;
    font-size: 15px;
    font-family: "Apercu";
    width: 100%;
    color: #202020;
    border-radius: 0px;
    background: #fff;
    border: 0px;
    background: #fff;
    -moz-appearance: none;
    font-weight: normal;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #a9bd64; }
    .gform_body .gform_fields li input::-webkit-input-placeholder,
    .gform_body .gform_fields li textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #a9bd64; }
    .gform_body .gform_fields li input::-moz-placeholder,
    .gform_body .gform_fields li textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #a9bd64; }
    .gform_body .gform_fields li input:-ms-input-placeholder,
    .gform_body .gform_fields li textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #a9bd64; }
    .gform_body .gform_fields li input:-moz-placeholder,
    .gform_body .gform_fields li textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #a9bd64; }
    .gform_body .gform_fields li input:focus,
    .gform_body .gform_fields li textarea:focus {
      outline: 0px; }

.content-area .content-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.content-area .content-count-3 .content-block {
  width: 32%;
  margin-bottom: 30px;
  display: inline-block; }
.content-area .content-count-2 .content-block {
  width: 48%;
  margin-bottom: 40px; }

@media screen and (max-width: 1000px) {
  #nav ul li a {
    font-size: 15px; }

  .home #content .inner-wrapper .content-area .home-page-footer {
    font-size: 15px; }

  .home #content .inner-wrapper .content-area {
    width: 100%; }

  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

  #nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    #nav ul li {
      margin-right: 20px; }

  #header .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  #header .inner-wrapper .menu-wrapper {
    width: auto;
    margin-left: 30px; }

  #header .inner-wrapper .logo-wrapper {
    width: 140px; }
    #header .inner-wrapper .logo-wrapper a {
      width: 100%; }

  #content .inner-wrapper .sidebar-image {
    position: absolute;
    top: -89px;
    left: 0;
    opacity: .15;
    width: 100%;
    max-width: 264px;
    z-index: -1; }

  #content .inner-wrapper {
    position: static !important; }

  #content .inner-wrapper .content-area {
    width: 100%;
    margin-top: 230px; } }
@media screen and (max-width: 700px) {
  .page-id-8 .content-block-wrapper .content-block:nth-child(2) {
    display: none; }

  body {
    border: solid 10px #fff; }

  .home-carousel .slide {
    height: 44vw; }

  .page-id-14 .content-header-wrapper {
    max-width: 100%; }

  .content-block {
    width: 100% !important; }

  #menu-trigger {
    display: block; }

  #nav {
    display: none; }

  .page-id-14 h4 {
    font-size: 17px; }

  .page-id-14 h3 {
    font-size: 14px; }

  #header .inner-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  #header .inner-wrapper .logo-wrapper {
    max-width: 70px; }

  .inner-wrapper {
    padding: 20px; }

  #content .inner-wrapper .content-area {
    margin-top: 130px; }

  #content .inner-wrapper .sidebar-image {
    top: inherit;
    bottom: 100%;
    transform: translateY(150px);
    opacity: .5; } }

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