﻿body {
    background-color: #151515;
    background-color: #000;
}

#navbar {
    border: 1px solid gold;
    margin: 20px 0 0 0;
}

.page-body {
    padding-top: 60px;
}

h3 {
    margin: 0px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 100px;
    letter-spacing: 3px;
    font-family: Raleway;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    background: rgba(255, 2355, 255, 0.7);
    background-color: #333;
    border-width: 1px 0;
    border-style: solid;
    border-color: gold;
    color: gold;
}

.home-parallax {
    height: 300px;
}

.homehero {
    filter: drop-shadow(0px 10px 10px #000);
    margin: 20px 0;
    height: 260px;
    -webkit-filter: drop-shadow(0px 10px 10px #000);
}

.about-parallax, .products-parallax, .testimonials-parallax, .contact-parallax {
    height: 150px;
}

.lower-parallax {
    border: 1px solid gold;
    border-width: 1px 0;
    height: 100px;
}

#about, #testimonials {
    font-family: Raleway;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-size: 20px;
}

    #about h3, #testimonials h3 {
        margin-bottom: 20px;
    }

    #about p, #testimonials p {
        font-size: 90%;
        font-weight: normal;
        color: #ccc;
        color: gold;
        padding: 0 0 20px 0;
        line-height: 24px;
        text-align: center;
    }

#products .card-header > a > span {
    color: #666;
    font-family: Raleway;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-size: 125%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

#products .card-body {
    height: 200px;
}

.card-image {
    height: 180px;
    margin: 20px auto 0 auto;
}

.product-section h4 {
    color: darkred;
    font-size: 100%;
    margin: 5px 0;
}

.product-section h5, .product-row-group-header {
    color: #666;
    font-family: Raleway;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-size: 40px;
    padding: 0 0 0 15px;
    line-height: .6em
}

.product-row-group-header {
    padding: 0px;
}

.product-section ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.footer-logo {
    margin: 10px 0;
    width: 75%;
}

.footer-copy {
    font-size: 75%;
    margin: 0 0 10px;
}

@media (min-width: 576px) {
    h3 {
        padding: 5px 0;
        font-size: 200%;
    }

    #products .card-header > a > span {
        font-size: 150%;
    }

    .card-image {
        /*height: 250px;*/
    }
}

@media (min-width: 768px) {
    .home-parallax {
        height: 400px;
    }

    .homehero {
        height: 360px;
    }

    h3 {
        padding: 10px 0;
        font-size: 250%;
    }
}

@media (min-width: 992px) {
    .page-body {
        padding-top: 90px;
    }

    .home-parallax {
        height: 450px;
    }

    .homehero {
        height: 410px;
    }

    #navbar {
        border: none;
        margin: 0;
    }

    h3 {
        padding: 15px 0;
        font-size: 300%;
    }
}

@media (min-width: 1200px) {
    .home-parallax {
        height: 500px;
    }

    .homehero {
        height: 460px;
    }

    h3 {
        padding: 20px 0;
        font-size: 325%;
    }

    #about, #testimonials {
        font-size: 24px;
    }

        #about p, #testimonials p {
            padding: 0 0 20px 0;
            line-height: 30px;
        }
}

nav#header {
    height: 90px;
    border-bottom: 1px solid gold;
}

    nav#header .container {
        height: 100%;
    }

        nav#header .container .navbar-brand {
            height: 100%;
        }

            nav#header .container .navbar-brand .navbar-logo-text {
                height: 60%;
                display: inline-block;
            }

#main-nav {
    background-color: #333;
    padding: 10px 20px;
}

    #main-nav li {
        margin: 0px;
        padding: 0px;
    }

        #main-nav li a {
            color: gold;
        }

    #main-nav.onheader {
        background-color: transparent;
        border: none;
    }

        #main-nav.onheader li {
            margin: 0 0 0 30px;
        }

        #main-nav.onheader > li > a {
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 12px;
            line-height: 60px;
            color: #262626;
            color: gold;
            text-transform: uppercase;
        }

        #main-nav.onheader > li:hover > a, #main-nav.onheader > li.current-menu-item > a {
            color: #4da5f5
        }

#menu-controls {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

    #menu-controls li {
        float: left;
        margin: 0 0 0 15px;
        height: 60px;
        text-align: center;
        position: relative;
        width: 15px;
    }

    #menu-controls > li a {
        display: inline-block;
        color: #262626;
        padding: 2px;
        border: 1px solid transparent;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px
    }

    #menu-controls > li.current-menu-item > a {
        border-color: #4da5f5
    }

        #menu-controls > li.current-menu-item > a span.c-dot {
            opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: "alpha(Opacity=0)"
        }

    #menu-controls > li a span.c-dot {
        display: block;
        height: 6px;
        width: 6px;
        background: #262626;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -khtml-border-radius: 50%;
        -webkit-border-radius: 50%
    }

    #menu-controls > li a:hover span.c-dot {
        background: #4da5f5
    }

    #menu-controls > li a span.c-name {
        position: absolute;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 10px;
        text-transform: uppercase;
        width: 100px;
        left: -44px;
        bottom: 12px;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha(Opacity=0)";
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }

    #menu-controls > li a:hover span.c-name {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(Opacity=100)"
    }

.product-section {
    background-color: #fff;
}

#products .card {
    background-color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 0;
    max-width: 750px;
    min-width: 375px;
    margin: 0px;
}

    #products .card .card-header span.sub, span.sub {
        color: darkred;
        font-size: 60%;
    }

h5 span.sub {
    font-size: 40%;
}

#products .card .card-body {
    padding: 0px;
}

#products .card-footer {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    text-align: center;
    display: none;
}

    #products .card-footer div {
        background: rgba(255, 2355, 255, 0.7);
        font-weight: bold;
        margin: 0px 0;
        padding: 20px;
    }

.product-card-link {
    vertical-align: bottom;
    width: 100%;
    display: flex;
    margin-top: auto;
}

.gummies {
    /*background-image: url(../images/img-gummies.png);*/
}

.vegan {
    /*background-image: url(../images/img-vegan.png);*/
}

.specialty {
    /*background-image: url(../images/img-bam-bam.png);*/
}

.concentrate {
    /*background-image: url(../images/img-gummies-regular.png);*/
}

.product-cards .card-body {
    padding: 0;
    text-align: center;
    display: flex;
    margin-top: auto;
}

#mapcontainer {
    min-height: 700px;
    position: relative;
}

#map {
    position: absolute;
    bottom: 10px;
    height: 100%;
    left: 0px;
    top: 0;
    right: 0px;
}

    #map h3 {
        font-size: 150%;
    }

.map-info {
    padding: 0 0 0 20px;
}

.homelink {
    margin: 40px 0 0 40px;
    width: 250px;
}
#main-nav.onheader li ul.sub-menu li img {
    max-width: 50px;
    margin-left: 7px;
    position: relative;
    top: -2px;
}
#contact div {
    color: gold;
}

#contactbutton {
    width: 100%;
}

#footercopy {
    color: #666;
}

.social-item {
    margin-bottom: 50px;
    font-size: 20px;
}

.input-label {
    text-align: left;
    font-size: 20px;
}

.product-section {
    font-family: Raleway;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    background-color: #fff;
}

    .product-section ul {
        margin: 0;
        padding: 0;
    }

    .product-section li {
        font-size: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.product-row {
    padding-top: 20px;
    border-bottom: 1px solid #eee;
}

    .product-row h5 {
        width: 100%;
    }

.product-row-group-item {
    font-weight: bold;
}

.product-pic {
    width: 100%;
}

.faq-banner img {
    width: 100%;
}

.faq-banner {
    position: relative;
}

.faq-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

    .faq-overlay h3 {
        background: transparent;
        border: 0;
    }

.what-faq {
    background: #fff;
    padding: 40px 0 30px;
}

    .what-faq h3, section.faq-doasge h3, section.faq-tab-sec h3 {
        text-align: left;
        border: 0;
        background: transparent;
        font-size: 30px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-weight: 600;
        color: #414141;
    }

    .what-faq p, section.faq-doasge p {
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }

.faq-lft img {
    width: 100%;
    margin-top: 43px;
}

.faq-tabs .card-header {
    padding: 13px 0;
    border: 0;
    margin: 0 !important;
    border-bottom: 1px solid #e2bb53 !important;
    background: transparent;
}

.faq-tabs .card {
    border: 0;
}

.pp-accordion-toggle-icon {
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 15px;
}

.faq-tabs .card-body p {
    font-size: 16px;
    line-height: 22px;
}

    .faq-tabs .card-body p a {
        color: #005826;
        font-weight: 600;
    }

.faq-tabs .card.current span.pp-accordion-toggle-icon-close.pp-icon {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.faq-tabs .card.current span.pp-accordion-toggle-icon-open.pp-icon {
    opacity: 1;
    visibility: visible;
    height: 25px;
}

span.pp-accordion-toggle-icon-open.pp-icon {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.pp-accordion-toggle-icon span {
    background: #005826;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    padding: 0px 0 0;
    font-size: 12px;
}

.faq-tabs .card-header button {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    padding: 0;
}

    .faq-tabs .card-header button:hover {
        color: gold;
    }

.faq-tabs div#accordionExample {
    padding-right: 40px;
}

.faq-tabs {
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}
    /*
.faq-tabs::before {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/leaf-1.jpg");
    width: 280px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}
.faq-tabs::after {
    position: absolute;
    left: 0;
    bottom: 70px;
    background-image: url("../images/leaf-2.jpg");
    width: 240px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}
*/
    .faq-tabs .card-body {
        padding: 15px 0px 0;
    }

section.faq-doasge {
    padding: 70px 0;
    background-image: url("../../v5/img/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

    section.faq-doasge h3 {
        color: #fff;
    }

    section.faq-doasge p, section.faq-doasge ol li {
        color: #fff;
    }

section.faq-tab-sec {
    background: #fff;
    padding-top: 30px;
}

    section.faq-tab-sec .faq-lft img {
        margin-top: 20px;
    }

    section.faq-tab-sec .faq-tabs div#accordionExample {
        padding-right: 0;
    }

    section.faq-tab-sec .faq-tabs .col-md-7 {
        padding-left: 50px;
    }

   /* section.faq-tab-sec .faq-tabs::before {
        background-image: url(../images/lf-1.jpg);
    }

    section.faq-tab-sec .faq-tabs::after {
        background-image: url(../images/lf-2.jpg);
        bottom: 130px;
    }*/

section.btn-cbd img {
    width: 100%;
    margin-top: 40px;
}

section.btn-cbd {
    background: #ffff;
}

section.cbd-gallery ul li {
    width: calc( 100% / 8 );
    padding: 0px;
}

    section.cbd-gallery ul li img {
        width: 100%;
    }

section.cbd-gallery ul {
    padding: 0;
    margin: 0;
    display: flex;
}

section.cbd-gallery {
    background: #fff;
}

nav#header .container {
    max-width: 1500px;
}

#main-nav.onheader li {
    position: relative;
}

    #main-nav.onheader li ul.sub-menu {
        position: absolute;
        left: 0;
        /* transform: translateX(-50%); */
        background: #fff;
        min-width: 170px;
        border-radius: 5px;
        border-top: 3px solid gold;
        padding: 16px 0;
        top: 80px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    #main-nav.onheader li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        top: 53px;
        transition: 0.5s;
    }

ul.footer-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer.container {
    padding-top: 21px;
}

ul.footer-menu li a {
    color: gold;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

ul.footer-menu li {
    margin-left: 21px;
    list-style: none;
}

div#footercopy {
    color: #fff;
    border-top: 1px solid #565656;
    margin-top: 30px;
    padding-top: 10px;
}

#main-nav.onheader li ul.sub-menu li a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

#main-nav.onheader {
    align-items: center;
}

    #main-nav.onheader li ul.sub-menu li {
        list-style: none;
        margin-left: 13px;
        padding-bottom: 4px;
        display: flex;
        align-items: center;
    }

@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.faq-lft img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

@media (max-width:1600px) {
    .faq-tabs::after {
        width: 150px;
    }

    section.faq-tab-sec .faq-tabs::after {
        bottom: -60px;
    }

    .faq-tabs::before {
        width: 190px;
    }

    .faq-tabs div#accordionExample {
        position: relative;
        z-index: 9;
    }

    section.btn-cbd {
        margin-top: -1px;
    }
}

@media (max-width:1400px) {
    .faq-tabs::before {
        right: 30px;
        top: -30px;
        width: 190px;
        height: 230px;
    }

    section.faq-tab-sec .faq-tabs::after {
        bottom: 0;
        top: 0;
    }
}

@media (max-width:1199px) {
    ul.footer-menu li {
        margin-left: 16px;
    }

    .what-faq h3, section.faq-doasge h3, section.faq-tab-sec h3 {
        font-size: 26px;
    }

    #main-nav.onheader li {
        margin: 0 0 0 6px;
    }

    #main-nav.onheader {
        padding: 0;
    }
}

@media (max-width:991px) {
    #main-nav.onheader {
        background-color: #000;
    }
    .sub-menu li img {
        max-width: 70px;
        margin-left: 9px;
        position: relative;
        top: -2px;
    }
    .sub-menu li {
        color: #fff;
    }
    .faq-tabs::before, .faq-tabs::after {
        display: none;
    }

    footer.container .col-md-4.text-center, footer.container .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.footer-menu {
        justify-content: center;
        padding-top: 14px;
    }

    .faq-tabs {
        position: relative;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .what-faq h3, section.faq-doasge h3, section.faq-tab-sec h3 {
        font-size: 23px;
    }

    .what-faq p, section.faq-doasge p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-tabs .card-header button {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .what-faq {
        padding: 20px 0 0px;
    }

        .what-faq h3, section.faq-doasge h3, section.faq-tab-sec h3 {
            font-size: 21px;
        }

    .faq-tabs {
        padding-top: 0;
    }

    section.faq-doasge {
        padding: 28px 0;
    }

    section.faq-tab-sec .col-md-5 {
        order: 2;
    }

    section.faq-tab-sec .faq-tabs .col-md-7 {
        padding-left: 15px;
    }

    .faq-tabs div#accordionExample {
        padding-right: 0;
    }

    section.btn-cbd img {
        margin-top: 0px;
    }

    section.cbd-gallery ul {
        flex-wrap: wrap;
    }

        section.cbd-gallery ul li {
            width: calc( 100% / 2 );
        }

    ul.footer-menu {
        flex-wrap: wrap;
    }

        ul.footer-menu li {
            margin: 0 6px 7px;
        }

    div#footercopy {
        margin-top: 6px;
    }
}


ul.footer-menu .sub-menu {
    position: absolute;
    left: 42%;
    /* transform: translateX(-50%); */
    background: #fff;
    min-width: 170px;
    border-radius: 5px;
    border-top: 3px solid gold;
    padding: 9px 0 0;
    top: 28px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateX(-50%);
    z-index: 9;
}

ul.footer-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 34px;
    transition: 0.5s;
}

ul.footer-menu li .sub-menu li {
    list-style: none;
    margin-left: 13px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

    ul.footer-menu li .sub-menu li a {
        color: #000;
        font-size: 13px;
        text-decoration: none;
    }

    ul.footer-menu li .sub-menu li img {
        max-width: 50px;
        margin-left: 7px;
        position: relative;
        top: -2px;
    }

