* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;

    background: #fff;
    color: #555555;
    line-height: 1.6;
    height: 100vh;
    font-size: 100%;
    /* user-select: none; */
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size-adjust: 0.5;
}

#page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.25;
    /* equivalent to 20px */
}

@media (min-width: 43.75em) {
    #page {
        font-size: 1em;
        /* equivalent to 16px */
        line-height: 1.375;
        /* equivalent to 22px */
    }
}

h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    }
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15385;
    /* 30px / 26px */
}

@media (min-width: 43.75em) {
    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636;
    /* 25px / 22px */
}

@media (min-width: 43.75em) {
    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111;
}

@media (min-width: 43.75em) {
    h4 {
        line-height: 1.22222;
        /* (22px / 18px */
    }
}

blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833;
        /* 35px / 24px */
    }
}







/* --------------------------------------- */

.navbar {
    padding: 24px 0px 18px 0px;
}

.logo {
    max-width: 155px;
    width: 100%;
    display: block;
}

header {
    background-color: #eee;
    color: #36477b;
    text-transform: uppercase;
}

header .header {
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.25;
    margin: 0 0 20px 0;
}

.seven-number {
    padding: 4px 10px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 900;
    color: darkred;
}

header .subheader {
    letter-spacing: .08em;
}


.section-bg {
    background: url('../images/section-bg-2000.jpg') no-repeat top right;
    background-size: cover;

}

@media (min-width: 769px) {
    .section-bg {
        background: url('../images/section-bg-2000.jpg') no-repeat top center;
        background-size: cover;
    }
}

/* img-text-section */

.image-column {}


@media (min-width: 769px) {
    .img-text-section .row:nth-child(even) div:nth-child(1) {
        order: 2;
    }

    .img-text-section .row:nth-child(even) div:nth-child(2) {
        order: 1;
    }

    .img-text-section .row:nth-child(even) .text-column .row:nth-child(1) div:nth-child(1) {
        order: 1;
    }

    .img-text-section .row:nth-child(even) .text-column .row:nth-child(1) div:nth-child(2) {
        order: 2;
    }
}

.img-text-section-header {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
}

.lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: gray;
    font-weight: 400;
}

@media (min-width: 43.75em) {
    .lead {
        width: 80%;
    }
}

.red {
    border: 1px solid red;
}

.list-number {
    background: #000;
    width: 25px;
    height: auto;
    color: white;
    font-size: 40px;
}

.text-column .title {
    color: #000;
    line-height: 38px;
}


.text-column .text {
    color: rgb(73, 73, 73);
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


/* WAITING  */
.waiting {
    padding: 80px 0;
    background-color: #EDE2DC;
    background-blend-mode: multiply;
}

.lead-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: gray;
    font-weight: 400;
}


/* REVIEWS SECTION */
.reviews-section {
    background: white;

}

.reviews-wrapper {
    padding: 20px 0;
}

.reviews {
    background: #f8f7fb;
    padding: 20px
}


/* STAMPED REVIEWS  */
.stamped-products-reviews-title {
    display: none !important;
}

#stamped-reviews-widget[data-widget-type="full-page"] span.stamped-pagination-page {
    background: blue;
    color: white !important;
    width: 40px;
    min-width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

#stamped-reviews-widget[data-widget-type="full-page"] .stamped-pagination a {
    color: white !important;
}

#stamped-reviews-widget[data-widget-type="full-page"] span.stamped-pagination-page.is-active {
    background: #333;
}


/* ARTICLES SECTION  */
.articles-wrapper {
    background-color: #eee;
    padding: 40px 20px;
}

@media (min-width: 43.75em) {
    .articles-wrapper {
        padding: 40px;
    }
}

.article-link {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #000;
    line-height: 0%;
    text-decoration: none;
}

.aticle-hr {
    width: 4%;
    border: 3px solid darkred;
}


/* FOOTER  */
.footer-social {
    font-family: "Lato";
    color: gray;
    text-align: center;
    line-height: 1.15;
}

.footer .footer-social i {
    padding: 2%;
    font-size: 28px;
    color: gray;
}

.footer .footer-social i:hover {
    color: rgb(70, 70, 70);
}

.footer .footer-nav {
    width: calc(100% - 30px);
    margin: 10px auto;
    height: 25px;
    font-weight: bold;
}

.footer .footer-nav a {
    color: gray;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1%;
}

.footer .footer-nav a:hover {
    color: rgb(63, 63, 63);
}

/* ANIMATED LINKBAR  */
.shop-now-button {
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.shop-now-button a {
    margin-top: 0px;
}

.animated-linkbar {
    opacity: 0;
    transition: opacity 2s;
}