/*
	Theme Name: Maguire
	Theme URI: https://goeastdesign.com/
	Description: Maguire
	Author: Ian Davis, Mary Burger, Alex Reed and other ninjas
	Author URI: https://goeastdesign.com/
	Version: 1.1
	Tags: 

	License: GNU General Public License v2.0
	License URI: https://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/*
 * 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
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   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. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

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

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #ddd; text-shadow: none; }
::selection { background: #ddd; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #30abbb; }
a:visited { color: #30abbb; }
a:hover { color: #1bc9df; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

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, serif; _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; }


/* =============================================================================
   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/i/440
 */

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; white-space: normal; }

/*
 * 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; }

select {
	padding-top: 1px;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

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

/*
 * Re-set default cursor for disabled elements
 */

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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
   ========================================================================== */

td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Ian Davis
   ========================================================================== */

-webkit-background-clip: padding-box;

/* =============================================================================
   structure
   ========================================================================== */

html, body {	
	background-color: #f7f7f7;
}
body.home
{
	background-color: #A8B28F;
	background-image: url(img/Home-main-and-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 80% 0;
	background-attachment: inherit;
}

#wrapper {
	overflow:hidden;
	position: relative;
}
/* 590/960 = 0.614583333333333 (rounded)*/
#primary {
	float: left;
	width: 62%;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	position: relative;
}
#primary .colWrapper {
	float: right;
	width: 590px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	overflow: hidden;
}

/* New flyway Css for Store*/
#primarystore {
	float: left;
	width: 65%;
	width: 62%;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	position: relative;
}
#primarystore .colWrapper {
	float: right;
	width: 635px;
	width: 590px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	overflow: hidden;
}
#primarystore p {
	font-weight: normal;
	margin: 0px;
	width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
      
}
#primarystore h1 {
        color: #d3b65d;
        font-size: 32px;
	font-weight: normal;
	margin: 0 0 30px 0;

        padding: 0 15px 0 15px;
      
}
#primaryfull {
	float: left;
	width: 79%;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	position: relative;
}
#primaryfull .colWrapper {
	float: right;
	width: 760px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	overflow: hidden;
}
#primaryfull p {
	font-weight: normal;
	margin: 0px;
	width: 100%;

      
}
#primaryfull h1 {
        color: #d3b65d;
        font-size: 32px;
	font-weight: normal;
	margin: 0 0 30px 0;
	width: 600px;
        padding: 0 15px 0 15px;
      
}
.home #primary .colWrapper{
	background-color: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#main {
	padding-bottom: 20px;
}
/* 370/960 = 0.385416666666667 (rounded)*/
#secondary {
	float: left;
	width: 38%;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #a8b28f;
	background-image: url(img/Home-main-and-sidebar.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
}
#secondary .colWrapper {
	width: 370px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #412f20;
	background-color: rgba(56,39,24,.9);
}

/* New flyway Css for Store*/
#secondarystore {
	float: left;
	width: 34%;
	width: 38%;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #a8b28f;
	background-image: url(img/Home-main-and-sidebar.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
}
#secondarystore .colWrapper {
	width: 325px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-color: #412f20;
	background-color: rgba(56,39,24,.9);
	
	width: 370px;
   
}
.video-link {
	text-align: center;
}

.home #secondary {
	background-color: inherit;
	background-image: none;
}
.home #secondary .colWrapper {
	background-color: inherit;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.colWrapper {
	position: relative;
}
footer, #mainFooter {
	z-index: 2;
	position: relative;
}

/* =============================================================================
   header - logo and site title
   ========================================================================== */

header, #header {
	position: absolute;
	width: 590px;
	overflow: visible;
	z-index: 2;
	background-color: rgba(61,45,36,.5);
	height: 28px;
}
header h1, #header h1 {
	position: absolute;
	margin: 0;
}

header h1 a, #header h1 a {
	display: block;
	width: 259px;
	height: 177px;
	background-image: url(img/maguire-logo.png);
	background-repeat: no-repeat;
}
header h2, #header h2 {
	display: none;
}

.home h2 {
	color: #d3b65d;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'BitterRegular', Arial, sans-serif;
}
.home p {
	color: #fff;
}

.home header, .home #header {
	background-color: inherit;
}
.home #homeBar {
	background-color: rgba(61,45,36,.5);
	height: 28px;
	min-width: 100%;
	position: absolute;
	top:0;
	left:0;
}
.secondaryBar {
	background-color: rgba(61,45,36,.5);
	height: 28px;
	min-width: 100%;
	position: absolute;
	top:0;
	left:0;
}


/* =============================================================================
   navigation
   ========================================================================== */

#industryNav {
	clear: both;
	padding: 0 20px;
}
#generalNav {
	position: relative;
	z-index: 100;
}
#menu-industries {

}
#menu-industries a {
	font-size: 15px;
	padding-top: 7px;
	height: 25px;
}
#menu-industries li li a {
	font-size: 12px;
	text-shadow:none;
	padding-top: 5px;
	height: auto;
}
.general-menu-class li {
	width: 25%;
}
.industry-menu-class li {
	width: 50%;
}
.industry-menu-class .menu a {
	color: #F09911;
}
.industry-menu-class .menu li li a {
	color: #959595;
}
.menu .current-menu-parent a {
	background-color: #564e4a;
}
.menu .current-menu-parent li a {
	background-color: transparent;
}
.menu li {
	display: block;
	float: left;
	margin-bottom: 0;
}
.menu li a {
	font-size: 12px;
	display: block;
	padding-top: 5px;
	text-align: center;
	height: 23px;
	color: #cccccc;
	text-decoration: none;
	background-color: #281d16;
	border-right: solid 1px #575540;
}
.menu .current-menu-parent a, .menu .current-menu-parent .current-menu-item a, .menu .current-menu-item a{
	color: #fff;
}
.menu .current-menu-parent li a {
	color: #959595;
}
.menu li.storeLink a {
	color: #F09911;
}
.menu li:first-child a {
	border-left: solid 1px #575540;
}
.menu li:hover a {
	background-color: #564e4a;
	color: #fff;
}
.menu li:hover li a {
	background-color: transparent;
	color: #959595;
}
.menu li li a:hover, .menu li li a:active {
	color: #fff;
}
.menu li li {
	width: auto;
	display: block;
	float: none;
}
.menu li li a {
	font-size: 11px;
	color: #959595;
	height: auto;
	width: auto;
	display: block;
	padding: 2px 5px;
	visibility: hidden;
	text-align: left;
	background-color: transparent;
}
.menu li:first-child li a,.menu li li:first-child a,.menu li li a {
	border: none;
}
.menu li:hover li a, .menu li.current-menu-parent li a, .menu li.active li a {
	visibility: visible;
}
.sub-menu, .menu {
	width: auto;
}
.sub-menu {
	width: auto;
	margin-bottom: 20px;
}
.noLink a {
	cursor: default;
}

.noLink li a {
	cursor: pointer;
}
.menu li .menu-item-object-page a {
	color: #959595;
}
.menu .current_page_item a {
	background-color: #564E4A;
}
/* =============================================================================
   sidebar
   ========================================================================== */

.widget-area {
	clear: both;
}

/*reset general styling */
.widget-area p, .widget-area ul, .widget-area ol, .widget-area dl, .widget-area pre,.widget-area h1,.widget-area h2,.widget-area h3,.widget-area h4,.widget-area h5,.widget-area h6 {
	font-weight: normal;
	margin: 0;
	width: auto;
}
.widget-area table {
	margin-left: 20px;
	width: 330px;
	background-color: #251910;
	color: #959595;
	text-align: center;
}

.widget-area th {
	border-bottom: solid 1px #b5c9a0 !important;
	border-left: 1px solid #000 !important;
	background-color: #463d35;
}

.widget-area tr:first-child th {
	color: #959595;
	background-color: #503c16;
}
.widget-area tbody tr:first-child td {
	border-top: none !important;
}

.widget-area tbody td:first-child {
	background-color: #463d35;
}


.widget-area tr:last-child td:first-child, .widget-area tr.lastRow td:first-child {
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-left-radius: 13px;
}

.widget-area td {
	border-top: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
}
.widgetStaticTheme {
	margin: 20px;
}
#sidebarMovieLink {
	height: 45px;
}
#sidebarMovieLink h3 {
	background-color: #563e18;
	background-color: rgba(91,65,29,.5);
	padding: 16px 20px;
	font-size: 13px;
	color: #d3b65d;
	letter-spacing: 0;
}
#sidebarMovieLink a {
	font-size: 14px;
	color: #f09911;
	padding-left: 5px;
	padding-right: 12px;
	text-decoration: none;
	background-image: url(img/arrow.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	letter-spacing: -1px;
}
#sidebarMovieLink a:hover {
	color: #ffffff;
}
#sidebarContact {
	background-color: #2f2020;
	background-color: rgba(31,20,13,.5);
	padding: 16px 20px;
	margin-bottom: 65px;
}
#sidebarContact h3 {
	font-size: 14px;
	color: #c4c2c2;
	margin-bottom: 5px;
	letter-spacing: 0;
}
#sidebarContact p {
	font-size: 15px;
	color: #f09911;
}
#sidebarContact, #sidebarMovieLink h3 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.home #sideQuoteWrapper {
	padding-left: 158px;
	background-image: url(img/john-maguire.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sideQuote {
	padding: 16px 20px 0;
}
#sideQuoteBody {
	background-color: #afaaa7;
	background-color: rgba(225,225,225,.7);
	width: 150px;
	padding: 32px 25px 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 16px 16px 0px;
	border-radius: 0px 16px 16px 0px;
}
.home #sideQuoteBody {
	width: 132px;
	padding: 32px 20px 20px;
	height: 158px;
	overflow: hidden;
}
#sideQuoteBody blockquote
{
	color: #3e2d08;
	font-size: 14px;
	margin: 0 0 10px;
	text-indent: -6px;
}
#sideQuoteBody cite
{
	color: #3e2d08;
	font-size: 11px;
	line-height: 1;
}
#sideQuoteBody a
{
	color: #2a797c;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#sideQuoteBody p
{
	padding: 3px 0;
}
.home .sideQuoteLink
{
	display:none;
}
/* =============================================================================
   page - content
   ========================================================================== */
   
#postFeaturedHeader {
	height: 174px;
}

#postFeaturedHeader img {
	float: right;
}
.productPrice {
	border: solid 1px #b5c9a0;
	padding: 5px 12px;
	display: block;
	width: 50px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/* =============================================================================
   Process Slides
   ========================================================================== */

#processNav {
	padding: 0;
	height: 34px;
	width: auto;
	margin-right: 5px;
	margin-left: 67px;
	list-style: none;
	clear:both;
}
#processNav li {
	list-style: none;
	display:block;
	float:left;
	width: 20%;
	margin: 0;
	padding: 0;
}
#processNav a {
	font-size: 13px;
	line-height: 1;
	display:block;
	margin: 0 3px;
	padding: 10px 0 0;
	color: #c4943f;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #f4f4f4;
	text-align: center;
	height: 22px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(244, 244, 244, .2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(244, 244, 244, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(244, 244, 244, .2);
}	

#processNav a.active {
	color: #fff;
	background-color: #efb913;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	
	
}
.slideFrame {
	margin-left: 70px;
	width: 460px;
	clear: both;
	display: none;
}
.slideFrame.active {
	display: block;
}
.slideFrame img {
	margin-right: 10px;
}
.slideFrame h3, .slideFrame p {
	margin-left: 0;
	color: #2a797c;
	width:auto;
}
.slideFrame h3 {
	font-size: 16px;
	margin-top: 46px;
	text-transform: uppercase;
}
.slideFrame p {
	font-size: 14px;
}

/* =============================================================================
   calculator
   ========================================================================== */
#pc_calulatorTable{
	width: 420px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pc_calulatorTable input{
	width: 55px;	
}
#pc_totalRow td {
	border-left: none !important;
}
#estText, #resetButton {
	font-size: 12px;
	line-height: 1;
	margin: 0 3px;
}
#resetButton {
	cursor: pointer;
	padding: 10px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #2a797c;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(244, 244, 244, .2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(244, 244, 244, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(244, 244, 244, .2);
}
#estText {
	float: right;
	color: #959595;
	padding: 10px 0 10px 10px;
}
#pc_totalBox {
	margin-top: 4px;
}
.rowFactor {
	text-align: center;
}
.pc_outputBox {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #DDD;
	color: #555;
	height: 16px;
	padding: 3px;
	width: 70px;
	text-align: right;
}
.tableWarning
{
	text-align: center;
	color: #c4943f;
	width: 420px;
	margin: 0 0 15px 70px;
	font-size: 13px;
}

/* =============================================================================
   Coins and Bars
   ========================================================================== */
/* 
<ul id="cbTopTab" >
<li class="cbTopTabItem" ><a href="#" class="cbTopTabLink active" >COINS AND BARS WE SELL</a></li>
....
*/

#cbTopTab {
	clear: both;
	list-style: none;
	margin: 0 70px;
	padding:0;
}
.cbTopTabItem {
	display: block;
	float: left;
	padding-right:10px;
	margin-bottom: 0;
}
.cbTopTabLink,.cbTopTabLink:visited {
	background-color: #f4f4f4;
	text-decoration: none;
	display: block;
	color: #c4943f;
	padding: 17px 12px 12px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}
.cbTopTabLink:hover,.cbTopTabLink.active, .cbTopTabLink:active, .cbTopTabLink:focus {
	background-color: #f7bd0c;
	color: #fff;
}
.cbTopTabLink.active {
	z-index: 10;
	-webkit-box-shadow: -2px -2px 5px 0px rgba(1, 1, 1, .2);
	-moz-box-shadow: -2px -2px 5px 0px rgba(1, 1, 1, .2);
	box-shadow: -2px -2px 5px 0px rgba(1, 1, 1, .2);
}

/* 
<ul id="cbSellList" class="cbLists" >
<li class="cbListSection"><h4 class="cbListHeader">Gold coins</h4>
<ul class="cbSubList">
<li class="cbListItem" ><a href="#" class="cbListLink" >American Gold Eagle</a></li>
....
*/
.cbSection {
	display:none;
}
.cbSection.active {
	display:block;
	padding-bottom: 24px;
}
#cbContent {
	border-top: 1px solid #f7bd0c;
	padding-top: 21px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, .5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, .5);
	box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, .5);
	position: relative;
	left: -5px;
	width: 590px;
	padding-left:5px;
	margin-bottom: -24px;
	padding-bottom: 50px;
	z-index: 4;
}
.cbListSection {
	display: block;
	float: left;
	width: 25%;
}
.cbListHeader, .cbSubList {
	margin-left: 0;
}
.cbLists, .cbSubList {
	list-style: none;
	width: auto;
}
.cbLists {
	margin-top: 20px;
}
.cbSubList {
	padding-right:8px;
}
.cbListItem {
	padding-bottom: 6px;
}
.cbListLink {
	font-size: 12px;
}
.cbProduct {
	display: none;
	padding-bottom: 30px;
}
.cbProduct p {
	width: 350px;
	margin-left: 215px;
}
.cbProduct.active {
	display: block;
}
.cbProduct img {
	display: block;
	float: left;
	margin: 0 10px 0 20px;
}
/* =============================================================================
   sticky footer
   ========================================================================== */

* {margin:0;padding:0;}

html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
#mainFooter, .push {
	clear: both;
	height: 45px; /* .push must be the same height as .footer */
}
/* the hack to get around the admin bar in wordpress */
.admin-bar #wrapper {
	margin-bottom: -72px; /* the bottom margin is the negative value of the footer's height */
}
.admin-bar #mainFooter, .admin-bar .push {
	clear: both;
	height: 72px; /* .push must be the same height as .footer */
}

/* =============================================================================
   @font-face
   ========================================================================== */
   
@font-face {
    font-family: 'BitterRegular';
    src: url('fonts/Bitter-Regular-webfont.eot');
    src: url('fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bitter-Regular-webfont.woff') format('woff'),
         url('fonts/Bitter-Regular-webfont.ttf') format('truetype'),
         url('fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AllerBold';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bd-webfont.woff') format('woff'),
         url('fonts/aller_bd-webfont.ttf') format('truetype'),
         url('fonts/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
body{font-family: 'AllerRegular', Arial, sans-serif;font-weight: normal;font-style: normal;}
h1 {font-family: 'BitterRegular', Arial, sans-serif;font-weight: normal;font-style: normal;}



/* =============================================================================
   footer
   ========================================================================== */

#mainFooter {
	font-size: 12px;
	color: #a1a1a1;
	background-color: #0c0000;
}
#footerWrapper {
	width: 960px;
	margin: 0 auto;
}
#footerContact {
	float: left;
	padding: 16px 32px 0;
}
#footerLegal {
	float: right;
	padding: 16px 32px 0;
}


/* =============================================================================
   forms
   ========================================================================== */
label, .selectSpan {
	float: left;
	width: 150px;
	text-align: left;
}
input[type=email],input[type=text] {
	width: 200px;
}
form textarea {
	width: 350px;
}
form p {
	margin-bottom: 8px;
	clear: both;
}
form p.textareaContainer{
	margin-top: 26px;;
}
input[type="submit"] {
	background-color: #000;
	border: none;
	
	color: #FFF;
	font-size: 12px;


	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
}

/* =============================================================================
   Print Page
   ========================================================================== */

.page-template-page-print-php #primary {
	width: auto;
	float: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.page-template-page-print-php #primary .colWrapper {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.page-template-page-print-php header {
	background-color: transparent;
	width: 675px;
	height: 0;
}
.page-template-page-print-php input[type="submit"] {
	visibility: hidden;
}

.page-template-page-print-php h1 {
	right: 0;
	width: auto;
	padding: 0;
	margin:0;
}
.page-template-page-print-php h1 a {
	background-image: none;
	padding:0;
	width: auto;
	height: auto;
}
.page-template-page-print-php #postFeaturedHeader {
	height: 0;
}
.page-template-page-print-php article {
	/* margin-left: 180px; */
}
.page-template-page-print-php #makeForm {
	position: absolute;
}
.page-template-page-print-php #shipmentForm h2 {
	color:#333;
	margin: 0;
}
.page-template-page-print-php #shipmentForm p {
	margin: 5px 0;
}
.page-template-page-print-php .maguireForm table {
}
.page-template-page-print-php #shipmentForm .checkboxBlock label {
	margin: 0;
}

.page-template-page-print-php #shipmentForm table {
	width: auto;
	margin: 0 5px;
}

#shipmentForm label {
	width: 200px;
}
#shipmentForm form p {
	width: auto;
	margin-top:10px;
}
#shipmentForm h2 {
	clear: both;
	margin-top: 20px;
}
#shipmentForm td:nth-child(4n) {
	border-left: solid 3px #575540 !important;
}
#shipmentForm p.checkboxBlock {
	padding-bottom: 15px;
	clear: both;
}
#shipmentForm .checkboxBlock label {
	margin-left: 4px;
	padding-left: 10px;
	display: block;
	width: 375px;
	margin-bottom: 8px;
}
#shipmentForm input[type="checkbox"] {
	float: left;
	margin-left: 4px;
	padding-left: 10px;
	display: block;
}
#shipmentForm input[type="submit"] {
	float: none;
	margin-top: 22px;
}
#bullionCoin {
	margin-left: 20px;
}
#printButton {
	position: absolute;
	top: 157px;
	right: 20px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #2a797c;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(1, 1, 1, .2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(1, 1, 1, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(1, 1, 1, .2);
}
/* =============================================================================
   copy past from style sheet START
   ========================================================================== */


/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0 70px;
	padding: 0;
	width: 390px;
	letter-spacing:0px;
}
h1 {
	color: #d3b65d;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 15px;
}
h2 {
	color: #2a797c;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 5px;
	padding-top: 8px;
}
h3 {
	color: #c4943f;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 8px;
}
h4, h5, h6 {
	color: #58595b;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 8px;
}

/* Text elements */
p, ul, ol, pre {
	font-weight: normal;
	margin: 0 0 0 70px;
	width: 390px;
      
}
p {
	color: #464646;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 8px;
}
ul, ol {
	margin-bottom: 24px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
}
li {
	list-style-position: inside;
	margin-bottom: 5px;
}
#post-104 li{
	text-indent: -10px;
	padding-left: 8px;
}
ul {
	list-style: disc;
	margin-bottom: 16px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-size: 15px;
	font-weight: bold;
}
dd {
}
strong {
	font-family: 'AllerBold', Arial, sans-serif;font-weight: bold;font-style: normal;
	color: #222;
}
cite, em, i {
	font-style: italic;
}
cite {
	border: none;
}
big {
	font-size: 131.25%;
}
blockquote {
	font-weight: normal;
	margin: 0 0 30px 70px;
}
blockquote p {
	margin:  0 0 8px;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	display: block;
	color: #c4943f;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}
blockquote cite:before {
	content: "\2014 ";
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}
code, kbd, code var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=email],
input[type=text],
textarea {
	background: #ededed;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #333;
}input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
	color: #333;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=email],input[type=text] {
	padding: 3px;
}

/* Links */
a,
a em,
a strong,
a:active {
	color: #30abbb;
	text-decoration: underline;
}
a:focus, a:hover {
color: #1bc9df;
}
a.button, a.button:visited {
	text-decoration: none;
	background-color: #efb913;
	border: none;
	padding: 10px 21px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 34px;
	margin-bottom: 25px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(255, 255, 255, .2),inset 0px -2px 5px 0px rgba(0, 0, 0, .3),0px 0px 2px 2px rgba(243, 201, 73, .2);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
	text-align: left;
	margin: 0 0 15px 70px;
	width: 350px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-spacing: 0;
	border: 1px solid #b5c9a0 !important;
}
tr th {
	border: none !important;
	color: #959595;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	font-size: 12px;
	background-color: #f3f3f3;
	height: 30px;
}
tr:first-child th {
	font-size: 13px;
	color: #fff;
	background-color: #c4943f;
}
tr:first-child th:last-child {
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	border-top-right-radius: 13px;
}
tr:first-child th:first-child {
	-webkit-border-top-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	border-top-left-radius: 13px;
}
td {
	font-size: 12px;
	padding: 8px 6px;
	border: none !important;
	border-top: 1px solid #7f7f7f !important;
	border-left: 1px solid #7f7f7f !important;
}
td:first-child, th:first-child {
	border-left: none !important;
}

table#door2door {
	width: 430px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-spacing: 0;
	border: none !important;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	padding-top: 20px;
}
#door2door td {
	padding-top: 0;
	border: none !important;
}
#door2door img {
	width: auto;
	max-width: inherit;
	padding: 0 0 0 5px;
}
#door2door img.icon {
	vertical-align: bottom;
	padding: 0;
}
#door2door p, #door2door h3 {
	margin: 0 5px 5px;
	width:200px;
}
#tableCalendar {
	text-align: left;
	margin: 0 0 15px 70px;
	width: 410px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-spacing: 0;
	border: none !important;
}
#tableCalendar th {
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #c4943f !important;
	vertical-align:bottom;
	color:#c4943f;
	background-color:white;
	padding: 5px 0;
	margin: 0;
	line-height: 1;
}
#tableCalendar td:first-child {
	font-family: 'AllerBold', Arial, sans-serif;font-weight: bold;font-style: normal;
	color: #222;
}
#tableCalendar td {
	color: #464646;
	font-size: 12px;
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	vertical-align:bottom;
	background-color:white;
	padding: 5px 0;
	margin: 0;
	line-height: 1.4em;
	vertical-align:top;
}

.maguireForm table {
	margin: 0 auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
/*
	text-align: left;
	margin: 0 0 15px 70px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-spacing: 0;
	border: none !important;
	*/
}
.maguireForm td {
/*
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	vertical-align:bottom;
	background-color:white;
	padding: 0 5px 5px 0;
	margin: 0;
	line-height: 1.4em;
	vertical-align:top;
	*/
}
#marketHistory {
	width: 535px;
	margin-left: 35px;
}
#marketHistory td {
	width: 12.5%;
}

.maguireForm td input[type=email],.maguireForm td input[type=text] {
	width: 38px;
}
.maguireForm td input[type=text].otherinput {
	width: auto;
}
#stOther4,#stOther5,#stOther6 {
	width: 100px;
}
/* Images */
img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.icon {
	padding-left: 5px;
	vertical-align: top;
	margin-top: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img {
	border: none;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
.wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
.keyLedgend {
	color: #c4943f;
	padding-right: 29px;
	text-transform: uppercase;
}
.keyLedgend img {
vertical-align:bottom;
}


/* =============================================================================
   copy past from style sheet END
   ========================================================================== */

/* =============================================================================
   WooCommerce Style fixes for this theme
   ========================================================================== */
   
   /* General */
   
   body.woocommerce-page h1, body.woocommerce-page h2, body.woocommerce-page h3, 
   body.woocommerce-page h4, body.woocommerce-page h5, body.woocommerce-page h6 {
	   //color: #222;
	   margin: 0 0 1em;
	   width: auto;
	   line-height: 1.2em;
   }
   body.woocommerce p,
   .woocommerce p,
   .woocommerce ul,
   .woocommerce ol {
	   width: auto;
	   margin: 0 0 1em;
   }
    .woocommerce ul.menu {
	    margin: 0;
	}
   .entry-content div.woocommerce  a.button {
	   font-family: 'AllerBold', Arial, sans-serif;
	   background-color: #b98e09;
	   font-size: 1.2em;
	   color: #fff;
   }
   .entry-content .woocommerce  table {
	   margin: 0 0 15px 0;
	   box-shadow: none;
	   border-radius: 0;
	   border: 0.1rem solid #dcd7ca !important;
   }
   .entry-content .woocommerce table tr th {
	   //width: auto;
   }
   .entry-content .woocommerce  table tr th:first-child {
	   border: none;
	   background-color: #fff;
	   color: #222;
	   border-top-left-radius: 0px;
   }
   .entry-content .woocommerce  table tr td {
		border-color: #dcd7ca !important;  
		border-top: none !important; 
   }
   
   
   /* Shop Page */
   p.woocommerce-result-count {
	   width: auto;
   }
   body.woocommerce form.woocommerce-ordering {
	   margin-right: 3.8%;
   }
   body.woocommerce ul.products {
	   display: flex;
	   flex-wrap: wrap;
	   width: 100%;
   } 
   body.woocommerce ul.products li.product {
	   width: 46%;
   }
   body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	   color: #222;
	   font-size: 1.4em;
   }
   body.woocommerce ul.products li.product .price {
	    color: #666;
	    font-size: 1.2em;
   }
   body.woocommerce ul.products li.product a.button {
	   font-family: 'AllerBold', Arial, sans-serif;
	   background-color: #b98e09;
	   font-size: 1.2em;
	   color: #fff;
   }
   body.woocommerce ul.products li.product a.button:hover {
	   background-color: #7c5f06;
   }
   
   
   /* Product Page */
   body.woocommerce .product {
	   margin: 0 3.8%;
   }
   body.woocommerce div.product div.woocommerce-product-gallery {
	   float: none;
	   width: 100%;
   }
   body.woocommerce div.product div.entry-summary {
	   float: none;
	   width: 100%;
   }
    body.woocommerce .entry-summary table {
	    box-shadow: none;
	    margin: 0 0 1em;
	    -webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		font-weight: 400;
		border: 0.1rem solid #dcd7ca !important;
    }
    body.woocommerce .entry-summary table td.label {
	    border-top: none !important;
	    padding: 1em !important;
	    
    }
     body.woocommerce .entry-summary table td.label label {
	     width: auto;
	     font-weight: normal;
     }
     body.woocommerce div.product form.cart .variations label {
	      font-weight: normal;
     }
    body.woocommerce .entry-summary table td.value {
	    border-top: none !important;
	    border-left-color: #dcd7ca !important;
	    padding: 1em !important;
    }
   body.woocommerce .entry-summary .price {
	   margin-bottom: 1em;
	   display: block;
   }
   .woocommerce-page .woocommerce table.shop_attributes th {
	   padding: 1em;
	   width: auto;
   }
   .woocommerce-page .woocommerce table.shop_attributes td{
	   padding: 1em;
   }
   .woocommerce-page .woocommerce .quantity input {
	   height: 32px;
   }
   
   /* Cart */
   body.woocommerce-page .entry-content {
	   margin: 0 3.8%;
   }
   body.woocommerce-page table.cart {
	   border: none !important;

   }
   .woocommerce-cart-form table tbody tr,
   body.woocommerce-page table.cart tr td {
	       border-top: 1px solid #eee !important;
   }

   body.woocommerce-page .entry-content table.cart tr:first-child th,
   body.woocommerce-page .entry-content table tr:first-child th {
	   color: #444;
	   font-weight: 400;
	   background-color: #fff;
	   border-bottom: 1px solid #eee !important;
   }
   
    /* Checkout */
	body.woocommerce-page .entry-content h3 input#ship-to-different-address-checkbox {
		margin-right: 5px
	}
	   body.woocommerce-page form p {
		   clear: inherit;
	   }
   
    body.woocommerce-page .entry-content table td {
	    border-bottom: 1px solid #eee !important;
    }
    body.woocommerce-page .entry-content table thead tr th{
	    text-align: left;
    }
    body.woocommerce-page .entry-content table tr th {
	    text-align: left;
    }
    body.woocommerce-page .entry-content label {
	    float: none;
	    width: auto;
    }
    body.woocommerce-page .entry-content td.product-name {
	    width: auto;
    }
    body.woocommerce-page .entry-content td.product-total {
	    max-width: 150px !important;
    }
    body.woocommerce-page .entry-content tr td ul {
	    width: auto;
    }
    body.woocommerce-page .woocommerce .woocommerce-customer-details address {
	    width: auto;
    }
    
   
/* =============================================================================
   video player
   ========================================================================== */
#fancybox-content .vjs-default-skin .vjs-big-play-button {
	top: 90%;
	left: 90%;
	height: 5em;
	border: none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(170,170,170,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(170,170,170,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(170,170,170,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(170,170,170,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(170,170,170,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(170,170,170,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80aaaaaa',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  4px 4px 8px 0px rgba(1, 1, 1, .5);
	-moz-box-shadow:  4px 4px 8px 0px rgba(1, 1, 1, .5);
	box-shadow:  4px 4px 8px 0px rgba(1, 1, 1, .5);
}
#fancybox-content .vjs-default-skin .vjs-big-play-button:hover {
	-webkit-box-shadow:  0px 0px 80px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:  0px 0px 80px 0px rgba(255, 255, 255, 1);
	box-shadow:  0px 0px 80px 0px rgba(255, 255, 255, 1);
}

p a.currentLink {
	color:#D3B65D;
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== 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; *line-height: 0; }
.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; box-shadow:none !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) ")"; }
  header a[href]:after { content: " "; }
  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; }
  h2, h3 { page-break-after: avoid; }
  
	#printButton {
		display: none;
	}
	
	select {
	   background: transparent;
	   border: 1px solid #ccc;
	}

}


/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:normal; } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white; } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
div.gallery {
width: 500px;
}
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/


/** Hardcoded for style. Probably remove.**/
.gform_body {
	margin: auto !important;
    width: 75% !important;
}

.jewerly-lot-form {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#gform_fields_5 {
	display: flex;
	flex-direction: column;
}

#gform_fields_7 {
	display: flex;
	flex-direction: column;
}

.jewerly-lot-form ul {
	margin: 1em 0;
	width: 100%;
	
}

.jewerly-lot-form label {
	width: 100%
}

.jewerly-lot-form table {
	margin: 0;
}

.settlement-instructions ul {
	display: flex;
	flex-direction: column;
}

.settlement-instructions li {
	display: flex;
	flex-direction: row;
}

[class^="gform_confirmation_message_"] table {
	margin: 0;
}

@media print {
	#secondary {
		display: none;
	}

	.entry-content h1{
		display: none;
	}

	.entry-content p{
		display: none;
	}

	#footerContact {
		display: none;
	}

	#footerLegal {
		display: none;
	}

	[class^="gform_confirmation_message_"] table {
		margin: 0;
	}

	[class^="gform_confirmation_message_"]>table {
		border: 0px !important;
	}

	#primary {
		all: initial;
	}

	.colWrapper {
		all: initial !important;
	}

	#postFeaturedHeader {
		all: initial;
	}

	table {
		width: 99%;
		/* height: 99vh; */
	}

	tr {
		page-break-inside: auto;
	}
}