/*
	Theme Name: Eye of the Day GDC
	Theme URI: http://www.eyeofthedaygdc.com/
	Description: Child theme created for the Genesis Framework.
	Author: Jordon Rupp
	Author URI: http://www.jordonrupp.com/

	Version: 2.5.11

	Tags:

	Template: genesis
	Template Version: 2.2.3

	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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

.xdebug-error,
.xe-warning {
	display: none;
}

/* # 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;
}

* {
	overflow-wrap: normal;
}


/* ## 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: 2rem;
}

body {
	background-color: #eee;
	color: #585b62;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #a8836d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #166537;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	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;
}

.testimonials blockquote::before {
	display: none;
}

/* ### Drop Caps */
.firstcharacter,
.posts-archive-description p:first-child:first-letter,
.flexible-content .entry-content p:first-child:first-letter,
.archive .product-category-description p:first-child:first-letter {
	color: #a28676;
	float: left;
	font-family: 'Cinzel', serif;
	font-size: 75px;
	font-weight: 700;
	line-height: 60px;
	padding-left: 3px;
	padding-right: 8px;
	padding-top: 4px;
}

.paragraph-wrapper {
	background-color: #e7e7e7;
	padding: 40px 35px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cinzel', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

body.terracotta-titles .entry h2,
body.terracotta-titles .entry h3,
body.terracotta-titles .entry h4,
body.terracotta-titles .entry h5,
body.terracotta-titles .entry h6 {
	color: #b08265;
}

/* ## Fancy Headings
--------------------------------------------- */

.fancy {
	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 10px 0 20px;
  text-align: center;
}

.fancy::before,
.fancy::after {
  background-color: #585b62;
  content: '\a0';
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 2px;
  position: relative;
  top: 0.5em;
}

.fancy::before {
  margin-right: 24px;
}

.fancy::after {
  margin-left: 24px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #585b62;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	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;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #585b62;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	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  {
	background-color: #166537;
	color: #fff;
}

button.green {
	background: #166537;
	border-color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none !important;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.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;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #585b62;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 4px;
	padding-top: 40px;
	word-wrap: break-word;
}

.home .site-inner,
.blog .site-inner,
.flexible-content .site-inner {
	background-color: #fff;
	margin-top: 0;
	padding-top: 0;
}

.blog .site-inner .wrap {
	max-width: 100%;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.blog .content,
.product-category .content,
.single-gallery .content,
.flexible-content .content {
	margin-top: -200px;
}

/*.flexible-content .entry-title {
	margin-top: -100px;
}*/

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* ## 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: 1.6rem;
	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.breadcrumb a {
	color: #166537;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb .breadcrumb_last {
	color: #a8836d;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px;
}

.after-entry,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	/*width: 50%;*/
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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;
}

/* Animated Search Form */

.nav-primary .genesis-nav-menu > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
}

li a.icon-search {
	color: #166537;
	cursor: pointer;
}

li a.icon-search:hover {
	color: #585b62;;
	text-decoration: none;
}

.search-div {
	border: 1px solid #585b62;
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	/*top: 92px;*/
	width: 1280px;
	padding: 40px 20px;
	background: #f2efef;
}

.search-div .search-form {
	position: relative;
}

.site-header .search-form {
	width: 100%;
	margin-top: 0;
}

.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	clip: inherit;
	width: auto;
	height: auto;
}

/* ## Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #585b62;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #166537;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 12px;
}

/* ## 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;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	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 {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.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
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.jp-carousel-image-meta,
.jp-carousel-wrap #jp-carousel-comments-loading {
	display: none !important;
}

/* ## Gravity Forms
--------------------------------------------- */

/*body .entry .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}

body .gform_wrapper .top_label .gfield_label {
	margin-bottom: 6px;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
	font-size: 18px;
}

body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #166537;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price {
	color: #a28676;
}*/

body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #166537;
}

/* Horizontal form layout - Footer Area sign up*/
#gform_1 > .gform_footer,
#gform_1 .gform_body {
	display: inline-block;
}

#gform_1 .gform_body li#field_1_1.gfield.field_sublabel_below.field_description_below {
	padding: 0;
}

#gform_1 .gform_body {
	float: left;
	width: 60%;
}

#gform_1 > .gform_footer {
	width: 30%;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
	border: 2px solid #eee;
	border-radius: 5px 0 0 5px;
	height: 52px;
	padding: 12px;
}

body #gform_wrapper_1 li.hidden_label input {
    margin-top: 0;
}

body #gform_wrapper_1 .gform_footer {
	margin: 0;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
	border-radius: 0 5px 5px 0;
	padding: 14px 24px;
	line-height: 1.25;
	margin-top: 2px;
}

body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
	background-color: #585b62;
}

/* Two column form layout */
.gform_wrapper.two-column_wrapper {
	max-width: 100%;
}

.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	border-bottom: none !important;
}

.gform_wrapper.two-column_wrapper ul.one-half {
	margin-left: 6% !important;
	width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
	margin-left: 0 !important;
}

#input_3_2,
#input_3_4,
#input_3_5 {
	width: 100%;
}

.gform_wrapper .gform_body .gform_fields  #field_3_24.gsection,
.gform_wrapper .gsection .gform_column {
	border-bottom: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
	padding: 0 !important;
}

.gform_wrapper.two-column_wrapper ul.one-half h2.gsection_title,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price {
	color: #a28676;
}


/* ## Popups
--------------------------------------------- */

.spu-box {
	/*position:fixed;
	z-index: 999999;
	-moz-box-shadow: 0 0 10px 1px #666;
	-webkit-box-shadow: 0 0 10px 1px #666;
	box-shadow: 0 0 10px 1px #666;
	padding: 25px;
	margin: 10px;*/
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	text-transform: uppercase;
}

.spu-box p {
	font-size: 16px;
	font-size: 1.6rem;
}

.spu-box p.fancy::before,
.spu-box p.fancy::after {
  background-color: #fff;
}

.spu-box p.sale-discount {
	font-family: 'Cinzel', serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
}

.spu-box hr {
	border-top: 2px solid #fff;
}

/*
Italian Contemporary #15253
Greek Pithari #15256
Greek Peloponnesus #15257
Vintage & Antique Planters #15262
American Concrete #15263
*/
#spu-15253 p.fancy,
#spu-15256 p.fancy,
#spu-15257 p.fancy,
#spu-15262 p.fancy,
#spu-15263 p.fancy {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Product Inquiry Form Popup */
#spu-15248 {
	text-transform: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #585b62;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

a img {
	margin-bottom: 0;
}

.site-header {
	background-color: #fff;
	position: static;
	width: auto;
	margin-top: 50px;
}

.site-header .wrap {
	position: relative;
}

.site-header div.wrap div.widget-area.header-widget-area {
	display: none;
}


/* ## Top Utility CTA
--------------------------------------------- */

.utility-bar-top {
	background-color: #166537;
	min-height: 53px;
	padding: 10px 0;
	margin-bottom: -50px;
}

.utility-bar-top,
.utility-bar-top a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 2px #222;
	text-transform: none;
}

.utility-bar-top a:hover {
	text-decoration: underline;
}

.utility-bar-top .wrap {
	padding: 0;
}

.utility-bar-top .widget {
	margin-bottom: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 0;
	width: auto;
	position: absolute;
	left: 20px;
	top: -25px; /* half of ".site-header .wrap" height */
}

.header-image .title-area {
	margin: 0 auto;
	/*max-width: 300px;*/
	padding: 0;
}

/*.header-full-width .title-area {
	float: none;
	width: 100%;
}*/

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #585b62;
	text-decoration: none;
}

/*.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}*/

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description {
	display: block;
	text-indent: -9999px;
}

/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/

.site-title a img {
	vertical-align: top;
	/*border-radius: 50%;*/
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Cinzel', serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	float: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #585b62;
	text-decoration: none;
	display: block;
	padding: 24px 20px;
}

.genesis-nav-menu .right.date {
	padding: 32px 20px;
}

.genesis-nav-menu .right.rss a {
	float: left;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #166537;
	text-decoration: underline;
}

.genesis-nav-menu li.nav-no-hover a:hover {
	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;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## 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;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	padding: 15px 0;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Front Page
--------------------------------------------- */
.home-featured .wrap {
	color: #f1f1f1;
	/*margin-top: -160px;*/
	max-width: 1280px;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding-top: 100px;
	font-size: 20px;
}

.home-widgets-1 h2,
.home-widgets-1 h3 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	text-shadow: 1px 1px 2px #222;
}

.home-widgets-1 h2 {
	font-size: 60px;
}

.arrow {
	margin: 0;
	text-align: center;
	width: 100%;

}

.arrow a {
	background: transparent;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
	position: absolute;
  bottom: 100px;
	left: 50%;
	text-decoration: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	text-shadow: 1px 1px 2px #222;
	width: 40px;
}

/* ## Blog (Posts Page)
--------------------------------------------- */

.blog article.entry {
	padding: 60px 30px;
}

.blog .entry-header {
	margin-bottom: 30px;
	text-align: left;
}

.blog .entry-content a.more-link {
	color: #166537;
}

.blog .entry-content a.more-link:hover,
.blog .entry-header h2.entry-title a,
.single-post h1.entry-title {
	color: #a8836d;
}

.blog .entry-header h2.entry-title a:hover {
	color: #585b62;
}

.blog .entry-meta .entry-author-link a,
.blog .entry-meta .entry-comments-link a,
.blog .entry-meta .entry-categories a,
.blog .entry-meta .entry-tags a {
	opacity: 0.8;
}

.blog .entry-meta .entry-author-link a:hover,
.blog .entry-meta .entry-comments-link a:hover,
.blog .entry-meta .entry-categories a:hover,
.blog .entry-meta .entry-tags a:hover {
	opacity: 1;
}

.blog-cta-area {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(images/french-anduze-planters-bg.jpg);
	clear: both;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.blog-cta-area .wrap {
	color: #fff;
	max-width: 1100px;
	padding: 200px 20px;
	text-align: center;
	text-shadow: 1px 1px 2px #222, 0 0 1em #aaa, 0 0 0.2em #333;
}

.blog-cta-area .wrap h3.widget-title {
	font-size: 60px;
}

.blog-cta-area a.button {
	background: rgba(88, 91, 98, 0.9);
	border: 3px solid #fff;
}

.blog-cta-area a.button:hover {
	background: rgba(22, 101, 55, 0.9);
}

/* ## Single Post
--------------------------------------------- */

.single-post .entry {
	padding: 30px;
	margin-bottom: 15px;
}

.single-post .entry-header {
	margin-bottom: 10px;
}

.single-post h1.entry-title {
	text-align: left;
}

.single-post .entry-content {
	padding: 20px 0;
}

.single-post .entry-content,
.single-post .breadcrumb,
.single-post .author-box,
.single-post .related-posts,
.single-post .comment-list > .comment {
	border-bottom: 2px solid #ccc;
}

.single-post .breadcrumb,
.single-post .author-box,
.single-post .related-posts,
.single-post .comment-list > .comment {
	padding: 30px;
}

.single-post .sidebar-meta div.sidebar-date,
.single-post .sidebar-meta div.sidebar-author,
.single-post .sidebar-meta div.sidebar-category {
	border-bottom: 2px dotted #a8836d;
	padding: 30px 15px;
}

.single-post .sidebar-meta div.sidebar-date .entry-time {
	color: #166537;
	font-size: 24px;
}

/* Related Posts */

.related-posts {
	overflow: hidden;
	margin: 0 0 10px;
}

/* temp styles */
.related-posts li {
	margin: 10px;
}

.related-posts h3.related-title {
	font-size: 20px;
}

.related-list li {
	float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  text-align: left;
  width: 30%;
}

.related-list img {
  border: 1px solid #ccc;
  display: block;
  text-align: left;
}

/* ## Grid Layouts
--------------------------------------------- */

.grid .entry-header {
	margin: 0 10px 10px;
	padding-bottom: 10px;
	background: #fff;
}

.grid .entry-title,
.grid h2.entry-title a {
	padding: 0;
	background: none;
}

.grid .entry-title {
	margin: 10px;
	font-size: 18px;
	line-height: 1.2;
	text-transform: none;
}

.entry.grid {
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 10px;
	padding-bottom: 0;
}

.grid-image {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	overflow: hidden;
	height: 325px;
}

/*.page-template-page_flex .grid-image img,
.post-type-archive-gallery .grid-image img {
	display: block;
	float: none;
	margin: 0 auto;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
}

.page-template-page_flex .grid-image img,
.post-type-archive-gallery .grid a img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: ease-out 6s;
	-moz-transition: ease-out 6s;
	-o-transition: ease-out 6s;
	transition: ease-out 6s;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}*/

/* ## Gallery Pages
--------------------------------------------- */

/* Gallery Archive */

.archive-gallery .entry {
  padding: 0;
}

/* Gallery Single */

.single-gallery .entry-content {
	padding: 20px 0;
}

.single-gallery .entry-content p {
	padding: 0 40px;
}

.single-gallery .entry {
	padding: 20px 6px;
}

.single-gallery div.tiled-gallery {
	margin: 0 auto;
	max-width: 1140px;
}

.single-gallery .tiled-gallery img {
    margin: 10px;
}

.gallery-testimonials {
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 2px #222, 0 0 1em #111, 0 0 0.2em #000;
}

.gallery-testimonials .wrap {
	max-width: 1140px;
}

.gallery-featured-products,
.gallery-prev-next-post-links {
	background: #fff;
}

.gallery-featured-products {
	padding: 40px 0;
}

.gallery-featured-products ul.featured-products-list {
	margin: 40px 0;
}

.gallery-featured-products ul.featured-products-list li {
	display: inline-block;
	float: left;
	margin-left: 3%;
	text-align: center;
	width: 30%;
}

.gallery-featured-products ul.featured-products-list li a.related-product-image {
	height: 150px;
}

h4.gallery-product-title {
	font-size: 22px;
	margin: 20px 0;
	text-align: center;
}

h4.gallery-product-title a {
	color: #585b62;
}

.gallery-prev-next-post-links .previous-post-link {
	float: left;
}

.gallery-prev-next-post-links .next-post-link {
	float: right;
}

/* ## Product Pages
--------------------------------------------- */

/* Product Page - Flex Content template */

ul.featured-product-categories li.listing-item a.product-landing-category,
ul.featured-product-categories img,
ul.featured-product-categories .title {
	display: block;
	text-align: center;
}

ul.featured-product-categories img,
ul.featured-product-categories .title {
	margin: 20px auto;
}

ul.featured-product-categories li.listing-item a.product-landing-category {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	margin: 0 auto;
}


/* Product Archive - CPT template */

.product-category .entry {
	padding: 30px;
}

/*.product-category .archive-description {
	padding: 40px 0;
}

.product-category .archive-description .archive-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.product-category .archive-description p {
	padding: 0 40px;
}*/

/* Single Product - CPT template */

.single-products .entry {
	padding-top: 40px;
}

.single-products .entry-content {
	padding-top: 0;
}

.single-products .entry-title {
	font-size: 30px;
	line-height: 1.1;
}

.single-products h2 {
	color: #a8836d;
	font-family: 'Lato';
	font-size: 24px;
}

.product-inquiry .button {
	background-color: #a8836d;
	border-radius: 6px;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
}

.product-inquiry .button:hover {
	background-color: #166537;
}

p.product-pdf-link {
	text-align: center;
}

.product-pdf-link a {
	color: #585b62;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.product-pdf-link a:hover {
	color: #166537;
}

.product-specifications {
	border-top: 30px solid #bbb;
	padding-top: 12px;
}

.product-specifications .wrap {
	background: #eee;
	border: 1px solid #bbb;
	padding: 30px;
}

.product-specifications h3 {
	font-size: 28px;
}

.specification-headings td {
	font-family: 'Cinzel', serif;
}

.single-product-testimonial {
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 2px #222, 0 0 1em #111, 0 0 0.2em #000;
}

.single-product-testimonial .wrap {
	padding: 60px 0;
}

.single-products ul.featured-products-list li a.related-product-image {
	height: 150px;
}

/* ## About Us (Our Story) Page
--------------------------------------------- */

body.vendor-img-grid div.one-third {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 1px solid #585b62;
	color: #fff;
	height: 236px;
	margin-bottom: 30px;
	opacity: 0.9;
	text-align: center;
	text-shadow: 1px 1px 2px #222, 0 0 1em #aaa, 0 0 0.2em #333;
}

body.vendor-img-grid .dark-overlay {
	padding: 15px;
}

body.vendor-img-grid div.one-third h3,
body.vendor-img-grid div.one-third h4,
body.vendor-img-grid div.one-third p,
body.vendor-img-grid div.one-third a {
	color: #fff;
	margin: 8px 0;
	padding: 8px 0;
}

body.vendor-img-grid div.one-third h4 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

body.vendor-img-grid div.one-third a {
	background: rgba(88, 91, 98, 0.6);
	border: 3px solid #fff;
	font-size: 18px;
	padding: 12px 24px;
	text-decoration: none;
}

body.vendor-img-grid div.one-third a:hover {
	background: rgba(88, 91, 98, 0.9);

}

body.vendor-img-grid div.one-third .fancy::before,
body.vendor-img-grid div.one-third .fancy::after {
	background-color: #fff;
}

/*body.vendor-img-grid div.vendor-grid-overlay {
	background: rgba(255, 255, 255, 0.8);
	padding: 60px 30px;
}

body.vendor-img-grid div.vendor-grid-overlay:hover {
	background: rgba(255, 255, 255, 0.9);
}

body.vendor-img-grid div.one-third h3,
body.vendor-img-grid div.one-third p {
	margin: 10px 0;
}

body.vendor-img-grid div.one-third h3 a {
	color: #a28676;
}*/

/* ## Flex Page Template
--------------------------------------------- */

.flexible-content .site-inner {
	max-width: none;
}

.flexible-content .content .entry {
	padding: 0;
	margin-bottom: 0;
}

.flexible-content .entry-header {
	margin-bottom: 60px;
}

.flexible-content .entry-header h1.entry-title {
	color: rgba(255,255,255,0.6);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 5px;
}

.flexible-content .entry-content {
	padding: 12px 0;
}

.flexible-content .entry-content p {
	padding: 0 40px;
}

.flexible-content .entry {
	padding: 20px 6px;
	max-width: 1100px;
}

.flexible-content .flex-testimonial {
	background: url(images/french-anduze-planters-bg.jpg);
}

.hero,
.image-text .left-half,
.text-image .right-half,
.image-image .left-half,
.image-image .right-half,
.flexible-content .flex-testimonial {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #222, 0 0 1em #aaa, 0 0 0.2em #333;
}

.hero a,
.image-text .left-half a,
.text-image .right-half a,
.image-image .left-half a,
.image-image .right-half a {
	color: #fff;
}

a.home-cta.button {
	font-weight: 700;
	background: rgba(22, 101, 55, 0.7);
	border: 6px solid #fff;
}

a.home-cta.button:hover,
.row a.button,
.hero a.button {
	background: rgba(88, 91, 98, 0.9);
}

.row a.button,
.hero a.button {
	border: 3px solid #fff;
}

.row a.button:hover,
.hero a.button:hover {
	background: rgba(22, 101, 55, 0.9);
}

.dark-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(30%,rgba(0,0,0,0.3)), color-stop(80%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
}

.hero .wrap,
.flexible-content .flex-testimonial .wrap {
	max-width: 1100px;
}

.flexible-content .flex-testimonial .wrap {
	padding: 80px 30px;
}

.hero .wrap {
	padding: 300px 30px;
}

.hero.short-hero .wrap {
	padding: 200px 30px;
}

.image-text,
.text-image,
.image-image {
	display: table;
	width: 100%;
	height: 100%;
}

.full-width-text-area .wrap {
	padding: 30px;
}

.image-text .left-half .wrap,
.text-image .right-half .wrap,
.image-image .wrap {
	padding: 200px 20px;
}

.image-text .right-half .wrap,
.text-image .left-half .wrap {
	min-height: 500px;
	padding: 60px 0;
	text-align: center;
}

.flexbox .image-text,
.flexbox .text-image,
.flexbox .image-image {
	display: flex;
}

.left-half,
.right-half {
	width: 50%;
	display: table-cell;
}

.flexbox .left-half,
.flexbox .right-half {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-text .right-half,
.text-image .left-half {
	padding: 0 80px;
	vertical-align: middle;
}

.row {
	background: #fff;
	padding: 0;
}

.image-text h3,
.text-image h3 {
	margin-bottom: 30px;
}

/*.dark {
	background: #32373b;
	color: #fff;
}

.dark h2 {
	color: #fff;
}*/

/* Flex Wrap Body Class */

.flex-content-wrap .row,
.flex-content-wrap .hero {
	max-width: 1280px;
	margin: 30px auto;
}

.flex-content-wrap .image-image .left-half {
	margin-right: 15px;
}
.flex-content-wrap .image-image .right-half {
	margin-left: 15px;
}

/* ## Special Page, Post, & Archive headings
--------------------------------------------- */

.blog .archive-description,
.flexible-content .entry-title,
.archive .taxonomy-archive-description,
.archive-gallery .archive-description.cpt-archive-description h1.archive-title {
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 40px;
	text-align: center
}

.archive-description,
.archive .taxonomy-archive-description {
	background: transparent;
}

.archive-description h1.archive-title,
.flexible-content .entry-title,
.lookbook-page h1,
.archive .archive-description.taxonomy-archive-description.taxonomy-description h1.archive-title {
	color: rgba(255,255,255,0.9);
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: 700;
	letter-spacing: 5px;
	text-shadow: 1px 1px 2px #222;
	text-align: center;
}

.posts-archive-description,
.flexible-content .entry-content,
.archive .product-category-description,
.archive-gallery .cpt-archive-description {
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.flexible-content .entry-content,
.archive .product-category-description,
.archive-gallery .cpt-archive-description {
	padding: 30px;
}

.posts-archive-description p,
.flexible-content .entry-content,
.archive .product-category-description,
.archive-gallery .cpt-archive-description p,
.single-gallery .entry-content {
	background: #fff;
}

.posts-archive-description p {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 30px solid #fff;
}

.flexible-content .entry-content,
.archive .product-category-description,
.archive-gallery .cpt-archive-description p {
	border-bottom: 2px solid #585b62;
}

.posts-archive-description,
.flexible-content .entry-content,
.archive .product-category-description {
	margin-bottom: 30px;
}

.archive-gallery .cpt-archive-description {
	padding-bottom: 0;
}

.archive-gallery .cpt-archive-description p {
	padding: 40px;
}

.posts-archive-description p {
	padding: 0 40px;
}

/* ## Look Book page
--------------------------------------------- */

.lookbook-page .content {
	text-align: center;
}

.lookbook-page .entry-title {
	font-size: 48px;
	margin-top: 80px;
	margin-bottom: 20px;
	padding: 40px;
	text-align: center
}

.lookbook-page .content a.button {
	background-color: #166537;
}

.lookbook-page .content .lookbook-text {
	margin-top: 30px;
}

.lookbook-page .content img {
	border: 1px solid #ededed;
}

/* ## Sale page
--------------------------------------------- */

body.sale-page {
	background: #166537;
}

.sale-page .utility-bar-top p {
	display: none;
}

.sale-page .sale-page-featured {
	background: #166537;
}

.sale-page .sale-page-featured .wrap {
	color: #f1f1f1;
	max-width: 1280px;
	display: table;
	text-align: center;
	text-shadow: 2px 1px 2px #222;
	text-transform: uppercase;
}

.sale-page .sale-page-featured .widget-area {
	display: inline-block;
	display: table-cell;
	vertical-align: top;
	width: 1280px;
	padding: 60px 20px;
	font-size: 24px;
	font-size: 2.4rem;
}

.sale-page .sale-page-featured h3.widget-title {
	font-size: 40px;
	font-size: 4rem;
}

.sale-page .sale-page-featured p.fancy {
	font-size: 18px;
	font-size: 1.8rem;
}

.sale-page .sale-page-featured p.fancy::before,
.sale-page .sale-page-featured p.fancy::after,
.sale-page .entry-content h4.fancy::before,
.sale-page .entry-content h4.fancy::after {
  background-color: #fff;
}

.sale-page .sale-page-featured p.sale-discount {
	font-family: 'Cinzel', serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}

.sale-page .sale-page-featured hr {
	border-top: 2px solid #fff;
}

.sale-page .entry-content .one-third {
	background: transparent;
}

.sale-page .entry-content .one-third .wrap,
.sale-page .entry-content .sale-green {
	background: #166537;
	color: #fff;
}

.sale-page .entry-content .one-third .wrap,
.sale-page .entry-content .sale-green {
	text-align: center;
}

.sale-page .entry-content .one-third .wrap {
	padding: 30px 20px;
}

.sale-page .entry-content .sale-green {
	padding: 20px;
}

.sale-page .entry-content .sale-green a {
	border-bottom: 1px solid #eee;
	color: #eee;
	margin-top: 10px;
	text-decoration: none;
}

.sale-page .entry-content a.button {
	border: 4px solid #fff;
	background-color: #166537;
	margin-top: 20px;
}

.sale-page .entry-content a.button:hover {
	background-color: #0f4626;
	color: #fff;
}

.sale-page .entry-content .sale-green a:hover {
	border-bottom-color: #fff;
	color: #fff;
}

.sale-page .entry-content .sale-italian .one-half h4,
.sale-page .entry-content .sale-italian .one-half p {
	margin-bottom: 10px;
	text-align: left;
}

.sale-page .entry-content .sale-image {
	color: #fff;
	height: 320px;
	padding: 80px 10px;
	text-align: center;
}

.sale-page .entry-content .sale-green.sale-italian {
	min-height: 320px;
}

.sale-page .entry-content .sale-image.sale-italian {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/italian-terracotta-classic-planters-e1518810788255-962x1024.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-greek {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-greek-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-glazed {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-glazed-terracotta-white-e1518815446616.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-pithari {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-pithari-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-peloponnese {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-greek-peloponnesian-jars-e1518810862341-990x1024.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-green.sale-french {
	min-height: 320px;
}

.sale-page .entry-content .sale-image.sale-french {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-vase-anduze-e1518809918156-1024x495.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-antique {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-antique-spanish-pottery-1024x683.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-egg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-big-green-egg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-concrete {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-concrete-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-image.sale-fermob {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-fermob-bistro-chairs.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-green.sale-gmb {
	min-height: 320px;
}

.sale-page .entry-content .sale-image.sale-gmb {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-gmb-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-green.sale-fountains {
	min-height: 320px;
}

.sale-page .entry-content .sale-image.sale-fountains {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-french-limestone-fountains-e1518810722822.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sale-page .entry-content .sale-green.sale-versailles {
	min-height: 320px;
}

.sale-page .entry-content .sale-image.sale-versailles {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background: url(https://www.eyeofthedaygdc.com/wp-content/uploads/sale-versailles-citrus-planters-e1518810640135.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}






/* ## Search results page
--------------------------------------------- */

/* start temp styles for default search page */

.search .site-inner .wrap {
	padding: 40px;
	margin-bottom: 200px;
}

.search .content article {
	margin-left: 12px;
	border-bottom: 2px solid #eee;
}

.search h1.archive-title {
	color: #585b62;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: none;
	text-shadow: none;
	text-align: left;
}

.search .archive-description {
	padding: 0;
}

/* end temp styles */

.search-content {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
}

.post-type {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}
.post-type:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.post-type-heading {
	font-size: 40px;
	font-size: 4rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.search .content .entry {
	background: transparent;
	padding: 0;
	margin-bottom: 12px;
}

.search .content .entry-header {
	margin-bottom: 10px;
}

.search .content .entry-title {
	font-size: 30px;
	font-size: 3rem;
	text-align: left;
}

.search .content .entry-title a {
	text-decoration: none;
}

.search .content .entry-content {
	padding-top: 12px;
}

.search .alignright {
	margin: 0 20px 0 0;
	float: left;
	text-align: left;
}

/* ## Supplemental search result pages
--------------------------------------------- */

.product-search-page .site-inner .wrap {
	margin-bottom: 200px;
}

.product-search-page h1 {
	text-align: left;
}

.product-search-page input[type="text"] {
	width: 70%;
	padding-bottom: 18px;
}

/* ## Site Map & Post Archive
--------------------------------------------- */

ul.archives {
	margin-left: 0;
	margin-top: 2rem;
}

ul.archives > li {
	margin-left: 0;
	margin-bottom: 4rem;
}

.page-template-page_archive-php .entry-content ul li {
	list-style-type: none;
	list-style-image: none;
}

.monthly-archives > li {
	margin-bottom: 2rem;
}

.monthly-archives {
	margin-top: 3rem;
}

.page-template-page_archive-php .entry-content ol li li, .page-template-page_archive-php .entry-content ul li li {
    margin-left: 3rem;
}

/* ## Entries
--------------------------------------------- */

.entry {
	/*background-color: #fff;*/
	margin: 0 auto 40px;
	max-width: 1280px;
	/*padding: 70px 80px;*/
	position: relative;
}

.entry-content {
	padding-top: 30px;
}

.blog article .entry-content {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 30px
}

.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: #585b62;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	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;
}

.archive-pagination {
	float: right;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #585b62;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #166537;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* Utility Bar
--------------------------------------------- */

.utility-bar {
	background-color: #efede1;
	color: #76777b;
	padding: 10px 0;
}

.utility-bar .wrap {
	padding: 0;
}

.utility-bar .widget {
	margin-bottom: 0;
}

.utility-bar .widget-title {
	color: #a28676;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 14px 0;
}

.utility-bar a {
	color: #f00;
}

/*.utility-bar a:hover {
	text-decoration: underline;
}*/

.utility-bar-left,
.utility-bar-right {
	width: 48%;
}

.utility-bar-left {
	margin-right: 2%
}

.utility-bar-left p,
.utility-bar-left span.gform_description,
.utility-bar-right p {
	font-size: 18px;
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
}

.utility-bar-right .widget p {
	margin-bottom: 18px;
}

/* Social Media Links */
.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social li {
  display: inline-block;
  margin-right: 12px;
}

/* Icons */

.icon-houzz,
.icon-facebook,
.icon-twitter {
  background: url(images/sprites.svg);
  display: block;
  height: 50px;
  /*margin-right: 20px;*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
}

.icon-houzz {
  background-position: 0 -50px;
	width: 140px;
}
.icon-facebook {
  background-position: 0 -100px;
	width: 147px;
}
.icon-twitter {
  background-position: 0 -150px;
	width: 149px;
}

.icon-houzz:hover {
  background-position: 150px -50px;
}
.icon-facebook:hover {
  background-position: 150px -100px;
}
.icon-twitter:hover {
  background-position: 150px -150px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #78797b;
	clear: both;
	color: #f1f1f1;
	font-size: 1.8rem;
	font-size: 18px;
	padding: 60px 0;
}

.footer-widgets a {
	color: #f1f1f1;
	text-decoration: none
}

.footer-widgets .widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	/*width: 380px;*/
	width: 29.6875%;
	float: left;
	margin-left: 5.46875%;
}

.footer-widgets-1 {
	/*margin-right: 70px;*/
	margin-left: 0;
}

/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}*/

/* # Footer Tagline
---------------------------------------------------------------------------------------------------- */

.footer-tagline {
	background-color: #78797b;
	color: #f1f1f1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

.footer-tagline .wrap {
	border-top: 2px solid #fff;
}

.footer-tagline .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin: 20px 0;
}

.footer-tagline p {
	font-size: 20px;
	font-size: 2rem;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #a28676;
	color: #f1f1f1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: left;
}

.site-footer a {
	color: #f1f1f1;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer-left,
.site-footer-right {
	width: 50%;
}

.site-footer-left {
	float: left;
}

.site-footer-right {
	float: right;
	text-align: right;
}

.footer-menu-item {
	padding: 0 12px;
}

/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.page .entry-title {
	margin-bottom: 24px;
}

/* # Back to Top
---------------------------------------------------------------------------------------------------- */

.to-top {
	display:inline-block;
	height:60px;
	width:60px;
	position:fixed;
	bottom:30px;
	right:30px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(12,12,12,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	z-index: 9999;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {

    .genesis-nav-menu .horizontal-nav-menu .sub-menu {
		display: flex;
		flex-flow: column wrap;
		right: 0;
		height: 280px;
        width: 100%;
        padding-left: calc(50vw - (1280px/2) ); /* where 1280px is the width of the wrap */
		border: 1px solid #ddd;
		border-top: none;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		font-family: 'Lato', sans-serif;
        font-size: 0.001px; /* to get rid of the horizontal gap between menu items */
	}

	.genesis-nav-menu .horizontal-nav-menu .sub-menu .submenu-heading a {
		font-family: 'Cinzel', serif;
		font-size: 16px;
		font-weight: 700;
		margin-top: 10px;
    }

    .genesis-nav-menu .horizontal-nav-menu .sub-menu a {
        border: none;
		background-color: transparent;
		padding: 12px;
    }

    .genesis-nav-menu .sub-menu li:hover {
		background-color: rgba(190, 190, 190, 0.4);
    }
}

@media only screen and (max-width: 1340px) {

	.site-inner {
		max-width: 100%;
	}

	.wrap,
	.search-div {
		max-width: 1140px;
	}

	.genesis-nav-menu {
		font-size: 20px;
	}

	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.home .site-inner {
		margin-top: 400px;
	}

	.home .text-image p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 340px;*/
		width: 29.8245614035%;
		margin-left: 5.2631578947%;
	}

	.footer-widgets-1 {
		/*margin-right: 60px;*/
		margin-left: 0;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner	{
		max-width: 100%;
	}

	.wrap,
	.search-div {
		max-width: 960px;
	}

	.site-header .wrap{
		max-width: 1000px;
	}

	.genesis-nav-menu {
		font-size: 18px;
	}

	.genesis-nav-menu a {
		padding: 24px 14px;
	}

	.content {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 300px;*/
		width: 31.25%;
		margin-left: 3.125%;
	}

	.footer-widgets-1 {
		margin-left: 0;
	}

}

@media only screen and (max-width: 1100px) {

	.flexible-content .entry {
		margin: 0 30px;
	}

	body.vendor-img-grid div.one-third h3 {
		font-size: 20px;
	}

	body.vendor-img-grid div.one-third a {
		font-size: 16px;
	}

}

@media only screen and (max-width: 1075px) {

	.gform_wrapper.two-column_wrapper ul.one-half {
		width: 100%;
	}

	.gform_wrapper.two-column_wrapper ul.one-half {
		margin-left: 0 !important;
	}

}

@media only screen and (max-width: 1024px) {

	.utility-bar-top,
	.utility-bar-top a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.grid-image {
		height: 225px;
	}

	.flexible-content .site-inner {
		padding: 0;
	}

	.left-half,
	.right-half {
		width: 100%;
		display: block;
	}

	.flexbox .left-half,
	.flexbox .right-half {
		display: block;
		flex-direction: column;
		justify-content: center;
	}

	.flexbox .image-text,
	.flexbox .text-image,
	.flexbox .image-image {
		display: block;
	}

	.row {
		padding: 40px 0;
		margin: 0;
	}

	.text-image .right-half,
	.image-text .left-half {
		text-align: center;
	}

	.image-text .left-half {
		margin-bottom: 40px;
	}

	.flex-content-wrap .row,
	.flex-content-wrap .hero,
	.flex-content-wrap .image-image .left-half,
	.flex-content-wrap .image-image .right-half {
		margin: 30px 0 0 0;
		padding: 0;
	}

	.blog article.entry {
		padding: 40px 30px;
	}

	.utility-bar-right .social li {
  	display: inline-block;
  	margin-right: 4px;
	}

	.to-top {
		height:40px;
		width:40px;
		bottom:30px;
		right:10px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner {
		max-width: 100%;
	}

	body.single-products .site-inner {
		margin-top: 50px;
	}

	.wrap {
		max-width: 800px;
	}

	.content,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-primary {
		width: 100%;
	}

	.utility-bar-top {
		margin-bottom: 0;
	}

	.site-header .wrap {
		max-width: 100%;
	}

	.site-header {
		margin-top: 0;
		padding-top: 20px;
	}

	.title-area {
		background: #fff;
		float: left;
		left: 0;
		/*padding: 20px;*/
		width: 100%;
	}

	.site-title a img {
		margin: 10px;
	}

	.genesis-nav-menu li,
	/*.header-image .title-area,*/
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.nav-primary {
		float: none;
		clear: both;
		padding-bottom: 1px;
		padding-top: 50px;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		/*position: relative;*/
	}

	.js .site-header {
		background: #fff;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #585b62;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border: 1px solid #989898;
		border-radius: 3px;
		line-height: 20px;
		position: relative;
		right: 20px;
		z-index: 1000;
		/*width: 100%;*/
		float: right;
		margin-top: 50px;
		padding: 10px;
	}

	/*.site-header .menu-toggle {
		border: 0;
	}*/

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.menu-toggle.activated:before {
		content: "\f335";
	}

	.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: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		padding-left: 20px;
		position: relative;
		text-align: left;
	}

	.js .nav-primary .genesis-nav-menu .menu-item:nth-child(odd) {
		background-color: #efede1;
	}

	.js .nav-primary .genesis-nav-menu .sub-menu .menu-item:nth-child(odd),
	.js .nav-primary .genesis-nav-menu ul.sub-menu li a {
		background: transparent;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	li a.icon-search:before {
		content: " ";
	}

	li a.icon-search {
		padding: 0 !important;
	}

	.search-div {
		background: #efede1;
		border: none;
		display: block;
		max-width: 100%;
		padding: 2px 20px 10px;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background: transparent;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #166537;
	}

	.arrow a {
		bottom: 50px;
	}

	.row {
		padding: 20px 0;
	}

	ul.featured-product-categories li.listing-item.one-fourth {
		width: 48.717948717948715%;
	}

	ul.featured-product-categories li.listing-item.one-fourth.first {
		clear: none;
		margin-left: 2.564102564102564%;
	}

	ul.featured-product-categories li.listing-item.one-fourth:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}

	.gallery-featured-products ul.featured-products-list li,
	.utility-bar-left,
	.utility-bar-right,
	.site-footer-left,
	.site-footer-right {
		margin: 0;
		width: 100%;
		float: none;
		text-align: center;
	}

	.gallery-featured-products ul.featured-products-list li {
		margin-bottom: 40px;
	}

	.utility-bar-left,
	.utility-bar-right {
		margin: 0;
	}

	.utility-bar-left,
	.utility-bar-right,
	.site-footer-left,
	.site-footer-right,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 5%;
		width: 90%;
		text-align: left;
	}

	.site-footer-left,
	.site-footer-right {
		font-size: 14px;
	}

	.footer-menu-item {
	 display: block;
	 margin: 10px 0;
	}

}

@media only screen and (max-width: 960px) {

	.hero .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.product-specifications .wrap {
		padding: 10px;
	}

}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.site-inner {
		padding: 5% 0;
	}

	.utility-bar-top,
	.utility-bar-top a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.title-area img {
		height: 120px;
		width: 120px;
	}

	/*.site-header > .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}*/

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	/*.pagination {
		margin: 5% auto;
	}*/

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.grid-image {
		height: auto;
	}

	/*.site-footer-left,
	.site-footer-right {
		width: 100%;
		float: none;
		text-align: center;
	}*/

}

@media only screen and (max-width: 680px) {

	.archive-description h1.archive-title,
	.flexible-content .entry-title,
	.archive .archive-description.taxonomy-archive-description.taxonomy-description h1.archive-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.home-widgets-1 h2 {
		font-size: 30px;
	}

	.home-widgets-1 h3 {
		font-size: 24px;
	}

	ul.featured-product-categories li.listing-item.one-fourth {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.utility-bar-top p {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 10px;
	}

	.product-specifications h3 {
		font-size: 18px;
	}

	.product-specifications {
		font-size: 12px;
	}

}

@media only screen and (max-width: 440px) {

	.utility-bar-top, {
		padding-left: 20px;
		padding-right: 20px;
	}

	.title-area,
	.menu-toggle {
		float: none;
	}

	.site-header .title-area {
		text-align: center;
	}

	.title-area {
		position: static;
		margin-bottom: 30px;
		width: auto;
	}

	.title-area img {
		height: 100px;
		width: 100px;
	}

	.site-header div.wrap div.widget-area.header-widget-area {
		display: block;
		float: left;
		font-size: 16px;
		text-align: left;
		padding-left: 12px;
		position: absolute;
		top: 100px;
		left: 12px;
		width: 50%;
	}

	.site-header div.wrap div.widget-area.header-widget-area img {
		margin-right: 20px;
		opacity: 0.6;
	}

	.nav-primary {
		padding-top: 0;
	}

	.site-header {
		padding-top: 0
	}

	.menu-toggle {
		border: none;
		margin-top: 0;
		margin-bottom: 20px;
		position: absolute;
		right: 12px;
		top: 90px;
	}

	.home-widgets-1 h2 {
		font-size: 34px;
	}

	.home-widgets-1 h3 {
		font-size: 24px;
	}

	.blog .archive-description,
	.flexible-content .entry-title,
	.archive .taxonomy-archive-description,
	.archive-gallery .archive-description.cpt-archive-description h1.archive-title {
		margin-top: 60px;
	}

	.flexible-content .entry {
		margin: 0 12px;
	}

	.image-text .right-half,
	.text-image .left-half {
		padding: 0 40px;
	}

	body.single-products .site-inner {
		margin-top: 10px;
	}

	.product-inquiry .button {
		font-size: 14px;
	}

	body.vendor-img-grid div.one-third h3 {
		font-size: 20px;
	}

	body.vendor-img-grid div.one-third h4 {
		font-size: 14px;
	}

	body.vendor-img-grid div.one-third a {
		font-size: 16px;
	}

	body #gform_wrapper_1 .gform_footer input[type=submit] {
		padding: 16px 18px;
		font-size: 12px;
	}

	.sale-page .sale-page-featured p {
		font-size: 20px;
		font-size: 2rem;
	}

}

@media only screen and (max-width: 320px) {

	.utility-bar-top,
	.utility-bar-top a {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.image-text .right-half,
	.text-image .left-half {
		padding: 0 40px;
	}
}

/* # 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;
	}

}

/*.full-width-content .content,*/
/*.genesis-nav-menu,*/
/*.site-inner,*/
/*.content,*/
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
/*.js .genesis-nav-menu,*/
/*.site-header .wrap,*/
/*.title-area,*/
.utility-bar-right,
.utility-bar-left,
/*.site-footer-right,*/
/*.site-footer-left,*/
.wrap {
	/*padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;*/
}


/*.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,*/
/*.utility-bar-right,
.utility-bar-left,*/
/*.wrap*/ {
	padding: 0 !important;
}

/*.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,*/
/*.utility-bar-right,
.utility-bar-left,*/
/*.wrap*/ {
	margin: 0 !important;
}

.flexible-content .entry-content p {
	padding: 0;
}

.flexible-content .entry {
	padding: 0;
}
