/*
Theme Name: pdcd
Theme URI: http://prettydarncute.com
Description: Custom theme for Pretty Darn Cute Design
Author: Lindsey Riel
Author URI: http://www.prettydarncute.com
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* # 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
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- 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 {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:600}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;
}

/* ## My Custom CSS
--------------------------------------------- */

ul.mycustomlist {
	border-top: 1px solid #ddd;
    margin-left: 0;
}

li.mycustomlist {
	border-bottom: 1px solid #ddd;
	list-style-type: none !important;
	padding: 10px;
}

li.mycustomlist::before {
	color: #000;
	content: "\f487";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 10px/1 'dashicons';
	font-weight: 400;
	margin: 0 7px 0 0;
	position: relative;
	top: 0px;
	text-align: left;
}

/* ## Float Clearing
--------------------------------------------- */
.inproductdetails:before,
.inproductslider:before,
.singlewrap:before,
.singlewrapinside:before,
.content-sidebar-wrap:before,
.nav-secondary .wrap:before,
.related:before,
.share-product:before,
.post-type-archive-showcase .archive-description:before,
.enews-widget:before,
.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,
.wrap:before {
	content: " ";
	display: table;
}

.inproductdetails:after,
.inproductslider:after,
.singlewrap:after,
.singlewrapinside:after,
.content-sidebar-wrap:after,
.nav-secondary .wrap:after,
.related:after,
blockquote.box:after,
.share-product:after,
.post-type-archive-showcase .archive-description:after,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
	height: 100%;
}

/* Chrome fix */
body > div {
    font-size: 1.3rem;
}

body {  
	background-color: #fff;
	color: #2c2c2c;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	height: 100%;
	letter-spacing: 0.5px;
	line-height: 2.4;
	margin: 0;
	padding-top: 90px;
}

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;
}

img.photoborder {
	background-color: #fff;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 10px;
}

a {
	color: #c39c42;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	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 #ddd;
	clear: both;
	margin: 1em 0;
}

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

blockquote {
	background-color: #f9f9f9;
	border: 10px solid #fff;
	clear: both;
	font-size: 14px;
	margin: 24px 0;
	outline: 1px solid #eee;
	padding: 50px;
}

blockquote p {
	margin-bottom: 0;
}

.disclaimer {
	background-color: #f9f9f9;
	font-size: 11px;
	font-style: italic;
	line-height: 1.5;
	padding: 20px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 14px;
	font-size: 1.4rem;
}

h4 {
	font-size: 10px;
	font-size: 1rem;
}

h5 {
	font-size: 8px;
	font-size: 0.8rem;
}

h6 {
	font-size: 8px;
	font-size: 0.8rem;
}

h3.widgettitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

.home h3.widgettitle {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
}

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

select {
	background: #fff url(images/select.png) no-repeat center right 10px;
	background-size: 20px 10px;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	color: #2c2c2c;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 20px 7px 7px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 200px;
	width: 100%;
}


input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 12px;
	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: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

.blogbutton {
	background: #222;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block !important;
	float: right;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 40px 0;
	padding: 14px 24px;
	text-align: center;
	text-transform: uppercase;
	width: 45%;
}

.blogbutton:hover {
	background-image: none;
	background-color: #f50d80;
	color: #fff;
}

blockquote .tweetquote:before {
	color: #2c2c2c;
	content: "\f301";
	font: normal 14px/1 'dashicons';
	font-weight: 400;
	line-height: 1.625 !important;
	padding: 0 10px;
	vertical-align: middle;
}	

.showcasebutton:hover {
	background: #f50d80;
	border-radius: 10px;
	border-bottom: 5px solid #b8055e;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: prettyscript, serif;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 0;
	padding: 10px 24px 4px 28px;
	text-align: center;
	text-shadow: 0px -2px #b8055e;
	width: auto !important;
}

.showcasebutton:after {
	color: #2c2c2c;
	content: "\f345";
	font: normal 12px/1 'dashicons';
	font-weight: 400;
	line-height: 1.625 !important;
	padding-left: 10px;
	vertical-align: middle;
}

.showcasebutton {
	background: #fee7e2;
	border-radius: 10px;
	border-bottom: 5px solid #ffd8d0;
	color: #2c2c2c;
	cursor: pointer;
	display: block;
	float: right;
	font-family: prettyscript, serif;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 0;
	padding: 10px 24px 4px 28px;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}

.sans {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button {
	background: #f50d80;
    border: 0px outset buttonface;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 14px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

input[type="submit"] {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #f50d80;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 14px 24px;
	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  {
	background: #222;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c39c42;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.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 {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	min-height: 100%;
	position: relative;
}

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.home .site-inner {
	padding-top: 0px;
}
	

.home .site-inner .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.home .widget-area {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	max-width: 100%;
}

/* ## 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 {
	float: none;
	width: 100%;
}

.single-post .entry-content {
	float: none;
	margin: 0 auto;
	max-width: 780px;
	overflow: hidden;
}

.single-post .site-inner {
	padding-top: 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-top: 60px;
	width: 300px;
}

.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 {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	background-color: transparent;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	padding: 0;
}

.author-box {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	padding: 0;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}


.search input[type="submit"],
.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
--------------------------------------------- */

.blog-template-description .entry-title,
.blog-template-description {
	line-height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.category .entry {
	float: left;
	height: 200px;
	margin-bottom: 0;
	text-align: center;
}

.category .entry:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}

.category .entry-header {
	padding-top: 50px;
}

.category .one-half {
	margin-bottom: 2.564102564102564%;
	margin-left: 2.564102564102564%;
}

.category .one-half .first {
	margin-left: 0;
}

.category .entry-title {
	font-size: 18px;
	margin-bottom: 0;
	padding: 30px;
}

.category .entry-title a {
	color: #fff;
}

.category .entry:nth-child(5n+1) {
	background-color: #f7529c;
}
.category .entry:nth-child(5n+2) {
	background-color: #9bbbad;
}
.category .entry:nth-child(5n+3) {
	background-color: #e7d503;
}
.category .entry:nth-child(5n+4) {
	background-color: #fecabe;
}
.category .entry:nth-child(5n+5) {
	background-color: #bea25c;
}

.archive-title {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.entry-title {
	color: #222222;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-align: center;
	word-wrap: break-word;
}

.single-post .entry-title {
	font-size: 44px;
	font-size: 4.4rem;
	letter-spacing: 1px;
	margin: 20px auto 60px;
}

.single .entry-title {
	margin-bottom: 0;
	max-width: 780px;
}

.page .entry-header {
	background-color: #fee7e2;
	margin-bottom: 80px;
	padding: 40px 0 50px;
}

.page .entry-title {
	font-size: 44px;
	font-size: 4.4rem;
	letter-spacing: 1px;
	margin: 20px auto 40px;
}

.single .entry-header {
	background-color: #ebf2ef;
	padding: 40px 0 80px;
}

.page .entry-content {
	margin: 0 auto;
	max-width: 1200px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.page-template-page_blog-php .entry {
	border: 1px solid #eee;
}

.page-template-page_blog-php .entry-header {
	background-color: #fff;
	margin-bottom: 40px;
}

.page-template-page_blog-php .wrap {
	margin: 0 auto !important;
	max-width: 1200px !important;
}

.page-template-page_blog-php .entry-title {
	font-size: 20px;
	font-size: 2.2rem;
	margin: 10px auto 50px;
	max-width: 400px;
	word-wrap: break-word;
}

.page-template-page_blog-php .entry-header {
	padding: 40px 20px 0 20px;
}

.page-template-page_blog-php .entry-content {
	padding: 0 40px 0 40px;
}

.page .wrap,
.single-post .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.page-template-page_blog-php .entry-footer .entry-meta {
	border-bottom: 0;
} 

.entry-title a:hover,
.entry-title a:focus {
	color: #c39c42;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	font-size: 12px !important;
	margin-bottom: 10px !important;
	text-align: left !important;
}

/* ## 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;
	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 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 {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Pretty Things
---------------------------------------------------------------------------------------------------- */

/* Pretty Quotes
--------------------------------------------- */

.prettyquotes img {
	border: 1px solid #eee;
	padding: 4px;
}

dd, dt {
	text-align: center;
}

dd {
	margin: 0 auto 7px;
}

dd strong {
	font-weight: 400;
}

dt {
	background-color: #f5f5f5;
	letter-spacing: 0;
	margin: 0 auto;
	text-transform: lowercase;
}

label.screen-reader-text {
	display: none;
}

.sidebar button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	margin-top: 7px;
	width: 100%;
}

.devleft {
	background-color: #f5f5f5;
	border: 7px solid #fff;
	outline: 1px solid #ddd;
	padding: 20px;
	text-align: justify;
}

.devleft h2 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.devleft p {
	margin-bottom: 0;
}

.devlink {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 20px 0 !important;
	outline: 4px solid #fff;
	padding: 7px 10px;
	text-align: center;
	width: 100%;
}

.devbio {
	clear: both;
	font-size: 14px;
	padding-top: 10px;
}

.devtwitter a:before {
	line-height: 1;
	vertical-align: top;
	color: #222222;
	content: "\f301";
	font-family: "dashicons";
	font-size: 16px;
	margin-right: 7px;
	speak: none;
}

.devemail a:before {
	line-height: 1;
	vertical-align: top;
	color: #222222;
	content: "\f465";
	font-family: "dashicons";
	font-size: 18px;
	margin-right: 7px;
	speak: none;
}

.devtwitter {
	line-height: 1.6;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 5px;
	display: inline-block;
	float: left;
	font-size: 12px;
	text-align: left;
}

.devemail {
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 5px;
	display: inline-block;
	float: right;
	text-align: left;
}

.devleft img {
	border: 12px solid #fff;
}

/* Genesis Simple Share
--------------------------------------------- */

blockquote.tweet {
	background: #fff8f7 url(images/tweet.png) center right no-repeat;
	background-size: 125px 103px;
	margin: 30px 0;
	padding: 40px;
}

.nc_socialPanel {
    height: 30px;
    line-height: 1;
    padding-bottom: 40px !important;
}

.nc_socialPanel.swp_d_fullColor .twitter {
	background-color: #fecabe !important;
	border: 1px solid #fecabe !important;
}

.nc_socialPanel.swp_d_fullColor .swp_fb {
	background-color: #9bbbad !important;
	border: 1px solid #9bbbad !important;
}

.nc_socialPanel.swp_d_fullColor .swp_email {
	background-color: #e7d503 !important;
	border: 1px solid #e7d503 !important;
}

.nc_socialPanel.swp_d_fullColor .nc_pinterest {
	background-color: #f7529c !important;
	border: 1px solid  #f7529c !important;
}

.nc_socialPanel.swp_d_fullColor .swp_buffer {
	background-color: #bea25c !important;
	border: 1px solid #bea25c !important;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon {
	background-color: #f7529c !important;
	border: 1px solid  #f7529c !important;
}

/* Showcase Taxonomy Search Results Archive
------------------------------------------------------------------------------------------------------ */

.tax-showcase-type .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.tax-showcase-type .entry:nth-of-type(2n) {
	float: right;
	 padding-left: 30px;
	 padding-left: 3rem;
}

.tax-showcase-type .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

@media only screen and (max-width: 1023px) {

	.tax-showcase-type .entry {
		text-align: center;
	}

}

@media only screen and (max-width: 768px) {

	.tax-showcase-type .entry {
		width: 100%;
	}

	.tax-showcase-type .entry:nth-of-type(2n),
	.tax-showcase-type .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

}

/* Filterable showcase Grid
-------------------------------- */

#genesis-content > div.showcase-cats.filter.clearfix {
	display: none;
}

div.filter {
	margin-bottom: 4px;
}

div.filter button {
	margin-bottom: 14px;
	margin-right: 2px;
	border-radius: 0;
	padding: 2px 11px;
	font-weight: normal;
	letter-spacing: normal;
	background-color: #333;
	border: none;
	font-size: 16px;
}

div.filter button:hover,
div.filter button.active {
	background-color: #ecb538;
	color: #000;
}

div.filter button:focus {
	outline-color: transparent;
	outline-style: none;
}

.pdcd-showcase .entry {
	width: 31.6666666667%;
	padding: 0;
	margin: 0 0 2.5% 0;
	box-shadow: none;
}

.gutter-sizer {
	width: 2.5%;
}

.pdcd-showcase .entry .entry-title {
	font-weight: normal;
	margin-bottom: 0;
}

.showcase-image {
	overflow: hidden; /* to prevent the background from bleeding through in Safari */
}

.showcase-image a {
	background-color: #000;
	display: block;
}

.showcase-image a img {
	vertical-align: top;
	transition: opacity 0.3s ease-in-out 0s;
}

.showcase-image a:hover img {
	opacity: 0.6;
}

.back-to-showcase {
	margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {

	.showcase-image a:hover:before {
		display: none;
	}

}

@media only screen and (max-width: 580px) {

	.pdcd-showcase .entry {
		width: 48.0842911877%;
		margin: 0 0 3.8314176245% 0;
	}

	.gutter-sizer {
		width: 3.8314176245%;
	}

}

/* Showcase Archive
--------------------------------------------- */

.single-showcase .prev-next-navigation {	
	margin: 0 auto;
	max-width: 800px;
}

.post-type-archive-showcase .one-fourth .button {
	margin-top: 20px;
}

.post-type-archive-showcase .content {
	margin-bottom: 50px;
}

.post-type-archive-showcase .entry {
	margin-bottom: 20px;
}

.post-type-archive-showcase .entry-meta {
    display: none;
}

.post-type-archive-showcase .archive-description a {
	font-weight: 400;
}

.post-type-archive-showcase .archive-description {
	clear: both !important;
	padding: 50px;
	text-transform: lowercase;
}

.post-type-archive-showcase .archive-pagination {
	clear: both;
	display: block;
	margin-top: 50px;
	width: 100%;
}

select.filters-select {
	clear: both;
	margin-top: 20px;
	width: 300px;
}

.single-showcase .entry-title {
	display: inline-block;
	padding: 20px 0 10px 0;
	text-align: center;
}

.single-showcase .entry-header {
	text-align: center;
}

.single-showcase .showcase.type-showcase.entry {
	border-bottom: 0;
	margin: 0 auto 80px;
	max-width: 800px;
}

.single-showcase h1.entry-title {
	text-align: center;
}

.post-type-archive-showcase h2.entry-title {
	font-size: 12px;
}

.single-post h2 {
	font-size: 22px;
	padding: 20px 0;
	text-transform: none;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.buttonslist {
	background-color: #fff;
	border: 4px solid #fff;
	color: #000;
	display: block;
	font-size: 12px !important;
	font-style: normal;
	letter-spacing: 2px;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.buttonslist:hover {
	background-color: #222222;
	border: 4px solid #fff;
	color: #fff !important;
	display: block;
	font-size: 12px !important;
	font-style: normal;
	letter-spacing: 2px;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

blockquote.box {
	background-color: #ebf2ef;
	border: none;
	font-style: normal;
	outline: none;
	padding: 40px;
}

blockquote.versatile:before {
	content: "\f471";
	display: block;
	font-family: dashicons;
	font-size: 50px;
	font-style: normal;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

blockquote.customerexperience:before {
	content: "\f313";
	display: block;
	font-family: dashicons;
	font-size: 50px;
	font-style: normal;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

blockquote.customerexperience {
	border-bottom: 0;
	border-top: 1px solid #ddd;
	font-size: 11px;
	font-style: normal;
	margin-top: 0px;
}

blockquote.versatile {
	border: 0;
	font-size: 11px;
	font-style: normal;
	margin: 0 0 24px 0;
	padding-top: 0;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

#grid-33427 .tg-dropdown-holder,
#grid-33427 .tg-search-inner,
#grid-33427 .tg-sorter-order {
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
	padding: 10px 30px;
}

.tg-item-image {
	border-bottom: 1px solid #eee !important;
	border-left: 1px solid #eee !important;
	border-right: 1px solid #eee !important;
	border-top: 8px solid #eee !important;
}

.tg-cats-holder {
	color: #2c2c2c;
}

.enews-widget,
.enews-widget .widget-title {
	color: #2c2c2c;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input {
	border: none;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #f50d80;
	color: #fff;
	margin: 0;
	margin-left: 2.564102564102564%;
	padding: 12px 20px;
	width: 14.1025641025641% !important;
}

.enews #subbox,
.enews #subbox1 {
    background-color: #f9f9f9;
}

.enews-widget input:hover[type="submit"] {
	background-color: #222;
}

/* ## Genesis eNews Extended Extras
--------------------------------------------- */

.enews p {
	margin-bottom: 0;
}

.enews {
	display: block;
}

.enews #subbox1 {
	margin-left: 0;
}

.enews input {
	float: left;
	margin-bottom: 0;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.enews-widget p {
	color: #222222;
	float: left;
	font-size: 11px;
	line-height: 1.4;
	padding: 4px 20px 0 0;
	text-align: left;
	text-transform: uppercase;
	width: 34.61538461538462%;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: 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: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fee7e2;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	position: fixed;
	z-index: 2000;
	top: 0;
	width: 100%;
}

.single-post .site-header {
	background-color: #ebf2ef;
	margin-bottom: 40px;
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}

.site-header .textwidget {
	float: right;
	max-width: 400px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;	
	width: 20%;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
	float: left;
    min-height: 50px;
    margin: 0 auto;
    width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.prettyscript {
	font-family: prettyscript, serif;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 0 !important;
	text-transform: none;
}

.signature {
	color: #fee7e2;
	font-family: prettyscript, serif;
	font-weight: normal;
	font-size: 42px;
	font-style: normal;
	letter-spacing: 0;
	text-transform: lowercase;
}
	

.site-header .widget-area {
	float: right;
	padding-left: 40px;
	padding-top: 4px;
	text-align: right;
	width: 80%;
}

.top-bar li {
    display: inline-block;
    text-align: left;
}

.top-bar li a .firstnav {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-secondary li a .firstnav,
.site-header .genesis-nav-menu a .firstnav {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.top-bar li a {
	color: #fff;
	font-family: prettyscript, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: lowercase;
}

.nav-secondary .genesis-nav-menu a,
.site-header .genesis-nav-menu a {
	color: #2c2c2c;
	font-family: prettyscript, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: lowercase;
}

.top-bar {
	background-color: #2c2c2c;
	display: none;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 10px 0;
	padding: 1rem;
}

.top-bar-right {
	width: 90%;
}

.top-bar-right .widget {
	float: right;
}

.top-bar-right .textwidget {
	margin-top: 8px;
}

.top-bar-right {
	float: right;
	text-align: right;
}

.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #222;
    display: inline-block;
    font: 17px/1 'dashicons';
    height: 24px;
    padding: 0 10px 0 12px;
    position: absolute;
    width: 38px;
}

.site-header .search-form input[type="submit"],
.top-bar .search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #f50d80;
    display: inline-block;
    font: 17px/1 'dashicons';
    height: 24px;
    padding: 0 10px 0 12px;
    position: absolute;
    right: 4px;
    top: 1px;
    vertical-align: top;
    width: 38px;
}

.top-bar .search-form input:hover[type="submit"] {
	color: #222;
}

.site-header .search-form > input,
.top-bar .search-form > input {
	font-size: 9px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 40px 7px 10px;
	text-transform: uppercase;
}


.site-header .search-form input[type="search"],
.top-bar .search-form input[type="search"] {
	background-color: #fff;
	border: none;
	font-size: 9px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;

}

.site-header .search-form,
.top-bar .search-form {
	margin-top: 4px;
	position: relative;
}

.est {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	margin-left: 7px;
	text-transform: uppercase;
}

.est::before {
	color: #f50d80;
	content: "\f487";
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 10px/1 'dashicons';
	font-weight: 400;
	margin: 0 7px 0 0;
	position: relative;
	top: 0px;
	text-align: left;
}

.toptext {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.top-bar li a {
	text-decoration: none;
	display: block;
	padding: 8px 24px;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 8px 24px;
}

.genesis-nav-menu .current-menu-item > a:active,
.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  {
	border: none;
	color: #c39c42;
}

.genesis-nav-menu .sub-menu {
	border: none;
	color: #fff;
	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 li {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #c39c42;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	color: #222222;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 21px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	float: left;
	width: 100%;
}

.nav-primary .genesis-nav-menu a {
	color: #222222;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c39c42;
}

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

.nav-secondary {
	background-color: #f5f5f5;
    background: linear-gradient(
    45deg,
    #fee7e2 0%, 
    #fee7e2 60%, 
    #ffeb01 40%, 
    #ffeb01 100%
  );
	padding: 80px 0;
	margin: 0 auto;
	padding: 40px 0 30px;
	max-width: 100%;
}

.nav-secondary .wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.nav-secondary .genesis-nav-menu > .right {
	float: right;
	padding: 8px 0;
}

/* About
--------------------------------------------- */

.theaboutpage img.alignnone, .alignnone {
	margin-bottom: 0;
}

.theaboutpage img {
	border-radius: 300px;
}

.tadapagefirst {
	clear: both;
	margin-left: 0 !important;
	padding: 0;
}

.themespage .tadapagefirst  {
	padding: 20px 20px 0 0;
}

.themespage .tadapagesecond {
	float: right;
	margin-right: 0;
	padding: 20px 0 20px 20px;
}

.tadapagesecond {
	padding: 0;
}

.tadaonlinepage li.options {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	list-style-type: none !important;
	padding-bottom: 7px !important;
	padding-left: 10px;
	padding-top: 7px !important;
	text-transform: uppercase;
}

li.fancy{
	border-bottom: 1px solid #eceae3;
	font-size: 15px;
	list-style-type: none !important;
	padding-bottom: 7px !important;
	padding-left: 30px;
	padding-top: 7px !important;
}

blockquote.fancy {
	background: #fff;
	border: 7px solid #eceae3;
	color: #545454;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 30px 20px 30px 20px;
	text-align: center;
	text-transform: uppercase;
}

div.lined {
	background: #eee  no-repeat scroll center;
	clear: both;
	margin: 10px 0;
	width: 100%;
	height: 1px;
}

div.termslined {
	background: #eee  no-repeat scroll center;
	clear: both;
	margin: 10px 0 30px;
	width: 100%;
	height: 1px;
}

div.cleared {
	clear: both;
	margin: 10px 0;
	width: 100%;
}

.theaboutpage img.alignnone, .alignnone {
	margin-bottom: 0;
}

.captionpic {
	color: #3b3b3b;
	font-size: 11px;
	letter-spacing: 1px;
	min-height: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.bigstuff em {
	color: #c39c42;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.bigstuff {
	color: #2c2c2c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

.about {
	margin-bottom: 10px;
}

.nametitle {
	background-color: #fff8f7;
	margin: 10px 0 20px 0;
	padding: 24px 10px 17px 10px;
	text-align: center;
}

.theaboutpage p {
	margin-bottom: 0;
}

.theaboutpage h4 {
	font-size: 14px;
	margin-bottom: 2px;
}

.theaboutpage .one-third {
	font-size: 12px;
	padding: 30px;
}

.bigword {
	color: #fee9e4;
	float: left;
	font-family: prettyscript, serif;
	font-size: 75px;
	letter-spacing: 0px;
	line-height: 70px;
	max-width: 300px;
	padding: 10px 10px 0 0;
	text-align: center;
	text-transform: none;
}

.villagepeople {
	color: #3b3b3b;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

div.lined lined {
	display: none;
}

.woocommerce-page h1.buy {
	display: block;
	float: none !important;
	font-size: 32px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 100% !important;
}
	

h3.buy, h2.buy {
	display: block;
	float: none !important;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 100% !important;
}

.single .content .entry {
	border-bottom: 0;
	margin-bottom: 0;
}

.single .share-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding: 10px 10px 4px 10px;
	text-align: center;
}

/************ Related Posts *************/

.related.products {
	background: #f5f5f5;
	margin: 0 auto;
	max-width: 100%;
}

.related {
	background-color: #f9f9f9;
	margin: 40px auto;
	padding: 40px 30px 30px 30px;
	max-width: 780px;
}

h3.related-title {
	font-family: prettyscript, serif;
	font-size: 18px;
	text-align: center;
	text-transform: lowercase;
}
	

.related-post {
	display: inline-block;
	float: left;
    overflow: hidden;
    margin: 0 0 10px;
	width: 25%;
}

.related-post-title {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
	text-align: center;
}
 
.related img {
	background-color: #fff;
	border: 10px solid #fff;
	display: block;
	 margin: 0 auto;
}

.button-demo {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	display: block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 7px auto 0;
	outline: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

a.button-demo  {
	color: #545454 !important;
}

.button-demo:hover {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 7px auto 0;
	opacity: 0.5;
	outline: 1px solid #ddd;
	padding: 10px;
	text-transform: uppercase;
}

.button-purchase {
	background-color: #000;
	border: 4px solid #fff;
	display: block;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 7px auto 0;
	outline: 1px solid #ddd;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
}

a.button-purchase  {
	color: #fff !important;
}

.button-purchase:hover {
	background-color: #383838;
	border: 4px solid #fff;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 7px auto 0;
	outline: 1px solid #ddd;
	padding: 10px 30px;
	text-transform: uppercase;
}

.content-box-gray {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}

.button-pink {
    background-color: #fff;
    border: 3px solid #404042;
	clear: both !important;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
    padding: 15px 20px;
	text-transform: uppercase;
	width: 100%;
}

.showcaseblurb {
	background-color: #fff;
	clear: both;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 50px !important;
	text-align: center;
	text-transform: lowercase;
}

.showcaseblurb .textwidget {
	margin: 0 auto;
	width: 80%;
}

h6.table {
	background: #f5f5f5;
	color: #173821;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 14px 12px 14px 12px;
	text-align: center;
	text-transform: uppercase;
}

.electriccarousel-item {
	background: #fff !important;
	border: 2px solid #f5f5f5;
	margin: 0 10px 0 10px !important;
	padding: 20px 10px !important;
}

.theaboutpage {
	padding-top: 40px;
	text-align: justify;
}

.theaboutpage div.lined {
	background: #f5f5f5 no-repeat scroll center;
}

.theaboutpage .tiled-gallery.type-circle .tiled-gallery-item img {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 300px;
	height: 150px;
	padding: 4px;
	width: 150px;
}

.theaboutpage .one-sixth img {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 300px;
	padding: 4px;

}

#gallery-1 .gallery-item {
	margin-top: 10px !important;
	text-align: center;
}

#gallery-1 img {
	background: #fff;
	border: 1px solid #ddd !important;
	padding: 4px;
}

.after-entry {
    background: linear-gradient(
    -45deg,
    #fee7e2 0%, 
    #fee7e2 70%, 
    #ffeb01 30%, 
    #ffeb01 100%
  );
	margin: 40px auto 40px;
	padding: 100px 0;
	text-align: center;
}

.after-entry .enews {
	margin: 0 auto;
	max-width: 780px;
	padding: 50px 40px 80px 40px !important;
}

.adjacent-entry-pagination {
	margin: 0 auto !important;
	max-width: 780px;
}

.comment-respond {
	margin: 0 auto;
	max-width: 780px;
}

.after-entry .widget-title {
	color: #2c2c2c;
}

.after-entry .enews input,
.after-entry .enews-widget input[type="submit"],
.site-header .widget-area .enews input {
	width: 31.623931623931625% !important;
}

.after-entry .enews input {
	float: left;
	margin-left: 2.564102564102564%;
}

.after-entry .enews #subbox1 {
	background-color: #fff;

}

.after-entry .enews #subbox2 {
	background-color: #fff;
}

.after-entry .enews input[type="submit"],
.site-header .widget-area .enews-widget input[type="submit"] {
	background-color: #2c2c2c;
	padding: 12px 20px;
}

.site-header .widget-area .enews-widget input[type="submit"] {
	width: 63.24786324786325%;
}

.site-header .widget-area .enews-widget input[type="submit"]:hover {
	background-color: #f5f5f5;
	color: #000;
}

.page-id-32287 {
	background: #fff url(images/prettydesk.jpg) top center fixed no-repeat;
	background-size: cover;
	background-color: #fff;
}

.page-id-32287 .footer-widgets {
	display: none;
}

.page-id-32287 .content {
	background-color: #fff;
	border: 1px solid #eee;
	outline: 10px solid #fff;
	padding: 40px;
}

/* Tada Page
------------------------------------------------------------ */
li.tadaoptions {
	border-bottom: 1px solid #f5f5f5;
	font-size: 15px;
	list-style-type: none !important;
	padding-bottom: 7px !important;
	padding-left: 10px !important;
	padding-top: 7px !important;
}

.leftlinks, h8.leftlinks {
	background-color: #f5f5f5;
	color: #545454;
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 10px;
	text-transform: uppercase;
}

h1.havefun {
	color: #fe8497;
	font-size: 30px;
	font-weight: 400;
	margin: 0 auto !important;
	text-align: center;
}

h1.tadatitle {
	font-size: 40px;
	font-weight: 400;
	margin: 0 auto !important;
}

h1.tadatop {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	text-transform: none;
}

h2.bios {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

.tadapageflag {
	float: left;
	margin-top: -77px;
	margin-right: 70px;
}

.tadapagequote {
	background: url(images/tape.png) right no-repeat;
}

.tadapagequotetop {
	font-size: 25px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.tadapagequotebottom {
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	letter-spacing: 12px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

#included {
	clear: both !important;
}

.tadaonlinepage li.options:before {
	color: #000;
	content: "\f109";
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 14px/1 'dashicons';
	margin-right: 10px;
	word-wrap: break-word;
}

.lessons-link:before {
    font-family: "dashicons";
	float: left;
	font-size: 20px;
	padding-right: 20px;
    content: "\f118";
	line-height: 1.7;
}

.lessons-link {
	background: #f5f5f5;
	border: 7px solid #fff;
	outline: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 20px;
	line-height: auto;
}

.video:before {
	content: "\f126";
	clear: both;
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto 10px;
	text-align: center;
}

.homesetup:before {
	content: "\f123";
	clear: both;
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto 10px;
	text-align: center;
}

.tadahomewidget:before {
	content: "\f155";
	clear: both;
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto 10px;
	text-align: center;
}

.homesetup,
.tadahomewidget,
.video{
	border: 1px solid #eee;
	font-size: 10px;
	padding: 40px;
}

.prettyscript .video {
	text-transform: lowercase;
}

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

.steps {
	background-color: #fff;
	clear: both;
	width: 100%;
	display: block;
}

.home-middle {
	padding: 10px 0 80px !important;
}

.home-middle h3.widgettitle {
	font-weight: 700;
	letter-spacing: 2px;
}

.home-middle h3.widgettitle:after {
	content: "- pick a look -";
	display: block;
	font-family: prettyscript, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin-top: 4px;
	text-transform: lowercase;
}
	

.error404 {
	background: #fff url(images/404page.jpg) top center fixed no-repeat;
	background-size: cover;
}

.error404 .footer-widgets {
	bottom: 0;
	display: none;
	position: absolute;
	width: 100%;
}

#home-middle .featured-content .entry {
	border: 1px solid #eee;
	padding: 20px 10px;
	margin: 0 auto;
	text-align: center;
}

.subscribe {
	background-color: #ebf2ef;
	padding: 80px;
}

.subscribe .enews-widget {
    background: transparent;
    margin: 0 auto 30px;
    max-width: 1200px;
    padding: 20px 0;
}

#home-top {
	background-color: #fee7e2;
	padding: 50px 0 100px 0;
	width: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

#home-top h1 {
	color: #f7529c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 7vw;
	line-height: 1;
	margin-bottom: 0;
	word-wrap: normal;
	text-rendering: optimizeLegibility;
    text-shadow: -1px -1px 1px #7c053a;
}

#home-middle .atc {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: 100%;
}

#home-middle h1 {
	font-size: 40px;

}

/*
==============================================
pulse
==============================================
*/

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

#home-bottom,
#home-middle {
	padding: 0 0 20px 0;
	width: 100%;
}

#home-bottom {
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.footer-widgets-1 .featured-content .entry {
	border: 1px solid #eee;
	margin-bottom: 0;
	padding: 20px;
}

.footer-widgets-1 h2.entry-title,
#home-page-widgets  h2.entry-title {
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 10px;
}

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

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 70px;
}

.entry-content p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
}

.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;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
	text-transform: uppercase;
}

.entry-author:before {
	content:"by: ";
}

.entry-comments-link {
	border-right: 0;
	display: inline-block;
	padding: 7px 10px;
}

.entry-categories {
	border-top: 1px solid #eee;
	display: block;
	padding: 7px 10px;
}

.entry-tags,
.entry-author,
.entry-time {
	border-right: 1px solid #eee;
	display: inline-block;
	padding: 7px 10px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c39c42;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination a {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	color: #3b3b3b;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 7px;
	outline: 1px solid #f5f5f5;
	padding: 7px 14px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.pagination a:hover {
	background-color: #3b3b3b;
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #3b3b3b;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ddd;
}

/*
In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	clear: both;
	color: #ddd;
	font-size: 11px;
	margin: 10px 0;
	overflow: hidden;
	padding: 20px;
	text-transform: uppercase;
}

.previous {
	float: left;
	width: 48.717948717948715%;
}

.previous:before {
	color: #3b3b3b;
	content: "\f341";
	font-family: "dashicons";
	font-size: 9px;
	padding-right: 2px;
	-webkit-font-smoothing: antialiased;
}

.next:after {
	color: #3b3b3b;
	content: "\f345";
	font-family: "dashicons";
	font-size: 9px;
	padding-left: 2px;
	-webkit-font-smoothing: antialiased;
}


.prev-next-navigation .next {
	float: right;
	margin-left: 2.564102564102564%;
	text-align: right;
	width: 48.717948717948715%;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: transparent;
	margin: 0 auto;
	max-width: 780px;
	margin-bottom: 40px;
}

.comment-respond textarea {
	font-size: 12px;
}

#reply-title {
	font-size: 18px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}

#comments h3 {
	font-size: 18px;
}

.entry-comments {
	padding: 30px 0 0 0;
}

.commentnumber {
	color: #2c2c2c;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
}

.comment-header {
	font-size: 12px;
}

li.comment {
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	overflow: scroll;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -33px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 12px 12px 0;
	margin-right: 12px;
	text-transform: uppercase;
}

.entry-comments .comment-author {
	color: #3b3b3b !important;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-comments .comment-author a {
	color: #3b3b3b;
}

.says {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
	background-color: #f5f5f5;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 12px;
	font-size: 1.2rem;
}

.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 {
	background-color: #fee7e2;
	margin-bottom: 40px;
	padding: 40px;
}

.sidebar .widget:nth-of-type(2n+2) {
	background-color: #fff8f7; 
}

.sidebar .widgettitle {
    color: #333;
	font-family: prettyscript, serif;
	font-size: 18px;
    font-style: normal;
    font-weight: normal;
	letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: lowercase;
	text-align: center;
}

.rmtext {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	color: #3b3b3b;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 7px;
	outline: 1px solid #f5f5f5;
	padding: 7px 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

a.more-link {
	background-color: #f5f5f5;
	border: 4px solid #fff;
	color: #3b3b3b;
	display: block;
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 18px 0 18px 0;
	outline: 1px solid #f5f5f5;
	padding: 7px 10px;
	text-align: center;
	text-transform: uppercase;
}

a.more-link:hover:after {
	color: #fff;
	content: "\f345";
	font-family: "dashicons";
	font-size: 10px;
	margin: 0 0 0 2px;
	padding: 2px 0 0 0;
	-webkit-font-smoothing: antialiased;
}

a.more-link:after {
	color: #3b3b3b;
	content: "\f345";
	font-family: "dashicons";
	font-size: 10px;
	margin: 0 0 0 2px;
	padding: 2px 0 0 0;
	-webkit-font-smoothing: antialiased;
}


.rmtext:hover,
a.more-link:hover {
	background-color: #3b3b3b;
	color: #fff;
}


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

.footer-widgets {
	background-color: transparent;
	clear: both;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 auto 30px;
	max-width: 1200px;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #222;
}

.footer-widgets li {
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets-2 .textwidget {
	padding: 34px 30px 30px 30px;
}

.footer-widgets .simple-social-icons {
	border-bottom: 1px solid #eee;
	padding: 14px 20px 0 20px;
}

.simple-social-icons ul li:nth-child(5n+1) a {
	background-color: transparent !important;
	color: #f7529c !important;
}
.simple-social-icons ul li:nth-child(5n+2) a {
	background-color: transparent !important;
	color: #9bbbad !important;
}
.simple-social-icons ul li:nth-child(5n+3) a {
	background-color: transparent !important;
	color: #e7d503 !important;
}
.simple-social-icons ul li:nth-child(5n+4) a {
	background-color: transparent !important;
	color: #fecabe !important;
}
.simple-social-icons ul li:nth-child(5n+5) a {
	background-color: transparent !important;
	color: #bea25c !important;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 50%;
	text-align: center;
}

.footer-widgets-2 {
	border-left: 1px solid #eee;
	padding-left: 0 !important;
	width: 30%;
}

.footer-widgets-1 h3.widgettitle {
	text-align: center !important;
}

.footer-widgets-3 {
	border-left: 1px solid #eee;
	padding: 35px 35px 40px 44px;
	width: 20%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-3 .widget {
	margin: 20px auto;
	width: 100%;
	display: block;
}

.footer-widgets-1 .widget {
	border-right: 1px solid #eee;
	float: left;
	padding: 41px 20px;
	width: 33.33333333333333%;
	vertical-align: middle;
} 

.footer-widgets-1 .widget:last-of-type {
	border-right: none;
}

.footer-widgets-1 .widget:first-of-type {

}

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

.site-footer {
	background: linear-gradient(
    -45deg, 
    #ffeb01 0%, 
    #ffeb01 50%, 
    #fee7e2 50%, 
    #fee7e2 100%
  );
	bottom: 0;
	font-size: 9px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.site-footer p {
	color: #2c2c2c;
	margin-bottom: 0;
}

.site-footer a {
	color: #2c2c2c;
}

/* Woo Stylin
--------------------------------------------- */
.post-type-archive-product .site-inner {
	margin-top: 40px;
}

.post-type-archive-product ul.products li.product:nth-child(2n+2) {
	float: right;
	margin-right: 0 !important;
	margin-top: 40px !important;
	width: 44.717948717948715% !important;
}

.post-type-archive-product ul.products li.product {
	float: left;
	margin-right: 2.564102564102564% !important;
	margin-top: 40px !important;
	width: 44.717948717948715% !important;
}

.singlewrapinside {
	margin: 80px auto 0;
	max-width: 1200px;
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;
    float: left;
    margin-right: 5.8823529412%;
}

.woocommerce-MyAccount-content strong {
	font-family: prettyscript;
	font-size: 18px;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #2c2c2c;
    padding: .857em 0;
    display: block;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #c39c42;
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #f7529c;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

blockquote.box h4 {
	padding: 20px;
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021";
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.631em 0;
}

ul.order_details:after,
ul.order_details:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px;
}

ul.order_details:after {
    clear: both;
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase;
}

ul.order_details li:first-child {
    padding-top: 1.618em;
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em;
}

ul.order_details li strong {
    display: block;
    font-size: 1.387em;
    text-transform: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .618em .857em;
    font-size: .857em;
    margin-right: .236em;
}

.my_account_orders .button.view:after,
p.order-again .button:after {
    font: normal normal normal 1em/1 FontAwesome;
    display: inline-block;
    margin-left: .53em;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.my_account_orders .button.view:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f06e";
}

p.order-again .button:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f021";
}

.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .53em;
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600;
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em!important;
}

.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left !important;
    width: 100% !important;
}

.stock {
	display: none;
}

.share-product:before {
	content: "share or save for later:";
	display: inline-block;
	font-family: prettyscript;
	height: 100%;
	line-height: normal;
	margin-bottom: 20px;
	padding: 0 20px 0 0;
	text-align: left;	
	top: 0;
	vertical-align: middle;
}

.product_meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.share-product {
	height: 30px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 20px;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 0em !important;
}

.woocommerce-tabs p {
	font-size: 12px;
}

.woocommerce-tabs h2 {
	margin-bottom: 20px !important;
}

.woocommerce-tabs .one-half.first {
	padding-left: 0 !important;
	padding-right: 30px !important;
}

.woocommerce-tabs .one-half {
	padding-left: 30px !important;
}

.woocommerce-account h1 {
	float: none !important;
}

.woocommerce-page h1 {
	float: left;
	width: auto !important;
}

.woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce .sidebar-primary {
	display: none;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce ul.products li.product .button {
	padding: 2% !important;
}

.woocommerce-page h1.archive-title {
	margin-bottom: 0;
}

.woocommerce ul.products li.product h3 {
	font-size: 12px !important;
	text-align: center;
}

.woocommerce ul.products li.product .price {
	text-align: center;
}

.home .type-product:nth-of-type(2n+2) {
	float: right;
	margin-right: 0 !important;
	margin-top: 40px !important;
	width: 44.717948717948715% !important;
}

.home .type-product:nth-of-type(2n+1) {
	float: left;
	margin-right: 2.564102564102564% !important;
	margin-top: 40px !important;
	width: 44.717948717948715% !important;
}

.woocommerce table.my_account_orders .order-actions .button {
	border: none !important;
	outline: none;
	padding: 2px;
}

.single-product p {
	clear: both;
}

.woocommerce div.product .product_title {
	display: inline-block;
	float: left;
	text-align: left;
	width: 70% !important;
}

.woocommerce div.product p.price {
	clear: none;
	display: inline-block;
	float: right;
	line-height: 1.2;
	text-transform: lowercase;
	width: 30%;
}

div.related.products .price,
div.related.products .add_to_cart_button {
	display: none !important;
}

div.related.products h3 {
	font-size: 12px !important;
	text-align: center;
}

div.related.products {
	margin: 40px auto;
}

div.related.products h2 {
	margin: 40px 0;
	text-align: center;
}

.suggested-text {
	font-size: 10px;
}

.woo-products .description {
	clear: both;
}

.woo-products {
	clear: both;
	display: block;
	margin: 30px auto 70px;
	max-width: 780px;
	padding: 70px 0;
	text-align: center;
}

div.summary p {
	margin-bottom: 30px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 auto !important;
	max-width: 1200px;
}

.inproductslider {
	background-color: #ebf2ef;
	margin: 80px auto;
	padding: 80px 40px 100px 40px;
}

.inproductdetails {
	margin: 40px auto;
	max-width: 1200px;
}

.productslideshows .defaultimg {
	border: 8px solid #fff;
}

.woocommerce-page .inproductslider h2 {
	text-align: center;
}

.single-product p {
	margin-bottom: 0 !important;
}

.single-product .site-inner .wrap {
	margin: 0 auto;
	max-width: 100%;
}

li.options:last-of-type {
	border-bottom: none;
	padding-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.single-product.woocommerce div.product form.cart .button {
	display: none !important;
}

.postid-33198 .entry-comments {
	display: none;
}

.postid-19709 .woocommerce-tabs {
	display: none;
}

.postid-34442.single-product.woocommerce div.product form.cart .button {
	background: #222222 !important;
	border: 1px solid #222222 !important;
	color: #fff !important;
	display: inline-block !important;
	margin-top: 10px;
	padding: 15px !important;
}

.postid-19709.single-product.woocommerce div.product form.cart .button,
.postid-25670.single-product.woocommerce div.product form.cart .button {
	background: #222222 !important;
	border: 1px solid #222222 !important;
	color: #fff !important;
	display: inline-block !important;
	padding: 15px !important;
}

.postid-19709.single-product.woocommerce div.product form.cart .button:hover,
.postid-25670.single-product.woocommerce div.product form.cart .button:hover {
	background: #000 !important;
	border: 1px solid #000 !important;
}

.postid-25670.woocommerce div.product form.cart {
	display: none;
	margin-bottom: 40px !important;
}

#genesis-content > ul > li.last.post-25670.product.type-product.status-publish.has-post-thumbnail.product_cat-third-party-themes.product_cat-wordpress-themes.entry.gs-1.gs-odd.gs-featured-content-entry.downloadable.virtual.sold-individually.shipping-taxable.purchasable.product-type-simple.product-cat-third-party-themes.product-cat-wordpress-themes.instock{
	display: none !important;
}

.postid-19709.single-product.woocommerce div.product form.cart .button {
	display: inline-block !important;
}

.woocommerce-account a.buttonslist {
	float: left;
	margin-left: 2.564102564102564%;
	width: 44.717948717948715%;
}

.woocommerce-account a.buttonslist:last-child {
	margin-left: 2.564102564102564%;
	margin-right: 2.564102564102564%;
	width: 91.99999999999999%;
}


.woocommerce-account .footer-widgets a {
    font-size: 10px;
}

.woocommerce-cart dt,
dl.variation {
	background-color: #fff;
	font-size: 10px;
	letter-spacing: 0;
	text-align: left !important;
	text-transform: lowercase;
}

.woocommerce-account h4 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce a.button {
	font-weight: normal !important;
}

.woocommerce-account table {
	border: 1px solid #ddd;
}

.woocommerce-account .setup td {
	text-align: center;
}

.woocommerce {
	font-size: 15px;
}

.woocommerce span.onsale {
	background-color: #222222 !important;
}
.woocommerce ul.products li.product .price {
	color: #222222 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price  {
	color: #222222 !important;
	font-size: 22px !important;
	margin-bottom: 4px;
	text-align: right;
}

.woocommerce span.onsale {
	padding: 3px 7px !important;
}

.woocommerce .woocommerce-message:before {
	border-radius: 100%;
	padding: 0 5px 2px 7px;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	display: none !important;
}

.woocommerce-checkout #payment {
	background: #f9f9f9 !important;
}

.woocommerce-checkout label.checkbox:before {
	content:"For Theme Purchases: I acknowledge I need the genesis framework - if purchasing a print product, should we ship to a different address than your billing - ";
}

body.woocommerce-page #payment ul.payment_methods li {
	list-style: none outside none;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	background-color: #fff !important;
}

.woocommerce input.input-text.qty.text {
	margin-right: 4px;
	padding: 6px;
	text-align: center;
}

.woocommerce ul.product_list_widget li img,
.woocommerce div.product div.images img,
.woocommerce ul.cart_list li img,
.woocommerce ul.products li.product a img {
	outline: 1px solid #eee;
	padding: 7px;
}

.woocommerce .coupon input.button,
.woocommerce table.cart td.actions .coupon .input-text {
	border: 1px solid #3b3b3b;
	display: inline-block;
	font-size: 12px;
	line-height: 1.7 !important;
	padding: 7px 7px 5px 7px !important;
	width: 170px;
	-webkit-box-shadow: inset 0 0px 0px 0 rgba(0,0,0,0.0) !important;
}

td.actions {
	padding-top: 20px !important;
}

tr.cart_item {
	line-height: 3;
}

.woocommerce .cart input.button {
	float: right;
	width: auto;
}

.woocommerce .woocommerce-message .button {
	width: auto;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
border: 1px solid #3b3b3b !important;
	background: #fff !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
	background: -webkit-linear-gradient(#fff,#fff) !important;
	background: -moz-linear-gradient(center top,#fff 0%,#fff 100%) !important;
	background: -moz-gradient(center top,#fff 0%,#fff 100%) !important;
	border-radius: 0 !important;
	box-shadow: 0 !important;
	color: #3b3b3b !important;
	font-size: 12px !important;
	font-weight: 400;
	left: auto;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	text-decoration: none;
	text-shadow: 0 0px 0 rgba(255,255,255,0.0) !important;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	-webkit-border-radius: 0 !important;
}

.woocommerce-cart .cart-collaterals {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product h3,
.woocommerce-page h1 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce-page .entry-title {
	margin-bottom: 20px;
}

.woocommerce-page h2 {
	margin-bottom: 0;
}

.woocommerce-page .comment-respond label,
.woocommerce-page h3,
.woocommerce-page h2 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button {
	padding: 10px 10px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce input.button:hover {
	background: #3b3b3b!important;
	color: #fff!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    border: 1px solid #3b3b3b !important;
	outline: 1px solid #3b3b3b;
}

.woocommerce .single_add_to_cart_button {
	padding: 12px 10px !important;
}

.woocommerce button.button.alt:hover {
	color: #ddd !important;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 1px solid #ddd!important;
	border-collapse: separate;
	border-radius: 0 !important;
	margin: 0px -1px 24px 0px;
	padding: 20px;
	text-align: left;
	width: 100%;
	-webkit-border-radius: 0 !important;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	border-top: 3px solid #3b3b3b !important;
}

.woocommerce-error .button {
	float: right;
	width: auto;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	background: #fff !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
	background: -webkit-linear-gradient(#fff,#fff) !important;
	background: -moz-linear-gradient(center top,#fff 0%,#fff 100%) !important;
	background: -moz-gradient(center top,#fff 0%,#fff 100%) !important;
	border: 1px solid #3b3b3b !important;
	border-radius: 0 !important;
	box-shadow: inset 0 -2px 6px rgba(0,0,0,0.00), inset 0 -0px 0px rgba(0,0,0,0.00), inset 0 1px 0 #fff, 0 0px 0px rgba(0,0,0,0.0) !important;
	color: #5e5e5e;
	list-style: none outside !important;
	margin: 0 0 2em !important;
	padding: 1em 1em 1em 3.5em !important;
	position: relative;
	text-shadow: 0 1px 0 #ffffff;
	width: auto;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow: inset 0 -0px 0px rgba(0,0,0,0.00), inset 0 -0px 0px rgba(0,0,0,0.000), inset 0 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.0) !important;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	background-color: #3b3b3b !important;
	border-radius: 0!important;
}

.woocommerce .sidebar input {
	width: 100%;
}

h3#order_review_heading {
	margin: 20px 0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	padding: 20px;
	width: 100% !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0) !important;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0) !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	text-transform: uppercase !important;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border-top: 3px solid #3b3b3b !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	background-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: #fff !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff))!important;
	background: -webkit-linear-gradient(#fff,#fff)!important;
	background: -moz-linear-gradient(center top,#fff 0%,#fff 100%)!important;
	background: -moz-gradient(center top,#fff 0%,#fff 100%)!important;
	box-shadow: 0 0px px rgba(0,0,0,0.0), inset 0 0px 0 rgba(255,255,255,0.0) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	box-shadow: 0 0px 0px rgba(0,0,0,0.0), inset 0 0px 0 rgba(255,255,255,0.0) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	border-width: 0 0px 0px 0 !important;
	box-shadow: 0px 0px 0 #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border-width: 0 0 0px 0px !important;
	box-shadow: -0px 0px 0 #fff !important;
}

.demobutton::before {
	color: #545454;
	content: "\f472";
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 14px/1 'dashicons';
	font-weight: 400;
	margin: 0 7px 0 0;
	position: relative;
	top: 3px;
	text-align: left;
}

.woocommerce #respond input#submit,
.demobutton {
	background-color: #eee !important;
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 auto;
	outline: 3px solid #eee;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

a.demobutton {
	color: #545454 !important;
}

.demobutton:hover {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 auto;
	outline: 3px solid #f5f5f5;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

blockquote.buybutton {
	background: #f5f5f5;
	border: 4px solid #fff;
	color: #404042;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	outline: 1px solid #ddd;
	padding: 10px 10px 7px 10px;
	text-align: center;
	text-transform: uppercase;
}

blockquote.buybutton p {
	margin: 0 0 0;
}

blockquote.buybutton a {
	color: #000;
}

blockquote.buybutton a:hover {
	opacity: 0.5;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #2c2c2c !important;
	border: 1px solid #2c2c2c !important;
	color: #fff !important;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 auto;
	outline: 1px solid #2c2c2c;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	border: 1px solid #000;
}

.atc {
	background-color: #f50d80;
	border: 1px solid #f50d80;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 auto;
	outline: 2px solid #f50d80;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.atc:hover {
	background-color: #2c2c2c;
	border: 1px solid #fff;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 auto;
	outline: 2px solid #4e4e4e;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

a.atc {
	color: #fff;
}

a.atc:hover {
	color: #fff;
}

li.options {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	list-style-type: none !important;
	padding-bottom: 18px !important;
	padding-top: 18px !important;
}

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

@media only screen and (max-width: 1200px) {

	.page .entry-content {
		padding: 5%;
	}

	#home-top {
		background-color: #fff;
		padding-bottom: 0;
		padding-top: 100px;
	}

	.home-top .widget-area {
		padding-bottom: 20px;
	}

	.share-product:before {
		content: "share or save for later:";
		display: block;
		font-family: prettyscript;
		height: 100%;
		line-height: normal;
		margin-bottom: 20px;
		padding: 0 20px 0 0;
		text-align: center;
		top: 0;
		vertical-align: middle;
	}

	.product_meta {
		border-top: 1px solid #eee;
		padding-top: 20px;
		text-align: center;
	}

	.share-product {
		clear: left;
		height: 50px;
		margin-bottom: 20px;
		padding-bottom: 40px;
		text-align: center;
	}

	.nav-secondary .wrap,
	.wrap {
		margin: 0 auto;
		max-width: 960px;
	}

	.post-type-archive-product .site-inner .wrap {
		padding: 5%;
	}

	.site-header .wrap {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-3 {
		padding: 54px 20px 48px 20px;
	}

}

@media only screen and (max-width: 960px) {

	.singlewrapinside {
		margin: 20px auto 0;
	}

	.error404 .footer-widgets {
		display: none;
	}

	.sidebar .widget {
		text-align: center;
	}

	.footer-widgets-3 {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		padding: 20px 20px 20px 20px;
		text-align: center;
	}

	.footer-widgets-2 {
		border-bottom: 1px solid #eee;
	}

	.footer-widgets-1 {
		border-bottom: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-left: 0px solid #eee;
		border-right: 1px solid #eee;
	}	

	.footer-widgets-1 .widget:first-of-type {
    	border-left: 1px solid #eee;
	}

	.footer-widgets-1 .widget:nth-of-type(2n+1) {
		margin-left: 0;
	}

	.footer-widgets-1 .widget:nth-of-type(2n+3) {
		border-right: 0;
	}

	.footer-widgets-1 .widget {
		width: 31.623931623931625%;
		float: left;
		margin-left: 2.564102564102564%;
	}


	.home .type-product:nth-of-type(2n+2),
	.home .type-product:nth-of-type(2n+1) {
		display: block;
		float: none;
		width: 100% !important;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.footer-widgets-1 {
		margin: 0 auto;
		text-align: center;
	}

	.footer-widgets .widget-title {
		text-align: center !important;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 840px) {
	.single-post .entry-title {
		padding-left: 5%;
		padding-right: 5%;
	}

	.comment-respond,
	.entry-comments,
	.single-post .entry-content {
		padding: 5%;
	}
}

@media only screen and (max-width: 700px) {

	.footer-widgets-1 {
		border-right: 0;
	}

	.footer-widgets-1 .widget {
		border-right: none;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}	 

	.footer-widgets .widget-title {
		text-align: center !important;
	}

	.commentnumber {
		border-bottom: 1px solid #eee;
		margin-bottom: 40px;
		padding-bottom: 30px;
		text-align: center;
		width: 100%;
	}

}

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

}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	color: #222222;
	cursor: pointer;
	display: none;
	float: right;
	margin-bottom: -1px;
	padding: 18px 40px 10px 0;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

@media only screen and (max-width: 1000px) {

	.single-product .site-inner .wrap {
		padding: 5%;
	}

	.page-template-page_blog-php .site-inner {
		margin-top: 40px;
	}

	.category .one-half {
		margin-left: 0;
	}

	#home-top {
		padding-top: 40px;
	}

	.site-title {
		float: left;	
		line-height: 0;
		margin-top: 0;
		padding: 20px 10px 10px 20px;
		width: 170px;
	}

	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-MyAccount-navigation {
		float: none;
		width: 100% !important;
	}

	.home-top .widget-area {
		background: rgba(255,255,255,0.7);
		padding: 20px 40px 0 40px;
	}

	.after-entry .enews {
		padding: 50px 40px 40px 40px !important;
	}

	.after-entry .enews-widget input[type="submit"] {
		width: 100% !important;
	}

	.post-type-archive-showcase .archive-description {
		margin-bottom: 100px;
		min-height: 300px!important;
	}

	div.summary a.demobutton {
		margin-bottom: 20px;
	}

	.woo-products {
		padding: 30px !important;
	}

	li.options:last-of-type {
		border-bottom: 1px solid #eee;
		padding-bottom: 18px !important;
	}

	.woocommerce-tabs .one-half.first {
		padding-right: 0 !important;
	}

	.woocommerce-tabs .one-half {
		padding-left: 0 !important;
	}

	.footer-widgets-1 {
		border-bottom: none;
	}

	.footer-widgets .wrap {
		padding: 0 0 0 0;
	}

	.footer-widgets-1 .widget:first-of-type {
    	border-left: none;
	}

	.footer-widgets-1 .widget {
		border-bottom: 1px solid #eee;
	}

	.footer-wigets-2 {
		border-top: none;
	}

	.enews-widget {
    	background-image: none;
	}

	.enews input#subbox1 {
		margin-left: 0 !important;
	}

	.enews input#subbox1,
	.enews input#subbox {
    	display: inline-block !important;
		float: left;
		margin-bottom: 10px;
		margin-left: 2.564102564102564%;
    	width: 48.717948717948715% !important;
	}

	.page-template-page_blog-php .entry {
		border: 0px solid #eee;
	}

	.page-template-page_blog-php .entry-footer .entry-meta {
		border-bottom: 1px solid #eee;
	}
	
	.homesetup,
	.tadahomewidget,
	.video{
		margin: 40px auto !important;	
	}

	.enews-widget p {
		padding: 0 20px 20px 20px;
	}

	.title-area,
	.site-header .widget-area {
		margin-top: 0;
		width: 50%;
	}	

	.top-bar .textwidget {
		display: block;
		width: 100%;
		text-align: center;
	}

	.top-bar-right {
		float: none;
		text-align: center;
		width: 100%;
	}

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.archive-description {
		height: 0px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.theaboutpage .one-sixth.first,
	.theaboutpage .one-sixth:nth-of-type(3n+1) {
		margin-left: 0 !important;
	}

	.theaboutpage .one-sixth {
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}

	.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%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.enews-widget input[type="submit"],
	.enews-widget input[type="submit"],
	.enews-widget p,
	.enews input {
		float: none;
		margin-bottom: 14px;
		margin-left: 0;
		text-align: center;
		width: 100% !important;
	}

	.theaboutpage .one-third.lindsey {
		margin-bottom: 10px;
	}

	.top-bar-right .search-form {
		width: 100%;
	}

	.genesis-nav-menu .widget-area {
		display: block;
		float: right;
		padding: 0;
		text-align: right !important;
		width: 100%;
	}

	.genesis-nav-menu .widget {
		float: none;
		padding: 16px 20px;
		text-align: center;
	}	

	.genesis-nav-menu > .right > a {
		display: block;
	}

	.genesis-nav-menu .right {
		float: none;
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		display: block;
		margin: 0 auto;
	}

	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-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;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

}

@media only screen and (max-width: 500px) {

	.woocommerce-account a.buttonslist {
		margin-left: 2.564102564102564%;
		margin-right: 2.564102564102564%;
		width: 91.99999999999999%;
	}

	.woocommerce {
		font-size: 12px !important;
	}
	.woocommerce table.shop_table, .woocommerce-page table.shop_table {
		padding: 0 !important;
	}

	.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
		line-height: 18px;
		margin: 0 auto !important;
		padding: 9px 8px !important;
	}

.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input,.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text+.button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text+.button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text+.button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text+.button {
		display: block !important;
		margin: 10px auto !important;
		width: 100% !important;
	}

	.bigword {
		float: none !important;
		display: block !important;
		max-width: 100% !important;
		padding: 40px 0 0 0 !important;
		text-align: center !important;
	}
}

@media only screen and (max-width: 600px) {

	.theaboutpage .two-thirds,
	.theaboutpage .one-third {
		display: block;
		margin-left: 0px;
		width: 100%;
	}

}