/*
Theme Name: Quilts By Ann
Theme URI: http://underscores.me/
Author: Eric Wistrand
Author URI: http://code-local.com
Description: Custom Wordpress Theme For Quilts By Ann
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: quiltsbyann
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.

Quilts By Ann is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px; 
}

label {
	font-weight: 300;
}

.carousel-caption {
	text-shadow: 3px 3px 3px #111;
	font-size: 1.2em;
	text-transform: uppercase;
}

.carousel-caption a {
	color: #FFF;
	font-weight: 500;
}

.carousel-indicators li {
	box-shadow: 2px 2px 2px #111;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border:none;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product .button,
input.button,
.btn-primary {
    background-color: #324463 !important;
    color: #FFF !important;
}

.woocommerce .woocommerce-ordering select {
	padding: 10px;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
	padding: 7px;
}

#coupon_code {
	padding: 12px 5px;
	border-radius: 5px;
	width: auto !important;
}

.shipping_address {
	display: none;
}

#masthead {
	background: #324463;
	margin-bottom: 30px;
}

.cart-header {
	background: #785E67;
	padding: 10px;
	font-weight: 500;
	text-transform: capitalize;
	font-weight: 700;
}

.site-content {
	position: relative;
}

.site-footer {
	background: #324463;
	padding: 40px 0;
	overflow: hidden;
	margin-top: 30px;
	color: #FFF;
}

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

body {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Oxygen', sans-serif;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

.cart-header a {
	color: #FFF;
}

p {
	padding: 1em 0 0 0;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

#masthead h1 {
	font-weight: 900;
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
}

.shipping-warning {
	background-color: #A46497;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
}

.single .shipping-warning {
	margin-top: 30px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}

.variations .label {
	padding: 0 !important;
}

.variations {
	width: 100%;
}

.variations .value {
	width: 100% !important;
}

label[for="orientation"]{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

label[for="orientation"]:hover,
label[for="orientation"]:active,
label[for="orientation"]: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. */
}

select#orientation {
	padding: 7px;
	width: 100%;
}



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




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.site-footer a {
	color: #A46497;
}

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

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

.main-navigation li {
	text-align: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.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. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	text-align: center;
	width: 100%;
	color: #FFF;
	background: none;
	border: 2px solid #FFF;
	font-size: 1.75em;
	margin-bottom: 20px;
	border-radius: 5px;
}

.nav-links {
	overflow: hidden;
}

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

#profileImage {
	float: right;
	margin-left: 15px;
}

#ArtPrizeLogo {
	float: left;
	margin-right: 15px;
}

#homeGraphic {
	width: 100%;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.gallery-block {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.gallery-block a {
	display: block;
	text-align: center;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 320px) {
	
	.menu {
		padding: 15px 0;
	}

	.menu li {
		padding: 5px 0;
	}

	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce .upsells.products ul li.product, 
	.woocommerce .upsells.products ul.products li.product, 
	.woocommerce-page .related ul li.product, 
	.woocommerce-page .related ul.products li.product, 
	.woocommerce-page .upsells.products ul li.product, 
	.woocommerce-page .upsells.products ul.products li.product {
    	width: 100%;
	}
}

@media screen and (min-width: 480px) {
	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce .upsells.products ul li.product, 
	.woocommerce .upsells.products ul.products li.product, 
	.woocommerce-page .related ul li.product, 
	.woocommerce-page .related ul.products li.product, 
	.woocommerce-page .upsells.products ul li.product, 
	.woocommerce-page .upsells.products ul.products li.product {
    	width: 48%;
	}
}

@media screen and (min-width: 480px) and (max-width:767px)  {

	.col-ms-1,
	.col-ms-2,
	.col-ms-3,
	.col-ms-4,
	.col-ms-5,
	.col-ms-6,
	.col-ms-7,
	.col-ms-8,
	.col-ms-9,
	.col-ms-10,
	.col-ms-11 {
		float: left;
	}
	
	.col-ms-1 {
		width: 8.33333%;
	}
	
	.col-ms-2 {
		width: 16.66667%;
	}
	
	.col-ms-3 {
		width: 25%;
	}
	
	.col-ms-4 {
		width: 33.33333%;
	}
	
	.col-ms-5 {
		width: 41.66667%;
	}
	
	.col-ms-6 {
		width: 50%;
	}
	
	.col-ms-7 {
		width: 58.33333%;
	}
	
	.col-ms-8 {
		width: 66.66667%;
	}
	
	.col-ms-9 {
		width: 75%;
	}
	
	.col-ms-10 {
		width: 83.33333%;
	}
	
	.col-ms-11 {
		width: 91.66667%;
	}
	
	.col-ms-12 {
		width: 100%;
	}
	
	.col-ms-push-1 {
		left: 8.33333%;
	}
	
	.col-ms-push-2 {
		left: 16.66667%;
	}
	
	.col-ms-push-3 {
		left: 25%;
	}
	
	.col-ms-push-4 {
		left: 33.33333%;
	}
	
	.col-ms-push-5 {
		left: 41.66667%;
	}
	
	.col-ms-push-6 {
		left: 50%;
	}
	
	.col-ms-push-7 {
		left: 58.33333%;
	}
	
	.col-ms-push-8 {
		left: 66.66667%;
	}
	
	.col-ms-push-9 {
		left: 75%;
	}
	
	.col-ms-push-10 {
		left: 83.33333%;
	}
	
	.col-ms-push-11 {
		left: 91.66667%;
	}
	
	.col-ms-pull-1 {
		right: 8.33333%;
	}
	
	.col-ms-pull-2 {
		right: 16.66667%;
	}
	
	.col-ms-pull-3 {
		right: 25%;
	}
	
	.col-ms-pull-4 {
		right: 33.33333%;
	}
	
	.col-ms-pull-5 {
		right: 41.66667%;
	}
	
	.col-ms-pull-6 {
		right: 50%;
	}
	
	.col-ms-pull-7 {
		right: 58.33333%;
	}
	
	.col-ms-pull-8 {
		right: 66.66667%;
	}
	
	.col-ms-pull-9 {
		right: 75%;
	}
	
	.col-ms-pull-10 {
		right: 83.33333%;
	}
	
	.col-ms-pull-11 {
		right: 91.66667%;
	}
	
	.col-ms-offset-1 {
		margin-left: 8.33333%;
	}
	
	.col-ms-offset-2 {
		margin-left: 16.66667%;
	}
	
	.col-ms-offset-3 {
		margin-left: 25%;
	}
	
	.col-ms-offset-4 {
		margin-left: 33.33333%;
	}
	
	.col-ms-offset-5 {
		margin-left: 41.66667%;
	}
	
	.col-ms-offset-6 {
		margin-left: 50%;
	}

	.col-ms-offset-7 {
		margin-left: 58.33333%;
	}

	.col-ms-offset-8 {
		margin-left: 66.66667%;
	}

	.col-ms-offset-9 {
		margin-left: 75%;
	}

	.col-ms-offset-10 {
		margin-left: 83.33333%;
	}

	.col-ms-offset-11 {
		margin-left: 91.66667%;
	}

	.container {
		max-width: 748px; 
	}

	.form-horizontal .form-group .control-label {
		text-align:right;
	}

	.quilt-tax-block {
		height: 540px;
	}

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

	#masthead h1 {
		border-bottom: 1px solid #FFF;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
		overflow: hidden;
		padding: 0 0 20px 0;
	}

	.main-navigation li {
		float: left;
		position: relative;
		text-align: center;
		width: 16.6666%;
		padding: 0;
	}

	.nav-previous {
		float: left;
	}

	.nav-next {
		float: right;
	}

	.gallery-block a {
		display: block;
		text-align: left;
	}

	.gallery-block img {
		float: left;
		margin-right: 30px;
	}

	.gallery-block-link {
		position: absolute;
		right: 15px;
		bottom: 0;
	}

	.woocommerce div.product .product_title {
		margin-top: 0;
	}

	.entry-summary {
		margin-top: 0;
	}

	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce .upsells.products ul li.product, 
	.woocommerce .upsells.products ul.products li.product, 
	.woocommerce-page .related ul li.product, 
	.woocommerce-page .related ul.products li.product, 
	.woocommerce-page .upsells.products ul li.product, 
	.woocommerce-page .upsells.products ul.products li.product {
    	width: 46.2%;
	}
}

@media screen and (min-width: 992px) {
	body {
		font-size: 18px;
	}

	.main-navigation ul {
		float: right;
	}

	.logo {
		margin-top: 50px;
	}

	#masthead h1 {
		text-align: right;
	}

	.main-navigation li {
		text-align: right;
		float: left;
		width: auto;
		margin-left: 30px;
		font-size: 14px;
	}

	.main-navigation li:first-child {
		margin-left: 0;
	}

	.gallery-block h2 {
		margin-top: 0;
	}

	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce .upsells.products ul li.product, 
	.woocommerce .upsells.products ul.products li.product, 
	.woocommerce-page .related ul li.product, 
	.woocommerce-page .related ul.products li.product, 
	.woocommerce-page .upsells.products ul li.product, 
	.woocommerce-page .upsells.products ul.products li.product {
    	width: 22%;
	}

	.sidebar .col-md-6 article {
		height: 172px;
		overflow: hidden;
	}
}

@media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}

	.logo {
		margin-top: 40px;
	}

	.main-navigation li {
		margin-left: 20px;
		font-size: 18px;
	}

	.gallery-block h2 {
		font-size: 22px;
		margin-bottom: 0;
	}

	.gallery-block img {
		width: 40%;
	}

	.gallery-block p {
		font-size: 16px;
	}

	.sidebar .col-md-6 article {
		height: 213px;
		overflow: hidden;
	}

}

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

	.container {
		width: 1570px;
	}

	.logo {
		margin-top: 00px;
	}

	#masthead h1 {
		font-size: 1em;
	}
	.main-navigation li {
		margin-left: 20px;
		font-size: 20px;
	}

	.item:nth-child(4n+1){
		clear: both;
	}

	.site-footer {
		margin-top: 60px;
	}

	.gallery-block p {
		font-size: 18px;
	}

	.sidebar .col-md-6 article {
		height: 297px;
		overflow: hidden;
	}

}



/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

/*--------------------------------------------------------------
## Store Warning
--------------------------------------------------------------*/
.shadow {
	top: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(50,68,99,0.90);
	z-index: 99;
}

.shadow-inner {
	width: 80%;
  	height: 50%;
  	overflow: auto;
  	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	color: #fff;
  	text-align: center;
}

.shadow-inner h2 {
	font-weight: 900;
	font-size: 2.5em;
	text-transform: uppercase;
}