/*
Theme Name: Meadow Theme
Theme URI: http://www.TailoredDesignsCo.com
Description: A Genesis Child Theme.
Author: TailoredDesignsCo
Author URI: http://www.TailoredDesignsCo.com
Template: genesis
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Soliloquy
	- Woocommerce
- Site Header
	- Top Widget Area
	- Title Area	
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary & Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	color: #3f4245;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Libre Baskerville', serif;
	line-height: 1.75;
	margin: 0;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

a {
	color: #6c97b7;
	text-decoration: none;
}

a:hover,
.archive-pagination .active a {
	color: #a7a49d;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {	
    font-family: 'Playfair Display', serif;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	margin-bottom: 10px;
}

h4 {
	font-size: 26px;
	font-size: 2.6rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 20px;
	font-size: 2rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	color: #3f4245;
	border:none;
	background: #6c97b7;
	border-bottom: 3px solid #3d6d80;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 25px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	color: #6c97b7;
	background-color: #a7a49d ;
	border-color: #3f4245;	
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	padding: 20px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
}

.site-header, #top-widgets, #front-page-2, #front-page-3, .content-sidebar-wrap, #front-page-4, .footer-widgets, .site-footer {
	margin: 0 auto;
	max-width: 1200px;
	clear: both;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.error404 .search-form input[type="submit"] {
	margin-top: 15px;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 	28px;
}

.sidebar .entry-title {
	font-size: 18px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #6c97b7;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus, .home .blog article:hover .entry-title a {
	color: #a7a49d;
}

.widget-title, .widgettitle {
	color: #6c97b7;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.footer-widgets .widget-title {
	text-align: center;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.blog.widget-area {
	text-align: center;
}

.blog.widget-area article {
	padding: 0px;
	width: 23.076923076923077%;
	margin-right: 2.564102564102564%;
	float: left;
	vertical-align: top;
	margin-bottom: 15px;
	position: relative;
}

.blog.widget-area article:nth-of-type(4n) {
	margin-right: 0;
}

.featured-content article {
	padding: 0;
}

.featured-content .entry-header {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.featured-content .entry-title a {
	background: #6c97b7;
	border-bottom: 3px solid #3d6d80;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
	color: #3f4245;
}

.featured-content .entry-title a:hover { 
	color: #6c97b7;
	background-color: #a7a49d;
	border-color: #3f4245;
}

/* ## Home Page Widgets
------------------------------ */

div[id^="front-page-"]:not(#front-page-1) .widget {
	padding: 0px;
	float: left;
	vertical-align: top;
	margin-bottom: 15px;
	position: relative;
	margin-right: 2.564102564102564%;
}

div[id^="front-page-"]:not(#front-page-1).widget-full .widget.featured-content .entry-header,
div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1).featured-content .entry-header,
div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type.featured-content .entry-header {
	position: unset;
	margin-top: 50px;
}

div[id^="front-page-"]:not(#front-page-1).widget-full .widget.featured-content article .entry-image,
div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1).featured-content article .entry-image,
div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type.featured-content article .entry-image {
	max-width: 600px;
}

div[id^="front-page-"]:not(#front-page-1).widget-full .widget.featured-content .entry-title a,
div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1).featured-content .entry-title a,
div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type.featured-content .entry-title a {
	background: none;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	text-transform: uppercase;
}

div[id^="front-page-"]:not(#front-page-1).widget-fourths .widget {
	width: 23.076923076923077%;
}

div[id^="front-page-"]:not(#front-page-1).widget-halves .widget {
	width: 48.717948717948715%;
}

div[id^="front-page-"]:not(#front-page-1).widget-thirds .widget {
	width: 31.623931623931625%;
}

div[id^="front-page-"]:not(#front-page-1).widget-full .widget,
div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1),
div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type {
	width: 100%;
	margin-right: 0;
}

div[id^="front-page-"]:not(#front-page-1).widget-halves .widget:nth-child(even),
div[id^="front-page-"]:not(#front-page-1).widget-thirds .widget:nth-child(3n+2),
div[id^="front-page-"]:not(#front-page-1).widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}

div[id^="front-page-"]:not(#front-page-1).widget-halves .widget:nth-child(odd),
div[id^="front-page-"]:not(#front-page-1).widget-thirds .widget:nth-child(3n+1),
div[id^="front-page-"]:not(#front-page-1).widget-fourths .widget:nth-child(4n+1) {
	margin-right: 0;
}



/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews {
	text-align: center;
	padding: 20px 10px;
}

.enews-widget {
	border-top: 1px solid #cecfcf;
	border-bottom: 1px solid #cecfcf;
	margin: 15px 0;
}

.enews-widget .widget-title {
	font-size: 18px;
	margin-bottom: 0;
}

.enews .widget-title, .enews form {
	display: inline-block;
}

.enews input {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
}

.enews input[type="text"], .enews input[type="email"] {
	padding: 8px 10px;
	font-size: 14px;
}

.enews input[type="submit"] {
	padding: 7px 10px;
	margin: 0;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* ## Soliloquy
--------------------------------------------- */

#front-page-1 { position: relative; }

.soliloquy-container .soliloquy-wrap {
	position: relative;
}

.soliloquy-container .soliloquy-caption { 
	position: absolute;
	text-align: center;
	width: 600px !important;
	top: 50% !important;   /*position the top  edge of the element at the middle of the parent */
    left: 50% !important; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.8) !important;
	bottom: unset !important;
	
}

.soliloquy-container .soliloquy-caption-inside {	
	padding: 30px 20px !important;
}

.soliloquy-container .soliloquy-caption-inside h2 {
	color: #3f4245 !important;
	font-size: 16px !important;
}

.soliloquy-container .button {
	color: #3f4245 !important;
	background: #6c97b7;
	border-bottom: 3px solid #3d6d80;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 25px;
	margin: 20px auto;
	text-transform: uppercase;
	width: auto;
}

.soliloquy-container .button:hover {
	color: #6c97b7 !important;
	background-color: #a7a49d;
	border-color: #3f4245;
}

/* ## Woocommerce
--------------------------------------------- */

.wc_payment_method {
	list-style-type: none !important;
}

.woocommerce-Price-amount {
	font-size: 16px;
}

.woocommerce ul.product_list_widget {
	text-align: left;
}

.woocommerce.widget_products .product_list_widget li {
	float: left;
	text-align: center;
	width: 31.623931623931625%;
	margin-right: 2.564102564102564%;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.woocommerce.widget_products .product_list_widget li:nth-of-type(3n) {
	margin-right: 0;
}

.woocommerce ul.product_list_widget li img {
	float: none;
	width: auto;
	margin-left: 0;
}

ul.product_list_widget span.product-title, .woocommerce-loop-product__title,  .woocommerce-LoopProduct-link {
	display: block;
	color: #6c97b7;
	font-size: 14px;
}

ul.product_list_widget li a:hover .product-title {
	color: #a7a49d;
}

.woocommerce .quantity .qty {
	padding: 7px 5px;
}

ul.products li {
	text-align: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 11px 5px;
	width: 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 14px;
}

.woocommerce-tabs h2 {
	font-size: 20px;
}

.woocommerce ul.products li.product h3 {
	min-height: 61px;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 0;
	color: inherit;
}

.woocommerce-page ul.products li.product {
	float: left !important;
	clear: none;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
	 {
	background: none;
	color: #a7a49d;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 16px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, 
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #3f4245;
	background: #6c97b7;
	border-bottom: 3px solid #3d6d80;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce input.button[disabled]:disabled:hover {
	color: #6c97b7;
	background-color: #a7a49d;
	border-color: #3f4245;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: inherit;
}




/* # Site Header
---------------------------------------------------------------------------------------------------- */

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item, .menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a, .menu a {
	color: #3f4245;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 2px;
	padding: 30px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover, .menu a:hover,
.genesis-nav-menu a:focus, .menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_parent > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #6c97b7;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* # Top Widgets Area
--------------------------------------------- */

#top-widgets {
	margin-top: 10px;
}

#header-top-left, #header-top-right {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

#header-top-left {
	text-align: left;
	font-size: 10px;
	font-size: 1rem;
}

#header-top-right {
	text-align: right;
	font-size: 10px;
	font-size: 1rem;
}

#top-widgets #header-top-right .widget {
	/*display: inline-block;*/
	float: right;
	vertical-align: middle;
}

#top-widgets #header-top-left .widget {
	/*display: inline-block;*/
	float: left;
	vertical-align: middle;
}

#top-widgets input {
	font-size: 10px;
	font-size: 1rem;
	padding: 10px;
	margin-top: 5px;
}

#top-widgets ul li {
	display: inline-block;
}

#top-widgets .menu a {
	padding: 5px;
	text-transform: capitalize;
}

/* # Title Area
--------------------------------------------- */

.title-area {
	vertical-align: middle;
	display: inline-block;
	width: 31.623931623931625%;
	text-align: center;
	margin-right: 2.564102564102564%;
}

.site-title  {
	margin: 0;
	line-height: 1.2;
	font-size: 48px;
	font-size: 4.8rem;
}

.site-title a {
	color: #6c97b7;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: initial;
	margin: 0;
}

.site-title a:hover {
	color: #a7a49d;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary & Secondary Navigation
--------------------------------------------- */

.nav-primary {
	display: inline-block;
	text-align: left;
	width: 31.623931623931625%;
	margin-right: 2.564102564102564%;
	vertical-align: middle;

}

.nav-secondary {
	display: inline-block;
	text-align: right;
	width: 31.623931623931625%;
	vertical-align: middle;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

.genesis-skip-link a {
	background: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.sidebar .entry {
	padding: 0;
}

.content .entry {
	background-color: transparent;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
	text-decoration: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
	padding: 20px 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.social-bar {
	clear: both;
}

.footer-widgets {
	clear: both;
	padding-top: 40px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
	text-align: center;
}

.footer-widgets p {
	font-size: 14px;
	text-align: left;
}

.footer-widgets .widgettitle {
	margin-top: 15px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 31.623931623931625%;
}


.footer-widgets-1 {
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin-right: 2.564102564102564%;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

.content-sidebar-wrap .content { width: 100%; float: none;}
.content-sidebar-wrap .sidebar { width: 100%; float: none;}

}


@media only screen and (max-width: 1280px) {	

	.genesis-nav-menu a, .menu a {
		padding: 30px 10px;
	}
}

@media only screen and (max-width: 980px) {

	#header-top-left, #header-top-right {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.title-area {
		width: 100%;
	}

	.title-area {
		display: table-header-group;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
		width: 100%;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #c3251d;
		border-width: 0;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #c3251d;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;		
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	div[id^="front-page-"]:not(#front-page-1).widget-fourths .widget,div[id^="front-page-"]:not(#front-page-1).widget-halves .widget,
	div[id^="front-page-"]:not(#front-page-1).widget-thirds .widget {
		width: 100%;
		float: none;
	}

	div[id^="front-page-"]:not(#front-page-1).widget-full .widget.featured-content article > a,
	div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1).featured-content article > a,
	div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type.featured-content article > a { 
		float: none;
	}

	div[id^="front-page-"]:not(#front-page-1).widget-full .widget.featured-content article,
	div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1).featured-content article,
	div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type.featured-content article {
		text-align: center;
	}

	.blog.widget-area article {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 768px) {

	#top-widgets #header-top-left .widget, #top-widgets #header-top-right .widget {
		display: block;
		float: none;
		width: 100%;
		padding: 0 20px;
	}

	.enews .widget-title, .enews form {
		display: block;
	}

	.enews input {
		display: block;
		margin: 20px auto;
		width: 100%;
	}

	.enews input[type="submit"] {
		margin: 20px auto;
	}

	div[id^="front-page-"]:not(#front-page-1).widget-full .widget.featured-content article a.more-link,
	div[id^="front-page-"]:not(#front-page-1) .widget:nth-of-type(1).featured-content article a.more-link,
	div[id^="front-page-"]:not(#front-page-1).widget-halves.uneven .widget:last-of-type.featured-content article a.more-link {
		display: block;
		float: none;
	}

	.woocommerce.widget_products .product_list_widget li {
		float: none;
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 0 24px;
	}

	.woocommerce a.button {
		padding: 15px 10px;
	}

	.footer-widgets p {
		text-align: center;
	}

}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
