/*
Theme Name: The Portrait System
Theme URI: http://underscores.me/
Author: Brock Martin
Author URI: https://brockmartin.net/
Description: Custom theme for The Portrait System
Version: 1.0.0
Text Domain: the-portrait-system
Tags:

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.

The Portrait System is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: 'TheanoDidotRegular';
  src: url('fonts/TheanoDidot-Regular-webfont.eot');
  src: url('fonts/TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/TheanoDidot-Regular-webfont.woff') format('woff'),
       url('fonts/TheanoDidot-Regular-webfont.ttf') format('truetype'),
       url('fonts/TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	margin: 0;
	background-color: #fff;
	text-align: center;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.clear {
	float: none !important;
	clear: both;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #ebebeb;
	box-shadow: none;
	color: #333;
	font-size: 13px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: none;
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #8c734b;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #555;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
	position: relative;
	width: 100%;
	z-index: 900;
	background: #f2f2f2;
}
.site-header .inner {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
}
.site-branding {
	float: left;
}
.site-branding a {
	display: block;
	margin: 10px 0;
	/*
	width: 150px;
	height: 58px;
	background: url(img/logo-sue-bryce-education.png) no-repeat center center;
	background-size: 100% auto;
	*/
	width: 134px;
	height: 60px;
	background: url(img/logo-tps-black.png) no-repeat center center;
	background-size: 100% auto;
	text-align: left;
	text-indent: -9999px;
	z-index: 950;
}
@media only screen and (max-width: 680px) {
	.site-branding {
	}
}

.main-navigation {
	float: right;
	position: relative;
	margin-top: 60px;

	margin-top: 42px;
	text-align: right;
	z-index: 900;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	float: left;
	display: none;
	position: absolute;
	top: 2em;
	padding: 10px 0;
	width: 100%;
	min-width: 200px;
	background-color: #f2f2f2;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	z-index: 99999;
}
.main-navigation ul ul ul {
	/*left: -999em;*/
	top: 0;
}
.main-navigation ul ul a {
	display: block;
}
.main-navigation ul ul li {
	display: block;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*left: auto
	display: block;;*/
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	/*left: 100%;
	display: block;*/
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.main-navigation ul {
	display: block;
}

.menu-item a {
	display: inline-block;
  padding: 5px 10px;
	transition: color 0.25s;
	text-align: left;
  font-size: 14px;
  color: #80673e;
  text-transform: uppercase;
	vertical-align: middle;
}
.menu-item a.inactive {
	cursor: default;
}
.sub-menu .menu-item a {
  padding: 3px 10px;
}
.menu-item a:hover {
  color: #555;
}
.menu-item.current-menu-item a {
}
.menu-item.menu-item-has-children > a:after {
	content: '\f107';
	display: inline-block;
	margin-left: 5px;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #b2b2b2;
	text-decoration: inherit;
}

.menu-item.logged-in a,
.menu-item.logged-out a {
}
.menu-item.logged-in a:hover,
.menu-item.logged-out a:hover {
}

body #site-navigation .logged-in {
	display: none;
}
body.logged-in #site-navigation .logged-out {
	display: none;
}
body.logged-in #site-navigation .logged-in {
	display: inline-block;
}

/* Small menu. */
.menu-toggle {
	display: block;
	display: inline-block;
	padding: 0 0 0 15px;
	background: none;
	border: 0;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: none;
	font-size: 30px;
  color: #333;
	text-shadow: none;
	transition: color 0.4s;
}
.menu-toggle:hover, .menu-toggle:focus {
	box-shadow: none;
	color: #999;
	-webkit-appearance: none;
}
.menu-toggle {
	display: none;
}

@media only screen and (max-width: 1080px) {
	.menu-toggle {
	  display: inline-block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li, body.logged-in #site-navigation .logged-in {
		display: block;
	}
	.main-navigation ul a {
		padding: 4px 0;
	}
	.main-navigation ul ul {
		display: none;
		position: relative;
		float: none;
		top: auto;
		left: auto;
		padding: 10px 0;
		width: 200px;
		box-shadow: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.menu-item a {
		text-align: right;
		font-size: 18px;
		line-height: normal;
	}
	.sub-menu .menu-item a {
		font-size: 16px;
	  padding: 2px 0;
	}
}
.main-navigation.toggled ul {
	/*display: block;*/
}

.main-navigation .site-search-link a {
	font-size: 16px;
	color: #999;
}
.main-navigation .site-search-link a:hover {
	color: #555;
}
#search-form {
	display: none;
	background-color: #ebebeb;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
#search-form input {
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	outline: 0;
	background: transparent;
	resize: none;
	text-align: center;
	font-size: 22px;
	color: #333;
}
#search-form input::-webkit-input-placeholder {
	color: #999;
}
#search-form input:-moz-placeholder {
	color: #999;
}
#search-form input::-moz-placeholder {
	color: #999;
}
#search-form input:-ms-input-placeholder {
	color: #999;
}
#search-form input::-ms-clear {
  display: none;
}
.autocomplete-suggestions {
	background: #f2f2f2;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	overflow: auto;
	text-align: center;
}
.autocomplete-suggestion {
	padding: 5px;
	cursor: pointer;
	color: #777;
}
.autocomplete-selected {
	background: #ebebeb;
	color: #333;
}
.autocomplete-suggestions strong {
	font-weight: bold;
	color: #80673e;
}
.autocomplete-group {
	padding: 5px;
}
.autocomplete-group strong {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
#primary {
	margin: 0 auto;
	max-width: 1040px;
	background-color: #fff;
	text-align: left;
	padding: 30px 10px;
	overflow: hidden;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	color: #80673e;
	text-transform: uppercase;
	line-height: 38px;
}
h2 {
	font-size: 28px;
	line-height: 30px;
}
h3, h4 {
	font-size: 18px;
	line-height: 20px;
}
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 30px;
		line-height: 32px;
	}
}
h1.big {
	white-space: pre-line;
	font-size: 50px;
	font-weight: 300;
	line-height: 52px;
}
@media only screen and (max-width: 1020px) {
	h1.big {
		white-space: normal;
	}
}
@media only screen and (max-width: 760px) {
	h1.big {
		font-size: 30px;
		line-height: 32px;
	}
}
h1.alt, h2.alt, h3.alt, h4.alt {
	font-family: 'TheanoDidotRegular', serif;
}

.site-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	background-color: #f2f2f2;
}
.site-footer .site-info {
	margin: 0 auto;
	padding: 15px 10px;
	max-width: 1020px;
}
.site-footer .footer-col {
	float: left;
	width: 33.3333%;
}
.site-footer .footer-col:first-child {
	text-align: left;
}
.site-footer .footer-col:nth-child(3) {
	text-align: right;
}
.site-footer .footer-col, .site-footer .footer-col a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
	transition: opacity 0.25s;
}
.site-footer .footer-col a:hover {
	opacity: 0.7;
}
.site-footer .footer-col .social {
	padding: 0 7px;
	opacity: 0.6;
  font-size: 24px;
}
.site-footer .footer-col .social:hover {
	opacity: 1;
}
@media only screen and (max-width: 700px) {
	.site-footer .footer-col {
		float: none;
		width: 100%;
		text-align: center !important;
	}
	.site-footer .footer-col:nth-child(2) {
		margin: 20px 0;
	}
}

.category-level {
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #80673e;
}
.courses-divider {
	height: 20px;
	border-top: 2px solid #b2b2b2;
}
.courses {
	position: relative;
	margin: 10px -10px 30px -10px;
}
.course {
	position: relative;
	float: left;
	padding: 10px;
	width: 20%;
	height: 290px;
	overflow: hidden;
	text-align: center;
}
.course .pic {
	position: relative;
	display: block;
	background-color: #eee;
}
.course .pic .lock {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50px;
	z-index: 10;
}
.course .pic .lock .fa {
	font-size: 18px;
	color: #eee;
	line-height: 28px;
}
.course .pic .ext {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 0 5px;
	height: 18px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	z-index: 10;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #eee;
	line-height: 18px;
	text-transform: uppercase;
}
.course .pic .complete {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #d6a42b;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.course .pic .progress-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.course .pic .progress-bar .fill {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #d6a42b;
	border-right: 1px solid #fff;
}
.course h2 {
	margin-top: 5px;
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
}
.course a:hover h2 {
	color: #999;
}
@media only screen and (max-width: 900px) {
	.course {
		width: 25%;
	}
}
@media only screen and (max-width: 750px) {
	.course {
		width: 33.3333%;
	}
	.course h2 {
		font-size: 16px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 600px) {
	.course {
		width: 50%;
		height: 330px;
	}
}
@media only screen and (max-width: 500px) {
	.course {
		height: 275px;
	}
}
@media only screen and (max-width: 360px) {
	.course {
		height: 230px;
	}
}

.column {
	float: left;
	width: 47.3%;
}
.column-divider {
	float: left;
	width: 5.4%;
}
@media only screen and (max-width:900px) {
	.column {
		width: 100%;
	}
	.column-divider {
		display: none;
	}
}

.columntext {
	margin: 15px auto;
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.columntext p {
	margin: 0 0 15px 0;
}

.bold {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	transition: all 0.25s;
}
.button, button.button, input.button {
	display: inline-block;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	background: #8c734b;
	box-shadow: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	transition: all 0.25s;
}
.button.blue {
	background: #0d2746;
	color: #fff;
}
.button.yellow {
	background: #d6a42b;
	color: #fff;
}
.button.red {
	background: #521320;
	color: #fff;
}
.button:hover, a:hover .button, input.button:hover, .button.blue:hover, a:hover .button.blue, .button.yellow:hover, a:hover .button.yellow, .button.red:hover, a:hover .button.red {
	background: #999;
	box-shadow: none;
	color: #fff;
}

.button.white {
	background: #fff;
	color: #8c734b;
}
.button.white:hover {
	background: #ebebeb;
	color: #8c734b;
}
.button.small {
	padding: 5px 10px;
	font-size: 10px;
}
.button.big {
	font-size: 24px;
}

.valign-outer {
	display: table;
	width: 100%;
	height: 100%;
}
.valign-inner {
	display: table-cell;
	vertical-align: middle;
}

.invalid-download {
	margin: 20px 0;
	padding: 5px;
	background-color: #555;
	text-align: center;
	font-size: 1.25em;
	color: #fff;
}

.duration {
  margin-bottom: 10px;
  font-size: 11px;
  color: #b2b2b2;
  text-transform: uppercase;
}
.video-time {
	display: inline-block;
  margin-right: 3px;
	padding: 0 3px;
	height: 16px;
	background-color: #b2b2b2;
	border-radius: 3px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
	transition: all 0.25s;
}
.video-time.alt {
	margin-right: 0;
	background-color: #fff;
	color: #b2b2b2
}

.gold-rewards {
	display: inline-block;
	padding: 0 5px;
	background-color: #af986e;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
}

.single-course .column-left {
	float: left;
	margin-bottom: 50px;
	width: 60%;
}
.single-course .course-topic {
	margin-bottom: 10px;
}
.single-course .course-topic span {
	padding: 0 5px;
	color: #0d2746;
}

.single-course .column-right {
	float: right;
	padding-left: 30px;
	width: 40%;
}
.single-course .column-right h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
.single-course .column-right h2 .icon {
	vertical-align: bottom;
}

.single-course .course-instructor {
	margin-bottom: 50px;
}
.single-course .course-instructor img {
	display: inline-block;
	margin: 0 15px 15px 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	vertical-align: middle;
}
.single-course .course-instructor h4 {
	display: inline-block;
	margin-bottom: 15px;
	width: 125px;
	color: #8c734b;
	text-transform: none;
	vertical-align: middle;
}

.course-downloads {
	margin-bottom: 50px;
}
.course-downloads .download {
	display: block;
	margin-bottom: 10px;
}
.course-downloads img, .course-downloads .icon {
	float: left;
	margin: 5px 15px 0 0;
	width: 65px;
	height: 65px;
	text-align: center;
}
.course-downloads .icon {
	background: #555;
}
.course-downloads .icon .fa {
	font-size: 30px;
  color: #eee;
  line-height: 65px;
}
.course-downloads .button {
	margin-top: 4px;
	color: #fff;
}

.single-course .course-resources {
	margin-bottom: 50px;
}
.single-course .course-resources a {
	display: block;
	margin-bottom: 10px;
}

.single-course .course-related {
	margin-bottom: 50px;
}
.single-course .course-related .item {
	float: left;
	padding: 10px 0;
	width: 100%;
	text-align: left;
}
.single-course .course-related img {
	float: left;
	margin: 5px 15px 0 0;
	width: 75px;
	height: 75px;
}
.single-course .course-related .item h3 {
	display: inline;
	font-size: 18px;
	color: #8c734b;
	line-height: 24px;
}

@media only screen and (max-width:1040px) {
	.single-course .column-left, .single-course .column-right {
		padding-left: 0;
		width: 100%;
	}
	.single-course .course-instructor h4 {
		width: auto;
	}
}

/* Front-end WooCommerce styles */
.woocommerce h1.page-title {
	margin-bottom: 40px;
	text-align: center;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	display: none;
}
.woocommerce mark {
	background-color: transparent;
	color: #b2b2b2;
}
.woocommerce .products .product a.button {
	display: none;
}

.woocommerce td.product-name dl.variation dd p {
  margin: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
