/*
Theme Name: quool
Theme URI: http://underscores.me/
Author: Danita Gill and Goldie Why
Author URI: http://underscores.me/
Description: Custom Theme for Quool Art
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quool
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

quool is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	background-color: #000000;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 1.6em;
	letter-spacing: .06rem;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

body,
button,
input,
select,
textarea {
	color: #000000;
	font-size: 1rem;
	line-height: 1.4;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Mono Social Icons */

.symbol, a.symbol:before {
	font-family: 'Mono Social Icons Font';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

a.symbol::before {
	content: attr(title);
	margin-right: 0.3em;
	font-size: 140%;
}

/* end Mono Social Icons */

/* Icomoon */

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-circle-up:before {
	content: "\ea41";
}


/* End Icomoon */

.italic {
	font-style: italic;
}

.lobster-italic {
	font-family: 'Lobster Two', cursive;
	font-weight: bold;
	font-style: italic;
}

.page-headers { 
	 overflow: hidden;
	 text-align: center;
	 text-transform: uppercase;
	 margin-bottom: 1em;
	 display: block;
	 text-align: left;
	 border-bottom: #000 solid 8px;
}
 
.page-headers > span {
	position: relative;
  display: inline-block;
}

.page-headers > span:before, .page-headers > span:after {
	content: '';
	position: absolute;
	top: 40%;
	border-bottom: 8px solid #000000;
	width: 200%; /* half of limiter */
	margin: 0 40px;
	display: none;
}

.page-headers > span:before {
  right: 100%;
	width: 1000%;
}

.page-headers > span:after {
  left: 100%;
	width: 1000%;
}

@media screen and (min-width: 560px) {
	
	.page-headers {
		text-align: center;
		border: none;
	}
	
	.page-headers > span:before, .page-headers > span:after {
		display: block;
	}
	
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.site-header {
	background-color: #FFFFFF;
}

.site-content {
	position: relative;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: #000000;
	border-radius: 0px;
	background: #FFFFFF;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: #000000;
	font-size: 12px;
	font-size: 1.5em;
	line-height: 1;
	padding: 10px 20px;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	text-transform: uppercase;
	font-weight: bold;
  letter-spacing: .06rem;
  width: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #00ABFF;
	color: #00ABFF;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	border-color: #00ABFF;
  color: #00ABFF;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #0078b3;
  color: #0078b3;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #000000;
	border-radius: 0px;
	margin-top: .2em;
	border-top: none;
	border-bottom: 2px #000 solid;
	border-left: none;
	border-right: none;
	font-size: .8em;
	font-weight: 500;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 5px;
	width: 100%;
}

textarea {
	padding: 20px 20px;
	width: 100%;
	border: 2px #000 solid;
	font-size: .8em;
	margin-top: .6em;
}

label {
	text-transform: uppercase;
}

/* Contact Form 7 */

div.wpcf7 {
	width: 100%;
	display: block;
	margin: 3em auto;
}

div.wpcf7 input {
	margin-top: .2em;
	border-top: none;
	border-bottom: 2px #000 solid;
	border-left: none;
	border-right: none;
	font-size: 1.4em;
	font-weight: 500;
}

div.wpcf7 input[type=submit] {
  color: #000;
  font-size: 1.5em;
  letter-spacing: .06rem;
  width: 100%;
  background: rgba(0,0,0,0);
  border: solid 2px #000;
}

div.wpcf7 input[type=submit]:hover,
div.wpcf7 input[type=submit]:focus {
  border-color: #00ABFF;
  color: #00ABFF;
}

div.wpcf7 input[type=submit]:active {
  border-color: #0078b3;
  color: #0078b3;
}

div.wpcf7 p,
.wpcf7-form-control-wrap {
	text-transform: uppercase;
 	font-weight: 500;
	letter-spacing: .06rem;
	margin-bottom: 4em;
	font-size: 0.8em;
}

div.wpcf7 textarea {
	border: 2px #000 solid;
	font-size: 1.4em;
	margin-top: .6em;
}

@media screen and (min-width: 768px) {
	
	div.wpcf7 {
		width: 90%;
	}
	
}

@media screen and (min-width: 900px) {
	
	div.wpcf7 {
		width: 70%;
	}
	
}

/* end Contact Form 7 */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00ABFF;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.more-link {
	font-size: 1.2em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	/*margin-left: -2.5em;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	/*width: calc(100% / 7);
	text-align: center;*/
	margin-right: 3em;
}

.main-navigation ul > li:last-child {
	margin-right: 0;
}

.main-navigation a {
	color: #000000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .06rem;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation .current_page_item > a {
	color: #00ABFF;
}

.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	background-color: #FFFFFF;
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.mobile-navigation ul ul {
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	margin: 0;
	width: 164px;
	padding: 8px 10px; 
}

.main-navigation ul ul li {
	border-top: 1px solid #000000;
	width: 100%;
	text-align: left;
}

.main-navigation ul ul li:last-child {
	border-bottom: 1px solid #000000;
	margin-right: 3.5em;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */

.mobile-navigation {
	position: absolute;
	left: -5000px;
	-webkit-transition: .50s ease-in-out;	
	transition: .50s ease-in-out;
}

.show-mobile-menu .mobile-navigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #00ABFF;
	z-index: 9000;
	-webkit-transition: .50s ease-in-out;	
	transition: .50s ease-in-out;
}

.mobile-navigation a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	letter-spacing: .06rem;
}

.mobile-navigation a:hover,
.mobile-navigation a:focus,
.mobile-navigation a:active,
.mobile-navigation .current_page_item > a {
	color: #000000;
}

.mobile-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.mobile-navigation li {
	float: none;
	position: relative;
	width: 100%;
	display: block;
	margin-right: 0;
	line-height: 3;
}

.btn-menu-container {
	width: 33%;
}

.btn-container {
	/*width: calc(100% / 3);
	height: 15px;*/
	margin: 0;
	position: relative;
	display: block;
	float: left;
	width: 10%;
}

.btn-menu {
	display: block;
	float: left;
	border: 0;
	width: 35px;
	height: 28px;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	/*top: 3rem;
	right: 3rem;*/
	margin-top: 1.7rem;
	z-index: 9000;
	box-shadow: none;
}

.btn-menu:focus {
	outline: 1px dotted #000000;
}

.btn-menu .text {
	display: block;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;	
}

.btn-menu .bar,
.btn-menu .bar:before,
.btn-menu .bar:after {
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	background-color: #000000;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-menu .bar {
	top: 12px;
	left: 0;	
}
	
.btn-menu .bar:before {
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
}

.btn-menu .bar:after {
	position: absolute;
	content: '';
	top: -12px;	
	left: 0;
}

.show-mobile-menu .btn-menu .bar {
	background-color: transparent;	
}

.show-mobile-menu .btn-menu .bar:before {
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.show-mobile-menu .btn-menu .bar:after {
	top: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}

.site-main {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;	
	background-color: #FFFFFF;
}

/*.show-mobile-menu .site-main {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}*/

.mobile-navigation .social-links {
	width: 100%;
	display: block;
}

.mobile-navigation .social-links li {
	width: 25%;
	float: left;
	font-size: 2em;
	display: block;
}

/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	margin-left: 3.3em;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 2em 0 0 0;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
	content: '\2190';
	padding-right: 10px;
	
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
	content: '\2192';
	padding-left: 10px;
	
}


@media screen and (min-width: 887px) {
	
	.main-navigation ul {
		display: block;
	}
	
	.btn-menu {
		display: none;
	}
	
	.mobile-navigation ul {
		display: none;
	}
	
}

/* Top of Page Arrow */

@media screen and (min-width: 940px) {

	#scrollUp {
		position: fixed;
		bottom: .8em;
		right: .8em;
		font-size: 2em;
	}
	
	#scrollUp:hover,
	#scrollUp:active,
	#scrollUp:focus {
		color: #00abff;
	}

}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.single-post .widget-area {
	display: block;
	float: none;
	margin-bottom: 2em;
}

.single-post .widget-area h1 {
	font-size: 1.2em;
	display: block;
	padding-bottom: 5px;
	border-bottom: 8px solid #000000;
}

.single-post .widget-area ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	text-transform: uppercase;
}

.widget-shop-on-etsy a{
	width: 110px;
	height: 110px;
	display: block;
	background-image:url(images/etsy_heart_icon_110x110_v2.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 1em auto 2em auto;
}

.widget-shop-on-etsy a:hover,
.widget-shop-on-etsy a:focus,
.widget-shop-on-etsy a:active {
	background-image:url(images/etsy_heart_icon_grey_110x110.png);
}


.widget-area .product-display {
	margin-bottom: 3em;
	width: 100%;
	float: none;
	text-align: center;
}

.widget-area .product-display-image {
	margin: 0 auto;
	width: 174px;
	max-width: 100%;
	height: auto;
	position: static;
}

@media screen and (min-width: 440px) {
	
	.widget-area .product-display {
		width: 50%;
		float: left;
	}
	
}

@media screen and (min-width: 620px) {
	
	.widget-area .product-display {
		width: calc(100% / 3);
	}
	
}

@media screen and (min-width: 768px) {
	.single-post .content-area {
		float: left;
		width: 70%;
	}
	
	.single-post .widget-area {
		display: block;
		float: left;
		margin-left: 1.5em;
		margin-bottom: 2em;
		width: calc(30% - 1.5em);
	}
	
	.widget-area .product-display {
		margin-bottom: 3em;
		width: 100%;
		float: none;
		text-align: center;	
	}

}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
	margin-top: 2em;
}

.home .site-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-post .content-area h1,
.single-post .widget-area h1 {
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: .06rem;
}

.entry-meta {
	text-transform: uppercase;
}

.blog .entry-footer::after {
	content: '';
	margin-top: 1.5em;
	width: 100%;
	display: block;
	height: 8px;
	background-color: #000000;
}

.entry-footer p {
	margin: 0;
}

/* Product Display */

.product-display-container {
	margin: 4em 0;
}

.product-display {
	margin-bottom: 3em;
	width: 100%;
	text-align: center;
}

.product-display img {
	margin: 0;
}

.product-display-image {
	margin: 0 auto .5em auto;
	width: 174px;
	max-width: 174px;
	height: auto;
	position: relative;
}

.product-display p {
	margin: 0;
	font-weight: bold;
}

.product-display p:nth-of-type(2) {
	margin-bottom: 2em;
}

.product-display-banner {
	position: absolute;
	bottom: 26px;
	left: 4px;
}

.product-display-banner img {
	width: 166px;
	max-width: 166px;
	height: auto;
	margin: 0;
}

.product-display p:nth-child(4) {
	margin-top: 1em;
}

.view-details-button {
	margin-top: 1em;
	background-color: #00abff;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: .03rem;
	padding: 15px 25px;
}

.view-details-button:hover,
.view-details-button:focus {
	background-color: #009AE6;
	color: #FFFFFF;
}

.view-details-button:active {
	background-color: #0078B3;
	color: #FFFFFF;
}

@media screen and (min-width: 440px) {
	.product-display {
		width: 50%;
		float: left;
	}
	
	.product-display-container h1 {
		display: block;
	}
	
}

@media screen and (min-width: 650px) {
	.product-display {
		width: calc(100% / 3);
	}
	
	.product-display p:nth-of-type(2) {
		margin-bottom: 0;
	}
	
	.view-details-button {
		padding: 10px 15px;
	}
}

/* end Product Display */


/* Ribbons */

.ribbon {
	position: absolute;
	bottom: 17px;
	left: -11px;
}

.featured-ribbon .right-arrow {
  margin: 15px 15px;
  position: relative;
  background-color: #00abff;
  width: 166px;
  height: 24px;
}

.new-ribbon .right-arrow {
  margin: 15px 15px;
  position: relative;
  background-color: #00CC00;
  width: 166px;
  height: 24px;
}

.right-arrow:before,
.right-arrow:after {
  content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
}

.right-arrow:before {
  border-width: 12px 0 12px 12px;
}

.right-arrow:after {
  border-width: 12px 12px 12px 0;
}

.featured-ribbon .right-arrow:before {
  border-color: #00abff transparent;
  left: -12px;
}

.featured-ribbon .right-arrow:after {
  border-color: #00abff transparent;
  right: -12px;
}

.new-ribbon .right-arrow:before {
  border-color: #00cc00 transparent;
  left: -12px;
}

.new-ribbon .right-arrow:after {
  border-color: #00cc00 transparent;
  right: -12px;
}

.featured-term {
  position: absolute;
  top: 13px;
  left: 38px;
}

.new-term {
  position: absolute;
  top: 13px;
  left: 60px;
}

.ribbon-term p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bullet-right,
.bullet-left {
  font-size: 17px;
}

.bullet-left {
  margin-right: 11px;
}

.bullet-right {
  margin-left: 11px;
}

/* end Ribbons */

/* Home Collage */

.home-collage {
	display: none;
}

@media screen and (min-width: 940px) {
	
	.home-collage {
		position: relative;
		margin-top: 5em;
		display: block;
	}
	
	.home-collage-left {
		float: left;
		position: relative;
		min-height: 624px;
	}
	
	.home-collage-right {
		float: right;
		min-height: 624px;
	}
	
	.etsy-shop {
		float: left;
		margin-right: 2.7em;
	}
	
	.etsy-shop a {
		float: left;
		background-image:url(images/home/hp_etsy_logo_black_195x330.png);
		width: 195px;
		height: 330px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.etsy-shop a:hover,
	.etsy-shop a:active,
	.etsy-shop a:focus {
		background-image:url(images/home/hp_etsy_logo_blue_195x330.png);
	}
	
	.freebies {
		float: left;
	}
	
	.freebies a {
		float: left;
		/*background-image:url(images/home/hp_freebies_195x330.png);*/
		width: 195px;
		height: 330px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.freebies a:hover,
	.freebies a:active,
	.freebies a:focus {
		/*background-image:url(images/home/hp_freebies_grey_195x330.png);*/
	}
	
	.recent-blog {
		display: block;
		position: absolute;
		bottom: 30px;
	}
	
	.date {
		background-image:url(images/home/blog_date_176x176.png);
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		width: 176px;
		height: 176px;
		float: left;
		margin-right: 2em;
	}
	
	.date p {
		margin: 0;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		font-size: 300%;
		color: white;
	}
	
	.date .month {
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -88px;
		width: 176px;
	}
	
	.date .day {
		position: absolute;
		top: 85px;
		left: 50%;
		margin-left: -88px;
		width: 176px;
	}
	
	.recent-post {
		float: left;
		width: 50%;
		margin-top: 2.3em;
		margin-left: 0.2em;
	}
	
	.recent-post h1 {
		margin-top: 0;
		line-height: 0.1;
		text-transform: uppercase;
		letter-spacing: .06rem;
	}
	
	.recent-post h1 a,
	.recent-post p a {
		color: #00cc00;
	}
	
	.recent-post h1 a:hover,
	.recent-post p a:hover,
	.recent-post h1 a:focus,
	.recent-post p a:focus,
	.recent-post h1 a:active,
	.recent-post p a:active {
		color: #999;
	}
	
	.recent-post p {
		margin: 0;
		font-size: 1em;
		color: #000000;
		text-transform: none;
		text-align: left;
	}
	
	.new-prints-image {
		/*background-image:url(images/home/hp_dog_460x540.png);*/
		background-repeat: no-repeat;
		background-size: cover;
		width: 460px;
		height: 540px;
		display: block;
		margin-bottom: 1.5em;
	}
	
	.new-prints-banner a {
		background-image:url(images/home/hp_blue_ribbon_460x60_2.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 460px;
		height: 60px;
		display: block;
	}
	
	.new-prints-banner a:hover,
	.new-prints-banner a:active,
	.new-prints-banner a:focus {
		background-image:url(images/home/hp_grey_ribbon_460x60_2.png);
	}
	
}

/* end Home Collage */

/* Collection Page */

.collection-type-page {
	margin-top: 3em;
}

.hero-image {
	position: relative;
	width: 100%;
}

.shop-on-etsy a {
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 6px;
	right: 0;
	background-image:url(images/etsy_heart_icon_110x110_v2.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.shop-on-etsy a:hover,
.shop-on-etsy a:focus,
.shop-on-etsy a:active {
	background-image:url(images/etsy_heart_icon_grey_110x110.png);
}

@media screen and (min-width: 500px) {
	
	.shop-on-etsy a {
		width: 110px;
		height: 110px;
	}
	
}

@media screen and (min-width: 940px) {
	
	.collection-type-button:nth-of-type(odd) a{
		margin-right: 10px;
	}
	
	.collection-type-button:nth-of-type(even) a{
		margin-right: 0;
		margin-left: 10px;
	}
	
}

/* end Collection Page */

/* Products Display */

.product-images {
	float: none;
	width: 100%;
	margin-top: 0;
}

.product-images .main-product-image {
	margin-bottom: 60px;
}

.product-images .main-product-image img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.product-info {
	float: none;
	width: 100%;
	/*margin-top: 3em;*/
}

.product-info h1,
.product-info h2,
.product-info p {
	margin: 0;
}

/*.gallery-images {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.gallery-images .gallery-item {
	width: auto;
	text-align: left;
	margin: 1.5em 0 0 0;
}
*/

.product-info {
	margin-bottom: 4em;
}

.product-info > div {
	margin-bottom: 1.3em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #000000;
}

.product-info > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.product-info h2 {
	text-transform: uppercase;
	margin-bottom: .06rem;
}

.product-colors .color-box {
	width: 30px;
	height: 30px;
	margin-right: .5em;
	margin-top: .5em;
	float: left;
}

.product-remarks ul {
	margin-left: 0;
	padding-left: 1.2em;
}

.purchase-button a {
	margin-top: 3em;
	line-height: 3;
	text-align: center;
	font-weight: 500;
	letter-spacing: .06rem;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #00ABFF;
	width: 100%;
	display: block;
}

.purchase-button a:hover,
.purchase-button a:active,
.purchase-button a:focus {
	background-color: #009AE6;
	color: #FFFFFF;
}

.purchase-button a:active {
	background-color: #0078B3;
}

.single-product .product-display-container h1 {
	display: block;
}

.breadcrumbs {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

@media screen and (min-width: 540px) {
	.product-images .main-product-image img {
		width: 540px;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (min-width: 700px) {
	
	.product-images {
		float: left;
		width: 60%;
		margin-top: .7em;
	}
	
	.product-images .main-product-image img {
		margin: 0;
	}
	
	.product-info {
		float: right;
		width: 35%;
		/*margin-top: 3em;*/
	}
	
	/*.gallery-images .gallery-item {
		margin-right: 1em;
	}*/
	
	.breadcrumbs {
		text-align: left;
	}

}

/* end Product Display */

/* Posts */

.blog .post {
	margin-top: 3.5em;
}

.regular-post-template {
	float: none;
	width: 100%;
	max-width: 100%;
	display: block;
}

.featured-post-template {
	position: relative;
}

.regular-post-template img {
	width: 100%;
}

.featured-post-template img {
	width: 100%;
	max-width: 100%;
}

.featured-post-template-excerpt {
	position: static;
	padding: 0;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}

.regular-post-template-excerpt {
	float: none;
	width: 100%;
	padding-left: 0;
}

.regular-post-template-excerpt:after,
.featured-post-template-excerpt:after {
	content: '';
	display: block;
	width: 100%;
	background-color: #000000;
	height: 8px;
	margin-top: 1em;
}

.featured-post-template-excerpt h1,
.regular-post-template-excerpt h1 {
	text-transform: uppercase;
	letter-spacing: .08rem;
	margin: 0;
}

.regular-post-template-excerpt p,
.featured-post-template-excerpt p {
	margin: 0 0 3em 0;
}

.featured-post-template-excerpt h1 a,
.regular-post-template-excerpt h1 a {
	font-size: 1em;
	font-weight: bold;
}

.featured-post-template-excerpt a,
.regular-post-template-excerpt a {
	font-size: 0.8em;
	font-weight: 500;
}

.regular-post-template-excerpt h1 {
	text-transform: uppercase;
}

.regular-post-template-excerpt p:last-of-type {
	margin: 0;
}

.featured-post-template-excerpt p:nth-of-type(2) {
	margin: 0;
}

.tags {
	font-weight: bold;
}

.tags-separator {
	font-size: 0.8em;
}

@media screen and (min-width: 940px) {
	.blog .post {
		margin-top: 3.5em;
	}
	
	.regular-post-template {
		float: left;
		width: 470px;
		max-width: 470px;
		height: auto;
	}
	
	.featured-post-template {
		position: relative;
	}
	
	.regular-post-template img {
		width: 100%;
	}
	
	.featured-post-template img {
		width: 940px;
		max-width: 940px;
	}
	
	.regular-post-template-excerpt {
		float: left;
		width: 50%;
		padding: 74px 0 0 40px;
		margin-top: 2.5em;
	}
	
	.featured-post-template-excerpt {
		position: absolute;
		padding: 70px 0 0 40px;
		background-color: white;
		width: 50%;
		bottom: 5px;
		right: 0;
	}
	
}

/* end Posts */

/* About */

.page-id-28 .entry-content {
	text-align: center;
	margin: 0 auto;
	width: 86%;
}

.post-28 .entry-content h2 {
	margin-bottom: 0;
}

.post-28 .entry-content p {
	margin-top: 0;
}

.about-featured-image {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.follow-us {
	width: 100;
}

.follow-us .social-links {
	width: 100%;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
}

.follow-us .social-links li {
	font-size: 2em;
	display: inline-block;
}

.follow-us .social-links li:last-of-type a.symbol::before {
	margin-right: 0;
}

@media screen and (min-width: 400px) {
	
	.follow-us .social-links li {
		font-size: 3em;
		display: inline-block;
	}


}

/* end About */

/* Reviews */

.review-container h2 {
	color: #00ABFF;
	text-align: center;
}

.review {
	text-align: center;
}

.review-author {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

/* end Reviews */


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list li::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999999;
	margin: 1.5em 0;
}

.comments-title {
	border-bottom: 3px solid black;
	width: 100%;
	margin-top: 1.5em;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.avatar {
	border-radius: 50%;
	display: block;
}

.comments-area .comment-respond .form-allowed-tags,
.comments-area .comment-respond code {
	color: #555555;
	font-size: .8em;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Content Wrapper
--------------------------------------------------------------*/

.content-wrapper {
	width: 90%;
	margin: 0 auto;
}


@media screen and (min-width: 940px) {
	
	.content-wrapper {
		width: 940px;
	}
	
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.black-bar {
	width: 100%;
	height: 30px;
	background-color: black;
}

.site-branding {
	float: left;
	/*margin-left: 0;
	margin-right: 0;
	width: calc(100% / 3);*/
	margin-left: 17%;
	margin-right: 14%;
	margin-top: 1.3rem;
	width: 46%;
}

/*
.site-title {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.site-title {
	margin: 14px 0 0 0;
}
*/

.site-title {
	margin: 0;
}

.mobile-etsy-button {
	display: block;
	/*float: left;
	width: calc(100% / 3);*/
	float: right;
	width: 11%;
}

.mobile-etsy-button a {
	/*width: 27px;
	height: 27px;
	margin-top: 1.2em;*/
	float: right;
	width: 34px;
	height: 44px;
	margin-top: 1.3rem;
}

@media screen and (min-width: 440px) {
	
	.site-branding {
		width: 45%;
	}
	
}

@media screen and (min-width: 887px) {
	
	.mobile-header-content {
		width: 100%;
		display: block;
	}
	
	.site-branding {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.site-title {
		width: 300px;
		float: none;
		display: block;
	}
	
	.site-title {
		margin: 2em 0 1em 0;
	}
	
	.mobile-etsy-button {
		display: none;
	}

}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: black;
	color: white;
}

.blog .site-footer {
	margin-top: 3em;
}

.site-footer p {
	margin: 0;
}

.footer-content {
	margin: 40px auto;
	width: 90%;
}

.footer-left,
.footer-right {
	margin-bottom: 40px;
}

.footer-left {
	min-height: auto;
	position: static;
	float: none;
	width: 100%;
}

.footer-right {
	min-height: auto;
	float: none;
	width: 100%;
}

.footer-navigation-1 {
	float: left;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-navigation-2 {
	float: right;
	margin-left: 0;
}

.footer-navigation li {
	margin-bottom: 20px;
}

.footer-navigation li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .06rem;
}

.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation a:active {
	color: #00ABFF;
}

.site-footer .site-info {
	color: #FFFFFF;
	font-size: .8em;
	position: absolute;
	bottom: 0;
	display: none;
}

.site-footer .site-info-2 {
	color: #FFFFFF;
	font-size: .8em;
	position: static;
	display: block;
	text-align: center;
}

.footer-quote {
	display: none;
}

.footer-links ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-links li {
	display: none;
}

.footer-links p {
	text-align: center;
	margin-bottom: 1.5em;
}

.etsy-footer {
	display: none;
}

@media screen and (min-width: 380px) {
	
	.footer-navigation li a {
		font-size: 1em;
	}

}

@media screen and (min-width: 800px) {
	
	.footer-left {
		min-height: 236px;
		position: relative;
		float: left;
		width: 50%;
	}
	
	.footer-right {
		float: right;
		min-height: 236px;
		width: 50%;
	}
	
	.footer-navigation-2 {
		float: left;
		margin-left: 4em;
	}
	
	.site-footer .site-info {
		display: block;
	}
	
	.site-footer .site-info-2 {
		color: #FFFFFF;
		font-size: .8em;
		position: static;
		display: none;
	}
	
	.footer-quote {
		min-height: 156px;
		display: block;
		width: 
	}
	
	.footer-quote p {
		font-size: 125%;
		margin: 0;
	}
	
	.footer-quote .quote-author {
		margin-top: .8em;
		text-align: right;
		font-style: italic;
		text-decoration: underline;
	}
	
	.footer-quote .quote-author a {
		color: #FFFFFF;
	}
	
	.footer-quote .quote-author a:hover,
	.footer-quote .quote-author a:focus,
	.footer-quote .quote-author a:active {
		color: #00ABFF;
	}
	
	.footer-links {
		float: left;
		margin-right: 7%;
		display: block;
		width: 80%;
	}
	
	.footer-links ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.footer-links li {
		float: right;
		display: block;
	}
	
	.footer-links a {
		font-size: 1.5em;
		color: #FFFFFF;
	}
	
	.footer-links a:hover,
	.footer-links a:focus,
	.footer-links a:active {
		color: #00ABFF;
	}
	
	.footer-links a.symbol:before {
		margin-right: .5em;
	}
	
	.footer-links ul li:first-child a.symbol:before {
		margin:0;
	}
	
	.footer-links p {
		text-align: right;
		margin: 0;
		margin-top: 10px;
	}
	
	.etsy-footer {
		float: right;
		display: block;
		width: 13%;
	}
	
	.etsy-footer a {
		float: right;
		background-image:url(images/home/hp_etsy_footerlogo_white_45x75.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 45px;
		height: 75px;
	}
	
	.etsy-footer a:hover,
	.etsy-footer a:active,
	.etsy-footer a:focus {
		background-image:url(images/home/hp_etsy_footerlogo_blue_45x75.png);
	}
	
}

@media screen and (min-width: 940px) {
	
	.footer-content {
		width: 940px;
		margin: 40px auto;
	}
	
}


/*--------------------------------------------------------------
## FlexSlider
--------------------------------------------------------------*/

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  /* width: 100%; */
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
	width: 540px;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-control-thumbs {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-around;
	align-items: center;
}

.flex-control-thumbs li {
	width: 97%;
	text-align: left;
	margin: 1.5em 0 0 0;
}

.product-images .main-product-image li img {
	width: 90%;
}

.product-images .main-product-image .flex-active-slide img {
	width: 100%;
	cursor: pointer;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/ 

@media screen and (min-width: 540px) {
	.flexslider .slides img {
		height: auto;
		width: 540px;
	}
	
	.product-images .main-product-image .flex-active-slide img {
		width: 540px;
	}
}

@media screen and (min-width: 700px) {
	.flex-control-nav {
  	width: auto;
	}
	
	.flex-control-thumbs {
		flex-wrap: wrap;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		justify-content: flex-start;
		align-items: center;
	}
	
	.flex-control-thumbs li {
		margin-right: 1em;
		width: 22%;
	}

 
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
