@charset "UTF-8";
/* © lillacat */

/* RESET */

* {
    margin: 0;
    padding: 0;
}

/* -------BODY STYLES------ */

body {
	background-image: url('images/border.png'), url('images/lovelin/bg6.gif');
	background-repeat: repeat-x, repeat;
	font-family: 'Spectral', serif;
	font-size: 13px;
}

html, body {
      cursor: url(images/lovelin/love1.png) 0 0, auto;
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
} 

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1 {
	color: #ba90f6;
	font-family: 'rainyhearts', sans-serif;
	font-weight: 600;
        text-align: center;
	padding: 10px;
	padding-top: 20px;
        z-index:2;
}

h2 {
	font-size: 26px;
	margin-top: 25px;
}

h3 {
	color: rgb(0, 143, 169);
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	padding: 10px;
	text-align: center;
}

h4 {
	color: rgb(0, 143, 169);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	padding: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container {
        background-color: #fff;
        background-image: url(images/lovelin/lovelinbanner.png);
        background-repeat: no-repeat;
        width: 800px;
        height: 100vh;
        margin: 100px auto;
        border: 1px solid #bf80ff;
        border-radius: 50px;
        box-shadow: inset 0px 1px 50px 10px #ffb0eb;
        scrollbar-color: #eeccff;
        scrollbar-width: thin;
}

.content {
width: 800px;
height: 100vh;
padding-top: 350px;
}

img.banner {
border-radius: 50px 50px 0 0;
border-bottom: 1px double #bf80ff;
}

.container iframe {
  position: absolute;
  top: 225px;
  left: 480px;
  width: 515px;
  height: 400px;
  overflow: scroll;
  scrollbar-color: #eeccff;
  scrollbar-width: thin;
  border: none;
  background-color: transparent; 
}

.container p {
font-size: 13px;
}

.sidebar {
	width: 190px;
        height: 550px;
        position: absolute;
        overflow: auto;
        scrollbar-color: #eeccff;
        scrollbar-width: thin;
        left: 225px;
        top: 220px;
	text-align: left;
        z-index: 2;
}

a { 
    color: #9999ff;
	text-decoration: none;
	font-size: 13px;
        cursor: url(images/lovelin/love1.png) 0 0, auto;
}

a:hover { 
  background-image: url("images/sp.gif");
  background-repeat: repeat;
  background-position: center;
  color: #e6b3ff;
  cursor: url(images/lovelin/love2.png) 0 0, pointer;
}


/* -------HOMEPAGE------ */

section#layout {
	display: block;
        background-color: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 200px auto;
	padding: 25px;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2);
}

img.layout {
	width: 100%;
	height: auto;
        bottom: 80px;
        top: 50px;
	position: absolute;
	z-index: 1;
}

/* Slideshow */

#fader-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
}
.fader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	max-width: 1200px; min-width: 500px;
	height: auto;
	max-height: 250px; min-height: 150px;
	border-radius: 10px;
}


blockquote {
	display: block;
    margin: 0.5em 0px;
    padding: 1.5em;
	margin-bottom: 50px;
    border-left: 10px solid rgb(0, 143, 169);
	width: 50%;
    color: #555;
    font-weight: 600;
	color: rgb(34, 34, 34);
	border-radius: 10px;
	text-align: left;
}


/* Navigation */

#cssmenu ul { margin: 0; padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}

#cssmenu {
	height: 45px;
    width: 100%;			/* This means on every screen no matter the size, the width will cover the top  */
	line-height: normal;
	text-align: center;
	background-color: rgb(255,255,255); 
	position: absolute;
	left: 0;
	top: 0;

	-webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2);
	
	vertical-align: middle;
}

#cssmenu > ul {
    text-align:center;
}

#cssmenu > ul > li {
    display:inline-block;
	font-size: .75em; font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-left: 15px;       /* This is when the drop down box appears */
    position: relative;
	bottom: 10px;
	z-index: 1;
}



#cssmenu > ul > li > a {
    color: rgb(0,143,169);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    line-height: 70px;		/* This changes the size of the text on the main heading */
    padding: 15px 10px;		/* This is the padding between the different titles */

   -webkit-transition: color .15s;
   -moz-transition: color .15s;
   -o-transition: color .15s;
   transition: color .15s;
}



#cssmenu > ul > li > a:hover {
	color: rgba(0,143,169,0.5); 
}


#cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(255,255,255);
    text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
    position: absolute;
    top: 55px;			/* This is for the drop down animation */
    left: 50%;
    margin-left: -90px;
    width: 180px;

   -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
   -o-transition: all .3s .1s;
   transition: all .3s .1s;

   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;

    -webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.2);
}



#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 65px;			/* This is how far from the top the drop down annimation will go  */
    visibility: visible;
}



#cssmenu > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(255,255,255) transparent;
    border-style: solid;
    border-width: 10px;  /* The border on the drop down box  */ 
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}



#cssmenu > ul ul > li { 
    position: relative;
}



#cssmenu ul ul a{     /* This is the drop down menu, change font or size when its drops down */
    color: rgb(0,143,169);
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;   
	text-align: center;
    background-color: rgb(255,255,255);
    padding: 5px 8px 7px 16px;
    display: block;

   -webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
   -o-transition: background-color .1s;
   transition: background-color .1s;
}



#cssmenu ul ul a:hover {
	background-color: rgb(240,240,240);
}


#cssmenu ul ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;		/* This is for a sub sub menu */
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;

   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -o-transition: all .3s;
    transition: all .3s;

   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;

   -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}


#cssmenu ul ul > li:hover > ul { 
	opacity: 1; 
	left: 196px; 
	visibility: visible;}

#cssmenu ul ul a:hover{
    background-color: rgb(255,255,255);
    color: rgba(0,143,169,0.5);
}

#wrapper #page #page-bgtop #page-bgbtm #content .post .entry table tr td {
	text-align: center;
}

/* -------ABOUT------ */

img.amanda {
	margin-right:10px;
	padding: 10px;
	float: left;
}

/* -------TESTIMONIALS------- */

p.name {
    color: rgb(0, 143, 169);
}

blockquote.testimonials {
	display: block;
    margin: 0.5em 0px;
	margin-top: 45px;
    padding: 1.5em;
    border-left: 10px solid rgb(0, 143, 169);
    background: rgba(248, 248, 248, .6) none repeat scroll 0% 0%;
	width: 80%;
    color: #555;
    font-weight: 500;
	color: rgb(34, 34, 34);
	border-radius: 10px;
	text-align: justify;
}

/* -------PRODUCTS------ */

div.prod {
	width: 85%;
	height: auto;
	overflow: auto;
	margin-top: 50px;
	margin-left: 20px;
}

figure {
	width: 200px; 
	height: 200px;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	padding-bottom: 120px;
	margin: 10px;
	float: left;
}

figure.lb {
	width: 200px; 
	height: 200px;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	padding-bottom: 30px;
	margin: 10px;
	float: left;
}

figure.other {
	width: 200px; 
	height: 220px;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	padding-bottom: 160px;
	margin: 10px;
	float: left;
}
figure.syrups {
	width: 200px; 
	height: 280px;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	padding-bottom: 160px;
	margin: 10px;
	float: left;
}
figure.teas {
	width: 200px; 
	height: 240px;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	padding-bottom: 160px;
	margin: 10px;
	float: left;
}

figure.teasm {
    width: 200px; 
	height: 80px;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	padding-bottom: 50px;
	margin: 10px;
	float: left;
}

figcaption {
	font-size: 16px;
}

/* -------PRODUCT INFO------ */

img.prod {
	float: left;
	border: 1px solid rgb(0, 143, 169);
	padding: 5px;
	margin: 20px 25px 0 100px;
}

p.info {
	width: 90%;
	margin-top: 10px;
	
}

p.footer {
	padding-top: 80px;
	text-align: center;
	font-size: 14px;
}

/* -------CONSULTATIONS------ */

figure.consultation {
	width: 200px; 
	height: 100px;
	border: none;
	padding: 15px;
	padding-bottom: 50px;
	margin: 10px;
	float: left;
}

figcaption.con {
	font-size: 18px;
	font-weight: 600;
}