/*
Theme Name: Bella Lujo
Theme URL: http://www.bellalujo.com.au
Description: Custom development for Bella Lujo
Version: 1.0
Author: 3E
Author URL: http://www.3e.net.au
*/

@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	font-size: 13px;
	font-size: 0.9em;
	line-height: 1.231;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #fff;
}

body, button, input, select, textarea {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */

/* uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; color: #222222;}

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.footermenu ul, .footermenu ol { padding-left: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 {
	orphans: 3;
	widows: 3;
	background-color: white;
}
  h2, h3 { page-break-after: avoid; }
}


@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*

	Layout Styling
	--------------
*/	
	
@font-face {
    font-family: 'Questrial';
    src: url('font/questrial-regular.eot');
    src: url('font/questrial-regular.eot') format('embedded-opentype'),
         url('font/questrial-regular.woff') format('woff'),
         url('font/questrial-regular.ttf') format('truetype'),
         url('font/questrial-regular.svg#QuestrialRegular') format('svg');
}


/*********************
HEADER
*********************/
#wrapper-top {
	background: #E3DCD3;
	border-bottom: 2px solid #f3f0ed;
	height: auto;
}

#header-widgets {
	text-align: right;
}

.headerwidget table {
	float: right;
	width: 50%;
	text-align: right;
}

.headerwidget, .headerwidget a {
	color: #B92234;
	font-size: 1em;
	text-decoration:none;
}

.headerwidget {
	vertical-align: top;
}

/* Search Form Styles */

#searchfieldsubmit {
	display: block;
	vertical-align: top;
}

#searchform #s { clear: none; vertical-align: top; border:1px solid #e2dcd3; color: #999999; font-size: 0.75em; padding: 0.75%; }

#searchsubmit { position: absolute; }

/*********************
MAIN NAVIGATION
*********************/

.navigation-main ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	width: 100%;
	cursor: default;
}
.navigation-main ul li {
	display: inline-block;
	position: relative;
	vertical-align: middle; /*IE7*/
	*display:inline; /*IE7*/
    *zoom:1; /*IE7*/
}
.navigation-main ul li a {
	height: auto;
	display: block;
	cursor: pointer;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	color: #808080;
	text-transform: uppercase;
	padding: 0 8px;
	font-size: 0.9em\9; /*IE 8 */
	letter-spacing: 1px;
}
.navigation-main ul li a:hover, .navigation-main ul li a:focus {
	color: #ba2334;
}

/* drop down menu for child pages */

.navigation-main ul li ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+ */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style-type:none;
	position:absolute;
	left:-9999px; 
}
.navigation-main ul li ul li {
	padding-top:2px; 
	float:none;
}
.navigation-main ul li ul a {
	white-space:nowrap; 
}
.navigation-main ul li:hover ul { 
	position: absolute;
	left: 0;
	z-index: 1000;
	margin-left: 0;
	background-color: #e3dcd3;
	height: auto;
	width: 185px;
	padding: 0 10px 15px 10px;
	text-align: left;
}
.navigation-main ul li:hover a {
	text-decoration:none;
}

/* style child page links */

.navigation-main ul li:hover ul li {
	display: block;
	width: auto;
}

.navigation-main ul li:hover ul li a {
	text-decoration:none;
	font-size: 0.9em;
	padding-top: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
}
.navigation-main ul li ul li a:hover {
	color: #B92234; 
	background-position: 0 0;
	width: auto; 
	border-bottom: 1px solid #ba2334;
}


/*
.navigation-main ul li:hover ul li:first-child a {
	padding-left: 1.2em;
}

.navigation-main ul li:hover ul li:last-child a {
	padding-right: 1.2em;
}
*/

/* grandchild page links 

.navigation-main ul li:hover ul ul {
	background:#fff; *//* Adding a background makes the dropdown work properly in IE7+ 
	background:rgba(255,255,255,0);  But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... 
	list-style-type:none;
	position:absolute;
	left:-9999px; 
}
.navigation-main ul ul li ul a {
	white-space:nowrap; 
}
.navigation-main ul ul li:hover ul {
	position: absolute;
	left: 99%;
	top: 0;
	padding-right: 1.2em;
	z-index: 1000;
}
.navigation-main ul ul li:hover a {
	background:#fff;
	text-decoration:none;
}

style grandchild page links 

.navigation-main ul ul li:hover ul a {
	text-decoration:none;
	font-size: 0.9em;
}

.navigation-main ul ul li:hover ul li a:hover {
	color: #B92234; 
	background-position: 0 0; 
}*/

/* SMALL MENU */

.menu-toggle {
	display: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 1.125em;
	color: #8F97A3;
	text-transform: uppercase;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 660px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
		color: #808080;
	}
	h1.menu-toggle {
		font-size: 1.6em;
		font-weight: bold;
	}
.main-small-navigation {	
	z-index: 1000;
	margin-left: 0;
	background-color: #e3dcd3;
	height: auto;
	width: 100%;
	text-align: center;
}
.main-small-navigation ul li a {
	height:auto;
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #808080;
	color: #808080;
}
.main-small-navigation ul li ul {
	height:auto;
	display: block;
	cursor: pointer;
}
.main-small-navigation ul li ul li a {
	color: #BC2131;
}
.main-small-navigation ul li a:hover {
	border-bottom: 1px solid #ba2334;
}

	.navigation-main ul {
		display: none;
	}
/*
#rtp-nav-menu li { text-align: left; }
#rtp-nav-menu li ul { display: block; }*/
.main-small-navigation ul.sub-menu { background: #EEEEEE; left: 0; position: relative; top: 0; width: 100%; }
}

/*********************
HOME CONTENT MENU
*********************/

#home-content-menu ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	float: left;
	padding-left:0;
}
#home-content-menu ul li {
	display: inline;
	white-space: inherit; /* this allows long menu items to break to two lines whilst keeping all items vertically aligned */ 
	float: left;
	width: 171px;
	margin-top:0;
    margin-bottom: 0;
}
.home-content-menu ul li:first-child a {
	margin-left: 0;
}
.home-content-menu ul li:last-child a {
	margin-right: 0;
}
#home-content-menu ul li a {
	display: block;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	height: 71px;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing:0.07em;
	color: #fff;
	background-color: #bcc1c8;
	margin: 0 4px 0 0;
	padding: 8px;
	word-wrap: normal;

}
#home-content-menu ul li a:hover {
	background-color: #a5aebb;
}

/******************************************************************
******************************************************************
1. HOME PAGE LAYOUT & TYPOGRAPHY
******************************************************************
******************************************************************/
/*
#HomePageExtraLeft h1 {
	font-size: 2.25em;
	text-transform: uppercase;
}
#HomePageExtraLeft h2 {
	font-size: 23px;
	color: #B92234;
	text-transform: uppercase;
}
#HomePageExtraLeft h3, #HomePageExtraLeft h3 a {
	font-size: 1.25em;
	text-transform: lowercase;
	color: #8F97A3;
	text-align: right;
	padding-right: 3%;
	padding-top: 1%;
}*/

/*Recent News styling & typography*/

.recent-news-header h2 {
	font-size: 2.25em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

.recent-post-title h4,  .recent-post-title h4 a {
	color: #8F97A3;
	padding-bottom: 3px;
}

.recent-post-excerpt {
	color: #808080;
	font-size: 0.85em;
}

.recent-post-excerpt a {
	color: #808080;
	font-size: 0.85em;
	text-decoration: underline;
}

.recent-post-excerpt a:hover {
	color: #808080;
	font-size: 0.85em;
	text-decoration: none;
}

/** News Page Styling **/

.news_post {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top: solid 1px #d0c4b6;
	padding-top: 15px;
	margin-top: 15px;
}
.entry-date{
	color:#d0c4b6;
	font-size: 0.9em;
}
.news_thumbnail {
	display: block;
	float: left;
	width: 75%;
	clear: both;
	text-align: center;
	margin-left: 12.5%;
}

.news_content {
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
	clear: both;
}

@media only screen and (min-width: 660px) {
.news_thumbnail {
		clear: none;
		width: 31.9%;
		margin-right: 1%;
		text-align: left;
		margin-left: 0;
}
.news_content {
	clear: none;
	width:66.1%;
	margin-left: 1%;
	margin-top:0;
}
}

/*********************
SIDEBAR STYLING & TYPOGRAPHY
*********************/
#sidebar h1 {
	color: #ba2334;
}
#sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

#sidebar ul li {
	padding-bottom: 15px;
	margin: 0;
}

#sidebar ul li a { /* style the product category links */
	text-decoration: none;
	color: #8F97A3;
	font-size: 1.1em;
	letter-spacing:0.07em;

}

#sidebar ul li a:hover { /* style the product category links */
	color: #B92234;
}

#sidebar ul li.current-menu-item a  { /* highlight the current category being selected */
	color: #B92234;
}

/*********************
FOOTER
*********************/

#footer {
	display: block;
	color: #999;
	font-size: 13px;
	border-top: solid 1px #e3dcd3;
	border-bottom: solid 1px #e3dcd3;
}

#footer-widget {
	padding-top: 2%;
	padding-bottom: 2%;
}

/* social icons */
#footer ul.social {
    padding: 0;
    margin: 0;
    float:right;
}
#footer .social li {
    float:left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 13px;
}
#footer .social li a {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-out;    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;     
    text-indent: -999em
}
#footer .social li.facebook a { 
    /* using sprite image, left as reference to single image 
    background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 -24px
    */
    background: transparent url(i/facebook.png) no-repeat top center;
}
#footer .social li.facebook a:hover {
    /* using sprite image, left as reference to single image 
    background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 0
    */
    background: transparent url(i/facebook.png) no-repeat top center;
}
#footer .social li.pinterest a { 
    /* using sprite image, left as reference to single image 
    background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 -24px
    */
    background: transparent url(i/pinterest.png) no-repeat top center;
}
#footer .social li.pinterest a:hover {
    /* using sprite image, left as reference to single image 
    background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 0
    */
    background: transparent url(i/pinterest.png) no-repeat top center;
}
.fb-like {clear: both; float: right; margin-top: 5%; margin-right: 10px; width: 48px; overflow:hidden;}


/*********************
FOOTER MENU
*********************/

.footermenu {
	clear: none;
	float: left;
	width: 50%;
}

.footermenu ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	float: left;
}
.footermenu ul li {
	display: block;
	clear: both;
	padding-bottom: 2px;
}
.footermenu ul li a {
	display: block;
	cursor: pointer;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #808080;
	padding: 0 0.5em 0 0.5em;

}

/*********************
FOOTER styles
*********************/

#copyright {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #808080;
	padding-top: 1%;
}

#credit {
	padding-top: 25px;
}

#credit, #credit a, #credit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #b7aca0;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 1%;
}

/*********************
GRAVITY FORMS
*********************/

/* standard field  labels */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	color: #ba2334;
	font-weight: normal;
	font-size: 0.75em;
	}
	
body .gform_wrapper .gform_footer input[type=submit] {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	background-color: #fff;
	border: none;
	font-size: 1.25em;
	text-align: right;
	color: #ba2334;
	}
	
#HomePageExtraRight .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {border:1px solid #e2dcd3; width: 94%; padding: 2%; color: #999999; font-size: 1em;}

/* mailing list subscribe styles */

body .gform_wrapper .MailingListForm .gform_heading {
	float: left;
	width: 50%;
	clear: none;
}

body .gform_wrapper .MailingListForm .gform_body {
	float: left;
	width: 50%;
	clear: none;
}
body .gform_wrapper .MailingListForm .gform_footer {
	float: left;
	width: 50%;
	text-align: right;
	clear: none;
	padding: 0;
	margin-top: -1%;
}

body .gform_wrapper .MailingListForm .gform_body .gform_fields .gfield .gfield_label {
	display: none;
}

body .gform_wrapper .gform_heading .gform_title {
	background-image: url(i/LUMI-newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size: 2em;
	color: #B92234;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 3em;
	margin-left: 0.6em;
	font-weight: normal;
	margin-top: -3px;
}

.homeshow_form_name, .homeshow_form_email {
	font-size: 1.75em;
}

/******************************************************************
FONT STYLING
*******************************************************************/

p { 
	padding-bottom: 15px;
	line-height: 1.5em;
}

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  padding-bottom: 5px;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
	color: #7e6d5f;
	font-size: 1.75em;
}
h2,
.h2
{
	color: #808080;
	font-size: 1.4em;
}
h3,
.h3  {
	color: #7e6d5f;
	font-size: 1.4em;
	padding-top: 10px;
}
h4,
.h4 {
	color: #808080;
	font-size: 1.125em;
}
h5,
.h5,
h6,
.h6 {
	color: #808080;
	font-size: 1em;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #7e6d5f;

  /* on hover */

  /* on click */

  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #808080;
  text-decoration:none;
}
a:hover {
transition: transform 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out;
    -o-transition: color 0.6s ease-out;     
    text-decoration: underline
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/*********************
POSTS & CONTENT STYLES
*********************/
.post {
	margin-top: 1%;
}

/*
	Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#homepage-slider {
	clear: both;
	margin-bottom: 3%;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	}
#header {
	position: relative;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 0.25%;
}
.site-branding {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#header-widgets {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	
}
.headerwidget {
	clear: both;
	float: left;
	width: 100%;
	height: 12px;
}
nav {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding-left: 0%;
	vertical-align: bottom;
}
#content, #contact_content {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 2.5%;
}
#HomePageExtras {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
#HomePageExtraLeft, #HomePageExtraRight {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
#RecentNews {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-top: 1%;
	border-bottom: solid 1px #e3dcd3;
}
.recent-news-header {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.recent-news-posts {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
#HomePagePromo {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
#HomePageGallery {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
#sidebar {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-left: 0;
	border-left: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3dcd3;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
}
.footerpanel {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #e3dcd3;
}
.footermenu {
	clear: none;
	padding: 1% 0 1% 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
}
#footer-widget {
	text-align: center;
}
#copyright {
	clear: none;
	float: left;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}
#credit {
	clear: none;
	float: left;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}
/*.thumbnail {width: 30%;}*/

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 660px) {
.navigation-main ul li a {
	font-size: 0.7em;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.wrap {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.site-branding {
	clear: none;
	float: left;
	width: 31.383%;
	display: block;
}
#header-widgets {
	clear: none;
	float: right;
	margin-left: 0;
	width: 65.617%;
	display: block;
	margin-bottom: 5px;
	
}
.headerwidget {
	clear: both;
	float: right;
	margin-left: 0;
	height: 95px;
	display: block;
	margin-bottom: 5px;
	
}
nav {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#content {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 2.5%;
}
#content_sidebar {
	clear: none;
	display: block;
	float: left;
	width: 60%;
	padding-right: 2.5%;
	margin-top: 2.5%;
}
#sidebar {
	clear: none;
	width: 30%;
	padding-left: 2.5%;
	margin-top: 2.5%;
	border-top: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e3dcd3;
}
#HomePageExtraLeft {
	margin-right: 4.26%;
}
#HomePageExtraLeft, #HomePageExtraRight {
	clear: none;
	width: 47.87%;
}
#HomePagePromo {
	display: block;
	float: left;
	clear: none;
	width: 48.9%;
	margin-right: 1%;
	height: auto;
	border-right: 1px solid #cfc3b5;
}
#HomePageGallery {
	display: block;
	float: left;
	clear: none;
	width: 48.9%;
	margin-left: 1%;
	height: auto;
}
.footerpanel {
	clear: none;
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: 0;
}
.footermenu {
	clear: none;
	padding: 1% 0 1% 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
}
#footer-widget {
	text-align: right;
}
#copyright {
	float: right;
	text-align: right;
	vertical-align: bottom;
}
#credit {
	float: right;
	text-align: right;
	vertical-align: bottom;
}
}
@media only screen and (min-width: 770px) {
	.navigation-main ul li a {
	font-size: 0.8em;
}
}

/* Desktop Layout: FIXED WIDTH 940px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 940px) {
	
.gridContainer {
	width: 90%;
	max-width: 940px;
	_width:expression(this.scrollWidth > 940 ? "940px" : "auto"); /* sets max-width for IE6 */
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: auto;
}
.wrap {
	width: 90%;
	max-width: 940px;
	_width:expression(this.scrollWidth > 940 ? "940px" : "auto"); /* sets max-width for IE6 */
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 17.553%;
	display: block;
}
#header .wrap {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
	_width:expression(this.scrollWidth > 940 ? "940px" : "auto"); /* sets max-width for IE6 */
	height: 17.553%;
}
.headerwidget {
	clear: both;
	height: 110px;
	display: block;
	margin-bottom: 5px;
	
}
nav {
	display: block;
	float: right;
	clear: both;
	width: 100%;
	max-width: 940px;
	_width:expression(this.scrollWidth > 940 ? "940px" : "auto"); /* sets max-width for IE6 */
	height: auto;
	margin: 0;
	vertical-align: bottom;
	text-align: right;
}
.navigation-main ul li a {
	font-size: 0.94em;
}
#content {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 1%;
	margin-left: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 4%;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.footerpanel {
	clear: none;
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: none;
}
.footermenu {
	clear: both;
	margin-left: -0.5%;
	padding: 1% 0 1% 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: bottom;
}
#copyright {
	float: right;
	text-align: right;
	vertical-align: bottom;
}
#credit {
	float: right;
	text-align: right;
	vertical-align: bottom;
}
.recent-news-header {
	clear: none;
	display: block;
	float: left;
	width: 18.9%;
	text-align: left;
}
.recent-news-posts {
	clear: none;
	display: block;
	float: left;
	width: 81.1%;
}
}

/******************************************************************
EXTRAS

Please note: when developing mobile responsive for these items the
relevant declarations will need to be inserted into the media queries
above for layout. 

******************************************************************/

/* homepage promo responsive magazines */
#HomePagePromo ul {
	margin-left: 0;	
	padding-left: 0;	
}
#HomePagePromo ul li {
	list-style-type: none;	
}
#HomePagePromo a {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#HomePagePromo ul li:last-child a {
	margin-right: 0;
}
@media only screen and (min-width: 481px) {
	#HomePagePromo a {
	clear: none;
	width: 33.3%;
	margin-bottom: 10px;
}
}
@media only screen and (min-width: 660px) {
#HomePagePromo a {
	clear: none;
	width: 18%;
	margin-right: 2%;
}
#HomePagePromo ul li:last-child a {
	margin-right: 2%;
}
}


/* switching ways pop-up */

.popup_absolute {
	display: block;
	position: absolute;
	top:2.1em; left:14.5em;
}

a.PopUp 
{ 
    position:relative; 
    z-index:24; background-color:#fff; 
    color:#000; 
    text-decoration:none 
} 

a.PopUp:hover {z-index:25; background-color:#fff} 

a.PopUp span{display: none} 

a.PopUp:hover span 
{ 
    display:block; 
    position:absolute; 
    top:2em; right:1em; width:15em; 
	padding: 1em;
    border:1px solid #8F97A3; 
    background-color:#f8f8f8; color:#666666; 
}

/*********** SINGLE PRODUCT VIEW TABS STYLING ****************/

/* style the boxes */

.tabbed_box { 
	float: left; 
    margin: 0px auto 0px auto;
	width: 100%;   
}  

.tabbed_area {  
        border:0;  
        padding:8px;
		/*margin-left: -1.5%;*/
}  

/* position the tabs */

ul.tabs {  
    margin:0px; padding:0px;  
	margin-top:5px;  
    margin-bottom:12px;
	margin-left: -1.5%;
}  
ul.tabs li {  
    list-style:none;  
    display:inline;  
	padding-right: 6px;
} 

/* style the tabs and active tab */

ul.tabs li a {
	background-color: #bcc1c8;
	color: #fff;
	padding: 12px 16px 12px 16px;
	text-decoration: none;
	font-size: 1.125em;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #bcc1c8;
	/*border-bottom: 1px solid #8F97A3; */
    }  
ul.tabs li a:hover {  
        background-color:#8F97A3;  
        border-color:#8F97A3; 
		color: #fff; 
    }  
ul.tabs li a.active {  
        background-color:#8F97A3;  
        color:#fff;  
        border:1px solid #8F97A3;  
		color: #fff; 
        /*border-bottom: 1px solid #8F97A3;*/
    }  
	
/* style the content area and hide the non selected content areas */

.tab_content {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #8F97A3;
	height: auto;
	margin-left: -1.5%;
	background-image: url(i/bella-lujo-quality-assured2.png);
	background-repeat: no-repeat;
	background-position: right 90%;
    }  
#tab_content_2 { display:none; }  

/* Content area styling */

.tab_content h2 {
	color: #666666;
	font-size: 1.3em;
} 

.tab_content h3 {  
    color: #666666; 
	font-size: 1em;  
} 

.tab_hide {
	display: none;
}

.tab_content table {
	width: 60%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
}

.tab_content table td {
	padding-right: 4%;
}

.clear{
	clear:both;
}


