/*
Theme Name: Lotus Botanica
Author: georgie of the art agency and andrewg of ita.
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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: 16px;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	/*font-family:"proxima-nova", 'helvetica neue', 'arial', 'sans-serif';*/
	font-family: 'Quicksand', sans-serif; 
	word-wrap: break-word;
	background:#transparent;
	color: #454545;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	background: #fff;
	background: #E7CA66;
	font-weight:lighter;
	color:#5A5B5E;
}

a {
	color: #454545;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	color:#666;
}

a.fakelink, div.fakelink {
	cursor:pointer;
	text-decoration: underline;
}

div.float-right {
	display: inline-block;
	float:right;
}

a.samepage {
	border-bottom:1px dashed;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
	margin: 8px 0;
	font-family:"proxima-nova","helvetica neue",arial,"sans-serif";
	color:#000;
	letter-spacing:0.1em;
}

h1 {
	font-size: 22px;
	line-height: 1;
}

h1.ag-shop {
	font-size:20px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	font-weight:600;
	line-height: 1;
	color:#496E97;
	padding:10px 0 0;
}

h3, h3 a {
	font-size: 16px;
	font-weight:600;
	line-height: 1.0909090909;
	margin: 5px 0 20px;
}

h4 {
	font-size: 14px;
	font-weight:600;
	line-height: 1.5;
	margin-top: 1.5em;
}

h5 {
	font-size: 12px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 10px;
	line-height: 1.2;
}

b, strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 12px;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0;
	font-weight: bold;
}

td {
	border-width: 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #17a5b5;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #17a5b5;
	color: #fff;
	text-shadow: none;
}

/* Posts */

.meta-nav {
	margin-right:14px;
	font-size:1em;
}

.nav-links {

	border-top:1px solid #4f5051;
	padding-top:8px;
}

.nav-links a[rel="prev"] {
	float:left;
	max-width:50%;
	padding:15px 0;
}

.nav-links a[rel="next"] {
	float:right;
	max-width:50%;
	padding:15px 0;
}

.nav-links a {
	font-size:0.8em;
}
 
/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

.clearboth {
	height:0;
	clear:both;
}

.button {
	display:block;
	margin:0 auto;
	width:192px;
	height:45px;
	line-height:45px;
	border-radius:5px;
	background:#292929;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-weight:400;
	font-family: 'proxima nova', 'helvetica neue', helvetica, arial, sans-serif;
}

.button.big {
	height:67px;
	line-height:67px;
	font-size:18px !important;
	font-weight:300;
}

.button.wide {
	width:404px;
}

a.button.wide:hover {
	color:#F9CD34;
}

.smallcaps {
	text-transform:uppercase;
	font-size:16.67px;
	font-family:  'proxima nova', 'helvetica neue', helvetica, arial, sans-serif;
}

.desktop {
	display:inline-block;
}

.mobile {
	display:none !important;
}

.internal-link {
	cursor:pointer;
}

#back-to-top {
	display:none;
	z-index:9;
	position:fixed;
	bottom:3%;
	right:5%;
	cursor:pointer;
}

#slider {
	height: 400px;
	margin-bottom: 1px;
	width: 100%;
}

#slider img {
	max-width: 100%;
}

/* ------------------------ Structure -------------------------------- */

#header-desktop {
	background: #fff;
	-webkit-box-shadow: 2px 0px 3px 0px rgba(69,69,69,1);
	-moz-box-shadow: 2px 0px 3px 0px rgba(69,69,69,1);
	box-shadow: 2px 0px 3px 0px rgba(69,69,69,1);
	margin-top: 24px;
	min-height:154px;
	padding: 12px 24px 0;
	position:relative;
	z-index: 4;
}

#header-mobile {
	background: #fff;
	height:120px;
	position:fixed;
	z-index:998;
	width:100%;
}

#header-mobile-spacer {
	height:80px;
	position:relative;
}

#logo {
	margin:0;
	margin-left:10px;
	margin-top:-5px;
}

#logo a, #logo img {
	
}

#contact-form {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:#f2f3f3;
	width:548px;
	padding-top:20px;
	z-index:99;
	min-height:580px;
}

#contact-form-cancel {
	opacity:0.2;
	margin-left:5px;
}

#contact-form p, #contact-form label {
	font-family: 'proxima nova', "helvetica neue",arial,"sans-serif";
}

#contact-form h2 {
	font-size:16px;
}

#contact-form-close {
	position:absolute;
	top:0;
	right:0;
	width:27px;
	height:26px;
	background:url('images/close.jpg') no-repeat;
	cursor:pointer;
}

#contact-form-padding {
	display:none;
}

#content-main #contact-form .wpcf7 p {
	margin-bottom:0;
}

.contact-icon {
	cursor:pointer;
	font-size:0.85em;
}

.wp-post-image {
	width:100%;
	height:auto;
}

#content {
	background: #fff;
	-webkit-box-shadow: 2px 0px 3px 0px rgba(69,69,69,1);
	-moz-box-shadow: 2px 0px 3px 0px rgba(69,69,69,1);
	box-shadow: 2px 0px 3px 0px rgba(69,69,69,1);
	padding: 24px;
	z-index: 14;
}

#content-left {
	padding-left: 0 !important;
}

#content-right {
	background: #fff;
	min-height:630px;
}

#content-main {
	text-align:center;
	height: 400px;
	padding-top: 10px;
	position:relative;
}

#content-main.content-ag-shop-banner.shop-internal {
	height: auto;
	padding-top: 60px;
}

#content-main #my-account-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
}


#content-featured-image {
	border:4px solid #e1e1e1;
	position:relative;
}

#content-ag-shop {
	text-align:left;
	padding-top: 10px;
	position:relative;
}

#content-main.content-ag-shop-banner {
	padding-top:0;
}

#content-main h1, #content-ag-shop h1 {
	font-size:20px;
	text-transform:uppercase;
	margin-top:-1px;
}

#content-main p, #content-ag-shop p {
	padding: 10px 25px 0 25px;
}

#content-main div.grey {
	background:#e1e1e1;
	background: #E7CA66;
	background: #496E97;
	padding: 25px 0 15px;
}

#content-ag-shop p {
	padding: 10px 0 0;
}

#content-ag-shop hr, #content-right-noborder hr {
	color:#e1e1e1;
	color: #496E97;
	background-color:#e1e1e1;
	background-color: #496E97;
	width:100%;
	height:1px;
	margin: 10px 0 10px;
}

#content-main p:last-of-type {
	padding-bottom:10px;
}

#content-right-gallery {
	padding: 10px 0;
	overflow:hidden;
}

#content-right-noborder {
	font-size:13px;
	color:#666;
	margin:38px 0;
	line-height:1.6;
	min-height:445px;
}

#content-right-noborder.no-margin-top {
	margin-top:3px;
}

#content-right-noborder h1 {
	text-transform:uppercase;
	font-size:16px;
	color:#000;	
	font-weight:lighter;
	font-weight:300;
	line-height:1.3;
}

#content-right-noborder ol, #content-right-noborder ul {
	margin: 8px 0 8px 20px;
}

#content-right-noborder li, #content-right-noborder li {
	padding-left:12px;
}

#content-right-noborder h2 {
	text-transform:uppercase;
	font-size:14px;
	color:#000;	
	font-weight:lighter;
	font-weight:300;
	line-height:1.3;
	margin-bottom:4px;
}

#content-right-noborder h2.promotions {
	padding-top:0;
	margin-top:0;
}

#content-right-noborder hr {
	margin: 15px 0 15px;
}

#contact-upper-right {
	border-top:3px solid #e1e1e1;
}

#footer {
	background:#fff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(69,69,69,1);
	-moz-box-shadow: 2px 2px 3px 0px rgba(69,69,69,1);
	box-shadow: 2px 2px 3px 0px rgba(69,69,69,1);
	min-height:180px;
	margin-bottom: 24px;
	padding: 12px 24px;
	color:#666;
	color: #454545;
	font-size:11px;
	border-top: 1px solid #496E97;
	z-index: 4;
}

#footer-social ul, #primary-navigation ul {
	margin-left:0;
	margin-top:15px;
}

#footer-social ul li {
	display:inline;
	padding-right:8px;
}

#footer h2 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-weight:600;
	margin-top:0;
	margin-bottom:12px;
}

#footer p, #footer p a {
	margin-bottom:10px;
	font-size:14px;
}

#footer-copyright p {
	width:100%;
	text-align:right;
	border-top: 2px solid #496E97;
	padding: 4px 0 0;
	font-size:12px;
	color:#496E97;
}

/* ------------------------ Standard Pages -------------------------------- */

#contact-right {
	margin-top:138px;
	margin-bottom:150px;
}

/* ------------------------ Front Page -------------------------------- */


/* ------------------------ Navigation -------------------------------- */

/* Main Menu */

#primary-navigation {
	position:absolute;
	top:186px;
	padding:0;
	background:rgba(255,255,255,0.9);
	width:22%;
	z-index:999;
}

#primary-navigation p {
	font-size: 15px;
	width:145px;
	padding: 6px 10px 6px 20px;
	color:#666;
	margin:0;
	text-transform:uppercase;
	line-height:20px;
}

#primary-navigation ul {
	margin:0;
	text-align:left;
}

#primary-navigation ul li {
	border-radius: 2px;
	padding:0;
	position:relative;
	margin: 0;
}

#primary-navigation ul li.current_page_item, #primary-navigation ul li.current-menu-item {
	background: #E7CA66;
	background: #496E97;
	border-radius: 2px;
}

 #primary-navigation ul li.current-menu-item a {
 	color: #E7CA66;
 }

#primary-navigation ul li a {
	display:block;
	font-size: 14px;
	margin:4px 0;
	text-decoration:none;
	color: #496E97;
	text-transform:uppercase;
	line-height:20px;
	padding: 6px 10px 6px 20px;
	font-weight:600;
	letter-spacing:0.1em;
}

#primary-navigation ul li:hover {
	
}

#primary-navigation ul li a:hover {
	background: #496E97;
	color:#666;
	color: #E7CA66;
}

#primary-navigation ul li.current-menu-item:hover > a {
	cursor:default;
}

/* Mobile Menu */

#mobile-nav-button {
	padding:40px 30px 0;
	cursor:pointer;
	float:right;
	position:fixed;
	right:0;
	top:0;
	z-index:999;
}

#logo-mobile {
	float:left;
	padding:15px 20px;
}

#mobile-navigation {
	display:none;
    box-shadow: 0px 3px 3px rgba(52, 52, 52, 0.5);
    font-size: 19px;
    left: 0;
    margin: 0;
    min-width: 100%;
    position: fixed;
    top: 120px;
    z-index: 1000;
    background:rgba(255,255,255,0.9);
    padding: 0;
}

#mobile-navigation ul {
	width:100%;
	margin-left:0;
}

#mobile-navigation ul li {
	display:block;
	width:96%;
	padding:0 2% 0 2%;
	cursor:pointer;
}

#mobile-navigation ul li:hover {
	background:rgba(235,235,235,0.8);
}

#mobile-navigation ul li a {
	font-size: 15px;
	margin:0;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	line-height:30px;
	padding:0 4% 0 4%;
	width: 92%;
	display:block;
}

#mobile-navigation ul li a:hover {
	color:#333;
}

/* ------------------- Search in the header ------------------------ */

#search-container {
	position:relative;
	min-height:154px;
	left:50px;
	top:-3px;
}

form.search-form {
	position:absolute;
	top:100px;
	display:inline-block;
}

/* ------------------ Sign up in the header ---------------------- */

#header-sign-in {
	position:relative;
	top:105px;
	display:inline-block;
	text-align:right;
}

#header-sign-in a {
	color:#000;
	color: #496E97;
	text-transform:uppercase;
	font-weight:bold;
	font-weight:600;
	position:relative;
	left:37px;
}

#header-sign-in a:hover {
	color:#333;
	text-decoration:underline;
}

/* ----------------- header social --------------------------------*/

#header-social ul {
	margin-left:12px;
	margin-top:10px;
}

#header-social ul li, #header-social ul li a {
	display:inline-block;
	padding:8px;
}

#header-social ul li a {
	display:inline;
	padding:8px;
}

/* ------------------------ Forms -------------------------------- */

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	border:none;
	border-bottom:2px solid #e2e2e2;
	font-style:italic;
	color:#ccc;
	padding:3px;
	font-weight:bold;
	font-weight:500;
	display:inline;
	width:80%;
	font-family:"proxima-nova", 'helvetica neue', 'arial', 'sans-serif';
	letter-spacing:0.05em;
}

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

input[type="search"]:focus {
	border:1px solid #e2e2e2;
	max-width:110%;
}

.search-button {
	display:inline;
	vertical-align:bottom;
}

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

#mc_embed_signup .clear {
	display:block;
    width: 100%;
    visibility:visible;
}

.mc-field-group {
	display:inline;
}

.mc-field-group label {
	display:block;
	padding-bottom:20px;
	padding-top:20px;
}

.mc-field-group ul label {
	display:inline;
	padding-bottom:0;
}

.contact #sign-up {
	font-size:20px;
}

input[type=text], input[type=email], input[type=password] {
	background:#F9F9F9;
	border:#ccc solid 1px;
	color:#565656;
	font-family: 'Quicksand', sans-serif; 
	font-size:1em;
	height:34px;
	margin-bottom:15px;
	padding:2px 8px;
	width:100%;
}

#contact-lower-right input[type=text], #contact-lower-right input[type=email], #contact-lower-right input[type=password] {
	margin-bottom:2px; 
}

#mc_embed_signup input[type=email] {
	width: 80%;
	background:#fff;
	border:2px solid #496E97;;
	color:#666;
}

#mc_embed_signup .mailchimp-submit {
	display:inline;
	border-radius:2px;
	background: #fff;
	height:34px;
	color: #496E97;
	text-transform: uppercase;
	text-align:center;
	padding:0 8px;
	margin: 0 0 0 -3px;
	cursor:pointer;
	border:2px solid #496E97;
	vertical-align:top;
}

#mc_embed_signup .mailchimp-submit:hover {
	background: #496E97;
	color: #E7CA66;
}

input[type=text]:focus, input[type=email]:focus {
	background:#FCFCFC;
}

select {
	background:#F9F9F9;
	padding:2px 8px;
	margin:0;
	height:34px;
	color:#565656;
	border:#ccc solid 1px;
	font-weight:lighter;
	font-size:0.85em;
	border-radius:none;
	margin-bottom:15px;
}

#cf7_form_box input[type=text] {
	width:176px;
}

img.wpcf7-captchac {
	vertical-align:top;
}

.wpcf7-captchar {
	width:100px !important;
	display:inline;
}

textarea {
	width:100%;
	height:120px;
	display:block;
	background:#F9F9F9;
	padding:6px;
	border-radius:4px;
	color:#565656;
	border-color:#D9D9D9 #EAEAEA #FFFFFF;
	border-style:solid;
	border-width:1px;
	font-weight:lighter;
	font-size:0.85em;
	margin:0;
}

#contact-lower-right textarea {
	height:71px;
}

#contact-lower-right .wpcf7 p {
	margin-bottom:5px;
}

#cf7_form_box textarea {
	width:172px;
	height:80px;
}

input[type=text]:focus, textarea:focus {
	background:#fafafa;
	font-weight:500;
}

.indicates-required {
	text-align:right;
	padding: 8px;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip, .wpcf7-response-output, label.error {
	background: none repeat scroll 0 0 #F9E5E6 !important;
    border-radius: 4px 4px 4px 4px !important;
   	border:none !important;
	color: #B50007 !important;
	width:98%;
	top:5px !important;
	padding: 4px 4px;
	font-size:1.4em;
	color: #f00;
    display: block;
    font-size: 1em;
    margin:0 !important;
}

label.error {
	margin-bottom: 12px !important;
}

.wpcf7-validation-errors:last-of-type, .wpcf7-not-valid-tip:last-of-type, .wpcf7-response-output:last-of-type {
	margin-bottom:20px !important;
}

#mc_embed_signup .mce_inline_error {
	background: none repeat scroll 0 0 #F9E5E6 !important;
    border-radius: 4px 4px 4px 4px !important;
   	border:none !important;
	color: #B50007 !important;
	padding: 4px 4px;
	font-size:1.4em;
	color: #f00;
    display: inline-block;
    font-size: 1em;
    margin:10px 0 0;
}

.wpcf7-mail-sent-ok {
	background: none repeat scroll 0 0 #E9F9E5 !important;
	border:none !important;
	color: #1C8400 !important;
	width:98%;
	padding: 4px 4px;
	margin-top:-50px !important;
}

div.success, div.error { 
	font-size:1.3em !important;
}

div.error, #mce-error-response {
	background: none repeat scroll 0 0 #F9E5E6 !important;
    color: #B50007 !important;   
}

div.success {
	background: none repeat scroll 0 0 #E9F9E5 !important;
	color: #1C8400 !important;
}

div.error, div.success, #mce-success-response, #mce-error-response {
    border-radius: 4px;
	display: block;
	width: 98%;
	margin: 8px 0 16px;
	padding: 4px;
}

.button-black, .wpcf7-submit {
	display:inline-block;
	background: #fff;
	color: #496E97;
	text-transform: uppercase;
	text-align:center;
	padding: 8px 14px;
	line-height:15px;
	margin: 10px auto 20px;
	cursor:pointer;
	border: 2px solid #496E97;
	border-radius: 4px;
	letter-spacing:0.1em;
}

.button-black:hover, .button-black-small:hover {
	background: #496E97;
	color: #E7CA66;
}

.button-black-small {
	background:#fff;
	border: 2px solid #496E97;
	border-radius: 4px;
	color: #496E97;
	cursor:pointer;
	display:block;
	height:15px;
	line-height:16px;
	margin: 10px auto 20px;
	padding:6px 2%;
	text-align:center;
	text-transform: uppercase;
	width:100%;
}

.button-black-right {
	margin-left:30px;
}

#shipping-calc-submit {
	padding: 8px 10px;
}
.hide-display-header.content-hidden {
	background:url('images/arrow-down.png') no-repeat 100% 6px;
	cursor:pointer;
}

.hide-display-header.content-shown {
	background:url('images/arrow-up.png') no-repeat 100% 6px;
	cursor:pointer;
}

.hide-display-content {
	display:none;
}

.hide-display-content.shown {
	display:block;
}

/* --------------------- ag-shop ---------------------- */

#ag-shop form div.ag-shop-options {
	color: #496E97;
	display:block;
	font-weight: 500;
	margin:0 0 20px 0;
	padding:3px 3px 9px;
	border: 2px solid #496E97;
	text-align:center;
	cursor:pointer;
	background:#fff;
}

#ag-shop form div.ag-shop-options.ag-shop-product-occasions {
	min-height:510px;
}

#ag-shop form div.ag-shop-options.ag-shop-product-card {
	min-height: 250px;
}

#ag-shop a {
	text-decoration: none;
}

#ag-shop form div.ag-shop-options div:last-child {
	margin-right:0;
}

#ag-shop form div.ag-shop-options img {
	margin-bottom:12px;
	width:100%;
}

#ag-shop form div.ag-shop-product-glam {
	min-height:212px;
}

#ag-shop form div.ag-shop-product-values, #ag-shop form div.ag-shop-product-wrap {
	padding:4px 10px;
}

#ag-shop form div.ag-shop-product-wrap {
	height:35px;
	padding:15px 5px;
}

#ag-shop form .ag-shop-step {
	background:#fff;
	border: 2px solid #496E97;
	border-radius:41px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-weight:600;
	height:31px;
	line-height:30px;
	margin-top:8px;
	text-align:center;
	width:31px;
}

#ag-shop form div.ag-shop-product-values:hover, #ag-shop form .ag-shop-step.done, #ag-shop form .ag-shop-options:hover, #ag-shop form .ag-shop-options.done {
	background: #496E97;
	box-shadow: 2px 1px 2px rgba(0,0,0,0.5);
	color: #E7CA66;
}

#ag-shop form .ag-shop-options:hover p {
	color: #fff;
}

#ag-shop.cart th {
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
}

#ag-shop.cart td {
	color:#666;
}

#ag-shop.cart td span.required {
	font-size:0.9em;
	color:#999;
}

.ag-ag-shop-cart ul {
	margin-left:0;
}

#content-ag-shop p.ag-shop-heading {
	color: #496E97;
	font-weight: 600;
	padding-top:16px;
}

#ag-shop #product-addons-3-select {
	/*float:left;*/
}

.ag-shop-error {
	background:none repeat scroll 0 0 #F9E5E6;
    border-radius:4px;
   	border:none;
	color: #B50007;
	padding: 4px;
	/*color: #f00;*/
    display: block;
}

.ag-shop-success {
	background:none repeat scroll 0 0 #E9F9E5;
	border-radius:4px;
	border:none;
	color: #1C8400;
	padding: 4px;
	display: block;
}

.ag-right {
	text-align:right;
}

#product_form_submit {
	margin-bottom:13px;
	margin-top:0;
	opacity:0.4;
}

/* --------------------- gallery overrides ---------------------- */
.envira-gallery-public, .envira-gallery-wrap {
	margin-bottom:0 !important;
}

/* ------------------- blog stuff -----------------------------*/

.blog-header-image {
	margin:0 auto;
	display:block;
}
h1.blog-header-title {
	text-align:center;
	margin-bottom:35px;
	font-size:20px;
	text-transform:uppercase;
	margin-top:-1px;
}

.blog-outer {
	border:1px solid #e1e1e1;
	margin-bottom:20px;
}

.blog-content {
	padding:30px 30px;
}

.blog-title {
	width: 100%;
	padding: 20px 0 0;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.15em;
	color:#000;
	font-size:18px;
}

.blog-date {
	width: 100%;
	padding: 10px 0;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#666;
	font-size:12px;
}

.blog-social {
	text-align:center;
	border-top:1px solid #e1e1e1;
	margin-bottom:20px;
	display:inline-block;
}

.blog-social img {
	padding-top:10px;
}

/* ------------------- my account stuff -----------------------------*/

#my-account-menu div.grey {
	padding:5px 0 0;
}

#my-account-menu ul {
	margin:0;
	background:transparent;
	height:26px;
}

#my-account-menu ul li {
	display:inline;
	height:26px;
}

#my-account-menu ul li a {
	color: #E7CA66;
	font-weight: 600;
	padding: 5px 52px;
	text-decoration: none;
	text-transform:uppercase;
}

#my-account-menu ul li a:hover, #my-account-menu ul li.current a {
	background:#000;
	background: #5A53A1;
	color:#E7CA66;
}

#my-account-menu.shop ul li {
	display:inline;
	height:26px;
}

#my-account-menu ul li.inactive:hover a {
	background: transparent;
	color:#E7CA66;
	cursor:default;
}

#my-account-menu.shop ul li.current:hover a {
	cursor:default;
}

/* CONTENT MAIN PROMOS 	*/

#content-main-promo {
	background:#000;
	color:#e3e3e3;
	text-transform:uppercase;
	text-align:left;
	float:left;
	position:relative;
	width:100%;
}

#content-main-promo-image {
	float:left;
	display:inline;
	padding:20px 5px;
}

#content-main-promo-text {
	float:right;
}

#content-main-promo-text h3 {
	font-size:18px;
	display:inline-block;
	color:#e3e3e3;
	margin: 18px 0 4px;
}

#content-main-promo-text p {
	color:#e3e3e3;
	padding:6px 10px 10px 0;
	font-size:14px;
}

#content-main-promo-text p:first-of-type {
	margin-bottom:2px;
}

#content-main-promo-text p.more {
	display:block;
	position:absolute;
	bottom:0;
	font-size:12px;
	font-weight:bold;
	font-weight:500;
	background:#2d2d2d;
	max-width:115px;
	padding:6px 22px;
	margin-bottom:0;
}

#content-main-promo-text p.more a {
	color:#e3e3e3;
}

#message_body_overlay {
	background: rgba(0, 0, 0, 0.6);
	height: 600%;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index:8;
}
#xmas_message {
	background:#fff;
	border:1px solid #454545;
	box-shadow: 1px 1px 1px #454545;
	height:120px;
	padding:40px 20px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	text-align:center;
	transform: translate(-50%, -50%);
	width: 60%;
	z-index:9;
}

#xmas_message p {
	font-size:1.3em;
}