/**handles:_s-style**/
/*!
Theme Name: _s
Theme URI: https://tubu.com.au
Author: Tubu
Author URI: https://tubu.com.au
Description: Hi I am a modern, lightweight WP theme based on underscores _s
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.center-block,
.container,
.container-fluid,
.site-content,
.site-footer .site-info {
    margin-right: auto;
    margin-left: auto
}

.flex-column,
.gallery,
.row {
    -webkit-box-direction: normal
}

.logo.logo-brand,
.py,
.py1-2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.mt0,
.my0 {
    margin-top: 0
}

pre,
textarea {
    overflow: auto
}

hr,
img,
legend {
    border: 0
}

.text-light {
    color: #658D1B
}

.bg-light {
    background-color: #658D1B
}

.text-grey {
    color: #F5F5F1
}

.bg-grey {
    background-color: #F5F5F1
}

.text-dark {
    color: #222223
}

.bg-dark {
    background-color: #222223
}

.text-white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.text-text {
    color: #A8A99E
}

.bg-text {
    background-color: #A8A99E
}

.text-text-light {
    color: #4d4747
}

.bg-text-light {
    background-color: #4d4747
}

.font__main,
.wp-block-cgb-block-feature .button {
    font-family: proxima-nova, sans-serif
}

.font--headings,
.wp-block-cover-image .wp-block-cover-image-text {
    font-family: adobe-garamond-pro, Helvetica, sans-serif
}

.center-block {
    display: block
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.display-inline {
    display: inline
}

.display-inline-block {
    display: inline-block
}

.display-block {
    display: block
}

.display-flex,
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox
}

.display-flex {
    display: flex
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center,
.text-center {
    text-align: center
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky
}

.transition-background-color {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.transition-color,
a:not(.button):not(.menu-item>a) {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.main-navigation ul ul,
.modal-controls.next,
.modal-controls.prev,
.transition-opacity {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.main-navigation li>a,
.site-header-cart>li>a,
.transition-all,
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.flex-column {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:63.99em) {
    .container,
    .container-fluid,
    .site-content,
    .site-footer .site-info {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.container-fluid,
.lg-gutters.gallery>*,
.row.lg-gutters>* {
    padding-right: 2rem;
    padding-left: 2rem
}

.gallery,
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.lg-gutters.gallery,
.row.lg-gutters {
    margin-right: -2rem;
    margin-left: -2rem
}

.reverse.gallery,
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse,
.modal-content {
    -webkit-box-orient: vertical
}

.col.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (max-width:43.99em) {
    .hidden-xs {
        display: none
    }
    .col-reverse-xs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.content-area,
.site-content .widget-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12,
.content-area,
.site-content .widget-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:44em) {
    .container,
    .site-content,
    .site-footer .site-info {
        width: calc(42rem + 2rem);
        padding-left: 0;
        padding-right: 0
    }
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:64em) {
    .hidden-md {
        display: none
    }
    .container,
    .site-content,
    .site-footer .site-info {
        width: calc(62rem + 2rem)
    }
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .content-area.has-sidebar,
    .site-content .widget-area {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6,
    .content-area.has-sidebar,
    .site-content .widget-area {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:75em) {
    .hidden-lg {
        display: none
    }
    .container,
    .site-content,
    .site-footer .site-info {
        width: calc(66rem + 2rem)
    }
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .content-area.has-sidebar,
    .site-content .widget-area {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4,
    .site-content .widget-area {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8,
    .content-area.has-sidebar {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

img,
pre {
    max-width: 100%
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.px1-2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.p1-2 {
    padding: 1rem
}

.px0 {
    padding-left: 0;
    padding-right: 0
}

.p1 {
    padding: 2rem
}

.py1 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pt2,
.py2 {
    padding-top: 3rem
}

.pb2,
.py2 {
    padding-bottom: 3rem
}

.p2 {
    padding: 3rem
}

.pt3,
.py3 {
    padding-top: 4rem
}

.pb3,
.py3 {
    padding-bottom: 4rem
}

legend,
td,
th {
    padding: 0
}

.my0 {
    margin-bottom: 0
}

.my1 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mt1-2,
.my1-2 {
    margin-top: 1rem
}

.mb1-2,
.my1-2 {
    margin-bottom: 1rem
}

.ml1-4 {
    margin-left: .5rem
}

.mr1-4 {
    margin-right: .5rem
}

.mt1 {
    margin-top: 2rem
}

.ml1 {
    margin-left: 2rem
}

.mb {
    margin-bottom: 1.5rem
}

.-mb {
    margin-bottom: -1.5rem
}

.gallery,
.mb1 {
    margin-bottom: 2rem
}

.-mb1 {
    margin-bottom: -2rem
}

.-mt2 {
    margin-top: -3rem
}

.entry-summary,
.mt2 {
    margin-top: 3rem
}

.mb2 {
    margin-bottom: 3rem
}

@media (max-width:43.99em) {
    .mb1-xs {
        margin-bottom: 2rem
    }
    .mb2-xs {
        margin-bottom: 3rem
    }
    .mt-xs {
        margin-top: 1.5rem
    }
    .mt0-xs {
        margin-top: 0
    }
    .w100-xs {
        width: 100%
    }
    .hidden-sm-down {
        display: none
    }
    .mb1-sm-down {
        margin-bottom: 2rem
    }
    .mb2-sm-down {
        margin-bottom: 3rem
    }
    .mt-sm-down {
        margin-top: 1.5rem
    }
    .mt1-sm-down {
        margin-top: 2rem
    }
    .mt0-sm-down {
        margin-top: 0
    }
    .w100-sm-down {
        width: 100%
    }
}

@media (max-width:63.99em) {
    .hidden-md-down {
        display: none
    }
    .mb1-md-down {
        margin-bottom: 2rem
    }
    .mb2-md-down {
        margin-bottom: 3rem
    }
    .mt-md-down {
        margin-top: 1.5rem
    }
    .mt1-md-down {
        margin-top: 2rem
    }
    .mt0-md-down {
        margin-top: 0
    }
    .w100-md-down {
        width: 100%
    }
}

.-mb2 {
    margin-bottom: -3rem
}

.my2 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.-mb3 {
    margin-bottom: -4rem
}

.mb3 {
    margin-bottom: 4rem
}

.typo--fix>p:first-of-type {
    margin-top: 0
}

.typo--fix>p:last-of-type {
    margin-bottom: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #f9f9f9
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

html {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    font-family: proxima-nova, sans-serif
}

.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: adobe-garamond-pro, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: initial
}

.h1,
h1 {
    font-size: 4rem;
    margin: 0 0 .5rem
}

.h2,
.wp-block-cover-image .wp-block-cover-image-text,
h2 {
    font-size: 2.6rem;
    margin: 0 0 .4rem
}

.h3,
h3 {
    font-size: 2rem;
    margin: 0 0 1rem
}

hr,
p {
    margin-bottom: 1.5em
}

.h4,
.wp-block-cgb-block-feature .feature__title,
h4 {
    font-size: 1.5rem;
    letter-spacing: .05rem
}

.h5,
h5 {
    font-size: .625rem;
    letter-spacing: .075625rem
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em
}

.modal,
.modal-open,
.screen-reader-text {
    overflow: hidden
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

.hamburger,
a {
    cursor: pointer
}

ins,
mark {
    text-decoration: none
}

.small {
    font-size: .625rem
}

big {
    font-size: 125%
}

@font-face {
    font-family: linecons;
    src: url(https://creativenaturelandscapes.com.au/wp-content/themes/_s/assets/fonts/icons/linecons.woff2) format("woff2"), url(https://creativenaturelandscapes.com.au/wp-content/themes/_s/assets/fonts/icons/linecons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.icon:before,
[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: linecons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: '\e800'
}

.icon-mail:before {
    content: '\e801'
}

.icon-heart:before {
    content: '\e802'
}

.icon-star:before {
    content: '\e803'
}

.icon-user:before {
    content: '\e804'
}

.icon-videocam:before {
    content: '\e805'
}

.icon-camera:before {
    content: '\e806'
}

.icon-photo:before {
    content: '\e807'
}

.icon-lock:before {
    content: '\e808'
}

.icon-tag:before {
    content: '\e809'
}

.icon-thumbs-up:before {
    content: '\e80a'
}

.icon-pencil:before {
    content: '\e80b'
}

.icon-comment:before {
    content: '\e80c'
}

.icon-location:before {
    content: '\e80d'
}

.icon-trash:before {
    content: '\e80e'
}

.icon-doc:before {
    content: '\e80f'
}

.icon-note:before {
    content: '\e810'
}

.icon-cog:before {
    content: '\e811'
}

.icon-params:before {
    content: '\e812'
}

.icon-calendar:before {
    content: '\e813'
}

.icon-sound:before {
    content: '\e814'
}

.icon-lightbulb:before {
    content: '\e815'
}

.icon-cloud:before {
    content: '\e816'
}

.icon-paper-plane:before {
    content: '\e817'
}

.icon-fire:before {
    content: '\e818'
}

.icon-shop:before {
    content: '\e819'
}

.icon-money:before {
    content: '\e81a'
}

.icon-truck:before {
    content: '\e81b'
}

.icon-key:before {
    content: '\e81c'
}

.icon-wallet:before {
    content: '\e81d'
}

.icon-cancel-circled:before {
    content: '\e81e'
}

.icon-basket:before {
    content: '\e81f'
}

.icon-twitter:before {
    content: '\e820'
}

.icon-youtube:before {
    content: '\e821'
}

.icon-linkedin:before {
    content: '\e822'
}

.icon-facebook:before {
    content: '\e823'
}

.icon-instagram:before {
    content: '\f31e'
}

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

hr {
    background-color: #ccc;
    height: 1px
}

ol,
ul {
    margin: 1.5rem 0;
    padding-left: 0
}

ul {
    list-style: disc inside
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.list-unstyled,
.main-navigation ul,
.site-info ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.list-inline,
.site-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-inline>li,
.site-info ul>li {
    margin-left: .5rem;
    margin-right: .5rem
}

@media (min-width:44em) {
    .list-double li,
    article ul li {
        width: 50%;
        float: left
    }
}

figure {
    margin: 1rem 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%
}

table th {
    background-color: #f2f2f2;
    font-weight: 600
}

table td {
    background-color: #fff
}

table td,
table th {
    padding: 1em 1.41575em;
    text-align: left
}

.button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid #222223;
    background-color: transparent;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    color: #222223;
    font-family: proxima-nova, sans-serif;
    text-transform: initial;
    border-radius: 0;
    text-align: center;
    padding: .65rem 1rem;
    display: inline-block
}

.button:active,
.button:focus,
.button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    border-color: #222223;
    background-color: #222223;
    color: #fff
}

.button--link {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #658D1B
}

input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 1rem;
    width: 100%
}

input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    color: #111;
    border-color: #658D1B
}

a,
a:not(.button):not(.menu-item>a):visited {
    color: inherit
}

select {
    border: 1px solid #ccc
}

.site-header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 1.5px;
    font-size: .9rem;
    font-weight: 500
}

.custom-logo-link {
    line-height: 0;
    float: left
}

a {
    text-decoration: none
}

.main-navigation ul ul a:visited,
a:not(.button):not(.menu-item>a):active,
a:not(.button):not(.menu-item>a):focus,
a:not(.button):not(.menu-item>a):hover {
    color: #658D1B
}

a:not(.button):not(.menu-item>a):focus {
    outline: dotted thin
}

#content[tabindex="-1"]:focus,
.modal,
a:not(.button):not(.menu-item>a):active,
a:not(.button):not(.menu-item>a):hover {
    outline: 0
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: calc(100% - 1rem);
    left: -999em;
    opacity: 0;
    z-index: 99999;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 300px;
    border-radius: 3px
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li {
    font-size: 14.4px;
    font-size: .9rem;
    float: none;
    width: 100%;
    margin-top: 1px
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
    left: 100%
}

.main-navigation ul ul a {
    background-color: #fff;
    color: #658D1B
}

.main-navigation ul ul a:hover {
    color: #fff
}

.main-navigation ul ul .focus>a,
.main-navigation ul ul:hover>a {
    background-color: #658D1B
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    left: auto;
    opacity: 1
}

.main-navigation .current-menu-ancestor>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current_page_item>a {
    color: #658D1B;
    border-bottom: 2px solid #658D1B
}

.main-navigation a,
.site-header-cart>a {
    display: block;
    text-decoration: none
}

.main-navigation li,
.site-header-cart>li {
    position: relative
}

.main-navigation li>a,
.site-header-cart>li>a {
    text-transform: initial;
    color: #666;
    padding: 1.65rem 1.25rem
}

.main-navigation li.focus>a,
.main-navigation li:hover>a,
.site-header-cart>li.focus>a,
.site-header-cart>li:hover>a {
    color: #222223
}

.menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-navigation.toggled ul {
    display: block
}

.hidden-toggle {
    display: none
}

.display-toggle,
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox
}

.display-toggle {
    display: flex
}

@media (min-width:64em) {
    .display-toggle,
    .menu-toggle {
        display: none
    }
    .hidden-toggle,
    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:63.99em) {
    .menu--vertical-mobile {
        padding-top: 0!important;
        padding-bottom: 0!important;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw!important;
        margin-right: -50vw!important
    }
    .menu--vertical-mobile ul.sub-menu li,
    .menu--vertical-mobile ul.sub-menu li>a,
    .menu--vertical-mobile>li {
        width: 100%
    }
    .menu--vertical-mobile>li:not(:first-child) {
        margin-top: 1px
    }
    .menu--vertical-mobile>li.focus>ul,
    .menu--vertical-mobile>li:hover>ul {
        max-height: 9999px;
        opacity: 1;
        -webkit-transition: max-height .3s cubic-bezier(1, 0, 1, 0), opacity .5s ease;
        transition: max-height .3s cubic-bezier(1, 0, 1, 0), opacity .5s ease;
        will-change: max-height
    }
    .menu--vertical-mobile li>a {
        background-color: #222223;
        color: #fff;
        text-align: center;
        padding: 1rem 1.25rem
    }
    .menu--vertical-mobile li>a:hover {
        background-color: #658D1B;
        color: #fff
    }
    .menu--vertical-mobile ul.sub-menu {
        padding-top: 0;
        position: relative;
        width: 100%;
        max-height: 0;
        opacity: 0;
        -webkit-transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .5s ease;
        transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .5s ease;
        will-change: max-height;
        margin-bottom: 1rem
    }
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin-top: 2rem;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.gallery-item,
.wp-caption-text {
    text-align: center
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.modal {
    position: fixed;
    left: 0;
    z-index: 1050;
    display: none
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    max-width: 900px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal-backdrop {
    position: fixed;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show,
.modal-controls.next,
.modal-controls.prev {
    opacity: .75
}

.modal-controls {
    top: 50%;
    cursor: pointer
}

.modal-controls.prev {
    left: -2rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-controls.next {
    right: -2rem;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.modal-controls.next:hover,
.modal-controls.prev:hover {
    opacity: 1
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 15px;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.gallery-icon,
.logo {
    line-height: 0
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #222223;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.logo {
    display: inline-block;
    float: left
}

.logo.logo-brand {
    max-width: 160px
}

.widget select,
.wp-caption {
    max-width: 100%
}

body {
    overflow-x: hidden;
    background-image: url(https://creativenaturelandscapes.com.au/wp-content/themes/_s/assets/img/dust_scratches.png)
}

.cover-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem 0;
    background-size: cover;
    position: relative
}

.alignfull,
.full-width {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    display: block;
}

.alignwide {
    margin-left: -200px;
    margin-right: -200px
}

.page-links,
.widget {
    margin: 0 0 1.5em
}

.b-lazy {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0
}

.b-lazy.b-loaded {
    opacity: 1
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.page-links {
    clear: both
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comments-area .form-submit {
    margin-bottom: 0
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    border: none;
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-block-embed {
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 56.25%;
    position: relative
}

.wp-block-embed embed,
.wp-block-embed iframe,
.wp-block-embed object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.is-top,
.wp-block-quote.is-large em {
    position: relative
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.gallery-caption {
    display: block
}

h4 {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase!important;
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.image--circle {
    border-radius: 100%
}

.site-header {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

@media (min-width:64em) {
    .site-header .main-navigation>div>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .site-header .main-navigation>div>ul>li:last-child {
        padding-right: 0
    }
    .menu-item.icon,
    .menu-item.icon>a {
        padding-left: .5em
    }
}

.menu-item.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-item.icon:before {
    font-size: 17.6px;
    font-size: 1.1rem
}

@media (max-width:63.99em) {
    .site-header .custom-logo {
        max-width: 150px
    }
    .menu--vertical-mobile li {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #222223
    }
    .menu--vertical-mobile li:hover {
        background-color: #658D1B
    }
    .menu--vertical-mobile li:hover>a {
        background-color: #658D1B;
        color: #fff
    }
    .menu--vertical-mobile li.icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .menu--vertical-mobile li.icon:before {
        color: #fff
    }
    .site-branding {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.custom-logo {
    max-width: 220px
}

.hamburger {
    padding-right: 0
}

.h4,
.h5,
.wp-block-cgb-block-feature .feature__title,
h4,
h5 {
    text-transform: initial;
    font-weight: 300;
    color: #658D1B
}

article.type-post {
    background-color: #fff;
    -webkit-box-shadow: 0 .5px 0 0 #fff inset, 0 1px 2px 0 rgba(179, 179, 179, .4);
    box-shadow: 0 .5px 0 0 #fff inset, 0 1px 2px 0 rgba(179, 179, 179, .4)
}

article.type-post a.post-thumbnail {
    display: inline-block;
    line-height: 0
}

.entry-meta {
    color: #4d4747
}

form.search-form .search-field {
    margin-right: .5rem;
    height: 62.4px
}

.site-footer {
    clear: both;
    background-color: #fff
}

.site-footer .widget {
    max-width: 35rem;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.site-info {
    font-family: adobe-garamond-pro, Helvetica, sans-serif
}

.site-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-info .icon {
    font-size: 110%
}

.is-top {
    z-index: 998
}

.is-padded {
    padding: 2rem!important;
    background-color: #fff!important
}

.grid-overlap {
    grid-column-gap: 0!important
}

.grid-overlap .wp-block-cgb-block-section {
    padding: 2rem!important;
    background-color: #fff
}

p.wp-block-subhead {
    margin-top: 0;
    font-style: normal;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    letter-spacing: 1px
}

p.wp-block-subhead:after {
    display: block;
    content: "";
    width: 2rem;
    height: 3px;
    background-color: #222223;
    margin: .5rem 0
}

.section--cf7 input[type=submit],
.wp-block-cgb-block-feature .feature__content {
    width: 100%
}

.wp-block-quote.is-large em:after {
    content: "";
    height: 5px;
    background-color: #658D1B;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1
}

.wp-block-cover-image .wp-block-cover-image-text {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 900px
}

.wp-block-cover-image.cover-image__tall {
    min-height: 520px
}

.wp-block-columns {
    clear: both;
}

@media (max-width:43.99em) {
    .wp-block-cover-image .wp-block-cover-image-text {
        font-size: 2rem
    }
    .wp-block-cover-image.cover-image__tall {
        min-height: 420px;
        background-position: 8%
    }
    .wp-block-cgb-block-text-and-image .gallery>*,
    .wp-block-cgb-block-text-and-image .row>* {
        width: 100%!important
    }
}

.wp-block-cgb-block-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-cgb-block-feature.flex--alignleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.wp-block-cgb-block-feature.flex--alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.wp-block-cgb-block-feature.flex--aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-cgb-block-feature .featured__image-wrapper {
    margin-bottom: 1rem
}

.wp-block-cgb-block-feature img {
    max-width: 200px
}

.wp-block-cgb-block-feature .button {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 11px 24px;
    border-radius: 23px;
    text-transform: initial
}

.ugb-testimonial>div {
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    position: relative
}

.ugb-testimonial>div:before {
    content: "“";
    color: #ebeced;
    font-size: 8rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
    line-height: 1
}

.wp-block-cover-image,
.wp-block-gallery {
    margin: 0
}

.section--cf7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px
}

.wp-block-gallery.certifications--gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-gallery.certifications--gallery .blocks-gallery-item {
    max-width: 100px
}

.wp-block-gallery .blocks-gallery-item figcaption {
    padding-top: 3em;
    padding-bottom: 1em;
    font-size: .9rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(to bottom, transparent 0, #000 100%)
}

.site-footer .wp-block-cgb-block-section.alignfull .site-info,
.wp-block-cgb-block-section.alignfull .container,
.wp-block-cgb-block-section.alignfull .site-content,
.wp-block-cgb-block-section.alignfull .site-footer .site-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}