/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * 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.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {font-family: 'Copperplate-Med';src: url('33D309_0_0.eot');src: url('33D309_0_0.eot?#iefix') format('embedded-opentype'),url('33D309_0_0.woff2') format('woff2'),url('33D309_0_0.woff') format('woff'),url('33D309_0_0.ttf') format('truetype');}

/* ALL CONTENT FADE IN */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#content {
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;}

/* HOMEPAGE LOGO FADE IN */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.frontpage .monogram, .frontpage nav {
    opacity: 0;
    -webkit-animation: fadeIn ease-in-out 1;
    -moz-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}


/* GENERAL STYLES */

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ffffff;
  	color: #7e9a95;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 0 0 75px;
    /* bottom = footer height */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* COPPERPLATE MEDIUM SELECTORS */

h1, h2, h3,
#cart-link,
.cart-link-row a,
.item.stores,
.stores-footer,
.btn,
nav ul,
.sub-nav,
.cart-table th,
#nav-toggle {
	font-family: 'Copperplate-Med';
  	font-weight: normal;
    letter-spacing: 1px;
  	line-height: 1.8;
  	text-transform: uppercase;
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 84%;
}

h1, h2, h3, h4 {
    line-height: 1;
    font-weight: normal;
    margin: 0;
}

h1, h2, h3 {
	font-size: 1.063em;
}

a {
    color: #000000;
    text-decoration: underline;
    transition: 0.2s linear;
}

p {
    text-align: justify;
}

img {
  	box-sizing: border-box;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/* BODY BACKGROUND COLOURS ETC */

body.page-id-stores {
    background: #7e9a95;
}

body.shopify-page header, body.cart header, body.blog header {
    background: url('bg.jpg') no-repeat center bottom;
/*     background-attachment: fixed; */
    background-size: cover;
}

body.product header {
    background: url('bg.jpg') no-repeat center bottom;
    background-size: cover;
}

header {
    padding: 6em 0 2em;
    text-align: center;
}
/* 
header.show-cart {
	padding-top: 6em;
} */

.bg-container {
    background: url('bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.frontpage .bg-container, .collection .bg-container {
    display: block; /* show on home and collection pages only */
}

/* LIGHT UP COLLECTIONS */
/* MENU ITEM 1 */
.collection-simple-chain .collection-collections .top-link a,
.collection-new .collection-collections .top-link a,
.collection-teardrop-1 .collection-collections .top-link a,
.collection-circle-links .collection-collections .top-link a,
.collection-charms .collection-collections .top-link a,
.collection-gem .collection-collections .top-link a,
.collection-vine .collection-collections .top-link a,
.collection-lattice .collection-collections .top-link a,
.collection-personalized .collection-collections .top-link a,
.collection-14kt .collection-collections .top-link a,
/* MENU ITEM 2 */
.collection-new-rings .collection-engagement-rings .top-link a,
.collection-engagement-rings-1 .collection-engagement-rings .top-link a,
/* .collection-antique .collection-engagement-rings .top-link a, */
/* MENU ITEM 3 */
.collection-bands .collection-wedding-bands .top-link a,
/* MENU ITEM 4 */
.collection-antique .collection-antique-jewelry .top-link a,
.collection-antique-jewelry .collection-antique-jewelry .top-link a,
.collection-antique-rings .collection-antique-jewelry .top-link a
 {
  	color: #000000;	
}

/* HOMEPAGE SLIDER */

.bg-container.slider {
    background: transparent;
}

.bg-container.slider .slide, .bg-container.slider .mobile-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.bg-container.slider .mobile-slide {
	display: none;
}

#logo {
    background: url('logotype_white.png') no-repeat 0 0;
    background-size: 760px 33px;
    display: block;
    height: 33px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999px;
    width: 760px;
}

#logo span {
    background: url('monogram-small.png') no-repeat 0 0;
    background-size: 70px 37px;
    display: block;
    height: 37px;
    left: 364px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
}

header nav {
    margin-top: 2em;
}

nav ul {
    color: #a2833e;
    font-size: 1.313em;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer nav ul {
 font-size: 1.1rem; 
}

nav ul li {
    display: inline-block;
    padding: 0 0.5em 1em;
    position: relative;
}

nav ul li:before {
    content: ' | ';
    position: absolute;
    left: -0.375em;
}

nav ul li:first-child:before {
    content: none;
}

nav ul li a {
    color: #a2833e;
    text-decoration: none;
}

nav ul li a:hover, nav ul li.current a, nav ul li.active a {
    color: #000000;
}

.sub-nav {
    background: #a2833e;
    color: #ffffff;
    display: none;
    font-size: 0.375em;
    left: 50%;
    padding: 3px;
    position: absolute;
    text-align: left;
    top: 3em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 180px;
    z-index: 10;
}

nav .sub-nav ul {
  	font-size: 1.375em;
    padding: 1em;
}

nav .sub-nav ul li {
    color: #ffffff;
    display: block;
    margin-bottom: 0.5em;
    padding: 0;
}

nav .sub-nav ul li a {
    color: #ffffff;
    display: block;
}

nav .sub-nav ul li a:hover {
    color: #000000;
}

nav .sub-nav ul li:last-child {
    margin-bottom: 0;
}

nav .sub-nav ul li:before {
    content: none;
}

/*  ring book */
nav .sub-nav ul li.child-link-ring-book {
	margin-top: 1em;
}

nav .sub-nav ul li p {
  	color: #ffffff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  	margin: 0.125em 0 0;
  	text-align: left;
  	text-transform: none;
}

.small-header {
    background: #000000;
    color: #ffffff;
    left: 0;
    opacity: 0;
    padding: 1em 0;
    position: fixed;
    text-align: center;
    top: -60px;
    transition: 0.4s ease-in-out;
    width: 100%;
    z-index: 10;
}

.scrolled .small-header {
    /*      opacity: 1;
    top: 0; */
}

header .wrapper {
	position: relative;
}

#cart-link {
  	color: #000000;
  	font-size: 1.25em;
	position: absolute;
  	text-decoration: none;
  	top: -3em;
  	right: 0;
}

.cart-link-row {
/* 	background-color: #000000; */
  	left: 0;
  	position: fixed;
  	right: 0;
  	text-align: right;
  	top: 0;
    z-index: 1000;
}

.cart-link-row a {
  	background: rgba(255,255,255,0.25);
	color: #000000;
  	display: inline-block;
  	font-size: 0.875em;
  	padding: 0.5em 1em;
  	text-decoration: none;
}

.cart-link-row a:hover {
  color: #a2833e;
}

/* hide cart link row on cart page */

.cart .cart-link-row {
/*   	display: none; */
}

#content {
    padding: 2em 0 5em 0;
}
#content ul {
	padding-left: 15px;
}

/* FADE BLOCKS ON SCROLL */

.scroll-block {
    opacity: 0;
    transition: .75s ease-out;
}

.scroll-block.in-view {
    opacity: 1;
}

/* FOOTER */

footer {
    background: #f1f1f1;
    bottom: 0;
    left: 0;
    padding: 2em 0 1em 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

body.frontpage footer, body.page-id-stores footer {
    background: #ffffff;
}

footer nav ul li {
    padding: 0 0.5em;
}

/* ACTIVE PAGE FOOTER LINKS COLOUR */

.page-id-stores footer nav ul li.stores a,
.blog footer nav ul li.journal a,
.page-id-faq footer nav ul li.faq a,
.page-id-contact footer nav ul li.contact a,
.page-id-search footer nav ul li.search a,
.page-id-about-us footer nav ul li.about a,
.product-gift-card footer nav ul li.gift-cards a {
    color: #000000;
}

/* DEFAULT PAGE STYLES */

.default-page {
    color: #7e9a95;
    margin: 0 auto;
    max-width: 700px;
}

.default-page h1, .default-page h2 {
    color: #a2833e;
  	margin-bottom: 1em;
}

.default-page em {
    color: #a2833e;
}

.default-page a {
    color: #7e9a95;
}

.default-page img {
    border: 3px solid #a2833e;
    width: auto;
}

/* CONTACT FORM */

.contact-form .type-text input, .contact-form textarea, #search-input {
  	border: 1px solid #7e9a95;
  	border-radius: 0;
	box-sizing: border-box;
	min-width: 50%;
  	padding: 5px;
  	resize: none;
  	-webkit-appearance: none;
}

.contact-form textarea {
	min-height: 150px;
}

.search-form {
	text-align: center;
}

#search-input {
  	color: #000000;
	display: block;
  	margin: 0 auto 2em;
}

.search-result {
  	border-top: 3px solid #a2833e;
	margin-top: 2em;
  	padding: 1em 0;
}

.search-result h3 {
	margin-bottom: 1em;
}

.search-result h3 a {
	color: #ffffff;
  	text-decoration: none;
}

.search-result .product-thumb {
	width: 106px;
}

.search-result .search-text {
  	margin-left: 20px;
	width: 500px;
}

.item {
    background: #7e9a95;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0.875em;
    margin: 0 0 2.5% 2.5%;
    padding: 3px;
    width: 18%;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

a.item:hover {
    background: #a2833e;
}

.item.first, .item.stores.first {
    clear: left;
    margin-left: 0;
}

.item h3 {
  	font-size: 0.875em;
    line-height: 1.2;
  	margin-bottom: 5px;
}

.item-detail {
    padding: 7px 7px 5px;
}

/* STORES */

.item.stores {
    background: transparent;
    color: #000000;
    margin-left: 8%;
    margin-bottom: 0;
    text-align: center;
    width: 28%;
}

.item.stores h1, .item.stores h2 {
    color: #ffffff;
    font-size: 1em;
    margin: 0;
}

.store-copy {
    padding-top: 2em;
    text-align: center;
}

.store-copy p {
    text-align: center;
}

.store-copy a {
	text-decoration: none;
}

.store-copy a:hover { 
    color: #ffffff;
}

.flagship {
    display: block;
    margin-top: -1.8em;
}

.item.stores p {
    margin-top: 0;
}

.item.stores img {
    box-sizing: border-box;
    border: 3px solid #a2833e
}

.stores-footer {
  	clear: both;
    color: #ffffff;
    padding: 2em 0;
    text-align: center;
}

.stores-footer p {
    margin: 0;
    text-align: center;
}

.stores-footer a {
    color: #ffffff;
	text-decoration: none;
}

.stores-footer a:hover {
	color: #000000;
}


/* ABOUT / FAQS PAGE */

body.page-id-about-us, body.page-id-faq {
/*     background: #ffffff; */
}

body.page-id-about-us .product-images img {
    border: 3px solid #a2833e;
    margin-bottom: 30px;
}

body.page-id-about-us h1, body.page-id-about-us h2 {
    color: #a2833e;
}


body.page-id-about-us footer, body.page-id-faq footer {
    background: #f1f1f1;
}

body.page-id-about-us .product-images.left {
    width: 24%;
    margin-left: 5%;
}

.blog-article {
    padding: 0 0 50px 0;
    position: relative;
}

.blog-article h3 {
    color: #a2833e;
  	margin-bottom: 0.5em;
}

.blog-article:after {
    background: #a2833e;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}

.blog-article.no-border:after {
    content: none;
}

.pagination {
  	background: #f1f1f1;
  	clear: both;
  	padding: 0.5em 0;
	text-align: center;
}

.pagination span {
  	margin: 0 0.5em;
}

.pagination a {
	text-decoration: none;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* PRODUCT PAGE */

body.product, body.cart {
	background-color: #ffffff;
  	color: #7e9a95;
}

.product-images {
    margin-right: 6%;
    width: 34%;
}

.product-images img {
    max-width: 100%;
    height: auto;
}

.product-featured-image {
    border: 1px solid #7e9a95;
}

.product-img {
    display: block;
    margin: 5% 0 0 5%;
    width: 30%;
}

.product-img.first {
    margin-left: 0;
    clear: left;
}

.product-img a {
    display: block;
}

.product-img a img {
    border: 1px solid #7e9a95;
}

.product-details {
    width: 60%;
}

.product-details h1 {
	font-size: 1.063em;
    margin-bottom: 1em;
}

.product-header {
    color: #a2833e;
    margin-top: 0px;
    font-size: 1em;
}

.product-desc, .price-field, .product-form {
    margin-bottom: 30px;
}

.product-desc {
    color: #7e9a95;
}

.product-desc p {
    line-height: 1.4;
    max-width: 500px;
}

.price-field {
    font-weight: bold;
}

/*.product-form {}*/

.selector-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.selector-wrapper label, .selector-wrapper select {
    display: inline-block;
}

.selector-wrapper label {
    float: left;
}

.selector-wrapper select {
    float: right;
}

.product-variants {
    margin-bottom: 2em;
}

.single-variant-price {
	display: block;
  	margin-bottom: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.last {
    margin-right: 0 !important;
}

.btn {
    background: #ffffff;
    border: 1px solid #7e9a95;
    display: inline-block;
    color: #a2833e;
    padding: 9px 13px;
  	transition: 0.3s ease-in-out;
}

.btn:hover {
    background: #7e9a95;
    color: #ffffff;
}

.cart-table {
    width: 100%;
}

.cart-table thead {
    border-bottom: 1px solid #ccc;
}

.cart-table th {
    text-align: left;
    padding: 20px;
}

.cart-table td {
    padding: 30px 10px 0 10px;
}

.item-thumb {
    border: 1px solid #7e9a95;
    width: 100px;
    height: 100px;
}

.item-qty {
    width: 90px;
}

.cart-options {
    text-align: right;
}

.cart-info {
    padding: 7px 25px 0 0;
}

.cart-options h3 {
    margin-bottom: 30px;
}

.cart-table, .cart-table a {
    color: #7e9a95;
    text-decoration: none;
}

input.item-qty {
    border: 1px solid #7e9a95;
    text-align: center;
}

input {
	border-radius: 0;
  	-webkit-appearance: none;
}

#mobile-footer, #nav-toggle, #mobile-header-bg {
	display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1360px) {
  
  .wrapper {
  	width: 90%;
  }
  
  nav ul {
  	font-size: 1.125em;
  }
  
  .sub-nav {
  	font-size: 0.5em;
  }

}


@media only screen and (max-width: 1180px) {
  
  nav ul {
  	font-size: 1em;
  }
  
   .item, .stores-footer {
  	font-size: 0.75em;
  }

}

/* iPad portrait */
@media only screen and (max-width: 1023px) {
  
  #logo {
    background-size: 500px 22px;
    height: 22px;
    width: 500px;
  }
  
  #logo span {
    background-size: 46px 24px;
    height: 24px;
    left: 240px;
  	width: 46px;
  }
  
  nav ul, .cart-link-row a {
  	font-size: 0.75em;
  }
  
  .sub-nav {
  	min-width: 120px;
  }
  
  .item.product-item {
    clear: none;
    float: left;
    margin-left: 2.5%;
  	width: 31.6666666667%;
  }
  
  .item.product-item:nth-child(3n+1) {
  	clear: left;
    margin-left: 0;
  }
  
  .item.stores {
    float: none;
    margin: 2em 0 0;
  	width: auto;
  }
  
  .item.stores img {
  	max-width: 400px;
  }
  
  .item.stores:first-child {
  	margin: 0;
  }
  
  .contact-form .type-text input, .contact-form textarea {
  	min-width: 100%;
  }

}

@media only screen and (max-width: 767px) {
  
  	body {
  		font-size: 14px;
      	margin-bottom: 0;
  	}
  
    #mobile-footer, #nav-toggle {
      	background: #f1f1f1;
    	display: block;
    }
  
  	#mobile-header-bg {
      	background: url('bg.jpg') no-repeat center center;
      	background-size: cover;
      	display: block;
      	height: 204px;
      	left: 0;
  		position: absolute;
      	right: 0;
      	top: 0;
    }
  
  body.collection #mobile-header-bg, body.frontpage #mobile-header-bg { display: none; }
  
  	#nav-toggle {
      color: #a2833e;
      margin: 2em 0;
      text-decoration: none;
    }
  
  	#content {
  		padding-top: 0;
    }
  
  	header nav {
      display: none;
      margin-top: 0;
  	}
  
  	nav ul, .sub-nav, nav .sub-nav ul, .cart-link-row a {
  		font-size: 1em;
  	}
  
  	nav ul li a {
  		display: block;
      	padding: 0.5em 0.5em;
    }
  
  	nav ul#mobile-footer li {
  		border-bottom: 2px solid #a2833e;
  	}
 	
  	.sub-nav {
  		background: transparent;
      	min-width: none;
      	padding: 0;
  	}
  
  	nav .sub-nav ul {
  		padding: 0;
  	}
  
  	nav .sub-nav ul li {
      	background: #a2833e;
  		margin: 0;
      	text-align: center;
    }
  
    nav .sub-nav ul li:last-child {
      padding-bottom: 1em;
    }
  
  	.top-link {
      	background: #f1f1f1;
  		display: block;
  	}
  
  	nav .sub-nav ul li p {
  		display: none;
    }
  
    nav .sub-nav ul li.child-link-ring-book {
      margin-top: 0;	
    }
  
    #logo {
      background-size: 250px 11px;
      height: 11px;
      width: 250px;
    }

    #logo span {
      background-size: 23px 12px;
      height: 12px;
      left: 120px;
      width: 23px;
    }
  
  	nav ul li {
    	display: block;
    	padding: 0;
    	position: static;
	}
  
  	nav ul li:before {
    	content: '';
	}
  
  	.sub-nav {
  		display: block;
      	left: auto;
      	position: static;
      	top: auto;
      	transform: none;
    }
  
 	.sub-nav img {
  		display: none;
    }
  
  	.cart-link-row a {
  		display: block;
      	text-align: center;
  	}
  
    .item.product-item {
      clear: both;
      float: none;
      margin-left: 0;
      width: auto;
    }
  
  	.item, .stores-footer {
  		font-size: 1em;
  	}
  
  	body.product header, body.cart header, body.shopify-page header, body.blog header {
  		background: transparent;
  	}
  
  	body.product .bg-container,
  	body.shopify-page .bg-container,
  	body.cart .bg-container,
  	body.blog .bg-container {
      	display: none;
    }
  
    body.product #content.wrapper, body.cart #content.wrapper, body.blog #content.wrapper, body.shopify-page #content.wrapper {
      background: #ffffff;
      padding-left: 5%;
      padding-right: 5%;
    }
  
  	body.shopify-page #content.wrapper, body.blog #content.wrapper {
  		background: #ffffff;
      	padding-top: 5vw;
    }
  
  	body.page-id-stores #content.wrapper {
  		background: #7e9a95;
  	}
  
  	body.page-id-stores .item, .stores-footer {
  		font-size: 0.875em;
  	}
  
  	.product-images {
      	margin: 5vw 0;
  		width: auto;
    }
  
    footer {
      display: none;
    }
  
  	body.page-id-about-us .product-images.left {
      	float: none;
      	margin: 0 auto;
      	max-width: 200px;
  		width: auto;
  	}
  
  	.product-details {
  		width: auto;
    }
  
  	.cart-table tr td:first-child, .cart-table th:first-child, .cart-table tr td:nth-child(5), .cart-table th:nth-child(5), .cart-table tr td:last-child, .cart-table th:last-child {
  		display: none;
  	}
  
  	table.cart-table {
      	margin-top: 2em;
        width:100%;
    }
  
  	.cart-table th {
  		padding: 0 10px 10px 0;
    }
  
  	.cart-table td {
  		padding: 10px 10px 10px 0;
  	}
  
  	.cart-table td:nth-child(4), .cart-table th:nth-child(4) {
  		text-align: right;
      	padding-right: 0;
  	}
  
  	.item-qty {
  		width: 30px;
  	}
  
  	p.additional-checkout-buttons {
  		margin-top: 3em;
    }
  
  	.cart-options {
      	margin-top: 2em;
  		text-align: left;
    }
  
    .search-result .product-thumb {
        width: auto;
    }

    .search-result .search-text {
        margin: 20px 0 0;
        width: auto;
    }
  
}



@media only screen and (max-width: 767px) and (orientation : portrait) {
    
  .bg-container.slider .slide {
      background-image: none !important;
  }

  .bg-container.slider .mobile-slide {
      display: block;
  }
  
  .bg-container {
  	  background-image: url('bg-mobile.jpg');
  }
  
  

	.pagination span {
  		margin: 0 0.375em;
	}

  

}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}


/** dave add **/
.product-variants {
    margin-bottom: 1em;
}
#social li { display: inline-block; padding: 0 15px; }
#social img {
 	height: 30px;
  width: 30px;
}