/*
	Theme Name: Thirty Handmade Days v2.0
	Theme URI: http://thirtyhandmadedays.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Wordpress Barista
	Author URI: https://www.wpbarista.com/

	Version: 2.0

	Tags: teal, gray, pink, white, one-column, responsive-layout, custom-background, landing page, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
widd
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Column Classes
	- Plugin Classes
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-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;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.featured-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
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family:'brightest';
    src: url('fonts/brightest.eot');
	src: url('fonts/brightest.eot?#iefix') format('embedded-opentype'),
		url('fonts/brightest.woff2') format('woff2'),
		url('fonts/brightest.woff') format('woff'),
		url('fonts/brightest.svg#brightest') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FD;
}

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

body {
	background-color: #fff;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.625;
}

body.thmd-landing {
	background-color: #333333;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #818181;
	color: #fff;
}

::selection {
	background-color: #818181;
	color: #fff;
}

a {
	background-color: inherit;
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #dc537a;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	background: #f2f2f2;
	padding: 20px;
	border-left: 15px solid #2d2d2d;
	margin: 40px;
}


cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d2d2d;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
	text-align: center;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}


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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #333333;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #ebebeb;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333333;
}

.search-form input::-moz-placeholder {
	color: #2d2d2d;
	opacity: 1;
}

.search-form input::-webkit-input-placeholder {
	color: #2d2d2d;
}

.top-search .search-form input::-moz-placeholder {
	color: #818181;
	opacity: 1;
}

.top-search .search-form input::-webkit-input-placeholder {
	color: #818181;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: transparent;
	border: 2px solid #2d2d2d;
	color: #2d2d2d;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #2d2d2d;
}

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.thmd-home .site-inner {
	padding-bottom: 10px;
}

.thmd-landing .site-inner,
.thmd-landing .wrap {
	max-width: 800px;
}

.thmd-landing .site-inner {
	padding-bottom: 40px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

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

.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: 700px;
}

.thmd-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.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: 540px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

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

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-align: center;
	color: #acabab;
	font-style: italic;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

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

.author-box-title {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.tax-download_category .archive-description {
	background-color: transparent;
	margin: 40px 0;
	padding: 0;
}

.tax-download_category .archive-title {
	font-size: 42px;
	text-align: left;
	padding: 0;
}

.tax-download_category .archive-title .cursive {
	font-family: 'brightest', 'Montserrat', sans-serif !important;
	text-transform: lowercase!important;
	font-size: 56px;
}



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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.top-search, .top-ad {
	max-width: 1100px;
	padding: 10px;
	width: 100%;
	margin: auto;
	position: relative;
}


.top-search .widget_search {
	position: absolute;
	right: 0;
	z-index: 999999;
}


.site-header .search-form, .top-search .search-form {
	float: right;
	margin: 24px auto 0;
	
	
}

.top-search .search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {

}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #252525;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #252525;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #252525;
}




/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1.2;
}

.entry-title a {
	color: #2d2d2d;
	font-weight: 500;
	font-size: 28px;
}

.entry-title a:hover {
	color: #2d2d2d;
}

.widget-title {
	font-family: 'Fjalla One', sans-serif;
	clear: both;
	font-size: 26px;
	padding: 16px 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #2d2d2d;
}


.thmd-home .content .widget-title, .content .featured-content h4.widget-title {
	color: #2d2d2d;
	font-size: 30px;
	padding: 10px;
	margin-bottom:12px;
	text-align: center;
	background-color: #fff;
	font-weight: 400;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #2d2d2d;
	font-size: 26px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

.widget-title {
	font-size:30px;
	color: #2c2c2c
	}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.featured-content a {
	position: relative;
}


.home-top .featured-content .entry, 
.home-middle .featured-content .entry,
.home-bottom .featured-content .entry,
.home-after-bottom .featured-content .entry,
.page-template .content .entry {
 	margin-bottom: 30px;
	border: none;
	float: left;
	max-width: 49%;
	margin-right: 2%;
}

.home-top .featured-content .entry:last-child, 
.home-middle .featured-content .entry:last-child,
.home-bottom .featured-content .entry:last-child,
.home-after-bottom .featured-content .entry:last-child,
.page-template .content .entry:last-child,
.page-template .content .entry:nth-of-type(2n+2) {
	margin-right: 0;
}

.home-top .featured-content,
.home-after-bottom .featured-content {
	margin-bottom: 40px;
}


.featured-content .entry-title {
	border: none;
	font-size: 26px;
	line-height: 1.2;
	text-align:left;
	margin-bottom:10px;
}

.gs-featured-content-entry.one-half {
	min-height: 460px;
}

.page-template-page_blog .entry-title {
	text-align: center;
	line-height: 1.5;
	margin-bottom:10px;
}

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

.featured-content .entry-title a, .page-template-page_blog .entry-title a {
	border: none;
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 400;
}

.featured-content .entry-title a:hover, 
.home-after-bottom .featured-content .entry-title a:hover, 
.page-template-page_blog .entry-title a:hover {
    color: #787878;
}

.home-after-bottom .featured-content .entry-title a {
	font-size: 30px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 300;
	}

.home-after-bottom .feature-content .entry-title a:hover {
	color: #333333;
}

.home-after-bottom .featured-content .entry {
	width: 49%;
}

.featured-content .entry:nth-of-type(2n+2)  {
	margin-right: 0;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;	
}

.featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
	margin-right: 10px;
}


.featured-content a.alignnone {
	display: inline-block;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 15px;
	color: #2d2d2d;
	text-align:left;
}

.content .featured-content .more-link {
	color: #818181;
	font-weight: 400;
	display: block;
	text-decoration: underline;
	margin-top: 15px;
	text-transform: uppercase;
}

.content .featured-content .more-link:hover {
	color: #2d2d2d;
}

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

.featured-content .more-from-category a, .more-from-category a {
	display: block;
	padding: 16px;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	color: #2d2d2d;
	text-align: center;
	font-weight: 400;
	border: 1px solid #2d2d2d;
	clear: both;
}

.featured-content .more-from-category a:hover, .more-from-category a:hover {
	background-color: #2d2d2d;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}

.featured-content h4.widget-title::before,
.content h4.widget-title::before,
.club-header-title::before {
    left: 0;
}
.featured-content h4.widget-title::before, h4.related-posts::before,
.content h4.widget-title::before,
.club-header-title::before {
    background: url('images/divider.jpg') no-repeat center center;
	background-size: cover;
	content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 46%;
    width: 100%;
}
.featured-content h4.widget-title, h4.related-posts,
.content h4.widget-title, .club-header-title {
    position: relative;
    text-align: center;
}

.featured-content h4.widget-title span, h4.related-posts span,
.content h4.widget-title span,
.club-header-title span.thmd-line {
    background: #fff none repeat scroll 0 0;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}


.featured-content .entry-title,
.content .entry-title {
	line-height:1.2; 
	color: #2c2c2c;
}

.content .featured-content .more-link {
	color: #e4e4e4;
	font-weight:500;
	width:105px;
	text-decoration:none;
	border-bottom: 1px solid;
	}
.featured-content .entry-title {
	margin: 25px 0;
	font-size:28px;
	}
	
.widget.featured-content .first {
    clear: both !important;
    margin-left: 0 !important;
}


.home-after-bottom .featured-content .entry-title a 
	{
		font-size:inherit;
		}
		
.printables-shop .one-third {
	margin-bottom: 25px;
}

.printables-shop .entry-title {
	display: none;
}

.printables-shop .cursive, .printables-club .cursive {
	font-family:'brightest', 'Montserrat', sans-serif !important;
	text-transform: lowercase!important;
	font-size: 56px;
}

.thmd_edd_cta {
	background: #f2f2f2;
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
	
}

.thmd_edd_cta p {
	margin-bottom: 0;
}

.thmd_edd_cta p a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #484848;
	text-transform: uppercase;
}

.thmd_edd_cta .cursive {
	font-family:'brightest', 'Montserrat', sans-serif !important;
	text-transform: lowercase!important;
	font-size: 56px;
	color: #2d2d2d;
	line-height: 1;
	margin-bottom: 0;
}

.backto {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color:#40c3b5;
	text-transform: uppercase;
	margin: 30px 0 10px;
	display: inline-block;
	letter-spacing: 1;
	border-bottom: 1px solid;
}

.blue.edd-submit {
	color: #fff !important;
	text-transform: uppercase;
	background: #2d2d2d!important;
	border-color: #2d2d2d!important;
	border-radius: 0!important;
	padding: 10px 20px;
}

.edd-add-to-cart {
	color: #fff !important;
	text-transform: uppercase;
	background: #2d2d2d!important;
	border-color: #2d2d2d!important;
	border-radius: 0!important;
	padding: 10px 20px;
	float: none;
}

.edd-aa-login-wrapper, .eddr-notice, .edd_purchase_submit_wrapper,
.edd-aa-buy-wrapper {
	text-align: center;
	margin-bottom: 10px !important;
}

.edd-aa-login-purchase-normal-plus-aa-mode {
	margin-top: 5px !important;
}

.edd-all-access-btn.blue.edd-submit {
	color: #fff !important;
	text-transform: uppercase;
	background: #2d2d2d!important;
	border-color: #2d2d2d!important;
	border-radius: 0!important;
	padding: 10px 20px;
}

.blue.edd-submit:hover {
	background: #000!important;
	border-color: #000!important;
	border-radius: 0!important;
}

.tax-download_category .entry-content {
	text-align: center;
}

.view-details {
	text-align: right;
	margin: 15px 10px 0;
	padding-bottom: 6px;
	color: #818181 !important;
	text-transform: uppercase;
	border-bottom: 1px solid;
	font-weight: bold;
}

.view-details .fas, .fas {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
}

.thmd_edd_purchase_button_price {
	border: 3px solid #2d2d2d;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.thmd_edd_price {
	font-family: "Fjalla One",sans-serif;
	font-size: 28px;
	font-weight: normal;
	color:#2d2d2d;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.thmd_edd_purchase_button_price .blue.edd-submit {
	float: none;
	display: block;
	margin-bottom: 10px;
}

.thmd_edd_purchase_button_price .edd_download_purchase_form  {
	margin-bottom: 0;
}

.printables-club .nav-primary, .printables-club .top-search {
	display: none;
}

.printables-club {
	font-size: 19px;
	line-height: 1.8;
}

.printables-club .site-inner {
	max-width: none;
}

.printables-club .wrap, .printables-club .nc_socialPanel {
	margin: auto;
	max-width: 1100px;
}
.printables-club .entry {
	margin-bottom: 0;
}

.printables-club .entry-title {
	display: none;
}

.printables-club .intro {
	border: 8px solid #f2f2f2;
	padding: 30px 50px 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}

.printables-club .print-club-icon {
	position: absolute;
    left:50%; 
    transform:translate(-50%, -50%); 
    width:96px;
	top: 0;
}

.printables-club .profile-green .wrap,
.printables-club .grey-section .wrap {
	padding: 0 10px;
}


.printables-club .profile-green {
	background: #40c3b5;
	padding: 80px 0 70px;
	color: #ffffff;
	margin-bottom: 70px;
	font-style: italic;
}

.printables-club .grey-section {
	background: #f2f2f2;
	padding: 80px 0;
	color: #777777;
	margin-bottom: 70px;
}

.printables-club .grey-section strong {
	color: #40c3b5;
}

.printables-club .thmd-line {
	background: #fff;
	padding: 0 30px;
}

.printables-club .club-header-title {
	margin-bottom: 40px;
}

.printables-club .club-buttons {
	margin-top: 30px;
}

.printables-club .faq-bottom-left strong,
.printables-club .faq-top-left strong,
.printables-club .faq-bottom-right strong,
.printables-club .faq-top-right strong {
	text-transform: uppercase;
	color: #2d2d2d;
}

.printables-club .faq-top-left {
	text-align: center;
	padding: 30px;
	border-right: 4px solid #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
	margin: 0;
	min-height: 500px;
}

.printables-club .faq-top-right {
	text-align: center;
	padding: 30px;
	border-left: 4px solid #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
	margin: 0;
	min-height: 500px;
}

.printables-club .faq-bottom-left {
	text-align: center;
	padding: 30px;
	border-right: 4px solid #f2f2f2;
	border-top: 4px solid #f2f2f2;
	margin: 0;
	min-height: 310px;
}

.printables-club .faq-bottom-right {
	text-align: center;
	padding: 30px;
	border-left: 4px solid #f2f2f2;
	border-top: 4px solid #f2f2f2;
	margin: 0;
	min-height: 310px;
}

/*Soliloquy
--------------------------------------------- */

.slider_cat, .subscribe-caption h2 {
	font-family:'brightest', 'Montserrat', sans-serif;
	color: #2d2d2d !important;
	text-transform: lowercase  !important;
}
.slider_cat {
	font-size: 60px !important;
	line-height: 40px !important
}

.subscribe-caption h2 {
	font-size: 50px !important;
}

.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #2b2b2b !important;
	text-transform: uppercase !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	margin: 10px 0 25px !important;
	height: 108px !important;
	overflow: hidden !important;
}


.soliloquy-fc-read-more {
	padding: 10px 20px !important;
	border: 2px solid #2b2b2b !important;
	color: #2b2b2b !important;
	text-transform: uppercase!important;
	font-weight: 400 !important;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	left: 33% !important;
	top: 15% !important;
	padding: 20px 30px !important;
	text-align: center;
	max-width: 350px !important;
	height: 310px !important;
	background: url(images/trans-bg.png) repeat;
}
/* Category / Archive Pages
--------------------------------------------- */


.page-template .content .widget_text h4.widget-title {
	
	font-size: 36px;
    line-height: 1;
	color: #333333;
    font-family: "Fjalla One",sans-serif;
    font-weight: 400;
    margin: 0 0 16px;
    text-align: center;
	background-color: transparent;
	text-transform:none;
	text-align: center;
}

.page-template .content .widget {
	margin-bottom: 20px;
}

.page-template .content .featured-content .entry-title a {
	 color: #2d2d2d;
    font-size: 28px;
    font-weight: 500;
	line-height: 1;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

.enews-widget {
	padding: 40px;
	border: 1px solid #2d2d2d;
}

.sidebar .enews-widget {
	background: #f2f2f2;
	padding: 40px 30px;
	border: none;
	text-align: center;
}

.sidebar .enews-widget input {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: transparent !important;
	display: block;
	width: 100%;
	text-align: center;
}

.enews form + p {
	margin-top: 24px;
}

.site-wide-cta .enews-widget, .footer-widget-area .enews-widget {
	margin-top: 70px;
}

.site-wide-cta .enews-widget .widget-title, .footer-widget-area .enews-widget .widget-title {
	margin-top: -70px;
	padding: 0;
}

.site-wide-cta .enews-widget p, .footer-widget-area .enews-widget p {
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
}

.site-wide-cta .enews-widget .widget-title .thmd-line,
.footer-widget-area .enews-widget .widget-title .thmd-line {
	background: #fff;
	font-family:'brightest' , 'Montserrat', sans-serif;
	color: #2d2d2d !important;
	text-transform: lowercase  !important;
	font-size: 50px;
	padding: 0 10px;
	text-align: center;
	
}

.site-wide-cta form, .footer-widget-area form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
	max-width: 800px;
	width: 100%;
	margin: auto;
}

.site-wide-cta .enews-widget input, .footer-widget-area .enews-widget input {
	margin-right: 10px;
	width: auto;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.thmd-home .content #genesis-responsive-slider,
.thmd-home .content .genesis_responsive_slider li {
	border: none;
}

.thmd-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}

.thmd-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.thmd-home .content .genesis_responsive_slider .slide-excerpt,
.thmd-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.thmd-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}

.thmd-home .content #genesis-responsive-slider,
.thmd-home .content .genesis_responsive_slider .slides li,
.thmd-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.thmd-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}

.thmd-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}

.thmd-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.thmd-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}

.thmd-home .content .genesis_responsive_slider h2,
.thmd-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}

.thmd-home .content .genesis_responsive_slider p {	
	font-size: 14px;
	margin: 10px 0 0;
}

.thmd-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.thmd-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.thmd-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}

.thmd-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}

.thmd-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

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

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

/* Popup Maker / Video Page
--------------------------------------------- */

.post-34653 .one-third {
	text-align: center;
}


.post-34653 br {
	display: none;
}

.post-34653 img.alignnone {
	margin: 20px 0 0 0;
}

.video-title {
	min-height: 54px;
	display: block;
}

.video-details {
	background-color: #818181;
    clear: both;
    color: #ffffff !important;
    font-size: 14px;
	display: block;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.video-details:hover {
	background-color: #2d2d2d;
}

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

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
	padding: 30px 0;
}

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

.title-area {
	float: left;
	padding-top: 30px;
	width: 350px;
	min-height: 170px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Fjalla One', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333333;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 170px;
	text-indent: -9999px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


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

.genesis-nav-menu {
	clear: both;
	color: #333333;
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

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

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 20px 0 20px 20px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	
}


.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #2d2d2d;
}




.genesis-nav-menu .sub-menu {
	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: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #333333;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	width: 190px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}




.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

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

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

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

.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #2d2d2d !important;
}
.ubermenu-skin-minimal .ubermenu-item-level-0 .pink {color: #dc537a !important;}
.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target:hover {
	color: #dc537a !important;
}
	

.ubermenu.ubermenu-main .ubermenu-tab > .ubermenu-target, .ubermenu .ubermenu-target-text {
	text-transform: uppercase; 
}

.ubermenu-tabs {
	border-top: 1px solid #e5e5e5 !important;
	
}

#menu-item-44768 a::before {
    content: "\f02f";
    font-family: "FontAwesome";
	margin-right: 4px;
}

#menu-item-44768 a {
    color: #dc537a !important;
}

#menu-item-44768 a:hover {
    color: #2d2d2d !important;
}





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

.site-header .sub-menu {
	border-top: 1px solid #333333;
}

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

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

.nav-primary {
	background-color: #fff;
	color: #252525;
	width: 100%;
	z-index: 999;
}


.nav-primary a {
	color: #252525;
}

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

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

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #2d2d2d;
	border: 1px solid #fff;
	border-top: none;
}

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

.nav-primary .genesis-nav-menu .sub-menu a::after {
	content: none;
}

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

.nav-secondary .wrap {
	border-bottom: 1px solid #2d2d2d;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

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

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

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

.entry {
	margin-bottom: 60px;
}

.archive .content .entry,
.home .content .entry,
.page-template .content .entry {
}

.archive .entry-title {
	font-size: 20px;
}

.archive .entry-content a {
	color: #2d2d2d;
	line-height: 1;
}

.entry-content a {
	color: #40c3b5;
}

.entry-content a:hover {
	color: #818181;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.cat-nav {
max-width:750px;
margin: 0 auto;
display:table;}

ul.cats {
list-style:none;
	clear: both;
	color: #333333;
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

ul.cats li {
float:left;
text-align:center;
padding: 10px 0 25px;
}

ul.cats li a {
	
}

ul.cats li a::after {
	content: "•";
	color: #818181;
	padding: 0 10px 0 12px;

}

ul.cats li:last-child a::after{
	content: "";
	color: #fff;
}

.single .entry-content p:first-of-type {
text-align:center;
}

.entry-content ol,
.entry-content ul {
	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-meta, .entry-meta a {
	font-size: 14px;
	color: #40c3b5;
	text-transform: uppercase;
}

.entry-meta a:hover {
	color: #dc537a;
}


.entry-header .entry-meta {
	margin-bottom: 30px;
	text-align:center;
}


.entry-tags {
	display: block;
}

/* After Title Text Disclosure
--------------------------------------------- */

.single-title {
	text-align: center;
}

.postid-36374 .single-title, .postid-32377 .single-title {
	display: none;
	
}



/* After Entry
--------------------------------------------- */

.after-entry {
	
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}


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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination-next, .pagination-previous  {
	
	display: inline-block;
	clear: both;
}

.pagination-next a, .pagination-previous a  {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color:#40c3b5 !important;
	text-transform: uppercase;
	margin: 20px 0 10px;
	letter-spacing: 1;
	border-bottom: 1px solid;
}

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

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
position:relative;
display:block;

}
.entry-comments h3::before,
.entry-pings h3::before,
.comment-respond h3::before {
    background: url(images/divider.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 46%;
    width: 100%;
}

.entry-comments h3 .thmd-line,
.entry-pings h3 .thmd-line,
.comment-respond h3 .thmd-line,
h4.related-posts .thmd-line {
    position: relative;
    text-align: center;
    background: #fff none repeat scroll 0 0;
    padding: 0 15px;
    z-index: 1;
    color: #2d2d2d;
    font-size: 30px;
	text-transform:uppercase;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.comment-desc {
	text-align: center;
	margin: 15px 0 25px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	margin-bottom: 0;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 18px;

}

.comment-reply a {
	text-decoration: underline;
	font-weight: 400;
	text-transform: lowercase;
}

.comment-meta a{
	color: #333333;
	font-size:15px;
}


.comment-respond input[type="url"] {
	width: 50%;
	display:inline;
}

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

.comment-form-email {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.comment-form-url {
	width: 50%;
	float: left;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond a{
	text-decoration:underline;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

li.comment {
	
	border-right: none;
}

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

.bypostauthor {
	border-left: 4px solid #2d2d2d;
}

.comment-time-link {
	color: #bababa;
}

li.comment {
	border-bottom: 1px solid #bababa;
}

.children li.comment {
	border-bottom: none;
}

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

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #2d2d2d;
	color: #fff;
}


.sidebar .ck_subscribe_form {
	margin: 0 auto !important;
}
.sidebar .ck_email_address {
	border: 1px solid #ffffff !important;
	padding: 10px !important;
	font-size: 12px !important;
	color: #ffffff !important;
	width: 100% !important;
	float: none !important;
}

.sidebar .ck_subscribe_button {
	border: 1px solid #ffffff !important;
	padding: 10px !important;
	color: #535353 !important;
	background: #fff !important;
	width: 100% !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-size: 12px !important;
}

.sidebar .menu-sidebar-menu-with-icons-container li {
	border-bottom: none;
	background: url(images/divider-cat.jpg) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 15px;
    margin-top: 2px;
	text-align: center;
}

.sidebar .menu-sidebar-menu-with-icons-container ul:first-child {
	padding-top: 8px;
}

.sidebar .menu-sidebar-menu-with-icons-container li a {
	text-transform: uppercase;
	color: #818181;
	font-weight: 400;
	font-size: 14px;
}

.sidebar .menu-sidebar-menu-with-icons-container ul:first-child {
	padding-top: 8px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.binders a {
	background: url(images/icon-binders.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.files a {
	background: url(images/icon-organize.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.saucepan a {
	background: url(images/icon-recipes.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.printer a {
	background: url(images/icon-printables.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.tree a {
	background: url(images/icon-holidays.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.kids a {
	background: url(images/icon-kids.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .menu-sidebar-menu-with-icons-container li.gift a {
	background: url(images/icon-gifts.jpg) center left no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.sidebar .featured-content h4.widget-title::before, h4.related-posts::before {
    background: none !important;
	background-size: cover;
	content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.sidebar .featured-content h4.widget-title span, h4.related-posts span {
	background: none !important;
	text-transform: uppercase;
}

.sidebar .featured-content .entry-title a {
	font-size: 20px;
}

.sidebar .search-form input[type="submit"] {
     
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	margin-left: 5px;
	width: auto;
	content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: top;
    background: #2d2d2d;
}


.sidebar .search-form input[type="submit"]:hover {
        background-color: #dc537a;
}

.sidebar .search-form input[type="search"] {
	width: 80%;
}

.sidebar-buttons {
	max-height: 172px;
	display: block;
	background: #f2f2f2;
	max-width: 375px;
	margin: auto;
}

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


.footer-widgets-1
{
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 30px;
}


.footer-widgets a {
	font-weight: 400;
}

.footer-widgets a:hover {
	color: #2d2d2d;
}

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

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

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



.footer-widgets .featured-content h4.widget-title::before {
    background: transparent url('images/divider-full.jpg') no-repeat center center;
	background-size: cover;
	content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.footer-widgets .featured-content h4.widget-title {
    background-color: #ffffff;

}

.instagram-feed {
	margin: 40px 0 0;
	border-top: 1px solid #efefef;
}

.prev-next-navigation .previous {
	width: 50%;
	float: left;
	color: #333;
	
}

.prev-next-navigation .next {
	text-align: right;
	color: #333;
}

.prev-next-navigation .previous p a, .prev-next-navigation .next p a {
	font-weight: 400;
	text-transform: uppercase;
}

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

.site-footer {
	background: #f2f2f2;
	font-size: 14px;
	text-align: center;
	color: #b7b7b7;
	font-weight: 400;
}

.site-footer .wrap {
	padding: 40px 0;
}

.site-footer,
.site-footer a {
	color: #494746;
	text-transform: uppercase;
}

.site-footer a:hover {
	color: #dc537a;
}

.site-footer p {
	margin-bottom: 0;
}


.site-footer .footer-menu li {
	display: inline-block;
	text-align: left;
}

.site-footer .menu {
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.site-footer .footer-menu li a {
	color: #40c3b5;
	margin-left: 12px;
}

.site-footer .footer-menu li a::after {
    content: "•";
    color: #bcbcbc;
    padding-left: 16px;
}

.site-footer .footer-menu li:last-of-type a::after {
    content: " ";
    color: #bcbcbc;
    padding-left: 16px;
}
/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-right: 0;
}

.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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Plugin Classes
---------------------------------------------------------------------------------------------------- */

/* Soliloquy
--------------------------------------------- */

.soliloquy-caption h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 400;
}

.soliloquy-caption p {
	margin-bottom: 10px;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
  
}


/* Social Warfare
--------------------------------------------- */

.sw-pinit img {
	position: relative !important;
}


.nc_socialPanel .nc_tweetContainer a {
	border-radius: 50px;
}



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

.jp-relatedposts-post-context {
	display: none;
}


/* ConvertKit
--------------------------------------------- */
.home-top .ck_subscribe_form {
	width: 100% !important;
	text-align: left;
	margin: 15px auto !important;
	max-width: 700px !important;
	padding: 0 15px;
}

.home-top .ck_email_address {
	border: 1px solid #ffffff !important;
	padding: 16px !important;
	font-size: 16px !important;
	color: #ffffff !important;
	width: 60% !important;
	float: left !important;
	margin: 0 !important;
	line-height: normal !important;
	background: none !important;
}

.home-top .ck_subscribe_button {
	border: 1px solid #ffffff !important;
	padding: 16px !important;
	font-size: 16px !important;
	color: #535353 !important;
	background: #fff !important;
	width: 40% !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	margin: 0 !important;
	line-height: normal !important;
}


.home-top .ck_email_address::-moz-placeholder {
	color: #ffffff;
	font-family: 'Fjalla One', sans-serif;
	opacity: 1;
	font-style: italic !important;
}

.home-top .ck_email_address::-webkit-input-placeholder {
	color: #ffffff;
	font-family: 'Fjalla One', sans-serif;
	font-style: italic !important;
}

/* Easy Recipe Plus
--------------------------------------------- */

div.easyrecipe {
    background: #ffffff !important;
	font-family: 'Montserrat', sans-serif!important;
    border: 3px solid #2d2d2d !important;
    color: #333333 !important;
	font-size: 14px !important;
    padding: 20px !important;
}

.easyrecipe .ERSName {
	font-size: 26px !important;
	font-family: 'Fjalla One', sans-serif !important;
	color: #2d2d2d;
	text-transform: uppercase;
}

.easyrecipe .ERSHeading, .easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
	text-transform: uppercase;
	margin-bottom: 11px !important;
	font-size: 18px !important;
	font-family: 'Montserrat', sans-serif!important;
	}

#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient {
	list-style: none !important;
	margin-bottom: 8px !important;
}

.easyrecipe .ERSInstructions li.instruction {
	margin-bottom: 8px !important;
}

.easyrecipe .ERSIngredients .ERSSectionHead, .easyrecipe .ERSInstructions .ERSSectionHead {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	text-transform: uppercase !important;
	font-size: 16px;
}

.divERSHeadItems {
	font-weight: 400 !important;
}

.divERSHeadItems span {
	color: #333333 !important;
	text-transform: none !important;
	font-weight: 300 !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
	color: #2d2d2d !important;
	text-transform: uppercase !important;
}

.easyrecipe .ERSTimes .ERSTimeItem {
	font-size: 13px !important;
}

.easyrecipe .ERSTimes {
    border-bottom: 1px solid #d5dea7 !important;
    border-top: 1px solid #d5dea7 !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: 60%;
}
	
.easyrecipe .ERSTimeRight {
    border-left: 1px solid #d5dea7 !important;
}


div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: none !important;
}

div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan span.ERSSaveIcon {
    background-image: none !important;
    height: 18px;
    width: 20px;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
	background: #fff !important;
	border-radius: 0 !important;
	border: 2px solid #2d2d2d;
	color: #2d2d2d !important;
	font-family: 'Montserrat', sans-serif!important;
	padding: 10px 20px !important;
	text-transform: uppercase !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text:hover,
.easyrecipe .ui-button-text-icons .ui-button-text:hover {
	background: #2d2d2d !important;
	color: #fff !important;
}

/* WooCommerce
--------------------------------------------- */
.woocommerce .quantity .qty {
    min-width: 30px;
    padding: 9px !important;
    text-align: center;
    width: 5.631em !important;
}

.cross-sells .first {
	clear:none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    width: 30.05% !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
   width: 180px !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 6px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3% 2.992em 0 !important;
}

.wc_payment_method.payment_method_paypal {
	list-style: none;
}

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

@media only screen and (min-width: 1025px) {
	.um-logo{
	  display:none;
	}
}

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

	.um-logo {
		max-width: 400px;
		width: 100%;
		margin: 10px auto;
		display: block;
	}
	
	.ubermenu-nav, .ubermenu-row, .ubermenu-submenu {
		max-width: 780px;
		margin: auto !important;
	}
	
	a.ubermenu-responsive-toggle i:before {
		content: "\f0c9";
		font-family: "FontAwesome";
		font-style: normal;
	}
	
	a.ubermenu-responsive-toggle {
		padding: 20px;
	}
	
}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 570px;
	}

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

	.content {
		width: 630px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary  {
		width: 100%;
	}

	.sidebar-secondary {
		width: 150px;
	}
	
	.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		top: 7% !important;
	}

}

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

	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0 > 					.ubermenu-custom-content.ubermenu-custom-content-padded {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.top-search .search-form input .site-header .search-form, .top-search .search-form {
		float: none;
		margin: 10px auto;
		width: 100%;
	}
	
	.top-search .widget_search {
		position: relative;
		right: auto;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-primary {
		position: static;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
	
	.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		left: 23% !important;
		top: 7% !important;
		padding: 20px 30px !important;
		text-align: center;
		max-width: 450px !important;
		height: 240px !important;
	}
	
	.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title,
	.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
		height: 71px !important;
	}

}

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

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

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

	.genesis-nav-menu.responsive-menu .menu-item,
	.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 a {
		line-height: 1;
		padding: 18px 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";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		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 {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

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

	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

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

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds  {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		
	}

	.thmd-home .content .genesis_responsive_slider h2,
	.thmd-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.thmd-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}
	
	.featured-content h4.widget-title::before,
	.entry-comments h3::before,
	.entry-pings h3::before,
	.comment-respond h3::before,
	.footer-widgets .featured-content h4.widget-title::before {
		background-size: contain;
	}
	
	.sidebar .menu-sidebar-menu-with-icons-container li,
	.footer-widgets .featured-content h4.widget-title::before {
	background: url(images/divider.jpg) no-repeat bottom center;
	background-size: contain;
	}
	
	.footer-widgets .featured-content h4.widget-title::before {
		height: 9px;
	}
	
	.printables-club .faq-bottom-left,
	.printables-club .faq-top-left,
	.printables-club .faq-bottom-right,
	.printables-club .faq-top-right {
		min-height: inherit;
		margin: 0 0 15px;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 9px solid #f2f2f2;
	}

}

@media only screen and (max-width: 500px) {
	
	.enews-widget {
		padding: 40px 20px;
	}
	
	.site-wide-cta form, .footer-widget-area form {
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	
	.site-wide-cta form input, .footer-widget-area form input {
		margin-bottom: 5px;
		margin-right: 0;
		
	}
}

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

	.thmd-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}

	.thmd-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}
	
	.ck_subscribe_form {
	width: 100% !important;
	text-align: left;
	margin: 0 auto !important;
	max-width: 700px !important;
}

	.ck_email_address {
	border: 1px solid #ffffff !important;
	padding: 10px !important;
	font-size: 16px !important;
	color: #ffffff !important;
	width: 100% !important;
	float: none !important;
}

.ck_subscribe_button {
	border: 1px solid #ffffff !important;
	padding: 10px !important;
	color: #535353 !important;
	background: #fff !important;
	width: 100% !important;
	text-transform: uppercase !important;
	font-weight: 600 !important
}
	
}