/*!
Theme Name: mlife-theme-2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.17
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mlife-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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


/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

#wp-body .container {
    width: 100%;;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 670px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 990px;
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1024px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

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

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

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

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

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

[class^="mlifeicon-"],
[class*=" mlifeicon-"] {
    font-family: 'mlifeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mlifeicon-blog:before {
    content: "\e900"
}

.mlifeicon-brush:before {
    content: "\e901"
}

.mlifeicon-diamond:before {
    content: "\e902"
}

.mlifeicon-flame:before {
    content: "\e903"
}

.mlifeicon-hashtag:before {
    content: "\e904"
}

.mlifeicon-heart:before {
    content: "\e905"
}

.mlifeicon-light-bulb:before {
    content: "\e906"
}

.mlifeicon-play-circle:before {
    content: "\e907"
}

.mlifeicon-play-square:before {
    content: "\e908"
}

.mlifeicon-search:before {
    content: "\e909"
}

.mlifeicon-star:before {
    content: "\e90a"
}

.mlifeicon-rss:before {
    content: "\e90b"
}

.mlifeicon-house:before {
    content: "\e90c"
}

.mlifeicon-newsletter:before {
    content: "\e90d"
}

.mlifeicon-menu:before {
    content: "\e90e"
}

@font-face {
    font-family: 'mrd-redesign';
    src: url("fonts/mrd-redesign.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

.mrd-icon {
    font-family: "mrd-redesign";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mrd-icon-info:before {
    content: '\E800'
}

.mrd-icon-star:before {
    content: '\E801'
}

.mrd-icon-share:before {
    content: '\E802'
}

.mrd-icon-arrow:before {
    content: '\E803'
}

.mrd-icon-exclusive:before {
    content: '\E804'
}

.mrd-icon-heart-filled:before {
    content: '\E805'
}

.mrd-icon-double-points:before {
    content: '\E806'
}

.mrd-icon-trolley:before {
    content: '\E807'
}

.mrd-icon-store-finder:before {
    content: '\E808'
}

.mrd-icon-hamburger:before {
    content: '\E809'
}

.mrd-icon-search:before {
    content: '\E80A'
}

.mrd-icon-enlarge:before {
    content: '\E80B'
}

.mrd-icon-edit:before {
    content: '\E80C'
}

.mrd-icon-correct:before {
    content: '\E80D'
}

.mrd-icon-lock:before {
    content: '\E80E'
}

.mrd-icon-location:before {
    content: '\E80F'
}

.mrd-icon-information:before {
    content: '\E810'
}

.mrd-icon-delete:before {
    content: '\E811'
}

.mrd-icon-wrong:before {
    content: '\E812'
}

.mrd-icon-delivery:before {
    content: '\E813'
}

.mrd-icon-sign-up-newsletter:before {
    content: '\E814'
}

.mrd-icon-twitter:before {
    content: '\E815'
}

.mrd-icon-facebook:before {
    content: '\E816'
}

.mrd-icon-instagram:before {
    content: '\E817'
}

.mrd-icon-youtube:before {
    content: '\E818'
}

.mrd-icon-pinterest:before {
    content: '\E819'
}

.mrd-icon-mlife:before {
    content: '\E81A'
}

.mrd-icon-app:before {
    content: '\E81B'
}

.mrd-icon-click-collect:before {
    content: '\E81C'
}

.mrd-icon-car:before {
    content: '\E81D'
}

.mrd-icon-hand-change:before {
    content: '\E81E'
}

.mrd-icon-clock:before {
    content: '\E81F'
}

.mrd-icon-cursor:before {
    content: '\E820'
}

.mrd-icon-heart-bag:before {
    content: '\E821'
}

.mrd-icon-heart:before {
    content: '\E822'
}

.mrd-icon-certificate:before {
    content: '\E823'
}

.mrd-icon-star-empty:before {
    content: '\E824'
}

.mrd-icon-my-account-signed-in:before {
    content: '\E828'
}

.mrd-icon-my-account:before {
    content: '\E829'
}

.mrd-icon-gwp:before {
    content: '\E82D'
}

.mrd-icon-birthday:before {
    content: '\E82F'
}

.mrd-icon-contact:before {
    content: '\E830'
}

.mrd-icon-promo-gwp:before {
    content: '\E832'
}

.mrd-icon-promo-delivery:before {
    content: '\E833'
}

.mrd-icon-promo-points:before {
    content: '\E834'
}

.mrd-icon-star-half:before {
    content: '\E835'
}

.mrd-icon-list-view:before {
    content: '\E838'
}

.mrd-icon-grid-view:before {
    content: '\E839'
}

.mrd-icon-home:before {
    content: '\E83A'
}

[class*='mrd-icon-arrow-']::before {
    content: '\E803'
}

.mrd-icon-arrow-down {
    transform: rotate(90deg)
}

.mrd-icon-arrow-left {
    transform: rotate(180deg)
}

.mrd-icon-arrow-top {
    transform: rotate(270deg)
}

.mrd-icon-correct {
    color: #4cd35f
}

.mrd-icon-wrong {
    color: #cc061f
}

.mrd-icon-information {
    color: #a3a3a3;
    border-color: #484848
}

.mrd-icon-star,
.mrd-icon-star-empty,
.mrd-icon-star-half {
    color: #f20060
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.animate-spin {
    display: inline-block;
    animation: spin 2s infinite linear
}

.mrd-icon-preview {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr 2fr;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 40px
}

@media (max-width: 767px) {
    .mrd-icon-preview {
        padding: 0
    }
}

.mrd-icon-preview__box {
    padding-right: 40px
}

@media (max-width: 767px) {
    .mrd-icon-preview__box {
        padding-right: 0;
        padding-left: 40px
    }
}

.mrd-icon-preview__box .mrd-icon {
    padding: 15px;
    border: 1px dashed #000000;
    font-size: 40px
}

.mrd-icon-preview__code {
    padding: 10px 16px;
    background: #f8f8f8;
    font-family: monospace;
    color: #000000
}

@media (max-width: 767px) {
    .mrd-icon-preview__code {
        width: 100%;
        margin-top: 10px
    }
}

@keyframes loading {
    0% {
        right: 0;
        left: auto;
        width: 100%
    }
    25% {
        width: 0%
    }
    49% {
        width: 100%;
        right: 0;
        left: auto
    }
    50% {
        width: 100%;
        right: auto;
        left: 0
    }
    75% {
        width: 0%
    }
    100% {
        width: 100%;
        right: auto;
        left: 0
    }
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--blog a::before {
    content: "\e900";
    top: 1px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--brush a::before {
    content: "\e901";
    top: 1px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--diamond a::before {
    content: "\e902";
    top: 2px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--flame a::before {
    content: "\e903";
    top: 1px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--hashtag a::before {
    content: "\e904";
    top: 1.5px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--heart a::before {
    content: "\e905";
    top: 2px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--light-bulb a::before {
    content: "\e906";
    top: 1px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--play-circle a::before {
    content: "\e907";
    top: 1.5px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--play-square a::before {
    content: "\e908";
    top: 1.5px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--search a::before {
    content: "\e909";
    top: 1px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon.term_customisation--star a::before {
    content: "\e90a";
    top: 1px
}

.wordpress_body.search {
    position: initial;
    display: block;
    background-color: initial;
    color: initial;
    height: auto;
    width: 100%;
    transition: none
}

html,
body {
    font-family: "Raleway", sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    margin-left: 0;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

span.icon.icon-search.search__icon {
    color: #81438e;
    font-size: 20px;
    padding-top: 3px;
    padding-left: 20px;
}

.header-logo__link > img {
    margin: 0;
    max-height: 80px !important;
}

.wordpress_body {
    font-family: "Raleway", sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    width: 100vw;
    overflow-x: hidden;
}

.hidden {
    display: none !important
}

.clear {
    clear: both;
    display: block;
    height: 0
}

.full-width {
    width: 100%
}

@media (max-width: 767.98px) {
    .col-sm-no-padding-left {
        padding-left: 0
    }

    .col-sm-no-padding-right {
        padding-right: 0
    }

    .col-sm-no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .container-sm-fluid {
        max-width: 100%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .header-logo__link > img {
        max-width: 175px;
        max-height: 90px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .col-md-no-padding-left {
        padding-left: 0
    }
    .col-md-no-padding-right {
        padding-right: 0
    }
    .col-md-no-padding {
        padding-left: 0;
        padding-right: 0
    }
    .container-md-fluid {
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

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

.wp-tags-and-sorts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 50px
}

.wp-tags-and-sorts .wp-tags-and-sorts__sorts {
    max-width: 30%
}

.wp-tags-and-sorts .wp-tags-and-sorts__tags {
    max-width: 70%
}

@media (max-width: 991.98px) {
    .wp-tags-and-sorts .wp-tags-and-sorts__sorts {
        max-width: 40%
    }
    .wp-tags-and-sorts .wp-tags-and-sorts__tags {
        max-width: 60%
    }
}

@media (max-width: 767.98px) {
    .wp-tags-and-sorts {
        margin: 0 20px 20px
    }
    .wp-tags-and-sorts .wp-tags-and-sorts__sorts {
        max-width: 50%
    }
    .wp-tags-and-sorts .wp-tags-and-sorts__tags {
        max-width: 50%
    }
}

.wp-post-tiles {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.wp-post-tiles.justify-content-start .wp-post-tile {
    margin: 0 20px 20px 0
}

.wp-post-tile {
    font-family: "Raleway", sans-serif;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    margin: 0 0 20px 0;
    width: 314px;
    height: 377px;
    transition: all 0.5s ease
}

.wp-post-tile .wp-post-tile__image {
    font-size: 24px;
    box-sizing: border-box;
    transition: all 200ms;
    color: #fff;
    position: relative;
    width: 100%;
    height: 208px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 150px transparent
}

.wp-post-tile .wp-post-tile__image:hover {
    box-shadow: inset 0px 0px 0px 150px rgba(0, 0, 0, 0.8)
}

.wp-post-tile .wp-post-tile__image:hover .wp-post-tile__title {
    visibility: initial;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__heart {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__heart .wp-post-tile__heart__image {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 55px
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__heart .wp-post-tile__heart__image .wp-post-tile__heart__image__favourite_on {
    display: none
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__plus_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    display: block;
    box-sizing: border-box;
    background-color: #5e0e6e
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__plus_box .wp-post-tile__white_border {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #fff
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__plus_box i {
    transition: all 0.5s ease;
    font-size: 25px;
    color: #fff;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__title {
    visibility: hidden;
    transition: all 0.25s ease;
    display: none;
    height: 250%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__title .wp-post-tile__title__category {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    display: grid;
    letter-spacing: 1px
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__title .wp-post-tile__title__category__line {
    width: 25%;
    margin: 0 auto;
    height: 1px;
    border-bottom: 1px solid #fff
}

.wp-post-tile .wp-post-tile__image .wp-post-tile__title .wp-post-tile__title__content {
    font-family: "EB Garamond";
    padding: 0 15%;
    font-size: 16px;
    font-style: italic
}

.wp-post-tile .wp-post-tile__information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
    padding: 7px 20px 17px 20px;
    margin: 0;
    box-sizing: border-box;
    height: 119px
}

.wp-post-tile .wp-post-tile__information .wp-post-tile__information__title {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding-top: 15px;
}

.wp-post-tile .wp-post-tile__information .wp-post-tile__information__title a {
    color: #000;
    text-decoration: none;
    outline: 0 !important;
    text-transform: uppercase;
}

.wp-post-tile .wp-post-tile__information .wp-post-tile__information__title a:active,
.wp-post-tile .wp-post-tile__information .wp-post-tile__information__title a:visited,
.wp-post-tile .wp-post-tile__information .wp-post-tile__information__title a:focus {
    color: #000;
    text-decoration: none;
    outline: 0 !important;
}

.wp-post-tile .wp-post-tile__information .wp-post-tile__information__read_more {
    display: block;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    color: #000;
    font-size: 16px
}

.wp-post-tile .wp-post-tile__information .wp-post-tile__information__read_more .button__underline {
    position: relative;
    display: inline-block;
    padding: 0px 0 3px;
    box-sizing: border-box
}

.wp-post-tile .wp-post-tile__information .wp-post-tile__information__read_more .button__underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: black;
    transition: all 0.3s ease
}

.loadmore-container {
    clear: both
}

.loadmore-container .load-more-button {
    background-color: #702785;
    color: #fff;
    border: 1px solid #702785;
    display: block;
    width: 80%;
    max-width: 250px;
    margin: 20px auto;
    padding: 9px 0 9px 0;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out
}

.loadmore-container .load-more-button .loading-line {
    position: relative;
    display: inline-block;
    padding: 0 0 3px 0
}

.loadmore-container .load-more-button .loading-line::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: #fff;
    transition: all .3s ease-out
}

.loadmore-container .load-more-button:hover {
    background-color: transparent;
    color: #702785
}

.loadmore-container .load-more-button:hover .loading-line::after {
    background-color: #702785
}

.loadmore-container .load-more-button.loading .loading-line::after {
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-direction: normal
}

.loadmore-container .no-more {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    display: none;
    margin: 20px auto
}

.loadmore-container .navigation.posts-navigation {
    display: none
}

.loadmore-container .number_posts {
    text-align: center;
    color: #333;
    font-family: "Raleway", sans-serif
}

.wpulike .wp_ulike_general_class .wp_ulike_btn {
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: #484848;
    font-size: 15px;
    padding: 5px 15px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 1;
    min-width: initial
}

.wpulike .wp_ulike_general_class .wp_ulike_btn .wp_ulike_btn_heart {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.wpulike .wp_ulike_general_class .count-box {
    display: none
}

.wpulike .wp-ulike-likers-list {
    display: none
}

.wpulike .heart {
    stroke: white;
    stroke-width: 2;
    stroke-linecap: butt;
    stroke-dasharray: 0;
    fill: transparent
}

.wpulike .wp_ulike_btn:checked+svg .heart {
    fill: #5e0e6e;
    stroke: #5e0e6e
}

.wpulike .wp_ulike_likers_wrapper:not(.wp_ulike_display_inline) {
    display: none !important
}

.wp-product-tile {
    box-sizing: border-box;
    padding-right: 10px;
}
.wp-product-tile img {
    max-height: 180px;
}
.wp-product-tile.out_of_stock {
    text-align: center;
}
.wp-product-tile img.random {
    max-height: 300px;
}
.wp-product-tile .backup {
    display: none
}
.wp-product-tile.out_of_stock {
    border: 0 !important
}
.wp-product-tile.out_of_stock .backup {
    display: block
}
.wp-product-tile.out_of_stock .instock {
    display: none
}
.wp-product-tile__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 12px;
    position: relative;
    height: 100%;
    width: 100%;
    transition: border-color .3s
}
.wp-product-tile__wrapper:hover {
    border: 1px solid #5e0e6f
}
.wp-product-tile__wrapper:hover .wp-product-tile__add-to-cart {
    color: white;
}
.wp-product-tile__wrapper:hover .wp-product-tile__add-to-cart-container {
    background-color: #702785;
    border: 1px solid #702785
}
.wp-product-tile__wrapper:hover .wp-product-tile__add-to-cart-container:before {
    border-color: transparent transparent #702785 transparent;
    background-color: #fff
}
.wp-product-tile__container {
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}
.wp-product-tile__container .wp-product-tile__image-container .wp-product-tile__image {
    max-width: 100%
}
.wp-product-tile__information {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 1px;
    text-decoration: none
}
.wp-product-tile__information .wp-product-tile__name,
.wp-product-tile__information .wp-product-tile__brand,
.wp-product-tile__information .wp-product-tile__description {
    max-width: 100%;
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #484848
}
.wp-product-tile__information .wp-product-tile__brand {
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 16px
}
.wp-product-tile__information .wp-product-tile__name {
    text-transform: uppercase;
    font-size: 12px
}
.wp-product-tile__information .wp-product-tile__description {
    font-size: 12px
}
.wp-product-tile__information .wp-product-tile__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    text-decoration: none
}

.wp-product-price-new {
    color: #ec3075;
    font-size: 19px;
}
.wp-product-price-old {
    color: #464646;
    font-size: 14px;
    padding-top: 8px;
}

.wp-product-tile__add-to-cart-container {
    outline: none;
    position: relative;
    color: inherit;
    background: none;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: 12px 0;
    margin: 30px -12px 0;
    background-color: #f8f8f8;
    text-decoration: none;
    border: 1px solid #f8f8f8;
    cursor: pointer;
    transition: all .3s;
    overflow: visible;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block
}
.wp-product-tile__add-to-cart-container:before {
    content: "";
    border-color: transparent transparent #f8f8f8 transparent;
    border-width: 0 9px 10px 9px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    bottom: 42px;
    transition: all .3s;
    display: block;
}
.wp-product-tile__add-to-cart-container .wp-product-tile__add-to-cart {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #5e0e6f;
    transition: all .3s;
    text-transform: uppercase;
    color: #5e0e6f
}
.product-tile__wrapper:hover .product-tile__add-to-cart-container,
.product-tile__add-to-cart-container:hover {
    border-color: transparent transparent #81438e transparent;
    background-color: #81438e
}
.product-tile__wrapper:hover .product-tile__add-to-cart-container::before,
.product-tile__add-to-cart-container:hover::before {
    border-color: transparent transparent #81438e transparent
}
.product-tile__wrapper:hover .product-tile__add-to-cart-container .product-tile__add-to-cart,
.product-tile__add-to-cart-container:hover .product-tile__add-to-cart {
    color: white;
    border-bottom: 1px solid #fff
}
/* Marionnaud Purple */
/* Light Purple */
/* Light Purple */
/* Light Purple overlay */
/* black overlay */
/* white overlay */
/* pink */
/* green */
/* beige */
/* blue */
/* font color for primary color background */
 .wordpress_body .featured-product .product-tile,
 .wordpress_body .fl-builder-content .featured-product .product-tile {
     width: 100%;
     text-align: center;
}
 .wordpress_body .featured-product .product-tile .backup,
 .wordpress_body .fl-builder-content .featured-product .product-tile .backup {
	 display: none;
}
 .wordpress_body .featured-product .product-tile .backup a,
 .wordpress_body .fl-builder-content .featured-product .product-tile .backup a {
	 position: relative;
	 overflow: hidden;
	 display: inline-block;
}
 .wordpress_body .featured-product .product-tile .backup a .label,
 .wordpress_body .fl-builder-content .featured-product .product-tile .backup a .label {
	 transition: all 0.3s ease-out;
	 opacity: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+20,000000+100&0+7,0.65+100 */
	 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.09) 20%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.09) 20%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.09) 20%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
	/* IE6-9 */
	 bottom: 0;
	 position: absolute;
	 width: 100%;
	 padding: 180px 0 40px 0;
	 left: 0;
	 font-size: 16px;
	 font-weight: 400;
	 text-transform: uppercase;
	 font-family: 'Raleway', sans-serif;
	 letter-spacing: 1.5px;
}
 .wordpress_body .featured-product .product-tile .backup a .label span,
 .wordpress_body .fl-builder-content .featured-product .product-tile .backup a .label span {
	 transition: all 0.3s ease-out;
	 transform: translateY(120px);
	 display: inline-block;
}
 .wordpress_body .featured-product .product-tile .backup a:hover .label,
 .wordpress_body .fl-builder-content .featured-product .product-tile .backup a:hover .label {
	 opacity: 1;
}
 .wordpress_body .featured-product .product-tile .backup a:hover .label span,
 .wordpress_body .fl-builder-content .featured-product .product-tile .backup a:hover .label span {
	 transform: translate(0px);
}
 .wordpress_body .featured-product .product-tile .info,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info {
	 /* font-family: 'Raleway', sans-serif;
     color: #484848; */
     padding-top: 25px;
}
 .wordpress_body .featured-product .product-tile .info span,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info span {
	 display: block;
}
 .wordpress_body .featured-product .product-tile .info .product-brand,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-brand {
	 color: #484848;
	 font-weight: 700;
	 font-size: 16px;
	 text-transform: uppercase;
	 text-decoration: none;
	 letter-spacing: 1px;
	 width: 100%;
	 height: 26px;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
 .wordpress_body .featured-product .product-tile .info .product-name,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-name {
	 font-weight: 400;
	 font-size: 12px;
	 text-transform: uppercase;
	 text-decoration: none;
	 letter-spacing: 0.5px;
	 width: 100%;
	 height: 20px;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
 .wordpress_body .featured-product .product-tile .info .product-desc,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-desc {
	 font-weight: 400;
	 font-size: 12px;
	 text-decoration: none;
	 letter-spacing: 0.5px;
	 line-height: 14px;
	 width: 100%;
	 height: 29px;
}
 .wordpress_body .featured-product .product-tile .info .product-price,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-price {
	 height: 54px;
	 margin: 10px 0;
}
 .wordpress_body .featured-product .product-tile .info .product-price .product-price-old,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-price .product-price-old {
	 line-height: 34px;
}
 .wordpress_body .featured-product .product-tile .info .product-price .product-price-new,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-price .product-price-new {
	 display: none;
	 color: #f20060;
}
 .wordpress_body .featured-product .product-tile .info .product-link,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-link {
	 background-color: #f8f8f8 !important;
    text-transform: uppercase;
    border: 1px solid #f8f8f8;
    color: #702785;
    font-weight: inherit;
    margin: 0;
    padding: 12px 0px;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    transition: all 0.3s ease-out;
    cursor: pointer;
    letter-spacing: 1.5px;
    position: relative;
    background: none;
    line-height: inherit;
    overflow: visible;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 .wordpress_body .featured-product .product-tile .info .product-link span,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-link span {
	 display: inline-block;
	 position: relative;
     padding: 0 0 5px;
     font-size: 13px;
     font-weight: 500;
     letter-spacing: 2px;
     padding-bottom: 2px;
     transition: all .3s;
     text-transform: uppercase;
     /* color: #5e0e6f; */
}
 .wordpress_body .featured-product .product-tile .info .product-link span::after,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-link span::after {
	 content: "";
	 position: absolute;
	 width: 100%;
	 bottom: 0;
	 left: 0;
	 height: 1px;
	 background-color: #fff;
	 transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 -ms-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
}
 .wordpress_body .featured-product .product-tile .info .product-link:hover,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-link:hover {
	background-color: #702785 !important;
    color: #fff;
}
 .wordpress_body .featured-product .product-tile .info .product-link:hover span::after,
 .wordpress_body .fl-builder-content .featured-product .product-tile .info .product-link:hover span::after {
    /* background-color: #702785;
    color: #fff; */
}
 .wordpress_body .featured-product .product-tile.out_of_stock,
 .wordpress_body .fl-builder-content .featured-product .product-tile.out_of_stock {
	 border: 0 !important;
}
 .wordpress_body .featured-product .product-tile.out_of_stock .backup,
 .wordpress_body .fl-builder-content .featured-product .product-tile.out_of_stock .backup {
	 display: block;
}
 .wordpress_body .featured-product .product-tile.out_of_stock .instock,
 .wordpress_body .fl-builder-content .featured-product .product-tile.out_of_stock .instock {
	 display: none;
}
 .wordpress_body .featured-product.layout-1col,
 .wordpress_body .fl-builder-content .featured-product.layout-1col {
	 width: 100%;
	 margin: 0 auto;
	 padding: 10px;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .wordpress_body .featured-product.layout-1col .overall-container,
 .wordpress_body .fl-builder-content .featured-product.layout-1col .overall-container {
	 width: 100%;
	 max-width: 256px;
	 margin: 0 auto;
}
 .wordpress_body .featured-product.layout-1col .overall-container .product-tile,
 .wordpress_body .fl-builder-content .featured-product.layout-1col .overall-container .product-tile {
	 background: #fff;
	 width: 100%;
	 margin: 0 auto;
	 max-width: 256px;
     border: 1px solid #444;
     text-align: center;
}
 .product-tile:hover {
     border: 1px solid #5e0e6f;
}
 .wordpress_body .featured-product.layout-2col,
 .wordpress_body .fl-builder-content .featured-product.layout-2col {
	 padding: 20px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .wordpress_body .featured-product.layout-2col .overall-container,
 .wordpress_body .fl-builder-content .featured-product.layout-2col .overall-container {
	 width: 100%;
	 max-width: 450px;
	 margin: 0 auto;
}
 .wordpress_body .featured-product.layout-2col .overall-container .product-tile,
 .wordpress_body .fl-builder-content .featured-product.layout-2col .overall-container .product-tile {
	 display: table;
	 border: 1px solid #444;
	 padding: 0;
}
 .wordpress_body .featured-product.layout-2col .overall-container .product-tile .product-image,
 .wordpress_body .fl-builder-content .featured-product.layout-2col .overall-container .product-tile .product-image {
	 display: table-cell;
	 vertical-align: middle;
	 width: 48%;
	 padding: 10px 0;
	 background-color: #fff;
}
 .wordpress_body .featured-product.layout-2col .overall-container .product-tile .info,
 .wordpress_body .fl-builder-content .featured-product.layout-2col .overall-container .product-tile .info {
	 display: table-cell;
	 vertical-align: middle;
	 padding: 17px 17px 17px 0;
	 padding: 10px;
	 background-color: rgba(255, 255, 255, 0.82);
}
 .wordpress_body .featured-product.layout-1coltext,
 .wordpress_body .fl-builder-content .featured-product.layout-1coltext {
	 width: 100%;
	 margin: 0 auto;
	 padding: 10px;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .wordpress_body .featured-product.layout-1coltext .overall-container,
 .wordpress_body .fl-builder-content .featured-product.layout-1coltext .overall-container {
	 width: 100%;
	 max-width: 700px;
	 margin: 0 auto;
	 display: table;
}
 .wordpress_body .featured-product.layout-1coltext .overall-container .product-tile,
 .wordpress_body .fl-builder-content .featured-product.layout-1coltext .overall-container .product-tile {
	 width: 36%;
	 max-width: 256px;
	 margin: 0 auto;
	 display: table-cell;
	 vertical-align: middle;
	 background: #fff;
	 border: 1px solid #444;
}
 .wordpress_body .featured-product.layout-1coltext .text,
 .wordpress_body .fl-builder-content .featured-product.layout-1coltext .text {
	 width: 64%;
	 max-width: 512px;
	 margin: 0 auto;
	 display: table-cell;
	 vertical-align: middle;
	 background-color: rgba(255, 255, 255, 0.82);
	 padding: 10px 20px;
}
 .wordpress_body .featured-product.layout-1coltext .text h2,
 .wordpress_body .fl-builder-content .featured-product.layout-1coltext .text h2 {
	 font-family: "Raleway", sans-serif;
	 font-size: 23px;
	 font-weight: 100;
	 line-height: 30px;
}
 .wordpress_body .featured-product.layout-2coltext,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 padding: 20px;
}
 .wordpress_body .featured-product.layout-2coltext .overall-container,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext .overall-container {
	 width: 100%;
	 margin: 0 auto;
	 display: table;
}
 .wordpress_body .featured-product.layout-2coltext .overall-container .product-tile,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext .overall-container .product-tile {
	 width: 44%;
	 margin: 0 auto;
	 display: table-cell;
	 vertical-align: middle;
	 background: #fff;
	 border: 1px solid #444;
	 max-width: auto;
	 padding: 10px 0;
}
 .wordpress_body .featured-product.layout-2coltext .overall-container .product-tile .product-image,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext .overall-container .product-tile .product-image {
	 display: table-cell;
	 vertical-align: middle;
	 width: 48%;
	 padding: 0;
}
 .wordpress_body .featured-product.layout-2coltext .overall-container .product-tile .info,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext .overall-container .product-tile .info {
	 display: table-cell;
	 vertical-align: middle;
	 padding: 17px 17px 17px 0;
}
 .wordpress_body .featured-product.layout-2coltext .text,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext .text {
	 width: 64%;
	 max-width: 512px;
	 margin: 0 auto;
	 display: table-cell;
	 vertical-align: middle;
	 background-color: rgba(255, 255, 255, 0.82);
	 padding: 10px 20px;
}
 .wordpress_body .featured-product.layout-2coltext .text h2,
 .wordpress_body .fl-builder-content .featured-product.layout-2coltext .text h2 {
	 font-family: "Raleway", sans-serif;
	 font-size: 23px;
	 font-weight: 100;
	 line-height: 30px;
}
 .wordpress_body .featured-product.no-border .overall-container .product-tile,
 .wordpress_body .fl-builder-content .featured-product.no-border .overall-container .product-tile {
	 padding-bottom: 18px;
}
/***************************** Media Queries *****************************/
 .product-tile .info a.product-link.mobile {
	 display: block;
}
 #pageContainer .product-tile .info a.product-link.mobile {
	 display: none;
}
 .product-tile .info a.product-link.desktop {
	 display: none;
}
 #pageContainer .product-tile .info a.product-link.desktop {
	 display: block;
}
/** * - =< 910px */
 @media screen and (max-width: 56.8em) {
	 .product-tile .info .product-link {
		 padding: 6px;
		 width: 100%;
		 font-size: 12px;
	}
}
 @media screen and (max-width: 768px) {
	 .layout-1coltext .overall-container, .layout-1coltext .text, .layout-2coltext .overall-container, .layout-2coltext .product-tile, .layout-2coltext .text {
		 width: 100%;
		 max-width: inherit;
		 display: block;
	}
	 .layout-1coltext .product-tile {
		 width: 100%;
		 max-width: 256px;
		 display: block;
		 margin: 0 auto 20px auto;
	}
	 .product-tile .info .product-desc {
		 min-height: inherit;
	}
}
 @media screen and (max-width: 450px) {
	 .layout-2col .product-tile, .layout-2coltext .product-tile {
		 display: block;
		 max-width: 256px;
		 margin: 0 auto;
	}
	 .layout-2coltext .product-tile {
		 margin: 0 auto 20px auto;
	}
	 .layout-2col .product-tile .product-image, .layout-2col .product-tile .info, .layout-2coltext .product-tile .product-image, .layout-2coltext .product-tile .info {
		 display: block;
		 width: 100%;
	}
	 .layout-2coltext .product-tile .info {
		 padding: 10px 10px 0 10px;
	}
}
 
.printer {
    display: none
}

@media (max-width: 767.98px) {
    .wp-post-tile {
        margin: 0 10px 10px;
        width: 247px;
        height: 370px
    }
    .wp-post-tile .wp-post-tile__image {
        height: 220px;
        width: 245px
    }
    .wp-post-tile .wp-post-tile__information {
        height: 148px
    }
}
/* 575.98 */
@media (max-width: 600px) {
    .wp-post-tile {
        margin: 0 15px 10px;
        width: 100%;
        height: auto;
    }
    .wp-post-tile .wp-post-tile__image {
        height: 0;
        width: 100%;
        padding-bottom: 61%;
    }
    .wp-post-tile .wp-post-tile__information {
        height: 95px;
        padding-top: 0;
    }
    .wp-post-tile .wp-post-tile__image:hover .wp-post-tile__title {
	visibility: initial;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
}

.wp-post-tile-carousel {
    position: absolute;
    width: 100%;
    z-index: 1050;
    top: 397px;
    height: 377px;
    display: block;
    background-color: #5970ff
}

@media (max-width: 767.98px) {
    .wp-post-tile-carousel {
        top: 380px;
        height: 370px
    }
}

@media (max-width: 575.98px) {
    .wp-post-tile-carousel {
        top: 380px;
        height: 370px
    }
}

.wp-page-header {
    text-align: center
}

.wp-page-header .wp-page-header-title {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 300
}

.wp-page-header .wp-page-header-title .wp-page-header-title--underline {
    position: relative;
    display: inline-block;
    padding-top: 15px
}

.wp-page-header .wp-page-header-title .wp-page-header-title--underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #000;
    transition: all 0.3s ease
}

.wp-page-header .wp-page-header-title-description p {
    margin: 20px 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 16px
}

.wp-single {
    display: block;
    width: 100%
}

.wp-single .wp-single__title {
    font-size: 22px;
    color: #5a5a5a;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    line-height: 1
}

.wp-single .wp-single__title .title__underline {
    position: relative;
    display: inline-block;
    padding: 0 0 6px;
    box-sizing: border-box
}

.wp-single .wp-single__title .title__underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: black;
    transition: all 0.3s ease
}

.wp-single .wp-single__subtitle {
    margin: 20px 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    padding: 0;
    line-height: 1
}

.wp-search-bar .search-form label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.wp-search-bar .search-form .screen-reader-text {
    display: none
}

.wp-search-bar .search-form .mlifeicon-search {
    color: #702785;
    line-height: 1;
    margin: auto 5px auto 0;
    font-size: 20px;
    display: block
}

.wp-search-bar .search-form .search-field {
    font-family: "Raleway", sans-serif;
    width: 100%;
    outline: none;
    border: none;
    max-width: 100%;
    border-bottom: 1px solid #d1d1d1;
    line-height: 1.8;
    color: #5e0e6f;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0
}

.wp-search-bar .search-form .search-field::-moz-placeholder {
    font-family: "Raleway", sans-serif;
    color: #5e0e6f;
    font-style: italic;
    font-size: 14px;
    font-weight: 300
}

.wp-search-bar .search-form .search-field:-ms-input-placeholder {
    font-family: "Raleway", sans-serif;
    color: #5e0e6f;
    font-style: italic;
    font-size: 14px;
    font-weight: 300
}

.wp-search-bar .search-form .search-field::placeholder {
    font-family: "Raleway", sans-serif;
    color: #5e0e6f;
    font-style: italic;
    font-size: 14px;
    font-weight: 300
}

.wp-search-bar .search-form .search-field:active {
    outline: none
}

.wp-search-bar .search-form .search-field:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .wp-search-bar {
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .wp-search-bar>div {
        width: 100%;
        margin-right: 20px;
    }
}

.slick-slider {
    font-family: "Raleway", sans-serif;
    width: 100%;
    margin: 0 0 40px 0
}

.slick-slider .slide-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 460px;
    overflow: hidden
}

.slick-slider .slide-container .post {
    margin: 0;
    padding: 0;
    display: table;
    height: 460px;
    width: 100%
}

.slick-slider .slide-container .post.post--search {
    height: 340px
}

.slick-slider .slide-container .post .thumbnail-grid {
    display: table-cell;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner {
    padding: 25px 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    width: 50%;
    max-width: 900px;
    min-height: 65%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    vertical-align: middle
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner .entry-title {
    text-transform: uppercase;
    font-size: 1.50rem;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner .entry-title .button__underline {
    position: relative;
    display: inline-block;
    padding: 0 0 3px
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner .entry-title .button__underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner a.read-more {
    text-transform: uppercase;
    display: block;
    margin: 25px auto 0 auto;
    width: 150px;
    padding: 8px 0;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner a.read-more:hover {
    background-color: white;
    color: #000
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner a.read-more:hover .button__underline:after {
    background-color: #000
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner a.read-more .button__underline {
    position: relative;
    display: inline-block;
    padding: 0 0 3px
}

.slick-slider .slide-container .post .thumbnail-grid .slide-banner a.read-more .button__underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease
}

.slick-slider .slide-container .slider-intro-text {
    font-family: "EB Garamond";
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    vertical-align: middle
}

.slick-slider .slide-container .slick-dots {
    bottom: 5%;
    margin: 0;
    text-align: center
}

.slick-slider .slide-container .slick-dots li button {
    height: 12px;
    width: 12px;
    border-radius: 12px;
    border: 2px solid #fff;
    background-color: transparent
}

.slick-slider .slide-container .slick-dots li button::before {
    content: '';
    display: none
}

.slick-slider .slide-container .slick-dots li:hover button,
.slick-slider .slide-container .slick-dots li.slick-active button {
    background-color: #fff
}

@media (min-width: 992px) {
    .slick-slider .slide-container .post .thumbnail-grid .slide-banner .entry-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
    }
}

@media (max-width: 991.98px) {
    .slick-slider .slide-container .post .thumbnail-grid .slide-banner {
        padding: 18px 35px;
        width: 65%
    }
}

@media (max-width: 991.98px) {
    .slick-slider .slide-container .post .thumbnail-grid .slide-banner {
        width: 50%;
        margin-bottom: 110px;
    }
}

/* 767.98 */
@media (max-width: 600px) {
    .slick-slider .slide-container .post .thumbnail-grid .slide-banner {
        margin-top: 5px;
        margin-bottom: 100px;
        width: 80%
    }
}

.wp-tags-selection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-tags-selection__label {
    line-height: 2;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #737373;
    font-weight: 700;
    margin-right: 15px;
    width: 110px
}

.wp-tags-selection__tags.term_customisation.term_customisation--icon a::before {
    position: relative;
    font-family: "mlifeicon";
    display: inline-block
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--green a {
    color: #fff;
    border: 1px solid #90d6ab;
    background-color: #90d6ab
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--green a:hover {
    color: #90d6ab;
    background-color: #fff
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--pink a {
    color: #fff;
    border: 1px solid #fda1c9;
    background-color: #fda1c9
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--pink a:hover {
    color: #fda1c9;
    background-color: #fff
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--beige a {
    color: #fff;
    border: 1px solid #eac5cb;
    background-color: #eac5cb
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--beige a:hover {
    color: #eac5cb;
    background-color: #fff
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--blue a {
    color: #fff;
    border: 1px solid #74c4d5;
    background-color: #74c4d5
}

.wp-tags-selection__tags .term_customisation.term_customisation--colour.term_customisation--blue a:hover {
    color: #74c4d5;
    background-color: #fff
}

.wp-tags-selection__style {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #737373;
    background-color: #fff;
    border: 1px solid #737373;
    border-radius: 5px;
    padding: 1px 5px;
    display: inline-block;
    margin: 2px;
    transition: all 0.3s ease
}

.wp-tags-selection__style:hover {
    color: #fff;
    background-color: #737373;
    border: 1px solid #fff
}

@media (max-width: 767.98px) {
    .wp-tags-selection {
        position: relative
    }
    .wp-tags-selection .wp-tags-selection__label {
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 14px;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        color: #737373;
        font-weight: 600;
        margin: 1px
    }
    .wp-tags-selection .wp-tags-selection__choice {
        text-transform: uppercase;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 150px;
        padding: 0 0 3px 0;
        margin: 0 0 0 5px;
        border-bottom: 1px solid #000;
        color: #737373;
        text-align: left;
        position: relative;
        cursor: pointer
    }
    .wp-tags-selection .wp-tags-selection__choice:hover {
        color: #5a5a5a;
        border-bottom: 1px solid #5a5a5a
    }
    .wp-tags-selection .wp-tags-selection__choice .wp-tags-selection__choice__arrow {
        font-size: 16px;
        line-height: 20px;
        transition: all 200ms
    }
    .wp-tags-selection .wp-tags-selection__choice.wp-tags-selection__choice--opened .wp-tags-selection__choice__arrow {
        transform: rotate(-90deg)
    }
    .wp-tags-selection ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        width: 155px;
        z-index: 3;
        background-color: #fff;
        margin: 0;
        padding: 0;
        text-align: left;
        list-style-type: none;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3)
    }
    .wp-tags-selection ul li {
        margin: 5px 0 5px 5px
    }
    .wp-tags-selection ul li a {
        color: #5e0e6f
    }
    .wp-tags-selection ul li a:hover {
        color: #737373
    }
}

.wp-sort-by {
    position: relative
}

.wp-sort-by .wp-sort-by__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #737373;
    font-weight: 700;
    margin: 1px
}

.wp-sort-by .wp-sort-by__choice {
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150px;
    padding: 0 0 3px 0;
    margin: 0 0 0 5px;
    border-bottom: 1px solid #000;
    color: #737373;
    text-align: left;
    position: relative;
    cursor: pointer
}

.wp-sort-by .wp-sort-by__choice:hover {
    color: #5a5a5a;
    border-bottom: 1px solid #5a5a5a
}

.wp-sort-by .wp-sort-by__choice .wp-sort-by__choice__arrow {
    font-size: 16px;
    line-height: 20px;
    transition: all 200ms
}

.wp-sort-by .wp-sort-by__choice.wp-sort-by__choice--opened .wp-sort-by__choice__arrow {
    transform: rotate(-90deg)
}

.wp-sort-by ul {
    position: absolute;
    display: none;
    top: 98%;
    right: 0;
    width: 155px;
    z-index: 3;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3)
}

.wp-sort-by ul li {
    margin: 10px 0 10px
}

.wp-sort-by ul li a {
    color: #484848;
    letter-spacing: .5px;
    font-size: 13px;
    text-transform: uppercase
}

.wp-sort-by ul li a:hover {
    color: #737373
}

@media (max-width: 767.98px) {
    .wp-sort-by .wp-sort-by__label {
        display: none
    }
}

.widget-title .title__underline {
    position: relative;
    display: inline-block;
    padding: 0 0 1px;
    box-sizing: border-box
}

.widget-title .title__underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #5a5a5a;
    transition: all 0.3s ease
}

.widget-title.widget-title-between-post-listing {
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    color: #5a5a5a;
    font-weight: 600;
    text-transform: uppercase;
    margin: 50px 0 35px
}

.wp-hero {
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: border-box;
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 17.55%;
}

.wp-breadcrumb {
    width: 100%;
    background-color: #f4f4f4;
    margin: auto;
    line-height: 1;
    padding: 9.5px 60px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
.wp-breadcrumb .wp-breadcrumb__links {
    font-size: 12px;
    color: #000
}
.wp-breadcrumb .wp-breadcrumb__links a {
    color: #5a5a5a
}
.wp-breadcrumb .navigation.post-navigation .screen-reader-text {
    display: none
}
.wp-breadcrumb .navigation.post-navigation .nav-links {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous {
    display: inline-block
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous a {
    text-decoration: none;
    line-height: 24px;
    padding: 0 5px;
    color: #000;
    outline: 0 !important
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous a:active,
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous a:visited,
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous a:focus {
    color: #000;
    text-decoration: none;
    outline: 0 !important
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous a .meta-nav {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-previous a .mrd-icon-arrow-left {
    margin-right: 5px
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next {
    display: inline-block
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a {
    border-left: 1px solid #000;
    padding: 0 5px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    outline: 0 !important
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a:active,
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a:visited,
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a:focus {
    color: #000;
    text-decoration: none;
    outline: 0 !important
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a .meta-nav {
    line-height: 24px
}
.wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a .mrd-icon-arrow-right {
    margin-left: 5px
}
.wp-breadcrumb .navigation.post-navigation .nav-links .fa {
    margin: 0 3px;
    font-size: 200%
}
@media (max-width: 767.98px) {
    .wp-breadcrumb {
        padding: 8px
    }
    
    .wp-breadcrumb .wp-breadcrumb__links {
        display: none
    }
    
    .wp-breadcrumb .navigation.post-navigation {
        width: 100%
    }
    
    .wp-breadcrumb .navigation.post-navigation .nav-links {
        font-size: 16px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    
    .wp-breadcrumb .navigation.post-navigation .nav-links .nav-next a {
        border: none
    }
}
.wp-header {
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -ms-flex-align: center;
    align-items: center
}

.wordpress_body .slick-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0
}

.wordpress_body .slick-slider .slide-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 410px;
    max-width: 100%;
    overflow: hidden
}

.wordpress_body .slick-slider .slide-container .post {
    margin: 0;
    padding: 0;
    display: table;
    height: 410px;
    width: 100%
}

.wordpress_body .slick-slider .slide-container .post .thumbnail-grid {
    display: table-cell;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-image: url("./images/pattern.jpg")
}

.wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner {
    padding: 30px 10% 25px 10%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7)
}

.wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner .entry-title {
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: #333;
    font-size: 26px;
    margin: 0px;
    padding: 0
}

.wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner a.read-more {
    text-transform: uppercase;
    display: block;
    margin: 25px auto 0 auto;
    width: 150px;
    padding: 8px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-color: #702785;
    border: 1px solid #702785;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    transition: all .3s ease-out
}

.wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner a.read-more:hover {
    background-color: transparent;
    color: #702785
}

.wordpress_body .slick-slider .slide-container .slick-dots {
    margin: 0;
    text-align: center;
    bottom: 10px
}

.wordpress_body .slick-slider .slide-container .slick-dots li button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all .3s ease-out
}

.wordpress_body .slick-slider .slide-container .slick-dots li button::before {
    content: '';
    display: none
}

.wordpress_body .slick-slider .slide-container .slick-dots li:hover button,
.wordpress_body .slick-slider .slide-container .slick-dots li.slick-active button {
    background-color: #702785
}

@media screen and (max-width: 800px) {
    .wordpress_body .slick-slider .slide-container {
        height: 345px
    }
    .wordpress_body .slick-slider .slide-container .post .thumbnail-grid {
        vertical-align: bottom
    }
    .wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner {
        padding: 15px 10% 0px;
        position: relative
    }
    .wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner .entry-title {
        margin: 0 0 -9px
    }
    .wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner a.read-more {
        bottom: -14px;
        margin: 0 auto;
        position: relative
    }
    .wordpress_body .slick-slider .slide-container .post .thumbnail-grid .white-banner a.read-more:hover {
        background-color: #fff
    }
    .wordpress_body .slick-slider .slide-container .slick-dots {
        bottom: 6px
    }
    .wordpress_body .slick-slider .slide-container .slick-dots li button {
        height: 16px;
        width: 16px
    }
    .wordpress_body .slick-slider .slide-container .slick-list {
        padding: 0px 0px 26px 0px
    }
}

.wp-social-sharing {
    position: relative;
    text-align: center;
}

.wp-social-sharing .wp-social-sharing-cta {
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: #484848;
    font-size: 15px;
    padding: 5px 15px;
    box-sizing: border-box
}

.wp-social-sharing .wp-social-sharing__list {
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: -50px;
    transform: translate(0, 10px);
    background-color: white;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto
}

.wp-social-sharing .wp-social-sharing__list.active {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -40px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    margin-right: 390px;
}

.wp-social-sharing .wp-social-sharing__list:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    left: -8px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent transparent transparent #aaa;
    transition-duration: 0.3s;
    transition-property: transform
}

.wp-social-sharing .wp-social-sharing__list .wp-social-sharing__network {
    padding: 5px;
    box-sizing: border-box
}

.wpulike .wp_ulike_general_class .wp_ulike_btn {
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: #484848;
    font-size: 15px;
    padding: 5px 15px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 1;
    min-width: initial
}

.wpulike .wp_ulike_general_class .wp_ulike_btn .wp_ulike_btn_heart {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.wp-top-menu {
    width: 100%;
    box-sizing: border-box
}

.wp-top-menu .menu-main-menu-container {
    overflow-x: scroll;
    scrollbar-width: none
}

.wp-top-menu .menu-main-menu-container::-webkit-scrollbar {
    display: none
}

.wp-top-menu #menu-main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-top-menu #menu-main-menu .menu-item>a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: #702785
}

@media (max-width: 767.98px) {
    .wp-top-menu #menu-main-menu {
        overflow: auto;
        white-space: nowrap;
        display: inline-block;
        background-color: #f8f8f8;
        border-bottom: 1px solid #aaa;
        border-top: 1px solid #aaa
    }
    .wp-top-menu #menu-main-menu .menu-item {
        display: inline-block;
        font-size: 16px;
        padding: 20px 0;
        margin: 0 20px;
        box-sizing: border-box
    }
    .wp-top-menu #menu-main-menu .menu-item.current-menu-item {
        border-bottom: 2px solid #702785
    }
    .wp-top-menu #menu-main-menu .menu-item>a {
        color: #484848
    }   
}

.loadmore-container {
    clear: both
}

.loadmore-container .load-more-button {
    background-color: #702785;
    color: #fff;
    border: 1px solid #702785;
    display: block;
    width: 80%;
    max-width: 250px;
    margin: 20px auto;
    padding: 9px 0 9px 0;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out
}

.loadmore-container .load-more-button .loading-line {
    position: relative;
    display: inline-block;
    padding: 0 0 3px 0
}

.loadmore-container .load-more-button .loading-line::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: #fff;
    transition: all .3s ease-out
}

.loadmore-container .load-more-button:hover {
    background-color: transparent;
    color: #702785
}

.loadmore-container .load-more-button:hover .loading-line::after {
    background-color: #702785
}

.loadmore-container .load-more-button.loading .loading-line::after {
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-direction: normal
}

.loadmore-container .no-more {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    display: none;
    margin: 20px auto
}

.loadmore-container .navigation.posts-navigation {
    display: none
}

.loadmore-container .number_posts {
    text-align: center;
    color: #333;
    font-family: "Raleway", sans-serif
}

.printer {
    display: none
}

@media print {
    .printer {
        display: block !important
    }
    .hero {
        height: auto;
        margin: 0;
        width: 100%;
        background: none !important
    }
    .single-post .hero h1 {
        background: none;
        color: #000;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%
    }
    .whitebox_info {
        position: relative;
        text-align: center
    }
    .whitebox_info nav.navigation.post-navigation {
        display: none
    }
    .whitebox_info .breadcrumbs {
        height: 20px;
        float: none;
        font-family: arial;
        font-size: 12px;
        max-width: 100%;
        overflow: visible;
        padding: 0;
        text-overflow: initial;
        -ms-text-overflow: ellipsis;
        white-space: initial;
        text-align: center;
        margin: 0 0 11px 0
    }
    #sticky-menu {
        display: none
    }
    .backstretch {
        display: none
    }
    .site-inner {
        padding: 0;
        box-shadow: 0px 0px 0px #000
    }
    #masthead {
        display: none
    }
    .hero .category_post {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        text-align: center
    }
    .hero .category_post {
        background: none !important
    }
    .hero .category_post a span {
        padding: 19px 0 0 0
    }
    .hero .category_post a {
        width: auto;
        height: auto;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        display: block;
        text-align: center
    }
    .more-info .social_sharing {
        display: none
    }
    .more-info .tag_text {
        float: none;
        border-right: 1px solid #fff
    }
    .more-info {
        width: auto;
        margin: 0 auto;
        border-bottom: 1px solid #e7e9eb;
        padding: 0 0 10px 0;
        text-align: center
    }
    .more-info .posted-on {
        color: #636363;
        float: none;
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }
    #primary .more-info .tag_text a.dot-tags {
        color: #000 !important;
        background-color: #fff !important;
        display: inline-block
    }
}

.wp-hero.originalsize,
.slick-slider .slide-container .post .thumbnail-grid.originalsize {
    background-size: contain
}
/* Fixing the homepage load more from showing duplicate entries */
.next-page.next-page-hidden .wp-post-tiles > .next-page.next-page-hidden {
	display: none;
}

.slick-arrows {
    display: flex;
    justify-content: center;
}

.slick-arrows img {
    width: 20px;
    display: initial;
    max-height: 180px;
}

.slick-initialized .slick-slide {
    padding-right: 10px;
}

.sticky-header__upper.GTM_Sticky_header {
    height: 45px;
}

/* SECTION CSS - HOMEPAGE ARTICLE STYLES */

/*  ANCHOR BANNER  */

.glide .banner__title {
    margin-bottom: 10px;
    font-size: 35px;
    text-transform: none;
}

.header-banner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 30px;
    margin: 65px 0 0 0;
    line-height: 21px
}

.header-text {
    max-width: 800px;
    width: 100%;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.header-text h2 {
    font-size: 30px;
    line-height: 35px;
}

.header-text p {
    padding: 15px
}

/*  ANCHOR Flex  */

.hallow-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}

.hallow-row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.hallow-col {
    width: 50%;
}

.col-container,
.orginal-img {
    position: relative;
}

.orginal-img {
    z-index: 2 !important;
}

.hallow-col .hover-gif {
    position: absolute;
    top: 0;
    left: 0;
}

.orginal-img:hover {
    opacity: 0;
}

.col-container {
    max-width: 350px;
    width: 95%;
    margin: 0 auto;
}

.col-container.col-text,
.hallow-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.col1-title {
    font-size: 42px;
    color: purple;
    text-align: center
}

.col1-text {
    text-align: center;
    padding-bottom: 20px;
    line-height: 21px;
}

.header-banner .button {
    border-color: white;
    background: none;
    color: white;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 25px;
}

.header-banner .button:hover {
    background-color: #000000;
    color: #fff;
}

.hallow-col .button {
    border: 1px solid white;
    background-color: purple;
    color: white;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
}

.hallow-col img {
    /* width: 0; */
    max-width: 100%;
    position: relative;
}

.footer-text {
    margin-top: 30px;
    text-align: center;
    line-height: 21px;
}

.button-wrapper {
    text-align: center;
}

.col-container > * {
    position: relative; 
    z-index: 1;
}

.animal-background-image {
    display: inline-block;
    position: absolute;
}

/* SECTION Media Queries */

@media (min-width:0px) and (max-width:768px) {
    .animal-background-image { 
        display: none;
    }

@media (max-width: 768px) {
    .hallow-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .hallow-col {
        width: 100%;
    }
    .spider {
        background-position: 93% 63% !important;
        background-size: 50px !important;
    }
    .col-text {
        margin: 45px auto;
    }
    .bat {
        background-position: 4% 100% !important;
        background-size: 105px !important;
    }
    .bat2 {
        background-position: 97% 59% !important;
        background-size: 95px !important;
    }
    .spider3 {
        background-position: 92% 94% !important;
        background-size: 50px !important;
    }
    .spider-web {
        background-position: 93% 61% !important;
        background-size: 75px !important;
    }
    .spider-web2 {
        background-position: 10% 99% !important;
        background-size: 55px !important;
    }
    /* !SECTION Media Queries */
}
/* !SECTION CSS */

/* VAR DUMP Pre Tag */

pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #444;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6rem;
  margin: 1.6em auto;
  max-width: 95%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word; }

  /* <!-- BEFORE & AFTER STYLES --> */

    div#comparison { 
        width: 100%;
        overflow: hidden;
        padding-top: 12px
        }

    div#comparison figure.before { 
        background-size: cover;
        position: relative;
        font-size: 0;
        height: 0;
        padding-bottom: 67%;
        margin: 0; 
        }

    div#comparison figure > img { 
        position: relative;
        width: 100%;
        }

    div#comparison figure div.after { 
        background-size: cover;
        position: absolute;
        width: 50%; 
        box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
        overflow: hidden;
        bottom: 0;
        height: 100%;
        }

    input[type=range]{
        -webkit-appearance:none;
        -moz-appearance:none;
        position: relative;
        top: -2rem; left: -2%;
        background-color: rgba(255,255,255,0.1);
        width: 102%; 
        }

    input[type=range]:focus { 
        outline: none; 
        }
    input[type=range]:active { 
        outline: none;  
        }

    input[type=range]::-moz-range-track { 
        -moz-appearance:none;
        height:15px;
        width: 98%;
        background-color: rgba(255,255,255,0.1); 
        position: relative;
        outline: none;    
        }

    input[type=range]::active { 
        border: none; 
        outline: none;
        }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance:none;
        width: 20px; height: 15px;   
        background: #fff;
        border-radius: 0;
        }
    input[type=range]::-moz-range-thumb {
        -moz-appearance: none;
        width: 20px;
        height: 15px;
        background: #fff;
        border-radius: 0;
        }  

    input[type=range]:focus::-webkit-slider-thumb {
        background: rgba(255,255,255,0.5);
    }
    input[type=range]:focus::-moz-range-thumb {
        background: rgba(255,255,255,0.5);
    }

    /* <!-- !BEFORE & AFTER STYLES! --> */

    .wordpress_body p {
        /* margin: 1em auto; */
        line-height: 1.3;
    }

    .wordpress_body h2 {
        font-weight: 700;
    }

    .wordpress_body li {
        line-height: 1.3;
    }

    .flexible_column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .column {
        display: flex;
        align-items: center;
        width: 50%;
        min-height: 407px;
    }

    
    .column > .column-image {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .column > .column-image,
    .column > .wp-product-tile {
        width: 100%;
        height: 100%;
    }

    @media (max-width: 600px) {
        .column {
            width: 100%;
            min-height: auto
        }
        .column > .column-image { 
            padding-bottom: 80%;
            height: auto;
        }
    }

    .product-tile {
        padding: 0;
        margin: 0;
    }

    img.custom-logo {
    margin-left: 20px;
    }

    }

.fl-rich-text {
    line-height: 1.4rem;
    }