/*
    Theme Name: Lbri
	Theme URI: http://lbri.com
	Description: Lbri Theme created as a custom WordPress Replicated Site theme. It is a child theme created with the Genesis Framework.
    Author: ByDesign Technologies
    Author URI: http://bydesign.com/
 
    Version: 1.0
    Template: genesis
    Template Version: 2.0.1
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.55em;
    font-size: 0.55em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Search Form
--------------------------------------------- */

.searchform.search-form {
    float: left;
    margin: 0 auto;
    padding-top: 6px;
}

.searchsubmit.search-submit {
    border: 0px none;
    background-color: transparent;
    background-image: url("images/search_button.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 28px;
    color: transparent;
	padding-bottom: 4px;
}

.s.search-input {
    background-color: rgba(0, 0, 0, 0);
	background-color: transparent;
    background-image: url("images/search_textbox.png");
    background-repeat: no-repeat;
    border: 0 none;
    color: #261d0b;
	font-family: sans-serif;
	font-size: 13px;
    font-size: 1.3rem;
    height: 28px;
    width: 159px;
    padding: 4px 0px 4px 12px;
	vertical-align: top;
}


/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%;
 /* 10px browser default */;
}

body {
    color: #231f20;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #231F20;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

a:hover {
    color: #333;
}

#content p > a {
    font-weight: bold;
    text-decoration: underline;
	color: #70A086
}

#content p > a:hover  {
	color: #D6B046
}


p {
    margin: 0 0 14px;
    margin: 0 0 1.4rem;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0 0 20px;
    padding: 0;
}

blockquote {
    background: url(images/icon-quote.png) no-repeat top left transparent;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    color: #999999;
    font-size: 24px;
    line-height: 1.2em;
}
/*
blockquote::before {
	content: "";
	display: block;
    width: 37px;
	height: 30px;
	position: absolute;
    z-index: 95;
}
*/
.entry-content code {
    background-color: #333;
    color: #ddd;
}

.entry-content > ul {
    padding: 0 15px;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #392F2B;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
}

h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 15px;
    margin: 0 auto 1.5rem;
}

img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 15px 15px 0;
    margin: 0 1.5rem 1.5rem 0;
}

.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 15px 15px;
    margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}



/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: rgba(255, 255, 255, 0.85);
    margin: auto;
    padding: 20px 0 0 79px;
    width: 1168px;
}

.archive-description,
.author-box {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.archive-description {
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
}

.author-box {
    padding: 40px;
    padding: 4rem;
}

.author-box-title {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

/* Landing Page */
.landing-page #header,
.landing-page #footer {
    display: none;
}

.landing-page {
    font-family: tahoma, helvetica, "trebuchet ms", arial, sans-serif;
    background-color: #6ecced;
    text-align: center;
}

.landing-page .entry-title {
    display: none;
}

.landing-page p {
    margin: 0;
    font-size: 38px;
    line-height: 1.6em;
    text-shadow: 0 0 0;
}

.landing-page .main-img {
    margin-top: 0px;
}

.landing-page .countdown {
    display: none;
    width: 725px;
    margin: 0 auto;
    overflow: hidden;
}

.landing-page .countdown div {
    display: block;
    text-align: center;
    float: left;
    margin: 0 15px;
    padding: 20px;
    border-radius: 50%;
    border: 3px solid #f9a964;
    height: 100px;
    width: 100px;
    text-shadow: 0 0 0;
    font-size: 24px;
}

.landing-page .countdown span {
    font-size: 60px;
    text-shadow: 0 0 0;
    color: #f9a964;
    line-height: 1em;
}

.landing-page .logo {
    display: block;
    clear: both;
    margin: 20px auto 0;
}

.landing-page .contact-info {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    width: 400px;
}

.landing-page .contact-info .wpcf7 {
    float: right:;
}

.landing-page .social {
    float: left;
}

.landing-page #signup {
    float: right
    margin: 5px;
}

.landing-page #signup .wpcf7-form-control-wrap {
    text-align: right;
}

.landing-page #signup .wpcf7-text {
    border: 2px solid #f9a964;
    color: #f9a964;
    padding: 5px;
    font-size: 15px;
    width: 150px;
}

.landing-page #signup .wpcf7-submit {
    font-size: 14px;
    background: #fdede0;
    border: 1px solid #f9a964;
    color: #f9a964;
    padding: 7px;
}

/*=================================
 | General
 |=================================
*/
body {
   background: #ffffff;
   background: url("images/corp-aloe-background.jpg") repeat fixed 0 0 rgba(0, 0, 0, 0);
   margin: 0 auto;
   margin: 0 auto;
}
/*#wrap {
    margin: 0 auto;
    width: 1140px;
}*/

#inner > div.wrap {
    margin: 0px auto;
    width: 1168px;
	background-color: rgba(255, 255, 255, 0.85);
}

.clear {
    clear: both;
}

a.phuse-link {
    clear: both;
    background: url(images/button-arrow.png) no-repeat right center #bababa;
    display: block;
    padding: 10px 40px 6px 20px;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4 );
}

a.phuse-link:hover {
    background-color: #999999;
}

#content a.phuse-link {
    color: #ffffff;
    text-decoration: none;
}


/* LBri Repeatable
--------------------------------------------- */
.prod-dryer-color,
.prod-dryer-color a,
.prod-dryer-color:hover,
.prod-dryer-color a:hover {
    color: #61b3e4;
}

a.dryer-button {
    background-color: #61b3e4;
}

a.dryer-button:hover {
    background-color: #499acb;
}

.prod-iron-color,
.prod-iron-color a,
.prod-iron-color:hover,
.prod-iron-color a:hover {
    color: #e86ca9;
}

a.iron-button {
    background-color: #e86ca9;
}

a.iron-button:hover {
    background-color: #d95f9b;
}

.prod-brush-color,
.prod-brush-color a,
.prod-brush-color:hover,
.prod-brush-color a:hover {
    color: #b7d775;
}

a.brush-button {
    background-color: #b7d775;
}

a.brush-button:hover {
    background-color: #a7c864;
}

.prod-implement-color,
.prod-implement-color a,
.prod-implement-color:hover,
.prod-implement-color a:hover {
    color: #c08bbe;
}

a.implement-button {
    background-color: #c08bbe;
}

a.implement-button:hover {
    background-color: #b36eb0;
}

.prod-makeup-color,
.prod-makeup-color a,
.prod-makeup-color:hover,
.prod-makeup-color a:hover {
    color: #4ac1bb;
}

a.makeup-button {
    background-color: #4ac1bb;
}

a.makeup-button:hover {
    background-color: #37aea8;
}

.prod-accessories-color,
.prod-accessories-color a,
.prod-accessories-color:hover,
.prod-accessories-color a:hover {
    color: #f7ad60;
}

a.accessories-button {
    background-color: #f7ad60;
}

a.accessories-button:hover {
    background-color: #e79948;
}

/*=================================
 | Header
 |=================================
*/
#header {
    background: #251b07;
    margin: 0;
    padding: 5px 0;
	height: 158px;
	/*height: 13.3rem;*/
}

#header .wrap {
    overflow: hidden;
    width: 1096px;
    margin: 0 auto;
    text-align: left;
}

#header p {
    margin: 0;
    font-size: 14px;
    color: #aaaaaa;
    text-align: right;
}

#header a {
    color: #ffffff;
}

#header #title-area a {
    color: #251b07;
}

#title-area {
    float: left;
}

#title {
    padding: 15px 0;
}

#title a {
    background: url(images/lbri-logo-white.png) no-repeat left top transparent;
    display: block;
    width: 290px;
    height: 120px;
    text-indent: -999px;
}

#title-area #description {
    display: none;
}

.header-widget-area {
    float: right;
	padding-top: 18px;
}

.header-widget-area .text-content {
    float: right;
}
.header-widget-area .replicated-image {
    float: right;
	padding-top: 0;
}

.header-top-right {
    width: 320px;
	padding-top: 10px;
}

.header-login {
    /*background: url(images/login-icon.jpg) no-repeat left center transparent;*/
    float: right;
    padding-left: 15px;
	padding-top:10px;
}

.header-login a {
    font-size: 14px;
    color:#ffffff;
}

.header-login a:hover{
    font-size: 14px;
    color: #9abdab !important;
}
.rep-info {
    clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
    overflow: hidden;
    /*padding: 5px 0;*/
    width: 400px;
}
.responsive-rep {
    display: none;
}
.header-rep-img {
    float: right;
    height: 100px;
    margin: 0 0 0 10px;
}

.rep-img {
    max-width: 300px;
}

.view-catalog {
    text-align: right;
}

.view-catalog a {
    color: #C8B3A1 !important;
    font-weight: 600;
	font-size: 1.3rem;
	font-size: 13px;
    text-transform: uppercase;
}

/*=================================
 | Nav / Menu
 |=================================
*/
#nav {
    background: #251b07;
    border-bottom: 5px solid #d6b04b;
    /*padding-top: 15px;*/
}

#nav .wrap {
    width: 1168px;
    margin: 0 auto;
}
.responsive-menu-button {
    display: none;
}
#menu-main-menu {
    margin-bottom: 0px;
    text-align: right;
}

.genesis-nav-menu {
    clear: both;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    border: medium none;
    color: #FFFFFF;
    display: block;
    margin-right: 38px;
    padding: 10px 0;
    position: relative;
}

.genesis-nav-menu a:hover,
        .genesis-nav-menu .current-menu-item > a,
        .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background: #251b07;
    color: #70A086;

}
.genesis-nav-menu .current-menu-item > a
{
    color: #70A086;
	font-weight: bold;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    background: #251b07;
    color: #d6b04b;
}

.genesis-nav-menu > .menu-item > a {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #efefef;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px;
    position: relative;
    width: 255px;
}

.genesis-nav-menu .sub-menu a:hover {
    background: #666666;
}

.genesis-nav-menu .sub-menu .menu-dryer a:hover,
            .genesis-nav-menu .sub-menu .menu-dryer .current-menu-item > a {
    background: #61b3e4;
}

.genesis-nav-menu .sub-menu .menu-iron a:hover,
            .genesis-nav-menu .sub-menu .menu-iron .current-menu-item > a {
    background: #e86ca9;
}

.genesis-nav-menu .sub-menu .menu-brush a:hover,
            .genesis-nav-menu .sub-menu .menu-brush .current-menu-item > a {
    background: #b7d775;
}

.genesis-nav-menu .sub-menu .menu-implement a:hover,
            .genesis-nav-menu .sub-menu .menu-implement .current-menu-item > a {
    background: #c08bbe;
}

.genesis-nav-menu .sub-menu .menu-makeup a:hover,
            .genesis-nav-menu .sub-menu .menu-makeup .current-menu-item > a {
    background: #4ac1bb;
}

.genesis-nav-menu .sub-menu .menu-tool a:hover,
            .genesis-nav-menu .sub-menu .menu-tool .current-menu-item > a {
    background: #f7ad60;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -40px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
    background: #251b07;
}

.genesis-nav-menu > .menu-item:hover > a {
    color: #D6B04B;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    padding: 2.8rem 0;
    text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
    margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
    padding: 14px 0 0;
    padding: 1.4rem 0 0;
}


/*Shop Now link at main menu is hidden at Corporate version */

#menu-item-513 {
    display: none;
}

#menu-item-515 {
  display: none;
}

#menu-item-516 {
  display: none;
}

#menu-item-1221 {
  display: none;
}

#menu-item-653 {
  display: none;
}

#menu-item-1206{
	display: inline-block !important;
}

#menu-item-1220{
	display: inline-block !important;
}
#menu-item-1222{
	display: inline-block !important;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    color: #fff;
}

.nav-primary .sub-menu a:hover {
    color: #333;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
    background-color: #fff;
}

/*=================================
 | Footer
 |=================================
*/
#footer {
    margin: 0;
    padding: 25px 0 50px;
    color: #392f2b;
    font-weight: 500;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}

.footer-widget-phrase h4 {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 20px;
    font-size: 2rem;
    font-weight: 100;
    color: #392f2b;
}
#menu-item-1225{
  display: none;
}
#menu-item-709{
  display: none;
}
#menu-item-790{
  display: none;
}

#footer a {
    color: #392f2b;
    font-weight: 600;
    text-transform: uppercase;
}

#footer a:hover {
    text-decoration: none;
    color: #392f2b;
}

#footer .wrap {
    margin: auto;
    text-align: left;
	padding: 0 0 0 10px;
    width: 1090px;
}

.footer-menu-container {
    overflow: hidden;
}

.footer-menu,
            .footer-secondary-menu {
    list-style: none;
}

.footer-menu {
    overflow: hidden;
    margin: 0;
}

.footer-menu li {
    float: left;
    border-left: 1px solid #392f2b;
   /*border-left: 1px solid #926d4d;*/
    padding: 0 14px;
}

.footer-menu li:first-child {
    border-left: 0;
    padding-left: 0;
}

.footer-widget-phrase {
	float: left;
    padding-top: 15px;
}

.footer-widget-socialmedia {
    margin-left: 962px;
    margin-top: 14px;
}

.footer-widget-socialmedia .widget-wrap > a {
    margin-left: 10px;
}

.footer-widget-socialmedia .widget-wrap img {
    background-color: #392F2B;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
}

/*=================================
 | Home Page
 |=================================
*/

/*Nav Buttons at Slider at Home Page*/
.home .cs-buttons {
    float: left;
    font-size: 0;
    left: auto !important;
    line-height: 10px;
    margin-left: 0 !important;
    margin-top: -47px;
    padding: 10px 0 10px 17px;
    text-align: center;
    width: auto;
}

.home .cs-buttons a {
    background: url(images/lbri-dot-inactive.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    border-radius: none;
    color: #B8C4CF;
    display: inline-block;
    height: 23px;
    margin-left: 10px;
    text-align: center;
    text-indent: -1000px;
    width: 23px;
}
.home .cs-buttons a.cs-active {
    background: url(images/lbri-dot-active.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    border-radius: none;
    box-shadow: none;
}

a.arrow {
    background: url(images/home-arrow.png) no-repeat right center transparent;
    padding-right: 13px;
}

.home #inner .wrap {
}

.page-template-home-page-template-php #content-sidebar-wrap {
    overflow: visible;
    padding: 15px 0;
    width: auto;
}

.home #content-sidebar-wrap {
    padding-top: 0;
    width: 1168px;
    margin: auto;
	padding-bottom: 40px;
	height: 100%;
}

.page-template-home-page-template-php #content-sidebar-wrap #content {
    width: 100%;
    float: none;
}

/* Image Feature Slider
--------------------------------------------- */

.home .metaslider {
    border-bottom: 5px solid #D6B04B;
    margin: 0 auto 11px;
}

.home .soliloquy-outer-container {
    border-bottom: 5px solid #D6B04B;
    margin: 0 auto 25px;
    padding: 0 0 25px;
    max-width: 1090px;
}

/* Mid Section
--------------------------------------------- */

.home-mid {
    display: inline-table;
    margin: 0 39px 41px;
}

.home-mid .wrap {
    overflow: hidden;
    width: 1090px;
    margin: 0 auto;
    background-color: #FFF;
}

.home-mid-col {
    float: left;
}

.home-mid-col .box {
    cursor: pointer;
    height: 230px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 353px;
}

.home-mid-col .box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.home-mid-col .box .caption {
    background-image: url("images/play-button.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 190px;
    line-height: 25pt;
    height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
    width: 100%;
}

.home-mid-col .box .join-lbri {
    background-color: rgba(214,176,75,0.8);
    background-position: 74% center;
}

.home-mid-col .box:hover .join-lbri {
    background-color: #D6B04B;
}

.home-mid-col .box  .try-lbri-for-free {
    background-color: rgba(119,164,141,0.8);
    background-position: 85% center;

}
.home-mid-col .box  .try-lbri-for-free  a{
display:block;
}
.home-mid-col .box  .try-lbri-for-free-r  a{
display:none;
}

.home-mid-col .box  .hostess-rewards {
    background-color: rgba(151,103,67,0.8);
    background-position: 85% center;
}

.box:hover .hostess-rewards {
    background-color: #976743;
}

.home-mid-col.home-mid-1, .home-mid-col.home-mid-2 {
    margin-right: 15px;
}

/* Bottom Section
--------------------------------------------- */
.home-bot {
    margin: 0 0 0px;
}

.home-bot .skin-care-for-all{
    margin: 0 0 40px;
}

.home-bot .paragraph-top-right,
.home-bot .prod-rollover,
.home-bot .testimonials,
.home-bot .health-and-wellness,
.home-bot .color-cosmetics
{
	margin: 0 0 0px;
}

.home-bot .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0;
    width: 1090px;
    background-color: #FFF;
	box-shadow: 6px 5px 7px #b1b0b0;
}

.home-bot.skin-care-for-all {
    float: left;
}

.home-bot.paragraph-top-right {
    float: right;
    padding-right: 34px;
    width: 415px;
    padding-top: 30px;
}
.home-bot .paragraph-top-right .widget-title.widgettitle {
    color: #392f2b;
    font-size: 2.4rem;
    font-weight: 500;
}

.home-bot.prod-rollover {
    width: 630px;
    clear: left;
}

.home-bot .prod-rollover .widget-title.widgettitle {
    background: url("images/skin-care-header-bg.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 70px;
    margin-left: 240px;
    padding: 20px 24px;
    position: relative;
    top: 10px;
    width: 362px;
}

.home-bot .prod-rollover .widget-title.widgettitle a {
    color: #70A086;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
}

.home-bot .prod-rollover .rollover-products {
    float: left;
    margin-top: -95px;
}

.home .prod-rollover .metaslider {
    border-bottom: None;
    margin: 0 auto 0px;
}

.home-bot .prod-rollover .content {
    margin-left: 265px;
    margin-top: 30px;
	width: 337px;
}
.responsive-testimonials {
    display: none;
}
.home-bot.testimonials {
    float: right;
    width: 350px;
    background: #634432;
 /* Old browsers */
    background: -moz-linear-gradient(top,  #634432 0%, #2a1c14 50%, #231710 56%, #0b0603 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#634432), color-stop(50%,#2a1c14), color-stop(56%,#231710), color-stop(100%,#0b0603));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #634432 0%,#2a1c14 50%,#231710 56%,#0b0603 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #634432 0%,#2a1c14 50%,#231710 56%,#0b0603 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #634432 0%,#2a1c14 50%,#231710 56%,#0b0603 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  #634432 0%,#2a1c14 50%,#231710 56%,#0b0603 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#634432', endColorstr='#0b0603',GradientType=0 );
 /* IE6-9 */
    /*top: -115px;*/
	margin-top: -30px;
	position: relative;
}

.home-bot.testimonials .widget-wrap {
    color: #FFFFFF;
    padding: 31px;
}

.home-bot .testimonials .widget-title.widgettitle {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin-bottom: 0;
}

.home-bot .testimonials .widget-wrap > img {
    margin: 20px;
}

.home-bot .testimonials .widget-wrap > a {
    color: #d6b04b;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.home-bot.health-and-wellness {
    overflow: hidden;
    clear: left;
    width: 723px;
    margin-left: 0;
}

.home-bot.health-and-wellness .content {
    clear: left;
    float: left;
	margin-left: 24px;
    margin-top: 60px;
    width: 395px;
}

.home-bot .health-and-wellness .widget-title.widgettitle {
    background: url("images/health-and-wellness-header-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 70px;
    position: relative;
    top: 59px;
    width: 450px;
    padding: 22px 21px;
}
.home-bot .health-and-wellness .widget-title.widgettitle a {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 2.4rem;
    color: #926d4d;
    font-weight: 300;
}

.home-bot .health-and-wellness-image {
    float: right;
    margin-top: 40px;
    margin-right: 37px;
}

.home-bot.color-cosmetics {
    width: 723px;
    clear: left;
}

.home-bot.color-cosmetics .content {
    float: right;
    width: 470px;
    margin-top: 60px;
	padding-right: 48px;
	
}

.home-bot .color-cosmetics .widget-title.widgettitle {
    background: url("images/cosmetics-header-bg.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    margin-left: 228px;
    padding: 20px 24px;
    position: relative;
    top: 65px;
    width: 447px;
    height: 70px;
}

.home-bot .color-cosmetics .widget-title.widgettitle a{
    color: #D6B04B;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
}

.home-bot .color-cosmetics-image {
    float: left;
    margin-top: -52px;
}
		


/*=================================
 | Content
 |=================================
*/
#inner .wrap {
    margin: 0px auto;
}

#content-sidebar-wrap {
    margin: 0 auto;
    min-height: 600px;
    overflow: hidden;
    padding: 15px 0;
    width: 1068px;
}
/*Two columns content*/

.page-template-content-2col-page-template-php #inner .wrap,
.page-template-content-fullwidth-page-template-php #inner .wrap {
    width: 1168px;
}

.page-template-content-2col-page-template-php #content-sidebar-wrap #content {
    width: 798px;
    float: right;
    margin: 0 auto;
}
/*Full width content*/
.page-template-content-fullwidth-page-template-php #content-sidebar-wrap #content {
}

.page-banner {
    margin: 0 0 35px;
}

/*=================================
 | Sidebar
 |=================================
*/



#content-sidebar-wrap #sidebar {
    float: left;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin-right: 15px;
    width: 255px;
}

#sidebar .widgettitle {
    padding: 5px 0 7px;
    border-bottom: 4px solid #999999;
    font-size: 18px;
    color: #999999;
}

#sidebar p {
    line-height: 1.4em;
}

#sidebar .widget {
    clear: both;
    overflow: hidden;
    margin: 0 0 35px;
	background-color: #FFFFFF
}

/*=================================
 | Secundary Page Left Side Menu
 |=================================
*/

.widget.widget_text {
    border-right: medium solid #9ABEA9;
    border-top: medium solid #9ABEA9;
    padding: 30px 0px;
}

.widget.widget_nav_menu {
    border-right: medium solid #9ABEA9;
    border-top: medium solid #9ABEA9;
    line-height: 35px;
    padding: 30px 0 10px 10px;
}

.widget.widget_nav_menu  a {
    color: #70a086;
}

.widget.widget_nav_menu .menu, 
.widget.widget_nav_menu  li {
    list-style: none;
}

.widget-wrap .menu .current-menu-item > a {
    font-size: 1.8rem;
    font-weight: bold;
}

.widget-wrap .menu .sub-menu {
    font-weight: lighter;
	margin-bottom: 0;
}



/*=================================
 | Products Page
 |=================================
*/

#products-link-wrap{
	margin-bottom: 20px;
}

#products-link-wrap .box {
    cursor: pointer;
    height: 237px;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
    width: 356px;
}

#products-link-wrap .box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#products-link-wrap .box .caption {
    background-color: rgba(0,0,0,0.4);
    background-image: url("images/play-button.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    position: absolute;
    color: #fff;
    font-weight: bold;
    margin-top: 197px;
    height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    z-index: 100;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    left: 0;
}

#products-link-wrap .box .simple-caption {
    display: block;
    line-height: 27pt;
    text-align: center;
    width: 100%;
}

#products-link-wrap .box:hover .simple-caption {
    background-color: rgba(214,176,75,0.8);
}

#products-link-wrap #box-1 .caption, 
#products-link-wrap #box-2 .caption{
	    background-position: 71% center;
}

#products-link-wrap #box-3 .caption{
	    background-position: 73% center;
}

#products-link-wrap #box-4 .caption{
	    background-position: 70% center;
}

#products-link-wrap #box-5 .caption{
	    background-position: 85% center;
}

#products-link-wrap #box-6 .caption{
	    background-position: 71% center;
}

/*=================================
 | Opportunity Page
 |=================================
*/


#youtube-wrap {
    margin-left: -215px;
    margin-top: 25px;
}

#youtube-wrap .right {
    float: right;
    width: 600px;
}

#youtube-wrap > iframe {
    float: left;
    height: 300px;
    margin-bottom: 28px;
    margin-right: 28px;
    width: 335px;
}

/*=================================
 | Getting Started Page
 |=================================
*/

.showcase.left {
    align-self: center;
    float: left;
    text-align: center;
}

.showcase.right {
    text-align: center;
}

/*=================================
 | Hostess rewards Page
 |=================================
*/

#rewards-table {
	font-size: 1.4rem;
    font-size: 14px;
}

#rewards-table .header-row > td,
#booking-rewards-table .header-row > td{
    background-color: #70A086;
    border-color: #000000;
    color: #FFFFFF;
}

#rewards-table .footer-row > td,
#booking-rewards-table .footer-row > td  {
    font-size: 12px;
	font-size: 1.2rem;
    padding-left: 5px;
}

#rewards-table p, #booking-rewards-table p {
	margin: 0 5px;
	padding: 0px;
}

/*=================================
 | Testimonials Page
 |=================================
*/


.samples-testimonial {
    clear: left;
}

.aloe-testimonial-image {
    margin-bottom: 90px !important;
}

.samples-testimonial-image{
    margin-bottom: 110px !important;
}

.teens-testimonial-image {
    margin-bottom: 35px !important;
}

.cosmetics-testimonial-image {
    margin-bottom: 135px !important;
}

.health-testimonial-image {
    margin-bottom: 85px !important;
}

blockquote.easy_testimonial .wp-post-image {
    height: 100%;
    width: 200px;
}

.page-id-236 blockquote.easy_testimonial {
	margin-bottom: 30px !important;
}

.page-id-236 blockquote.easy_testimonial .testimonial_body {
    padding-left: 210px;
}

.page-id-236 blockquote.easy_testimonial .testimonial_author {
    padding-left: 210px;
}


/*=================================
 | Success Stories Page
 |=================================
*/


.post-342  blockquote.easy_testimonial .wp-post-image {
    height: 150px;
    margin: 40px 10px 10px 0 !important;
    width: 150px;
}

.post-342 .testimonial_author {
    position: absolute;
    top: 0;
}

.post-342 .testimonial-client {
    font-weight: bold;
}

.post-342 .testimonial_body {
    margin-top: 40px;
}


/*=================================
 | Search Results Page
 |=================================
*/
	.search.search-results .entry-content > h1,
	.search.search-results .entry-content #products-link-wrap,
	.search.search-results .entry-content  img,
	.search.search-results .post-info,
	.search.search-results .post-meta
	{
		display: none;
	}
	.search.search-results .entry-title,
	.search.search-results .entry-title > a
	{
		 text-transform: capitalize;
		 font-size: 24px;
		 font-size: 2.4rem;
		 color: #9ABEA9;
	}
	
	.search.search-results .entry-content > h2{
		 font-size: inherit;
	}
	
	.search.search-results  .archive-title {
		text-transform: capitalize;
	}
	
	.search.search-results .entry-content > p  {
	   overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 16px;     /* fallback */
	   max-height: 33px;      /* fallback */
	   -webkit-line-clamp: 2; /* number of lines to show */
	   -webkit-box-orient: vertical;
	}	

/*=================================
 | Skin Care Set  Page
 |=================================
*/

.parent-pageid-116 h1, 
.add-serum h2  {
    color: #78a68d;
}

.post-213 h2 {
    border-bottom: 1px solid #000000;
    width: 300px;
}

.skin-care-set-header{
    background-color: rgba(154, 190, 169, 0.5);
    border: 8px solid #FFFFFF;
    clear: both;
	padding: 23px;
}

.add-serum {
    border-right: 4px solid #70A086;
    border-top: 4px solid #70A086;
    float: right;
	font-size: 14px;
	font-size: 1.4rem;
    height: 100%;
	padding-top: 20px;
    width: 300px;
}


.add-serum img {
    border-bottom: 4px solid #70A086;
    margin-bottom: 0;
    margin-right: 0;
}

.add-serum h3 {
    text-transform: uppercase;
	color: #78a68d;
}

.add-serum p {
    padding-right: 20px;
}

.skin-care-set-1 {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 23px;
}

.skin-care-set-1 img {
	margin-right: -95px;
}



.skin-care-set-2 {
    float: left;
	font-size: 14px;
	font-size: 1.4rem;
    width: 490px;
	padding: 23px;
}


.essentials-skin-care-set {
    background-color: rgba(154, 190, 169, 0.5);
    border: 6px solid #FFFFFF;
    clear: both;
    font-size: 14px;
	font-size: 1.4rem;
    padding: 30px 56px;
}

.essentials-skin-care-set h2{
    width: 350px;
}


	
/*=================================
 | Testimonials Single  Page
 |=================================
*/
	.single-testimonial .post-meta,
	.single-testimonial .post-info
	{
		display: none;
	}

/*=================================
 | Easy Gallery Plugin
 |=================================
*/
.easy-gallery-wrap {
    padding: 10px;
    border: 1px solid #aaaaaa;
    text-align: center;
}

/*=================================
 | Easy Testimonials Plugin
 |=================================
*/

 blockquote.easy_testimonial {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: inherit;
    font-size: inherit;
    padding: 10px 0px !important;
    text-align: left;
	clear: both;
}


/*=================================
 | Clock Plugin
 |=================================
*/
.system-clock {
    clear: both;
    text-align: right;
    color: #916d4f;
}
