.table,
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

.table td,
.table th,
table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th,
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody,
table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table,
.table table,
table .table,
table table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th,
table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th,
table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.container,
.woocommerce .content-area {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .woocommerce .content-area {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .woocommerce .content-area {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .woocommerce .content-area {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .woocommerce .content-area {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.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-auto,
.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-auto,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

.col-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

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

.order-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

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

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

.order-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -moz-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    -moz-border-radius-topleft: .25rem;
    border-top-left-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    -moz-border-radius-bottomright: .25rem;
    border-bottom-right-radius: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    -moz-border-radius: -moz-calc(.25rem - 1px) -moz-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    -moz-border-radius: 0 0 -moz-calc(.25rem - 1px) -moz-calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    -moz-border-radius: -moz-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    -moz-border-radius-topleft: -moz-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -moz-border-radius-topright: -moz-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    -moz-border-radius-bottomright: -moz-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -moz-border-radius-bottomleft: -moz-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        -moz-border-radius: .25rem;
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        -moz-border-radius-topleft: .25rem;
        border-top-left-radius: .25rem;
        -moz-border-radius-topright: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        -moz-border-radius-bottomright: .25rem;
        border-bottom-right-radius: .25rem;
        -moz-border-radius-bottomleft: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        -moz-border-radius: 0;
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.error404 #not-found h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 6.583rem;
    letter-spacing: -.1974rem;
    line-height: 1
}

#header-image .site-title,
h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 3.247rem;
    letter-spacing: -.09741rem;
    line-height: 1.15
}

@media (max-width:991.98px) {

    #header-image .site-title,
    h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: 2.281rem;
        letter-spacing: -.06843rem;
        line-height: 1.15
    }
}

@media (max-width:767.98px) {

    #header-image .site-title,
    h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: 1.424rem;
        letter-spacing: -.04272;
        line-height: 1.25
    }
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote p,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote p,
.cleanco-classic-layout main#content #category-post .format-quote blockquote p,
h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 2.281rem;
    letter-spacing: -.06843rem;
    line-height: 1.15
}

@media (max-width:767.98px) {

    .cleanco-classic-layout main#content #archive-post .format-quote blockquote p,
    .cleanco-classic-layout main#content #blog-entries .format-quote blockquote p,
    .cleanco-classic-layout main#content #category-post .format-quote blockquote p,
    h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: 1.424rem;
        letter-spacing: -.04272;
        line-height: 1.25
    }
}

#comments .comments-title,
.comment-respond .comment-reply-title,
.error404 #not-found h2,
.related-posts h3,
.single-product div.product .related.products h2,
.single-product div.product .upsells.products h2,
.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-body h2,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cross-sells h2,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title,
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.424rem;
    letter-spacing: -.04272;
    line-height: 1.25
}

h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.266rem;
    line-height: 1.5
}

h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5
}

#comments .comment-form .form-submit input,
#footer .widget-title,
.content-button a,
.kc-blog-posts .kc-post-2-button,
.single-product div.product form.cart .button,
.uf-buttons,
.uf-buttons-secondary,
.cleanco-classic-layout main#content #archive-post .format-quote blockquote cite,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote cite,
.cleanco-classic-layout main#content #category-post .format-quote blockquote cite,
.widget .widget-title,
.widget .widget-title .rsswidget,
.woocommerce-MyAccount-content .button,
.woocommerce-account .button,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .button,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td a.shipping-calculator-button,
.woocommerce-cart table.shop_table tr td.actions .button,
.woocommerce-cart table.shop_table tr th,
.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .button,
.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr th,
.woocommerce-checkout .checkout #order_review #payment #place_order,
.woocommerce-checkout .checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .checkout h3#order_review_heading,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce-lost-password .lost_reset_password .button,
.woocommerce-order-received .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
a.kc-read-more,
a.uf-buttons,
a.uf-buttons-secondary,
input[type=button],
input[type=reset],
input[type=submit] {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: .889rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px
}

#comments .comment-content .comment-meta,
#comments .comment-form .form-submit input,
.comment-list .comment-respond .comment-form p.form-submit a,
.uf-buttons-sm,
.cleanco-classic-layout main#content #archive-post a.more-link,
.cleanco-classic-layout main#content #blog-entries a.more-link,
.cleanco-classic-layout main#content #category-post a.more-link,
.widget #wp-calendar caption,
.widget #wp-calendar tfoot,
.widget #wp-calendar thead {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: .702rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1.6px
}

.custom-logo-link,
.custom-logo-sticky-link,
.page-links a,
.page-links span,
.related-posts .card-title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-order-received p,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5
}

.post-navigation .nav-links,
.uf-breadcrumbs {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: .702rem;
    line-height: 1.5
}

.error404 #not-found p,
body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5
}

.single-product div.product p.price .woocommerce-Price-amount.amount,
.single-product div.product p.price ins {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5
}

#comments .comment-content .comment-card .comment-author .comment-link p,
.single-product div.product .woocommerce-Tabs-panel .shop_attributes td p,
.single-product div.product .woocommerce-Tabs-panel--description p,
.single-product div.product .woocommerce-product-details__short-description p,
.woocommerce ul.products li.product .added_to_cart,
body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5
}

.woocommerce .comment_container .woocommerce-review__author,
.woocommerce ul.products li.product .price,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .cart-subtotal td .amount,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .cart-subtotal th,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .order-total td .amount,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .amount,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping th {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5
}

#author-bio .author-bio__content,
#mobile_navigation .menu-item a.nav-link,
#mobile_navigation .page_item a.nav-link,
.navbar-light .navbar-nav .dropdown-menu .nav-link,
.select2-container .select2-selection--single .select2-selection__rendered,
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input>input,
.single-product .woocommerce-message,
.single-product div.product p.price del .woocommerce-Price-amount.amount,
.uf-checkbox .uf-checkbox-label,
.uf-radio .uf-radio-label,
.widget,
.widget .rssSummary,
.widget.uf-dark-scheme .textwidget p,
.woocommerce .woocommerce-info,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount,
.woocommerce-account .woocommerce-form.login .lost_password a,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .checkout #order_review,
.woocommerce-checkout .checkout ul.woocommerce-error,
.woocommerce-lost-password .lost_reset_password p,
.woocommerce-order-received .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-order-received .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
input,
textarea {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: .889rem;
    line-height: 1.5
}

#author-bio .author-bio__content .author-bio__name,
#mobile_navigation>.menu-item>a.nav-link,
#mobile_navigation>.page_item>a.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav a,
.related-posts .meta-author,
.single-product .uf-single-post__content a,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper .sku,
.single-product div.product .product_meta .tagged_as,
.single-product div.product .woocommerce-tabs ul.tabs li,
.topbar-desktop,
.uf-checkbox .uf-checkbox-label label,
.uf-mobile-nav-close-submenu,
.uf-single-post .post-meta-author,
.cleanco-classic-layout main#content #archive-post .entry__meta-author__info .meta-author,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__info .meta-author,
.cleanco-classic-layout main#content #category-post .entry__meta-author__info .meta-author,
.cleanco-masonry-layout #archive-post .entry__meta-author__info .meta-author,
.cleanco-masonry-layout #blog-entries .entry__meta-author__info .meta-author,
.cleanco-masonry-layout #category-post .entry__meta-author__info .meta-author,
.widget .recentcomments .comment-author-link,
.widget .rsswidget,
.widget cite,
.woocommerce .comment-respond .comment-reply-title,
.woocommerce-MyAccount-content #billing_address_1_field label,
.woocommerce-MyAccount-content #billing_address_2_field label,
.woocommerce-MyAccount-content #billing_city_field label,
.woocommerce-MyAccount-content #billing_company_field label,
.woocommerce-MyAccount-content #billing_country_field label,
.woocommerce-MyAccount-content #billing_email_field label,
.woocommerce-MyAccount-content #billing_first_name_field label,
.woocommerce-MyAccount-content #billing_last_name_field label,
.woocommerce-MyAccount-content #billing_phone_field label,
.woocommerce-MyAccount-content #billing_postcode_field label,
.woocommerce-MyAccount-content #billing_state_field label,
.woocommerce-MyAccount-content #shipping_address_1_field label,
.woocommerce-MyAccount-content #shipping_address_2_field label,
.woocommerce-MyAccount-content #shipping_city_field label,
.woocommerce-MyAccount-content #shipping_company_field label,
.woocommerce-MyAccount-content #shipping_country_field label,
.woocommerce-MyAccount-content #shipping_email_field label,
.woocommerce-MyAccount-content #shipping_first_name_field label,
.woocommerce-MyAccount-content #shipping_last_name_field label,
.woocommerce-MyAccount-content #shipping_phone_field label,
.woocommerce-MyAccount-content #shipping_postcode_field label,
.woocommerce-MyAccount-content #shipping_state_field label,
.woocommerce-MyAccount-content .woocommerce-form-row label,
.woocommerce-account .woocommerce-form.login,
.woocommerce-checkout .checkout #customer_details .woocommerce-additional-fields .notes label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_address_1_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_city_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_company_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_country_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_email_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_first_name_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_last_name_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_phone_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_postcode_field label,
.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_state_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_address_1_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_city_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_company_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_country_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_first_name_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_last_name_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_postcode_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_state_field label,
.woocommerce-lost-password .lost_reset_password label,
label,
select~label {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: .889rem;
    line-height: 1.5
}

#comments .comment-form-author input::-webkit-input-placeholder,
#comments .comment-form-comment textarea::-webkit-input-placeholder,
#comments .comment-form-email input::-webkit-input-placeholder,
#comments .comment-form-url input::-webkit-input-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::-webkit-input-placeholder,
.uf-input-group-sm .uf-group-field::-webkit-input-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::-webkit-input-placeholder,
.wp-caption-text,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: .889rem;
    line-height: 1.5
}

#comments .comment-form-author input::-moz-placeholder,
#comments .comment-form-comment textarea::-moz-placeholder,
#comments .comment-form-email input::-moz-placeholder,
#comments .comment-form-url input::-moz-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::-moz-placeholder,
.uf-input-group-sm .uf-group-field::-moz-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::-moz-placeholder,
.wp-caption-text,
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: .889rem;
    line-height: 1.5
}

#comments .comment-form-author input::-ms-input-placeholder,
#comments .comment-form-comment textarea::-ms-input-placeholder,
#comments .comment-form-email input::-ms-input-placeholder,
#comments .comment-form-url input::-ms-input-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::-ms-input-placeholder,
.uf-input-group-sm .uf-group-field::-ms-input-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::-ms-input-placeholder,
.wp-caption-text,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: .889rem;
    line-height: 1.5
}

#comments .comment-form-author input::placeholder,
#comments .comment-form-comment textarea::placeholder,
#comments .comment-form-email input::placeholder,
#comments .comment-form-url input::placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::placeholder,
.uf-input-group-sm .uf-group-field::placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::placeholder,
.wp-caption-text,
input::placeholder,
textarea::placeholder {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: .889rem;
    line-height: 1.5
}

.uf-single-post__content a,
.uf-single-post__content li,
.uf-single-post__content p {
    font-family: Merriweather, serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.9
}

.uf-single-post__content blockquote,
.uf-single-post__content blockquote p,
blockquote p {
    font-family: Merriweather, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.424rem;
    line-height: 1.5
}

#comments .comment-content .comment-date,
#comments .comment-form .comment-notes,
#footer #legal,
.form-text,
.pagination .page-numbers,
.pills,
.post-navigation .nav-links .nav-next .cleanco_nav_text span:first-child,
.post-navigation .nav-links .nav-previous .cleanco_nav_text span:first-child,
.related-posts .meta-date,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a,
.single-product div.product .woocommerce-product-rating,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link,
.cleanco-classic-layout main#content #archive-post .entry__meta-author__info .meta-date,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__info .meta-date,
.cleanco-classic-layout main#content #category-post .entry__meta-author__info .meta-date,
.cleanco-masonry-layout #archive-post .entry__meta-author__info .meta-date,
.cleanco-masonry-layout #blog-entries .entry__meta-author__info .meta-date,
.cleanco-masonry-layout #category-post .entry__meta-author__info .meta-date,
.widget #wp-calendar tbody,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_recent_entries .post-date,
.widget.widget_tag_cloud .tag-cloud-link,
.woocommerce .comment_container .woocommerce-review__published-date,
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-checkout .checkout #order_review #payment .woocommerce-privacy-policy-text p,
.woocommerce-pagination .page-numbers {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: .702rem;
    letter-spacing: .01875rem;
    line-height: 1.5
}

#comments .comment-form-author input,
#comments .comment-form-comment textarea,
#comments .comment-form-email input,
#comments .comment-form-url input,
.selectize-control.single .selectize-dropdown,
.selectize-control.single .selectize-input {
    -moz-border-radius: 3px;
    border-radius: 3px
}

#comments .comment-content .comment-card,
.pagination .page-numbers,
.uf-card,
.cleanco-masonry-layout .cleanco-grid article .uf-card,
.woocommerce .comment_container .comment-text,
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-pagination .page-numbers {
    -moz-border-radius: 5px;
    border-radius: 5px
}

#author-bio .author-bio__avatar img,
#comments .comment-body img.avatar,
.mejs-container * .mejs-controls .mejs-horizontal-volume-slider,
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container * .mejs-controls .mejs-time-rail span,
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-current,
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-handle,
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-total,
.related-posts .meta-entries img.avatar,
.uf-input-group,
.uf-input-group-sm,
.cleanco-classic-layout main#content #archive-post .entry__meta-author__gravatar img,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__gravatar img,
.cleanco-classic-layout main#content #category-post .entry__meta-author__gravatar img,
.cleanco-masonry-layout #archive-post .entry__meta-author__gravatar img,
.cleanco-masonry-layout #blog-entries .entry__meta-author__gravatar img,
.cleanco-masonry-layout #category-post .entry__meta-author__gravatar img,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .button,
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td a.shipping-calculator-button,
.woocommerce-cart table.shop_table tr td.actions .coupon .input-text,
.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .coupon .input-text {
    -moz-border-radius: 100px;
    border-radius: 100px
}

.related-posts .card,
.uf-card {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08)
}

.related-posts .card:hover,
.cleanco-masonry-layout .cleanco-grid article .uf-card:hover,
.woocommerce ul.products li.product:hover {
    -webkit-box-shadow: 0 64px 64px 0 rgba(35, 35, 35, .05), 0 32px 32px 0 rgba(49, 49, 49, .05), 0 16px 16px 0 rgba(32, 32, 32, .05), 0 8px 8px 0 rgba(32, 32, 32, .05), 0 4px 4px 0 rgba(49, 49, 49, .05), 0 2px 2px 0 rgba(45, 45, 45, .05);
    -moz-box-shadow: 0 64px 64px 0 rgba(35, 35, 35, .05), 0 32px 32px 0 rgba(49, 49, 49, .05), 0 16px 16px 0 rgba(32, 32, 32, .05), 0 8px 8px 0 rgba(32, 32, 32, .05), 0 4px 4px 0 rgba(49, 49, 49, .05), 0 2px 2px 0 rgba(45, 45, 45, .05);
    box-shadow: 0 64px 64px 0 rgba(35, 35, 35, .05), 0 32px 32px 0 rgba(49, 49, 49, .05), 0 16px 16px 0 rgba(32, 32, 32, .05), 0 8px 8px 0 rgba(32, 32, 32, .05), 0 4px 4px 0 rgba(49, 49, 49, .05), 0 2px 2px 0 rgba(45, 45, 45, .05)
}

#comments .comment-form-author input,
#comments .comment-form-comment textarea,
#comments .comment-form-email input,
#comments .comment-form-url input,
.pagination .page-numbers,
.uf-input-group,
.uf-input-group-sm,
.woocommerce-pagination .page-numbers,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border: 1px solid #e3e3e3
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author,
.cleanco-classic-layout main#content #category-post .entry__meta-author,
.widget #wp-calendar caption,
.widget #wp-calendar thead {
    border-top: 1px solid #e3e3e3
}

.navbar-toggler {
    border-right: 1px solid #e3e3e3
}

#comments .comment-body,
#header,
#mobile_navigation .menu-item,
#mobile_navigation .page_item,
.widget #wp-calendar tfoot,
.widget #wp-calendar thead th,
.widget .recentcomments,
.widget ul li>a,
.widget.widget_archive ul li,
.widget.widget_recent_entries ul li {
    border-bottom: 1px solid #e3e3e3
}

.uf-mobile-nav-expand-submenu {
    border-left: 1px solid #e3e3e3
}

.widget.uf-dark-scheme #wp-calendar caption,
.widget.uf-dark-scheme #wp-calendar thead th {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.widget.uf-dark-scheme #wp-calendar tfoot,
.widget.uf-dark-scheme .recentcomments,
.widget.uf-dark-scheme ul li a,
.widget.uf-dark-scheme.widget_archive ul li,
.widget.uf-dark-scheme.widget_recent_entries ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.cleanco-blog-type-gutenberg-ready .wp-block-quote {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #eeb70c
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word
}

html {
    overflow-x: hidden
}

body {
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    color: #6b6b6b
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

a {
    color: #333;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

a:hover {
    color: #eeb70c;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

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

iframe {
    max-width: 100%;
    display: block
}

pre {
    border: 1px solid #e3e3e3;
    line-height: 1.5;
    margin: 36px 0;
    overflow: auto;
    padding: 24px
}

table {
    margin-bottom: 24px
}

@media (max-width:991.98px) {

    table td,
    table th {
        padding: 3px
    }
}

.form-group {
    margin-bottom: 24px;
    width: 100%
}

select {
    width: 100%
}

input::-webkit-input-placeholder {
    line-height: 1.5
}

input::-moz-placeholder {
    line-height: 1.5
}

input::-ms-input-placeholder {
    line-height: 1.5
}

input::placeholder {
    line-height: 1.5
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    width: 100%;
    padding: 12px 24px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    color: #6b6b6b
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
    opacity: .6
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder {
    opacity: .6
}

input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder {
    opacity: .6
}

input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder {
    opacity: .6
}

textarea {
    width: 100%;
    padding: 12px 24px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    color: #6b6b6b
}

textarea::-webkit-input-placeholder {
    opacity: .6
}

textarea::-moz-placeholder {
    opacity: .6
}

textarea::-ms-input-placeholder {
    opacity: .6
}

textarea::placeholder {
    opacity: .6
}

label {
    margin-bottom: 6px
}

.wpcf7 {
    color: #333
}

.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
    background-color: #f7e700;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wpcf7-mail-sent-ok {
    background-color: #28a745;
    border-color: #28a745 !important;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wpcf7-list-item {
    margin: 0 !important
}

.wpcf7-list-item>input[type=checkbox] {
    margin-right: 6px
}

.wpcf7-response-output {
    text-align: center
}

.uf-subscribe-large input {
    width: auto !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    margin-right: 6px
}

body {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 24px
}

.form-text {
    margin-top: 3px
}

.text-success-color {
    color: #28a745
}

.text-error-color {
    color: #dc3545
}

@font-face {
    font-family: uf-font;
    src: url(../fonts/uf-font-v1027a45.eot?zfb0uc);
    src: url(../fonts/uf-font-v1027a45.eot?zfb0uc#iefix) format("embedded-opentype"), url(../fonts/uf-font-v1027a45.ttf?zfb0uc) format("truetype"), url(../fonts/uf-font-v1027a45.woff?zfb0uc) format("woff"), url(../fonts/uf-font-v1027a45.svg?zfb0uc#uf-font) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-bars::before,
.icon-bookmark2::before,
.icon-bookmark::before,
.icon-building::before,
.icon-calendar::before,
.icon-caret-down::before,
.icon-caret-left2::before,
.icon-caret-left::before,
.icon-caret-right2::before,
.icon-caret-right::before,
.icon-caret-up::before,
.icon-check-square::before,
.icon-chevron-down::before,
.icon-chevron-left::before,
.icon-chevron-right::before,
.icon-chevron-up::before,
.icon-clock::before,
.icon-comment::before,
.icon-compress::before,
.icon-envelope::before,
.icon-expand::before,
.icon-eye2::before,
.icon-eye::before,
.icon-facebook-f::before,
.icon-facebook::before,
.icon-fax::before,
.icon-feed::before,
.icon-globe2::before,
.icon-globe::before,
.icon-google-plus::before,
.icon-heart2::before,
.icon-heart::before,
.icon-help-circle::before,
.icon-home::before,
.icon-image::before,
.icon-life-bouy::before,
.icon-life-buoy2::before,
.icon-life-buoy::before,
.icon-life-ring::before,
.icon-life-saver::before,
.icon-link-2::before,
.icon-lock::before,
.icon-mail::before,
.icon-map-marker::before,
.icon-map-pin::before,
.icon-maximize::before,
.icon-menu-open::before,
.icon-menu-unopen::before,
.icon-menu::before,
.icon-message-square::before,
.icon-minimize::before,
.icon-navicon::before,
.icon-pause-circle::before,
.icon-pause::before,
.icon-phone2::before,
.icon-phone::before,
.icon-play-circle::before,
.icon-play::before,
.icon-question-circle-o::before,
.icon-quote-left::before,
.icon-reorder::before,
.icon-rss::before,
.icon-search-minus::before,
.icon-search-plus::before,
.icon-search2::before,
.icon-search::before,
.icon-share-2::before,
.icon-share-alt::before,
.icon-shopping-bag::before,
.icon-shopping-cart2::before,
.icon-shopping-cart::before,
.icon-star-full::before,
.icon-support::before,
.icon-tag::before,
.icon-thumb-tack::before,
.icon-twitter::before,
.icon-unlock-alt::before,
.icon-user-circle-o::before,
.icon-user2::before,
.icon-user::before,
.icon-volume-off::before,
.icon-volume-up::before,
.icon-x-circle::before,
.icon-x::before,
.icon-zoom-in::before,
.icon-zoom-out::before {
    font-family: uf-font !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-left::before {
    content: '\e91f'
}

.icon-arrow-right::before {
    content: '\e920'
}

.icon-caret-left::before {
    content: '\e921'
}

.icon-caret-right::before {
    content: '\e922'
}

.icon-menu-open::before {
    content: '\e923'
}

.icon-menu-unopen::before {
    content: '\e924'
}

.icon-star-full::before {
    content: '\e9d9'
}

.icon-search2::before {
    content: '\f002'
}

.icon-heart2::before {
    content: '\f004'
}

.icon-user2::before {
    content: '\f007'
}

.icon-search-plus::before {
    content: '\f00e'
}

.icon-search-minus::before {
    content: '\f010'
}

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

.icon-volume-off::before {
    content: '\f026'
}

.icon-volume-up::before {
    content: '\f028'
}

.icon-bookmark2::before {
    content: '\f02e'
}

.icon-map-marker::before {
    content: '\f041'
}

.icon-play::before {
    content: '\f04b'
}

.icon-pause::before {
    content: '\f04c'
}

.icon-expand::before {
    content: '\f065'
}

.icon-compress::before {
    content: '\f066'
}

.icon-eye2::before {
    content: '\f06e'
}

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

.icon-shopping-cart2::before {
    content: '\f07a'
}

.icon-thumb-tack::before {
    content: '\f08d'
}

.icon-phone2::before {
    content: '\f095'
}

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

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

.icon-facebook-f::before {
    content: '\f09a'
}

.icon-feed::before {
    content: '\f09e'
}

.icon-rss::before {
    content: '\f09e'
}

.icon-globe2::before {
    content: '\f0ac'
}

.icon-bars::before {
    content: '\f0c9'
}

.icon-navicon::before {
    content: '\f0c9'
}

.icon-reorder::before {
    content: '\f0c9'
}

.icon-google-plus::before {
    content: '\f0d5'
}

.icon-caret-down::before {
    content: '\f0d7'
}

.icon-caret-up::before {
    content: '\f0d8'
}

.icon-caret-left2::before {
    content: '\f0d9'
}

.icon-caret-right2::before {
    content: '\f0da'
}

.icon-envelope::before {
    content: '\f0e0'
}

.icon-quote-left::before {
    content: '\f10d'
}

.icon-unlock-alt::before {
    content: '\f13e'
}

.icon-play-circle::before {
    content: '\f144'
}

.icon-fax::before {
    content: '\f1ac'
}

.icon-building::before {
    content: '\f1ad'
}

.icon-life-buoy::before {
    content: '\f1cd'
}

.icon-life-buoy2::before {
    content: '\f1cd'
}

.icon-life-ring::before {
    content: '\f1cd'
}

.icon-life-saver::before {
    content: '\f1cd'
}

.icon-support::before {
    content: '\f1cd'
}

.icon-share-alt::before {
    content: '\f1e0'
}

.icon-pause-circle::before {
    content: '\f28b'
}

.icon-shopping-bag::before {
    content: '\f290'
}

.icon-question-circle-o::before {
    content: '\f29c'
}

.icon-user-circle-o::before {
    content: '\f2be'
}

.icon-bookmark::before {
    content: '\e900'
}

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

.icon-check-square::before {
    content: '\e902'
}

.icon-chevron-down::before {
    content: '\e903'
}

.icon-chevron-left::before {
    content: '\e904'
}

.icon-chevron-right::before {
    content: '\e905'
}

.icon-chevron-up::before {
    content: '\e906'
}

.icon-clock::before {
    content: '\e907'
}

.icon-eye::before {
    content: '\e908'
}

.icon-globe::before {
    content: '\e909'
}

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

.icon-help-circle::before {
    content: '\e90b'
}

.icon-home::before {
    content: '\e90c'
}

.icon-image::before {
    content: '\e90d'
}

.icon-life-bouy::before {
    content: '\e90e'
}

.icon-link-2::before {
    content: '\e90f'
}

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

.icon-map-pin::before {
    content: '\e911'
}

.icon-maximize::before {
    content: '\e912'
}

.icon-menu::before {
    content: '\e913'
}

.icon-message-square::before {
    content: '\e914'
}

.icon-minimize::before {
    content: '\e915'
}

.icon-phone::before {
    content: '\e916'
}

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

.icon-share-2::before {
    content: '\e918'
}

.icon-shopping-cart::before {
    content: '\e919'
}

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

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

.icon-x::before {
    content: '\e91c'
}

.icon-x-circle::before {
    content: '\e91d'
}

.icon-zoom-in::before {
    content: '\e91e'
}

.icon-zoom-out::before {
    content: '\e925'
}

.sticky {
    visibility: visible
}

.bypostauthor {
    visibility: visible
}

.alignleft {
    margin: 0 24px 0 0;
    float: left
}

.alignright {
    float: right;
    margin: 0 0 0 24px
}

.aligncenter {
    display: block;
    visibility: visible;
    margin: 0 auto
}

.wp-caption {
    visibility: visible;
    max-width: 100%
}

.wp-caption img {
    padding: 0 0 6px
}

.wp-caption-text {
    visibility: visible;
    color: #6b6b6b
}

.gallery-caption {
    visibility: visible
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.wp-block-cover a,
.wp-block-cover p:not(.has-text-color) {
    color: #fff !important
}

.wp-block-button {
    margin-bottom: 24px
}

.wp-block-button.aligncenter {
    clear: both
}

.uf-card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 24px;
    background-color: #fff;
    -moz-background-clip: border-box;
    background-clip: border-box
}

.uf-card-header {
    width: 100%;
    position: relative;
    margin-bottom: 36px
}

.uf-card-header.thumbnail {
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px
}

.uf-hidden-post-thumbnail {
    visibility: hidden;
    width: 100%
}

.uf-card-image {
    width: 100%;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}

.uf-card-body {
    position: relative;
    padding: 0 48px;
    margin-bottom: 24px
}

.uf-card-body h1 img,
.uf-card-body h2 img,
.uf-card-body h3 img,
.uf-card-body h4 img {
    margin-bottom: 24px
}

.uf-card-body strong {
    color: #333
}

.uf-card-body hr {
    margin-top: 12px;
    margin-bottom: 24px;
    border: .5px solid #e3e3e3
}

.uf-card-body .entry__content a {
    color: #eeb70c
}

.uf-card-body .entry__content a:hover {
    color: #bd920a
}

.uf-card-body .entry__content a.more-link {
    color: #333;
    display: block;
    margin-top: 24px
}

@media (max-width:991.98px) {
    .uf-card-body {
        padding: 0 24px
    }
}

.uf-card-footer {
    padding: 0 48px 48px 48px
}

@media (max-width:991.98px) {
    .uf-card-footer {
        padding: 0 24px 24px 24px
    }
}

.gallery dl img {
    border: 0 !important
}

.gallery .gallery-item {
    padding: 6px
}

@media (max-width:425px) {
    .gallery .gallery-item {
        width: 100% !important
    }
}

.has-text-color.has-brand-color {
    color: #eeb70c
}

.has-text-color.has-welirang-color {
    color: #333
}

.has-text-color.has-bromo-color {
    color: #6b6b6b
}

.has-text-color.has-semeru-color {
    color: #aeaeae
}

.has-text-color.has-lawu-color {
    color: #e3e3e3
}

.has-text-color.has-rinjani-color {
    color: #f5f5f5
}

.has-text-color.has-sempu-color {
    color: #fff
}

.has-text-color.has-indrayanti-color {
    color: rgba(255, 255, 255, .6)
}

.has-text-color.has-kenjeran-color {
    color: rgba(255, 255, 255, .4)
}

.has-text-color.has-sedahan-color {
    color: rgba(255, 255, 255, .2)
}

.has-text-color.has-toba1-color {
    color: #dc3545
}

.has-text-color.has-toba2-color {
    color: #28a745
}

.has-text-color.has-facebook-color {
    color: #3b5998
}

.has-text-color.has-twitter-color {
    color: #1da1f2
}

.has-text-color.has-google-plus-color {
    color: #f12f26
}

.has-background.has-brand-background-color {
    background-color: #eeb70c
}

.has-background.has-welirang-background-color {
    background-color: #333
}

.has-background.has-bromo-background-color {
    background-color: #6b6b6b
}

.has-background.has-semeru-background-color {
    background-color: #aeaeae
}

.has-background.has-lawu-background-color {
    background-color: #e3e3e3
}

.has-background.has-rinjani-background-color {
    background-color: #f5f5f5
}

.has-background.has-sempu-background-color {
    background-color: #fff
}

.has-background.has-indrayanti-background-color {
    background-color: rgba(255, 255, 255, .6)
}

.has-background.has-kenjeran-background-color {
    background-color: rgba(255, 255, 255, .4)
}

.has-background.has-sedahan-background-color {
    background-color: rgba(255, 255, 255, .2)
}

.has-background.has-toba1-background-color {
    background-color: #dc3545
}

.has-background.has-toba2-background-color {
    background-color: #28a745
}

.has-background.has-facebook-background-color {
    background-color: #3b5998
}

.has-background.has-twitter-background-color {
    background-color: #1da1f2
}

.has-background.has-google-plus-background-color {
    background-color: #f12f26
}

.cleanco-blog-type-gutenberg-ready.single-format-video .single__content p:first-child {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.cleanco-blog-type-gutenberg-ready.single-format-video .single__content p:first-child iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cleanco-blog-type-gutenberg-ready .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.cleanco-blog-type-gutenberg-ready .entry__footer,
.cleanco-blog-type-gutenberg-ready .entry__header {
    padding-top: 20px;
    padding-bottom: 20px
}

.cleanco-blog-type-gutenberg-ready .entry__header>*,
.cleanco-blog-type-gutenberg-ready .social-media-shares-wrapper>* {
    text-align: left
}

@media (max-width:575.98px) {
    .cleanco-blog-type-gutenberg-ready .entry__header>h2 {
        text-align: left
    }
}

.cleanco-blog-type-gutenberg-ready .comment-respond>*,
.cleanco-blog-type-gutenberg-ready .comments-area>*,
.cleanco-blog-type-gutenberg-ready .entry__content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce),
.cleanco-blog-type-gutenberg-ready .entry__footer>*,
.cleanco-blog-type-gutenberg-ready .entry__header>*,
.cleanco-blog-type-gutenberg-ready .no-comments,
.cleanco-blog-type-gutenberg-ready .pagination,
.cleanco-blog-type-gutenberg-ready .single__author>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.cleanco-blog-type-gutenberg-ready .single__content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.cleanco-blog-type-gutenberg-ready .social-media-shares-wrapper>* {
    max-width: 770px;
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem)
}

@media (max-width:575.98px) {

    .cleanco-blog-type-gutenberg-ready .comment-respond>*,
    .cleanco-blog-type-gutenberg-ready .comments-area>*,
    .cleanco-blog-type-gutenberg-ready .entry__content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce),
    .cleanco-blog-type-gutenberg-ready .entry__footer>*,
    .cleanco-blog-type-gutenberg-ready .entry__header>*,
    .cleanco-blog-type-gutenberg-ready .no-comments,
    .cleanco-blog-type-gutenberg-ready .pagination,
    .cleanco-blog-type-gutenberg-ready .single__author>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    .cleanco-blog-type-gutenberg-ready .single__content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    .cleanco-blog-type-gutenberg-ready .social-media-shares-wrapper>* {
        max-width: 100%
    }
}

.cleanco-blog-type-gutenberg-ready .comment-respond>* .comments-title,
.cleanco-blog-type-gutenberg-ready .comments-area>* .comments-title,
.cleanco-blog-type-gutenberg-ready .entry__content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce) .comments-title,
.cleanco-blog-type-gutenberg-ready .entry__footer>* .comments-title,
.cleanco-blog-type-gutenberg-ready .entry__header>* .comments-title,
.cleanco-blog-type-gutenberg-ready .no-comments .comments-title,
.cleanco-blog-type-gutenberg-ready .pagination .comments-title,
.cleanco-blog-type-gutenberg-ready .single__author>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) .comments-title,
.cleanco-blog-type-gutenberg-ready .single__content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) .comments-title,
.cleanco-blog-type-gutenberg-ready .social-media-shares-wrapper>* .comments-title {
    padding-bottom: 48px
}

.cleanco-blog-type-gutenberg-ready .comment-respond>*,
.cleanco-blog-type-gutenberg-ready .comments-area>*,
.cleanco-blog-type-gutenberg-ready .entry__content>*,
.cleanco-blog-type-gutenberg-ready .entry__footer>*,
.cleanco-blog-type-gutenberg-ready .entry__header>*,
.cleanco-blog-type-gutenberg-ready .no-comments,
.cleanco-blog-type-gutenberg-ready .pagination,
.cleanco-blog-type-gutenberg-ready .single__author>*,
.cleanco-blog-type-gutenberg-ready .single__content>*,
.cleanco-blog-type-gutenberg-ready .social-media-shares-wrapper>* {
    margin-left: auto;
    margin-right: auto
}

.cleanco-blog-type-gutenberg-ready .entry__header h2 {
    margin-bottom: unset;
    text-align: center
}

.cleanco-blog-type-gutenberg-ready .entry__header .uf-card-header.thumbnail {
    -moz-border-radius-topright: unset;
    border-top-right-radius: unset;
    -moz-border-radius-topleft: unset;
    border-top-left-radius: unset;
    margin-bottom: -15px;
    max-width: 1170px
}

.cleanco-blog-type-gutenberg-ready .entry__header .uf-card-header.thumbnail a {
    display: block
}

.cleanco-blog-type-gutenberg-ready.search .entry__header h2 {
    margin-bottom: 24px
}

.cleanco-blog-type-gutenberg-ready .entry__meta-category {
    text-align: center
}

.cleanco-blog-type-gutenberg-ready .entry__meta-category ul {
    padding: 0
}

.cleanco-blog-type-gutenberg-ready .entry__meta-category li {
    display: inline;
    list-style: none
}

.cleanco-blog-type-gutenberg-ready .entry__meta,
.cleanco-blog-type-gutenberg-ready .single__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0
}

@media (max-width:575.98px) {

    .cleanco-blog-type-gutenberg-ready .entry__meta,
    .cleanco-blog-type-gutenberg-ready .single__meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cleanco-blog-type-gutenberg-ready .entry__meta .meta-author img,
    .cleanco-blog-type-gutenberg-ready .single__meta .meta-author img {
        margin: 8px 8px 8px 0;
        max-width: 20px
    }
}

@media (max-width:576px) {

    .cleanco-blog-type-gutenberg-ready .entry__meta,
    .cleanco-blog-type-gutenberg-ready .single__meta {
        -webkit-box-align: unset;
        -moz-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cleanco-blog-type-gutenberg-ready .entry__meta>*,
.cleanco-blog-type-gutenberg-ready .single__meta>* {
    padding: 8px
}

.cleanco-blog-type-gutenberg-ready .single__meta {
    z-index: 1;
    color: #fff
}

.cleanco-blog-type-gutenberg-ready .meta-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cleanco-blog-type-gutenberg-ready .meta-author img {
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 8px
}

.cleanco-blog-type-gutenberg-ready .meta-date .icon-calendar {
    margin-right: 6px;
    font-size: 20px
}

.cleanco-blog-type-gutenberg-ready .meta-comments svg {
    margin-right: 6px;
    vertical-align: text-bottom
}

.cleanco-blog-type-gutenberg-ready .footer_divider,
.cleanco-blog-type-gutenberg-ready .header_divider {
    height: 3px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e3e3e3), color-stop(0, rgba(255, 255, 255, 0)));
    background-image: -moz- oldlinear-gradient(left, #e3e3e3 100%, rgba(255, 255, 255, 0) 0);
    background-image: linear-gradient(to right, #e3e3e3 100%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    -moz-background-size: 8px 1px;
    background-size: 8px 1px;
    background-repeat: repeat-x
}

.cleanco-blog-type-gutenberg-ready article.entry.sticky::before {
    content: ''
}

.cleanco-blog-type-gutenberg-ready .comment-respond {
    margin-bottom: 48px
}

@media (max-width:425px) {
    .cleanco-blog-type-gutenberg-ready .comment-respond {
        margin-bottom: 24px
    }
}

.cleanco-blog-type-gutenberg-ready .entry__footer-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 40px
}

@media (max-width:575.98px) {
    .cleanco-blog-type-gutenberg-ready .entry__footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cleanco-blog-type-gutenberg-ready .entry__content>.alignleft,
.cleanco-blog-type-gutenberg-ready .entry__content>p .alignleft,
.cleanco-blog-type-gutenberg-ready .single__content>.alignleft,
.cleanco-blog-type-gutenberg-ready .single__content>p .alignleft {
    margin: 24px 24px 24px 0
}

@media (max-width:575.98px) {

    .cleanco-blog-type-gutenberg-ready .entry__content>.alignleft,
    .cleanco-blog-type-gutenberg-ready .entry__content>p .alignleft,
    .cleanco-blog-type-gutenberg-ready .single__content>.alignleft,
    .cleanco-blog-type-gutenberg-ready .single__content>p .alignleft {
        max-width: -moz-calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

.cleanco-blog-type-gutenberg-ready .entry__content>.alignright,
.cleanco-blog-type-gutenberg-ready .entry__content>p .alignright,
.cleanco-blog-type-gutenberg-ready .single__content>.alignright,
.cleanco-blog-type-gutenberg-ready .single__content>p .alignright {
    margin: 24px 0 24px 24px
}

@media (max-width:575.98px) {

    .cleanco-blog-type-gutenberg-ready .entry__content>.alignright,
    .cleanco-blog-type-gutenberg-ready .entry__content>p .alignright,
    .cleanco-blog-type-gutenberg-ready .single__content>.alignright,
    .cleanco-blog-type-gutenberg-ready .single__content>p .alignright {
        max-width: -moz-calc(100% - 24px);
        max-width: calc(100% - 24px)
    }
}

.cleanco-blog-type-gutenberg-ready .entry__content>.wp-block-gallery.alignleft,
.cleanco-blog-type-gutenberg-ready .entry__content>.wp-block-gallery.alignright,
.cleanco-blog-type-gutenberg-ready .single__content>.wp-block-gallery.alignleft,
.cleanco-blog-type-gutenberg-ready .single__content>.wp-block-gallery.alignright {
    position: unset;
    right: unset
}

.cleanco-blog-type-gutenberg-ready .wp-block-gallery.alignleft {
    margin-left: -moz-calc((100vw - 1170px)/ 2);
    margin-left: calc((100vw - 1170px)/ 2)
}

@media (max-width:1170px) {
    .cleanco-blog-type-gutenberg-ready .wp-block-gallery.alignleft {
        margin-left: 24px
    }
}

.cleanco-blog-type-gutenberg-ready .wp-block-gallery.alignright {
    margin-right: -moz-calc((100vw - 1170px)/ 2);
    margin-right: calc((100vw - 1170px)/ 2)
}

@media (max-width:1170px) {
    .cleanco-blog-type-gutenberg-ready .wp-block-gallery.alignright {
        margin-right: 24px
    }
}

.cleanco-blog-type-gutenberg-ready .wp-block-gallery .blocks-gallery-caption {
    width: 100%
}

.cleanco-blog-type-gutenberg-ready .wp-block-columns,
.cleanco-blog-type-gutenberg-ready .wp-block-media-text {
    margin-top: 24px;
    margin-bottom: 24px
}

@media (max-width:1170px) {

    .cleanco-blog-type-gutenberg-ready .wp-block-columns.alignwide,
    .cleanco-blog-type-gutenberg-ready .wp-block-media-text.alignwide {
        width: -moz-calc(100% - 4rem);
        width: calc(100% - 4rem)
    }
}

.cleanco-blog-type-gutenberg-ready.archive .container-fluid:not(.uf_mobile_navigation)>:last-child,
.cleanco-blog-type-gutenberg-ready.blog .container-fluid:not(.uf_mobile_navigation)>:last-child,
.cleanco-blog-type-gutenberg-ready.search-results .container-fluid:not(.uf_mobile_navigation)>:last-child {
    padding-bottom: 48px
}

.cleanco-blog-type-gutenberg-ready.blog .entry__content>:last-child,
.cleanco-blog-type-gutenberg-ready.page .entry__content>:last-child {
    margin-bottom: 0
}

.cleanco-blog-type-gutenberg-ready.blog .entry__content .wp-caption.alignleft,
.cleanco-blog-type-gutenberg-ready.page .entry__content .wp-caption.alignleft {
    margin-left: -moz-calc((100vw - 1170px)/ 2);
    margin-left: calc((100vw - 1170px)/ 2)
}

@media (max-width:1170px) {

    .cleanco-blog-type-gutenberg-ready.blog .entry__content .wp-caption.alignleft,
    .cleanco-blog-type-gutenberg-ready.page .entry__content .wp-caption.alignleft {
        margin-left: 24px
    }
}

.cleanco-blog-type-gutenberg-ready.blog .entry__content .wp-caption.alignright,
.cleanco-blog-type-gutenberg-ready.page .entry__content .wp-caption.alignright {
    margin-right: -moz-calc((100vw - 1170px)/ 2);
    margin-right: calc((100vw - 1170px)/ 2)
}

@media (max-width:1170px) {

    .cleanco-blog-type-gutenberg-ready.blog .entry__content .wp-caption.alignright,
    .cleanco-blog-type-gutenberg-ready.page .entry__content .wp-caption.alignright {
        margin-right: 24px
    }
}

.cleanco-blog-type-gutenberg-ready.single .single__content>:last-child {
    margin-bottom: 0
}

.cleanco-blog-type-gutenberg-ready.single .single__content .wp-caption.alignleft {
    margin-left: -moz-calc((100vw - 1170px)/ 2);
    margin-left: calc((100vw - 1170px)/ 2)
}

@media (max-width:1170px) {
    .cleanco-blog-type-gutenberg-ready.single .single__content .wp-caption.alignleft {
        margin-left: 24px
    }
}

.cleanco-blog-type-gutenberg-ready.single .single__content .wp-caption.alignright {
    margin-right: -moz-calc((100vw - 1170px)/ 2);
    margin-right: calc((100vw - 1170px)/ 2)
}

@media (max-width:1170px) {
    .cleanco-blog-type-gutenberg-ready.single .single__content .wp-caption.alignright {
        margin-right: 24px
    }
}

.cleanco-blog-type-gutenberg-ready .entry__content {
    padding-top: 48px;
    padding-bottom: 48px
}

@media (max-width:425px) {
    .cleanco-blog-type-gutenberg-ready .entry__content {
        padding-top: 24px;
        padding-bottom: 0
    }
}

.cleanco-blog-type-gutenberg-ready .entry__content .read-more-button-wrap {
    display: none
}

.cleanco-blog-type-gutenberg-ready .single__content {
    padding-bottom: 32px
}

.cleanco-blog-type-gutenberg-ready .wp-block-image {
    max-width: 1170px !important
}

.cleanco-blog-type-gutenberg-ready .wp-block-image.alignfull {
    max-width: 100% !important
}

.cleanco-blog-type-gutenberg-ready .alignwide {
    max-width: 1170px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.cleanco-blog-type-gutenberg-ready .wp-block-columns.alignfull {
    position: unset;
    padding: unset;
    padding-left: 16px;
    padding-right: 16px
}

.cleanco-blog-type-gutenberg-ready .wp-block-quote {
    clear: both;
    padding: 0 0 0 24px
}

.cleanco-blog-type-gutenberg-ready .wp-block-quote p {
    margin: 0
}

.cleanco-blog-type-gutenberg-ready .wp-block-quote[style='text-align:right'] {
    border-width: 0 3px 0 0;
    padding: 0 24px 0 0
}

.cleanco-blog-type-gutenberg-ready .wp-block-embed.alignfull iframe {
    width: 100%
}

.cleanco-blog-type-gutenberg-ready .wp-block-embed .wp-block-embed__wrapper,
.cleanco-blog-type-gutenberg-ready .wp-block-embed-facebook .wp-block-embed__wrapper,
.cleanco-blog-type-gutenberg-ready .wp-block-embed-instagram .wp-block-embed__wrapper {
    overflow: scroll;
    max-width: 100%;
    width: 100%
}

@media (max-width:575.98px) {

    .cleanco-blog-type-gutenberg-ready .wp-block-embed-facebook,
    .cleanco-blog-type-gutenberg-ready .wp-block-embed-instagram {
        width: 100% !important
    }
}

.cleanco-blog-type-gutenberg-ready .pagination {
    padding: 16px 0
}

.cleanco-blog-type-gutenberg-ready .dashicons,
.cleanco-blog-type-gutenberg-ready .cleancoicons {
    margin: 0 9px 0 0
}

.cleanco-blog-type-gutenberg-ready .page-links {
    float: unset
}

.cleanco-blog-type-gutenberg-ready .entry__more_link {
    width: 41%
}

.cleanco-blog-type-gutenberg-ready .entry__meta-tags {
    width: 41%;
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #aaa
}

@media (max-width:575.98px) {
    .cleanco-blog-type-gutenberg-ready .entry__meta-tags {
        width: 100%;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 24px
    }
}

.cleanco-blog-type-gutenberg-ready .entry__meta-tags svg {
    margin-right: 12px
}

.cleanco-blog-type-gutenberg-ready .entry__meta-tags .dashicons {
    margin-left: -29px;
    color: #aaa
}

.cleanco-blog-type-gutenberg-ready .entry__meta-tags a {
    font-size: 16px;
    line-height: 19px;
    color: #aaa;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

.cleanco-blog-type-gutenberg-ready .entry__meta-tags a:hover {
    color: #eeb70c
}

.cleanco-blog-type-gutenberg-ready .entry__edit_post_link {
    min-width: 3.7rem;
    color: #eeb70c;
    max-width: 120px;
    width: 120px;
    text-align: center
}

@media (max-width:575.98px) {
    .cleanco-blog-type-gutenberg-ready .entry__edit_post_link {
        text-align: right
    }
}

.cleanco-blog-type-gutenberg-ready .entry__edit_post_link svg {
    margin-right: 8px
}

.cleanco-blog-type-gutenberg-ready .entry__edit_post_link svg path {
    fill: #eeb70c
}

.cleanco-blog-type-gutenberg-ready .entry__edit_post_link a {
    font-size: 16px;
    line-height: 19px;
    color: #eeb70c;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

.cleanco-blog-type-gutenberg-ready .social-media-shares-wrapper {
    padding-bottom: 10px
}

.cleanco-blog-type-gutenberg-ready .social-media-shares-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 16px;
    color: #aaa;
    text-align: center
}

.cleanco-blog-type-gutenberg-ready .social-media-shares {
    width: 100%;
    position: relative;
    text-align: center
}

.cleanco-blog-type-gutenberg-ready .social-media-shares .share-divider {
    position: absolute;
    width: 38%;
    height: 23px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e3e3e3), color-stop(0, rgba(255, 255, 255, 0)));
    background-image: -moz- oldlinear-gradient(left, #e3e3e3 100%, rgba(255, 255, 255, 0) 0);
    background-image: linear-gradient(to right, #e3e3e3 100%, rgba(255, 255, 255, 0) 0);
    background-position: center;
    -moz-background-size: 8px 1px;
    background-size: 8px 1px;
    background-repeat: repeat-x
}

@media (max-width:575.98px) {
    .cleanco-blog-type-gutenberg-ready .social-media-shares .share-divider {
        width: 25%
    }
}

.cleanco-blog-type-gutenberg-ready .social-media-shares .share-divider.left-divider {
    top: 5px
}

.cleanco-blog-type-gutenberg-ready .social-media-shares .share-divider.right-divider {
    right: 0;
    top: 5px
}

.cleanco-blog-type-gutenberg-ready .share-link {
    margin: 4px
}

.cleanco-blog-type-gutenberg-ready .share-link svg {
    min-width: 17px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #aaa
}

.cleanco-blog-type-gutenberg-ready .share-facebook:hover {
    border-color: #3b5998
}

.cleanco-blog-type-gutenberg-ready .share-facebook:hover svg {
    border-color: #3b5998
}

.cleanco-blog-type-gutenberg-ready .share-facebook:hover path {
    fill: #3b5998
}

.cleanco-blog-type-gutenberg-ready .share-twitter:hover {
    border-color: #1da1f2
}

.cleanco-blog-type-gutenberg-ready .share-twitter:hover svg {
    border-color: #1da1f2
}

.cleanco-blog-type-gutenberg-ready .share-twitter:hover path {
    fill: #1da1f2
}

.cleanco-blog-type-gutenberg-ready .share-pinterest:hover {
    border-color: #c51e25
}

.cleanco-blog-type-gutenberg-ready .share-pinterest:hover svg {
    border-color: #c51e25
}

.cleanco-blog-type-gutenberg-ready .share-pinterest:hover path {
    fill: #c51e25
}

.cleanco-blog-type-gutenberg-ready .post-navigation,
.cleanco-blog-type-gutenberg-ready .related-posts {
    max-width: 770px;
    position: relative;
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto
}

.cleanco-blog-type-gutenberg-ready .related-posts .row {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cleanco-blog-type-gutenberg-ready .more-link {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15pc;
    color: #eeb70c;
    text-transform: uppercase
}

.cleanco-blog-type-gutenberg-ready .more-link:hover {
    color: #bd920a
}

.single-product div.product .product_meta .posted_in .cleanco-blog-type-gutenberg-ready a,
.single-product div.product .product_meta .tagged_as .cleanco-blog-type-gutenberg-ready a.pills-primary,
.cleanco-blog-type-gutenberg-ready .pills.pills-primary,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .posted_in a,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .tagged_as a.pills-primary,
.cleanco-blog-type-gutenberg-ready .widget.widget_tag_cloud .pills-primary.tag-cloud-link,
.widget.widget_tag_cloud .cleanco-blog-type-gutenberg-ready .pills-primary.tag-cloud-link {
    color: #eeb70c !important;
    background: #fff;
    background-color: #fff;
    position: relative;
    opacity: .8;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 9px;
    line-height: 11px;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal
}

.single-product div.product .product_meta .posted_in .cleanco-blog-type-gutenberg-ready a::after,
.single-product div.product .product_meta .tagged_as .cleanco-blog-type-gutenberg-ready a.pills-primary::after,
.cleanco-blog-type-gutenberg-ready .pills.pills-primary::after,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .posted_in a::after,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .tagged_as a.pills-primary::after,
.cleanco-blog-type-gutenberg-ready .widget.widget_tag_cloud .pills-primary.tag-cloud-link::after,
.widget.widget_tag_cloud .cleanco-blog-type-gutenberg-ready .pills-primary.tag-cloud-link::after {
    content: '';
    width: 100%;
    height: 2em;
    background: #eeb70c;
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 40px;
    border-radius: 40px;
    z-index: -1
}

.single-product div.product .product_meta .posted_in .cleanco-blog-type-gutenberg-ready a:hover,
.single-product div.product .product_meta .tagged_as .cleanco-blog-type-gutenberg-ready a.pills-primary:hover,
.cleanco-blog-type-gutenberg-ready .pills.pills-primary:hover,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .posted_in a:hover,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .tagged_as a.pills-primary:hover,
.cleanco-blog-type-gutenberg-ready .widget.widget_tag_cloud .pills-primary.tag-cloud-link:hover,
.widget.widget_tag_cloud .cleanco-blog-type-gutenberg-ready .pills-primary.tag-cloud-link:hover {
    color: #fff !important
}

.single-product div.product .product_meta .posted_in .cleanco-blog-type-gutenberg-ready a:hover::after,
.single-product div.product .product_meta .tagged_as .cleanco-blog-type-gutenberg-ready a.pills-primary:hover::after,
.cleanco-blog-type-gutenberg-ready .pills.pills-primary:hover::after,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .posted_in a:hover::after,
.cleanco-blog-type-gutenberg-ready .single-product div.product .product_meta .tagged_as a.pills-primary:hover::after,
.cleanco-blog-type-gutenberg-ready .widget.widget_tag_cloud .pills-primary.tag-cloud-link:hover::after,
.widget.widget_tag_cloud .cleanco-blog-type-gutenberg-ready .pills-primary.tag-cloud-link:hover::after {
    opacity: 1
}

.cleanco-blog-type-gutenberg-ready .meta-comments .cleancoicons.icon-bookmark+svg {
    margin-left: 18px
}

@media (max-width:575.98px) {
    .cleanco-blog-type-gutenberg-ready .wp-block-audio audio {
        min-width: unset
    }
}

.cleanco-blog-type-gutenberg-ready .wp-block-button {
    max-width: 1170px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important
}

.cleanco-blog-type-gutenberg-ready .wp-block-button.alignleft,
.cleanco-blog-type-gutenberg-ready .wp-block-button.alignright {
    float: unset
}

.cleanco-blog-type-gutenberg-ready .wp-block-button.alignleft .wp-block-button__link {
    float: left;
    margin-right: 24px
}

.cleanco-blog-type-gutenberg-ready .wp-block-button.alignright .wp-block-button__link {
    float: right;
    margin-left: 24px
}

.cleanco-blog-type-gutenberg-ready .wp-block-cover.alignleft {
    left: 0;
    margin: 24px 24px 24px 0
}

@media (min-width:1170px) {
    .cleanco-blog-type-gutenberg-ready .wp-block-cover.alignleft {
        left: -moz-calc((100vw - 1170px)/ 2);
        left: calc((100vw - 1170px)/ 2);
        margin-right: -moz-calc((100vw - 1170px)/ 2 + 24px);
        margin-right: calc((100vw - 1170px)/ 2 + 24px)
    }
}

.cleanco-blog-type-gutenberg-ready .wp-block-cover.alignright {
    right: 0;
    margin: 24px 0 24px 24px
}

@media (min-width:1170px) {
    .cleanco-blog-type-gutenberg-ready .wp-block-cover.alignright {
        right: -moz-calc((100vw - 1170px)/ 2);
        right: calc((100vw - 1170px)/ 2);
        margin-left: -moz-calc((100vw - 1170px)/ 2 + 24px);
        margin-left: calc((100vw - 1170px)/ 2 + 24px)
    }
}

.cleanco-blog-type-gutenberg-ready .wp-block-cover:first-child {
    margin-top: 0
}

.cleanco-blog-type-gutenberg-ready .fb_iframe_widget {
    width: 90% !important
}

.cleanco-blog-type-gutenberg-ready .wp-block-archives.wp-block-archives-dropdown,
.cleanco-blog-type-gutenberg-ready .wp-block-categories.wp-block-categories-dropdown,
.cleanco-blog-type-gutenberg-ready .wp-block-search {
    margin-bottom: 24px
}

.cleanco-blog-type-gutenberg-ready .wp-block-search__input {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 50%
}

.cleanco-blog-type-gutenberg-ready .wp-block-search__button {
    color: #fff;
    background-color: #eeb70c;
    border: none;
    cursor: pointer
}

.cleanco-blog-type-gutenberg-ready .wp-block-search__button:hover {
    background-color: #bd920a
}

.cleanco-blog-type-gutenberg-ready .wp-block-separator {
    margin-top: 24px;
    margin-bottom: 24px
}

.wp-block-separator {
    border-bottom-width: 2px
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px !important
}

.wp-block-separator.is-style-wide {
    max-width: 1170px;
    border-bottom-width: 2px
}

#comments .comment-form .form-submit input,
.content-button a,
.kc-blog-posts .kc-post-2-button,
.kc-blog-posts a.kc-post-2-button,
.single-product div.product form.cart .button,
.single-product div.product form.cart a.button,
.uf-buttons,
.uf-buttons-secondary,
.woocommerce-account .button,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button,
.woocommerce-account a.button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.shop_table tr td.actions .button,
.woocommerce-cart table.shop_table tr td.actions a.button,
.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .button,
.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions a.button,
.woocommerce-checkout .checkout #order_review #payment #place_order,
.woocommerce-checkout .checkout #order_review #payment a#place_order,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce-checkout .checkout_coupon a.button,
.woocommerce-lost-password .lost_reset_password .button,
.woocommerce-lost-password .lost_reset_password a.button,
a.kc-read-more,
a.uf-buttons,
a.uf-buttons-secondary,
input[type=button],
input[type=reset],
input[type=submit] {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #eeb70c;
    padding: 12px 48px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

#comments .comment-form .form-submit input:hover,
.content-button a:hover,
.kc-blog-posts .kc-post-2-button:hover,
.kc-blog-posts a.kc-post-2-button:hover,
.single-product div.product form.cart .button:hover,
.single-product div.product form.cart a.button:hover,
.uf-buttons-secondary:hover,
.uf-buttons:hover,
.woocommerce-account .button:hover,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button:hover,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button:hover,
.woocommerce-account a.button:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart table.shop_table tr td.actions .button:hover,
.woocommerce-cart table.shop_table tr td.actions a.button:hover,
.woocommerce-checkout .checkout #order_review #payment #place_order:hover,
.woocommerce-checkout .checkout #order_review #payment a#place_order:hover,
.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce-checkout .checkout_coupon a.button:hover,
.woocommerce-lost-password .lost_reset_password .button:hover,
.woocommerce-lost-password .lost_reset_password a.button:hover,
a.kc-read-more:hover,
a.uf-buttons-secondary:hover,
a.uf-buttons:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    background: #bd920a;
    -moz-border-radius: 75px;
    border-radius: 75px
}

#comments .comment-form .form-submit input:disabled,
.content-button a:disabled,
.kc-blog-posts .kc-post-2-button:disabled,
.kc-blog-posts a.kc-post-2-button:disabled,
.single-product div.product form.cart .button:disabled,
.single-product div.product form.cart a.button:disabled,
.uf-buttons-secondary:disabled,
.uf-buttons:disabled,
.woocommerce-account .button:disabled,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button:disabled,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button:disabled,
.woocommerce-account a.button:disabled,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:disabled,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-cart table.shop_table tr td.actions .button:disabled,
.woocommerce-cart table.shop_table tr td.actions a.button:disabled,
.woocommerce-checkout .checkout #order_review #payment #place_order:disabled,
.woocommerce-checkout .checkout #order_review #payment a#place_order:disabled,
.woocommerce-checkout .checkout_coupon .button:disabled,
.woocommerce-checkout .checkout_coupon a.button:disabled,
.woocommerce-lost-password .lost_reset_password .button:disabled,
.woocommerce-lost-password .lost_reset_password a.button:disabled,
a.kc-read-more:disabled,
a.uf-buttons-secondary:disabled,
a.uf-buttons:disabled,
input:disabled[type=button],
input:disabled[type=reset],
input:disabled[type=submit] {
    background: #fababb
}

#comments .comment-form .form-submit input:focus,
.content-button a:focus,
.kc-blog-posts .kc-post-2-button:focus,
.kc-blog-posts a.kc-post-2-button:focus,
.single-product div.product form.cart .button:focus,
.single-product div.product form.cart a.button:focus,
.uf-buttons-secondary:focus,
.uf-buttons:focus,
.woocommerce-account .button:focus,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button:focus,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button:focus,
.woocommerce-account a.button:focus,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart table.shop_table tr td.actions .button:focus,
.woocommerce-cart table.shop_table tr td.actions a.button:focus,
.woocommerce-checkout .checkout #order_review #payment #place_order:focus,
.woocommerce-checkout .checkout #order_review #payment a#place_order:focus,
.woocommerce-checkout .checkout_coupon .button:focus,
.woocommerce-checkout .checkout_coupon a.button:focus,
.woocommerce-lost-password .lost_reset_password .button:focus,
.woocommerce-lost-password .lost_reset_password a.button:focus,
a.kc-read-more:focus,
a.uf-buttons-secondary:focus,
a.uf-buttons:focus,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit] {
    outline: 0
}

.uf-buttons-sm {
    padding: 6px 24px
}

.uf-buttons-md {
    padding: 6px 24px
}

.uf-buttons-secondary,
a.uf-buttons-secondary {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #333
}

.uf-buttons-secondary:hover,
a.uf-buttons-secondary:hover {
    background: #e6e6e6
}

.uf-buttons-secondary:disabled,
a.uf-buttons-secondary:disabled {
    background: #fff
}

.uf-buttons-secondary:focus,
a.uf-buttons-secondary:focus {
    outline: 0
}

input[type=button],
input[type=reset],
input[type=submit] {
    font-style: normal
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1)
}

.uf-carousel {
    margin-bottom: 24px
}

.uf-input-group {
    width: 100%;
    padding: 0 0 0 24px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.uf-input-group .uf-group-field {
    border: none;
    color: #6b6b6b;
    padding: 0 24px 0 0;
    background: 0 0;
    outline: 0;
    line-height: 42px
}

.uf-input-group .uf-group-field::-webkit-input-placeholder {
    color: .6;
    line-height: 3
}

.uf-input-group .uf-group-field::-moz-placeholder {
    color: .6;
    line-height: 3
}

.uf-input-group .uf-group-field::-ms-input-placeholder {
    color: .6;
    line-height: 3
}

.uf-input-group .uf-group-field::placeholder {
    color: .6;
    line-height: 3
}

.uf-input-group .uf-group-btn-icon {
    border: none;
    background: 0 0;
    padding: 12px 24px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    cursor: pointer;
    outline: 0;
    color: #333 !important
}

.uf-input-group-sm {
    width: 100%;
    padding: 0 0 0 24px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.uf-input-group-sm .uf-group-field {
    border: none;
    color: #6b6b6b;
    padding: 0 24px 0 0;
    background: 0 0;
    outline: 0
}

.uf-input-group-sm .uf-group-field::-webkit-input-placeholder {
    color: .6
}

.uf-input-group-sm .uf-group-field::-moz-placeholder {
    color: .6
}

.uf-input-group-sm .uf-group-field::-ms-input-placeholder {
    color: .6
}

.uf-input-group-sm .uf-group-field::placeholder {
    color: .6
}

.uf-input-group-sm .uf-group-btn-icon {
    border: none;
    background: 0 0;
    padding: 6px 24px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    cursor: pointer;
    outline: 0;
    color: #333 !important
}

.uf-checkbox {
    display: inline
}

.uf-checkbox .uf-checkbox-label {
    margin-right: 24px;
    color: #6b6b6b;
    display: inline;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uf-checkbox .uf-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.uf-checkbox .uf-checkbox-label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    border: solid 1px #e3e3e3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

.uf-checkbox .uf-checkbox-label .checkmark::after {
    content: '';
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.uf-checkbox .uf-checkbox-label input:checked~.checkmark {
    background-color: #eeb70c;
    border: none
}

.uf-checkbox .uf-checkbox-label input:disabled~.checkmark {
    background-color: #f5f5f5;
    border: none
}

.uf-checkbox .uf-checkbox-label input:checked~.checkmark::after {
    display: block
}

.uf-radio {
    display: inline;
    position: relative;
    margin-right: 24px
}

.uf-radio input {
    position: absolute;
    opacity: 0;
    bottom: 0
}

.uf-radio .uf-radio-label {
    margin: 0;
    color: #6b6b6b
}

.uf-radio .uf-radio-label::before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 6px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

.uf-radio .uf-radio-label:hover {
    cursor: pointer
}

.uf-radio input:checked~.uf-radio-label::before {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #eeb70c;
    -moz-box-shadow: inset 0 0 0 3px #eeb70c;
    box-shadow: inset 0 0 0 3px #eeb70c;
    border: none
}

.uf-radio input:disabled~.uf-radio-label::before {
    background-color: #f5f5f5;
    border: none
}

.uf-radio input:checked:disabled~.uf-radio-label::before {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #f5f5f5;
    -moz-box-shadow: inset 0 0 0 3px #f5f5f5;
    box-shadow: inset 0 0 0 3px #f5f5f5;
    border: none
}

.pills,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .tag-cloud-link {
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-right: 3px;
    margin-bottom: 6px;
    cursor: pointer
}

.pills.pills-default,
.single-product div.product .product_meta .posted_in .widget.widget_tag_cloud a.tag-cloud-link,
.single-product div.product .product_meta .posted_in a.pills-default,
.single-product div.product .product_meta .tagged_as a,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .single-product div.product .product_meta .posted_in a.tag-cloud-link,
.widget.widget_tag_cloud .tag-cloud-link {
    background: #e3e3e3;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.pills.pills-default:hover,
.single-product div.product .product_meta .posted_in .widget.widget_tag_cloud a.tag-cloud-link:hover,
.single-product div.product .product_meta .posted_in a.pills-default:hover,
.single-product div.product .product_meta .tagged_as a:hover,
.widget.widget_tag_cloud .single-product div.product .product_meta .posted_in a.tag-cloud-link:hover,
.widget.widget_tag_cloud .tag-cloud-link:hover {
    color: #333;
    background: #cacaca
}

.pills.pills-primary,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a.pills-primary,
.widget.widget_tag_cloud .pills-primary.tag-cloud-link {
    background: #eeb70c;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.pills.pills-primary:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a.pills-primary:hover,
.widget.widget_tag_cloud .pills-primary.tag-cloud-link:hover {
    background: #bd920a;
    text-decoration: none !important
}

.pills.pills-secondary,
.single-product div.product .product_meta .posted_in .widget.uf-dark-scheme.widget_tag_cloud a.tag-cloud-link,
.single-product div.product .product_meta .posted_in a.pills-secondary,
.single-product div.product .product_meta .tagged_as .widget.uf-dark-scheme.widget_tag_cloud a.tag-cloud-link,
.single-product div.product .product_meta .tagged_as a.pills-secondary,
.widget.uf-dark-scheme.widget_tag_cloud .single-product div.product .product_meta .posted_in a.tag-cloud-link,
.widget.uf-dark-scheme.widget_tag_cloud .single-product div.product .product_meta .tagged_as a.tag-cloud-link,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .pills-secondary.tag-cloud-link {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.pills.pills-secondary:hover,
.single-product div.product .product_meta .posted_in a.pills-secondary:hover,
.single-product div.product .product_meta .tagged_as a.pills-secondary:hover,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link:hover,
.widget.widget_tag_cloud .pills-secondary.tag-cloud-link:hover {
    background: rgba(230, 230, 230, .2)
}

.comment-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0
}

.comment-list ol,
.comment-list ul {
    margin-bottom: 1rem
}

.comment-list ol ol,
.comment-list ul ul {
    margin-bottom: 0
}

.comment-list li.comment {
    padding: 24px 0 0 0
}

.comment-list li.comment:last-child {
    padding-bottom: 0;
    border: none
}

.comment-list li.comment .children {
    list-style: none;
    padding-left: 48px
}

@media (max-width:991.98px) {
    .comment-list li.comment .children {
        padding-left: 12px
    }
}

@media (max-width:767.98px) {
    .comment-list li.comment .children {
        padding-left: 12px
    }
}

.comment-list .comment-respond .comment-notes,
.comment-list .comment-respond .comment-reply-title {
    display: none
}

.comment-list .comment-respond .comment-form p.form-submit {
    text-align: right !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.comment-list .comment-respond .comment-form p.form-submit .submit {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.comment-list .comment-respond .comment-form p.form-submit a {
    padding-right: 12px;
    padding-top: 6px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#comments {
    clear: both;
    margin: 0;
    margin-bottom: 24px
}

#comments .comments-title {
    margin-bottom: 0;
    padding: 24px 0 0;
    padding-bottom: 48px
}

#comments .comment-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 24px
}

#comments .comment-body img.avatar {
    height: 45px;
    width: auto;
    margin: 0 12px 0 0
}

#comments .comment-content {
    width: 100%;
    color: #6b6b6b
}

#comments .comment-content .comment-card {
    background: #f5f5f5;
    padding: 12px 24px;
    margin: 0 0 12px
}

#comments .comment-content .comment-card .comment-author {
    color: #333;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize
}

#comments .comment-content .comment-card .comment-author .comment-link p {
    color: #6b6b6b;
    text-transform: none
}

#comments .comment-content .comment-date {
    color: #6b6b6b;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#comments .comment-content .comment-meta {
    color: #333
}

#comments .comment-content .comment-meta .dot {
    height: 3px;
    width: 3px;
    background-color: #aeaeae;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 6px
}

#comments .comment-respond {
    clear: both;
    padding: 12px 0 24px
}

#comments .comment-respond .logged-in-as {
    width: 100%;
    text-align: left
}

#comments .comment-respond .comment-reply-title {
    margin: 0;
    padding-bottom: 6px;
    text-align: center
}

#comments .comment-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#comments .comment-form .comment-row {
    width: 100%
}

@media (max-width:767.98px) {
    #comments .comment-form .comment-row .comment {
        padding: 0
    }
}

#comments .comment-form .comment-row .comment:first-child {
    padding-right: 0;
    padding-left: 0
}

#comments .comment-form .comment-row .comment:last-child {
    padding-left: 0;
    padding-right: 0
}

#comments .comment-form .comment-notes {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
    margin: 0 0 24px;
    width: 100%
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:767.98px) {

    #comments .comment-form-author,
    #comments .comment-form-email,
    #comments .comment-form-url {
        margin: 0 0 12px;
        width: 100%
    }
}

#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-url input {
    width: 100%;
    padding: 12px 24px
}

#comments .comment-form-author input::-webkit-input-placeholder,
#comments .comment-form-email input::-webkit-input-placeholder,
#comments .comment-form-url input::-webkit-input-placeholder {
    color: .6
}

#comments .comment-form-author input::-moz-placeholder,
#comments .comment-form-email input::-moz-placeholder,
#comments .comment-form-url input::-moz-placeholder {
    color: .6
}

#comments .comment-form-author input::-ms-input-placeholder,
#comments .comment-form-email input::-ms-input-placeholder,
#comments .comment-form-url input::-ms-input-placeholder {
    color: .6
}

#comments .comment-form-author input::placeholder,
#comments .comment-form-email input::placeholder,
#comments .comment-form-url input::placeholder {
    color: .6
}

#comments .comment-form-url {
    margin-right: 0
}

#comments .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 12px 0 0
}

#comments .comment-form-cookies-consent input {
    margin-left: 0;
    margin-right: 6px
}

#comments .comment-form-comment {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 12px 0 0
}

@media (max-width:767.98px) {
    #comments .comment-form-comment {
        margin-top: 0;
        width: 100%
    }
}

#comments .comment-form-comment textarea {
    width: 100%;
    padding: 12px 24px
}

#comments .comment-form-comment textarea::-webkit-input-placeholder {
    color: .6
}

#comments .comment-form-comment textarea::-moz-placeholder {
    color: .6
}

#comments .comment-form-comment textarea::-ms-input-placeholder {
    color: .6
}

#comments .comment-form-comment textarea::placeholder {
    color: .6
}

#comments .comment-form-author label,
#comments .comment-form-comment label,
#comments .comment-form-email label,
#comments .comment-form-url label {
    display: none
}

#comments .comment-form .form-submit {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 12px 0 0;
    text-align: center
}

#comments .comment-form .form-submit input {
    font-style: normal;
    padding: 6px 24px
}

.comment-respond #commentform {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.comment-respond .comment-row {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.comment-respond .comment-form-comment {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 24px
}

.comment-respond .comment-form-comment label {
    display: none
}

.comment-respond .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.comment-respond .form-submit {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.comment-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comment-form-cookies-consent label {
    display: unset
}

.pagination,
.woocommerce-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    clear: both
}

.pagination .nav-links,
.woocommerce-pagination .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    margin: 0 12px 0 0;
    background: #fff;
    min-width: 31px;
    height: 31px;
    text-align: center;
    display: inline-block;
    color: #333;
    font-weight: 700;
    line-height: 30px
}

@media (max-width:575.98px) {

    .pagination .page-numbers,
    .woocommerce-pagination .page-numbers {
        margin: 0 6px 0 0
    }
}

.pagination .next,
.pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    padding: 0;
    color: #333
}

.pagination a,
.woocommerce-pagination a {
    color: #6b6b6b;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

.pagination a:hover,
.woocommerce-pagination a:hover {
    background: #f5f5f5
}

.pagination .current,
.woocommerce-pagination .current {
    color: #fff;
    background: #eeb70c;
    border-color: #eeb70c
}

.breadcrumbs {
    background-color: #f5f5f5;
    margin-bottom: 48px
}

.page .breadcrumbs {
    margin-bottom: 0
}

.uf-breadcrumbs {
    padding: 24px 12px;
    text-transform: capitalize
}

.uf-breadcrumbs>span {
    padding: 0 12px 0 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uf-breadcrumbs>span::after {
    content: ' / ';
    line-height: 8px;
    font-size: 8px;
    color: #aeaeae;
    padding: 0 0 0 12px
}

.uf-breadcrumbs>span:last-child::after {
    content: '';
    padding: 0
}

.uf-breadcrumbs>span>span {
    color: #eeb70c
}

.widget {
    padding-bottom: 24px;
    margin-bottom: 12px
}

.widget a {
    padding-bottom: 12px;
    display: block
}

.widget a.mejs-horizontal-volume-slider {
    padding: 0
}

.widget ul {
    list-style: none;
    padding: 0 0 12px
}

.widget ul li {
    padding: 12px 3px;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
}

.widget ul li:first-child {
    padding-top: 0
}

.widget ul li ul.children {
    margin: 0 0 0 6px;
    padding: 0
}

.widget ul li ul.children li.page_item:first-child {
    margin-top: 12px;
    padding-top: 12px
}

.widget ul li ul.children li.page_item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget ul li ul.children li.cat-item:first-child {
    padding-top: 12px
}

.widget ul li ul.children li.cat-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget.widget_tag_cloud .tag-cloud-link {
    font-size: 11px !important;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px
}

.widget .rsswidget {
    padding-bottom: 6px;
    display: inline;
    margin: 0
}

.widget .widget-title {
    padding-bottom: 24px;
    position: relative
}

.widget .widget-title::before {
    content: '';
    position: absolute;
    background: #eeb70c;
    height: 2px;
    width: 48px;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1
}

.widget .recentcomments {
    padding-bottom: 12px
}

.widget .recentcomments a {
    font-style: normal;
    border-bottom: 0;
    display: inline
}

.widget .recentcomments .comment-author-link {
    font-style: normal
}

.widget.widget_recent_entries ul li {
    padding-bottom: 12px
}

.widget.widget_recent_entries ul li a {
    border-bottom: 0;
    padding-bottom: 0;
    display: inline
}

.widget.widget_recent_entries .post-date {
    display: block;
    padding-top: 3px;
    margin: 0
}

.widget.widget_archive input::-webkit-input-placeholder {
    color: #aeaeae
}

.widget.widget_archive input::-moz-placeholder {
    color: #aeaeae
}

.widget.widget_archive input::-ms-input-placeholder {
    color: #aeaeae
}

.widget.widget_archive input::placeholder {
    color: #aeaeae
}

.widget.widget_archive ul li {
    padding-bottom: 12px
}

.widget.widget_archive ul li a {
    border-bottom: 0;
    display: inline
}

.widget.widget_nav_menu .nav-item {
    padding-top: 0
}

.widget.widget_nav_menu .nav-item .sub-menu {
    margin: 0 0 0 6px;
    padding-bottom: 0;
    padding-left: 6px
}

.widget.widget_nav_menu .nav-link {
    padding-left: 0
}

.widget.widget_nav_menu ul li a {
    border-bottom: 0
}

.widget .rss-date {
    padding-bottom: 6px;
    padding-left: 6px;
    margin: 0
}

.widget .rssSummary {
    margin: 0;
    overflow-wrap: break-word
}

.widget cite {
    font-style: normal;
    padding-top: 6px;
    margin: 0
}

.widget #wp-calendar {
    width: 100%
}

.widget #wp-calendar thead {
    text-align: center
}

@media (max-width:991.98px) {
    .widget #wp-calendar thead th {
        padding: 12px
    }
}

.widget #wp-calendar tfoot td a {
    padding-bottom: 0
}

@media (max-width:991.98px) {
    .widget #wp-calendar tfoot td {
        padding: 12px
    }
}

.widget #wp-calendar tfoot #prev {
    padding-left: 0
}

.widget #wp-calendar tfoot #next {
    text-align: right;
    padding-right: 0
}

.widget #wp-calendar tbody .pills-calendar,
.widget #wp-calendar tbody tr #today,
.widget #wp-calendar tr tbody #today {
    text-align: center;
    -moz-border-radius: 100px;
    border-radius: 100px
}

.widget #wp-calendar tbody td {
    border-top: 0;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px
}

.widget #wp-calendar tbody td a {
    padding-bottom: 0
}

.widget #wp-calendar tbody td a:hover {
    cursor: pointer
}

.widget #wp-calendar tbody::before {
    content: '';
    display: block;
    height: 12px
}

.widget #wp-calendar tbody::after {
    content: '';
    display: block;
    height: 12px
}

.widget #wp-calendar caption {
    caption-side: top;
    text-align: center;
    padding: 12px
}

.widget ul li ul.children li.page_item:first-child {
    margin: 0
}

.widget.widget_tag_cloud .tag-cloud-link:hover {
    color: #333
}

.widget .rsswidget {
    color: #333;
    border-bottom: 0
}

.widget .rsswidget:hover {
    color: #eeb70c
}

.widget .rsswidget img.rss-widget-icon {
    width: 16px;
    height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.widget.widget_recent_entries .post-date {
    color: #6b6b6b
}

.widget .recentcomments {
    color: #aeaeae
}

.widget .recentcomments .comment-author-link .url {
    color: #333
}

.widget .recentcomments .comment-author-link .url:hover {
    color: #eeb70c
}

.widget .rss-date {
    color: #6b6b6b
}

.widget .rssSummary {
    color: #6b6b6b
}

.widget cite {
    color: #6b6b6b
}

.widget #wp-calendar tbody {
    color: #aeaeae
}

.widget #wp-calendar tbody td a {
    color: #333
}

.widget #wp-calendar tbody td a:hover {
    color: #eeb70c
}

.widget #wp-calendar tr #today {
    color: #fff;
    background-color: #eeb70c
}

.widget #wp-calendar tr #today a {
    color: #fff
}

.widget #wp-calendar caption {
    color: #333
}

.widget.uf-dark-scheme ul li ul.children li.page_item:first-child {
    margin: 0
}

.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link:hover {
    color: #fff !important
}

.widget.uf-dark-scheme .rsswidget {
    color: #333;
    border-bottom: 0
}

.widget.uf-dark-scheme .rsswidget:hover {
    color: #eeb70c
}

.widget.uf-dark-scheme .rsswidget img.rss-widget-icon {
    width: 16px;
    height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.widget.uf-dark-scheme .recentcomments {
    color: rgba(255, 255, 255, .4)
}

.widget.uf-dark-scheme .recentcomments a {
    border-bottom: 0
}

.widget.uf-dark-scheme.widget_recent_entries ul li a {
    border-bottom: 0
}

.widget.uf-dark-scheme.widget_recent_entries .post-date {
    color: rgba(255, 255, 255, .6)
}

.widget.uf-dark-scheme .rss-date {
    color: rgba(255, 255, 255, .6)
}

.widget.uf-dark-scheme .rssSummary {
    color: rgba(255, 255, 255, .6)
}

.widget.uf-dark-scheme cite {
    color: rgba(255, 255, 255, .6)
}

.widget.uf-dark-scheme .calendar_wrap {
    width: 100%
}

@media (max-width:991.98px) {
    .widget.uf-dark-scheme .calendar_wrap {
        width: 100%
    }
}

.widget.uf-dark-scheme #wp-calendar thead th {
    border-bottom: 1px solid #5c5c5c;
    color: #fff
}

.widget.uf-dark-scheme #wp-calendar tfoot td {
    border-top: 1px solid #5c5c5c
}

.widget.uf-dark-scheme #wp-calendar tbody {
    color: rgba(255, 255, 255, .7)
}

.widget.uf-dark-scheme #wp-calendar tbody tr td a {
    color: #fff
}

.widget.uf-dark-scheme #wp-calendar tbody tr td a:hover {
    color: #eeb70c
}

.widget.uf-dark-scheme #wp-calendar tbody tr td#today {
    color: #fff;
    background-color: #eeb70c
}

.widget.uf-dark-scheme #wp-calendar tbody tr td#today a {
    color: #fff
}

.widget.uf-dark-scheme #wp-calendar caption {
    color: #fff
}

.widget.uf-dark-scheme .search-form .uf-input-group {
    border: 1px solid rgba(255, 255, 255, .2);
    background: #1a1a1a
}

.widget.uf-dark-scheme .search-form input {
    color: rgba(255, 255, 255, .6)
}

.widget.uf-dark-scheme .search-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.widget.uf-dark-scheme .search-form input::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}

.widget.uf-dark-scheme .search-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.widget.uf-dark-scheme .search-form input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.widget.uf-dark-scheme .search-form button {
    color: #fff
}

.widget.uf-dark-scheme .wp-caption-text {
    color: rgba(255, 255, 255, .6)
}

.widget.uf-dark-scheme .textwidget p {
    color: rgba(255, 255, 255, .6)
}

#navigation {
    position: absolute;
    right: 0;
    height: 100%;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    transform: translateY(-24px)
}

.navbar-light .navbar-nav {
    height: 100%
}

.navbar-light .navbar-nav ul {
    margin: auto
}

.navbar-light .navbar-nav li.page_item {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    list-style: none
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav a {
    color: #333;
    padding: 6px 12px
}

.navbar-light .navbar-nav .menu-item-has-children,
.navbar-light .navbar-nav .page_item_has_children {
    padding-right: 24px
}

.navbar-light .navbar-nav .menu-item-has-children::before,
.navbar-light .navbar-nav .page_item_has_children::before {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px
}

.navbar-light .navbar-nav .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-item:hover {
    background-color: transparent
}

.navbar-light .navbar-nav .current-menu-ancestor::after,
.navbar-light .navbar-nav .current-menu-item::after,
.navbar-light .navbar-nav .current-menu-parent::after,
.navbar-light .navbar-nav .current_page_ancestor::after,
.navbar-light .navbar-nav .current_page_item::after {
    content: '';
    position: absolute;
    background: #eeb70c;
    height: 2px;
    width: 24px;
    margin-bottom: 16px;
    bottom: -1px;
    left: 12px;
    display: block;
    z-index: 1
}

.navbar-light .navbar-nav .current-menu-ancestor,
.navbar-light .navbar-nav .current-menu-ancestor>.nav-link,
.navbar-light .navbar-nav .current-menu-item,
.navbar-light .navbar-nav .current-menu-item>.nav-link,
.navbar-light .navbar-nav .current-menu-parent,
.navbar-light .navbar-nav .current-menu-parent>.nav-link,
.navbar-light .navbar-nav .current_page_ancestor,
.navbar-light .navbar-nav .current_page_ancestor>.nav-link,
.navbar-light .navbar-nav .current_page_item,
.navbar-light .navbar-nav .current_page_item>.nav-link {
    color: #eeb70c;
    position: relative
}

.navbar-light .navbar-nav .menu-item:hover::before,
.navbar-light .navbar-nav .menu-item:hover>.nav-link,
.navbar-light .navbar-nav .page_item:hover::before,
.navbar-light .navbar-nav .page_item:hover>.nav-link {
    color: #eeb70c
}

.navbar-light .navbar-nav .dropdown-menu {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 12px;
    border: none;
    white-space: nowrap;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    margin: 1px 0 0
}

.navbar-light .navbar-nav .dropdown-menu .menu-item,
.navbar-light .navbar-nav .dropdown-menu .page_item {
    text-align: left
}

.navbar-light .navbar-nav .dropdown-menu .nav-item:hover,
.navbar-light .navbar-nav .dropdown-menu .page_item:hover {
    background-color: #f5f5f5
}

.navbar-light .navbar-nav .dropdown-menu .nav-link {
    color: #333
}

.navbar-light .navbar-nav .dropdown-menu .menu-item::before,
.navbar-light .navbar-nav .dropdown-menu .page_item::before {
    color: #333
}

.navbar-light .navbar-nav .dropdown-menu .menu-item:hover::before,
.navbar-light .navbar-nav .dropdown-menu .page_item:hover::before {
    color: #eeb70c
}

.navbar-light .navbar-nav .dropdown-menu .menu-item:hover>.nav-link,
.navbar-light .navbar-nav .dropdown-menu .page_item:hover>.nav-link {
    color: #eeb70c
}

.navbar-light .navbar-nav .dropdown-menu .current-menu-ancestor.current-menu-parent::after,
.navbar-light .navbar-nav .dropdown-menu .current-menu-item::after,
.navbar-light .navbar-nav .dropdown-menu .current_page_ancestor.current_page_parent::after,
.navbar-light .navbar-nav .dropdown-menu .current_page_item::after {
    content: none
}

.navbar-light .navbar-nav .dropdown-toggle::after {
    content: none
}

.home .navbar-light .navbar-nav .menu-item-has-children:hover::before,
.home .navbar-light .navbar-nav .page_item_has_children:hover::before {
    color: #eeb70c
}

.uf-submenu {
    left: 0;
    right: initial
}

.uf-submenu-right.dropdown-menu {
    top: -.7rem;
    left: 100%;
    margin-left: 0;
    -webkit-transform: translateX(18px) !important;
    -moz-transform: translateX(18px) !important;
    transform: translateX(18px) !important
}

.uf-submenu-left.dropdown-menu {
    top: -.7rem;
    -webkit-transform: translateX(calc(-100% - 18px)) !important;
    -moz-transform: translateX(-moz-calc(-100% - 18px)) !important;
    transform: translateX(calc(-100% - 18px)) !important;
    margin-left: 0
}

.arrow_box {
    position: relative;
    background: #fff
}

.arrow_box::after {
    right: 100%;
    top: 28px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px
}

.uf-submenu-left.arrow_box::after {
    left: 100%;
    border-left-color: #fff
}

.navbar-toggler {
    position: absolute;
    height: 100%;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    transform: translateY(-24px);
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding-right: 24px;
    padding-left: 24px
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler .navbar-toggler-icon {
    background: 0 0;
    width: 14px;
    height: 21px;
    padding-bottom: 24px
}

.navbar-toggler .navbar-toggler-icon::before {
    font-size: 14px;
    color: #333
}

.custom-logo-link {
    font-size: 1.4375em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity .5s linear;
    -moz-transition: visibility 0s, opacity .5s linear;
    transition: visibility 0s, opacity .5s linear
}

@media (max-width:991.98px) {
    .custom-logo-link {
        margin: 0 auto
    }
}

.custom-logo-sticky-link {
    font-size: 1.4375em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity .5s linear;
    -moz-transition: visibility 0s, opacity .5s linear;
    transition: visibility 0s, opacity .5s linear
}

@media (max-width:991.98px) {
    .custom-logo-sticky-link {
        margin: 0 auto
    }
}

.sticky--not-top #navigation,
.sticky--not-top .navbar-toggler {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.sticky--not-top .custom-logo-link {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.sticky--not-top .custom-logo-sticky-link {
    position: relative;
    visibility: visible;
    opacity: 1
}

.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after,
.sticky--not-top .navbar-light .navbar-nav .current-menu-item::after,
.sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after,
.sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {
    margin-bottom: 0
}

.archive .sticky--top .custom-logo-link,
.blog .sticky--top .custom-logo-link,
.error404 .sticky--top .custom-logo-link,
.page .sticky--top .custom-logo-link,
.search .sticky--top .custom-logo-link,
.single .sticky--top .custom-logo-link {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.archive .sticky--top .custom-logo-sticky-link,
.blog .sticky--top .custom-logo-sticky-link,
.error404 .sticky--top .custom-logo-sticky-link,
.page .sticky--top .custom-logo-sticky-link,
.search .sticky--top .custom-logo-sticky-link,
.single .sticky--top .custom-logo-sticky-link {
    position: relative;
    visibility: visible;
    opacity: 1
}

.home .sticky--top .custom-logo-sticky-link,
.home.page .sticky--top .custom-logo-sticky-link {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.home .sticky--top .custom-logo-link,
.home.page .sticky--top .custom-logo-link {
    position: relative;
    visibility: visible;
    opacity: 1
}

.cleanco-scroll.archive #header .custom-logo-link,
.cleanco-scroll.blog #header .custom-logo-link,
.cleanco-scroll.error404 #header .custom-logo-link,
.cleanco-scroll.page #header .custom-logo-link,
.cleanco-scroll.search #header .custom-logo-link,
.cleanco-scroll.single #header .custom-logo-link {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.cleanco-scroll.archive #header .custom-logo-sticky-link,
.cleanco-scroll.blog #header .custom-logo-sticky-link,
.cleanco-scroll.error404 #header .custom-logo-sticky-link,
.cleanco-scroll.page #header .custom-logo-sticky-link,
.cleanco-scroll.search #header .custom-logo-sticky-link,
.cleanco-scroll.single #header .custom-logo-sticky-link {
    position: relative;
    visibility: visible;
    opacity: 1
}

.cleanco-scroll.home #header .custom-logo-sticky-link,
.cleanco-scroll.home.page #header .custom-logo-sticky-link {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.cleanco-scroll.home #header .custom-logo-link,
.cleanco-scroll.home.page #header .custom-logo-link {
    position: relative;
    visibility: visible;
    opacity: 1
}

.modal-backdrop.show {
    opacity: .6
}

.uf-mobile-nav-modal-dialog {
    margin: 0;
    top: 0;
    height: 100%
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, transform, -moz-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

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

.admin-bar .uf-mobile-nav-modal-dialog {
    top: 32px
}

@media (max-width:783px) {
    .admin-bar .uf-mobile-nav-modal-dialog {
        top: 46px
    }
}

@media (max-width:600px) {
    .admin-bar.nav-sticky--not-top .uf-mobile-nav-modal-dialog {
        top: 0
    }
}

.uf-mobile-nav-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 273px;
    min-height: 100%
}

.uf-mobile-nav-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    padding: 6px 12px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    line-height: 1.2
}

.uf-mobile-nav-content button:focus {
    outline: 0
}

.uf-mobile-nav-body {
    padding: 0;
    overflow-x: hidden
}

.uf-mobile-nav-expand-submenu {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 12px;
    line-height: 21px;
    width: 45px;
    text-align: center;
    margin: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #f5f5f5
}

.uf-mobile-nav-expand-submenu:hover {
    color: #eeb70c
}

.uf-mobile-nav-close-submenu {
    padding: 12px 0;
    margin: 0;
    max-width: 210px;
    cursor: pointer
}

.uf-mobile-nav-close-submenu:hover {
    color: #eeb70c
}

#mobile_navigation {
    padding: 0 0 0 24px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#mobile_navigation .menu-item a.nav-link,
#mobile_navigation .page_item a.nav-link {
    padding: 12px 0;
    max-width: 210px
}

#mobile_navigation .sub-menu {
    padding: 0 0 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    width: 273px;
    max-width: 273px;
    background-color: #fff;
    height: 100%;
    z-index: 1000;
    display: none
}

#mobile_navigation .sub-menu.open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uf_mobile_navigation {
    max-width: 100%
}

.uf_mobile_navigation .row {
    margin-left: 0;
    margin-right: 0
}

#dt_fullscreen_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#dt_fullscreen_modal.dt_show_popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.dt_close_fullscreen_button,
.dt_show_fullscreen_button {
    cursor: pointer
}

.cleanco-masonry-layout.no-sidebar .grid-item,
.cleanco-masonry-layout.no-sidebar .grid-sizer {
    width: 31%;
    float: left
}

@media (max-width:991.98px) {

    .cleanco-masonry-layout.no-sidebar .grid-item,
    .cleanco-masonry-layout.no-sidebar .grid-sizer {
        width: 46%;
        float: left
    }
}

@media (max-width:767.98px) {

    .cleanco-masonry-layout.no-sidebar .grid-item,
    .cleanco-masonry-layout.no-sidebar .grid-sizer {
        width: 96%;
        float: left
    }
}

.cleanco-masonry-layout.has-sidebar .grid-item,
.cleanco-masonry-layout.has-sidebar .grid-sizer {
    float: left;
    width: 46%
}

@media (max-width:991.98px) {

    .cleanco-masonry-layout.has-sidebar .grid-item,
    .cleanco-masonry-layout.has-sidebar .grid-sizer {
        width: 96%;
        float: left
    }
}

@media (max-width:767.98px) {

    .cleanco-masonry-layout.has-sidebar .grid-item,
    .cleanco-masonry-layout.has-sidebar .grid-sizer {
        width: 96%;
        float: left
    }
}

.cleanco-masonry-layout #archive-post,
.cleanco-masonry-layout #blog-entries,
.cleanco-masonry-layout #category-post {
    padding: 0
}

.cleanco-masonry-layout #archive-post .entry__meta-category,
.cleanco-masonry-layout #blog-entries .entry__meta-category,
.cleanco-masonry-layout #category-post .entry__meta-category {
    display: inline
}

.cleanco-masonry-layout #archive-post .entry__meta-category ul.post-categories,
.cleanco-masonry-layout #blog-entries .entry__meta-category ul.post-categories,
.cleanco-masonry-layout #category-post .entry__meta-category ul.post-categories {
    list-style: none;
    padding: 24px;
    margin: 0;
    padding-bottom: 0
}

.cleanco-masonry-layout #archive-post .entry__meta-category ul.post-categories li,
.cleanco-masonry-layout #blog-entries .entry__meta-category ul.post-categories li,
.cleanco-masonry-layout #category-post .entry__meta-category ul.post-categories li {
    display: inline-block
}

.cleanco-masonry-layout #archive-post .entry__meta-author,
.cleanco-masonry-layout #blog-entries .entry__meta-author,
.cleanco-masonry-layout #category-post .entry__meta-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px
}

.cleanco-masonry-layout #archive-post .entry__meta-author__gravatar,
.cleanco-masonry-layout #blog-entries .entry__meta-author__gravatar,
.cleanco-masonry-layout #category-post .entry__meta-author__gravatar {
    margin-left: 0;
    margin-right: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cleanco-masonry-layout #archive-post .entry__meta-author__gravatar img,
.cleanco-masonry-layout #blog-entries .entry__meta-author__gravatar img,
.cleanco-masonry-layout #category-post .entry__meta-author__gravatar img {
    width: 32px;
    height: 32px
}

.cleanco-masonry-layout #archive-post .entry__meta-author__info,
.cleanco-masonry-layout #blog-entries .entry__meta-author__info,
.cleanco-masonry-layout #category-post .entry__meta-author__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cleanco-masonry-layout #archive-post .entry__meta-author__info .meta-author,
.cleanco-masonry-layout #blog-entries .entry__meta-author__info .meta-author,
.cleanco-masonry-layout #category-post .entry__meta-author__info .meta-author {
    margin-bottom: 3px
}

.cleanco-masonry-layout #archive-post .entry__meta-author__info .meta-date,
.cleanco-masonry-layout #blog-entries .entry__meta-author__info .meta-date,
.cleanco-masonry-layout #category-post .entry__meta-author__info .meta-date {
    color: #6b6b6b
}

@media (max-width:991.98px) {

    .cleanco-masonry-layout #archive-post .entry__meta-author__info,
    .cleanco-masonry-layout #blog-entries .entry__meta-author__info,
    .cleanco-masonry-layout #category-post .entry__meta-author__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cleanco-masonry-layout #archive-post .pagination,
.cleanco-masonry-layout #blog-entries .pagination,
.cleanco-masonry-layout #category-post .pagination {
    margin-left: 12px
}

.cleanco-masonry-layout .cleanco-grid {
    margin-bottom: 96px
}

.cleanco-masonry-layout .cleanco-grid article.entry.format-gallery .gallery {
    display: none
}

.cleanco-masonry-layout .cleanco-grid article.entry.format-video iframe {
    height: 200px
}

.cleanco-masonry-layout .cleanco-grid article .sticky-icon span.icon-bookmark2 {
    z-index: 1
}

.cleanco-masonry-layout .cleanco-grid article .uf-card {
    display: inline-block;
    border: 0;
    width: 100%;
    margin: 0 0 1em;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    -webkit-transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -moz-box-shadow .3s ease-out, -moz-transform .3s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 0
}

.cleanco-masonry-layout .cleanco-grid article .uf-card:hover {
    opacity: 1 !important;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    transform: translate(0, -4px);
    z-index: 999;
    -webkit-transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -moz-box-shadow .3s ease-out, -moz-transform .3s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-header {
    margin-bottom: 24px
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-header.thumbnail .post-categories {
    position: absolute;
    top: 0;
    padding: 24px
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-body {
    padding: 0 24px
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-body .entry__content {
    color: #6b6b6b
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-body .entry__content .mejs-container {
    margin-bottom: 12px
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-body .entry__meta-tags {
    display: none
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-footer {
    padding: 24px;
    padding-top: 0
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-footer .entry__meta-author {
    padding-top: 0 !important;
    border-top: 0 !important
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-footer .entry__meta-author__gravatar {
    margin-right: 0
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-footer .entry__meta-author__gravatar img {
    max-width: 1000%;
    width: 40px !important;
    height: 40px !important
}

.cleanco-masonry-layout .cleanco-grid article .uf-card .uf-card-footer .entry__meta-author__info {
    display: block !important;
    margin-left: 12px
}

.cleanco-masonry-layout .cleanco-grid article.format-quote .uf-card .uf-card-body .entry__content {
    display: block;
    line-height: 1.3;
    max-height: 1000px
}

.cleanco-masonry-layout .cleanco-grid article.format-quote .uf-card .uf-card-body .entry__content .blockquoteimportant,
.cleanco-masonry-layout .cleanco-grid article.format-quote .uf-card .uf-card-body .entry__content blockquote p {
    font-size: 1.424rem !important
}

.cleanco-masonry-layout .cleanco-grid .grid-item {
    opacity: 1;
    margin: 9px 12px;
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    transform: scale(1) !important
}

@media (max-width:991.98px) {
    .cleanco-masonry-layout .cleanco-grid .grid-item {
        margin: 9px 12px
    }
}

@media (max-width:767.98px) {
    .cleanco-masonry-layout .cleanco-grid .grid-item {
        margin: 9px 6px
    }
}

@media (max-width:575.98px) {
    .cleanco-masonry-layout .cleanco-grid .grid-item {
        margin: 9px 6px
    }
}

.cleanco-masonry-layout .no-cssanimations .cleanco-grid article,
.cleanco-masonry-layout .no-js .cleanco-grid article,
.cleanco-masonry-layout .cleanco-grid article.shown {
    opacity: 1
}

.cleanco-masonry-layout .cleanco-grid.flip-effect article.animate {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: scaleUp .65s ease-in-out forwards;
    -moz-animation: scaleUp .65s ease-in-out forwards;
    animation: scaleUp .65s ease-in-out forwards
}

@-webkit-keyframes scaleUp {
    0% {
        color: #fff
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scaleUp {
    0% {
        color: #fff
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    0% {
        color: #fff
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.cleanco-layout-boxed {
    background-color: #f5f5f5
}

.cleanco-layout-boxed #page {
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    width: 552px
}

@media (min-width:576px) {
    .cleanco-layout-boxed #page {
        width: 732px
    }
}

@media (min-width:768px) {
    .cleanco-layout-boxed #page {
        width: 732px
    }
}

@media (min-width:992px) {
    .cleanco-layout-boxed #page {
        width: 1140px
    }
}

.cleanco-layout-boxed #content .container,
.cleanco-layout-boxed #content .woocommerce .content-area,
.woocommerce .cleanco-layout-boxed #content .content-area {
    max-width: 100%
}

.cleanco-layout-boxed header#header {
    padding: 0 12px
}

.cleanco-layout-boxed #header.sticky {
    max-width: 552px
}

@media (min-width:576px) {
    .cleanco-layout-boxed #header.sticky {
        max-width: 732px
    }
}

@media (min-width:768px) {
    .cleanco-layout-boxed #header.sticky {
        max-width: 732px
    }
}

@media (min-width:992px) {
    .cleanco-layout-boxed #header.sticky {
        max-width: 1140px
    }
}

.cleanco-layout-boxed #header-image .header-overlay {
    padding-left: 48px;
    padding-right: 48px
}

.cleanco-layout-boxed #header-image .container,
.cleanco-layout-boxed #header-image .woocommerce .content-area,
.woocommerce .cleanco-layout-boxed #header-image .content-area {
    padding: 0;
    margin: 0;
    max-width: initial
}

#navbar {
    width: 100%;
    padding: 24px 12px;
    -webkit-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out
}

#navbar img {
    width: auto
}

@media (max-width:991.98px) {
    #navbar {
        padding: 24px 0
    }
}

#navbardesktop {
    width: 100%;
    padding: 24px 12px;
    -webkit-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out
}

#navbardesktop img {
    width: auto
}

@media (max-width:991.98px) {
    #navbardesktop {
        padding: 24px 0
    }
}

#header-image {
    overflow: hidden;
    position: relative
}

#header-image-bg {
    min-height: 192px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#header-image .header-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 96px 0;
    color: #fff
}

#header-image .header-overlay::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

#header-image .header-overlay a {
    color: #fff
}

#header-image .header-overlay .post-meta {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .4);
    z-index: 1
}

#header-image .header-overlay .post-meta-author {
    color: #fff
}

#header-image .header-overlay .post-meta-date {
    color: rgba(255, 255, 255, .6)
}

#header-image .header-overlay .uf-single-post__meta-category {
    z-index: 1
}

#header-image .header-overlay h1 {
    margin: 0
}

#header-image .site-title {
    z-index: 1;
    color: #fff
}

.home.paged #header-image {
    margin: 0
}

.home.cleanco-header-image-hide #header-image {
    display: none
}

.home.cleanco-header-image-show #header-image {
    display: block
}

.hide-title .entry-title {
    display: none
}

.topbar-mobile .topbar-content {
    padding: 24px 24px 0 24px
}

.topbar-mobile .topbar-content ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 0
}

.topbar-mobile .topbar-content ul li {
    margin-bottom: 12px
}

.topbar-mobile .topbar-content ul li * {
    margin-right: 12px
}

.single-product div.product .product_meta .posted_in .topbar-mobile .topbar-content a,
.single-product div.product .product_meta .tagged_as .topbar-mobile .topbar-content a,
.topbar-mobile .topbar-content .pills,
.topbar-mobile .topbar-content .single-product div.product .product_meta .posted_in a,
.topbar-mobile .topbar-content .single-product div.product .product_meta .tagged_as a,
.topbar-mobile .topbar-content .widget.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .topbar-mobile .topbar-content .tag-cloud-link {
    margin: 0
}

.topbar-mobile .topbar-content .topbar-left,
.topbar-mobile .topbar-content .topbar-right {
    padding: 0 0 12px 0
}

.topbar-desktop {
    width: 100%;
    background-color: #f5f5f5;
    color: #6b6b6b
}

.topbar-desktop .topbar-content {
    padding: 12px;
    border-bottom: 1px solid rgba(227, 227, 227, 0);
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topbar-desktop .topbar-content ul {
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0
}

.topbar-desktop .topbar-content ul li {
    margin-right: 12px
}

.topbar-desktop .topbar-content ul li * {
    margin-right: 12px
}

.topbar-desktop .topbar-content ul li:last-child {
    margin-right: 0
}

.topbar-desktop .topbar-content ul li:last-child :last-child {
    margin-right: 0
}

.single-product div.product .product_meta .posted_in .topbar-desktop .topbar-content a,
.single-product div.product .product_meta .tagged_as .topbar-desktop .topbar-content a,
.topbar-desktop .topbar-content .pills,
.topbar-desktop .topbar-content .single-product div.product .product_meta .posted_in a,
.topbar-desktop .topbar-content .single-product div.product .product_meta .tagged_as a,
.topbar-desktop .topbar-content .widget.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .topbar-desktop .topbar-content .tag-cloud-link {
    margin: 0
}

.topbar-desktop .topbar-content .topbar-right {
    text-align: right
}

.sticky--top #topbar {
    visibility: visible;
    height: auto
}

.sticky--not-top #topbar {
    visibility: hidden;
    height: 0
}

.home .topbar-desktop a:hover {
    color: #eeb70c
}

#header {
    background-color: #fff;
    width: 100%;
    position: relative
}

@media (max-width:991.98px) {

    #header .container,
    #header .woocommerce .content-area,
    .woocommerce #header .content-area {
        width: 100%;
        max-width: none
    }
}

#header.sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -moz-transition: transform .2s linear, -moz-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -moz-transform .2s linear
}

#header.navbar-shrink #navbar {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 12px 0
}

#header.sticky--not-top {
    -webkit-transition: position 5s ease;
    -moz-transition: position 5s ease;
    transition: position 5s ease
}

#header.sticky--not-top #navbar {
    padding: 12px 0
}

#header.sticky--not-top #navbardesktop {
    padding: 12px
}

#header.sticky.sticky--not-top .navbar-light .navbar-nav .current-menu-item>.nav-link,
#header.sticky.sticky--not-top .navbar-light .navbar-nav .current-menu-parent>.nav-link,
#header.sticky.sticky--not-top .navbar-light .navbar-nav .current_page_item>.nav-link {
    color: #eeb70c
}

.home #header.sticky--top {
    border-bottom: 1px solid #e3e3e3
}

.admin-bar #header.sticky {
    top: 32px
}

@media (max-width:783px) {
    .admin-bar #header.sticky {
        top: 46px
    }
}

@media (max-width:600px) {
    .admin-bar #header.sticky.sticky--not-top {
        top: 0
    }
}

#page {
    width: 100%;
    padding-top: 82px
}

#content {
    margin: 0
}

@media (max-width:991.98px) {
    #content {
        margin-top: 0
    }
}

@media (max-width:767.98px) {
    #content {
        margin-bottom: 0
    }
}

.home.blog #content {
    margin: 48px 0 0
}

.cleanco-classic-layout main#content #archive-post .uf-card,
.cleanco-classic-layout main#content #blog-entries .uf-card,
.cleanco-classic-layout main#content #category-post .uf-card {
    margin-bottom: 48px
}

.cleanco-classic-layout main#content #archive-post .entry__header h2,
.cleanco-classic-layout main#content #blog-entries .entry__header h2,
.cleanco-classic-layout main#content #category-post .entry__header h2 {
    margin: 0 0 12px
}

.cleanco-classic-layout main#content #archive-post .entry__meta-category,
.cleanco-classic-layout main#content #blog-entries .entry__meta-category,
.cleanco-classic-layout main#content #category-post .entry__meta-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9
}

.cleanco-classic-layout main#content #archive-post .entry__meta-category ul.post-categories,
.cleanco-classic-layout main#content #blog-entries .entry__meta-category ul.post-categories,
.cleanco-classic-layout main#content #category-post .entry__meta-category ul.post-categories {
    list-style: none;
    padding: 48px 24px 6px 48px;
    margin: 0
}

@media (max-width:991.98px) {

    .cleanco-classic-layout main#content #archive-post .entry__meta-category ul.post-categories,
    .cleanco-classic-layout main#content #blog-entries .entry__meta-category ul.post-categories,
    .cleanco-classic-layout main#content #category-post .entry__meta-category ul.post-categories {
        padding: 24px 24px 6px 24px
    }
}

.cleanco-classic-layout main#content #archive-post .entry__meta-category ul.post-categories li,
.cleanco-classic-layout main#content #blog-entries .entry__meta-category ul.post-categories li,
.cleanco-classic-layout main#content #category-post .entry__meta-category ul.post-categories li {
    display: inline-block
}

.cleanco-classic-layout main#content #archive-post .entry__meta-tags,
.cleanco-classic-layout main#content #blog-entries .entry__meta-tags,
.cleanco-classic-layout main#content #category-post .entry__meta-tags {
    margin-top: 12px
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author,
.cleanco-classic-layout main#content #category-post .entry__meta-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author__gravatar,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__gravatar,
.cleanco-classic-layout main#content #category-post .entry__meta-author__gravatar {
    margin-left: 0;
    margin-right: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author__gravatar img,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__gravatar img,
.cleanco-classic-layout main#content #category-post .entry__meta-author__gravatar img {
    width: 32px;
    height: 32px
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author__info,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__info,
.cleanco-classic-layout main#content #category-post .entry__meta-author__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author__info .meta-author,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__info .meta-author,
.cleanco-classic-layout main#content #category-post .entry__meta-author__info .meta-author {
    margin-bottom: 3px
}

.cleanco-classic-layout main#content #archive-post .entry__meta-author__info .meta-date,
.cleanco-classic-layout main#content #blog-entries .entry__meta-author__info .meta-date,
.cleanco-classic-layout main#content #category-post .entry__meta-author__info .meta-date {
    color: #6b6b6b
}

@media (max-width:991.98px) {

    .cleanco-classic-layout main#content #archive-post .entry__meta-author__info,
    .cleanco-classic-layout main#content #blog-entries .entry__meta-author__info,
    .cleanco-classic-layout main#content #category-post .entry__meta-author__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cleanco-classic-layout main#content #archive-post a.more-link,
.cleanco-classic-layout main#content #blog-entries a.more-link,
.cleanco-classic-layout main#content #category-post a.more-link {
    color: #eeb70c
}

.cleanco-classic-layout main#content #archive-post a.more-link::after,
.cleanco-classic-layout main#content #blog-entries a.more-link::after,
.cleanco-classic-layout main#content #category-post a.more-link::after {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #333;
    width: 24px;
    margin-left: 6px;
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    transform: translateY(7px)
}

.cleanco-classic-layout main#content #archive-post a.more-link:hover,
.cleanco-classic-layout main#content #blog-entries a.more-link:hover,
.cleanco-classic-layout main#content #category-post a.more-link:hover {
    color: #bd920a
}

.cleanco-classic-layout main#content #archive-post a.more-link:hover::after,
.cleanco-classic-layout main#content #blog-entries a.more-link:hover::after,
.cleanco-classic-layout main#content #category-post a.more-link:hover::after {
    background-color: #eeb70c
}

.cleanco-classic-layout main#content #archive-post p:last-child,
.cleanco-classic-layout main#content #blog-entries p:last-child,
.cleanco-classic-layout main#content #category-post p:last-child {
    margin: 0
}

.cleanco-classic-layout main#content #archive-post .has-thumbnail .entry__meta-category,
.cleanco-classic-layout main#content #blog-entries .has-thumbnail .entry__meta-category,
.cleanco-classic-layout main#content #category-post .has-thumbnail .entry__meta-category {
    position: absolute;
    padding-left: 48px;
    bottom: -16px
}

.cleanco-classic-layout main#content #archive-post .has-thumbnail .entry__meta-category ul.post-categories,
.cleanco-classic-layout main#content #blog-entries .has-thumbnail .entry__meta-category ul.post-categories,
.cleanco-classic-layout main#content #category-post .has-thumbnail .entry__meta-category ul.post-categories {
    padding: 0
}

@media (max-width:991.98px) {

    .cleanco-classic-layout main#content #archive-post .has-thumbnail .entry__meta-category,
    .cleanco-classic-layout main#content #blog-entries .has-thumbnail .entry__meta-category,
    .cleanco-classic-layout main#content #category-post .has-thumbnail .entry__meta-category {
        padding-left: 24px
    }
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote,
.cleanco-classic-layout main#content #category-post .format-quote blockquote {
    border: none;
    padding: 0;
    margin: 0
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote::before,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote::before,
.cleanco-classic-layout main#content #category-post .format-quote blockquote::before {
    content: '\f10d';
    font-family: uf-font, sans-serif;
    margin-right: 12px;
    font-size: 36px
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote p,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote p,
.cleanco-classic-layout main#content #category-post .format-quote blockquote p {
    font-style: normal;
    margin: -50px 0 0 48px
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote cite,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote cite,
.cleanco-classic-layout main#content #category-post .format-quote blockquote cite {
    position: relative;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px 16px 0 16px;
    font-style: normal
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote cite::before,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote cite::before,
.cleanco-classic-layout main#content #category-post .format-quote blockquote cite::before {
    position: absolute;
    left: 0;
    content: '\2014'
}

.cleanco-classic-layout main#content #archive-post .format-quote blockquote cite::after,
.cleanco-classic-layout main#content #blog-entries .format-quote blockquote cite::after,
.cleanco-classic-layout main#content #category-post .format-quote blockquote cite::after {
    position: absolute;
    right: 0;
    content: '\2014'
}

.cleanco-classic-layout main#content #archive-post .pagination,
.cleanco-classic-layout main#content #blog-entries .pagination,
.cleanco-classic-layout main#content #category-post .pagination {
    padding: 0
}

.cleanco-classic-layout .uf-card-header {
    margin-bottom: 24px
}

@media (max-width:991.98px) {
    .cleanco-classic-layout .uf-card-header {
        margin-bottom: 12px
    }
}

.cleanco-classic-layout .uf-card-header.thumbnail {
    margin-bottom: 48px
}

@media (max-width:991.98px) {
    .cleanco-classic-layout .uf-card-header.thumbnail {
        margin-bottom: 36px
    }
}

.entry__content a,
.single__content a {
    color: #eeb70c
}

.entry__content a:hover,
.single__content a:hover {
    color: #bd920a
}

.uf-single-post__content {
    padding: 12px 0 0
}

.uf-single-post__content h1 img,
.uf-single-post__content h2 img,
.uf-single-post__content h3 img,
.uf-single-post__content h4 img {
    margin-bottom: 24px
}

.uf-single-post__content ol {
    padding: 0 0 0 43px;
    margin: 0 0 24px
}

.uf-single-post__content li,
.uf-single-post__content p {
    color: #333
}

.uf-single-post__content hr {
    margin-top: 12px;
    margin-bottom: 24px;
    border: .5px solid #e3e3e3
}

.uf-single-post__content a {
    color: #eeb70c
}

.uf-single-post__content a:hover {
    color: #bd920a
}

.uf-single-post__content blockquote {
    color: #333
}

.uf-single-post__content blockquote p {
    color: #333
}

.uf-single-post__content .mejs-container {
    margin-bottom: 24px
}

.uf-single-post__content .gallery-icon img {
    padding: 0 0 6px
}

.uf-single-post__tags {
    display: inline-block;
    padding: 0 0 18px
}

.uf-single-post__tags a:hover {
    color: #333
}

.uf-single-post__meta-category ul.post-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 0 18px 0
}

.uf-single-post__meta-category ul.post-categories li {
    display: inline-block
}

.uf-single-post .post-meta {
    margin: 0 0 24px;
    color: #aeaeae
}

.uf-single-post .post-meta-author {
    color: #333;
    font-style: normal;
    text-transform: capitalize
}

.uf-single-post .post-meta-date {
    color: #6b6b6b;
    font-style: normal
}

.uf-single-post__title .wp-post-image {
    margin: 0 0 24px
}

.uf-single-post-title {
    margin: 0 0 24px
}

.uf-single-post .wp-caption-text {
    color: #6b6b6b
}

.uf-single-post .wp-caption-text a:hover {
    color: #eeb70c
}

#author-bio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 0;
    padding-bottom: 64px
}

#author-bio .author-bio__avatar img {
    margin-right: 24px;
    height: 85px;
    width: auto
}

#author-bio .author-bio__content {
    color: #333;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem
}

#author-bio .author-bio__content .author-bio__name {
    text-transform: capitalize;
    font-size: 1.125rem;
    margin-bottom: 3px
}

.page-links {
    margin: 30px 0;
    color: #eeb70c;
    clear: both;
    float: left;
    width: 100%
}

.page-links span {
    padding: 0 6px
}

.page-links a {
    color: #333;
    font-size: .889rem;
    padding: 0 6px
}

.page-links a:hover {
    color: #eeb70c
}

.page-links a:first-child,
.page-links span:first-child {
    padding-left: 0
}

.page-links a:last-child,
.page-links span:last-child {
    padding-right: 0
}

.post-navigation .nav-links {
    padding: 36px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
    font-weight: 700
}

.post-navigation .nav-links i {
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.post-navigation .nav-links .nav-previous {
    text-align: left
}

.post-navigation .nav-links .nav-previous i {
    position: absolute;
    left: 0
}

.post-navigation .nav-links .nav-previous i::before {
    position: absolute;
    -webkit-transform: translate(8px, 9px);
    -moz-transform: translate(8px, 9px);
    transform: translate(8px, 9px)
}

.post-navigation .nav-links .nav-next {
    text-align: right
}

.post-navigation .nav-links .nav-next i {
    position: absolute;
    left: 100%;
    margin-left: -30px
}

.post-navigation .nav-links .nav-next i::before {
    position: absolute;
    -webkit-transform: translate(-19px, 9px);
    -moz-transform: translate(-19px, 9px);
    transform: translate(-19px, 9px)
}

.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
    padding: 0 42px;
    position: relative;
    width: 100%
}

.post-navigation .nav-links .nav-next .cleanco_nav_text,
.post-navigation .nav-links .nav-previous .cleanco_nav_text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3px;
    font-size: .9rem
}

.post-navigation .nav-links .nav-next .cleanco_nav_text span:first-child,
.post-navigation .nav-links .nav-previous .cleanco_nav_text span:first-child {
    font-style: italic;
    color: #aeaeae;
    font-size: .9rem
}

.post-navigation .nav-links .nav-next:hover i,
.post-navigation .nav-links .nav-previous:hover i {
    border-color: #eeb70c;
    background-color: #eeb70c;
    color: #fff
}

.pingback {
    padding: 24px 0;
    border-bottom: 1px solid #e3e3e3
}

.pingback p {
    margin-bottom: 0
}

.pingback span {
    margin: 0 0 0 12px
}

.pingback span.edit-link {
    margin: 0 0 0 6px
}

.pingback a {
    font-weight: 700
}

.related-posts {
    font-size: 14px;
    margin: 0 0 48px;
    padding: 48px 0 0
}

.related-posts .card {
    -webkit-transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -moz-box-shadow .3s ease-out, -moz-transform .3s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
    border: 0
}

.related-posts .card:hover {
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.related-posts .card-title {
    overflow: hidden;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 1.5rem
}

.related-posts .card-body {
    padding: 24px;
    min-height: 10rem
}

.related-posts .card-img-top {
    height: 151px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991.98px) {
    .related-posts .card-img-top {
        height: 197px
    }
}

@media (max-width:991.98px) {
    .related-posts .card-col {
        margin: 0 0 24px
    }

    .related-posts .card-col:last-child {
        margin: 0
    }
}

.related-posts .card .featured-image {
    width: 100%;
    height: 151px;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover
}

.related-posts .meta-entries {
    margin-top: auto
}

.related-posts .meta-entries__author-date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.related-posts .meta-entries__author-date__gravatar {
    margin: 0 12px 0 0;
    min-width: 40px
}

.related-posts .meta-entries__author-date__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.related-posts .meta-entries img.avatar {
    width: 41px;
    height: 41px
}

.related-posts .meta-author {
    line-height: normal;
    margin-bottom: 0 0 3px
}

.related-posts .meta-author a {
    line-height: normal
}

.related-posts .meta-date {
    line-height: normal;
    color: #6b6b6b
}

.related-posts-disabled .related-posts {
    display: none
}

ol ol {
    list-style: lower-alpha
}

ol ol ol {
    list-style: lower-roman
}

@media (max-width:767.98px) {
    #blog-entries {
        padding: 0
    }
}

.cleanco-content {
    padding: 0 24px
}

@media (min-width:576px) {

    .cleanco-content.col-lg-8,
    .cleanco-content.col-md-8 {
        max-width: -moz-calc(66.66667% - 2 * 24px);
        max-width: calc(66.66667% - 2 * 24px)
    }
}

.blog .cleanco-content,
.search .cleanco-content,
.single-post .cleanco-content {
    padding: 0 24px 96px
}

.page .cleanco-content .comments-area {
    padding-bottom: 96px
}

.single-post .cleanco-content ul:not(.post-categories) {
    margin-left: -1rem
}

.single-post .cleanco-content ol {
    margin-left: -1rem;
    padding: 0 0 0 40px
}

.single-post .cleanco-content ol ol {
    padding-bottom: 0;
    margin-bottom: 0
}

.single-post .cleanco-content td,
.single-post .cleanco-content th {
    border: .1rem solid #e3e3e3
}

@media (max-width:767.98px) {
    .cleanco-content {
        margin: 0 0 48px
    }
}

@media (max-width:767.98px) {
    .cleanco-content#single-page {
        margin: 0
    }
}

body.blog.cleanco-header-image-hide>div>main>div>.row {
    margin-top: 48px
}

.entry-header {
    margin-top: 48px;
    margin-bottom: 96px
}

.home .entry-header {
    margin-bottom: 0
}

.hide-title .entry-header {
    margin-bottom: 0
}

.content-none {
    margin-bottom: 48px
}

#footer .widget {
    color: #fff;
    max-width: 250px
}

#footer .widget a {
    color: #fff
}

#footer .widget a:hover {
    color: #eeb70c
}

#footer .widget-title {
    color: #fff
}

#footer .widget_calendar table td,
#footer .widget_calendar table th {
    padding: 3px 10px
}

#footer #legal {
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center
}

#footer #bottom {
    padding: 48px 24px;
    padding-bottom: 0
}

@media (max-width:991.98px) {
    #footer #bottom .col-md-6:only-of-type {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#footer #builder .row {
    margin-left: 0;
    margin-right: 0
}

#footer {
    clear: both;
    background-color: #333;
    color: rgba(255, 255, 255, .6);
    padding: 0
}

@media (max-width:783px) {
    #footer .row>div:last-child>section:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }
}

#sidebar {
    padding: 0
}

@media (max-width:991.98px) {
    #sidebar {
        padding: 0
    }
}

#sidebar .widget_archive ul,
#sidebar .widget_categories ul,
#sidebar .widget_meta ul,
#sidebar .widget_nav_menu ul,
#sidebar .widget_pages ul,
#sidebar .widget_recent_comments ul,
#sidebar .widget_recent_entries ul,
#sidebar .widget_rss ul {
    padding: 0;
    margin-bottom: 0
}

#sidebar .widget_calendar table {
    margin-bottom: 0
}

#sidebar .widget_tag_cloud .tagcloud {
    margin-bottom: -6px
}

#sidebar .widget_text form {
    margin-bottom: -22px
}

.cleanco-sidebar {
    padding: 0 24px;
    padding-bottom: 48px
}

@media (min-width:576px) {

    .cleanco-sidebar.col-lg-4,
    .cleanco-sidebar.col-md-4 {
        max-width: -moz-calc(33.33333% - 2 * 24px);
        max-width: calc(33.33333% - 2 * 24px)
    }
}

.error404 #not-found {
    height: 80vh
}

.error404 #not-found h1 {
    color: #eeb70c;
    margin: 0 0 12px
}

.error404 #not-found h2 {
    color: #333;
    margin: 0 0 12px
}

.error404 #not-found p {
    color: #6b6b6b;
    margin: 0 0 24px
}

@media (max-width:767.98px) {
    .error404 #not-found {
        padding: 0 12px
    }
}

.error404 .search-form-wrapper {
    width: 350px
}

@media (max-width:767.98px) {
    .error404 .search-form-wrapper {
        width: 100%
    }
}

article.sticky {
    position: relative
}

article.entry.sticky::before {
    content: '\f02e';
    position: absolute;
    top: -10px;
    left: initial;
    right: 24px;
    font-family: uf-font !important;
    font-size: 23px;
    color: #eeb70c;
    z-index: 1
}

article.entry.grid-item.sticky::before {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

article.entry.grid-item.sticky:hover::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px)
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    word-wrap: break-word;
    background-color: #f5f5f5;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: none
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: -moz-calc((.3rem + 1px) * -1);
    bottom: calc((.3rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: #f5f5f5
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #f5f5f5
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: -moz-calc((.3rem + 1px) * -1);
    left: calc((.3rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: #f5f5f5
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #f5f5f5
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: -moz-calc((.3rem + 1px) * -1);
    top: calc((.3rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: #f5f5f5
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #f5f5f5
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: '';
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: -moz-calc((.3rem + 1px) * -1);
    right: calc((.3rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: #f5f5f5
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #f5f5f5
}

.popover-header {
    margin: 0
}

.popover-body {
    padding: 6px 12px
}

.popover-body a,
.popover-body span {
    margin-right: 6px;
    cursor: pointer
}

.popover-body a:last-child,
.popover-body span:last-child {
    margin-right: 0
}

.popover-body span.icon-facebook {
    color: #3b5998
}

.popover-body span.icon-facebook:hover {
    color: #2d4373
}

.popover-body span.icon-twitter {
    color: #1da1f2
}

.popover-body span.icon-twitter:hover {
    color: #0c85d0
}

.popover-body span.icon-google-plus {
    color: #f12f26
}

.popover-body span.icon-google-plus:hover {
    color: #d6170e
}

#sosial-share-content {
    display: none
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1
}

.carousel-control-next span,
.carousel-control-prev span {
    color: rgba(255, 255, 255, .2);
    font-size: 46px
}

.carousel-control-next span:hover,
.carousel-control-prev span:hover {
    color: rgba(255, 255, 255, .6)
}

.content-button a,
a.kc-read-more {
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.content-button a:hover,
a.kc-read-more:hover {
    background: #bd920a;
    -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important;
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important
}

.kc-ui-progress,
.kc_button {
    background-color: #eeb70c !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.kc-ui-progress:hover,
.kc_button:hover {
    -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important;
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important
}

@media (max-width:783px) {

    .kc-ui-progress,
    .kc_button {
        white-space: normal !important
    }
}

.kc-blog-posts .kc-post-2-button {
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.kc-blog-posts .kc-post-2-button:hover {
    background: #bd920a;
    -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1)
}

.list-item .kc-entry_meta>span i {
    color: #eeb70c
}

.kc-team .content-socials a {
    border: 0 !important;
    background: #eeb70c
}

.kc_tabs_nav li.ui-tabs-active a,
.kc_tabs_nav li.ui-tabs-active a:hover,
.owl-theme .owl-controls .owl-page span {
    color: #eeb70c !important
}

.owl-theme .owl-controls .owl-page span {
    background-color: #eeb70c !important
}

.list-item .kc-entry_meta>span a:hover {
    color: #eeb70c
}

.post-grid>div>.content>.entry-meta>span>a {
    color: #eeb70c
}

.post-grid>div>.content>.post-title-alt>a:hover {
    color: #eeb70c
}

.list-post-type>.list-item>.post-content>h3>a:hover {
    color: #eeb70c
}

.cleanco-content .kc-container {
    padding-left: 0;
    padding-right: 0
}

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

.unflash_fullwidth {
    width: 100vw;
    position: relative;
    padding-left: -moz-calc((100vw - 1060px)/ 2);
    padding-left: calc((100vw - 1060px)/ 2);
    padding-right: -moz-calc((100vw - 1060px)/ 2);
    padding-right: calc((100vw - 1060px)/ 2);
    left: -moz-calc(-100vw / 2 + 1060px / 2);
    left: calc(-100vw / 2 + 1060px / 2);
    right: -moz-calc(-100vw / 2 + 1060px / 2);
    right: calc(-100vw / 2 + 1060px / 2)
}

.woocommerce-cart .woocommerce-message {
    border: 0
}

.woocommerce-cart table.shop_table {
    border: 0;
    padding-top: 24px
}

.woocommerce-cart table.shop_table tr th {
    color: #333;
    border: 0;
    padding-bottom: 24px;
    padding-top: 0
}

.woocommerce-cart table.shop_table tr td {
    padding-top: 24px;
    padding-bottom: 24px
}

.woocommerce-cart table.shop_table tr td.actions .coupon {
    padding-bottom: 0
}

@media (max-width:783px) and (min-width:769px) {
    .woocommerce-cart table.shop_table tr td.actions .coupon {
        max-width: 50%
    }
}

.woocommerce-cart table.shop_table tr td.actions .coupon .input-text {
    border: 1px solid #e3e3e3;
    height: 45px;
    width: 320px !important;
    padding: 12px 48px
}

@media (max-width:783px) {
    .woocommerce-cart table.shop_table tr td.actions .coupon .input-text {
        width: 100% !important
    }
}

.woocommerce-cart table.shop_table tr td.actions .coupon .button {
    padding: 12px 48px;
    color: #fff
}

@media (max-width:783px) {
    .woocommerce-cart table.shop_table tr td.actions .coupon .button {
        width: 100% !important;
        margin-top: 12px
    }
}

.woocommerce-cart table.shop_table tr td.product-remove {
    width: 24px
}

@media (max-width:783px) {
    .woocommerce-cart table.shop_table tr td.product-remove {
        width: 100%
    }
}

.woocommerce-cart table.shop_table tr td.product-thumbnail {
    width: 88px
}

.woocommerce-cart table.shop_table tr td .quantity .qty {
    height: 45px;
    width: 100px
}

.woocommerce-cart table.shop_table .product-thumbnail a img {
    width: 64px
}

.woocommerce-cart .cart_totals h2 {
    text-transform: capitalize
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .cart-subtotal th {
    text-transform: none;
    letter-spacing: normal;
    padding-top: 24px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .cart-subtotal td {
    padding-top: 24px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .cart-subtotal td .amount {
    color: #eeb70c
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping th {
    text-transform: none;
    letter-spacing: normal;
    padding-top: 24px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td {
    padding-top: 24px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .woocommerce-shipping-calculator p {
    margin-bottom: 0
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .amount {
    color: #eeb70c
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td a.shipping-calculator-button {
    background-color: rgba(0, 0, 0, .1);
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 12px 12px 12px 12px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td a.shipping-calculator-button:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .2)
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td #shipping_method {
    margin-bottom: 12px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form p {
    margin-bottom: 0
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form #calc_shipping_country_field {
    margin-top: 12px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .selectize-control.country_to_state.country_select.single {
    width: 100%
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .selectize-control.country_to_state.country_select.single::after {
    margin: 0
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form #calc_shipping_state_field>span {
    width: 100%
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form #calc_shipping_state_field>span::after {
    margin: 0
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .selectize-control.single::after {
    margin: 0
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form #calc_shipping_state {
    margin-bottom: 12px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .button {
    background-color: #fff;
    border: solid 1px #e3e3e3;
    color: #333;
    width: 100%;
    margin-top: 12px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td .shipping-calculator-form .button:hover {
    background: rgba(0, 0, 0, .1)
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .shipping td::before {
    content: ''
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .order-total th {
    padding-top: 24px
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive .order-total td .amount {
    color: #eeb70c
}

.woocommerce-cart .cross-sells .onsale {
    background-color: #eeb70c;
    top: 12px;
    left: 12px;
    min-width: 50px;
    line-height: 3.3
}

.woocommerce-cart .cross-sells h2 {
    color: #333;
    text-transform: capitalize
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready.woocommerce-page .entry__content {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table {
    border: 0;
    padding-top: 24px
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr th {
    color: #333;
    border: 0;
    padding-bottom: 24px;
    padding-top: 0
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td {
    padding-top: 24px;
    padding-bottom: 24px
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .coupon {
    padding-bottom: 0
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .coupon .input-text {
    border: 1px solid #e3e3e3;
    height: 45px;
    width: 220px !important;
    padding: 12px 48px
}

@media (max-width:783px) {
    .woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .coupon .input-text {
        width: 100% !important
    }
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .coupon .button {
    padding: 12px 48px;
    color: #fff
}

@media (max-width:783px) {
    .woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.actions .coupon .button {
        width: 100% !important;
        margin-top: 12px
    }
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.product-remove {
    width: 24px
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td.product-thumbnail {
    width: 88px
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table tr td .quantity .qty {
    height: 45px;
    width: 100px
}

.woocommerce-cart.cleanco-blog-type-gutenberg-ready table.shop_table .product-thumbnail a img {
    width: 64px
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 45%
}

.select2-container {
    margin-bottom: 4px
}

.select2-container .select2-selection--single {
    border-color: #e3e3e3;
    padding: 14px 24px;
    height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #6b6b6b;
    padding: 0;
    line-height: 1
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 18px
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border-color: #e3e3e3
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #eeb70c
}

ul.product_list_widget li img.attachment-woocommerce_thumbnail {
    width: 48px;
    margin-bottom: 12px
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .woocommerce ul.products li.product {
        margin: 12px 7px !important
    }
}

.kc-raw-code .woocommerce ul.products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kc-raw-code .woocommerce ul.products::after,
.kc-raw-code .woocommerce ul.products::before {
    display: none
}

.product_list_widget li {
    border-bottom: 1px solid rgba(51, 51, 51, .1)
}

.product_list_widget li a {
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    margin-top: 12px;
    margin-bottom: 6px;
    border-bottom: none !important
}

.product_list_widget li .star-rating {
    margin-bottom: 6px
}

.product_list_widget li ins {
    text-decoration: none
}

.woocommerce .woocommerce-ordering ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 22.75%
}

.woocommerce .woocommerce-ordering .woocommerce-ordering,
.woocommerce .woocommerce-ordering .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
    float: inherit
}

.grid-item .added_to_cart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 3.9em !important;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10
}

.woocommerce-product-search {
    position: relative
}

.woocommerce-product-search .search-field {
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 12px 24px 12px 24px
}

.woocommerce-product-search .search-field::before {
    content: '\e917';
    color: #333
}

.woocommerce-product-search button {
    border: none;
    background: 0 0;
    -moz-border-radius: 75px;
    border-radius: 75px;
    cursor: pointer;
    outline: 0;
    font-family: uf-font !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 15px;
    right: -20px;
    z-index: 999999;
    color: transparent
}

.woocommerce-product-search button::before {
    content: '\e917';
    color: #333
}

footer .woocommerce .tagcloud a {
    font-size: 11px !important;
    background-color: #6b6b6b;
    color: #fff !important
}

footer .woocommerce .tagcloud a:hover {
    background-color: rgba(255, 255, 255, .1)
}

footer .woocommerce p.woocommerce-mini-cart__total.total {
    color: #fff
}

footer .woocommerce .price_slider {
    background-color: rgba(255, 255, 255, .6)
}

footer .woocommerce a.button {
    width: 100%;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
    background-color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #333 !important
}

footer .woocommerce a.button:hover {
    background-color: #e6e6e6;
    color: #333 !important
}

footer .woocommerce a.button.checkout {
    background-color: #eeb70c;
    color: #fff !important
}

footer .woocommerce a.button.checkout:hover {
    background-color: #bd920a;
    color: #fff !important
}

footer .woocommerce .product_list_widget li {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.woocommerce-MyAccount-content .woocommerce-Message a.button {
    width: auto
}

.woocommerce-MyAccount-content .woocommerce-form-row {
    display: block
}

.woocommerce-MyAccount-content .woocommerce-form-row label {
    color: #333
}

.woocommerce-MyAccount-content .button {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    color: #fff !important;
    background: #eeb70c !important;
    padding: 12px 48px !important;
    -moz-border-radius: 75px !important;
    border-radius: 75px !important;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-top: 12px !important
}

.woocommerce-MyAccount-content .button:hover {
    background: #bd920a !important
}

.woocommerce-MyAccount-content .button:disabled {
    background: #fababb !important
}

.woocommerce-MyAccount-content .button:focus {
    outline: 0 !important
}

.woocommerce-MyAccount-content #billing_address_1_field,
.woocommerce-MyAccount-content #billing_address_2_field,
.woocommerce-MyAccount-content #billing_city_field,
.woocommerce-MyAccount-content #billing_company_field,
.woocommerce-MyAccount-content #billing_country_field,
.woocommerce-MyAccount-content #billing_email_field,
.woocommerce-MyAccount-content #billing_first_name_field,
.woocommerce-MyAccount-content #billing_last_name_field,
.woocommerce-MyAccount-content #billing_phone_field,
.woocommerce-MyAccount-content #billing_postcode_field,
.woocommerce-MyAccount-content #billing_state_field,
.woocommerce-MyAccount-content #shipping_address_1_field,
.woocommerce-MyAccount-content #shipping_address_2_field,
.woocommerce-MyAccount-content #shipping_city_field,
.woocommerce-MyAccount-content #shipping_company_field,
.woocommerce-MyAccount-content #shipping_country_field,
.woocommerce-MyAccount-content #shipping_email_field,
.woocommerce-MyAccount-content #shipping_first_name_field,
.woocommerce-MyAccount-content #shipping_last_name_field,
.woocommerce-MyAccount-content #shipping_phone_field,
.woocommerce-MyAccount-content #shipping_postcode_field,
.woocommerce-MyAccount-content #shipping_state_field {
    display: block
}

.woocommerce-MyAccount-content #billing_address_1_field label,
.woocommerce-MyAccount-content #billing_address_2_field label,
.woocommerce-MyAccount-content #billing_city_field label,
.woocommerce-MyAccount-content #billing_company_field label,
.woocommerce-MyAccount-content #billing_country_field label,
.woocommerce-MyAccount-content #billing_email_field label,
.woocommerce-MyAccount-content #billing_first_name_field label,
.woocommerce-MyAccount-content #billing_last_name_field label,
.woocommerce-MyAccount-content #billing_phone_field label,
.woocommerce-MyAccount-content #billing_postcode_field label,
.woocommerce-MyAccount-content #billing_state_field label,
.woocommerce-MyAccount-content #shipping_address_1_field label,
.woocommerce-MyAccount-content #shipping_address_2_field label,
.woocommerce-MyAccount-content #shipping_city_field label,
.woocommerce-MyAccount-content #shipping_company_field label,
.woocommerce-MyAccount-content #shipping_country_field label,
.woocommerce-MyAccount-content #shipping_email_field label,
.woocommerce-MyAccount-content #shipping_first_name_field label,
.woocommerce-MyAccount-content #shipping_last_name_field label,
.woocommerce-MyAccount-content #shipping_phone_field label,
.woocommerce-MyAccount-content #shipping_postcode_field label,
.woocommerce-MyAccount-content #shipping_state_field label {
    color: #333
}

.woocommerce-account .woocommerce-Address {
    max-width: 48%
}

.woocommerce-account .woocommerce-form.login {
    color: #333;
    padding: 0;
    margin-top: 0;
    border: 0
}

.woocommerce-account .woocommerce-form.login .button.woocommerce-Button.button {
    margin-right: 24px
}

.woocommerce-account .woocommerce-form.login .form-row {
    margin: 0;
    padding: 0;
    margin-bottom: 12px
}

.woocommerce-account .woocommerce-form.login .form-row button {
    margin-top: 12px
}

.woocommerce-account .woocommerce-form.login .form-row label {
    line-height: 3;
    margin-bottom: 0;
    margin-top: auto;
    text-transform: capitalize;
    color: #333
}

.woocommerce-account .woocommerce-form.login .form-row label input {
    margin-right: 6px
}

.woocommerce-account .woocommerce-form.login .lost_password a {
    text-decoration: underline
}

.woocommerce-account .button {
    margin-top: 12px
}

.woocommerce-lost-password .lost_reset_password p {
    color: #333;
    padding: 0
}

.woocommerce-lost-password .lost_reset_password p.form-row-first {
    margin-bottom: 24px
}

.woocommerce-lost-password .lost_reset_password label {
    color: #333
}

.woocommerce ul.products li.product {
    background-color: #fff;
    -webkit-transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -moz-box-shadow .3s ease-out, -moz-transform .3s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    border: 0;
    margin: 12px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08)
}

.woocommerce ul.products li.product:hover {
    opacity: 1 !important;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -moz-box-shadow .3s ease-out, -moz-transform .3s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.woocommerce ul.products li.product .onsale {
    background-color: #eeb70c;
    color: #fff;
    top: 12px;
    right: auto;
    left: 12px;
    min-width: 50px;
    line-height: 3.3
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0 24px 12px;
    text-align: center
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title:hover {
    color: #eeb70c
}

.woocommerce ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

.woocommerce ul.products li.product .price {
    margin: 0 24px 12px;
    color: #eeb70c;
    text-align: center
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
    color: #eeb70c;
    text-decoration: none
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount {
    color: #6b6b6b;
    text-decoration: line-through;
    -webkit-text-decoration-style: initial;
    -moz-text-decoration-style: initial;
    text-decoration-style: initial;
    -webkit-text-decoration-color: #6b6b6b;
    -moz-text-decoration-color: #6b6b6b;
    text-decoration-color: #6b6b6b
}

.woocommerce ul.products li.product .button {
    width: auto;
    margin: 24px
}

.woocommerce ul.products li.product .added_to_cart {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 24px
}

@media (max-width:425px) {
    .woocommerce ul.products li.product {
        width: 100% !important;
        margin-bottom: 24px !important
    }
}

.woocommerce .woocommerce-pagination {
    text-align: left !important;
    margin-top: 48px;
    margin-bottom: 96px;
    padding-left: 12px
}

.woocommerce .woocommerce-pagination::after {
    content: '';
    display: table;
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers {
    border: none
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0 12px 0 0
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li span.page-numbers {
    height: 31px;
    min-width: 31px;
    font-weight: 700;
    line-height: 30px;
    padding: 0
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.current.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    background-color: #eeb70c;
    color: #fff
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
    color: #6b6b6b
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    color: #6b6b6b
}

.woocommerce .before-shop-loop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

.woocommerce .before-shop-loop .woocommerce-notices-wrapper {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.woocommerce .before-shop-loop .woocommerce-result-count {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%
}

.woocommerce .before-shop-loop .woocommerce-ordering {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

.woocommerce .woocommerce-products-header {
    padding: 0 15px
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 97.5%
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 47.5%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 31%
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 22.75%
}

@media (max-width:768px) and (min-width:426px) {

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 45%;
        margin: 2% !important
    }
}

@media (max-width:1199px) and (min-width:1025px) {

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 22%
    }
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 17.75%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 14.5%
}

.woocommerce .comment-form {
    padding-top: 16px
}

.woocommerce .comment-form-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0
}

.woocommerce .comment-form-rating label {
    margin: 0 12px 6px 0;
    line-height: 1.2em
}

.woocommerce .comments-rating {
    border: none;
    padding: 0;
    margin-left: 0
}

.woocommerce .comments-rating label {
    display: inline-block
}

.woocommerce .comments-rating .oke {
    display: none
}

.woocommerce .rating-container {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl
}

.woocommerce .rating-container * {
    font-size: 1.4rem
}

.woocommerce .rating-container>input {
    display: none
}

.woocommerce .rating-container>input+label {
    font-family: dashicons;
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0
}

.woocommerce .rating-container>input+label::before {
    display: inline-block;
    text-indent: -9999px;
    content: '\f154';
    color: #febc00
}

.woocommerce .rating-container>.star-cb-clear+label::before {
    width: .5em
}

.woocommerce .rating-container:hover>input+label::before {
    content: '\f154';
    color: #febc00;
    text-shadow: none
}

.woocommerce .rating-container>input+label:hover::before,
.woocommerce .rating-container>input+label:hover~label::before,
.woocommerce .rating-container>input:checked~label::before {
    content: '\f155';
    color: #febc00;
    text-shadow: 0 0 1px #febc00
}

.woocommerce .rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em
}

.woocommerce .rating-container:hover>input+label:hover::before,
.woocommerce .rating-container:hover>input+label:hover~label::before {
    content: '\f155';
    color: #febc00;
    text-shadow: 0 0 1px #febc00
}

.woocommerce .commentlist {
    padding-left: 0
}

.woocommerce .comment_container .avatar {
    width: 45px !important;
    border: 0 !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background: 0 0 !important
}

.woocommerce .comment_container .comment-text {
    background-color: #f5f5f5
}

.woocommerce .comment_container .woocommerce-review__author {
    color: #333
}

.woocommerce .comment_container .woocommerce-review__published-date {
    color: #333
}

.woocommerce .comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-right: 12px
}

.woocommerce .comment-respond .comment-reply-title {
    color: #333;
    font-size: 23px;
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

.woocommerce .comment-respond input.submit {
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none !important;
    color: #fff !important;
    background-color: #eeb70c !important;
    padding: 12px 48px !important;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease
}

.woocommerce .comment-respond input.submit:hover {
    -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important;
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1) !important
}

.single-product .post-meta {
    display: none
}

.single-product.cleanco-blog-type-gutenberg-ready .woocommerce-Reviews .comment-form {
    width: 100%;
    max-width: 100%
}

.single-product .woocommerce-message {
    border: 0
}

.single-product .woocommerce-message a.button.wc-forward {
    width: auto;
    padding: 12px 24px
}

.single-product div.product .woocommerce-product-rating {
    margin-bottom: 12px
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
    color: #6b6b6b;
    line-height: 1.9
}

.single-product div.product p.price {
    color: #6b6b6b
}

.single-product div.product p.price .woocommerce-Price-amount.amount,
.single-product div.product p.price ins {
    color: #eeb70c;
    text-decoration: none
}

.single-product div.product p.price del .woocommerce-Price-amount.amount {
    color: #6b6b6b
}

.single-product div.product .woocommerce-product-details__short-description p {
    color: #6b6b6b
}

.single-product div.product form.cart {
    margin-bottom: 24px
}

.single-product div.product form.cart .quantity .qty {
    height: 45px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e3e3e3
}

.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 24px
}

.single-product div.product form.cart .variations_button .woocommerce-variation-price {
    margin-bottom: 24px
}

.single-product div.product form.cart .single_variation_wrap {
    margin-bottom: 0
}

.single-product div.product form.cart .variations select {
    height: 45px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #e3e3e3;
    background-color: transparent;
    padding: 0;
    margin-top: -12px;
    color: #6b6b6b
}

.single-product div.product .product_meta .sku_wrapper {
    display: block;
    color: #333;
    margin-bottom: 12px
}

.single-product div.product .product_meta .sku_wrapper .sku {
    color: #6b6b6b
}

.single-product div.product .product_meta .posted_in {
    display: block;
    color: #333;
    margin-bottom: 12px
}

.single-product div.product .product_meta .tagged_as {
    display: block;
    color: #333;
    margin-bottom: 12px
}

.single-product div.product .product_meta .tagged_as a {
    margin-left: -8px
}

.single-product div.product .product_meta .tagged_as a:first-child {
    margin-left: 0
}

.single-product div.product .onsale {
    background-color: #eeb70c;
    top: 12px;
    left: 12px;
    min-width: 50px;
    line-height: 3.3
}

.single-product div.product .woocommerce-tabs {
    margin-bottom: 96px
}

.single-product div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #e3e3e3;
    padding-left: 0
}

.single-product div.product .woocommerce-tabs ul.tabs::after,
.single-product div.product .woocommerce-tabs ul.tabs::before {
    border: none
}

.single-product div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff;
    padding-bottom: 24px;
    padding-left: 6px;
    padding-right: 48px;
    margin-left: 0;
    margin-right: 0;
    border: none
}

.single-product div.product .woocommerce-tabs ul.tabs li::after,
.single-product div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.single-product div.product .woocommerce-tabs ul.tabs li:hover {
    color: #eeb70c
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
    color: #eeb70c
}

.single-product div.product .woocommerce-Tabs-panel--description {
    margin-bottom: 48px
}

.single-product div.product .woocommerce-Tabs-panel h2 {
    display: none
}

.single-product div.product .woocommerce-Tabs-panel .shop_attributes {
    border: none
}

.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
    background-color: #f5f5f5;
    padding: 12px;
    text-transform: capitalize;
    border: 1px solid #e3e3e3
}

.single-product div.product .woocommerce-Tabs-panel .shop_attributes td {
    border: 1px solid #e3e3e3
}

.single-product div.product .woocommerce-Tabs-panel .shop_attributes td p {
    padding: 12px 12px 12px 24px
}

.single-product div.product .related.products .onsale,
.single-product div.product .upsells.products .onsale {
    background-color: #eeb70c;
    top: 12px;
    left: 12px;
    min-width: 50px;
    line-height: 3.3
}

.single-product div.product .related.products h2,
.single-product div.product .upsells.products h2 {
    color: #333;
    text-transform: capitalize
}

.single-product div.product .related.products ul.products,
.single-product div.product .upsells.products ul.products {
    margin-bottom: 1.5em
}

.single-product div.product .related.products ul li.grid-item:first-child,
.single-product div.product .upsells.products ul li.grid-item:first-child {
    margin-left: 0
}

.single-product div.product .related.products ul li.grid-item:last-child,
.single-product div.product .upsells.products ul li.grid-item:last-child {
    margin-right: 0
}

.single-product #author-bio,
.single-product .comments-area,
.single-product .related-posts {
    display: none
}

.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 100%
}

.woocommerce-checkout .checkout_coupon .button:hover {
    color: #fff
}

.woocommerce-checkout .checkout_coupon .button .form-row-first {
    width: 100%
}

.woocommerce-checkout .checkout ul.woocommerce-error {
    border-top: none
}

.woocommerce-checkout .checkout .col-1 {
    max-width: 100%;
    padding: 0
}

.woocommerce-checkout .checkout #customer_details {
    margin-bottom: 48px
}

.woocommerce-checkout .checkout #customer_details .woocommerce-additional-fields .notes label {
    color: #333
}

.woocommerce-checkout .checkout #customer_details .woocommerce-additional-fields .notes .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-checkout .checkout .col-2 {
    max-width: 100%;
    padding: 0
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields h3#ship-to-different-address {
    margin-bottom: 12px
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields h3#ship-to-different-address #ship-to-different-address-checkbox {
    margin-right: 6px
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address .woocommerce-invalid input.input-text {
    border-color: #dc3545
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address .woocommerce-validated input.input-text {
    border-color: #28a745
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_address_2_field .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_address_1_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_city_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_company_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_country_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_first_name_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_last_name_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_postcode_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_state_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_address_1_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_city_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_company_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_country_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_first_name_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_last_name_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_postcode_field label,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_state_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_address_1_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_city_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_company_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_country_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_first_name_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_last_name_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_postcode_field #shipping_state,
.woocommerce-checkout .checkout .woocommerce-shipping-fields .shipping_address #shipping_state_field #shipping_state {
    margin-bottom: 12px
}

.woocommerce-checkout .checkout #order_review th.product-name,
.woocommerce-checkout .checkout #order_review th.product-total {
    color: #333
}

.woocommerce-checkout .checkout #order_review table.shop_table {
    border-collapse: collapse
}

.woocommerce-checkout .checkout #order_review .cart-subtotal th {
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    text-transform: unset;
    color: #333
}

.woocommerce-checkout .checkout #order_review .shipping th {
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    text-transform: unset;
    color: #333
}

.woocommerce-checkout .checkout #order_review .shipping td p {
    margin-bottom: 0
}

.woocommerce-checkout .checkout #order_review .order-total th {
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    text-transform: unset;
    color: #333
}

.woocommerce-checkout .checkout #order_review .order-total span.woocommerce-Price-amount.amount {
    color: #eeb70c
}

.woocommerce-checkout .checkout #order_review #payment {
    background: #fff
}

.woocommerce-checkout .checkout #order_review #payment a.about_paypal {
    font-family: Lato, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 12px
}

.woocommerce-checkout .checkout #order_review #payment .woocommerce-privacy-policy-text {
    display: none;
    padding: 24px 48px;
    background-color: #f5f5f5;
    margin-bottom: 12px;
    padding-bottom: 6px
}

.woocommerce-checkout .checkout #order_review #payment ul.payment_methods {
    padding: 0
}

.woocommerce-checkout .checkout #order_review #payment div.form-row {
    padding: 1em 0
}

.woocommerce-checkout .checkout .woocommerce-billing-fields .woocommerce-invalid input.input-text {
    border-color: #dc3545
}

.woocommerce-checkout .checkout .woocommerce-billing-fields .woocommerce-validated input.input-text {
    border-color: #28a745
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_first_name_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_first_name_field .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_last_name_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_last_name_field .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_company_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_company_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_country_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_country_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_address_1_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_address_1_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_address_2_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_city_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_city_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_state_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_state_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_state_field #billing_state {
    margin-bottom: 12px
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_postcode_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_postcode_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_phone_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_phone_field label {
    color: #333
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_email_field {
    display: block
}

.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_email_field label {
    color: #333
}

.woocommerce-checkout.cleanco-blog-type-gutenberg-ready.woocommerce-page .entry__content {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.woocommerce-order-received p {
    color: #333
}

.woocommerce-order-received .date,
.woocommerce-order-received .email,
.woocommerce-order-received .method,
.woocommerce-order-received .order,
.woocommerce-order-received .total {
    color: #333
}

.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title {
    text-transform: capitalize
}

.woocommerce-order-received .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: 0
}

.woocommerce-order-received .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    color: #333;
    border: 0
}

.woocommerce-order-received .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    text-transform: capitalize;
    letter-spacing: normal
}

.woocommerce-order-received .woocommerce-customer-details address {
    border: 0
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    max-width: 100%;
    padding: 0
}

.woocommerce-cart .entry-header {
    margin-bottom: 24px
}

.woocommerce-page #content {
    margin-top: 48px;
    margin-bottom: 48px
}

.woocommerce {
    width: auto
}

.woocommerce.cleanco-header-image-show-product div.product .product_title {
    display: none
}

.woocommerce span.password-input {
    width: 100%
}

.woocommerce button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-left: 1em;
    -moz-border-radius: 75px;
    border-radius: 75px;
    padding: 12px 48px
}

.woocommerce .woocommerce-breadcrumb {
    display: none
}

.woocommerce .woocommerce-info {
    border-top-color: #f5f5f5
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    color: #febc00
}

.woocommerce .star-rating.left {
    float: left;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px
}

.woocommerce .tagcloud a {
    display: inline-block;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 11px !important;
    background-color: #e3e3e3;
    padding: 3px 12px;
    line-height: 1.15;
    letter-spacing: .3px;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #333
}

.woocommerce .tagcloud a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.woocommerce .cleanco-grid {
    clear: both
}

.woocommerce ul.products {
    height: 100%
}

.woocommerce p.woocommerce-mini-cart__total.total {
    border-top: none !important;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-weight: 400;
    color: #333;
    padding-top: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 8px
}

.woocommerce .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background-color: rgba(255, 255, 255, .2)
}

.woocommerce .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-range {
    background-color: #eeb70c
}

.woocommerce .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-handle {
    background-color: #e3e3e3;
    border: solid 1.7px #eeb70c
}

.woocommerce a.button {
    display: block;
    width: 100%;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #333
}

.woocommerce a.button:hover {
    background: #e6e6e6
}

.woocommerce a.button.checkout {
    background-color: #eeb70c;
    color: #fff
}

.woocommerce a.button.checkout:hover {
    background: #bd920a
}

.woocommerce .price_slider_amount button {
    background-color: #eeb70c;
    color: #fff;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 6px 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce .price_slider_amount button:hover {
    background-color: #bd920a;
    color: #fff
}

.woocommerce .comments-area {
    display: none
}

.woocommerce .comment-respond .rating-container>input+label {
    text-indent: -9999px
}

.woocommerce .comment-respond .rating-container>.star-cb-clear+label,
.woocommerce .comment-respond .rating-container>input+label::before {
    text-indent: 9999px
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle
}

.woocommerce div.product form.cart .group_table td label {
    margin-bottom: 0
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 24px
}

.woocommerce .product {
    padding-bottom: 96px
}

.mejs-container * {
    font-family: Lato, sans-serif !important;
    line-height: 1.5 !important
}

.mejs-container * .mejs-mediaelement {
    background: url("") !important;
    background-color: #6b6b6b !important
}

.mejs-container * .mejs-controls {
    background: rgba(0, 0, 0, .6) !important
}

.mejs-container * .mejs-controls .mejs-time {
    padding: 12px 3px
}

.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, .4);
    height: 5px
}

.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #eeb70c;
    height: 5px
}

.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, .4);
    margin: 8px 0 0;
    height: 5px
}

.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-buffering {
    height: 5px
}

.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-handle-content {
    top: -6px
}

.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-hovered {
    height: 5px
}

.mejs-container * .mejs-controls .mejs-volume-button a:hover {
    color: #eeb70c
}

.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    width: 5px
}

.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-handle {
    background: #fff;
    width: 9px;
    height: 9px
}

.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-current {
    background: #eeb70c
}

.mejs-container * .mejs-controls .mejs-horizontal-volume-slider {
    background: rgba(255, 255, 255, .4);
    height: 0
}

.mejs-container * .mejs-controls .mejs-horizontal-volume-current {
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background: #eeb70c !important
}

.mejs-container * .mejs-controls .mejs-horizontal-volume-total {
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    height: 5px;
    top: 18px
}

#header.sticky.sticky--top {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

#header.sticky.sticky--not-top {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

@media (min-width:991px) {
    #quadmenu.quadmenu-align-right {
        margin: auto 0
    }
}

@media (max-width:991px) {
    #quadmenu.quadmenu-align-right {
        margin: 12px
    }
}

#quadmenu.quadmenu-default_theme {
    background-color: transparent
}

#quadmenu:not(.quadmenu-is-horizontal).quadmenu-mobile-shadow-show {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

#header #quadmenu.detheme_default_menu .quadmenu-navbar-nav>li>a>.quadmenu-item-content,
#header #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content,
.uf-mobile-nav-modal #quadmenu.detheme_default_menu .quadmenu-navbar-nav>li>a>.quadmenu-item-content,
.uf-mobile-nav-modal #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content {
    color: #333
}

.home #header.sticky.sticky--top #quadmenu.detheme_default_menu .quadmenu-navbar-nav>li>a>.quadmenu-item-content {
    color: #f5f5f5
}

.home #header.sticky.sticky--not-top #quadmenu.detheme_default_menu .quadmenu-navbar-nav>li>a>.quadmenu-item-content {
    color: #333
}

.selectize-control.single::after {
    content: ' ';
    display: block;
    margin: 0
}

.selectize-control.single .selectize-input {
    border-color: #e3e3e3;
    padding: 12px 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.selectize-control.single .selectize-input>.item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 95%
}

.selectize-control.single .selectize-input>input::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.selectize-control.single .selectize-input>input::-moz-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.selectize-control.single .selectize-input>input::-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.selectize-control.single .selectize-input>input::placeholder {
    color: #b8b8b8;
    opacity: 1
}

.selectize-control.single .selectize-input.dropdown-active::after {
    border-color: transparent transparent #333 transparent
}

.selectize-control.single .selectize-input::after {
    border-color: #333 transparent transparent transparent;
    right: 24px
}

.selectize-control.single .selectize-dropdown {
    border-color: #e3e3e3;
    border-top-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.selectize-control.single .selectize-dropdown .option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #6b6b6b;
    padding: 12px 24px
}

.selectize-control.single .selectize-dropdown .option.active {
    background-color: #eeb70c;
    color: #fff
}

.widget .selectize-control.single .selectize-input input::-webkit-input-placeholder {
    color: #aeaeae
}

.widget .selectize-control.single .selectize-input input::-moz-placeholder {
    color: #aeaeae
}

.widget .selectize-control.single .selectize-input input::-ms-input-placeholder {
    color: #aeaeae
}

.widget .selectize-control.single .selectize-input input::placeholder {
    color: #aeaeae
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .4)
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input>input {
    color: #fff
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input>input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input>input::-moz-placeholder {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input>input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input>input::placeholder {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input.dropdown-active::after {
    border-color: transparent transparent #fff transparent
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input::before {
    background: rgba(255, 255, 255, .2)
}

.widget.uf-dark-scheme .selectize-control.single .selectize-input::after {
    border-color: #fff transparent transparent transparent
}

.widget.uf-dark-scheme .selectize-control.single .selectize-dropdown {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, .2)
}

.widget.uf-dark-scheme .selectize-control.single .selectize-dropdown .option {
    color: #fff
}

.widget.uf-dark-scheme .selectize-control.single .selectize-dropdown .option.active {
    background-color: #eeb70c;
    color: #fff
}

.wp-block-quote.is-style-large {
    border-width: 0;
    padding: 0
}

.wp-block-quote.is-style-large p {
    font-size: 26px
}

.wp-block-pullquote {
    border-top: 4px solid #eeb70c;
    border-bottom: 4px solid #eeb70c
}

.wp-block-pullquote blockquote {
    border: none
}

.wp-block-gallery.alignfull {
    position: relative;
    padding: 0 !important
}

#blog-entries .alignfull {
    margin-top: -moz-calc(2 * 1rem);
    margin-top: calc(2 * 1rem);
    margin-bottom: -moz-calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem)
}

.aligncenter,
.alignfull,
.alignnone,
.alignwide {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.wp-block-cover.has-left-content {
    max-width: 100%;
    width: -moz-calc(100% - 21rem);
    width: calc(100% - 21rem)
}

.wp-block-cover.aligncenter {
    clear: both
}

.wp-block-cover.alignleft {
    margin-bottom: 24px
}

/*# sourceMappingURL=theme.min.css.map */