/*
Theme Name: Bolsa
Theme URI: http://www.wearepixel8.com/
Description: A mobile first e-commerce theme.
Version: 1.1.1
License: GNU General Public License
License URI: GPL.txt
Author: Design Crumbs
Author URI: http://www.themes.designcrumbs.com/
Tags: light, white, gray, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready, threaded-comments
*/

/*----------------------------------------------------------------------------*/
/* Viewport Rules
/*----------------------------------------------------------------------------*/

@-ms-viewport{
	width: device-width;
}
@-moz-viewport{
	width: device-width;
}
@-o-viewport{
	width: device-width;
}
@-webkit-viewport{
	width: device-width;
}
@viewport{
	width: device-width;
}

/*----------------------------------------------------------------------------*/
/* Resets
/*----------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, a, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, fieldset, input, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}
video {
	height: auto;
	max-width: 100%;
}
a, :focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
::-moz-selection {
	background: #ffcc33;
	color: #222;
}
::selection {
	background: #ffcc33;
	color: #222;
}

/*----------------------------------------------------------------------------*/
/* HTML5 Tags
/*----------------------------------------------------------------------------*/

header, footer, section, nav, article, figure, figcaption, time, audio, video {
	display: block;
}

/*----------------------------------------------------------------------------*/
/* WordPress Classes
/*----------------------------------------------------------------------------*/

.sticky, .gallery-caption {}

/*----------------------------------------------------------------------------*/
/* Utility
/*----------------------------------------------------------------------------*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, .content {
	background-color: #fff;
}
.bolsa-product-search {
	background-color: #f9f9f9;
	position: relative;
}
.bolsa-enclosure .bolsa-product-search, .bolsa-enclosure .masthead {
	background-color: transparent;
}
.bolsa-user-bar {
	background-color: #858c00;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
}
.masthead, .masthead-wrapper {
	background-color: #b8c200;
	position: relative;
}
.bolsa-product-search-wrapper, .bolsa-user-bar-wrapper, .masthead-wrapper,
.content-wrapper, .bolsa-footer-menu-wrapper {
	margin: 0 auto;
	max-width: 85em;
	padding: 0.9375em;
	position: relative;
}
.bolsa-product-search-wrapper {
	background-color: #f9f9f9;
	padding: 0 0.9775em;
}
.bolsa-user-bar-wrapper {
	padding: 0;
}
.content-wrapper, .bolsa-footer-menu-wrapper {
	padding: 0;
}
.site-menu-wrapper {
	margin: 0 auto;
	max-width: 85em;
	position: relative;
}
.article-wrapper, .page-wrapper, .bolsa-full {
	padding: 1.3125em 0.9375em;
	position: relative;
}
.article-list, .search-list {
	margin-bottom: 1.3125em;
	position: relative;
}
.article-list .article-wrapper {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 0;
}
.search-list .page-wrapper {
	border-bottom: 1px solid #d1d1d1;
}
.search-list .page-wrapper:first-of-type {
	padding-top: 0;
}
.error-404-wrapper {
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	max-width: 38.75em;
	padding: 0.9375em;
}
.article-content {
	position: relative;
}
.bolsa-footer {
	position: relative;
}
a {
	text-decoration: none;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
a, a:visited {
	color: #00aeef;
}
a:hover, a:active {
	color: #8e8e8e;
}
.expanded-text {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.screen-reader {
	left: -9999em;
	position: absolute;
	top: -9999em;
}

/*----------------------------------------------------------------------------*/
/* Clear Floats
/*----------------------------------------------------------------------------*/

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/*----------------------------------------------------------------------------*/
/* Fonts
/*----------------------------------------------------------------------------*/

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

/*----------------------------------------------------------------------------*/
/* Icons
/*----------------------------------------------------------------------------*/

.wap8-icon [data-icon]:before {
	content: attr(data-icon);
	font-family: 'WAP8-Icons';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
}
.wap8-social-icon, .pagination .next, .pagination .prev, .sf-sub-indicator,
.bolsa-slider-controls {
	font-family: 'WAP8-Icons';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
}

/*----------------------------------------------------------------------------*/
/* Typography
/*----------------------------------------------------------------------------*/

body {
	color: #666;
	font: normal 400 1em/1.5625 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-family: 'Sanchez', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 1.75em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	word-spacing: -0.14285714em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 1.2em;
}
h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
h5 {
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
h6 {
	font-size: 0.75em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
p, address {
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
p {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
p a {
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
p + h1 {
	margin-top: 1.25em;
}
p + h2 {
	margin-top: 1.25em;
}
p + h3 {
	margin-top: 1.2em;
}
blockquote {
	background-color: #f9f9f9;
	border-left: 0.375em solid #d1d1d1;
	border-right: 0.375em solid #d1d1d1;
	margin-bottom: 1.313em;
	padding: 1.313em 1.75em 0.063em;
}
blockquote p {
	color: #222;
	quotes: '\201c' '\201d';
	text-indent: -0.357em;
}
blockquote p:before, q:before, q q:before {
	content: open-quote;
}
blockquote p:after, q:after, q q:after {
	content: close-quote;
}
q {
	quotes: '\201c' '\201d' '\2018' '\2019';
}
strong, b {
	color: #222;
	font-weight: 700;
}
em, i, cite {
	font-style: italic;
}
small {
	font-size: 0.857em;
	line-height: 1.5;
}
mark {
	background-color: #ffcc33;
}
strike, del {
	color: #ff0000;
	text-decoration: line-through;
}
abbr, acronym, ins {
	border-bottom: 1px dotted;
}
abbr, acronym {
	cursor: help;
	text-transform: uppercase;
}
ins {
	text-decoration: none;
}
sup, sub {
	font-size: 0.714em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.6em;
}
sub {
	bottom: -0.3em;
}
address {
	font-style: normal;
}

/*----------------------------------------------------------------------------*/
/* Lists
/*----------------------------------------------------------------------------*/

ul, ol, dl {
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
ul {
	padding-left: 1em;
}
ol {
	padding-left: 1.5em;
}
ul {
	list-style: disc;
}
ul ul, ol ul {
	list-style: circle;
}
ol, ul ol, ol ol ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ul ul, ol ul, ul ol, ol ol {
	font-size: inherit;
	margin-bottom: 0;
}
dt {
	color: #222;
	font-weight: 700; 
}
dd {
	margin-bottom: 1.5em;
}
ul + h1, ol + h1, dl + h1 {
	margin-top: 1.25em;
}
ul + h2, ol + h2, dl + h2 {
	margin-top: 1.25em;
}
ul + h3, ol + h3, dl + h3 {
	margin-top: 1.2em;
}

/*----------------------------------------------------------------------------*/
/* Tables
/*----------------------------------------------------------------------------*/

table {
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	width: 100%;
}
caption {
	color: #222;
	font-size: 1.143em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-align: left;
}
th {
	color: #222;
	font-weight: 700;
}
th, td {
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 0.643em 0.5em 0.571em;
	text-align: left;
	vertical-align: top;
}
table + h1 {
	margin-top: 1.25em;
}
table + h2 {
	margin-top: 1.25em;
}
table + h3 {
	margin-top: 1.2em;
}

/*----------------------------------------------------------------------------*/
/* Code and Pre-Formatted Text
/*----------------------------------------------------------------------------*/

code {
	color: #00aeef;
	font: 1em Courier, Monaco, monospace;
}
pre {
	background-color: #f9f9f9;
	margin-bottom: 1.714em;
	overflow: auto;
	overflow-y: hidden;
	padding: 0 0 1.429em 1.429em;
}
pre code {
	color: #222;
	font-size: 14px;
}
pre + h1 {
	margin-top: 1.25em;
}
pre + h2 {
	margin-top: 1.25em;
}
pre + h3 {
	margin-top: 1.2em;
}

/*----------------------------------------------------------------------------*/
/* Form Elements
/*----------------------------------------------------------------------------*/

form {
	overflow: hidden;
	position: relative;
}
label {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0.5em;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
input[type=time], input[type=week], input[type=submit], textarea, select,
button[type=submit], input[type=button] {
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
input[type=time], input[type=week], input[type=submit], textarea, button[type=submit],
input[type=button] {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #666;
	font-size: inherit;
	padding: 0.9375em;
	width: 100%;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus,
input[type=password]:focus, input[type=search]:focus, textarea:focus {
	background-color: #f4f4f4;
	color: #222;
}
textarea {
	height: 15.625em;
	line-height: inherit;
	resize: none;
	overflow: auto;
}
select {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	cursor: pointer;
	font-size: inherit;
	font-weight: 700;
	padding: 0.9375em;
	width: 100%;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;	
	border-radius: 0.25em;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 0 ) {
	select {
		background: #f8f8f8 url(images/select.png) no-repeat 97% 50%;
	}
}
select option {
	font-weight: 400;
	padding: 0 1.07142857em;
}
select:focus {
	background-color: #f4f4f4;
	color: #222;
}
input[type=radio], input[type=checkbox] {
	border: 1px solid #d1d1d1 !important;
	display: inline-block;
	margin-right: 0.45454545em;
	position: relative;
	vertical-align: middle;
}
input[type=submit], button[type=submit], input[type=button] {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #222;
	font-size: inherit;
	font-weight: 700;
	padding: 0.78571429em 1.5625em;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	width: auto;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;	
	border-radius: 0.25em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-moz-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: 1px 1px 1px rgb(255, 255, 255) inset;
	box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	-moz-transition: color 0.25s ease-in-out 0s;
	-ms-transition: color 0.25s ease-in-out 0s;
	-o-transition: color 0.25s ease-in-out 0s;
	-webkit-transition: color 0.25s ease-in-out 0s;
	transition: color 0.25s ease-in-out 0s;
}
input[type=submit]:hover, button[type=submit]:hover, input[type=button]:hover {
	background-color: #e5e5e5;
	border-color: #c7c7c7;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgb(248, 248, 248)));
	background-image: -webkit-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -moz-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -o-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -ms-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	-moz-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
}

/*----------------------------------------------------------------------------*/
/* Search Form
/*----------------------------------------------------------------------------*/

.search-form label {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
.search-form input[type=search] {
	border-right: none;
	float: left;
	height: 3.28571429em;
	width: 65%;
	-moz-border-radius: 0.25em 0 0.25em 0.25em;
	-webkit-border-radius: 0.25em 0 0.25em 0.25em;	
	border-radius: 0.25em 0 0.25em 0.25em;
}
.search-form input[type=submit] {
	float: left;
	height: 3.28571429em;
	margin-left: -1px;
	width: 35%;
	-moz-border-radius: 0.25em 0.25em 0.25em 0;
	-webkit-border-radius: 0.25em 0.25em 0.25em 0;	
	border-radius: 0.25em 0.25em 0.25em 0;
}

/*----------------------------------------------------------------------------*/
/* Top Product Search Form
/*----------------------------------------------------------------------------*/

.bolsa-product-search label {
	display: inline;
	color: #222;
	left: 0.0625em;
	margin-bottom: 0;
	position: absolute;
	top: 0.75em;
}
.bolsa-product-search label span {
	left: -9999em;
	position: relative;
	top: -9999em;
}
.bolsa-product-search input[type=search] {
	background-color: #f9f9f9;
	border: none;
	color: #8e8e8e;
	font-family: 'Sanchez', serif;
	font-size: inherit;
	padding-left: 1.5625em;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bolsa-product-search input[type=search]:focus {
	color: #222;
}

/*----------------------------------------------------------------------------*/
/* Comment Form
/*----------------------------------------------------------------------------*/

#commentform input[type=text], #commentform input[type=email],
#commentform input[type=url] {
	display: block;
}

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

.sidebar-widget input[type=text], .sidebar-widget input[type=email],
.sidebar-widget input[type=url], .sidebar-widget input[type=password],
.sidebar-widget input[type=search], .sidebar-widget input[type=color],
.sidebar-widget input[type=date], .sidebar-widget input[type=datetime],
.sidebar-widget input[type=datetime-local], .sidebar-widget input[type=number],
.sidebar-widget input[type=range], .sidebar-widget input[type=tel],
.sidebar-widget input[type=time], .sidebar-widget input[type=week],
.sidebar-widget input[type=submit], .sidebar-widget textarea,
.sidebar-widget select {
	font-size: 0.8125em;	
}

/*----------------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------------*/

a.blue-button, a.green-button {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 2.5;
	padding: 0 1.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
a.blue-button {
	background-color: #00aeef;
}
a.blue-button:hover {
	background-color: #00749e;
	color: #fff !important;
}
a.green-button {
	background-color: #b8c200;
}
a.green-button:hover {
	background-color: #858c00;
	color: #fff;
}

/*----------------------------------------------------------------------------*/
/* User Bar
/*----------------------------------------------------------------------------*/

.bolsa-user-bar ul {
	font-size: 0.9375em;
	line-height: 2.66666667;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}
.bolsa-user-bar li {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	float: left;
	width: 25%;
	-moz-box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.bolsa-user-bar li.cart-info {
	width: 50%;
}
.bolsa-user-bar li a, .bolsa-user-bar li a:visited {
	color: #fff;
	display: block;
}
.bolsa-user-bar li a:hover, .bolsa-user-bar li a:active {
	color: #dae500;
}

/*----------------------------------------------------------------------------*/
/* Masthead
/*----------------------------------------------------------------------------*/

.masthead a, .masthead a:visited {
	color: #fff;
}
.masthead a:hover, .masthead a:active {
	color: #858c00;
}
.logo {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.logo a {
	font: normal 400 2.1875em/1 'Sanchez', serif;
}
.logo img {
	display: inline-block;
	margin: 0 auto;
}
.masthead-phone {
	position: relative;
	text-align: center;
}
.masthead-phone a, .masthead-phone a:visited {
	background-color: #858c00;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 2.85714286;
	padding: 0 1.42857143em;
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
}
.masthead-phone a:hover, .masthead-phone a:active {
	background-color: #6d7300;
	color: #fff;
}
.masthead-phone a span {
	font-weight: 400;
	margin-right: 0.35714286em;
}

/*----------------------------------------------------------------------------*/
/* Shop Mobile Navigation Triggers
/*----------------------------------------------------------------------------*/

.shop-mobile-nav-triggers {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d1d1d1;
	padding: 1.3125em 0;
	position: relative;
	text-align: center;
}
.shop-mobile-nav-triggers ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.shop-mobile-nav-triggers ul:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.shop-mobile-nav-triggers li {
	float: left;
	position: relative;
	text-align: center;
	width: 50%;
}
.shop-mobile-nav-triggers li a, .shop-mobile-nav-triggers li a:visited {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #222;
	display: inline-block;
	line-height: 2.14285714;
	padding: 0 1.07142857em;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-moz-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
}
.shop-mobile-nav-triggers li a:hover, .shop-mobile-nav-triggers li a:active,
.shop-mobile-nav-triggers li a.hide-menu {
	background-color: #e5e5e5;
	border-color: #c7c7c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgb(248, 248, 248)));
	background-image: -webkit-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -moz-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -o-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -ms-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	-moz-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: -1px -1px -1px rgb(255, 255, 255) inset;
	box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
}
.shop-mobile-nav-triggers span {
	font-weight: 700;
}

/*----------------------------------------------------------------------------*/
/* Default Mobile Navigation Trigger
/*----------------------------------------------------------------------------*/

a.menu-trigger, a.menu-trigger:visited {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #222 !important;
	display: inline-block;
	font-size: 0.875em;
	line-height: 2.14285714;
	padding: 0 1.07142857em;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-moz-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
}
a.menu-trigger:hover, a.menu-trigger:active, a.hide-menu {
	background-color: #e5e5e5;
	border-color: #c7c7c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgb(248, 248, 248)));
	background-image: -webkit-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -moz-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -o-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -ms-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	-moz-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
}

/*----------------------------------------------------------------------------*/
/* Main Menu
/*----------------------------------------------------------------------------*/

.bolsa-site-menu {
	background-color: #222;
	position: relative;
	z-index: 1000;
}
.sf-menu {
	font-weight: 700;
	line-height: 3;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}
.sf-menu li {
	border-bottom: 1px solid #3a3a3a;
	position: relative;
}
.sf-menu li:last-child {
	border-bottom: none;
}
.sf-menu li a, .sf-menu li a:visited {
	color: #f9f9f9;
	display: block;
	padding: 0 1.07142857em;
}
.sf-menu li a:hover, .sf-menu li a:active {
	color: #8e8e8e;
}

/*----------------------------------------------------------------------------*/
/* Main Menu Drop Down Menus
/*----------------------------------------------------------------------------*/

/* Drop Down Indicator */
.main-menu .sf-sub-indicator {
	font-size: 0.71428571em;
	line-height: 4.2;
	float: right;
}
/* Level One */
.sf-menu ul {
	background-color: #1c1c1c;
	border-top: 1px solid #3a3a3a;
	line-height: inherit;
	list-style: inherit;
	left: -9999em;
	padding-left: inherit;
	position: absolute;
	top: -9999em;
}
/* Remove border bottom from last drop down li */
.sf-menu li li:last-child {
	border-bottom: none;
}
/* Drop Down Level One */
.sf-menu li:hover ul {
	left: auto;
	position: relative;
	top: auto;
}
ul.bolsa-menu-opened {
	left: 0;
	position: relative; 
	top: 0;
}

/*----------------------------------------------------------------------------*/
/* Titles
/*----------------------------------------------------------------------------*/

h1.archive-title {
	margin-left: 0.53571429em;
	margin-right: 0.53571429em;
	margin-top: 0.75em;
}
.post-header {
	position: relative;
}
.blog .post-header h1, .single .post-header h1 {
	margin-bottom: 0.25em;
}
.post-header h1 a {
	color: #222;
}
.post-header h1 a:hover {
	color: #8e8e8e;
}

/*----------------------------------------------------------------------------*/
/* Home
/*----------------------------------------------------------------------------*/

.bolsa-home {
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Articles
/*----------------------------------------------------------------------------*/

.article-date, .post-date, .post-comments, .published-date {
	font-size: 0.75em;
	line-height: 1.5;
	position: relative;
}
.article-date, .post-date, .published-date {
	color: #8e8e8e;
}
.article-date, .published-date {
	margin-bottom: 0.5333333em;
}
.no-header .article-date {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
.post-date {
	display: block;
}
.post-comments {
	display: inline-block;
	margin-bottom: 2.91666667em;
}
.post-meta {
	background-color: #f9f9f9;
	color: #8e8e8e;
	margin-bottom: 1.3125em;
	padding: 0.875em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.post-meta address, .post-meta p {
	font-size: 0.75em;
	line-height: 1.5;
}
.post-meta address {
	margin-bottom: 0.5em;
}
.post-meta p {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/
/* Article Typography Classes
/*----------------------------------------------------------------------------*/

h1.center-heading-one, p.center-paragraph {
	margin-left: auto;
	margin-right: auto;
}
h1.center-heading-one {
	max-width: 33.9285714em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
p.center-paragraph {
	max-width: 67.8571429em;
	padding-left: 1.07142857em;
	padding-right: 1.07142857em;
}

/*----------------------------------------------------------------------------*/
/* Frequently Asked Questions
/*----------------------------------------------------------------------------*/

.wap8-clarify {
	position: relative;
	margin-bottom: 1.5625em;
}
.wap8-clarify h3.ui-accordion-header {
	background-color: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px dotted #d1d1d1;
	font-size: 1em;
	font-weight: 700;
	line-height: ;
	margin-bottom: 0.625em;
	padding-bottom: 0.625em;
}
.wap8-clarify h3 a, .wap8-clarify h3.ui-state-default a {
	color: #222;
	display: block;
}
.wap8-clarify h3 a:hover {
	color: #8e8e8e;
}

/*----------------------------------------------------------------------------*/
/* Sub-menu on Pages
/*----------------------------------------------------------------------------*/

ul.bolsa-sub-pages {
	border-top: 0.42857143em solid #d1d1d1;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0.28571429em;
	position: relative;
}
ul.bolsa-sub-pages li {
	border-bottom: 1px dotted #d1d1d1;
}
ul.bolsa-sub-pages li a {
	display: block;
	font-weight: 700;
	padding: 1em 0;
}
ul.bolsa-sub-pages li.current-menu-item a {
	color: #222;
}

/*----------------------------------------------------------------------------*/
/* Images
/*----------------------------------------------------------------------------*/

img.alignleft {
	margin: 0.25em 1.3125em 0.5625em 0;
}
img.alignright {
	margin: 0.25em 0 0.5625em 1.3125em;
}
img.alignnone {
	margin-bottom: 1.3125em;
}
img.aligncenter {
	margin: 0 auto 1.3125em;
}

/*----------------------------------------------------------------------------*/
/* Image Captions
/*----------------------------------------------------------------------------*/

figure.alignleft {
	margin: 0.25em 1.3125em 0.5625em 0;
}
figure.alignright {
	margin: 0.25em 0 0.5625em 1.3125em;
}
figure.aligncenter img {
	margin: 0 auto;
}
figure.aligncenter, figure.alignnone {
	margin-bottom: 1.3125em;
}
.wp-caption {
	position: relative;
}
.wp-caption-text {
	color: #8c9091;
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.5;
	margin-top: 1.5em;
}
figure.aligncenter .wp-caption-text {
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Image Galleries
/*----------------------------------------------------------------------------*/

.gallery,
.gallery-caption {
	position: relative;
}
.gallery-item {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
.gallery-icon a {
	border: none;
}
.gallery-icon img {
	border: 1px solid #e5e5e5;
	height: auto;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	padding-right: 0;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2856%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

/*----------------------------------------------------------------------------*/
/* Videos
/*----------------------------------------------------------------------------*/

.fluid-width-video-wrapper {
	margin-bottom: 1.3125em;
}

/*----------------------------------------------------------------------------*/
/* Slider
/*----------------------------------------------------------------------------*/

.flexslider {
	background: transparent !important;
	border: none !important;
	margin: 0 0 1.875em !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
ul.slides, ol.flex-control-nav {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}
.flex-control-nav {
	bottom: 0 !important;
	position: relative !important;
}
.flex-control-paging li a {
	height: 1em !important;
	width: 1em !important;
}
ul.bolsa-slider-controls {
	list-style: none;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 100;
}
ul.bolsa-slider-controls li.slide-prev {
	float: left;
}
ul.bolsa-slider-controls li.slide-next {
	float: right;
}
ul.bolsa-slider-controls li a {
	background-color: #e8e8e8;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #fff;
	color: #222;
	display: block;
	padding: 1.25em;
}
ul.bolsa-slider-controls li a:hover, ul.bolsa-slider-controls li a:active {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1.0);
}
ul.bolsa-slider-controls li.slide-prev a {
	border-left: none;
}
ul.bolsa-slider-controls li.slide-next a {
	border-right: none;
}

/*----------------------------------------------------------------------------*/
/* Pagination
/*----------------------------------------------------------------------------*/

.post-pagination {
	text-align: center;
}
.post-pagination a {
	margin: 0 0.5em;
}
.pagination {
	margin: 1.3125em 0 0;
	position: relative;
}
.pagination ul {
	color: #222;
	font-size: 0.8125em;
	font-weight: 700;
	line-height: 2.30768231;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}
.pagination li {
	border-left: 1px dotted #d1d1d1;
	display: inline-block;
}
.pagination li:first-child {
	border-left: none;
}
.pagination li span {
	padding: 0 1em;
}
.pagination li a, .pagination li a:visited {
	display: block;
	padding: 0 1em;
}
.pagination .next, .pagination .prev {
	font-size: 0.84615385em;
	line-height: 2.72727273;
	padding: 0 1.18181818em;
}

/*----------------------------------------------------------------------------*/
/* Comments
/*----------------------------------------------------------------------------*/

#comments {
	border-top: 1px solid #d1d1d1;
	padding-top: 1.5em;
	position: relative;
}
h3.comment-head {
	margin-bottom: 0;
}
.commentlist {
	font-size: inherit;
	list-style: none;
	padding-left: 0;
}
.commentlist li {
	border-bottom: 1px dotted #d1d1d1;
}
.commentlist li div {
	margin-left: 3.125em;
	padding: 1.313em 0 0.063em;
	position: relative;
}
.commentlist .avatar {
	left: -3.125em;
	position: absolute;
	top: 1.5em;
	width: 2.5em;
	-moz-border-radius: 0.28571429em;
	-webkit-border-radius: 0.28571429em;
	border-radius: 0.28571429em;
}
.commentlist .bypostauthor > div {
	background-color: #f9f9f9;
	padding-left: 0.625em;
	padding-right: 0.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.commentlist .children li {
	border-bottom: none;
	border-top: 1px dotted #d1d1d1;
}
.commentlist .comment-author {
	color: #222;
	font-size: 1.14285714em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
}
.commentlist .comment-date {
	color: #8e8e8e;
	font-size: 0.75em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#reply-title #cancel-comment-reply-link {
	display: inline-block;
	font-size: 0.7em;
}

/*----------------------------------------------------------------------------*/
/* Trackbacks & Pingbacks
/*----------------------------------------------------------------------------*/

.trackbacklist {
	margin-bottom: 1.71428571em;
}
.trackbacklist li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 0.85714286em 0;
}
.trackbacklist li:first-child {
	padding-top: 0;
}

/*----------------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------------*/

.sidebar {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 1.3125em;
	padding-bottom: 0.0625em;
	position: relative;
}

/*----------------------------------------------------------------------------*/
/* Sidebar Trigger
/*----------------------------------------------------------------------------*/

.aside-trigger {
	border-top: 1px solid #d1d1d1;
	background-color: #f9f9f9;
	margin-bottom: -1px;
	padding: 0.9375em;
	position: relative;
	z-index: 100;
}
.aside-trigger p {
	margin-bottom: 0;
}
.aside-trigger a, .aside-trigger a:visited {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #222;
	display: inline-block;
	font-weight: 700;
	line-height: 2.14285714;
	padding: 0 1.07142857em;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-moz-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
	box-shadow: 1px 1px 1px 0 rgb(255, 255, 255) inset;
}
.aside-trigger a:hover, .aside-trigger a:active, .aside-trigger a.hide-sidebar {
	background-color: #e5e5e5;
	border-color: #c7c7c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgb(248, 248, 248)));
	background-image: -webkit-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -moz-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -o-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -ms-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	-moz-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
}

/*----------------------------------------------------------------------------*/
/* Sidebar Widgets
/*----------------------------------------------------------------------------*/

.sidebar-widget {
	border-top: 1px solid #d1d1d1;
	margin-bottom: 2.625em;
	padding: 1.5em 0.9375em 0;
	position: relative;
}
h2.widget-head {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
h2.widget-head img {
	display: inline-block;
}
.sidebar-widget ul, .sidebar-widget ol {
	list-style: none;
	padding-left: 0;
}
.sidebar-widget li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 0.85714286em 0;
}
.sidebar-widget li:first-child {
	padding-top: 0;
}
.sidebar-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar-widget li li {
	border-bottom: none;
	border-top: 1px dotted #d1d1d1;
	margin-top: 0.85714286em;
	padding-bottom: 0;
}
.sidebar-widget li li:first-child {
	padding-top: 0.85714286em;
}
.sidebar-widget form {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	padding: 1.07142857em;
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
}

/*----------------------------------------------------------------------------*/
/* Footer Widgets
/*----------------------------------------------------------------------------*/

.footer-widget-columns, .footer-widgets-container, .footer-widgets,
.footer-widgets-wrap {
	position: relative;
}
.footer-widgets-columns {
	background-color: #f9f9f9;
}
.bolsa-enclosure .footer-widgets-columns {
	background-color: transparent;
}
.footer-widgets-container {
	background-color: #f9f9f9;
	margin: -1.3125em auto 0;
	max-width: 85em;
	padding: 0;
}
.footer-widgets-wrap:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.footer-widgets .sidebar-widget {
	border-bottom: 1px solid #d1d1d1;
	border-top: none;
	margin-bottom: 0;
	padding: 1.3125em 0.9375em;
}

/*----------------------------------------------------------------------------*/
/* Text Widget
/*----------------------------------------------------------------------------*/

.widget_text img {
	display: inline-block;
}

/*----------------------------------------------------------------------------*/
/* Calendar Widget
/*----------------------------------------------------------------------------*/

.widget_calendar caption, .widget_calendar th, .widget_calendar td {
	text-align: center;
}
.widget_calendar #today {
	background-color: #f4f4f4;
}

/*----------------------------------------------------------------------------*/
/* Footer Menus
/*----------------------------------------------------------------------------*/

.bolsa-footer-menu, .bolsa-footer-menu-wrapper {
	background-color: #222;
}
.bolsa-enclosure .bolsa-footer-menu {
	background-color: transparent;
}
.bolsa-shop-info, .column-wrap {
	position: relative;
}
.bolsa-shop-info {
	padding-top: 1.875em;
}
.column-wrap:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.footer-menu {
	float: left;
	margin-bottom: 1.3125em;
	padding: 0 0.9375em;
	position: relative;
	width: 50%;
}
.footer-menu h2 {
	color: #e8e8e8;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.75em;
}
.footer-menu ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.footer-menu li {
	border-bottom: 1px dotted #444;
}
.footer-menu li:last-child {
	border-bottom: none;
}
.footer-menu li a, .footer-menu li a:visited {
	color: #8e8e8e;
	display: block;
	padding: 0.5em 0;
}
.footer-menu li a:hover, .footer-menu li a:active {
	color: #b8c200;
}

/*----------------------------------------------------------------------------*/
/* Colophon
/*----------------------------------------------------------------------------*/

.colophon {
	background-color: #1f1f1f;
	color: #e8e8e8;
	position: relative;
	text-align: center;
}
.bolsa-enclosure .colophon {
	background-color: transparent;
}
.colophon-wrapper {
	background-color: #1f1f1f;
	margin: 0 auto;
	max-width: 85em;
	padding: 1.3125em 0.9375em;
	position: relative;
}
.colophon a, .colophon a:visited {
	color: #8e8e8e;
}
.colophon a:hover, .colophon a:active {
	color: #b8c200;
}
.colophon p {
	line-height: 1.78571429;
	margin-bottom: 0;
}
.social-nav-anchors {
	font-size: 1em;
	line-height: 1.5625;
	list-style: none;
	margin-bottom: 1.5625em;
	padding-left: 0;
	text-align: center;
}
.social-nav-anchors li {
	display: inline-block;
}
.social-nav-anchors li a {
	display: block;
	padding: 0 0.3125em;
}

/*----------------------------------------------------------------------------*/
/* 404 Error
/*----------------------------------------------------------------------------*/

.image-error-logo {
	display: inline-block;
	margin-bottom: 1.875em;
}

/*----------------------------------------------------------------------------*/
/* 450px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 28.125em ) {

	/* === Masthead === */
	.logo {
		float: left;
		margin: 0;
		position: relative;
		text-align: left;
	}
	.masthead-phone {
		display: block !important;
		float: right;
		line-height: 1;
		text-align: left;
	}
	
	/* === Shop Mobile Navigation Triggers === */
	.shop-mobile-nav-triggers {
		padding-left: 0.9375em;
		text-align: left;
	}
	.shop-mobile-nav-triggers li {
		float: none;
		text-align: left;
		width: auto;
	}
	.shop-mobile-nav-triggers .expanded-text {
		left: 0;
		position: relative;
		top: 0;
	}
	.phone-button {
		display: none;
	}

}

/*----------------------------------------------------------------------------*/
/* 470px - 784px Webkit only
/*----------------------------------------------------------------------------*/

@media only screen and ( -webkit-min-device-pixel-ratio: 0 ) and ( min-width: 29.375em ) and ( max-width: 49em ) {
	select {
		background-position: 98% 50%;
	}
}

/*----------------------------------------------------------------------------*/
/* 490 and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 30.625em ) {
	
	/* === Comments === */
	#reply-title #cancel-comment-reply-link {
		position: absolute;
		right: 0.83333333em;
		top: 2.25em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 600px and wider - Increase main content font size
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 37.5em ) {

	/* === Utility === */
	.masthead-wrapper {
		padding: 1.25em;
	}
	.article-list, .search-list {
		margin-bottom: 1.5625em;
	}
	.article-wrapper, .page-wrapper, .bolsa-full {
		padding: 1.5625em 1.25em;
	}
	.article-list .article-wrapper {
		padding-bottom: 1.5625em;
	}
	.error-404-wrapper {
		margin-bottom: 6.25em;
		margin-top: 6.25em;
		padding: 2.5em;
	}
	
	/* === User Bar === */
	.bolsa-user-bar ul {
		font-size: 0.8125em;
		line-height: 3.07692308;
	}
	.bolsa-user-bar i {
		margin-right: 0.23076923em;
	}
	.bolsa-user-bar .expanded-text {
		left: 0;
		position: relative;
		top: 0;
	}
	
	/* === Masthead === */
	.masthead-phone .expanded-text {
		left: 0;
		position: relative;
		top: 0;
	}
	
	/* === Shop Mobile Navigation Triggers === */
	.shop-mobile-nav-triggers {
		padding-left: 1.25em;
	}
	
	/* === Main Menu === */
	.sf-menu li a {
		padding-left: 1.42857143em;
		padding-right: 1.42857143em;
	}
	
	/* === Typography === */
	.bolsa-typeset h1 {
		font-size: 2em;
	}
	.bolsa-typeset h2 {
		font-size: 1.75em;
	}
	.bolsa-typeset h3 {
		font-size: 1.375em;
		line-height: 1.364;
		margin-bottom: 1.364em;
	}
	.bolsa-typeset h4 {
		font-size: 1.188em;
		line-height: 1.316;
		margin-bottom: 1.316em;
		margin-top: 1.316em;
	}
	.bolsa-typeset h5 {
		font-size: 1em;
		line-height: 1.5625;
		margin-bottom: 1.5625em;
		margin-top: 1.5625em;
	}
	.bolsa-typeset h6 {
		font-size: 0.813em;
		line-height: 1.538em;
		margin-bottom: 1.538em;
		margin-top: 1.538em;
	}
	.bolsa-typeset p, .bolsa-typeset address {
		font-size: 1em;
		line-height: 1.5625;
		margin-bottom: 1.5625em;
	}
	.bolsa-typeset p + h3 {
		margin-top: 1.364em;
	}
	.bolsa-typeset blockquote {
		border-left-width: 0.625em;
		border-right-width: 0.625em;
		margin-bottom: 1.5625em;
		padding: 1.5625em 2.188em 0.063em;
	}
	.bolsa-typeset blockquote p {
		text-indent: -0.375em;
	}
	.bolsa-typeset small {
		font-size: 0.8125em;
		line-height: 1.53846154;
	}
	
	/* === Lists === */
	.bolsa-typeset ul, .bolsa-typeset ol, .bolsa-typeset dl {
		font-size: 1em;
		line-height: 1.5625;
		margin-bottom: 1.5625em;
	}
	.bolsa-typeset ul {
		padding-left: 0.938em;
	}
	.bolsa-typeset ol {
		padding-left: 1.5625em;
	}
	.bolsa-typeset ul ul, .bolsa-typeset ol ul, .bolsa-typeset ul ol,
	.bolsa-typeset ol ol {
		margin-bottom: 0;
	}
	.bolsa-typeset dd {
		margin-bottom: 1.5625em;
	}
	.bolsa-typeset ul + h3, .bolsa-typeset ol + h3, .bolsa-typeset dl + h3 {
		margin-top: 1.364em;
	}
	
	/* === Tables === */
	.bolsa-typeset table {
		font-size: 1em;
		line-height: 1.5625;
		margin-bottom: 1.5625em;
		margin-top: 1.5625em;
	}
	.bolsa-typeset caption {
		font-size: 1.188em;
		line-height: 1.316em;
		margin-bottom: 1.316em;
	}
	.bolsa-typeset th, .bolsa-typeset td {
		padding-left: 0.625em;
		padding-right: 0.625em;
	}
	.bolsa-typeset table + h3 {
		margin-top: 1.364em;
	}
	
	/* === Code and Pre-Formatted Text === */
	pre code {
		font-size: 15px;
	}
	
	/* === Form Elements === */
	label, input[type=text], input[type=email], input[type=url], input[type=password],
	input[type=search], input[type=color], input[type=date], input[type=datetime],
	input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
	input[type=time], input[type=week], input[type=submit], textarea, select {
		font-size: 0.875em;
	}
	textarea {
		height: 17.8571429em;
		line-height: 1.5;
	}
	
	/* === Top Product Search Form === */
	.bolsa-product-search label, .bolsa-product-search input[type=search] {
		font-size: 1.75em;
	}
	
	/* === Comment Form === */
	#commentform input[type=text], #commentform input[type=email],
	#commentform input[type=url] {
		width: 60%;
	}
	
	/* === Titles === */
	h1.archive-title {
		margin-left: 0.71428571em;
		margin-right: 0.71428571em;
	}
	.blog .post-header h1, .single .post-header h1 {
		margin-bottom: 0.3125em;
	}
	
	/* === Articles === */
	.article-date, .post-comments, .published-date {
		font-size: 0.8125em;
		line-height: 1.53846154;
	}
	.article-date, .published-date {
		margin-bottom: 0.76923077em;
	}
	.post-comments {
		margin-bottom: 3.07692308em;
	}
	.post-meta {
		margin-bottom: 0;
		padding: 0.9375em;
	}
	.bolsa-typeset .post-meta address, .bolsa-typeset .post-meta p {
		font-size: 0.8125em;
		line-height: 1.53846154;
	}
	.bolsa-typeset .post-meta address {
		margin-bottom: 0.38461538em;
	}
	.bolsa-typeset .post-meta p {
		margin-bottom: 0;
	}
	
	/* === Article Typography Classes === */
	.bolsa-typeset h1.center-heading-one {
		max-width: 29.6875em;
	}
	.bolsa-typeset p.center-paragraph {
		max-height: 59.375em;
	}
	
	/* === Sub-menu on Pages === */
	ul.bolsa-sub-pages {
		padding-left: 0;
	}
	
	/* === Images === */
	img.alignleft {
		margin: 0.3125em 1.5625em 0.625em 0;
	}
	img.alignright {
		margin: 0.3125em 0 0.625em 1.5625em;
	}
	img.alignnone, img.aligncenter {
		margin-bottom: 1.5625em;
	}
	
	/* === Image Captions === */
	figure.alignleft {
		margin: 0.3125em 1.5625em 0.625em 0;
	}
	figure.alignright {
		margin: 0.3125em 0 0.625em 1.5625em;
	}
	figure.aligncenter, figure.alignnone {
		margin-bottom: 1.5625em;
	}
	.wp-caption-text {
		font-size: 0.8125em;
		line-height: 1.53846154;
		margin-top: 1.53846154em;
	}
	
	/* === Videos === */
	.fluid-width-video-wrapper {
		margin-bottom: 1.5625em;
	}
	
	/* === Pagination === */
	.pagination {
		margin: 1.5625em 0 0;
	}
	.pagination ul {
		margin-bottom: 0;
	}
	
	/* == Comments == */
	#comments {
		margin-top: 1.875em;
		padding-top: 1.875em;
	}
	.bolsa-typeset h3.comment-head {
		margin-bottom: 0.22727273em;
	}
	.bolsa-typeset .commentlist {
		padding-left: 0;
	}
	.commentlist li div {
		padding-top: 1.5625em;
	}
	.bolsa-typeset .commentlist .children {
		padding-left: 3.125em;
	}
	.bolsa-typeset .commentlist .children .children {
		padding-left: 0;
	}
	
	/* === Trackbacks & Pingbacks === */
	.bolsa-typeset ol.trackbacklist {
		margin-bottom: 1.875em;
	}
	
	/* === Sidebar Widgets === */
	.sidebar-widget {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	/* === Sidebar Trigger === */
	.aside-trigger {
		padding: 1.25em;
	}
	
	/* === Footer Widgets === */
	.footer-widgets .sidebar-widget {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	/* === Footer Menus === */
	.footer-menu {
		padding: 0 1.25em;
	}
	
	/* === Colophon === */
	.colophon-wrapper {
		padding: 1.25em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 705px and wider - Increase main content font size
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 44.0625em ) {
	
	/* === Footer Widgets === */
	.footer-widgets {
		border-bottom: 1px solid #d1d1d1;
	}
	.footer-widgets .sidebar-widget {
		border-bottom: none;
		float: left;
		padding-bottom: 0.64285714em;
		width: 50%;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 785px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 49.0625em ) {

	/* === Utility === */
	.content-wrapper {
		padding: 0 1.25em;
	}
	.article-wrapper, .page-wrapper {
		float: left;
		padding: 1.25em 1.25em 1.5625em 0;
		width: 68.75%;
	}
	.article-list, .search-list {
		float: left;
		padding: 0 1.25em 0 0;
		width: 68.75%;
	}
	.article-list .article-wrapper, .search-list .page-wrapper {
		float: none;
		padding: 1.5625em 0;
		width: auto;
	}
	.archive .article-list .article-wrapper:first-of-type {
		padding-top: 0;
	}
	.bolsa-full {
		padding: 1.25em 0 1.5625em;
	}
	.bolsa-footer-menu-wrapper {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	/* === Titles === */
	h1.archive-title {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* === Sidebar === */
	.sidebar {
		background-color: transparent;
		border-bottom: none;
		border-left: 1px solid #d1d1d1;
		display: block !important;
		float: left;
		margin-top: 1.25em;
		padding: 0 0 0 1.25em;
		width: 31.25%;
	}
	
	/* === Sidebar Trigger === */
	.aside-trigger {
		display: none;
	}
	
	/* === Sidebar Widgets === */
	.sidebar-widget {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar .sidebar-widget:first-of-type {
		border-top: none;
		padding-top: 0;
	}
	
	/* === Footer Widgets === */
	.footer-widgets-columns {
		display: block !important;
	}
	.footer-widgets-container {
		margin-top: 0;
	}
	.footer-widgets {
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 1.875em;
		padding-top: 1.875em;
	}
	
	/* === Footer Menus === */
	.bolsa-shop-info {
		padding-bottom: 3.125em;
		padding-top: 3.125em;
	}
	.column-wrap {
		float: left;
		width: 50%;
	}
	.column-wrap:after {
		clear: none;
	}
	.footer-menu {
		margin-bottom: 0;
		padding: 0 1.25em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 860px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 53.75em ) {
	
	/* === Utility === */
	.bolsa-product-search-wrapper, .bolsa-user-bar-wrapper {
		padding: 0 1.25em;
	}
	
	/* === User Bar === */
	.bolsa-user-bar {
		background-color: #fff;
		border-bottom: none;
	}
	.bolsa-enclosure .bolsa-user-bar {
		background-color: transparent;
	}
	.bolsa-user-bar-wrapper {
		background-color: #fff;
	}
	.bolsa-user-bar ul {
		float: right;
	}
	.bolsa-user-bar li, .bolsa-user-bar li.cart-info {
		border-left: none;
		border-top: none;
		margin-left: 1.53846154em;
		width: auto;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.bolsa-user-bar li a, .bolsa-user-bar li a:visited {
		color: #222;
	}
	.bolsa-user-bar li a:hover, .bolsa-user-bar li a:active {
		color: #8e8e8e;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 960px and wider - Main navigation breakpoint
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 60em ) {

	/* === Utility === */
	.site-menu-wrapper {
		padding: 0 1.25em;
	}
	
	/* === Non-Touch Main Menu === */
	.bolsa-site-menu {
		display: block !important;
	}
	.bolsa-site-menu, .site-menu-wrapper {
		background-color: #f9f9f9;
	}
	.bolsa-enclosure .bolsa-site-menu {
		background-color: transparent;
	}
	.sf-menu {
		line-height: 3.57142857;
	}
	.sf-menu li {
		border-bottom: none;
		float: left;
	}
	.sf-menu li:last-child {
		border-bottom: none;
	}
	.sf-menu li a, .sf-menu li a:visited {
		color: #222;
		padding: 0 2.14285714em 0 0;
	}
	.sf-menu li a:hover, .sf-menu li a:active {
		color: #8e8e8e;
	}
	
	/* === Touch Main Menu === */
	.touch .sf-menu li.li-has-sub {
		padding-right: 45px;
	}
	.touch .sf-menu li.li-has-sub a {
		padding-right: 0;
	}
	.touch .sf-menu li li.li-has-sub a {
		padding-right: 1.42857143em;
	}
	
	/* === Non-Touch Main Menu Drop Down Menus === */
	.sf-menu ul {
		border-top: none;
		font-size: 0.92857143em;
		font-weight: 400;
		line-height: 3.07692308;
		width: 13.8461538em;
	}
	.sf-menu ul ul {
		border-left: 1px solid #3a3a3a;
		font-size: inherit;
	}
	.sf-menu li li {
		border-bottom: 1px solid #3a3a3a;
		border-right: none;
		float: none;
	}
	.sf-menu li li a, .sf-menu li li a:visited {
		color: #f9f9f9;
		padding: 0 1.53846154em;
	}
	.sf-menu li li a:hover, .sf-menu li li a:active {
		color: #8e8e8e;
	}
	.sf-menu li:hover ul {
		left: -1.53846154em;
		position: absolute;
		top: auto;
	}
	.sf-menu li:hover ul ul {
		left: -9999em;
		position: absolute;
		top: -9999em;
	}
	.sf-menu li li:hover ul {
		left: 13.8461538em;
		top: 0;
	}
	.main-menu .sf-sub-indicator {
		font-size: 0.5em;
		float: none;
		line-height: 1;
		margin-left: 1em;
		position: relative;
		top: -0.14285714em;
	}
	.main-menu li li .sf-sub-indicator {
		float: right;
		top: 17px;
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	/* === Touch Main Menu Drop Down Menus === */
	.touch .sf-menu ul {
		width: 16.9230769em;
	}
	.touch .sf-menu li li:hover ul {
		left: 16.9230769em;
	}
	.touch .main-menu .sf-sub-indicator {
		font-size: 0.78571429em; /*11px*/
	}
	.touch .main-menu li .sf-sub-indicator {
		position: absolute;
		right: 28px;
		top: 20px;
		z-index: 200;
	}
	.touch .main-menu li li .sf-sub-indicator {
		line-height: 40px;
		right: 10px;
		top: 0;
	}
	
	/* === Shop Mobile Navigation Triggers === */
	.shop-mobile-nav-triggers {
		display: none;
	}

}

/*----------------------------------------------------------------------------*/
/* 1060px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 66.25em ) {
	
	/* === Utility === */
	.bolsa-product-search-wrapper, .bolsa-user-bar-wrapper, .content-wrapper,
	.footer-widgets-container, .bolsa-footer-menu-wrapper {
		padding: 0 2.5em;
	}
	.masthead-wrapper {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.site-menu-wrapper {
		padding: 0 2.5em;
	}
	.article-list, .search-list {
		margin-bottom: 3.125em;
		padding-right: 2.5em;
	}
	.article-wrapper, .page-wrapper {
		padding: 3.125em 2.5em 1.5625em 0;
	}
	.article-list .article-wrapper, .search-list .page-wrapper {
		padding: 3.125em 0;
	}
	.bolsa-full {
		padding-bottom: 3.125em;
		padding-top: 1.5625em;
	}
	
	/* === Titles === */
	h1.archive-title {
		margin-top: 1.78571429em;
	}
	
	/* === Articles === */
	.article-list .post-meta {
		margin-bottom: 0;
	}
	
	/* === Slider === */
	.flexslider {
		margin: 0 0 3.125em !important;
	}
	
	/* === Sidebar === */
	.sidebar {
		margin-bottom: 3.125em;
		margin-top: 3.125em;
		padding: 0 0 0 2.5em;
	}
	
	/* === Sidebar Widgets === */
	.sidebar-widget {
		margin-bottom: 3.9375em;
	}
	
	/* === Colophon === */
	.colophon-wrapper {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 1280px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 80em ) {
	
	/* === Utility === */
	.article-wrapper {
		padding: 3.75em 2.5em 1.5625em 13.75em;
	}
	.article-list .article-wrapper {
		padding-left: 13.75em;
	}
	
	/* === Titles === */
	.blog .post-header h1, .single .post-header h1 {
		margin-bottom: 0.78125em;
	}
	
	/* === Articles === */
	.article-date, .post-comments {
		left: -16.9230769em;
		margin-bottom: 0;
		position: absolute;
		text-align: right;
		width: 13.8461538em;
	}
	.article-date {
		top: 1.30769231em;
	}
	
	/* === Sub-menu on Pages === */
	ul.bolsa-sub-pages {
		border-top: none;
		left: 0;
		margin-bottom: 0;
		padding-top: 0;
		position: absolute;
		top: 3.75em;
		width: 11.25em;
	}
	
	/* === Footer Widgets === */
	.footer-widgets-wrap {
		float: left;
		width: 50%;
	}
	.footer-widgets-wrap:after {
		clear: none;
	}
	.footer-widgets .sidebar-widget {
		margin-bottom: 0;
	}
	
	/* === Colophon === */
	.colophon {
		text-align: left;
	}
	.colophon p {
		float: left;
	}
	.social-nav-anchors {
		float: right;
		margin-bottom: 0;
		text-align: left;
	}
	.social-nav-anchors li {
		display: inline;
		float: left;
	}
	.social-nav-anchors li a {
		display: block;
	}
	
}
