/**
 * Theme Name: Function
 * Theme URI: http://wefunction.com
 * Author: Spencer Finnell & Liam McKay
 * Author URI: http://wefunction.com
 * Description: Design & Development Blog, Resources, and more.
 * Version: 1.1
 * License: GNU General Public License
 * License URI: license.txt
 * Tags: gray, white, light, two-columns, fixed-width, custom-menu, editor-style, theme-options
 */

 /**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

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

	 -webkit-font-smoothing: antialiased;
}

::selection {
	background: #fee8c8;
	color: #b15546;
}

::-moz-selection {
	background: #fee8c8;
	color: #b15546;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

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

html,
body {
	height: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Lato", Helvetica, sans-serif;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;

	font: normal 14px/22px 'Glegoo', Georgia, "Times New Roman", Times, serif;
	color: #303030;
	margin: 0;
	padding: 0;
	background: #ececeb;
}

a {
	color: #ce582f;
	text-decoration: none;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 34px;
	margin: 33px 0;
}

h2 {
	font-size: 28px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
	font-weight: 100;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 1em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

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

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.site-content:after,
.entry-meta:after,
.site-pagination:after,
#searchform div:after,
.single-inner:after,
.site-links:after,
.single-inner:after,
.single-title:after,
.share-modal-section:after {
	clear: both;
}

.clear:before,
.clear:after,
.site-content:before,
.site-content:after,
.entry-meta:before,
.entry-meta:after,
.site-pagination:before,
.site-pagination:after,
#searchform div:before,
#searchform div:after,
.single-inner:before,
.single-inner:after,
.site-links:before,
.site-links:after,
.single-inner:before,
.single-inner:after,
.single-title:before,
.single-title:after,
.share-modal-section:before,
.share-modal-section:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus,
.assistive-text:hover,
.assistive-text:active,
.assistive-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;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {

}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {

}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.wp-caption {
	max-width: 100%;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-content img, a:hover {
	opacity: 0.9;
}

.widget img {
max-width: 100%;
}

.entry-content img{
	margin-bottom: 6px;
	margin-top: 3px;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

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

img.size-full {
	padding-bottom: 8px;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.wp-caption-text {
	margin: 12px 0;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/** Buttons */
.button,
input[type="submit"] {
	font: 14px/normal 'Glegoo', serif;
	line-height: 25px;
	color: #505050;
	text-decoration: none !important;
	text-align: center;
	padding: 4px 18px;
	background: #fff;
	border: 1px solid #d3d3d3;
	display: inline-block;
	border-radius: 3px;
	box-shadow: #e6e6e6 0 1px 3px;
}

.button:hover,
input[type="submit"]:hover {
	color: #ce582f;
	text-decoration: none;
	border: 1px solid #e4957a;
	box-shadow: #f4f4f4 0 1px 3px;
}

.button.orange,
.button.yellow {
	color: #CA4517;
	border: 1px solid #da8162;
}

.button.orange:hover,
.button.yellow:hover {
	color: #da8162;
	border-color: #da8162;
}

.button.large,
.button.edd-submit {
	padding: 5px 15px;
}

.button.full {
	display: block;
	width: 100%;
}

/** Sexy */
.button.sexy {
	width: 180px;
	padding: 3px 13px 4px;
}

.button.sexy .count,
.button.sexy .icon {
	float: left;
}

.button.sexy .network {
	float: right;
}

.button.sexy.twitter {
	color: #0191ba;
	border: 1px solid #a6ccd7;
	box-shadow: #c6e5e9 0 1px 3px;
	background-color: #e9f4f8;
	background-image: -webkit-linear-gradient(top, #fff, #e9f4f8);
	background-image: -moz-linear-gradient(top, #fff, #e9f4f8);
	background-image: linear-gradient(to bottom, #fff, #e9f4f8);
}

.button.sexy.facebook {
	color: #2d6bb0;
	border: 1px solid #90b5d9;
	box-shadow: #c6e5e9 0 1px 3px;
	background-image: -webkit-linear-gradient(top, #fff, #e3eaf5);
	background-image: -moz-linear-gradient(top, #fff, #e3eaf5);
	background-image: linear-gradient(to bottom, #fff, #e3eaf5);
}

.button.sexy.link {
	color: #626262;
	border: 1px solid #d7d7d7;
	box-shadow: #e6e6e6 0 1px 3px;
	background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
	background-image: linear-gradient(to bottom, #fff, #f5f5f5);
}

/** Forms */
form p {
	margin-bottom: 14px;
}

form p:last-child {
	margin-bottom: 0;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
textarea,
select {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
    font-weight: 300;
	width: 100%;
	height: auto;
	padding: 13px 15px;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	box-shadow: #e6e6e6 0 1px 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	outline: 0;
	border-color: lighten(@grayLight, 10%);
}

textarea {

}

input[type="submit"] {

}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	padding: 0 0 1px;
}

.container {
	margin: 0 auto;
	width: 980px;
}

.site-content,
.content-wrapper {
	position: relative;
}

#content {
	margin-top: 34px;
	padding: 8px 8px 10px;
	position: relative;
	width: 996px;
}

#content:before {
	width: 100%;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/noise.png);

	-webkit-mask-box-image: url(images/vignette-mask.png) 12 stretch;
	-moz-mask-box-image:    url(images/vignette-mask.png) 12 stretch;
	mask-box-image:         url(images/vignette-mask.png) 12 stretch;
}

#wrapper {
	position: relative;
	z-index: 4;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .20) 0 1px 3px;
}

/**
 * 3.1 - Site Content
 */
.simple-sidebar {
	width: 112px;
	float: left;
}

.main-content {
	width: 812px;
	float: right;
}

.single-inner .single-content {
	float: left;
	width: 672px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.post-template-single-fullwidth-php .single-inner .single-content {
	float: none;
	width: auto;
}

.single-inner .single-features {
	float: right;
	width: 225px;
	margin: 40px 60px 40px 0;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 - Masthead
 */
.site-masthead {
 	width: 100%;
 	height: 58px;
	background: url(images/access.gif) repeat-x top center;
	position: relative;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, .7) 0 1px 3px;
}

.site-branding {
	padding: 17px 0;
	float: left;
}

.site-title,
.site-description {
	margin: 0;
	padding: 0;
	float: left;
}

.site-title {
	margin-left: 25px;
	height: 23px;
}

.site-title a {
	display: block;
}

.site-title img {
	vertical-align: top;
}

.site-description {
	font: normal 14px/22px 'Helvetica Neue', sans-serif;
	color: #aaa;
	text-shadow: black 0 -1px 0;
	margin: 2px 0 0 23px;
	clear: none;
}

/**
 * 4.2 - Navigation
 */
#access {
	float: right;
}

#primary-menu {
	float: right;
}

#primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-menu li {
	float: left;
}

#primary-menu li.current-menu-item a {
	color: #fff;
	text-shadow: #000 0 1px 0;
	text-decoration: underline;
}

#primary-menu li a {
	font: bold 14px/34px 'Helvetica Neue', sans-serif;
	color: #d8d8d8;
	text-shadow: #000 0 -1px 0;
	padding: 12px 20px;
	border-left: 1px dashed #484846;
	display: block;
	text-decoration: none;
}

#primary-menu li a:hover {
	color: #fff;
	text-shadow: #000 0 1px 0;
	background: rgba(0, 0, 0, .20);
}

.sticky-nav {
	width: 100%;
	height: 90px;
	background: url(images/social-bar.png) repeat-x top center;
	position: absolute;
	top: 58px;
	z-index: 5;
}

.sticky-nav.affix {
	position: fixed;
	top: 0;
}

.share-page-social {
	margin: 0 22px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.share-page-social a:hover {
	color: #000;
}

.share-page-social li {
	font-size: 18px;
	margin-top: -1px;
}

.share-page-item {
	margin-left: 17px;
	padding: 12px 0;
	float: left;
}

.share-page-item a {
	-o-transition:0;
	-ms-transition:0;
	-moz-transition:0;
	-webkit-transition:0;
	transition:0;
	color: #9b9b9b;
}

.share-page-item a:hover {
	color: #575757;
}

.share-page {
	padding: 11px 0 9px 20px;
	border-left: 1px solid #d9d9d8;
	float: right;
}

.share-page a {
	color: #ce582f;
}

.share-page a:hover {
	text-decoration: none;
}

.share-page i {
	font-size: 15px;
	margin-left: -2px;
}

.admin-bar .sticky-nav {
	top: 90px;
}

.admin-bar .sticky-nav.affix {
	top: 32px;
}

.motd,
.share-page-item-follow {
	font: 13px/47px 'Helvetica Neue', sans-serif;
	color: #555;
	margin-left: 25px;
	margin-top: -1px;
	float: left;
}

.motd strong,
.share-page-item-follow {
	font-family: 'Glegoo', serif;
	font-weight: normal;
}

.share-page-item-follow {
	font-size: 13px !important;
	padding: 0 !important;
}

/**
 * 5.0 Page Content
 * ----------------------------------------------------------------------------
 */

/**
 * 5.1 - General
 */
.page-title {
	font: normal 40px/normal 'Montserrat', serif;
	color: #da8162;
	text-align: center;
	margin: 0 0 40px;
	padding: 24px 0 20px 0;
	border-bottom: 3px solid rgba(0, 0, 0, .05);
	position: relative;
	z-index: 10;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.page-title:after {
	width: 100%;
	height: 1px;
	content: " ";
	border-bottom: 1px dashed #cfcfcf;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.page-title a {
	color: #da8162;
}

.page-title a:hover {
	color: #D3714F;
	text-decoration: none;
}

.section-title {

}

.section-name {
	font: 28px/31px 'Glegoo', serif;
	margin: 0 0 20px;
}

.section-meta {
	margin-top: 6px;
}

.section-meta li {
	float: left;
}

.section-meta li a {
	color: #61605f;
	margin-left: 15px;
}

#hero-carousel {
	margin-top: 2px;
	margin-bottom: 40px;
	background: lighten(#cfcfcf, 10%);
	border-bottom: 1px solid #e5e5e5;
	height: 480px;
}

#hero-caoursel.bottomless {
	margin-bottom: 0;
}

.carousel {
	position: relative;
	line-height: 1;
}

.carousel-inner {
	overflow: hidden;
	position: relative;
}

.carousel-inner > .item {
	display: none;
	position: relative;
}

.carousel-inner .item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, .08);
	z-index: 10;
}

.carousel-inner > .item > img {
	display: block;
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev { display: block; }

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	font: bold 40px/108px 'Patua One', serif;
	color: #fff;
	text-align: center;
	width: 48px;
	height: 116px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -58px;
	background: rgba(0, 0, 0, .15);
	border-radius-top-right: 10px;
	border-radius-bottom-right: 10px;
	z-index: 100;
}

.carousel-control i {
	line-height: 116px;
}

.carousel-control.left i {
	margin-left: -4px;
}

.carousel-control.right {
	left: auto;
	right: 0;
	border-radius-top-right: 0;
	border-radius-bottom-right: 0;
	border-radius-top-left: 10px;
	border-radius-bottom-left: 10px;
}

.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, .35);
}

.featured-title {
	color: #fff;
	font-family: "Montserrat";
	letter-spacing: -0.015em;
	font-size: 20px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40);
	position: absolute;
	bottom: 26px;
	left: 30px;

	/**
	 * Uncomment to hide by default
	 *
	 display: none;
	 */
}

/**
 * Uncomment to show on hover
 *
 .carousel .item:hover .featured-title {
 	display: block;
 }
 */

#searchform {
	width: 40%;
}

#searchform input[type="text"] {
	padding: 7px 10px 7px;
	width: auto;
}

#searchform input[type="submit"] {
	margin-top: -1px;
	padding: 7px 10px;
}

/**
 * 5.2 - Simple Sidebar
 */
.simple-sidebar {

}

.simple-sidebar.affix {
	position: fixed;
	top: 95px;
}

.simple-sidebar.affix-bottom {
	top: auto !important;
	position: absolute;
	bottom: -1px;
}

/** Custom menu fixes */
.simple-sidebar div:not(:first-child) > ul {
	margin-top: 22px;
}

.simple-sidebar div:last-child ul.menu {
	border-bottom: 0;
}

/** Widgets */
.simple-widget {
	padding-left: 28px;
	border-bottom: 1px solid #dcdcdc;
}

.simple-widget ul {
	margin: 22px 0 0;
	padding: 0 0 21px;
	list-style: none;
}

.simple-widget > ul:first-child,
.simple-widget:first-child .menu {
	margin-top: -2px;
}

.simple-widget ul:last-child {
	border-bottom: 0;
}

.simple-widget li {
	margin: 2px 0 1px;
}

.simple-widget li.current-cat a {
	color: #da8162;
	border-bottom: 1px solid #da8162Lighter;
}

.simple-widget a {
	font: 13px 'Glegoo', serif;
	color: #686867;
}

.simple-widget a:hover {
	color: #ce582f;
	text-decoration: none;
	border-bottom: 1px solid #f3d5cb;
}

/**
 * 5.3 - Post Sidebar
 */
.resource-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.resource-list li {
	margin-bottom: 23px;
}

.resource-list li:last-child {
	margin-bottom: 0;
}

.resource-list p {
	font: 12px/18px 'Glegoo', serif;
	color: #828180;
}

.more-resources {
	margin: 0;
	font-size: 14px;
}

.more-resources a {
	color: #da8162;
}

.more-resources a:hover {
	text-decoration: none;
}

.more-resources a:hover u {
	border-bottom: 0;
}

.more-resources u {
	text-decoration: none;
	border-bottom: 1px solid #da8162;
}

.widget .stuff-grid {
	margin-bottom: 10px;
}

.widget .stuff-grid .hentry {
	margin-bottom: 0;
}

/**
 * 5.5 - Post Grid
 */
.stuff-grid {
	margin-bottom: 48px;
	float: none;
	position: relative;
}

.stuff-grid .hentry {
	margin: 0 33px 33px 0;
	width: 233px;
}

.stuff-grid .hentry:nth-child(3n) {
	margin-right: 0;
}

.stuff-grid.blog-content.paging {
	padding-bottom: 24px;
	border-bottom: 1px dashed #cacaca;
}

.stuff-grid .hentry {
	margin-bottom: 33px;
	float: left;
}

.stuff-grid .hentry:hover {
	cursor: pointer;
}

.stuff-grid .hentry .feature-image {
	overflow: hidden;
	position: relative;
}

.stuff-grid .hentry .feature-image img {
	min-width: 100%;
	height: auto;
	display: block;
}

.stuff-grid .hentry .feature-image .overlay {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent;
	opacity: 1;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);

	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.stuff-grid .hentry .feature-image a:hover .overlay,
.stuff-grid .hentry:hover .feature-image a .overlay {
	background: rgba(255,255,255,0.2);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.stuff-grid .hentry .entry-header {
	padding: 15px 19px;
	border-bottom: 1px solid #e8e8e8;
}

.stuff-grid .hentry .entry-title {
	font: normal 14px 'Glegoo', serif;
	color: #303030;
	margin: 0;
}

.stuff-grid .hentry .entry-title a {
	color: #303030;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
}

.stuff-grid .hentry .entry-title a:hover {
	color: #ce582f;
	text-decoration:none;
}

.stuff-grid .hentry .entry-title .price {
	font-size: 16px;
	color: #da8162;
	margin-left: 3px;
}

.stuff-grid .hentry .entry-summary {
	padding: 19px 19px 22px;
	word-break: hyphenate;
}

body:not(.page-template-page-templateslikes-php) .stuff-grid .hentry .entry-main {
	min-height: 162px;
}

.stuff-grid .hentry .entry-summary p {
	font: 13px/18px 'Glegoo', serif;
	color: #4a4949;
	margin: 0 0 -4px;
}

.stuff-grid .hentry .entry-main {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .26);
}

.grid-tab {
	position: relative;
}

/**
 * 5.6 - Page Meta
 */
.site-pagination {
	padding: 45px;
	border-top: 1px solid #e8e8e8;
}

.site-pagination .cta {
	float: left;
}

.site-pagination .cta a {
	font: 28px 'Patua One', serif;
	color: #303030;
}

.site-pagination .cta u {
	text-decoration: none;
	border-bottom: 2px solid #555;
}

.site-pagination .cta a small {
	font: 16px 'Glegoo', serif;
	color: #da8162;
	text-transform: lowercase;
}

.site-pagination .cta a:hover {
	text-decoration: none;
}

.site-pagination .buttons {
	margin: 0;
	text-align: right;
	float: right;
}

.site-pagination .buttons a:first-child {
	margin-right: 8px;
}

/**
 * 6.0 Post Content
 * ----------------------------------------------------------------------------
 */

.single-content {
	padding: 56px;
}

.entry-content {

}

/** entry content styles */
.entry-content p:first-of-type {
	font-size: 22px;
	line-height: 34px;
	color: #747474;
	margin: 0 0 24px 0;
}

.entry-content a {
}

.entry-content p,
.entry-content ol,
.entry-cotent ul {
	font: 16px/28px 'Roboto Slab', serif;
	font-weight: 300;
	color: #4a4949;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: normal;
	font-family: 'Glegoo';
	letter-spacing: -1px;
	color: #555;
	margin: 30px 0 -9px 0;
}

.entry-content h1 {
	font-size: 32px;
}

.entry-content h2 {
	font-size: 32px;
}

.entry-content h3 {
	font-size: 18px;
}

.entry-content h4 {
	color: @orange;
	font: 16px/normal 'Glegoo', serif;
}

.entry-content h5 {
}

.entry-content h6 {
	font: normal 15px/normal 'Montserrat', serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #303030;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content li {
	margin: 0 0 0 24px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: disc outside;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content blockquote {
	margin: 24px 0;
	padding: 0 0 0 16px;
	border-left: 4px solid #ededed;
}

.entry-content blockquote p {
	font: 14px/22px 'Glegoo', serif !important;
	color: #4a4949 !important;
	margin: 0 0 24px;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content blockquote cite {
	color: @orange;
}

.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	line-height: 2;
}

.entry-content pre {
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;

	border: 1px solid #ededed;
	margin: 24px 0;
	padding: 24px;
	overflow: auto;
}

.entry-content pre code {
	display: block;
}

abbr,
dfn,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 24px;
}

.entry-content img.alignleft {
	margin: 12px 24px 12px 0;
}

.entry-content img.alignright {
	margin: 12px 0 12px 24px;
}

.entry-content img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

.entry-content dl {
	margin: 0 24px;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin-bottom: 24px;
}

.entry-content table {
	color: #777;
	font-size: 12px;
	line-height: 2;

	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content .gist table {
	margin-bottom: 0;
}

.entry-content caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content th {
	text-align: left;
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #777;
}

.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

dl.gallery-item {
	margin: 0;
}

dl.gallery-item a {
	display: block;
	width: 90%;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.page-links {
	margin-top: 1.75em;
	clear: both;
}

.page-links a {
	text-decoration: none;
}

.share-modal {
	display: none;
}

.share-modal-section {
	border-bottom: 1px solid #ddd;
	padding: 33px 36px;
}

.share-modal-section:last-child {
	border-bottom: 0;
}

.share-modal-title {
	font: normal 25px/normal 'Montserrat', serif;
	letter-spacing: -0.009em;
	color: #555;
	margin: 0 0 20px;
}

.share-modal-title small {
	font-size: 24px;
	float: right;
}

.share-modal-social p {
	text-align: center;
	width: 25%;
	float: left;
}

.share-modal-social a {
	-o-transition:0;
	-ms-transition:0;
	-moz-transition:0;
	-webkit-transition:0;
	transition:0;
}



.share-modal-social i {
	font-size: 50px;
}

.share-modal-social .icon-twitter {
	color: #00aced;
}

.share-modal-social .icon-facebook-squared {
	color: #3b5998;
}

.share-modal-social .icon-pinterest-circled {
	color: #cb2027;
}

.share-modal-social .icon-gplus-circled {
	color: #db4935;
}

.single-title {
	margin: -40px 0 0;
	padding: 35px 56px 28px 56px;
	border-bottom: 1px solid #e8e8e8;
}

.single-title .entry-title,
.single-price {
	font: normal 52px 'Patua One', serif;
	color: #484848;
	margin: 0;
	margin-top: -13px;
	margin-bottom: 0;
	padding: 0;
}

.single-title .entry-title,
.single-title .single-action {
	float: left;
}

.single-title .entry-title {
	width: 75%;
}

.single-download .single-title .entry-title {
	width: auto;
}

.single-title .single-action {
	margin: 5px 0 0 20px;
}

.single-title .single-price {
	color: #dd7859;
	font: normal 47px 'Montserrat', serif;
	letter-spacing: -0.008em;
	margin-top: -6px;
	float: right;
}

.entry-author {
	float: right;
}

.entry-author-avatar,
.entry-author-info {
	text-align: right;
	float: right;
}

.entry-author {
	font-size: 13px;
	color: #898887;
}

.entry-author-info {
	margin-right: 12px;
}

.entry-author a {
	font-size: 16px;
	color: #ce582f;
	display: block;
}

.entry-author img {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tweet-this {
	margin: 30px 0px -10px -10px;
}

.tweet-this a {
	color: #747474;
	font-size: 17px;
	text-decoration: none;
}

.tweet-this i {
	color: #00aced;
	font-size: 50px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}

.tweet-this span {
	color: #303030;
}

/**
 * 0.7 Easy Digital Downloads
 * ----------------------------------------------------------------------------
 */

.edd-add-to-cart,
.edd_go_to_checkout,
.edd_purchase_submit_wrapper a {
	margin: -6px 0 0;
}

#edd_checkout_cart {
	margin: -96px -56px 0;
}

#edd_checkout_cart table {
	width: 100%;
}

#edd_checkout_cart td {
	border: 0;
	border-bottom: 1px dashed #cfcfcf;
}

#edd_checkout_cart .edd_cart_item_name,
#edd_checkout_cart .edd_cart_item_price {
	font: 28px/normal 'Montserrat', serif;
	color: #2c2a29;
	padding: 28px 56px;
}

#edd_checkout_cart .edd_cart_item_price {
	color: #828180;
	width: 100px;
}

#edd_checkout_cart .edd_cart_actions {
	width: 100px;
}

#edd_checkout_cart .edd_cart_actions.large {
	width: 250px;
}

.edd_cart_amount {
	font: 48px/normal 'Montserrat', serif;
	color: #da8162;
	margin: 40px 0 30px;
	display: block;
}

#edd_checkout_form_wrap {

}

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

#edd_checkout_form_wrap legend {
	display: none;
}

#edd_checkout_form_wrap p {
	margin-bottom: 24px;
}

#edd_checkout_form_wrap .edd-label,
#edd_checkout_form_wrap label {
	font-size: 16px !important;
	color: #555;
	margin-bottom: 3px;
	display: block;
}

#edd_checkout_form_wrap .edd-description,
#edd_final_total_wrap strong {
	display: none;
}

#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap select {
	width: 60%;
	margin-right: 15px;
}

#edd_checkout_form_wrap #edd_purchase_submit {
	margin: 40px 0 0;
}

#edd_checkout_form_wrap #edd_purchase_submit .button {
	padding: 6px 10px;
}

.edd_errors {
	color: #333;
	border: 1px solid #E6DB55;
	margin: 20px 0;
	background: #FFFFE0;
	border-radius: 2px;
}

.edd_error {
	padding: 0;
}

p.edd_error {
	margin: 10px 15px !important;
}

.edd_success {
	color: #567622;
	border: 1px solid #b3ce89;
	margin: 20px 0;
	background: #d5eab3;
	padding: 6px 8px;
	border-radius: 2px;
}

.edd-cart-added-alert {
	font: 12px/normal 'Glegoo', serif;
	color: @grayLight;
	margin: 4px 0;
}

/**
 * 0.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-links {
	color: #4a4949;
	text-align: center;
	font-size: 12px;
	margin: 85px auto;
}

.site-links .icon-twitter {
	color: #303030;
	font-size: 48px;
}

.site-links p {
	line-height: normal;
}

.site-links a {
	color: #333333;
}

.feature-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	box-shadow: #e4e4e4 0 1px 3px;
}

.entry-feature {
	color: #a6a5a5;
	padding: 12px 15px;
	background: url(images/check.png) no-repeat 95% center;
	border-bottom: 1px solid #d4d4d4;
}

.entry-feature:last-child {
	border-bottom: 0;
}

/**
 * 0.0 Modals
 * ----------------------------------------------------------------------------
 */

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	width: auto !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url( 'images/ajax-loader.gif' ) center center no-repeat;
}

.fancybox-close {
	background: rgb(121, 121, 121);
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 8px;
	right: -14px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0.8;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position : absolute;
	top : 0;
	left : 0;
	overflow : hidden;
	display : none;
	z-index : 8010;
	background : #FFFFFF;
	background : rgba(245, 245, 245, .35);
}

.fancybox-overlay-fixed {
	position : fixed;
	bottom : 0;
	right : 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-outer {
	margin: 0 auto;
	padding: 8px 8px 10px;
	position: relative;
}

.fancybox-outer:before {
	width: 100%;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;

	background-image: url(images/noise.png);

	-webkit-mask-box-image: url(images/vignette-mask.png) 12 stretch;
	-moz-mask-box-image:    url(images/vignette-mask.png) 12 stretch;
	mask-box-image:         url(images/vignette-mask.png) 12 stretch;
}

.fancybox-inner {
	position: relative;
	z-index: 4;
	background: #fff;

	box-shadow: rgba(0, 0, 0, .20) 0 1px 3px;
}

.fancybox-inner #main {
	padding-top: 40px;
}

.viewer {
	background : #FFFFFF;
	background : rgba(245, 245, 245, .85);
}

.viewer img {
	box-shadow: rgba(0, 0, 0, .20) 0 1px 3px;
}