﻿html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-image: url('/Images/Layout/canna-bg.jpg?dte=20260423');
    background-repeat: repeat;
    background-position: top center;
    background-attachment: initial;
    background-color: #000000;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    html, body {
        overflow-x: hidden;
    }

}

/* 

    Boostrap Customizations

*/

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1370px;
}

textarea {
    resize: none;
}

/* Header */

header {
    position: relative;
    color: #019f53;
    background-color: #FFFFFF;
}

header .container-xl {
    position: relative;
}

.header-contact {
    padding: 22px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

    .header-contact a:not(.btn),
    .header-contact a:not(.btn):visited {
        color: #019f53;
        text-decoration: none;
    }

        .header-contact a:not(.btn):hover {
            color: #019f53;
            text-decoration: none;
        }

.header-contact .fa-inverse {
    color: #404040;
}

.header-logo {
    position: absolute;
    z-index: 99995;
    top: 5px;
    left: 0;
}

@media (max-width : 1199px) {

    .header-logo {
        position: relative;
        top: 0;
        left: 50%;
        margin: 10px 0 10px -107px;
    }

    .header-contact {
        padding: 0 0 20px 0;
    }

}

/* Nav */

nav {
    position: relative;
    z-index: 9999;
    padding: 12px 0;
    color: #ffcc00;
    border-top: 2px solid rgba(0,0,0,0.125);
    border-bottom: 2px solid rgba(0,0,0,0.125);
    background-image: url('/Images/Layout/canna-bg.jpg?dte=20260423');
    background-repeat: repeat;
    background-position: top center;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    background-color: #000000;
}

/* Main */

main {
    position: relative;
    color: #000000;
    background-color: #FFFFFF;
}

/* Footer */

footer {
    position: relative;
    z-index: 9999;
    padding: 0 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    background-image: url('/Images/Layout/canna-bg.jpg?dte=20260423');
    background-repeat: repeat;
    background-position: top center;
    background-color: #000000;
}


footer > .container-xl {
    padding-top: 20px;
    padding-bottom: 40px;
}

footer h3 {
    margin-bottom: 4px;
    font-size: 125%;
    font-weight: bold;
    color: #FFFFFF;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-color: #FFFFFF;
}

footer a,
footer a:visited {
    color: #FFFFFF;
}

    footer a:hover {
        color: #ffe772;
        text-decoration: none;
    }

footer i {
    position: relative;
    top: 2px;
}

footer .fa-ul {
    margin-left: 2.0rem;
}

footer .fa-ul li {
    margin-bottom: 1rem;
}

footer .fa-ul li:last-child {
    margin-bottom: 0;
}

footer .fa-ul i {
    color: #FFFFFF;
    margin-right: 0.25rem;
}

footer .disclaimer {
    font-size: 14px;
    line-height: 150%;
}

footer .copyright {
    padding: 40px 40px;
    font-size: 18px;
    line-height: 150%;
    background-color: transparent;
    border-top: 2px solid transparent;
    border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
    border-image-slice: 5;
}

/* Big Photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

@media (max-width : 959px) {
}

/* Back To Top Button */

#back-to-top {
    z-index: 99999;
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 200%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}

.swiper-slide .slide-title .slide-title-text {
    align-self: center;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media only screen and (max-width : 767px) {

    .swiper-container {
        margin-bottom: -1px;
    }

}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    border-top: 2px solid rgba(0,0,0,0.125);
    border-bottom: 2px solid rgba(0,0,0,0.125);
    background-color: #528c40;
    background-image: url('/Images/Layout/canna-bg.jpg?dte=20260423');
    background-repeat: repeat;
    background-position: top center;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}

.marquee-wrapper {
    height: 80px;
    overflow-x: hidden;
}

.marquee {
    padding: 17px 0 23px 0;
    margin: 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 40px;
}

.marquee-background > .container {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 1024px) {

    .marquee-wrapper {
        height: 70px;
    }

    .marquee {
        padding: 17px 0 23px 0;
        margin: 0 15px;
        font-size: 24px;
        font-weight: normal;
        color: #ffffff;
        line-height: 30px;
    }

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-12 {
        width: 100%;
    }
}

/* Content */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #FFFFFF;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        color: #019f53;
    }

.content h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 175%;
    line-height: 125%;
    font-weight: bold;
}

.content h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
}

.content h3,
.content h4,
.content h5 {
    margin-bottom: 24px;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
}

.content h5 {
    font-size: 110%;
    color: #000000 !important;
}

.content h1.text-uppercase,
.content h2.text-uppercase,
.content h3.text-uppercase,
.content h4.text-uppercase {
    line-height: 100%;
}

.content h2.subtitle {
    font-size: 125%;
    line-height: 125%;
}

.content p {
    margin-bottom: 24px;
}

.content ul {
    margin-bottom: 24px;
}

.content a,
.content a:visited,
.content a:hover {
    text-decoration: none;
}

.content .card {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.content .img-thumbnail {
    overflow: hidden;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.content .card {
    background-color: transparent;
}

.content .card .card-body {
    background-color: rgba(255,255,255,0.75);
}

.card h2.card-title {
    margin-bottom: 0 !important;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
}

.content .card ul {
    margin-left: 0;
    padding-left: 1.5rem;
}

.content .card .fa-ul {
    margin-left: 2.25rem;
}

.content .card .img-thumbnail {
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content .card .seperator {
    width: 75%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-width: 3px;
    border-color: #019f53;
}


.content .card.card-shadow {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}

/* Photo Group 100% width w/no gutters */

.photo-group-100 {
    background-color: #000000;
    border-top: 5px solid #af1419;
    border-bottom: 5px solid #af1419;
}

.photo-group-100 .container-fluid {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 .row,
.photo-group-100 .col-4,
.photo-group-100 .col-12,
.photo-group-100 .col-md-4,
.photo-group-100 .col-lg-4 {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 img {
    width: 100%;
}

/* Google Map */

.embed-google-map {
    padding-bottom: 42%;
    color: #000000;
}

@media only screen and (max-width: 1199px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 768px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}

/* Multi-Column Lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }
}

@media (min-width : 768px) And (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

/* Home Page */

/* Color Sections */

.content.pt-20 {
    padding-top: 20px;
}

.content.pb-20 {
    padding-bottom: 20px;
}

.content.green-bg {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #dae294;
    background-image: url('/Images/Layout/green-bg.jpg?dte=20260423');
    background-repeat: repeat;
}

.content.green-bg .container-xl {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content.green-bg h2.darker {
    color: #000;
}

.content.blue-bg {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #c3f4ef;
    background-image: url('/Images/Layout/blue-bg.jpg?dte=20260423');
    background-repeat: repeat;
}

.content.blue-bg .container-xl {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card.green-bg {
    background-color: #dae294;
    background-image: url('/Images/Layout/green-bg.jpg?dte=20260423');
    background-repeat: repeat;
}

.card.green-bg .card-body {
    padding: 20px 30px 30px 30px;
    background-color: rgba(255,255,255,0.33);
}

/* Weedmaps Button */

a.btn-weedmaps,
a.btn-weedmaps:visited {
    display: inline-block;
    padding: 8px 16px;
    background-color: #00cdbe;
    border: 1px solid #00a89d;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

a.btn-weedmaps:hover {
    background-color: #00a89d;
}

/* Popup */

#pop21 {
    z-index: 99999;
    background-color: rgba(0,0,0,1);
}

#pop21 h2 {
    color: #000000;
}

#pop21 .modal-dialog {
}

#pop21 .modal-dialog .modal-content {
    background-color: #F8F8F8;
}

/* Move the chat box up. */

/*#tidio-chat-iframe {
    bottom: 80px !important;
}

@media only screen and (max-width: 980px) {
    #tidio-chat-iframe {
        bottom: 80px !important;
    }
}
*/