/*
Theme Name: Shoppette
Theme URI: https://easydigitaldownloads.com/
Author: EDD Team
Author URI: http://seandavis.co
Description: A beautiful, elegant, versatile theme for Easy Digital Downloads
Version: 1.0.8
License: GNU General Public License
License URI: license.txt
Text Domain: shoppette
Domain Path: /languages/
Tags:
*/


/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body {
	background: #f5f5f5;
}
article,
aside,
details,
.product-title,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.full {
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 100%;
	max-width: 1040px;
}
.inner {
	position: relative;
	padding: 32px 0;
}
#primary { /* content */
	float: right;
	padding: 32px 0 0 32px;
	width: 68%;
}
#secondary { /* sidebar */
	float: left;
	padding: 32px 32px 0 0;
	border-right: 2px solid #f5f5f5;
	width: 32%;
}
.content-sidebar #primary {
	float: left;
	padding: 32px 32px 0 0;
}
.content-sidebar #secondary {
	padding: 32px 0 0 32px;
	border-left: 2px solid #f5f5f5;
	border-right: none;
}


/*--------------------------------------------------------------
Typography & HTML elements
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "open sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: .4em;
}
h1, h2 {
	font-size: 36px;
}
h3, h4 {
	font-size: 28px;
}
h5, h6 {
	font-size: 22px;
}
h4, h6 {
	color: #999;
}
p {
	margin-bottom: 1.5em;
}
a {
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #999;
	font-style: italic;
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #f1f1f1;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border-radius: 3px;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul,
ul > li > ul > li > ul {
	list-style: disc;
}
ul > li > ul {
	list-style: circle;
}
ol,
ol > li > ol > li > ol {
	list-style: decimal;
}
ol > li > ol {
	list-style: lower-alpha;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 1.5em;
	padding-left: 16px;
	padding: 0 0 0 16px;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}


/*--------------------------------------------------------------
Inputs & buttons
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f1f1f1;
	border: none;
	border-radius: 3px;
	padding: 8px;
}
.edd-template input[type="text"],
.edd-template input[type="email"],
.edd-template input[type="url"],
.edd-template input[type="password"],
.edd-template input[type="search"],
.edd-template input[type="tel"],
.edd-template input[type="number"] {
	background: #fff;
}
#secondary .widget input[type="text"],
#secondary .widget input[type="email"],
#secondary .widget input[type="url"],
#secondary .widget input[type="password"],
#secondary .widget input[type="search"],
input[type="tel"],
input[type="number"] {
	display: block;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
input[type="submit"],
input[type="button"] {
	display: inline-block;
	color: #fff;
	padding: 8px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.post-password-form input[type="submit"] {
	box-shadow: none;
}


/*--------------------------------------------------------------
Menus & Navigation
--------------------------------------------------------------*/
.main-menu-container {
	position: relative;
	z-index: 100;
	border-radius: 5px;
}
.main-navigation {
	clear: both;
	display: block;
	padding-left: 12px;
	width: 100%;
}
.header-menu {
	position: absolute;
		right: 0;
		top: 48px;
}
.main-navigation ul,
.header-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li,
.header-menu li {
	float: left;
	position: relative;
}
.header-menu li:not(:last-child) {
	padding-right: 24px;
}
.main-navigation a,
.menu-toggle {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.header-menu a {
	color: #999;
	font-size: 13px;
}
.skip-link.screen-reader-text {
	padding: 0;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
		top: 54px;
	z-index: 99999;
}
.main-navigation .menu > li > .sub-menu,
.main-navigation .menu > li > .sub-menu > li:last-child a:hover {
	border-radius: 0 0 3px 3px;
}
.header-menu ul ul {
	display: none;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 260px;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	padding: 18px;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.content-area .paging-navigation,
.navigation.post-navigation,
.comments-area .comment-navigation,
.content-area .store-pagination {
	font-size: 13px;
	padding: 10px 0;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.store-pagination {
	text-align: center;
	margin-bottom: 2em;
}
.store-pagination .page-numbers {
	padding: 0 4px;
}
.store-pagination .prev.page-numbers {
	padding: 0 2em 0 0;
}
.store-pagination .next.page-numbers {
	padding: 0 0 0 2em;
}
.navigation a,
.store-pagination a,
.comment-navigation a {
	color: #999;
}
.navigation a:hover,
.store-pagination a:hover,
.page-numbers.current,
.comment-navigation a:hover {
	color: #404040;
}
.nav-previous .fa {
	margin-right: 6px;
}
.nav-next .fa {
	margin-left: 6px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.inner:before,
.inner:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.inner:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-area {
	background: #fff;
}
.site-header.inner {
	padding: 0;
}
.landing-template .site-header {
	text-align: center;
}
.header-elements {
	padding: 32px 0;
}
.site-title {
	display: inline-block;
	font: normal 40px/60px 'Pacifico', 'cursive';
}
.site-title a {
	color: #404040;
	text-decoration: none;
}
.site-title a:hover {
	color: #404040;
}


/*--------------------------------------------------------------
Alert Bar
--------------------------------------------------------------*/
.alert-bar {
	position: relative;
	background: #f5f5f5;
	font-size: 13px;
	padding: 13px 27px;
	border-radius: 5px;
	margin-top: 48px;
}
.alert-bar .alert-message .fa:first-child {
	background: #FFF;
	padding: 5px;
	margin-right: 10px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 0 3px rgba(0,0,0,.05);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.alert-message a:hover {
	color: #999;
}
.alert-message .fa {
	position: absolute;
	left: 27px;
	top: 11px;
}
.alert-message .alert-text {
	display: inline-block;
	padding-left: 41px;
}


/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
#content {
	padding: 5px 0 48px;
}
.main-content-area {
	position: relative;
	z-index: 10;
	background: #fff;
}
.site-content {
	padding-top: 0;
}
.page-title {
	font-size: 22px;
}
.sticky {
}
.hentry {
	margin: 0 0 6em;
}
.entry-header {
	margin-bottom: 1.5em;
}
.entry-title {
	margin-top: 20px;
	margin-bottom: 0;
}
.entry-header a {
	color: #404040;
}
.entry-header a:hover {
	text-decoration: none;
}
.entry-header .entry-title a:hover {
	color: #999;
}
.page-header {
	margin-bottom: 3em;
}
.entry-meta {
	font-size: 13px;
	padding: 0 0 10px;
	border-bottom: 2px solid #F5F5F5;
}
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
footer.entry-meta {
	color: #999;
	font-style: italic;
	padding: 0;
	border: none;
}
footer.entry-meta a {
	color: #404040;
}
.byline,
.posted-on {
	margin-right: 2em;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.featured-img {
	border-radius: 5px;
	margin: -2px 0 0;
}
.comments-link {
	float: right;
}
.entry-header .entry-meta .fa,
.entry-meta .tax-links .fa {
	margin-right: 6px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.more-link {
	display: inline-block;
	color: #FFF;
	padding: 8px;
	border-radius: 3px;
}
.more-link .fa {
	margin-left: 6px;
}
.single-post-footer {
	margin-bottom: 3em;
}
.single-post-footer {
	color: #fff;
	padding: 16px 32px 32px;
	border-radius: 5px;
}
.single-post-footer .post-footer-author {
	position: relative;
	border-bottom: 2px solid rgba(0,0,0,.05);
	margin-bottom: 1.5em;
}
.post-footer-author-bio p:last-child {
	margin-bottom: 0;
}
.post-footer-author .avatar {
	border-radius: 50%;
	margin: 6px 6px 12px 0;
}
.author-name {
	display: inline-block;
	font-size: 18px;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#respond {
	margin-top: 2em;
}
.response-title {
	font-style: italic;
}
.comment-body {
	font-size: 14px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-body .comment-meta {
	position: relative;
	font-size: 13px;
	border-width: 1px 0;
	margin-bottom: 1.5em;
}
.pingback {
	position: relative;
	font-size: 13px;
}
.comment-author {
	background: #F5F5F5;
	padding: 6px 10px;
	border-radius: 5px;
	box-shadow: 0 5px #F1F1F1;
}
.comment-author .avatar {
	border-radius: 50%;
	margin: 6px 6px 6px 0;
}
.comment-author a,
.comment-metadata a {
	color: #999;
}
.comment-author a:hover,
.comment-metadata a:hover {
	color: #404040;
}
.comment-metadata {
	position: absolute;
		top: 20px;
		right: 10px;
}
.comment-author .fn,
.comment-author .says {
	position: relative;
		top: -12px;
}
.comment-list {
	margin-left: 0;
}
.comment-list > .parent [class*="depth-"] {
	padding-left: 24px;
	margin-left: 0;
}
.comment {
	margin-top: 2.5em;
}
.comment-reply-link {
	color: #ccc;
	font-size: 13px;
}
#comment-nav-below {
	margin-top: 16px;
}
.comment-navigation {
	padding: 0;
	border: none;
}
.no-comments { /* comments closed */
	font-size: 13px;
	background: #FFFFE0;
	padding: 5px 10px;
	text-align: center;
}
.bypostauthor .comment-author {
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
}
.bypostauthor .comment-metadata a,
.bypostauthor .comment-meta a.url {
	color: #fff;
}
.bypostauthor .comment-metadata a:hover,
.bypostauthor .comment-meta a.url:hover {
	color: #404040;
}


/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
#secondary {
	font-size: 13px;
}
#secondary .widget {
	margin: 0 0 48px;
}
#secondary .widget.widget_text {
	background: none;
	padding: 0;
}
#secondary .widget input[type="text"],
#secondary .widget input[type="email"],
#secondary .widget input[type="url"],
#secondary .widget input[type="password"],
#secondary .widget input[type="search"],
input[type="tel"],
input[type="number"] {
	border: none;
	border-radius: 3px;
}
.widget {
	margin: 0 0 3em;
}
.widget-title {
	color: #404040;
	margin-bottom: 16px;
}
.widget ul {
	margin: 0;
}
.widget ul ul {
	margin-top: 10px;
	padding-top: 10px;
}
.widget li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget li:before {
	color: #ddd;
	font-family: "FontAwesome";
	content: "\f0da";
	margin-right: 8px;
}
.widget li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget a:hover {
	color: #999;
}
.widget select {
	max-width: 100%;
}
/* by widget type */
.widget_archive li,
.widget_meta li {
	display: inline-block;
	width: 142px;
	margin-right: 10px
}
.widget_archive li:nth-child(even),
.widget_meta li:nth-child(even) {
	margin-right: 0;
}
.widget_search input {
	font-size: 14px;
}
.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	color: #999;
	font-size: 13px;
}
.landing-template .site-footer {
	text-align: center;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #f5f5f5;
	border: 2px solid #f1f1f1;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#primary .site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#primary .site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#primary .site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
Plugin Support
--------------------------------------------------------------*/

/* Easy Digital Downloads */
.store-info {
	margin: 2em 0 0;
	max-width: 700px;
}
.product-grid {
	margin-top: 2em;
}
.threecol.product {
	display: inline-block;
	width: 324px;
	margin: 0 29px 32px 0;
	vertical-align: top;
	background: #F5F5F5;
	padding: 16px;
	border-radius: 5px;
	box-shadow: 0 5px #F1F1F1;
}
.threecol.product:nth-child(3n+3) {
	margin-right: 0;
}
.product-info {
	font-size: 13px;
	line-height: 1.6em;
}
.product-img {
	margin-bottom: 1.5em;
}
.product-title {
	color: #404040;
}
.product-title h3 {
	font-size: 22px;
}
.view-details {
	color: #404040;
	font-size: 13px;
}
.view-details .fa {
	margin-left: 6px;
}
#secondary .widget_edd_cart_widget {
	background: #f5f5f5;
	padding: 32px;
	border-radius: 5px;
	box-shadow: 0 5px #f1f1f1;
}
#secondary .edd_download_purchase_form li:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 10px;
}
.edd_download_purchase_form li:before,
#secondary .widget_edd_cart_widget li:before {
	content: "";
	margin-right: 0;
}
#secondary .edd_download_purchase_form .edd_price_options {
	margin-bottom: 24px;
}
#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
	font-size: 16px;
	border: none;
	border-radius: 3px;
}
.edd-submit.button.white,
.edd-submit.button.white:hover {
	background: #f5f5f5;
	color: #404040;
	box-shadow: 0 3px #f1f1f1;
}
.edd-submit.button.gray,
.edd-submit.button.gray:hover {
	background: #ccc;
	color: #404040;
	box-shadow: 0 3px #aaa;
}
.edd-submit.button.blue,
.edd-submit.button.blue:hover {
	background: #2980B9;
	box-shadow: 0 3px #286D9B;
}
.edd-submit.button.red,
.edd-submit.button.red:hover {
	background: #E74C3C;
	box-shadow: 0 3px #C5483B;
}
.edd-submit.button.green,
.edd-submit.button.green:hover {
	background: #2ECC71;
	box-shadow: 0 3px #2FB467;
}
.edd-submit.button.yellow,
.edd-submit.button.yellow:hover {
	background: #F1C40F;
	box-shadow: 0 3px #DAB319;
}
.edd-submit.button.orange,
.edd-submit.button.orange:hover {
	background: #E67E22;
	box-shadow: 0 3px #C77023;
}
.edd-submit.button.dark-gray,
.edd-submit.button.dark-gray:hover {
	background: #404040;
	box-shadow: 0 3px #202020;
}
#secondary .product-info-wrapper .edd-cart-added-alert {
	color: #404040;
	font-size: 13px;
	margin-top: 3px;
}
#edd_checkout_cart_form {
	margin-bottom: 1.5em;
}
#edd_checkout_cart {
	margin-bottom: 0;
}
.edd-template #edd_checkout_cart input[type="number"].edd-item-quantity {
	display: inline-block;
	background: #f1f1f1;
	padding: 2px 6px;
}
.edd-checkout-template #edd_checkout_form_wrap,
.edd-history-template #content,
.edd-confirmation-template #content,
.edd-members-template #content,
.edd-failed-template #content,
.focus-template #content,
.landing-template #content {
	margin: 0 auto;
	max-width: 700px;
}
.store-404 {
	margin: 64px auto 0;
	max-width: 700px;
	min-height: 268px
}
#edd_user_history td,
#edd_user_history th {
	padding: 10px;
}
#edd_purchase_receipt,
#edd_user_history {
	margin-bottom: 2em;
}
.edd-confirmation-template .entry-content #edd_purchase_receipt thead th:first-child,
.edd-confirmation-template .entry-content #edd_purchase_receipt tbody td:first-child {
	padding: 15px 10px;
	border-width: 0 1px 0 0;
}
.edd-confirmation-template .entry-content #edd_purchase_receipt thead th:first-child,
.edd-confirmation-template .entry-content #edd_purchase_receipt tbody tr:not(:last-child) td:first-child {
	border-bottom-width: 1px;
}
.edd-confirmation-template .entry-content #edd_purchase_receipt thead th:last-child,
.edd-confirmation-template .entry-content #edd_purchase_receipt tbody td:last-child {
	padding: 15px 10px;
	border-width: 0 0 1px;
}
.edd-confirmation-template .entry-content #edd_purchase_receipt tbody tr:last-child td:last-child {
	border-bottom-width: 0;
}
#edd_purchase_receipt_products {
	margin-bottom: 3em;
}
#edd_purchase_receipt_products th {
	font-weight: bold;
	padding: 15px 10px;
}
.entry-content #edd_purchase_receipt_products tbody td {
	border-width: 0 0 1px;
}
#edd_purchase_receipt_products td {
	padding: 15px 10px;
}
#edd_profile_editor_form {
	padding: 16px;
}
#edd_profile_editor_form legend {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
#edd_profile_editor_form p > input:not([type="submit"]),
#edd_profile_editor_form p > select,
#edd_profile_editor_form p {
	margin-bottom: 1em;
}
.tax-download_category .product .continue-reading,
.tax-download_tag .product .continue-reading {
	display: none;
}
#edd_login_form {
	padding: 16px;
	margin-top: 32px;
}
#edd_login_form legend {
	margin-bottom: 1.5em;
}
#edd_login_form label {
	display: inline-block;
	width: 100px;
}
#edd_login_submit {
	min-width: 150px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_discount_code,
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_submit {
	background: none;
}
#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount,
.edd-confirmation-template #edd_purchase_receipt thead th:first-child,
.edd-confirmation-template #edd_purchase_receipt tbody td:first-child,
#edd_purchase_receipt_products th,
#edd_profile_editor_form,
#edd_checkout_form_wrap fieldset:not(#edd_purchase_submit),
#edd_login_form {
	background: #F5F5F5;
}
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap fieldset,
#edd_login_form,
#edd_purchase_receipt,
#edd_user_history,
#edd_purchase_receipt_products,
#edd_profile_editor_form,
#bbpress-forums fieldset.bbp-form,
#bbpress-forums div.wp-editor-container,#edd_checkout_cart_form,
.edd-confirmation-template #edd_purchase_receipt thead th:first-child,
.edd-confirmation-template #edd_purchase_receipt tbody td:first-child,
.edd-confirmation-template #edd_purchase_receipt thead th:last-child,
.edd-confirmation-template #edd_purchase_receipt tbody td:last-child,
#edd_purchase_receipt_products tbody td {
	border: 1px solid #f1f1f1;
}
#edd_purchase_receipt_products th {
	border-bottom: 1px solid #f1f1f1;
}
#edd_checkout_cart td,
#edd_checkout_cart th {
	border-color: #f1f1f1;
}
.edd_download_purchase_form .edd_download_quantity_wrapper {
	margin: 6px 0;
}
.edd_download_purchase_form .edd_multi_mode .edd_download_quantity_wrapper {
	padding-left: 16px;
}
.edd_multi_mode .edd_download_quantity_wrapper .edd_price_option_sep {
	display: none;
}
.edd_download_purchase_form .edd_multi_mode .edd_download_quantity_wrapper:before {
	color: #d8d8d8;
	font-family: "FontAwesome";
	content: "\f00d";
	margin: 0 5px 0 2px;
}
.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity {
	width: 60px;
	padding: 6px;
	font-size: 80%;
}

/* Recurring Payments */
.eddr-notice {
	text-align: left;
}
.widget .eddr-notice:only-of-type {
	margin-top: 10px;
}
.widget .eddr-notice:not(:only-of-type):first-of-type {
	margin-top: 10px;
}

/* Variable Pricing Descriptions */
.edd-variable-pricing-desc:not(:empty) {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 4px;
	margin: 10px 0;
}
.edd-variable-pricing-desc:empty {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1040px) {
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
	.threecol.product {
		width: 49%;
		margin: 0 1.2% 32px 0;
	}
	.threecol.product:nth-child(3n+3) {
		margin-right: 1.1%;
	}
	.threecol.product:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.site-header {
		text-align: center;
	}
	.header-menu {
		position: static;
	}
	.header-menu ul {
		text-align: center;
		margin-top: 16px;
	}
	.site-header .header-menu li {
		display: inline-block;
		float: none;
		padding: 0 10px;
	}
	.main-navigation {
		padding-left: 0;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		text-align: center;
	}
	.main-navigation ul,
	.edd_purchase_id,
	.comment-metadata {
		display: none;
	}
	.main-navigation ul ul {
		display: block;
		float: none;
		position: static;
		box-shadow: none;
	}
	.main-navigation li {
		float: none;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.header-area .main-navigation ul li:hover > ul {
		background: none;
	}
	#primary,
	#secondary {
		float: none;
		padding: 32px 0;
		width: 100%;
	}
	#secondary {
		padding: 0;
		border: none;
	}
	.widget {
		margin-bottom: 1.5em;
	}
}

@media screen and (max-width: 550px) {
	.entry-title,
	.store-title {
		font-size: 24px;
	}
	.comments-link {
		display: inline-block;
		float: none;
	}
	.threecol.product {
		width: 100%;
		margin: 0 0 32px 0;
	}
	.threecol.product:nth-child(3n+3) {
		margin-right: 0;
	}
}
