/*
Theme Name: LearnPress
Theme URI: http://getlearnpress.com/
Author: LearnPress
Author URI: http://getlearnpress.com/
Description: A complete learning solution for WordPress
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: learnpress
*/


/**
 * Reset
 * =====
 * @see http://git.io/normalize
 */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
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%;
	height: 100%;
}

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

body {
	line-height: 1.5;
	margin: 0;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: sans-serif;
	line-height: 1.2;
}

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

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

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

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

h5 {
	font-size: 18px;
	margin: 10px 0 0;
}

h6 {
	font-size: 16px;
	margin: 6px 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: 0 0 14px;
}

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 {
	margin: 24px 20px 24px 0;
	padding: 0 25px;
	font-size: 15px;
	font-style: italic;
	border-left: 5px solid #ccc;
}

blockquote blockquote {
	margin-right: 0;
}

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

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

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: square;
}

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

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	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 */
	width: 270px;
}

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: 1.5;
	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;
}
tr {
	border-top: 1px solid #ededed;
}
td {
	
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
/**
 * Repeatable Patterns
 * ===================
 */

.has-js .hide-if-js {
	display: none;
}
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	vertical-align: text-bottom;
	margin-right: 3px;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

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

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

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #ccc;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #ccc;
	outline: 0;
}

/* Buttons */
button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 7px 24px 7px;
	cursor: pointer;
	font-weight: normal;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

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

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

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

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

.alignright {
	float: right;
}

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

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

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

img.alignnone {
	margin: 5px 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/**
 * Basic styles
 * ===============
*/
a {
	text-decoration: none;
	transition: all .15s linear;
	color: #222;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
	color: #333;
	text-decoration: none;
}
a.button, a.button:hover, button {
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}
/**
 * Structure
 * ===============
*/
.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
}
.site-main {
	display: none;
	position: relative;
	margin: 25px auto 20px;
	overflow: hidden;
}
.has-js .site-main {
	display: block;
}
.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}
.site-main .sidebar-inner {
	margin: 0 auto;
}
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.span-1 {
	width: 6.5%;
}
.span-2 {
	width: 15%;
}
.span-3 {
	width: 23.5%;
}
.span-4 {
	width: 32%;
}
.span-5 {
	width: 40.5%;
}
.span-6 {
	width: 49%;
}
.span-7 {
	width: 57.5%;
}
.span-8 {
	width: 66%;
}
.span-9 {
	width: 74.5%;
}
.span-10 {
	width: 83%;
}
.span-11 {
	width: 91.5%;
}
.span-12 {
	width: 100%;
}
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11 {
	float: left;
	margin-right: 2%;
}
.first-one {
	clear: left;
}
.last-one {
	margin-right: 0;
}
.full-width .span-8 {
	width: 100%;
	margin-right: 0;
}

/**
 * Header
 * ======
 */
.site-header {
	position: relative;
	background: #fff;
	z-index: 888;
}
.site-title {
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 26px 0 32px;
}
.site-title a {
	color: #333;
}
.site-title a:hover {
	color: #222;
	text-decoration: none;
}
/**
 * Navigation
 * ==========
 */
#navbar {
	
}
#user-section {
	width: 100%;
	height: 24px;
	background-color: #5bc3be;
}
.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}
.main-navigation {
	min-height: 45px;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-menu li {
	display: block;
	float: left;
	position: relative;
	margin: 0 !important;
}
.nav-menu li a {
	display: block;
	padding: 12px 30px;
	background-color: #2980b9!important;
	color: #a3a3a3;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
}
.nav-menu li a:hover {
	color: #fff;
}
.nav-menu li:last-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-menu .sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
}
.nav-menu .sub-menu li a,
.nav-menu ul ul a {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	min-width: 200px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	display: block;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.menu-toggle {
	display: none;
}
.mobile-nav-menu {
	display: none;
}
/* 
 * Homepage
 * ========
 */
.feature-image {
	overflow: hidden;
}

 /* 
 * Course excerpts
 * ===============
 */
.course-block {
	padding: 8px;
	background-color: #f1f1f1;
	border-radius: 2px;
	margin-bottom: 10px;
}
.course-block .entry-title {
	border-bottom: 1px solid #fff;
	min-height: 57px;
}
.course-block h2.entry-title {
	margin: 4px 0;
	padding-bottom: 8px;
	font-size: 19px;
}
.course-block .course-excerpt {
	font-size: 15px;
	min-height: 75px;
	padding: 4px 0 8px;
	margin-bottom: 4px;
	border-bottom: 1px solid #f9f9f9;
}
.course-meta-item {
	padding: 6px 0;
	border-bottom: 1px solid #f9f9f9;
	overflow: hidden;
}
.course-meta-heading {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	float: left;
	width: 40%;
	margin-right: 2%;
	clear: left;
}
.course-meta-value {
	font-weight: 400;
	font-size: 14px;
	float: left;
	width: 58%;
}
.view-course {
	text-align: center;
	margin-top: 30px;
}

/* 
 * Course widgets
 * ===============
 */
.sidebar-page .view-course {
	text-align: left;
}
#freebie-email {
	margin-bottom: 6px;
}
#learnpress-freebie-response, #learnpress-freebie-fail {
	display: none;
}
#learnpress-freebie-button .fa-spinner {
	display: none;
}
 
 /* 
 * Blog excerpts
 * ===============
 */
.blog-block {
	padding: 0;
	margin-bottom: 10px;
}
.blog-block h2.entry-title {
	margin: 12px 0;
	padding-bottom: 4px;
	font-size: 24px;
}
.entry-thumbnail {
	margin: 12px 0;
}
.single-post .entry-content, .blog-block .entry-content {
	margin: 18px 0 12px;
}
.single-post .entry-footer, .blog-block .entry-footer {
	font-size: 13px;
	padding: 4px 0 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
img.attachment-blog-thumb {
	border: 1px solid #f1f1f1;
}

/**
 * Comments
 * ========
 */
ol.comment-list {
	list-style: none;
	padding: 0;
}
li.comment {
	padding: 8px;
	background-color: #f1f1f1;
	border-radius: 2px;
	margin-bottom: 10px;
}
.comment-meta-wrap {
	position: relative;
	height: 65px;
}
.comment-avatar, .comment-author {
	float: left;
}
.comment-avatar {
	position: absolute;
	left: 0;
	top: 0;
}
.comment-author {
	font-size: 18px;
	position: absolute;
	left: 55px;
	top: -4px;
}
.comment-meta {
	position: absolute;
	left: 55px;
	top: 25px;
	font-size: 12px;
}
.comment-content {
	clear: left;
	margin: 12px 0;
}
.comment-entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #fff;
}
#respond {
	margin-top: 20px;
}
#respond input, #respond textarea {
	display: block;
	width: 100%;
}
 /**
 * Post/Paging Navigation
 * ======================
 */
.paging-navigation {
	clear: both;
	width: auto;
	margin: 20px auto;
}
.nav-links {
	display: table;
	margin: 0 auto;
	width: auto;
}
.page-numbers li {
	float: left;
	margin: 0 2px;
	text-align: center;
}
.page-numbers li a, .page-numbers li span.current, .page-numbers li span.dots {
	display: block;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	padding: 8px;
	text-align: center;
}
.page-numbers {
	display: table-cell;
}
.page-numbers li a:hover, .page-numbers li span.current {
	text-decoration: none;
	background-color: #f1f1f1;
}
.page-numbers li span.dots {
	background-color: transparent;
	border: none;
}
.reset-status-reset #next-timer {
	display: none;
}
/**
 * Sidebar
 * =======
 */
.sidebar-page {
	margin-top: 33px;
	color: #333;
	background-color: #eee;
	padding: 0 20px 20px;
	border-radius: 2px;
}
.sidebar-page h2 {
	margin: 24px 0 12px;
}
.sidebar-page a {
	color: #fff;
}
.sidebar-left .site-content {
	float: right;
	margin-right: 0;
}
.sidebar-left .sidebar-page {
	float: left;
	margin-right: 2%;
}
.sidebar-right .sidebar-page {
	float: right;
	margin-right: 0;
}
.sidebar-page a:hover {
	text-decoration: underline;
}
.sidebar-course {
	margin: 89px 0 24px;
}
.sidebar-navigation {
	margin: 89px 0 24px;
}
.span-4 input[type="search"] {
	width: 230px;
}
.infobar {
	overflow: hidden;
}
.page-count {
	color: #ffffff;
}
/**
 * Revision
 * ======
 */
.hide-if-quiz-available {
	display: block;
}
.show-if-quiz-available,
.quiz-available .hide-if-quiz-available {
	display: none;
}
.quiz-available .show-if-quiz-available {
	display: block;
}
.time-remaining {
	font-weight: bold;
}
/**
 * Footer
 * ======
 */
.site-footer {
	color: #fff;
	background-color: #333;
	font-size: 90%;
	margin-top: 30px;
	padding: 30px 0;
}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.site-footer .textwidget {
	margin-bottom: 36px;
}
.site-footer h2 {
	margin: 0 0 8px;
}
.site-footer a {
	color: #fff;
}
.site-footer ul, .site-footer ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.span-3 input[type="search"] {
	width: 170px;
}
.powered-by-credits {
	clear: left;
	margin-top: 40px;
	float: right;
}
@media screen and (max-width: 767px) {
	.site-footer li {
		line-height: 42px;
	}
}
/* 
 * Modal window
 * ============
 */
#learnpress-modal-window {
	position: fixed;
    top: 50%;
    left: 50%;
	margin-top: -10%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
	visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%,-25%);
	transform: translate(-50%,-25%);
}
#learnpress-modal-background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#learnpress-modal-background.learnpress-modal-showbg {
	opacity: 1;
	visibility: visible;
}
#learnpress-modal-window.learnpress-show-modal {
	visibility: visible;
}
#learnpress-modal-window .modal-content {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
}
#learnpress-modal-window.learnpress-show-modal .modal-content {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.modal-header {
	background: #eee;
	width: 100%;
	padding: 20px 20px 10px;
	position: relative;
}
.modal-header h3 {
	margin-top: 0;
}
#modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.modal-body {
	padding: 20px;
}
#modal-body table p {
    margin: 0 0 4px;
}
#modal-footer {
	margin: 40px auto 20px;
	text-align: center;
}
#learnpress-time-allowed {
	display: none;
	opacity: 0.9;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: #2980B9;
	color: #fff;
	border-radius: 4px;
	font-size: 150%;
	padding: 10px 20px;
}
#learnpress-time-left {
	font-weight: bold;
}
.single-unit .site-footer {
	display: none;
}

/* 
 * WooCommerce
 * ===========
 */
p.product {
	border: none !important;
	float: left;
	font-size: 120%;
	padding: 6px 10px 0 0 !important;
}
.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity,
#learnpress_homepage_content .quantity {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 60px;
	float: left;
	margin: 7px 10px 0 0;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty,
#learnpress_homepage_content input.qty {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #C7C0C7 -moz-use-text-color #C7C0C7 #C7C0C7;
	border-image: none;
	border-radius: 2px 0 0 2px;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	box-shadow: 0 0 2px 0 #F7F6F7 inset;
	float: left;
	font-weight: bold;
	height: 28px;
	padding: 0;
	text-align: center;
	width: 40px;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus,
#learnpress_homepage_content .quantity .plus, #learnpress_homepage_content .quantity .minus {
	background: -moz-linear-gradient(center top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient( top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 transparent;
	border: 1px solid #C7C0C7;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #5E5E5E;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	vertical-align: text-top;
	width: 20px;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover,
#learnpress_homepage_content .plus:hover, #learnpress_homepage_content .minus:hover {
	background: -moz-linear-gradient(center top , #F7F6F7 0%, #D3CED3 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient( top , #F7F6F7 0%, #D3CED3 100%) repeat scroll 0 0 transparent;
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus,
#learnpress_homepage_content .quantity .plus {
	border-bottom: 0 none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	right: 0;
	top: 0;
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus,
#learnpress_homepage_content .quantity .minus {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	bottom: 0;
	right: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/* Hide the Continue Shopping button in the Cart */
.woocommerce-message {
	padding-bottom: 12px;
}
.woocommerce-cart .woocommerce-message a {
	display: none;
}
.checkout-button {
	float: right;
}
input#billing_email {
	margin-left: 20px;
	width: 300px;
}
.woocommerce-error, .woocommerce-invalid {
	background-color: #fffdf3;
	border: 1px solid #f2dfa4;
	padding: 20px;
}

.cart-subtotal {
	display: none;
}

/*
 * Media elements
 * ==============
 */
.mejs-mediaelement,
.mejs-container .mejs-controls {
	background: #464646 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #3498db !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959 !important;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0 !important;
}

.mejs-horizontal-volume-slider {
	display: none;
}

/* 
 * Shortcode styles
 * ================
 */
.sc-span-3 {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.sc-span-4 {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.sc-span-8 {
	float: left;
	width: 65%;
	margin-right: 1%;
}
.sc-span-6 {
	float: left;
	width: 49%;
	margin-right: 1%;
}
.sc-one-fourth {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.sc-one-fifth {
	float: left;
	width: 19%;
	margin-right: 1%;
}
.emphasis {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	padding: 20px 10px;
	margin: 20px 0;
}
.correct {
	background-color: #C8FFD7;
	border: 1px solid #97C899;
}
.incorrect {
	background-color: #FFDFE0;
	border: 1px solid #C89797;
}
.warning {
	background-color: #fffdf3;
	border: 1px solid #f2dfa4;
}
.info {
	background-color:  #e9f7fe;
	border: 1px solid #b6d7e8;
}
.learnpress-table {
	line-height: 1.5;
}
.table-fixed {
	table-layout: fixed;
}
.learnpress-table .odd {
	background-color: #f9f9f9;
}
.learnpress-table .even {
	background-color: #f1f1f1;
}
.learnpress-table td, .learnpress-table th {
	padding: 6px 7px;
	vertical-align: top;
}
.learnpress-interaction-wrapper {
	clear: left;
	margin: 10px 0 30px;
}
.learnpress-toggle {
	margin-bottom: 5px;
}
.learnpress-toggle-trigger {
	font-size: 100%;
	padding: 6px 12px;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: normal;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.learnpress-toggle-trigger.inactive:before {
	content: "\f0da\00a0";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.learnpress-toggle-trigger.active:before {
	content: "\f0d7\00a0";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.learnpress-toggle-container {
	display: none;
	background: #fefefe;
	padding: 16px 10px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
}
.learnpress-toggle-container .thumb {
	float: left;
}
.learnpress-toggle-container .thumb img {
	border: 4px solid #f1f1f1;
}
.learnpress-toggle-container .module-excerpt {
	float: left;
	margin-left: 15px;
}
.learnpress-pricing-table {
	text-align: center;
}
.learnpress-pricing-table {
	margin-top: 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.learnpress-pricing-header {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 110%;
	line-height: 1.2;
	font-weight: bold;
	padding: 8px 18px;
}
.learnpress-pricing-cost {
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd;
	padding: 4px 18px 8px;
}
.learnpress-pricing-cost h2 {
	margin: 1px 0 -7px;
	font-size: 275%;
}
.learnpress-pricing-table ul {
	padding: 0;
	margin: 0;
}
.learnpress-pricing-table li {
	font-size: 90%;
	margin: 0;
	background-color: #fcfcfc;
	border-bottom: 1px solid #ddd;
	padding: 8px 18px;
	list-style: none;
}
.learnpress-pricing-table li:nth-child(2n+2) {
	background-color: #f9f9f9;
}
.learnpress-pricing-button {
	padding: 8px 18px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* Interactions */
#interaction-feedback .feedback {
	opacity: 1;
	height: auto;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
#interaction-feedback .feedback.feedback-hidden {
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.show-me.feedback-hidden {
	display: none;
}
.show-me {
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.show-me.feedback-hidden {
		display: inline-block;
		margin-bottom: 15px;
	}
}
/* Drag and drop */
.types-wrap {
	min-height: 200px;
}
.drag-item {
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	cursor: move;
	font-weight: bold;
}
.incident-wrap .drag-item {
	width: 100%;
	background-color: #f9f9f9;
	padding: 15px;
	margin-bottom: 5px;
}
.drop-zone .drag-item {
	margin: 0;
	width: 80%;
}
.drag-item img.alignnone {
	margin: 0;
}
.drop-zone-types img.size-full,
.entry-content .drop-zone-types img {
	max-width: 200px;
}
.drop-zone-wrap {
	position: relative;
	width: 210px;
	background-color: #f9f9f9;
}
.drop-zone-wrap.drop-zone-incident {
	width: 100%;
}
.drop-zone {
	position: relative;
	width: 210px;
	height: 189px;
	padding: 5px;
	border: 5px solid #eee;
	background-color: #f9f9f9;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.drop-zone.incident-drop-zone {
    width: 90%;
    height: 75px;
    margin-bottom: 15px;
    margin-left: 10%;
}
.drop-zone-number {
	position: absolute;
    width: 10%;
    height: 100%;
    background: #eee;
	text-align: center;
    padding: 5px 0 0 5px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.drop-zone.drop-hover {
	border: 5px solid #e1e1e1;
	background-color: #fcfcfc;
}
.drop-zone.correct {
	border: 5px solid #81C784;
}
.drop-zone.incorrect {
	border: 5px solid #f44336;
}
.drop-zone~.drop-zone-feedback {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 10000;
}
.drop-zone-incident .drop-zone~.drop-zone-feedback {
	width: 65px;
    height: 65px;
    bottom: 5px;
    right: 5px;
    text-align: center;
    padding: 11px;
}
.drop-zone-incident .drop-zone.correct {
	border: 5px solid #eee;
	background-color: #f9f9f9;
}
.drop-zone-incident .drop-zone.incorrect {
	border: 5px solid #eee;
	background-color: #f9f9f9;
}
.drop-zone~.drop-zone-feedback:before {
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	line-height: 43px;
	text-align: center;
	padding: 0 10px;
}
.drop-zone.correct~.drop-zone-feedback {
	background: #81C784;
}
.drop-zone.correct~.drop-zone-feedback:before {
	content: "\f00c";
}
.drop-zone.incorrect~.drop-zone-feedback {
	background: #f44336;
}
.drop-zone.incorrect~.drop-zone-feedback:before {
	content: "\f00d";
	padding-left: 12px;
}
/* Building drag and drop */
ol.buildings-list {
	padding: 0;
	list-style-position: inside;
}
ol.buildings-list li {
	width: 90%;
}
.drag-item.drag-item-building {
	width: 90%;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 5px;
	margin-bottom: 5px;
}
.drop-zone-full .drag-item.drag-item-building {
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.drop-zone-wrap.drop-zone-building {
	width: 90%;
	display: inline-block;
}
.drop-zone.building-drop-zone {
	width: 100%;
	height: 30px;
	border-width: 1px;
}
.drop-zone.building-drop-zone.correct,
.drop-zone.building-drop-zone.correct {
	border-width: 1px;
}
.drop-zone.building-drop-zone.correct~.drop-zone-feedback,
.drop-zone.building-drop-zone.incorrect~.drop-zone-feedback {
	width: auto;
	height: auto;
	bottom: -7px;
	right: 0;
	background: none;
}
.drop-zone.building-drop-zone.correct~.drop-zone-feedback:before {
	color: #81C784;
}
.drop-zone.building-drop-zone.incorrect~.drop-zone-feedback:before {
	color: #f44336;
}
/* Cigarette slider */
#cigarette-slider.ui-widget-content {
	border: 1px solid #eee;
	border-radius: 4px;
	background: #eee;
	height: 1em;
	position: relative;
	text-align: left;
}
#cigarette-slider .ui-slider-handle {
	border: 1px solid #111;
	background: #2980b9;
	position: absolute;
	top: -0.35em;
	left: 15%;
	margin-left: -.6em;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
#cigarette-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	height: 100%;
	display: block;
	border: 0;
	background-position: 0 0;
}
#cigarette-slider .ui-widget-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efef7a+0,f44336+100 */
	background: #f44336; /* Old browsers */
	background: -moz-linear-gradient(left,  #efef7a 0%, #f44336 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #efef7a 0%,#f44336 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #efef7a 0%,#f44336 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efef7a', endColorstr='#f44336',GradientType=1 ); /* IE6-9 */
}
.cigarette-image {
	position: relative;
}
#risk-multiple {
	position: absolute;
	left: 0;
	top: 43px;
	padding: 8px;
	margin: 5px 0;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	font-weight: bold;
}
/* What is interaction */
.what-interaction-element {
	margin-bottom: 6px;
}
.what-interaction-element label {
	margin-left: 10px;
}
@media (min-width: 1000px) {
	#mobile-navbar {
		display: none !important;
	}
}
@media (max-width: 1169px) {
	.flat-page-layout .site-main, .home-main {
		width: 1010px;
		padding: 10px;
	}
	.container {
		width: 980px;
	}
}

@media (max-width: 999px) {
	.container {
		width: 750px;
	}
	.menu-toggle {
		display: block;
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-visible {
		display: block;
	}
	.mobile-nav-menu.toggled-on  {
		display: block;
	}
	#mobile-navbar.toggled-on {
		display: block;
	}
	#mobile-nav-button {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 40px;
		right: 0;
		font-size: 150%;
	}
	ul.mobile-nav-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.mobile-nav-menu li {	
		border-bottom: 1px solid #ccc;
	}
	ul.mobile-nav-menu li:last-child {	
		border-bottom: none;
	}
	ul.mobile-nav-menu li a {
		padding: 10px 0;
		display: block;
		width: 100%;
		height: 100%;
	}
	ul.mobile-nav-menu li a:hover {
		text-decoration: none;
	}
	ul.mobile-nav-menu ul.sub-menu {
		display: none;
	}
	ul.mobile-nav-menu li.menu-item-has-children ul.sub-menu {
		display: block;
	}
	ul.mobile-nav-menu ul.sub-menu li.menu-item-has-children a {
		width: 90%;
		display: inline-block;
	}
	ul.mobile-nav-menu ul.sub-menu li.menu-item-has-children a.mobile-toggle-icon {
		padding-top: 0;
		width: 10%;
		display: inline-block;
		text-align: right;
	}
	.mobile-toggle-icon:after {
		content: "\f055\00a0";
		font-size: 120%;
		font-family: FontAwesome;
		text-align: right;
	}
	.mobile-toggle-icon.toggly:after {
		content: "\f056\00a0";
		font-size: 120%;
		font-family: FontAwesome;
	}
	ul.mobile-nav-menu ul.sub-menu ul.sub-menu {
		display: none;
	}
	.course-span-3, .course-span-4 {
		width: 48%;
	}
}

@media (max-width: 767px) {
	.container {
		width: 95%;
	}
	.big-header .site-header, .small-header .site-header {
		height: 70px;
	}
	#mobile-nav-button {
		top: 21px;
	}
	.span-1 {
		width: 100%;
	}
	.span-2 {
		width: 100%;
	}
	.span-3 {
		width: 100%;
	}
	.span-4 {
		width: 100%;
	}
	.span-5 {
		width: 100%;
	}
	.span-6 {
		width: 100%;
	}
	.span-7 {
		width: 100%;
	}
	.span-8 {
		width: 100%;
	}
	.span-9 {
		width: 100%;
	}
	.span-10 {
		width: 100%;
	}
	.span-11 {
		width: 90%;
	}
	.span-12 {
		width: 100%;
	}
	.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-6-5 {
		margin-right: 0;
		float: none;
	}
	.course-span-3, .course-span-4 {
		width: 49%;
		float: left;
		margin-right: 1%;
	}
	.slider-caption {
		bottom: 0;
		font-size: 22px;
		line-height: 1.3;
		padding: 10px 10px 5px;
	}
	.mobile-span-1 {
		float: left;
	}
	.mobile-span-4 {
		width: 31%;
		margin-right: 2%;
	}
	.mobile-span-6 {
		width: 48%;
		margin-right: 2%;
	}
	.mobile-span-11 {
		width: 90%;
	}
	.mobile-span-mini, .mobile-span-1, .mobile-span-4, .mobile-span-6, .mobile-span-11 {
		float: left;
	}
	.mobile-first-one {
		clear: left;
	}
	.mobile-last-one:after {
		content: "";
		display: table;
	}
	.twitter-panel {
		margin-top: 0;
		min-height: auto !important;
	}
	.team-thumbnail {
		width: 15%;
	}
	.team-info {
		width: 83%;
	}
	.hentry {
		padding-top: 20px;
	}
	.sidebar {
		margin-top: 30px;
	}
	.logo-thumb {
		display: inline-block;
	}
}

@media (max-width: 643px) {
	.mobile-span-mini, .mobile-span-1, .mobile-span-4, .mobile-span-6, .mobile-span-11 {
		width: 100%;
		float: none;
	}
	.slider-caption {
		bottom: 0;
		font-size: 16px;
		width: 100%;
		line-height: 1.3;
		padding: 3px 5px 0;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	
}
