/*
Theme Name: Flora Growth
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: floragrowth
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}


a {
    color: var(--flora-blue-dark);
}





/**
  * FONTS
  */



@font-face {
    font-family: 'Blauer Nue';
    src: url('fonts/BlauerNue-ExtraBold.eot');
    src: url('fonts/BlauerNue-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlauerNue-ExtraBold.woff2') format('woff2'),
        url('fonts/BlauerNue-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('fonts/BlauerNue-Bold.eot');
    src: url('fonts/BlauerNue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlauerNue-Bold.woff2') format('woff2'),
        url('fonts/BlauerNue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('fonts/BlauerNue-Regular.eot');
    src: url('fonts/BlauerNue-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlauerNue-Regular.woff2') format('woff2'),
        url('fonts/BlauerNue-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('fonts/BlauerNue-Regular_Italic.eot');
    src: url('fonts/BlauerNue-Regular_Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlauerNue-Regular_Italic.woff2') format('woff2'),
        url('fonts/BlauerNue-Regular_Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    /* font-display: swap; */
}


@font-face {
    font-family: 'Blauer Nue';
    src: url('fonts/BlauerNue-Light.eot');
    src: url('fonts/BlauerNue-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlauerNue-Light.woff2') format('woff2'),
        url('fonts/BlauerNue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Blauer Nue';
    src: url('fonts/BlauerNue-ExtraLight.eot');
    src: url('fonts/BlauerNue-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlauerNue-ExtraLight.woff2') format('woff2'),
        url('fonts/BlauerNue-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    /* font-display: swap; */
}



@font-face {
    font-family: 'HelveticaNowText';
    src: url('fonts/HelveticaNowText-Black.eot');
    src: url('fonts/HelveticaNowText-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNowText-Black.woff2') format('woff2'),
        url('fonts/HelveticaNowText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('fonts/HelveticaNowText-Regular.eot');
    src: url('fonts/HelveticaNowText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNowText-Regular.woff2') format('woff2'),
        url('fonts/HelveticaNowText-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    /* font-display: swap; */
}



/**
 *  GENERAL STYLES
 */



body {
    background: var(--white);
    font-family: var(--global--font-base);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
}

#wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--global--font-headings);
    color: var(--black);
    font-weight: 700;
    padding: 0.6em 0;
    line-height: 120%;
}

h1 {
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 23px;
    font-weight: 600;
    color: var(--flora-green-dark);
    font-family: var(--global--font-base);
    margin: 0 0 0.5em;
}


main p {
    font-family: var(--global--font-base);
    font-size: 24px;
    font-weight: 600;
    line-height: 155%;
    color: var(--dark-grey);
    padding-bottom: 2rem;

}

img.full-width,
img.size-full {
    display: block;
    width: 100%;
    height: auto;
}

a {
    font-family: var(--global--font-base);
    text-decoration: none;
}

small {
    font-size: 80%;
    line-height: 1.2;
    display: block;
}


.beige-bg {
    background-color: var(--flora-beige);
}

.green-bg {
    background-color: var(--flora-green-dark);
}

.beige-light-bg {
    background-color: var(--flora-beige-lt);
}

.black-bg {
    background-color: var(--black);
}

.grey-bg {
    background-color: var(--flora-grey);
}

.text-beige {
    color: var(--flora-beige) !important;
}

.text-beige-dark {
    color: var(--flora-beige-dark) !important;
}

.text-beige-lt {
    color: var(--flora-beige-lt) !important;
    font-weight: 400;
}

.text-beige-lt-bold {
    color: var(--flora-beige-lt) !important;
}

.text-green-dark {
    color: var(--flora-green-dark);
}

.text-white {
    color: var(--white);
}

#body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity, 0.3s visibility;
}

body.jb-show-mobile-menu #body-overlay {
    z-index: 98;
    background: rgba(0, 0, 0, 0.7);
}


#body-overlay.active,
body.jb-show-mobile-menu #body-overlay {
    visibility: visible;
    opacity: 1;
}



.fg_button {
    padding: 12px 40px 9px;
    border-radius: 25px;
    border: 1px solid var(--flora-beige);
    color: var(--white);
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    transition: .3s background, .3s color;
}

.fg_button:hover {
    background: var(--flora-beige-lt);
    color: var(--flora-green-dark);
}


.fg_green_button {
    background: var(--flora-green-dark);
    color: var(--white);
    border-radius: 35px;
    padding: 22px 30px 19px;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    transition: .3s background, .3s color;
}

.fg_green_button:hover {
    background: var(--flora-beige-lt);
    color: var(--flora-green-dark);
}


.fg-read-more {
    display: block;
    margin: 10px 0 1em;
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.fg-read-more::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    width: 60px;
    background: var(--flora-beige);
    margin: 0 auto;
    height: 5px;
}

.fg-read-more:hover {
    color: var(--flora-green-dark);
}




ul.fg-accordion {
    --button-size: 30px;
    --button-right: -30px;
}

ul.fg-accordion>li {
    border-bottom: 2px solid var(--flora-green-dark);
    padding: 1em 30px 1em 0;
}

ul.fg-accordion .accordion-toggle-button {
    font-size: 25px;
    line-height: 120%;
    font-weight: 300;
    color: var(--white);
    position: relative;
    display: block;
    cursor: pointer;
}

ul.fg-accordion a.accordion-toggle-button {
    text-decoration: underline;
}

ul.fg-accordion span.accordion-toggle-button::after {
    font-weight: 700;
    content: "\002B";
    width: var(--button-size);
    height: var(--button-size);
    display: block;
    position: absolute;
    right: var(--button-right);
    top: 50%;
    transform: translateY(-50%);
    color: var(--flora-green-dark)
}

ul.fg-accordion .accordion-toggle-button.open::after {
    content: "\2212";
}

ul.fg-accordion .accordion-content {
    display: none;
    padding-top: 1em;

}

ul.fg-accordion .accordion-content p {
    font-size: 19px;
    font-weight: 400;
    color: var(--flora-green);

}

ul.fg-accordion .accordion-content p:last-child {
    padding-bottom: 0;
}


ul.fg-accordion .accordion-content a {
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
}

/* ul.fg-accordion .accordion-content a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid currentColor;
    transition: width 0.5s ease;
}

ul.fg-accordion .accordion-content a:hover:after {
    width: 100%;
} */





.flickity-enabled .flickity-button.flickity-prev-next-button {
    top: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: none;
    background: none;
    padding: 0;
}


.flickity-enabled .flickity-button.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: auto;
    z-index: 1;
    cursor: pointer;
    opacity: 0.4;
    transition: .3s opacity;
}

.flickity-enabled .flickity-button.flickity-prev-next-button.previous {
    transform: translateY(-50%) rotateY(-180deg);
}

.flickity-enabled .flickity-button.flickity-prev-next-button.next {
    left: auto;
    right: 5%;
}


/* .slick-arrow path,
.flickity-enabled .flickity-button.flickity-prev-next-button path {
    fill: var(--white);
} */

.flickity-enabled .flickity-button.flickity-prev-next-button:hover {
    opacity: 1;
}

#header-slider .flickity-page-dots {
    bottom: 6%;
}

/*25vw*/

#header-slider .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid var(--white);
    opacity: 1;
}

#header-slider .flickity-page-dots .dot:hover,
#header-slider .flickity-page-dots .dot.is-selected {
    border-color: var(--flora-beige);
}


.gform_heading {
    display: none;
}

#gform_wrapper_1 .ginput_address_country {
    inline-size: 100%;
}

#gform_wrapper_1 input[type='text'],
#gform_wrapper_1 input[type='email'],
#gform_wrapper_1 input[type='tel'],
#gform_wrapper_1 select,
#gform_wrapper_1 textarea,
#gform_wrapper_2 input[type='text'],
#gform_wrapper_2 input[type='email'],
#gform_wrapper_2 input[type='tel'],
#gform_wrapper_2 select,
#gform_wrapper_2 textarea {
    width: 100%;
    height: 52px;
    align-items: center;
    border: 2px solid #efe0c9;
    padding-left: 43px;
    position: relative;
}

#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 select,
#gform_wrapper_1 textarea::placeholder,
#gform_wrapper_2 input::placeholder,
#gform_wrapper_2 select,
#gform_wrapper_2 textarea::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #808a8b;
}

#gform_wrapper_1 .address_country,
#gform_wrapper_2 .address_country {
    position: relative;
    cursor: pointer;
}

#gform_wrapper_1 .address_country::after,
#gform_wrapper_2 .address_country::after {
    position: absolute;
    content: "\27A4";
    right: 17px;
    top: 18px;
    color: #808a8b;
    font-size: 15px;
    transform: rotateZ(90deg);
}

#gform_wrapper_1 select option:not(:first-child),
#gform_wrapper_2 select option:not(:first-child) {
    color: #000;
}

#gform_wrapper_1 .gform_footer,
#gform_wrapper_2 .gform_footer {
    display: block;
    text-align: center;
}

#gform_submit_button_1,
#gform_submit_button_2 {
    border: none;
    background: var(--flora-green-dark);
    color: var(--white);
    border-radius: 35px;
    padding: 22px 30px 19px;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    transition: .3s background, .3s color;
}

#gform_wrapper_1 .gform_validation_errors,
#gform_wrapper_2 .gform_validation_errors {
    background: var(--white);
}

.fg-form-icon-name input,
.fg-form-icon-email input,
.fg-form-icon-phone input,
.fg-form-icon-subject input,
.fg-form-icon-country select,
.fg-form-icon-message textarea {
    background-image: url(/wp-content/themes/floragrowth/images/FormIcon_Name.jpg);
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}


.fg-form-icon-country select {
    background-image: url(/wp-content/themes/floragrowth/images/FormIcon_Country.jpg);
}

.fg-form-icon-message textarea {
    background-image: url(/wp-content/themes/floragrowth/images/FormIcon_Message.jpg);
    background-position: 7px 7px;
}


.fg-form-icon-email input {
    background-image: url(/wp-content/themes/floragrowth/images/FormIcon_Email.jpg);
}


.fg-form-icon-phone input {
    background-image: url(/wp-content/themes/floragrowth/images/FormIcon_Phone.jpg);
}


.fg-form-icon-subject input {
    background-image: url(/wp-content/themes/floragrowth/images/FormIcon_Subject.jpg);
}


























/**
 *  HEADER
 */


header {
    position: relative;
}




#header-slider {
    position: relative;
    z-index: 1;

}

.carousel-cell {
    width: 100%;

}

/* #header-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;

}
*/

#header-slider>ul>li,
#header-slider>ul .flickity-slider>li {
    text-align: center;
    width: 100%;
    height: 55vw;
    background-size: cover;
    background-position: center center;
}

#header-slider.--small-banner>img,
#header-slider.--small-banner>ul>li,
#header-slider.--small-banner>ul .flickity-slider>li {
    height: 25vw;
    min-height: 400px;
}

#header-slider.--small-banner>img {
    object-fit: cover;
}

#header-slider>ul>li img,
#header-slider>ul .flickity-slider>li img {
    visibility: hidden;
}


.cta-button {
    position: absolute;
    bottom: 18%;
    display: inline-block;
    padding: 0.85em 3em;
    border-radius: 35px;
    border: 3px solid var(--flora-beige);
    color: var(--white);
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    transition: .3s background, .3s color;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


#header-slider.banner-layout--homepage_style .slide-content .cta-button {
    position: static;
    transform: none;
}

.cta-button:hover,
#header-slider.banner-layout--homepage_style .slide-content .cta-button:hover {
    background: var(--flora-beige-lt);
    color: var(--flora-green-dark);
}

#header-slider .slide-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#header-slider h1,
#header-slider h2 {
    padding: 0 0 0.3em;
    font-family: var(--global--font-base);
    color: var(--white);
    text-align: center;
}

#header-slider h1 {
    font-size: 80px;
    font-weight: 600;
}

#header-slider h2 {
    font-size: 50px;
    font-weight: 400;
}

#header-slider h3 {
    font-size: 34px;
    font-weight: 400;
    color: var(--flora-beige);
    padding: 0;
    margin: 0 0 10px;
}

#header-slider.banner-layout--homepage_style .slide-content {
    left: 10%;
    right: auto;
    text-align: center;
}


#header-slider.banner-layout--homepage_style p {
    color: var(--white);
    text-align: center;
    margin: 1em 0 2em;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 300;
}



#header-main {
    position: absolute;
    z-index: 2;
    top: 20px;
    width: 100%;
}



#header-main .container-xxl {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: max-content auto;
    grid-template-areas: "logo main-menu";
    justify-items: stretch;
    align-items: center;
    column-gap: 20px;
}



#site-title {
    grid-area: logo;
}



#header-main-menu {
    grid-area: main-menu;
}

#menu-dektop-menu-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* align-content: center; */
    /* flex-direction: row; */
    /* text-align: right; */
}

#header-main-menu li {
    display: inline;
    margin-left: 6%;
}

#header-main-menu li a {
    font-family: var(--global--font-base);
    color: var(--flora-beige-lt);
    text-decoration: none;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
}

#header-main-menu li:hover>a,
#header-main-menu li.current-menu-item>a {
    color: var(--white);
}

#header-main-menu li>a:after,
#header-main-menu li.current-menu-item>a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 0;
    background: var(--flora-beige);
    margin: 0 auto;
    height: 5px;
    opacity: 0;
    transition: .3s opacity, .3s width;
}

#header-main-menu li:hover>a:after,
#header-main-menu li.current-menu-item>a:after {
    opacity: 1;
    width: 80%;
}




/* MOBILE MENU */

#header-mobile-menu {
    display: none;
    fill: wheat;
    cursor: pointer;
}

#mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s;
    background: var(--flora-green-dark);
    z-index: 99;
    padding: 30px;
    overflow-y: auto;
}

#mobile-menu-wrapper img {
    margin: 1em 0 1em;
    width: 70%;
}

body.jb-show-mobile-menu #mobile-menu-wrapper {
    transform: translate3d(100%, 0, 0);
}

#mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 23px;
    display: block;
    cursor: pointer;
    font-size: 26px;
    font-weight: 100;
    color: var(--flora-beige);
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



#menu-dektop-menu li a {
    display: block;
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 20px;
    color: var(--flora-beige-lt);
    font-family: var(--global--font-headings);
}





















#home-revolutionize {
    padding-top: 100px;
    padding-bottom: 100px;
}

#home-revolutionize h2 {
    font-family: var(--global--font-base);
    color: var(--flora-green-dark);
    font-size: 60px;
}

#home-revolutionize p {
    margin: 0 auto;
    font-weight: 400;
}







section.green-bg h2 {
    font-family: var(--global--font-base);
    color: var(--flora-beige);
    font-size: 60px;
}

section.green-bg p {
    color: var(--flora-beige-lt);
    font-weight: 300;
}

section.black-bg h2 {
    font-family: var(--global--font-base);
    color: var(--flora-beige);
    font-size: 60px;
    font-weight: 900;
}

section.beige-light-bg h2 {
    font-family: var(--global--font-base);
    color: var(--flora-blue-dark);
    font-size: 70px;
    font-weight: 800;
    padding: 0.5em 0;
}

section.beige-light-bg p {
    color: var(--flora-blue-dark);
    font-weight: 300;
}


section.black-bg p {
    color: var(--white);
    font-weight: 300;
}

section.beige-bg h2 {
    font-size: 70px;
    font-weight: 900;
    font-family: var(--global--font-base);
    color: var(--flora-green-dark);
    padding: 0.5em 0;
}


#home-about-us h2 {
    padding-top: 0;
}



#home-about-us .row>div:last-child {
    background: url(/wp-content/themes/floragrowth/images/HomeAbout.jpg) no-repeat center center / cover;
}

#home-about-us img {
    visibility: hidden;
    width: 100%;
}








#home-brands {
    background-image: url(images/FloraBg.png);
    background-repeat: no-repeat;
    background-position: -50% center;
}



#home-brands ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    padding: 2em 0;
    text-align: center;
}


#home-brands li a {
    display: block;
}

#home-brands li {
    border-radius: 11%;
    overflow: hidden;
}

#home-brands article {
    background: var(--white);
    padding: 20px;
}

#home-brands article img {
    margin: 1em 0;
    width: 50%;
}

#home-brands li:nth-child(3) article img {
    width: 39%;
}

#home-brands article p {
    font-size: 18px;
    padding-bottom: 1em;
}
















#home-brands-strip ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    padding: 2em 0;
    text-align: center;
}




#home-brands-strip li img {
    width: 100%;
}

#home-brands-strip li:nth-child(3) img {
    width: 85%;
}










#home-our-journey {
    padding-bottom: 50px;
}

#home-our-journey h2 {
    margin-top: 1em;
    color: var(--flora-beige-lt);
    font-family: var(--global--font-base);
    font-size: 60px;
}

#home-our-journey p {
    color: var(--flora-beige-lt);
    font-style: italic;
    font-weight: 300;
}







@media all and (max-width: 1200px) {
    #home-distro img {
        width: 85%;
        margin: 0 auto;
        display: block;
    }
}

#home-distro li {
    padding: 4px 1.4em 1em;
    background: url(/wp-content/themes/floragrowth/images/ListPin.png) no-repeat left 0;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
}









#home-grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
    text-align: center;
}


#home-grid li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#home-grid li img {
    visibility: hidden;
}

#home-grid li.green-bg,
#home-grid li.beige-light-bg {
    padding: 5%;
}

#home-grid li.green-bg h2,
#home-grid li.beige-light-bg h2 {
    font-size: 67px;
    font-weight: 600;
    font-family: var(--global--font-base);
    line-height: 1;
    padding-top: 0;
}

#home-grid li.green-bg h2,
#home-grid li.green-bg p,
#home-grid li.green-bg a {
    color: var(--flora-beige-lt);
}

#home-grid li.beige-light-bg h2,
#home-grid li.beige-light-bg p,
#home-grid li.beige-light-bg a {
    color: var(--flora-green-dark);
}

#home-grid li.beige-light-bg .fg-read-more {
    margin-bottom: 0;
}

#home-grid li.green-bg p,
#home-grid li.beige-light-bg p {
    font-size: 18px;
    font-weight: 400;
    max-width: 500px;
}













/**

OUR BRANDS

**/



#our-brands article {
    padding: 80px 0;
}

#our-brands .row>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#our-brands .row>div:last-child img {
    margin: 1em 0 2em;
    width: 60%;
    max-width: 500px;
}

#our-brands-haze .row>div:last-child img {
    width: 50%;
    max-width: 350px;
}


#our-brands p {
    font-weight: 400;
    max-width: 600px;
    text-align: center;
}


#our-brands-just-cbd .container-xxl {
    background: url(/wp-content/themes/floragrowth/images/FloraBg.png) no-repeat 150% 60% / 50% auto;
}

#our-brands-just-cbd .row>div:first-child img {
    border-radius: 10%;
}

#our-brands-haze .container-xxl {
    background: url(/wp-content/themes/floragrowth/images/OurBrands_Haze_Bg.jpg) no-repeat center center / 100% auto;
}

#our-brands-haze .row>div:first-child img {
    visibility: hidden;
}








#investors-franchise {
    background: url(/wp-content/themes/floragrowth/images/FanchiseBg.jpg) no-repeat center center / cover;
}





/**
 *  RESOURCES
 */


#resources .fg-accordion {
    margin-bottom: 2em;
}

#resources .fg_green_button {
    margin: 1em;
}

#resources .row>div:first-child {
    background: url(/wp-content/themes/floragrowth/images/FloraBgDark2.png) no-repeat -330px 90% / 700px auto;
}










/**
 *  CONTACT US
**/


#contact-us .row>div:last-child,
#sign-up .row>div:last-child {
    background-image: url(/wp-content/themes/floragrowth/images/FloraBgDark2.png);
    background-repeat: no-repeat;
    background-position: 260px 90%;
    background-size: 930px auto;
}

#contact-us img,
#sign-up img {
    width: 80%;
    margin: 0 0 10%;
}

.contact-us-info {
    padding: 40px 0 1em 80px;
    border-bottom: 2px solid var(--flora-green-dark);
    background-position: left 40px;
    background-repeat: no-repeat;
    text-align: left;
}

.contact-us-info.contact-us-address {
    background-image: url(/wp-content/themes/floragrowth/images/ContactUsAddressPin.jpg);
}

.contact-us-info.contact-us-email {
    background-image: url(/wp-content/themes/floragrowth/images/ContactUsEmail.jpg);
    background-position: left 30px;
}

.contact-us-info.contact-us-socials {
    background-image: url(/wp-content/themes/floragrowth/images/ContactUsSocialShare.jpg);
    border: none;
}

.contact-us-socials-list {}

.contact-us-socials-list li {
    display: inline-block;
    height: 72px;
    width: 72px;
    background: url(/wp-content/themes/floragrowth/images/ContactUsSocials.jpg) no-repeat left top;
    margin-right: 1em;
}

.contact-us-socials-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us-socials-list .contact-us-socials-facebook {
    background-position: 0 0;
}

.contact-us-socials-list .contact-us-socials-twitter {
    background-position: -90px 0;
}

.contact-us-socials-list .contact-us-socials-instagram {
    background-position: -181px 0;
}

.contact-us-socials-list .contact-us-socials-youtube {
    background-position: -272px 0;
}

.contact-us-socials-list .contact-us-socials-linkedin {
    background-position: -363px 0;
}










/**
 *  INVESTOR FAQs
 */

#faqs-stock .container-xxl,
#faqs-financial .container-xxl,
#faqs-corporate .container-xxl {
    background-image: url(/wp-content/themes/floragrowth/images/FloraBgDark2.png);
    background-repeat: no-repeat;
    background-position: -330px 90%;
    background-size: 700px auto;
}



#faqs-financial .container-xxl {
    background-image: url(/wp-content/themes/floragrowth/images/FloraBgDark.png);
    background-position: calc(100% + 320px) 90%;
}

#faqs-financial ul.fg-accordion>li {
    border-color: var(--flora-beige);
}

#faqs-financial ul.fg-accordion .accordion-toggle-button {
    color: var(--flora-green);
}

#faqs-financial ul.fg-accordion .accordion-toggle-button::after {
    color: var(--flora-beige);
}


#faqs-corporate .container-xxl {
    background-image: url(/wp-content/themes/floragrowth/images/FloraBgDark.png);
}

#faqs-corporate ul.fg-accordion>li {
    border-color: var(--flora-beige-lt);
}

#faqs-corporate ul.fg-accordion .accordion-toggle-button {
    color: var(--flora-beige);
}

#faqs-corporate ul.fg-accordion .accordion-toggle-button::after {
    color: var(--flora-beige-lt);
}

#faqs-corporate ul.fg-accordion .accordion-content p {
    color: var(--flora-beige-lt);
}











.blog-years {
    text-align: center;
}

.blog-years li {
    display: inline-block;
    margin: 0 5px 1em 0;
}

.blog-years li:last-child {
    margin-right: 0;
}

.blog-years li a {
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    background: var(--flora-beige);
    color: var(--flora-green);
    transition: .3s background;
    font-size: 18px;
    font-weight: 600;
}


.blog-years li a:hover,
.blog-years li a.current-year {
    background: var(--flora-green);
    color: var(--flora-beige);
}


body.blog main hr {
    width: 20%;
    max-width: 200px;
    margin: 2em auto;
    border: none;
    height: 3px;
    opacity: 1;
    background: var(--flora-green);
}


.blog-posts-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}

.blog-posts-list li {
    background: var(--white);
    border-top: 5px solid var(--flora-beige);
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.05);
}

.blog-post-date {
    color: var(--flora-beige);
    font-size: 13px;
    margin-bottom: 1em;
}

.blog-post-title {
    color: var(--flora-green);
    font-size: 20px;
    margin-bottom: 2em;
}

.blog-post-read-more .fg-read-more {
    font-size: 12px;
}








#our-team p {
    line-height: 1.3;
}













/* DEFAULT PAGE A SINGLE POST STYLES */


body.single #header-slider h1,
body.page-template-page-preformatted #header-slider h1 {
    line-height: 1.2;
}

body.single main img,
body.page-template-page-preformatted main img {
    display: block;
    margin: 0 auto 1em;
    max-width: 100%;
    height: auto;
}

body.single main p,
body.single main ul,
body.single main ol,
body.page-template-page-preformatted main p,
body.page-template-page-preformatted main ul,
body.page-template-page-preformatted main ol {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    padding: 0 0 2em;
}

body.single main li,
body.page-template-page-preformatted main li {
    font-size: 18px;
    line-height: 150%;
}

body.single main ol li,
body.page-template-page-preformatted main ol li {
    list-style: decimal outside;
    margin-left: 2em;
}

body.single main ul li,
body.page-template-page-preformatted main ul li {
    list-style: disc outside;
    margin-left: 2em;
    margin-bottom: 1em;
}

body.single main a,
body.page-template-page-preformatted main a {
    text-decoration: underline;
    color: var(--flora-beige);
}

body.single main a:hover,
body.page-template-page-preformatted main a:hover {
    color: var(--flora-green-lt);
}

body.single main h1,
body.single main h2,
body.single main h3,
body.single main h4,
body.single main h5,
body.single main h6,
body.page-template-page-preformatted main h1,
body.page-template-page-preformatted main h2,
body.page-template-page-preformatted main h3,
body.page-template-page-preformatted main h4,
body.page-template-page-preformatted main h5,
body.page-template-page-preformatted main h6 {
    font-size: 20px;
    line-height: 120%;
    color: var(--flora-green);
}


body.single main h1,
body.page-template-page-preformatted main h1 {
    font-size: 48px;
}

body.single main h2,
body.page-template-page-preformatted main h2 {
    font-size: 36px;
}

body.single main h3,
body.page-template-page-preformatted main h3 {
    font-size: 24px;
}

body.single main h4,
body.page-template-page-preformatted main h4 {
    font-size: 18px;
}

body.single main h5,
body.page-template-page-preformatted main h5 {
    font-size: 16px;
}

body.single main h6,
body.page-template-page-preformatted main h6 {
    font-size: 14px;
}


















/**
 *  FOOTER
 */


#flora-footer {
    background: var(--black);
    padding: 60px 0 0;
}

#flora-footer img {
    max-width: 100%;
}

#footer-socials {
    margin: 3em 0 2em;
}

#footer-socials li {
    margin-right: 5px;
    display: inline-block;
}

#footer-socials li a {
    display: block;
    width: 39px;
    height: 38px;
    background: url(/wp-content/themes/floragrowth/images/FooterSocialSprite.jpg) no-repeat left center;

}

#footer-socials li.footer-socials-twitter a {
    background-position: -43px 0;
}

#footer-socials li.footer-socials-instagram a {
    background-position: -86px 0;
}

#footer-socials li.footer-socials-youtube a {
    background-position: -129px 0;
}

#footer-socials li.footer-socials-linkedin a {
    background-position: -172px 0;
}



#footer-socials+p {
    color: var(--flora-beige);
}


#flora-footer li a {
    color: var(--lt-grey-3);
}

#flora-footer li a:hover {
    color: var(--haze-green);
}

#flora-footer h3 {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 1em;
    padding-top: 0;
}

#flora-footer h3+hr {
    height: 5px;
    width: 100%;
    border: none;
    margin: 1em 0;
    background: var(--flora-beige);
    opacity: 1;
}

#flora-footer li {
    margin: 0 0 0.5em;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #dfd2be;
}

#flora-footer li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #dfd2be;
}


#flora-footer li a:hover {
    color: var(--white);
}



#flora-footer .haze-footer-bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 1em 0;
    margin-top: 50px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    background-color: var(--flora-green-dark);
}

#flora-footer .haze-footer-bottom p {
    color: var(--lt-grey-3);
    letter-spacing: 1px;
    vertical-align: middle;
    color: var(--flora-beige-lt);
}

#flora-footer .haze-footer-bottom a {
    color: var(--flora-beige-lt);
    vertical-align: super;
    padding: 0 10px;
}

#flora-footer .haze-footer-bottom a:hover {
    color: var(--white);
}