/*
Theme Name: Lattice
Theme URI: http://easydigitaldownloads.com/themes/lattice/
Author: Sunny Ratilal
Author URI: http://easydigitaldownloads.com/
Description: A beautifully clean and elegant e-commerce theme for Easy Digital Downloads.
Version: 1.1.5
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lattice
Domain Path: /languages/
Tags: white, orange, two-columns, one-column, right-sidebar, left-sidebar, custom-background, custom-header, theme-options, full-width-template, responsive-layout, custom-menu, translation-ready, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ------------------------------------------------------------------------------- *
 *
 * /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CONTENTS /\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\
 *
 * 1.  Reset
 * 2.  Global Styles
 * 3.  Page Layout & Structure
 * 4.  Header
 * 5.  Navigation
 * 6.  Front Page
 * 7.  Templates
 * 8.  Blog
 * 9.  Sidebar & Widgets
 * 10. Footer
 * 11. Easy Digital Downloads Styling
 * 12. Modals & Overlays
 * 13. Frontend Submissions (FES) Integration
 * 14. Media Queries
 * 15. Print
 * 16. Font Awesome
 * 17. Browser Specific Styling
 * 18. FES Styling
 * ------------------------------------------------------------------------------- */

/**
 * 1 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;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	*display: inline-block;
	height: 1%;
}

.clear { clear: both; }

body * {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

html, body {
	min-height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	max-width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.alignleft {
	float: left;
	margin: 8px 20px 8px 0;
}

.alignright {
	float: right;
	margin: 8px 0 8px 20px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 8px auto;
}

.alignnone {
	margin: 8px 0;
}

a:focus,
a:hover,
a:active {
	outline: none !important;
}

a img {
	border: 0;
}


/**
 * 2 Global Styles
 * -----------------------------------------------------------------------------
 */

body,
button,
input,
textarea {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262624;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: -2px;
	line-height: 1.4;
}

h2 {
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: -2px;
	line-height: 1.375;
	margin: 0 0 15px 0;
	margin: 0 0 1.5rem 0;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.11111;
	margin: 15px 0 16px 0;
	margin: 1.5rem 0 1.6rem 0;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.125;
}

h5 {
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

h6 {
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #e56363;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #e56363;
	color: #fff;
	text-shadow: none;
}

a {
	color: #e56363;
	text-decoration: none;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	-ms-transition: color .15s linear;
	transition: color .15s linear;
}

a:hover {
	color: #666;
}

p {
	margin: 0 0 25px 0;
}

ul, ol {
	margin: 0 0 15px 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	border-radius: 0;
	box-shadow: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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;
	padding: 2px;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	background: #fff;
	text-transform: uppercase;
	padding: 3px 8px;
	border: 1px solid #e56363;
	color: #e56363;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #e56363;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #e56363;
	color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ddd;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #e56363;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 5px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 5px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

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

/* Placeholder text color -- selectors need to be separate to work. */

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

:-moz-placeholder {
	color: #777;
}

::-moz-placeholder {
	color: #777;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #777;
}

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

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	visibility: visible;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .1s ease-in-out;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip-inner {
	max-width: 240px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

a.button {
	padding: 3px 5px;
	border: 1px solid #e56363;
	text-transform: uppercase;
}

a.button:hover {
	background: #e56363;
	color: #fff;
}

/* Responsve images */
.comment-content img,
.entry-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.comment-content img[height],
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds, objects and iframes fit their containers */
embed,
iframe,
object,
video {
	margin-bottom: 25px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Captions */
.wp-caption {
	margin-bottom: 20px;
	color: #666;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	padding-right: 10px;
	margin: 7px 0;
}

/**
 * 3 Page Layout & Structure
 * -----------------------------------------------------------------------------
 */

#container {
	width: 100%;
	margin: 0 auto;
}

.inside {
	width: 960px;
	margin: 0 auto;
}

/**
 * 4 Header
 * -----------------------------------------------------------------------------
 */

.header {
	padding: 50px 0;
	position: relative;
}

.header .inside {
	position: relative;
}

.header .top {
	position: absolute;
	top: -48px;
	right: 0;
	width: 300px;
	height: 36px;
	line-height: 36px;
	text-align: right;
}

.header .top .search-form {
	float: right;
}

.header .top .search-form .search-field {
	display: none;
}

.header .top .search-form button {
	border: 1px solid transparent;
	color: #333;
}

.header .top .search-form button:active,
.header .top .search-form button:focus {
	background: transparent;
	outline: none;
	color: #e56363;
}

.header .top .search-form button:hover,
.header .top .shopping-cart a:hover {
	color: #e56363;
	background: #fff;
}

.header .top .shopping-cart {
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

.header .top .shopping-cart a {
	color: #333;
}

.header .left {
	float: left;
	width: 250px;
}

.header .right {
	float: right;
	width: 710px;
}

.header .site-title {
	text-transform: uppercase;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: -2px;
}

.header .mobile-menu-toggle {
	background: #262626;
	color: #fff;
	padding: 5px;
	position: absolute;
	top: 15px;
	right: 10px;
	display: none;
	cursor: pointer;
}

/**
 * 5 Navigation
 * -----------------------------------------------------------------------------
 */

#primary  {
	float: right;
	margin-top: -6px;
}

#primary ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary ul li a {
	color: #262626;
	padding: 3px 11px 5px 11px;
	text-transform: uppercase;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
	transition: all .15s linear;
}

#primary ul li:last-child a {
	margin-right: 0;
}

#primary ul li:last-child .sub-menu {
	right: 0;
	left: auto;
}

#primary ul li a:hover,
#primary ul li.current_page_item a {
	background: #262626;
	color: #fff;
}

#primary ul li:hover .sub-menu,
#primary ul li:hover .children,
#primary ul li:hover .sub-menu li:hover .sub-menu,
#primary ul li:hover .children li:hover .sub-menu {
	display: block;
}

#primary ul li .sub-menu,
#primary ul li .children {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #262626;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
	margin: 0;
	z-index: 99999;
}

#primary ul > li:hover > a {
	color: #fff;
	background: #262626;
}

#primary ul li .sub-menu a,
#primary ul li .children a {
	color: #fff;
	display: block;
	min-width: 190px;
	margin-right: 0;
}

#primary ul li .sub-menu a:hover,
#primary ul li .children a:hover {
	background: #e56363;
}

#primary ul li .sub-menu .sub-menu,
#primary ul li .children .sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

 /**
 * 6 Front Page
 * -----------------------------------------------------------------------------
 */

.intro .inside {
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
	padding: 25px 0;
	margin-bottom: 50px;
}

.intro h1 {
	text-align: center;
	text-transform: uppercase;
}

.main {
	padding: 25px 0 0;
}

.main .downloads-container {
	background: #f9f9f9;
}

.main .downloads-container {
	padding: 50px 0 25px;
}

.main .downloads-container .inside {
	width: 960px;
	margin: 0 auto;
}

.main .downloads-container .inside .type-download {
	width: 280px;
	float: left;
	margin-right: 60px;
	margin-bottom: 37.5px;
	min-height: 320px;
}

.main .downloads-container .inside .type-download.download-clear {
	margin-right: 0;
}

.main .downloads-container .inside .type-download .download-image {
	position: relative;
	width: 280px;
	height: 210px;
}

.main .downloads-container .inside .type-download .download-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	transition: opacity .15s linear;
	display: inline-flex;
}

.main .downloads-container .inside .type-download .download-image .overlay-no-download-image {
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
}

.main .downloads-container .inside .type-download .download-image .overlay-inner {
	margin: auto;
}

.main .downloads-container .inside .type-download:hover .download-image .overlay {
	opacity: 1;
}

.main .downloads-container .inside .type-download .download-image .overlay form {
	display: block;
}

.main .downloads-container .inside .type-download .download-image .overlay .edd-add-to-cart,
.main .downloads-container .inside .type-download .download-image .overlay .edd-add-to-cart-trigger,
.main .downloads-container .inside .type-download .download-image .overlay a[rel="bookmark"],
.main .downloads-container .inside .type-download .download-image .overlay form .edd_go_to_checkout {
	display: block;
	text-transform: uppercase;
	padding: 6px 13px;
	color: #fff;
	text-align: center;
	height: auto;
	margin: 12px 0;
	border: 1px solid #fff;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
	transition: all .15s linear;
	cursor: pointer;
}

.main .downloads-container .inside .type-download .download-image .overlay-no-download-image .edd-add-to-cart,
.main .downloads-container .inside .type-download .download-image .overlay-no-download-image .edd-add-to-cart-trigger,
.main .downloads-container .inside .type-download .download-image .overlay-no-download-image a[rel="bookmark"],
.main .downloads-container .inside .type-download .download-image .overlay-no-download-image form .edd_go_to_checkout {
	border-color: #000;
	color: #000;
}

.main .downloads-container .inside .type-download .download-image .overlay .edd-add-to-cart-trigger + .edd_download_purchase_form {
	display: none;
}

.edd_download_quantity_wrapper input {
	margin-bottom: 25px;
	width: 50px;
}
.edd_price_options .edd_download_quantity_wrapper input {
	margin-bottom: 5px;
}
.main .downloads-container .inside .type-download .download-image .overlay form .edd_go_to_checkout {
	margin-left: 0;
}

.main .downloads-container .inside .type-download .download-image .overlay .edd-add-to-cart:hover,
.main .downloads-container .inside .type-download .download-image .overlay .edd-add-to-cart-trigger:hover,
.main .downloads-container .inside .type-download .download-image .overlay a[rel="bookmark"]:hover,
.main .downloads-container .inside .type-download .download-image .overlay form .edd_go_to_checkout:hover {
	background: #fff;
	color: #000;
}

.main .downloads-container .inside .type-download .download-image .overlay-no-download-image .edd-add-to-cart:hover,
.main .downloads-container .inside .type-download .download-image .overlay-no-download-image .edd-add-to-cart-trigger:hover,
.main .downloads-container .inside .type-download .download-image .overlay-no-download-image a[rel="bookmark"]:hover,
.main .downloads-container .inside .type-download .download-image .overlay-no-download-image form .edd_go_to_checkout:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.main .downloads-container .inside .type-download .download-image .overlay form .edd-add-to-cart span { display: block; }

.main .downloads-container .inside .type-download .download-image .overlay form .edd-add-to-cart .edd-loading i {
	color: #262626 !important;
}

.main .downloads-container .inside .type-download .download-image .overlay .edd-cart-ajax-alert {
	position: absolute;
	width: 250px;
	display: block;
	top: 155px;
}

.main .downloads-container .inside .type-download .download-image .overlay .edd-cart-ajax-alert .edd-cart-added-alert {
	color: #fff;
}

.main .downloads-container .inside .type-download .download-title {
	margin: 15px 0 0;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
}

.main .downloads-container .view-more-button-div {
	width: 960px;
	margin: 0 auto;
}

.main .downloads-container .view-more-button-div .view-more-button {
	display: block;
	margin-bottom: 0;
}

.main .downloads-container .view-more-button-div .view-more-button a {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	padding: 9px 0;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #e56363;
}

.main .downloads-container .view-more-button-div .view-more-button a:hover {
	background: #e56363;
	color: #fff;
}

/**
 * 7 Templates
 * -----------------------------------------------------------------------------
 */

/**
 * Global
 */
.main .container,
.inside {
	width: 960px;
	margin: 0 auto;
}

.main .content {
	width: 680px;
	float: left;
}

.main .sidebar {
	float: right;
	width: 250px;
}

.single-title-block .inside {
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
	padding: 25px 0;
	margin-bottom: 25px;
}

.single-title-block h1 {
	text-align: center;
	text-transform: uppercase;
}

.single-title-block .entry-date,
.single-title-block .term-description {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: -0.05em;
}

.table-fancy > tbody > tr:nth-child(odd) > td,
.table-fancy > tbody > tr:nth-child(odd) > th {
	background: transparent;
}

.table-fancy > thead > tr > th,
.table-fancy > tbody > tr > td,
.table-fancy > tfoot > tr > th {
	border-bottom: 2px solid #eee;
	padding: 9px 3px;
}

.table-fancy > tbody > tr:nth-child(even) > td,
.table-fancy > tbody > tr.selected-row > td,
.table-fancy > tbody > tr:nth-child(even) > th,
.table-fancy > tbody > tr.selected-row > th {
	background-color: #f9f9f9;
}

/**
 * Single Download
 */
.single-title-block .rating-info {
	text-transform: uppercase;
	text-align: center;
	color: #555;
}

.single-download .already-in-cart {
	margin-bottom: 0;
	font-weight: 600;
}

.single-download .edd_go_to_checkout,
.single-download .edd-add-to-cart {
	width: 100%;
	display: block;
	text-align: center;
	padding: 3px 8px;
	margin: 8px 0 15px;
	border: 1px solid #e56363;
	text-transform: uppercase;
	cursor: pointer;
	color: #e56363;
}

.single-download .edd_go_to_checkout:hover,
.single-download .edd-add-to-cart:hover {
	background: #e56363;
	color: #fff;
}

.single-download .download-price {
	display: block;
	text-align: center;
	padding: 3px 8px;
	border: 1px solid #333;
	width: 100%;
}

/**
 * Not found
 */
#post-0 .search-form input {
	width: 320px;
}

#post-0 .search-form button {
	margin-left: -4px;
}

/**
 * Reviews/Comments
 */
#comments {
	border-top: double #ddd;
	padding-top: 25px;
}

.comment-list,
.comment-list li,
.edd-reviews-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list li,
.edd-reviews-list li {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}

.comment-list li:last-child,
.edd-reviews-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


#respond,
.edd-reviews-form {
	background: #f9f9f9;
	padding: 30px;
	margin: 30px 0;
}

#respond h3,
.edd-reviews-form h3.edd-reviews-review-title {
	margin: 0 0 20px 0;
	padding: 0;
}

#commentform input[type="text"]
.edd-reviews-form input[type="text"],
#commentform input[type="email"],
.edd-reviews-form #commentform input[type="email"],
#commentform input[type="url"],
.edd-reviews-form #commentform input[type="url"],
#commentform textarea,
.edd-reviews-form textarea {
	padding: 0 4px;
	width: 55%;
	background: #fff;
	outline: none;
	border: 1px solid #ddd;
	-webkit-transition: all .18s ease-in-out;
	-moz-transition: all .18s ease-in-out;
	-o-transition: all .18s ease-in-out;
	-ms-transition: all .18s ease-in-out;
	transition: all .18s ease-in-out;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

#commentform label,
.edd-reviews-form label {
	float: left;
	width: 20%;
}

#commentform textarea,
.edd-reviews-form textarea {
	width: 100%;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus,
.edd-reviews-form input[type="text"]:focus,
.edd-reviews-form input[type="email"]:focus,
.edd-reviews-form input[type="url"]:focus,
.edd-reviews-form textarea:focus {
	border: 1px solid #e56363;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#commentform p.form-submit {
	margin-bottom: 0;
}

#commentform .form-allowed-tags code {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 5px 0;
	background: #fff;
	padding: 8px;
	border: 1px solid #ddd;
}

.comment-author {
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
}

.comment-author i {
	position: absolute;
	top: -8px;
	right: 18px;
	color: #16a085;
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-author:hover .tooltip {
	opacity: 1;
}

.comment-author .tooltip {
	position: absolute;
	top: -43px;
	right: -24px;
}

.comment-author img,
.edd-review-meta .edd-review-author img {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.edd-review-meta .edd-review-author img {
	width: 52px;
	float: left;
	margin-right: 15px;
}

.comment-author .fn {
	display: block;
	font-style: normal;
}

.comment-meta .comment-date,
.comment-meta .comment-edit-link {
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-right: 12px;
}

.comment-meta .comment-edit-link {
	float: right;
}

.review-title-text {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.11111;
	font-size: 2rem;
	float: left;
}

.rating-box {
	float: left;
	height: 22px;
	line-height: 22px;
	color: #e56363;
}

.rating-box i {
	margin-right: 3px;
}

.comment-text {
	margin-left: 100px;
}

#comments .alert {
	margin-left: 100px;
	padding: 2px 2px 2px 10px;
	border-left: 4px solid #7ad03a;
	margin-bottom: 45px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.comment-text p:last-child,
.edd-review-content p:last-child {
	margin-bottom: 0;
}

.edd_reviews_rating_box {
	background: none;
	width: auto;
	height: auto;
	display: block;
}

.edd_ratings {
	position: relative;
}

.edd_reviews_rating_box .edd_rating {
	width: auto;
	height: auto;
}

.comment_form_rating .edd_reviews_rating_box a:hover ~ a,
.comment_form_rating .edd_reviews_rating_box a:hover {
	background: none;
}

.comment_form_rating .edd_reviews_rating_box a i {
	margin-right: 3px;
}

.comment_form_rating .edd_reviews_rating_box a:hover ~ a i:before,
.comment_form_rating .edd_reviews_rating_box a:hover i:before,
.comment_form_rating .edd_reviews_rating_box a.active ~ a i:before,
.comment_form_rating .edd_reviews_rating_box a.active i:before {
	content: '\f005';
}

.edd_reviews_breakdown .edd-counter-front {
	background: #e56363;
}

.edd_reviews_breakdown .edd-counter-back {
	margin-top: 4px;
}

.edd-review-vote {
	background: #f9f9f9;
}

.edd-review-vote .edd-review-voting-feedback + p,
.edd-review-vote p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.edd-reviews-voting-buttons a {
	background: transparent;
	border: 1px solid #e56363;
	color: #e56363;
	text-transform: uppercase;
	margin-left: 0;
	margin-right: 6px;
}

.edd-reviews-voting-buttons a:hover {
	background: #e56363;
	color: #fff;
}

.edd-reviews-star-rating-container,
.edd-reviews-stars-filled,
.edd-reviews-stars-filled {
	color: #e56363;
}

/**
 * Purchase History
 */
#edd_user_history {
	width: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

/**
 * Purchase Confirmation
 */
.edd-success-page .content p:first-child {
	padding: 2px 2px 2px 10px;
	border-left: 4px solid #7ad03a;
	margin-bottom: 45px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

/**
 * Full Width
 */
.page-template-template-full-width-php .main .content {
	width: 100%;
}

/**
 * Checkout
 */
.edd_clearfix:after {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
	text-indent: -9999px;
	content: ".";
}

/* Cart Contents */
#edd_checkout_cart {
	text-align: left;
	width: 100%;
	border: none;
	margin: 0 0 21px;
}

#edd_checkout_cart th,#edd_checkout_cart td {
	text-align: left;
	border: 1px solid #eee;
	color: #666;
	padding: 9px 25px;
}

#edd_checkout_cart .edd_cart_header_row th {
	background: #fafafa;
	padding: 9px 25px;
}

#edd_checkout_cart .edd_cart_tax_row th,#edd_checkout_cart .edd_cart_discount_row th {
	background: none;
}

#edd_checkout_cart th {
	font-weight: 700;
}

#edd_checkout_cart td {
	line-height: 25px;
	vertical-align: middle;
	background: #fff;
}

#edd_checkout_cart th.edd_cart_actions,
#edd_checkout_cart td.edd_cart_actions,
#edd_checkout_cart th:last-child,
#edd_checkout_cart td:last-child,
#edd_checkout_cart th.edd_cart_total {
	text-align: right;
}

#edd_checkout_cart td img {
	float: left;
	background: none;
	border: none;
	margin: 0 8px 0 0;
	padding: none;
}

#edd_checkout_cart input.edd-item-quantity {
	width: 3em;
	max-height: 90%;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 4px;
	width: 45px;
}

#edd_checkout_cart input.edd-item-quantity:hover,
#edd_checkout_cart input.edd-item-quantity:focus,
#edd_checkout_cart input.edd-item-quantity:active {
	border: 1px solid #e56363;
	outline: none;
}

#edd_checkout_cart .edd_discount {
	display: inline-block;
	margin-left: 5px;
}

.edd_discount_remove {
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url('images/xit.gif') 0 0 no-repeat;
	position: relative;
	top: 0;
}

.edd_discount_remove:hover {
	background-position: -10px 0;
}

#edd_checkout_cart br {
	display: none;
}

#edd_checkout_cart a.edd-cart-saving-button,
#edd_checkout_cart input[type="submit"] {
	font-weight: 400;
	text-decoration: none;
	color: #e56363;
	text-transform: uppercase;
	padding: 2px 3px;
	border: 1px solid #e56363;
	line-height: 1.75;
}

#edd_checkout_cart input[type="submit"] {
	line-height: 1.2;
}

#edd_checkout_cart a.edd-cart-saving-button:hover,
#edd_checkout_cart input[name="edd_update_cart_submit"]:hover {
	color: #fff;
	background: #e56363;
}

/* Checkout Fields */
#edd_checkout_form_wrap legend {
	display:block;
	font-size: 120%;
	line-height: 1;
	font-weight: bold;
	width: 100%;
	margin: 0 0 21px 0;
	padding: 0;
}

#edd_checkout_form_wrap label {
	font-weight: bold;
	display: block;
	position: relative;
	line-height: 100%;
	font-size: 95%;
	margin: 0 0 5px;
}

#edd_checkout_form_wrap label:after {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
	height: 0;
	text-indent: -9999px;
	content: ".";
}

#edd_checkout_form_wrap span.edd-description {
	color: #666;
	font-size: 80%;
	display: block;
	margin: 0 0 5px;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
	display: block;
	width: 80%;
}

#edd_checkout_form_wrap input.edd-input:hover,
#edd_checkout_form_wrap input.edd-input:focus
#edd_checkout_form_wrap input.edd-input:active,
#edd_checkout_form_wrap textarea.edd-input:hover,
#edd_checkout_form_wrap textarea.edd-input:focus,
#edd_checkout_form_wrap textarea.edd-input:active {
	border: 1px solid #e56363;
}

#edd_checkout_form_wrap select.edd-select {
	display: block;
	width: 60%;
}

#edd_checkout_form_wrap select.edd-select.edd-select-small {
	display: inline;
	width: auto;
}

#edd_checkout_form_wrap input.edd-input.error,
#edd_checkout_form_wrap textarea.edd-input.error {
	border-color: #c4554e;
}

#edd_checkout_form_wrap #edd_terms_agreement label,
#edd_checkout_form_wrap #edd_tax_opt_in_fields label {
	display: inline-block;
	width: auto;
}

#edd_checkout_form_wrap p {
	margin: 0 0 21px;
}

#edd_checkout_form_wrap span.edd-required-indicator {
	color: #b94a48;
	display: inline;
}

#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"] {
	padding: 4px 6px;
}

#edd_checkout_form_wrap input[type="radio"] {
	border: none;
	margin-right: 5px;
}

#edd_checkout_form_wrap input[type="checkbox"] {
	float: left;
	margin: 0 8px 0 0;
}

#edd_checkout_form_wrap .edd-payment-icons {
	height: 32px;
	display: block;
	margin: 0 0 20px;
}

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
	max-height: 32px;
	width: auto;
	margin: 0 3px 0 0;
	float: left;
	background: none;
	padding: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
	display: inline-block;
	margin: 0 20px 0 0;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}

#edd_checkout_form_wrap fieldset {
	border: 1px solid #eee;
	padding: 1.387em;
	margin: 0 0 21px 0;
}

#edd_checkout_form_wrap legend {
	display: inline-block;
}

#edd_checkout_form_wrap #edd_purchase_submit,
#edd_checkout_form_wrap #edd_discount_code,
#edd_checkout_form_wrap #edd_register_account_fields {
	padding: 0;
	border: none;
}

#edd_checkout_form_wrap fieldset fieldset {
	margin: 0;
	border: none;
	padding: 0;
}

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 0.5em 1.387em;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
	text-align: center;
	text-transform: uppercase;
}

#edd_checkout_form_wrap #edd-discount-code-wrap {
	padding: 1.387em;
}

#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd-login-account-wrap {
	margin: -1.387em -1.387em 21px -1.387em;
	border-left: none;
	border-right: none;
	border-top: none;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
	margin-bottom: 21px;
}

#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
	margin-bottom: 21px;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
	padding-top: 11px;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password,
#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password {
	margin: 0;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields {
	border: 1px solid #ddd;
	background: #f9f9f9;
	position: relative;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
	border: none;
	padding: 0;
}

#edd_checkout_form_wrap fieldset p:last-child {
	margin-bottom: 0;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap {
	margin-top: 5px;
}

#edd_checkout_form_wrap #edd_purchase_final_total {
	margin: 21px 0;
}

#edd_checkout_form_wrap #edd_purchase_final_total p {
	margin: 0;
}

#edd_secure_site_wrapper {
	padding: 4px 4px 4px 0;
	font-weight: bold;
}

#edd_secure_site_wrapper span.padlock:before {
	font-family: 'padlock';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	line-height: 1em;
	margin-left: 0.2em;
	font-size: 12px;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	content: '🔒';
}

#edd_checkout_form_wrap input.edd-input.card-number.valid {
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

#edd_checkout_form_wrap span.exp-divider {
	display: inline;
}

#edd_checkout_form_wrap span.card-type {
	position: absolute;
	top: -2px;
	right: 0;
	width: 43px;
	height: 32px;
	background-size: 43px 32px !important;
}

#edd_checkout_form_wrap span.card-type.off {
	display: none;
}

#edd_checkout_form_wrap span.card-type.visa {
	background: url('images/icons/visa.gif') no-repeat
}

#edd_checkout_form_wrap span.card-type.mastercard {
	background: url('images/icons/mastercard.gif') no-repeat;
}

#edd_checkout_form_wrap span.card-type.discover {
	background: url('images/icons/discover.gif') no-repeat;
}

#edd_checkout_form_wrap span.card-type.amex {
	background: url('images/icons/americanexpress.gif') no-repeat;
}

#edd_checkout_form_wrap #edd-discount-loader,
#edd_checkeout_form_wrap .edd-cart-ajax {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#edd_checkout_form_wrap #edd-purchase-button {
	display: block;
	width: 100%;
}

#edd_checkout_wrap .edd_empty_cart {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 120px 0;
}

/**
 * Shortcodes
 */
.edd_downloads_list .edd_download {
	padding-right: 15px;
	padding-bottom: 15px;
}

.edd_downloads_list .edd_download .edd-add-to-cart {
	border: 1px solid #e56363;
	padding: 0 5px;
	text-transform: uppercase;
}

.edd_downloads_list .edd_download .edd-add-to-cart:hover {
	background: #e56363;
	color: #fff;
}

.edd_downloads_list.edd_download_columns_1 .edd_download {
	margin-right: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

 /**
 * 8 Blog
 * -----------------------------------------------------------------------------
 */
.blog .content,
.single-post .content,
.archive .content {
	width: 680px;
	float: left;
}

.blog .content .post h2.entry-title,
.archive .content .post h2.entry-title,
.search .content .post h2.entry-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.blog .content .post .entry-meta,
.archive .content .post .entry-meta,
.search .content .post .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.blog .content .post,
.archive .content .post,
.search .content .post {
	background: #fff;
	margin: 0 0 30px 0;
	border-top: 1px solid #eee;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.blog .content .post .entry-meta .entry-date,
.blog .content .post .entry-meta .comments-number,
.blog .content .post .entry-meta .category-links,
.blog .content .post .entry-meta .edit-link,
.archive .content .post .entry-meta .entry-date,
.archive .content .post .entry-meta .comments-number,
.archive .content .post .entry-meta .category-links,
.archive .content .post .entry-meta .edit-link,
.search .content .post .entry-meta .entry-date,
.search .content .post .entry-meta .comments-number,
.search .content .post .entry-meta .category-links,
.search .content .post .entry-meta .edit-link {
	text-transform: uppercase;
	font-weight: 300;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px 8px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
}

.blog .content .post .entry-meta .comments-number a,
.blog .content .post .entry-meta .category-links a,
.blog .content .post .entry-meta .edit-link a,
.archive .content .post .entry-meta .comments-number a,
.archive .content .post .entry-meta .category-links a,
.archive .content .post .entry-meta .edit-link a,
.search .content .post .entry-meta .comments-number a,
.search .content .post .entry-meta .category-links a,
.search .content .post .entry-meta .edit-link a {
	color: #333;
}

.blog .content .post .entry-meta .comments-number:hover a,
.blog .content .post .entry-meta .category-links a:hover,
.blog .content .post .entry-meta .edit-link:hover a,
.archive .content .post .entry-meta .comments-number:hover a,
.archive .content .post .entry-meta .category-links a:hover,
.archive .content .post .entry-meta .edit-link:hover a,
.search .content .post .entry-meta .comments-number:hover a,
.search .content .post .entry-meta .category-links a:hover,
.search .content .post .entry-meta .edit-link:hover a  {
	color: #666;
}

.blog .content .post .continue-reading a,
.archive .content .post .continue-reading a,
.search .content .post .continue-reading a {
	display: inline-block;
	background: #fff;
	padding: 3px 8px;
	text-transform: uppercase;
	border: 1px solid #e56363;
	font-size: 12px;
	font-size: 1.2rem;
}

.blog .content .post .continue-reading a:hover,
.archive .content .post .continue-reading a:hover,
.search .content .post .continue-reading a:hover {
	background: #e56363;
	color: #fff;
}

.blog #page-nav,
.archive #page-nav,
.search #page-nav {
	margin-bottom: 30px;
}

.blog #page-nav .paged,
.archive #page-nav .paged,
.search #page-nav .paged {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.blog #page-nav .paged li,
.archive #page-nav .paged li,
.search #page-nav .paged li {
	display: inline;
}

.blog #page-nav .paged li.previous,
.archive #page-nav .paged li.previous,
.search #page-nav .paged li.previous {
	float: left;
}

.blog #page-nav .paged li.next,
.archive #page-nav .paged li.next,
.search #page-nav .paged li.next {
	float: right;
}

.blog #page-nav .paged li a,
.archive #page-nav .paged li a,
.search #page-nav .paged li a {
	display: inline-block;
	float: left;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #e56363;
}

.blog #page-nav .paged li a:hover,
.archive #page-nav .paged li a:hover,
.search #page-nav .paged li a:hover {
	background: #e56363;
	color: #fff;
}

.blog #page-nav .paged li a i,
.archive #page-nav .paged li a i,
.search #page-nav .paged li a i {
	font-size: 12px;
	margin-right: 5px;
}

.blog #page-nav .paged li.next a i,
.archive #page-nav .paged li.next a i,
.search #page-nav .paged li.next a i {
	margin-left: 5px;
	margin-right: 0;
}

.single-post .categories {
	text-align: center;
	margin-bottom: 0;
}

.single-post .categories a {
	text-transform: uppercase;
	font-weight: 300;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px 8px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
	color: #333;
}

.single-post .categories a:hover {
	background: #333;
	color: #fff;
	border: 1px solid #333;
}

.single-post .categories a:last-child {
	margin-right: 0;
}

.single-post .post-navigation {
	margin-top: 20px;
}

.single-post .entry-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.single-post .post-navigation .nav-links a {
	width: 50%;
	display: inline-block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
}

.single-post .post-navigation .nav-links a[rel="next"] {
	border-left: 1px solid #ddd;
}

.single-post .post-navigation .nav-links a span {
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	color: #999;
	letter-spacing: -0.05em;
}

.paging-navigation {
	background: #fff;
	width: 100%;
	border-radius: 2px;
	border-top: 1px solid #eee;
	margin-bottom: 25px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.paging-navigation .next a,
.paging-navigation .previous a {
	padding: 20px;
	width: auto;
	display: block;
	white-space: nowrap;
}

.paging-navigation .previous a {
	text-align: right;
}

.paging-navigation .next,
.paging-navigation .previous {
	float: left;
	width: 50%;
}

.paging-navigation .previous {
	border-left: 1px solid #eee;
}

/**
 * 9 Sidebar & Widgets
 * -----------------------------------------------------------------------------
 */

.widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

h3.widget-title {
	margin: 0 0 15px 0;
	margin: 0 0 1.5rem 0;
}

.widget_edd_archives ul {
	list-style: none;
	margin: 0;
}

.widget_edd_downloads_calendar caption {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ddd;
}

.widget_edd_downloads_calendar #wp-calendar tbody td,
.widget_edd_downloads_calendar #wp-calendar thead th {
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.widget_edd_downloads_calendar #wp-calendar thead tr th:first-child,
.widget_edd_downloads_calendar #wp-calendar tbody tr td:first-child {
	border-left: 1px solid #ddd;
}

.widget_search label {
	display: inline-block;
	width: 210px;
}

.widget_search .search-field {
	width: 210px;
	float: left;
	line-height: 1.75;
	display: block;
	-webkit-transition: border .1s ease-in-out;
	-moz-transition: border .1s ease-in-out;
	-o-transition: border .1s ease-in-out;
	-ms-transition: border .1s ease-in-out;
	transition: border .1s ease-in-out;
}

.widget_search .search-field:focus,
.widget_search .search-field:active {
	border: 1px solid #e56363;
	outline: none;
}

.widget_search button {
	position: absolute;
}

.widget_edd_cart_widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_edd_cart_widget li.empty span {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 0;
}

.widget_edd_cart_widget .edd-cart-number-of-items {
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ddd;
}

.widget_edd_cart_widget ul.edd-cart li.edd-cart-item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.widget_edd_cart_widget ul.edd-cart li.edd_subtotal {
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 10px;
}

.widget_edd_cart_widget li.edd_checkout a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 3px 8px;
	margin: 15px 0 15px;
	border: 1px solid #e56363;
	text-transform: uppercase;
}

.widget_edd_cart_widget li.edd_checkout a:hover {
	background: #e56363;
	color: #fff;
}

.widget_edd_featured_download ul,
.widget_edd_most_commented ul,
.widget_edd_most_recent ul,
.widget_edd_top_sellers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_edd_featured_download ul li img,
.widget_edd_most_commented ul li img,
.widget_edd_most_recent ul li img,
.widget_edd_top_sellers ul li img {
	max-width: 50px;
	max-height: 50px;
	float: left;
	margin-right: 6px;
}

.widget_edd_featured_download ul li .widget-download-title,
.widget_edd_most_commented ul li .widget-download-title,
.widget_edd_most_recent ul li .widget-download-title,
.widget_edd_top_sellers ul li .widget-download-title {
	display: block;
	position: relative;
	top: -4px;
}

.widget_edd_featured_download ul li .widget-download-price,
.widget_edd_most_commented ul li .widget-download-price,
.widget_edd_most_recent ul li .widget-download-price,
.widget_edd_top_sellers ul li .widget-download-price {
	float: none;
	display: block;
	position: relative;
	top: -6px;
}

.widget_edd_featured_download ul li,
.widget_edd_most_commented ul li,
.widget_edd_most_recent ul li,
.widget_edd_top_sellers ul li {
	*display: inline-block;
	height: 1%;
	padding-top: 10px;
	padding-top: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 15px;
	border-bottom: double #ddd;
}

.widget_edd_featured_download ul li:last-child,
.widget_edd_most_commented ul li:last-child,
.widget_edd_most_recent ul li:last-child,
.widget_edd_top_sellers ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_edd_featured_download ul li:after,
.widget_edd_most_commented ul li:after,
.widget_edd_most_recent ul li:after,
.widget_edd_top_sellers ul li:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.widget_edd_product_details h3.widget-title + h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 10px 0;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #ddd;
}

.widget_edd_product_details .edd-add-to-cart {
	border: 1px solid #e56363;
	padding: 0 5px;
	text-transform: uppercase;
}

.widget_edd_product_details .edd-add-to-cart:hover {
	background: #e56363;
	color: #fff;
}

.widget_edd_categories_tags_widget ul {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
}

/**
 * 10 Footer
 * -----------------------------------------------------------------------------
 */

 #footer {
	background: #262626;
	color: #fff;
	padding: 40px 0;
 }

 #footer p {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
 }

#footer .social-profiles {
	margin: 10px auto 20px;
	margin: 1rem auto 2rem;
	text-align: center;
}

 #footer .social-profiles a {
 	display: inline-block;
 	color: #fff;
 	margin-right: 10px;
 	border: 1px solid #fff;
 	padding: 1px 8px;
}

#footer .social-profiles a.facebook {
	padding: 1px 11px;
}

#footer .social-profiles a:hover {
 	background: #fff;
 	color: #333;
}

/**
 * 11 Easy Digital Downloads Styling
 * -----------------------------------------------------------------------------
 */

[class*="edd-icon-"],
[class*=" edd-icon-"] {
	font-family: 'EDD-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	width: auto;
	height: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class*="edd-icon-"]:before,
[class*=" edd-icon-"]:before {
	text-decoration:inherit;
	display:inline-block;
	cursor:default;
	speak:none;
}

.edd-icon-spinner:before {
  content: "\71";
}

.edd_purchase_submit_wrapper {
	position: relative;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart {
	text-decoration: none;
	display: none;
	position: relative;
	overflow: hidden;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
	display: inline-block;
}

.edd_purchase_submit_wrapper .edd-cart-ajax {
	display: none;
	position: relative;
	left: -35px;
}

.edd-submit.button.edd-ajax-loading {
	padding-right: 30px;
}

.edd-add-to-cart .edd-add-to-cart-label {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

a.edd-add-to-cart .edd-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: #fff;
}

a.edd-add-to-cart .edd-add-to-cart-label,
a.edd-add-to-cart .edd-loading {
	-webkit-transition: .1s opacity;
	-moz-transition: .1s opacity;
	-ms-transition: .1s opacity;
	-o-transition: .1s opacity;
	transition: .1s opacity
}

.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.edd-add-to-cart[data-edd-loading] .edd-loading {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.edd-cart-added-alert {
	color: #567622;
	display: block;
	text-transform: uppercase;
	text-align: center;
}

.edd_price_options ul {
	margin: 0;
	list-style: none;
}

.edd_price_options ul label {
	display: block;
	position: relative;
}

.edd_download_purchase_form .edd_price_options li {
	display: block;
	margin: 0;
	padding: 0;
}

.edd_download_purchase_form .edd_price_options span {
	display: inline;
	margin: 0;
	padding: 0;
}

html.js .edd_download_purchase_form label span.bullet {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 20px;
	line-height: 1;
}

html.js .edd_download_purchase_form label {
	margin-bottom: 8px;
	cursor: pointer;
}

html.js .edd_download_purchase_form label:hover span.bullet .fa-dot-circle-o,
html.js .edd_download_purchase_form label.selected span.bullet {
	color: #e56363;
}

html.js .edd_download_purchase_form input[type="radio"] {
	float: left;
	outline: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	zoom: 1;
	width: auto;
	cursor: pointer;
	vertical-align: middle;
	width: 22px;
	height: 24px;
}

html.js .edd_download_purchase_form label .edd_price_option_name {
	margin-left: 5px;
}

.edd_errors {
	border: 1px solid #e6db55;
	margin: 0 0 20px 0;
	background: #ffffe0;
	color: #333;
}

.edd_error {
	padding: 10px;
}

p.edd_error {
	margin: 0;
}

.edd_success {
	border: 1px solid #b3ce89;
	margin: 20px 0;
	background: #d5eab3;
	color: #567622;
	padding: 6px 8px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.download-pagination {
	width: auto;
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.download-pagination .current,
.download-pagination .page-numbers {
	background: #fff;
	padding: 1px 8px;
	border: 1px solid #e56363;
	margin-right: 5px;
	float: left;
	display: block;
}

.download-pagination .page-numbers:hover {
	background: #e56363;
	color: #fff;
}

.download-pagination .current,
.download-pagination .current:hover {
	background: #fff;
	color: #333;
	border: 1px solid #333;
}

form a.edd_go_to_checkout {
	display: inline-block;
}

/**
 * 12 Modals & Overlays
 * -----------------------------------------------------------------------------
 */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 9998;
}

#modal {
	display: none;
	position: absolute;
	background: #fff;
	border: 2px solid #333;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 9999;
}

#modal #content {
	padding: 20px;
}

#modal-close {
	position: absolute;
	font-size: 22px;
	font-size: 2.2rem;
	display: block;
	top: -32px;
	right: -20px;
	color: #fff;
}

#shopping-cart-modal {
	display: none;
}

#modal #content {
	min-width: 230px;
}

#modal .cart_item.empty {
	text-transform: uppercase;
	list-style: none;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	display: block;
}

#modal #content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#modal #content li.edd-cart-item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#modal #content li.edd_subtotal {
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 10px;
}

#modal #content li.edd_checkout a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 3px 8px;
	margin: 15px 0 15px;
	border: 1px solid #e56363;
	text-transform: uppercase;
}

#modal #content li.edd_checkout a:hover {
	background: #e56363;
	color: #fff;
}

/**
 * 13 Frontend Submissions (FES) Integration
 * -----------------------------------------------------------------------------
 */

#fes-wraper nav {
	border-bottom: 3px solid #e56363;
}

#fes-wraper .nav ul li.active,
#fes-wraper nav ul li.active {
	background: #e56363;
}

#fes-wraper .nav ul li:hover,
#fes-wraper nav ul li:hover {
	background: #e56363;
}

div.fes-form fieldset .fes-fields input[type=text],
div.fes-form fieldset .fes-fields input[type=password],
div.fes-form fieldset .fes-fields input[type=email],
div.fes-form fieldset .fes-fields input[type=url],
div.fes-form fieldset .fes-fields input[type=number],
div.fes-form fieldset .fes-fields textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
}

div.fes-form fieldset .fes-fields input[type=text]:hover,
div.fes-form fieldset .fes-fields input[type=password]:hover,
div.fes-form fieldset .fes-fields input[type=email]:hover,
div.fes-form fieldset .fes-fields input[type=url]:hover,
div.fes-form fieldset .fes-fields input[type=number]:hover,
div.fes-form fieldset .fes-fields textarea:hover,
div.fes-form fieldset .fes-fields input[type=text]:focus,
div.fes-form fieldset .fes-fields input[type=password]:focus,
div.fes-form fieldset .fes-fields input[type=email]:focus,
div.fes-form fieldset .fes-fields input[type=url]:focus,
div.fes-form fieldset .fes-fields input[type=number]:focus,
div.fes-form fieldset .fes-fields textarea:focus {
	border: 1px solid #e56363;
}

div.fes-form .fes-submit input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
	background: #fff;
	text-transform: uppercase;
	padding: 3px 8px;
	border: 1px solid #e56363;
	color: #e56363;
	text-decoration: none;
	display: inline-block;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	height: auto;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

div.fes-form .fes-submit input[type=submit]:hover {
	background: #e56363;
	color: #fff;
}

.fes-vendor-menu {
	margin-bottom: 20px;
	display: block;
	clear: both;
	height: 1%;
	background: #f9f9f9;
	padding: 30px;
}

.fes-vendor-menu:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.fes-vendor-menu > ul {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	border-right: 0;
	border-bottom: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	outline: none;
}

.fes-vendor-menu > ul > li {
	float: left;
	width:  50%;
	text-align: center;
}

.fes-vendor-menu > ul > li > a {
	letter-spacing: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.fes-vendor-menu i {
	display: inline-block;
	position: relative;
	top: 2px;
}

#fes-vendor-announcements {
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-left: 4px solid #e56363;
}

#fes-vendor-store-link {
	text-align: center;
	margin: 20px 0;
	padding: 10px 0;
	border-top: double #ddd;
	border-bottom: double #ddd;
}

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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 320px) {
	.inside {
		width: 100%;
		margin: 0;
	}

	.header .top {
		left: -10px;
		right: auto;
		width: 100%;
	}

	.admin-bar .header .top {
		left: -30px;
	}

	.header .left {
		float: none;
		width: 100%;
		padding: 0 10px
	}

	.header .site-title {
		text-align: left;
		display: block;
	}

	.header .right {
		float: none;
		width: 100%;
	}

	.header .mobile-menu-toggle {
		display: block;
	}

	#primary {
		float: none;
		margin: 0;
		background: #262626;
		margin-top: 30px;
		display: none;
	}

	#primary ul {
		margin: 0;
		padding: 10px 0;
	}

	#primary ul li {
		float: none;
	}

	#primary ul li a {
		display: block;
		background: #262626;
		color: #fff;
	}

	#primary ul li a:hover,
	#primary ul li.current_page_item,
	#primary ul li.current_page_item a {
		background: #e56363;
	}

	#primary ul li .sub-menu,
	#primary ul li .children,
	#primary ul li .sub-menu .sub-menu,
	#primary ul li .children .sub-menu {
		width: 100%;
		position: relative;
		display: block;
	}

	#primary ul li .sub-menu .sub-menu,
	#primary ul li .children .sub-menu {
		left: 10px;
	}

	#primary ul li .sub-menu a,
	#primary ul li .children a,
	#primary ul li .sub-menu .sub-menu a,
	#primary ul li .children .sub-menu a {
		padding-left: 25px;
		width: 100%;
		display: block;
	}

	.intro .inside {
		margin-bottom: 20px;
	}

	.main .downloads-container {
		padding: 25px 0;
	}

	.main .downloads-container .inside,
	.main .downloads-container .view-more-button-div {
		width: 100%;
		margin: 0;
	}

	.main .downloads-container .inside .type-download {
		float: none;
		margin: 0 auto;
	}

	.main .downloads-container .inside .type-download.download-clear {
		margin: 0 auto;
	}

	.main .downloads-container .view-more-button-div .view-more-button a {
		margin: 0 20px;
	}

	.main .container,
	.inside {
		width: 100%;
		margin: 0;
	}

	.main .content {
		float: none;
		width: 100%;
		padding: 0 20px;
	}

	.main .sidebar {
		float: none;
		width: 100%;
		padding: 20px;
		border-top: 2px solid #ddd;
	}

	.widget_search .search-field {
		width: 85%;
	}

	.blog .content .post .entry-meta .entry-date,
	.blog .content .post .entry-meta .comments-number,
	.blog .content .post .entry-meta .category-links,
	.blog .content .post .entry-meta .edit-link,
	.archive .content .post .entry-meta .entry-date,
	.archive .content .post .entry-meta .comments-number,
	.archive .content .post .entry-meta .category-links,
	.archive .content .post .entry-meta .edit-link {
		display: inline-block;
		margin-bottom: 7px;
	}
}

@media screen and (min-width: 601px) {
	.main .content {
		width: 60%;
		float: left;
	}

	.main .sidebar {
		width: 36%;
		margin: 0 2%;
		float: right;
		padding: 0;
		border-top: 0;
	}

	.main .content:after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0;
		height: 0;
	}

	.main .downloads-container {
		width: 100%;
		margin: 0 auto;
	}

	.main .downloads-container .inside .type-download,
	.main .downloads-container .inside .type-download.download-clear {
		float: left;
		margin: 0 2%;
	}

	.edd_downloads_list.edd_download_columns_3 .edd_download {
		width: 31% !important;
		float: left !important;
		margin-right: 2%;
	}
}

@media screen and (min-width: 681px) {
	.main .downloads-container .inside .type-download {
		width: 38%;
	}

	.main .downloads-container .inside .type-download,
	.main .downloads-container .inside .type-download.download-clear {
		float: left;
		margin: 0 4%;
	}

	.downloads .edd-download {
		margin-bottom: 25px;
	}

	.downloads.col-2 .edd-download {
		float: left;
		width: 50%;
	}

	.downloads.col-2 .edd-download.col-end {
		width: 48%;
		margin-left: 2%;
	}

	.downloads.col-3 .edd-download {
		float: left;
		width: 31%;
		margin-right: 2%;
	}

	.downloads .edd-download {
		height: 1%;
		*display: inline-block;
	}
}

@media screen and (min-width: 780px) {
	.header .left {
		float: left;
		width: 195px;
		padding: 0;
	}

	.header .site-title {
		text-align: left;
		display: inline-block;
	}

	.header .right {
		float: right;
		width: 600px;
	}

	.header .mobile-menu-toggle {
		display: none;
	}

	#primary {
		float: right;
		margin: 0;
		background: transparent;
		display: block;
	}

	#primary ul {
		margin: 0;
		padding: 0;
	}

	#primary ul li {
		float: left;
	}

	#primary ul li a {
		display: inline-block;
		background: transparent;
		color: #262626;
	}

	#primary ul li.current_page_item {
		background: none;
	}

	#primary ul li a:hover,
	#primary ul li.current_page_item a {
		background: #262626;
	}

	#primary ul li .sub-menu,
	#primary ul li .children,
	#primary ul li .sub-menu .sub-menu,
	#primary ul li .children .sub-menu {
		width: auto;
		position: absolute;
		display: none;
	}

	#primary ul li .sub-menu .sub-menu,
	#primary ul li .children .sub-menu {
		left: 100%;
	}

	#primary ul li .sub-menu a,
	#primary ul li .children a {
		padding-left: 10px;
		width: auto;
		display: block;
	}

	.main .downloads-container .inside .type-download,
	.main .downloads-container .inside .type-download.download-clear {
		float: left;
		margin: 0 6%;
	}

	.main .downloads-container .view-more-button-div .view-more-button a {
		background: transparent;
		color: #e56363;
	}

	.main .downloads-container .view-more-button-div .view-more-button a:hover {
		color: #fff;
		background: #e56363;
		border: 1px solid #e56363;
	}
}

@media screen and (min-width: 960px) {
	#container {
		width: 100%;
		margin: 0 auto;
	}

	.main .container,
	.inside {
		width: 960px;
		margin: 0 auto;
	}

	.main .downloads-container .inside,
	.main .downloads-container .view-more-button-div {
		width: 960px;
		margin: 0 auto;
	}

	.main .downloads-container .inside .type-download {
		width: 280px;
		float: left;
		margin: 0 60px 37.5px 0;
		min-height: 320px;
	}

	.main .downloads-container .inside .type-download.download-clear {
		margin-right: 0;
		margin-left: 0;
	}

	.admin-bar .header .top {
		right: 0;
		left: auto;
	}

	.main .downloads-container .view-more-button-div .view-more-button a {
		margin: 0;
	}

	.main .content {
		width: 680px;
		float: left;
		padding: 0;
	}

	.main .sidebar {
		float: right;
		width: 250px;
		padding: 0;
		border-top: 0;
		margin: 0;
	}

	.widget_search .search-field {
		width: 210px;
	}

	.edd_downloads_list .edd_download {
		padding-right: 15px;
		padding-bottom: 15px;
		float: left;
	}
}

/*---------------------------------------------------
 * 15. Print
 * ------------------------------------------------*/
@media print {
	body {
		background: none;
		color: #222;
		font-size: 12pt;
	}
}

/*---------------------------------------------------
 * 16. Font Awesome
 * ------------------------------------------------*/

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-search:before {
	content: "\f002";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-google-plus:before {
	content: "\f0d5";
}

/*---------------------------------------------------
 * 17. Browser Specific Styling
 * ------------------------------------------------*/

@-moz-document url-prefix() {
	.widget_search .search-field {
		padding: 7px 3px;
	}
}

/*---------------------------------------------------
 * 18. FES Styling
 * ------------------------------------------------*/