@charset "UTF-8";
/* CSS Document */


*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin:0px auto;
padding:0px auto;
width:100%;
overflow-y: scroll;
overflow-x: hidden !important;
font-size:100%;
background:transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent; /* For some Androids */
}
body.overflow-hidden {
overflow:hidden;
}
/* -------------------------------- 

Variables

-------------------------------- */
:root {
--violet: #633a6c; 
--green: #719247;
--orange: #c54625;
--lightgrey: #f1f1f1;
--white: #fff;
--hfpblueberry: #2c333e;	
--hfppink: #f64668; 
--hfpcoral: #fa7268;
--hfpblue: #009499;
--hfpgreen: #88b04b;
--hfpyellow: #f3b562;
--hfppaket: #633a6c;
}
/* -------------------------------- 

Color & BG Color Helper

-------------------------------- */
.hfppaket{
color:var(--hfppaket) !important;
}
.blueberry{
color:var(--hfpblueberry) !important;
}
.pink{
color:var(--hfppink) !important;
}
.coral{
color:var(--hfpcoral) !important;
}
.blue{
color:var(--hfpblue) !important;
}
.green{
color:var(--hfpgreen) !important;
}
.yellow{
color:var(--hfpyellow) !important;
}
.lightgrey{
color:var(--lightgrey) !important;
}
.white{
color:var(--white) !important;
}
.bgblueberry{
background-color:var(--hfpblueberry) !important;
}
.bgpink{
background-color:var(--hfppink) !important;
}
.bgcoral{
background-color:var(--hfpcoral) !important;
}
.bgblue{
background-color:var(--hfpblue) !important;
}
.bggreen{
background-color:var(--hfpgreen) !important;
}
.bgyellow{
background-color:var(--hfpyellow) !important;
}
/* -------------------------------- 

TYPOGRAPHY

-------------------------------- */
/*
font-family: 'Rajdhani', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 600;
font-weight: 700;
font-style: normal;

font-family: template-gothic, sans-serif;
font-weight: 400;
font-style: normal;

font-family: template-gothic, sans-serif;
font-weight: 700;
font-style: normal;

font-family: pt-sans, sans-serif;
font-weight: 700;
font-style: normal;
*/

h1{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: normal;
font-size: calc(26px + (50 - 30) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(26px + (52 - 24) * ((100vw - 320px) / (1280 - 375)));
cursor:default;
color: var(--violet);
}
h2{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: normal;
font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(24px + (38 - 24) * ((100vw - 320px) / (1280 - 375)));
cursor:default;
color: var(--violet);
}
h3{
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
font-style: normal;
font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(24px + (29 - 24) * ((100vw - 320px) / (1280 - 375)));
cursor:default;
color: var(--violet);
}
h4{
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
font-style: normal;
font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(24px + (29 - 24) * ((100vw - 320px) / (1280 - 375)));
cursor:default;
color: var(--violet);
}
.p{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
font-style: normal;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(25px + (27 - 25) * ((100vw - 320px) / (1280 - 375)));
letter-spacing: 0px;
cursor:default;
color: var(--violet);
margin-top:10px;
margin-bottom:20px;
}
p{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
font-style: normal;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(25px + (27 - 25) * ((100vw - 320px) / (1280 - 375)));
letter-spacing: 0px;
cursor:default;
color: var(--violet);
margin-top:10px;
margin-bottom:20px;
}
.psmall{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
font-style: normal;
font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(23px + (24 - 23) * ((100vw - 320px) / (1280 - 375)));
letter-spacing: 0px;
cursor:default;
color: var(--violet);
margin-top:10px;
margin-bottom:20px;
}
.caption{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
font-style: normal;
font-size:16px;
line-height:18px;
cursor:default;
color: var(--violet);
}
.capitalize{
text-transform: uppercase
}
.spanbold{
font-weight: 700 !important;
}
.spanregular{
font-weight: 500 !important;
}
.spanitalic{
font-style: italic;
}
.spanbolditalic{
font-weight: 700 !important;
font-style: italic;
}
.hfptypebold {
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
}
.hfptypebold {
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
}
@media (max-width: 992px) {
.hfptype{
letter-spacing:0.5px;
}
.hfptypebold{
letter-spacing:0.5px;
}	
}
/* -------------------------------- 

STICKY LAYOUT STICKY LAYOUT

-------------------------------- */
.sticky {
position: -webkit-sticky;
position: sticky;
top:0px;
}
.sticky_extended {
position: -webkit-sticky;
position: sticky;
top:0px;
}
@media (max-width: 992px) {
.sticky {
position: relative;
top:0px;
}	
}
/* -------------------------------- 

ZOOM

-------------------------------- */
.zoom{
position: absolute;
height: 100%;
width: 100%;
margin:0px auto;
padding:0px auto;
-moz-transition: all 20s;
-webkit-transition: all 20s;
transition: all 20s;
-moz-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
z-index: 1;
}
.zoom:hover{
-moz-transform: scale(1.2,1.2);
-webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2); 
}
/* -------------------------------- 

LAYOUT General - Sections

-------------------------------- */
.section {
max-width:100%;
min-height: 100vh;
margin:0px auto;
padding:0px auto;
}
.lastsection {
max-width:100%;
border-top:3px solid var(--violet);  
padding-top:60px;
padding-bottom:60px;
padding-left:15px;
padding-right:15px;
}
.sectionleft {
width:100%;
height:100vh;
overflow: hidden;
margin:0px auto;
padding:0px auto;
}
.sectionright_insidewrap{
min-height:100vh;
padding-top:25vh;
padding-bottom:150px;
}
@media (max-width: 992px) {
.sectionleft {
width:100vw;
height: 100vw;
}	
.sectionright_insidewrap{
min-height: 0;
height:auto;
padding-top:60px;
padding-bottom:60px;
}
}
@media (max-width: 576px) {
.sectionright_insidewrap{
min-height: 0;
height:auto;
padding-top:40px;
padding-bottom:40px;
}
}
/* -------------------------------- 

ISOTOPE MASONRY

-------------------------------- */
.grid {
width:100%;
padding-left:10px;
padding-right:10px;
}
.grid:after {
content: '';
display: block;
clear: both;
}
.grid-sizer {
width: 50%;
}
.grid-item {
width: calc(50% - 30px);
height: auto;
background: rgba(255,255,255,.4);
margin:10px 10px 10px 10px;
border: 1px dashed #ddd;
box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(99,58,108,.2);
padding:15px;
}
.button-group {
padding:15px;
}
.button-group button {
font-family: 'Rajdhani', sans-serif;
font-weight:700;
font-size:24px;
text-align: center;
padding:4px 10px 4px 10px;
color:var(--violet);  
background:transparent;
text-transform:uppercase;
cursor:pointer;
border:4px solid var(--violet);  
transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
border-radius: 2px;
margin-right:6px;
margin-top:9px;
}
.button-group button:hover {
text-decoration:none;
color:var(--lightgrey);  
background:rgba(99,58,108,1);
}
button:focus {
outline: none;
outline-style: none;
}
@media only screen and (max-width: 992px) {
.grid {
width:100%;
padding-left:0px;
padding-right:0px;
}
.grid-sizer {
width: 100%;
}
.grid-item {
width: calc(100% - 20px);
height: auto;
background: rgba(255,255,255,.4);
margin:10px 10px 10px 10px;
border: 1px dashed #ddd;
box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(99,58,108,.2);
padding:15px;
}
}	
/* -------------------------------- 

MAILCHIMP SIGNUP

-------------------------------- */
.newsletter{
font-family: 'Rajdhani', sans-serif;
font-size: 16px;
color: var(--lightgrey);  
width:100%;
margin-top:30px;
margin-bottom:0px;
}
.newsletter h2{
color: var(--lightgrey) !important;  
font-weight:700 !important;  
}
*:focus {
outline: 0;
}
textarea:focus, input:focus{
outline: 0;
}
.newsletter input[type=email] { 
background:transparent;
border-top: solid 4px var(--lightgrey);  
border-bottom: solid 4px var(--lightgrey);    
border-left: solid 4px var(--lightgrey);   
border-right: none; 
padding: 8px; 
width:100%; 
color: var(--lightgrey);  
font-size: 18px;
font-weight:700;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.newsletter input[type=submit] { 
background: var(--violet);  
border: solid 4px var(--lightgrey);  
padding: 8px; 
width:100%;
color:var(--lightgrey);   
text-transform: uppercase; 
letter-spacing: 1px; 
transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
font-size: 18px;
font-weight:700;
margin-top:0px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.newsletter input[type=submit]:hover { 
background: var(--lightgrey);  
border: solid 4px var(--lightgrey);   
color:var(--violet);  
}
::placeholder {
color: var(--lightgrey) !important;
}
::-webkit-input-placeholder {
color: var(--lightgrey) !important;
}
::-moz-placeholder { 
color: var(--lightgrey) !important;
}
:-ms-input-placeholder {
color: var(--lightgrey) !important;  
}
:-moz-placeholder {
color: var(--lightgrey) !important; 
}
@media (max-width: 992px) {
.newsletter{
margin-top:30px;
margin-bottom:0px;
}
}

@media only screen 
and (max-width : 576px)  { 
.newsletter input[type=email] { 
border-top: solid 4px var(--lightgrey);  
border-bottom: solid 4px var(--lightgrey);  
border-left: solid 4px var(--lightgrey); 
border-right: solid 4px var(--lightgrey);  
text-align:center;
padding: 5px; 
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.newsletter input[type=submit] { 
margin-top:10px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
padding: 5px; 
}
}
/* -------------------------------- 

Navigation Content

-------------------------------- */
#menu_wrapper{
padding-bottom:0px;
height:100%;
}
.menu_row{
padding-top:0px;
height:100%;
}
#menu_left h1 a{
color:var(--violet);
text-decoration: none;
white-space: nowrap;
text-transform: uppercase;
}
#menu_left h1 a:hover{
color:var(--white);
text-decoration: none;
white-space: nowrap;
transition: all .3s ease-out;
}
#menu_right{
text-align:left;
border-left:3px solid rgba(99,58,108,1);
}
.menu_right_group{
font-family: 'Rajdhani', sans-serif;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
font-weight:600 !important;
color:var(--violet) !important;
padding:0px auto;
margin-top:15px;
margin-bottom:15px;
}
#menu_right i{
font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1280 - 375)));
color:var(--violet) !important;
}
#menu_right a{
color:var(--violet);
font-family: 'Rajdhani', sans-serif;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
font-weight:600 !important;
text-decoration: none;
white-space: nowrap;
}
#menu_right a:hover{
color:var(--lightgrey);
font-family: 'Rajdhani', sans-serif;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
font-weight:600 !important;
text-decoration: none;
white-space: nowrap;
transition: all .3s ease-out;
}
@media (max-width: 992px) {
.menu_row{
padding-top:120px;
padding-bottom:30px;
}
#menu_right{
text-align:left;
border-left:3px solid rgba(99,58,108,1);
margin-top:15px;
}
#menu_wrapper{
padding-bottom:50px;
}
}
@media (max-width: 576px) {
.menu_row{
padding-top:60px;
padding-bottom:20px;
}
#menu_wrapper{
height:auto;
min-height:100%;
padding-bottom:30px;
}
#menu_right_group{
padding:0px 0px 0px 0px;
margin:0px auto;
}
}
@media (max-width: 340px) {
.menu_row{
padding-top:50px;
padding-bottom:20px;
}
#menu_right_group{
padding:0px 0px 0px 0px;
margin:0px auto;
}
}
/* -------------------------------- 

FOOTER

-------------------------------- */
#footer_border_img{
max-width:100%;
height:auto;
}
footer{
width:100%;
height:auto;
margin-top:-5px;
padding-top:20px;
padding-bottom:50px;
background-color:var(--violet);
}
#footer_right{
font-family: 'Rajdhani', sans-serif;
font-weight:600;
color:var(--lightgrey) !important;
text-align:left;
margin-top:0px;
}
.footer_right_group{
font-family: 'Rajdhani', sans-serif;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
font-weight:600 !important;
color:var(--lightgrey);
padding:0px auto;
margin-top:15px;
margin-bottom:15px;
}
#footer_right i{
font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1280 - 375)));
color:var(--lightgrey) !important;
}
#footer_right a{
color:var(--lightgrey);
font-family: 'Rajdhani', sans-serif;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
font-weight:600 !important;
text-decoration: none;
white-space: nowrap;
}
#footer_right a:hover{
color:var(--white);
font-family: 'Rajdhani', sans-serif;
font-size: calc(17px + (19 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
font-weight:600 !important;
text-decoration: none;
white-space: nowrap;
transition: all .3s ease-out;
}
#credits p{
font-family: 'Rajdhani', sans-serif;
font-weight:500;
font-size:15px;
line-height:1.2;
color:var(--lightgrey);
text-align:center;
margin-top:0px;
border-top:1px solid var(--lightgrey);
padding-top:10px;
}
#credits p a{
text-decoration:none;
color:var(--lightgrey);
}
#credits p a:hover{
text-decoration:none;
color:var(--white);
}
@media (max-width: 992px) {
#footer_right{
font-family: 'Rajdhani', sans-serif;
font-weight:600;
color:var(--lightgrey) !important;
text-align:left;
margin-top:15px;
}
}
/* -------------------------------- 

LANDINGPAGE

-------------------------------- */
#landingpage {
max-width:100%;
margin:0px auto;
padding:0px auto;
background-color:var(--lightgrey);
background-image: url(../img/tile_02.png);
background-repeat: repeat;
background-position: left top;
background-size: 20% auto;
}
#nowavailable{
position:absolute;
top:calc(100vh - 183px);
left:15px;
z-index: 1;
}
#nowavailable img{
max-width:200px;
height:auto;
cursor: pointer;
}
@media only screen  
and (max-width : 1112px)  { 
#nowavailable{
position:absolute;
top:calc(100vh - 128px);
left:15px;
z-index: 1;
}
#nowavailable img{
max-width:180px;
height:auto;
cursor: pointer;
}
}
@media only screen  
and (max-width : 767px)  { 
#nowavailable{
position:absolute;
top:calc(100vh - 181px);
left:15px;
z-index: 1;
}
#nowavailable img{
max-width:158px;
height:85px;
cursor: pointer;
}
}
.carousel {
z-index:1;
}
.learnmore_wrapper {
margin-top:30px;
margin-bottom:60px;
}
.learnmore {
display:block;
font-family: 'Rajdhani', sans-serif;
font-weight:700;
font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1280 - 375)));
text-align: center;
padding:6px 15px 4px 15px;
color:var(--violet);
background:transparent;
text-transform:uppercase;
cursor:pointer;
border:4px solid var(--violet);
transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
border-radius: 2px;
}
.learnmore:hover {
text-decoration:none;
color:var(--white);
background:var(--violet);
}
.full_screen {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.sectionright_insidewrap span{
font-weight:600;
}
@media (max-width: 992px) {
.learnmore_wrapper {
margin-top:30px;
margin-bottom:120px;
}
.learnmore {
position:absolute;
font-family: 'Rajdhani', sans-serif;
font-weight:700;
font-size:24px;
text-align: center;
width:240px;
padding:6px 15px 6px 15px;
color:rgba(99,58,108,1);
background:transparent;
text-transform:uppercase;
cursor:pointer;
border:4px solid rgba(99,58,108,1);
transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
border-radius: 2px;
left:50%;
margin-left:-120px;
}
}
@media (max-width: 576px) {
.learnmore {
position:absolute;
font-family: 'Rajdhani', sans-serif;
font-weight:700;
font-size:20px;
text-align: center;
width:200px;
padding:6px 15px 6px 15px;
color:rgba(99,58,108,1);
background:transparent;
text-transform:uppercase;
cursor:pointer;
border:4px solid rgba(99,58,108,1);
transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
border-radius: 2px;
left:50%;
margin-left:-100px;
}
}
/* -------------------------------- 

BACHFLOWERS

-------------------------------- */
#bachflowers {
width:100%;
min-height:100vh;
margin:0 auto;
padding:0 auto;
background-color:#f1f1f1;
background-image: url(../img/tile_02.png);
background-repeat: repeat;
background-position: left top;
background-size: 20% auto;
}
#bachflowersleft{
background-image: url(../img/flower.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color:#f1f1f1;
}
#bachflowersleft_therapy{
background-image: url(../img/therapy_04.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color:#f1f1f1;
}
#bachflowersright {
background-color:#fff;
}
#bachflowersright_therapy {
background-color:#eee;
}
#bachflowers_headline{
text-transform:uppercase;
color:var(--violet);
padding:15px 15px 0px 15px;
text-align:left;
border-top:3px solid var(--violet);
}
.bachflowers_row h3{
font-weight:700 !important;
margin-top:25px;
}
.bachflowers_row h1{
text-transform:uppercase;
border-bottom:3px solid rgba(99,58,108,1);
margin:0 auto;
padding-bottom:3px;
line-height:1 !important;
}
.latin{
font-family: 'Rajdhani', sans-serif;
font-weight:400;
color:var(--violet);
padding:0px auto;
margin-top:5px;
padding-bottom:5px;
font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1280 - 375)));
line-height:1;
}
.bachflowers_row h2{
font-weight:700;
font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
margin-top:15px;
padding:0px auto;
}
.bachflowers_row p{
line-height:1.2;
padding:0px auto;
margin-top:-8px;
margin-bottom:15px;
}
@media (max-width: 736px) {
.bachflowers_row {
height:auto;
padding:30px 0px 30px 0px;
}
}

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

SHOP

-------------------------------- */
#products {
width:100%;
min-height:100vh;
margin:0 auto;
padding:0 auto;
background-color:#f1f1f1;
background-image: url(../img/tile_02.png);
background-repeat: repeat;
background-position: left top;
background-size: 20% auto;
}
#productsright {
background-color:#fff;
}
.shoph1 {
font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1280 - 375)));
line-height:1;
cursor:default;
}
#hfp_intro_logo{
max-width:140px;
height:auto;
place-self: center;
padding-top:0px;
padding-bottom:0px;
}
.affirmation_power{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_coral.svg);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.affirmation_courage{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_pink.svg);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.affirmation_relax{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_relax.png);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.affirmation_beyou{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_blue.svg);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.affirmation_attention{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_green.svg);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.affirmation_sunnymorning{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_yellow.svg);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.affirmation_paket{
padding-top:50px;
margin-top:20px;
margin-bottom:20px;
background-image:url(../img/quote_paket.svg);
background-repeat:no-repeat;
background-position:left top;
background-size:40px auto; 
}
.button_wrapper {
width:100%;
margin-bottom:15px;
margin-top:-20px;
}
.categoryheadline{
padding:15px 15px 0px 15px;
text-align:left;
border-top:3px solid var(--hfpblueberry);
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: normal;
font-size: calc(28px + (50 - 28) * ((100vw - 320px) / (1280 - 375)));
line-height:calc(28px + (52 - 28) * ((100vw - 320px) / (1280 - 375)));
cursor:default;
}
.products_wrapper {
padding-top:80px;
padding-bottom:60px;
}
.product_wrap {
margin-bottom:30px;
}
.product {
border:2px solid var(--hfpblueberry);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.productheader {
padding:5px 15px 2px 15px;
width:100%;
left:0px;
}
#mixture_intro {
margin-top:60px;
text-align: center;
}
.description {
padding:0px 15px 0px 15px;
}
.description_separator{
border-top:2px solid var(--hfpblueberry);
background-image:url(../img/triangle02.svg);
background-repeat:no-repeat;
background-position:center top;
background-size:26px auto; 
height:15px;
}
.moreinfo {
margin-top:10px;
margin-bottom:15px;
padding:5px 15px 5px 15px;
}
.moreinfo a,.moreinfo a:hover{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: normal;
font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1;
text-decoration: none;
text-align: center;
border-top:2px solid var(--hfpblueberry);
border-bottom:2px solid var(--hfpblueberry);
padding:5px 0px 5px 0px;
width:100%;
color:var(--hfpblueberry);
display:block;
}
.price{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: normal;
font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1280 - 375)));
line-height:1;
cursor:default;
margin-bottom:6px;
}
.prefooter{
padding:15px 0px 15px 0px;
text-align:center;
border-top:3px solid var(--hfpblueberry);
}
.securebadge01{
max-width:100px;
height:auto;
}
.securebadge02{
max-width:80px;
height:auto;
}
.securebadge03{
max-width:70px;
height:auto;
}
@media (max-width: 992px) {

}
@media (max-width: 576px) {
#mixture_intro {
margin-top:40px;
text-align: left;
}
}
/* -------------------------------- 

Single Product Pages

-------------------------------- */
.singleproduct_sectionright_insidewrap{
min-height:100vh;
padding-top:80px;
padding-bottom:80px;
}
.singleproduct_footer{
border-top:3px solid var(--hfpblueberry);
}
#ingredientswrap{
margin-top:40px;
}
#ingredientswrap p{
padding-top:10px;
border-top:2px solid var(--hfpblueberry);
}
#socialshare_wrapper{
margin-top:40px;
padding-bottom:60px;
color: var(--hfpblueberry);
}
#socialshare_wrapper h3{
padding-right:30px;
color: var(--hfpblueberry);
}
#socialshare{
padding-top:5px;
}
#singleproduct_right{
background-color:#fff;
}
.goback{
width:50px;
height:50px;
border-radius:25px;
background-color: var(--hfpblueberry);
}
.goback i{
font-size:30px;
position: absolute;
left:50%;
top:50%;
transform: translate(-50%,-50%);
color:#fff;
}
#description{
margin-top:30px;
}
@media (max-width: 992px) {
.singleproduct_sectionright_insidewrap{
padding-top:60px;
padding-bottom:80px;
}	
}
@media (max-width: 576px) {
.singleproduct_sectionright_insidewrap{
padding-top:40px;
padding-bottom:60px;
}
}
/* -------------------------------- 

Legal

-------------------------------- */
.main_legal {
width:100%;
min-height:100vh;
margin:0 auto;
background-color:#f1f1f1;
background-image: url(../img/tile_02.png);
background-repeat: repeat;
background-position: left top;
background-size: 20% auto;
}
#legal_content {
padding:140px 0px 80px 0px;
}
.main_legal a,.main_legal a:hover{
color:inherit;
text-decoration: none;
}
.legal,.legal_nav{
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
font-style: normal;
font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1280 - 375)));
line-height:1.2;
margin-top:15px;
padding-top:0px;
}
.legal_nav ul{
list-style-type: none;
text-align:left;
padding:0;
padding-top:30px;
}
.legal ul{
list-style-type: none;
text-align:left;
border-top:1px solid var(--lightgrey);
padding:0;
padding-top:15px;
}
.legal ul li,.legal_nav ul li{
display:block;
margin-right:20px;
}
.legal ul li a,.legal_nav ul li a{
text-decoration:none;
color:var(--lightgrey);
}
.legal ul li a:hover,.legal_nav ul li a:hover{
text-decoration:none;
color:var(--white);
}














/*
#productsleft{
background-image: url(../img/products_03_big.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color:#f1f1f1;
}
#productsright {
background-color:#fff;
}
#productsright span{
font-weight:600;
}
#products_headline h1{
font-family: 'Rajdhani', sans-serif;
font-weight:700;
font-size:54px;
text-transform:uppercase;
color:rgba(99,58,108,1);
padding:15px 15px 0px 15px;
text-align:left;
border-top:3px solid rgba(99,58,108,1);
}
@media (max-width: 992px) {
#products_headline h1{
font-size:48px;
text-align:center;
}
}
@media (max-width: 576px) {
#products_headline h1{
font-size:32px;
}
}
#products_wrapper {
padding-top:120px;
padding-bottom:120px;
}
@media (max-width: 992px) {
#products_wrapper {
padding-top:60px;
padding-bottom:60px;
}
}
@media (max-width: 576px) {
#products_wrapper {
padding-top:40px;
padding-bottom:40px;
}
}
.single_product {
padding-top:15px;
padding-bottom:45px;
}
.single_product h1{
font-family: 'Rajdhani', sans-serif;
font-weight:700;
color:rgba(99,58,108,1);
font-size:36px;
line-height:36px;
height:108px;
text-transform:uppercase;
padding-top:0px;
}
.single_product p{
font-family: 'Open Sans', sans-serif;
font-weight:400;
color:rgba(99,58,108,1);
font-size:15px;
line-height:23px;
height:140px;
border-top:3px solid rgba(99,58,108,1);
margin-top:5px;
padding-top:5px;
}
.single_product p span{
font-weight:600;
color:rgba(99,58,108,1);
text-transform: uppercase;
}
.product_img{
max-width:100%;
height:auto;
}
@media (max-width: 1112px) {
.single_product h1{
font-family: 'Rajdhani', sans-serif;
font-weight:700;
color:rgba(99,58,108,1);
font-size:32px;
line-height:32px;
height:64px;
text-transform:uppercase;
padding-top:0px;
}
}
@media (max-width: 992px) {
.single_product {
padding-top:15px;
padding-bottom:15px;
}
.single_product h1{
font-size:36px;
line-height:36px;
height:108px;
margin-top:20px;
}
.single_product p{
font-size:15px;
line-height:23px;
height:auto;
margin-top:5px;
padding-top:5px;
}
.product_img{
max-width:60%;
height:auto;
}
}
@media (max-width: 576px) {
.single_product {
padding-top:15px;
padding-bottom:45px;
}
.single_product h1{
font-size:30px;
line-height:30px;
height:auto;
margin-top:20px;
}
.single_product p{
font-size:15px;
line-height:23px;
height:auto;
margin-top:5px;
padding-top:5px;
}
.product_img{
max-width:40%;
height:auto;
}
}*/
/* -------------------------------- 

Education

-------------------------------- */
#education{
width:100%;
min-height:100vh;
margin:0 auto;
padding:0 auto;
background-color:#f1f1f1;
background-image: url(../img/tile_02.png);
background-repeat: repeat;
background-position: left top;
background-size: 20% auto;
}
#educationleft{
background-image: url(../img/education_04.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color:#f1f1f1;
}
#educationright {
background-color:#fff;
}
#educationright span{
font-weight:600;
}
/* -------------------------------- 

Legal

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

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

Navigation

-------------------------------- */
.cd-header {
position: absolute;
top: 0;
left: 0;
background: transparent;
height: 50px;
width: 100%;
z-index: 3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
@media only screen and (min-width: 768px) {
.cd-header {
height: 80px;
background: transparent;
}
}
@media only screen and (min-width: 1170px) {
.cd-header {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-header.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -141px;
background: transparent;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-header.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 141px, 0);
-moz-transform: translate3d(0, 141px, 0);
-ms-transform: translate3d(0, 141px, 0);
-o-transform: translate3d(0, 141px, 0);
transform: translate3d(0, 141px, 0);
}
.cd-header.menu-is-open {
/* add a background color to the header when the navigation is open */
background: transparent;
}
}

.cd-logo {
width:110px;
display: block;
position: absolute;
top: 10px;
left: 15px;
z-index:3;
}
.cd-logo img {
display: block;
width:100%;
max-width:auto;
}
@media only screen and (max-width: 576px) {
.cd-logo {
display: none;
}
}

.cd-secondary-nav {
font-family: 'Rajdhani', sans-serif;
font-size:18px;
letter-spacing:-0.5px;
position: absolute;
margin-top:1px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 60px;
/* hidden on small devices */
display: block;
z-index:1;
}
.cd-secondary-nav li {
display: inline-block;
margin-left: 16px;
}
.cd-secondary-nav a {
display: inline-block;
color: #ede0d5;
text-transform: uppercase;
text-decoration:none;
}
@media only screen and (min-width: 768px) {
.cd-secondary-nav {
display: block;
z-index:1;
}
}

.cd-primary-nav-trigger {
position: fixed;
right: 20px;
top: 20px;
height: 50px;
width: 50px;
background-color: #633a6c;
z-index: 101;
border-radius: 3px;
}
@media only screen  
and (max-width : 767px)  { 
.cd-primary-nav-trigger {
position: fixed;
right: 15px;
top: 15px;
height: 35px;
width: 35px;
background-color: #633a6c;
}
}
.cd-primary-nav-trigger .cd-menu-text {
font-family: 'Rajdhani', sans-serif;
font-size:18px;
color: #633a6c;
text-transform: uppercase;
font-weight: 700;
/* hide the text on small devices */
display: none;
margin-top:1px;
cursor: pointer;
}
.cd-primary-nav-trigger .cd-menu-icon {
/* this span is the central line of the menu icon */
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 20px;
height: 2px;
background-color: #fff;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #fff;
right: 0;
-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
background-color: #fff;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
top: 0;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
top: 0;
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
.cd-secondary-nav {
font-family: 'Semibold';
font-size:15px;
position: absolute;
margin-top:2px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 170px;
/* hidden on small devices */
display: block;
}

.cd-primary-nav-trigger .cd-menu-text {
display: inline-block;
cursor: pointer;

}
.cd-primary-nav-trigger .cd-menu-icon {
left: auto;
right: 1em;
background-color: #fff;
-webkit-transform: translateX(0) translateY(-50%);
-moz-transform: translateX(0) translateY(-50%);
-ms-transform: translateX(0) translateY(-50%);
-o-transform: translateX(0) translateY(-50%);
transform: translateX(0) translateY(-50%);
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
background-color: #fff;

}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
background-color: #fff;
}
}

.cd-primary-nav {
/* by default it's hidden - on top of the viewport */
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
background: rgba(113, 146, 71, 1);
z-index: 2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: scroll;
/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
-webkit-overflow-scrolling: touch;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.cd-primary-nav.is-visible {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
/* -------------------------------- 

Animsition

-------------------------------- */
.animsition,
.animsition-overlay {
position: relative;
opacity: 0;
animation-fill-mode: both;
}
.animsition-overlay-slide {
position: fixed;
z-index: 1;
width: 100%;
height: 100%;
background-color: #f1f1f1;
}
.animsition-loading,
.animsition-loading:after {
width: 100px;
height: 100px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
border-radius: 50%;
z-index: 100;
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
animation-name: fade-in;
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-out {
animation-name: fade-out;
}



	
	