/*
Theme Name: Edumodo
Theme URI: http://demo.themexpert.com/wordpress/edumodo/
Author: ThemesGrove
Author URI: https://www.themesgrove.com
Description: Edumodo is Education WordPress Theme, Edumodo Designed for University, School, Kindergarten, Training Center, College, Academy and  Edumodo is a LMS base WordPress Theme . 
Version: 2.5.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edumodo
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments

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.

Edumodo is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


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


hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


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 { 
	box-sizing: inherit;
}

body {
	background: #fff; 
}

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


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; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}



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

textarea {
	width: 100%;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		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;
	word-wrap: normal !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-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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

/*
 Theme Name:   Edumodo Child
 Theme URI:    http://demo.themexpert.com/wordpress/edumodo
 Description:  Edumodo Child Theme
 Author:       ThemesGrove
 Author URI:   https://themesgrove.com/
 Template:     edumodo
 Version:      2.4.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edumodo-child
*/
.scroll-wrapper{overflow:hidden !important;padding:0 !important;position:relative}.scroll-wrapper>.scroll-content{border:none !important;box-sizing:content-box !important;height:auto;left:0;margin:0;max-height:none;max-width:none !important;overflow:scroll !important;padding:0;position:relative !important;top:0;width:auto !important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden !important}.scroll-textarea>.scroll-content>textarea{border:none !important;box-sizing:border-box;height:100% !important;margin:0;max-height:none !important;max-width:none !important;overflow:scroll !important;outline:0;padding:2px;position:relative !important;top:0;width:100% !important}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div{border:0;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light>.scroll-element div{display:block;height:100%;left:5px;top:0;width:1px}.scrollbar-light>.scroll-element .scroll-element_outer{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light>.scroll-element .scroll-element_size{background:#dbdbdb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#dbdbdb),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-o-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-ms-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:linear-gradient(to right,#dbdbdb 0,#e8e8e8 100%);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light>.scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light>.scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:12px;opacity:0}.scrollbar-light>.scroll-element .scroll-bar{background:#fefefe;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fefefe),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-o-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-ms-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:linear-gradient(to right,#fefefe 0,#f5f5f5 100%);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light>.scroll-element.scroll-y .scroll-bar{left:0;min-height:10px;width:11px;background:#12b3ff;opacity:.5;transition:opacity .25s}.scrollbar-light>.scroll-element.scroll-y .scroll-bar:hover{opacity:1}.scrollbar-light>.scroll-element.scroll-x .scroll-element_size{left:-4px;width:1px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer{left:0;top:2px;width:12px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.tipsy{font-size:12px;position:absolute;padding:5px;z-index:100000}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px 8px;text-align:center}.tipsy-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}.tipsy-nw .tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:0;border-left-color:transparent;border-right-color:transparent}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:0;border-left-color:transparent;border-right-color:transparent}.tipsy-se .tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:0;border-left-color:transparent;border-right-color:transparent}.tipsy-e .tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:0;border-top-color:transparent;border-bottom-color:transparent}.tipsy-w .tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:0;border-top-color:transparent;border-bottom-color:transparent}#popup_container{background:#fff}#popup_container #popup_title{padding:10px 20px;background:#18b6c7;color:#fff;font-size:18px;margin:0}#popup_container #popup_content{padding:20px}#popup_container #popup_content #popup_message{margin-bottom:20px}#popup_container #popup_panel{text-align:center}.single-lp_course .course-students{padding-top:10px}.single-lp_course .course-students-list{margin-top:10px}.single-lp_course .course-students-list .students{list-style-type:none;margin:0}.single-lp_course .course-students-list .students li{margin-right:10px}.single-lp_course .course-students-list .students p{margin-top:15px}.single-lp_course .lp_course .entry-footer{display:none}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(//www.mentaledge.sg/wp-content/plugins/learnpress/assets/fonts/awesome/fontawesome-webfont.eot?v=4.7.0);src:url(//www.mentaledge.sg/wp-content/plugins/learnpress/assets/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.mentaledge.sg/wp-content/plugins/learnpress/assets/fonts/awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.mentaledge.sg/wp-content/plugins/learnpress/assets/fonts/awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.mentaledge.sg/wp-content/plugins/learnpress/assets/fonts/awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.mentaledge.sg/wp-content/plugins/learnpress/assets/fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/**
 * Mixin
 */
@-webkit-keyframes rotating4 /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating4 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes animation4 /* Safari and Chrome */ {
  from {
    left: -40%;
    width: 40%; }
  to {
    left: 100%;
    width: 10%; } }

@keyframes animation4 {
  from {
    left: -40%;
    width: 40%; }
  to {
    left: 100%;
    width: 10%; } }

@keyframes lp-rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes lp-rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.ajaxload {
  background: #7b7b7b;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: lp-rotating 1s linear infinite;
  -moz-animation: lp-rotating 1s linear infinite;
  animation: lp-rotating 1s linear infinite; }
  .ajaxload:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #DEDEDE;
    position: absolute;
    content: '';
    top: 2px;
    left: 50%;
    margin-left: -3px; }

.learn-press-checkout.guest-checkout {
  display: none; }

.button-continue-guest-checkout {
  clear: both; }

#learn-press-payment .payment-methods {
  list-style: none;
  margin: 0;
  padding: 0; }
  #learn-press-payment .payment-methods .lp-payment-method {
    margin-bottom: 20px; }
    #learn-press-payment .payment-methods .lp-payment-method > label {
      display: block;
      background: #F5F5F5;
      padding: 10px 20px;
      line-height: 40px; }
      #learn-press-payment .payment-methods .lp-payment-method > label img {
        vertical-align: middle; }
    #learn-press-payment .payment-methods .lp-payment-method.selected > label {
      background: #e7f7ff; }
  #learn-press-payment .payment-methods .payment-method-form {
    display: none;
    background: #F9f9f9;
    padding: 15px 20px;
    border-top: 1px solid #DDD; }

#learn-press-checkout-login,
#learn-press-checkout-register {
  margin-bottom: 1.5em;
  border: 1px solid #DDD;
  padding: 20px 20px 0 20px;
  background: #FFFFFF; }

#learn-press-order-review,
.learn-press-checkout-comment {
  margin-bottom: 20px; }

#checkout-form-login,
#checkout-form-register {
  _display: none; }
  #checkout-form-login .learn-press-form-register,
  #checkout-form-login .learn-press-form-login,
  #checkout-form-register .learn-press-form-register,
  #checkout-form-register .learn-press-form-login {
    display: none; }

#checkout-guest-email {
  border: 1px solid #DDD;
  padding: 20px;
  margin: 0 0 20px 0; }
  #checkout-guest-email .form-heading {
    margin: 0; }

#checkout-guest-email #checkout-guest-options {
  list-style: none;
  margin: 0; }

#checkout-guest-email #checkout-existing-account,
#checkout-guest-email #checkout-new-account {
  display: none;
  margin: 0; }

#checkout-guest-email.email-exists #checkout-existing-account {
  display: block; }

#checkout-guest-email.email-exists #checkout-new-account {
  display: none; }

.lp-list-table {
  border: none;
  width: 100%;
  margin-bottom: 20px; }
  .lp-list-table th, .lp-list-table td {
    border: 0 solid #DDD;
    border-bottom-width: 1px;
    line-height: 1;
    font-size: 16px;
    padding: 15px 15px;
    background: #FFF;
    text-align: left; }
  .lp-list-table tr {
    border: 0; }
  .lp-list-table thead tr {
    color: #444; }
    .lp-list-table thead tr th {
      background: #00adff;
      color: #FFF;
      border-bottom: none; }
  .lp-list-table tbody tr {
    color: #777; }
    .lp-list-table tbody tr td, .lp-list-table tbody tr th {
      border-bottom: 1px solid #DDD;
      font-size: 14px;
      background: #FFF; }
      .lp-list-table tbody tr td a, .lp-list-table tbody tr th a {
        text-decoration: none;
        border-bottom: none; }
    .lp-list-table tbody tr:nth-child(odd) {
      background: #F5F5F5; }
  .lp-list-table .list-table-nav td {
    font-size: 14px; }
    .lp-list-table .list-table-nav td.nav-text {
      text-align: left; }
    .lp-list-table .list-table-nav td.nav-pages {
      text-align: right; }
      .lp-list-table .list-table-nav td.nav-pages .learn-press-pagination {
        text-align: right; }
      .lp-list-table .list-table-nav td.nav-pages .page-numbers {
        margin-bottom: 0; }

.lp-label {
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  background: #DDD;
  border-radius: 4px;
  line-height: 1;
  color: #FFF; }
  .lp-label.label-finished, .lp-label.label-completed {
    background: #ffdc1e; }
  .lp-label.label-passed {
    background: #14c4ff; }
  .lp-label.label-failed {
    background: #ff4d66; }
  .lp-label.label-enrolled, .lp-label.label-started {
    background: #d243ff; }

.learn-press-form .form-fields {
  list-style: none;
  margin: 0;
  padding: 0; }
  .learn-press-form .form-fields .form-field {
    margin: 0 0 20px 0; }
    .learn-press-form .form-fields .form-field label {
      display: block;
      margin: 0 0 10px 0; }
    .learn-press-form .form-fields .form-field input[type="text"],
    .learn-press-form .form-fields .form-field input[type="email"],
    .learn-press-form .form-fields .form-field input[type="number"],
    .learn-press-form .form-fields .form-field input[type="password"],
    .learn-press-form .form-fields .form-field textarea {
      padding: 8px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .learn-press-form .form-fields .form-field .description {
      font-style: italic;
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.4; }
    .learn-press-form .form-fields .form-field .asterisk {
      color: #FF0000; }

.form-desc {
  font-size: smaller;
  font-style: italic; }

.become-teacher-form {
  margin: 0 auto;
  width: 90%;
  max-width: 500px; }
  .become-teacher-form .form-field input[type="text"],
  .become-teacher-form .form-field input[type="email"],
  .become-teacher-form .form-field input[type="number"],
  .become-teacher-form .form-field input[type="password"] {
    width: 100%; }

#learn-press-user-profile {
  position: relative; }
  #learn-press-user-profile:after {
    clear: both;
    display: block;
    content: ''; }

#learn-press-profile-header {
  height: 100px;
  background: #f0defb;
  position: relative;
  z-index: 100; }
  #learn-press-profile-header .lp-profile-avatar {
    position: absolute;
    bottom: -10px;
    left: 10px; }
    #learn-press-profile-header .lp-profile-avatar img {
      border-radius: 0; }

#learn-press-profile-nav {
  float: left;
  min-width: 200px;
  padding-top: 40px;
  background: #f5f5f5;
  /*margin-bottom: -20000px;
    padding-bottom: 20000px;*/ }
  #learn-press-profile-nav:before {
    content: '';
    width: 200px;
    background: #F5F5F5;
    top: 0;
    bottom: 0;
    position: absolute; }
  #learn-press-profile-nav .tabs {
    list-style: none;
    margin: 0;
    padding: 0; }
    #learn-press-profile-nav .tabs > li {
      margin-bottom: 0;
      position: relative; }
      #learn-press-profile-nav .tabs > li ul {
        list-style: none;
        margin: 0;
        padding: 8px 0;
        display: none; }
        #learn-press-profile-nav .tabs > li ul li a {
          padding-left: 20px; }
        #learn-press-profile-nav .tabs > li ul li.active a {
          color: #FFF; }
        #learn-press-profile-nav .tabs > li ul li:hover a {
          background: transparent;
          color: #FFF; }
      #learn-press-profile-nav .tabs > li a {
        display: block;
        text-decoration: none;
        padding: 5px 10px;
        border: none;
        box-shadow: none;
        outline: none; }
        #learn-press-profile-nav .tabs > li a:hover {
          background: #FFF; }
      #learn-press-profile-nav .tabs > li.active ul {
        background: #EAEAEA;
        display: block; }
      #learn-press-profile-nav .tabs > li.active > a {
        background: #D9D9D9; }
      #learn-press-profile-nav .tabs > li:hover:not(.active) > a {
        background: #D0D0D0;
        color: #FFF; }
      #learn-press-profile-nav .tabs > li:hover:not(.active) ul {
        background: #EAEAEA;
        display: block;
        position: absolute;
        width: 200px;
        top: 0;
        margin: 0;
        padding: 0;
        left: 100%;
        z-index: 100; }

#learn-press-profile-content {
  float: right;
  width: calc(100% - 230px);
  margin-top: 30px;
  overflow: hidden; }
  #learn-press-profile-content .lp-sections {
    list-style: none;
    overflow: hidden; }
    #learn-press-profile-content .lp-sections li {
      float: left; }
      #learn-press-profile-content .lp-sections li a {
        text-decoration: none;
        display: block;
        padding: 3px 5px;
        border: none;
        box-shadow: none; }
      #learn-press-profile-content .lp-sections li.active a {
        border-bottom: 2px solid #DDD; }

#learn-press-profile-footer {
  clear: both;
  background: #FFF;
  z-index: 10;
  position: relative; }

.lp-user-profile .profile-name {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 13px; }

.profile-list-table td.column-actions {
  white-space: nowrap; }

.profile-list-table .result-percent {
  font-size: 12px;
  font-weight: bold;
  min-width: 40px;
  display: inline-block; }

.profile-list-courses .column-passing-grade,
.profile-list-courses .column-time-interval,
.profile-list-courses .column-date,
.profile-list-courses .column-status,
.profile-list-quizzes .column-passing-grade,
.profile-list-quizzes .column-time-interval,
.profile-list-quizzes .column-date,
.profile-list-quizzes .column-status {
  width: 150px; }

.profile-recover-order {
  padding: 20px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .profile-recover-order p {
    margin-bottom: 10px; }
  .profile-recover-order input[name="order-key"] {
    width: 250px;
    display: inline-block; }

.order-recover input[name="order-key"], .order-recover button {
  vertical-align: middle; }

.column-order-action a {
  display: inline-block;
  margin-right: 5px; }

.lp-tab-sections {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  background: #eaeaea; }
  .lp-tab-sections .section-tab {
    float: left;
    list-style: none; }
    .lp-tab-sections .section-tab a, .lp-tab-sections .section-tab span {
      display: inline-block;
      padding: 8px 10px;
      line-height: 1;
      box-shadow: none; }
    .lp-tab-sections .section-tab.active span {
      border-bottom: 2px solid #00adff;
      padding-bottom: 6px; }
  .lp-tab-sections:after {
    clear: both;
    display: block;
    content: ''; }

.profile-heading {
  font-size: 18px; }

.lp-sub-menu {
  list-style: none;
  margin: 0 0 10px 0; }
  .lp-sub-menu li {
    display: inline-block; }
    .lp-sub-menu li a, .lp-sub-menu li span {
      display: inline-block;
      margin: 0 10px 0 0; }

.learn-press-nav-items .learn-press-pagination {
  float: right; }

.learn-press-nav-items:after {
  clear: both;
  display: block;
  content: ''; }

.lp-avatar-preview {
  position: relative;
  float: left;
  background-color: #DDD;
  margin-bottom: 20px;
  overflow: hidden; }
  .lp-avatar-preview .profile-picture {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-top: -25%; }
    .lp-avatar-preview .profile-picture img {
      width: 100%;
      height: 100%;
      border-radius: 0; }
    .lp-avatar-preview .profile-picture.profile-avatar-hidden {
      display: none; }
  .lp-avatar-preview .lp-avatar-preview-actions {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -14px;
    text-align: center; }
    .lp-avatar-preview .lp-avatar-preview-actions a {
      text-decoration: none;
      font-size: 12px;
      background: #FFF;
      display: inline-block;
      box-shadow: none;
      padding: 5px 10px; }
  .lp-avatar-preview .lp-avatar-upload-progress {
    position: absolute;
    height: 10px;
    background: #FFF;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    right: 10px;
    display: none; }
    .lp-avatar-preview .lp-avatar-upload-progress .lp-avatar-upload-progress-value {
      width: 0;
      height: 10px;
      background: #563d7c; }
  .lp-avatar-preview .lp-avatar-upload-error {
    display: none; }
  .lp-avatar-preview .lp-avatar-preview-actions {
    display: none; }
  .lp-avatar-preview:hover .lp-avatar-preview-actions {
    display: block; }
  .lp-avatar-preview.uploading .lp-avatar-preview-actions, .lp-avatar-preview.upload-error .lp-avatar-preview-actions {
    display: none; }
  .lp-avatar-preview.uploading .lp-avatar-upload-progress, .lp-avatar-preview.upload-error .lp-avatar-upload-progress {
    display: block; }
  .lp-avatar-preview.uploading:before, .lp-avatar-preview.upload-error:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.4;
    content: ''; }
  .lp-avatar-preview.upload-error .lp-avatar-upload-error {
    display: block; }
  .lp-avatar-preview.croping .lp-avatar-preview-actions {
    display: none; }
  .lp-avatar-preview.croping .lp-avatar-crop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden; }
    .lp-avatar-preview.croping .lp-avatar-crop-image img {
      max-width: inherit;
      cursor: move; }
    .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 30px; }
      .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
        position: absolute;
        height: 10px;
        bottom: 10px;
        left: 10px;
        right: 30px;
        background: #563d7a; }
        .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider {
          position: absolute;
          left: 0;
          right: 10px;
          height: 100%; }
          .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider .ui-slider-handle {
            display: inline-block;
            width: 10px;
            height: 14px;
            background: #FFF;
            position: absolute;
            margin-top: -2px;
            border: 1px solid #563d7a;
            box-shadow: none;
            outline: none;
            cursor: ew-resize; }
      .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload {
        text-decoration: none;
        position: absolute;
        bottom: 5px;
        right: 5px;
        box-shadow: none; }
      .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls:before {
        position: absolute;
        height: 30px;
        width: 100%;
        content: '';
        background: #FFF;
        opacity: 0.4; }
  .lp-avatar-preview:after {
    clear: both;
    display: block;
    content: ''; }

#profile-mobile-menu {
  display: none; }

@media screen and (max-width: 480px) {
  #learn-press-user-profile:before {
    display: none; }
  #learn-press-profile-nav {
    height: 40px;
    z-index: 90;
    /* position: relative; */
    padding-top: 0;
    min-width: 40px;
    width: 40px;
    float: right;
    margin-bottom: 20px; }
    #learn-press-profile-nav #profile-mobile-menu {
      display: block;
      width: 40px;
      height: 40px;
      float: right;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
      box-shadow: none; }
    #learn-press-profile-nav .learn-press-tabs {
      right: 0;
      width: 100%;
      display: none;
      background: #03A9F4;
      color: #FFF;
      position: absolute;
      margin-top: 40px; }
      #learn-press-profile-nav .learn-press-tabs li a {
        color: #FFF; }
      #learn-press-profile-nav .learn-press-tabs li:hover:not(.active) > a {
        background: #D0D0D0;
        color: #FFF; }
      #learn-press-profile-nav .learn-press-tabs li:hover:not(.active) ul {
        position: relative;
        left: 0;
        width: 100%; }
    #learn-press-profile-nav:hover #profile-mobile-menu {
      background: #03a8f4;
      /* border: 1px solid #DDD; */
      color: #FFF; }
    #learn-press-profile-nav:hover .learn-press-tabs {
      display: block; }
    #learn-press-profile-nav:before {
      content: '';
      position: absolute;
      left: 0;
      right: 40px;
      height: 40px;
      background: #F5F5F5; }
    #learn-press-profile-nav .tabs > li.active ul, #learn-press-profile-nav .tabs > li.active a, #learn-press-profile-nav .tabs > li:hover ul, #learn-press-profile-nav .tabs > li:hover a {
      background: #0191d4; }
  #learn-press-profile-content {
    float: none;
    width: 100%; } }

#learn-press-user-profile .learn-press-form-login,
#learn-press-user-profile .learn-press-form-register {
  border: 1px solid #DDD;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px; }

#learn-press-course-tabs .course-tab-panel {
  display: none; }
  #learn-press-course-tabs .course-tab-panel.active {
    display: block; }

.lp-single-course .course-author {
  margin-bottom: 40px; }
  .lp-single-course .course-author .author-name {
    float: left;
    margin: 0 20px 0 0;
    text-align: center; }
    .lp-single-course .course-author .author-name img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .lp-single-course .course-author .author-name a {
      display: block; }
  .lp-single-course .course-author .author-bio {
    font-size: 15px;
    font-style: italic; }
  .lp-single-course .course-author:after {
    clear: both;
    display: block;
    content: ''; }
  .lp-single-course .course-author .course-instructor-item {
    clear: both;
    padding-top: 20px; }

.lp-single-course .course-price {
  margin-bottom: 10px; }
  .lp-single-course .course-price .origin-price,
  .lp-single-course .course-price .price {
    vertical-align: middle; }
  .lp-single-course .course-price .origin-price {
    font-size: 18px;
    text-decoration: line-through;
    font-style: italic;
    margin-right: 10px; }
  .lp-single-course .course-price .price {
    font-size: 24px; }

.lp-single-course .lp-course-buttons {
  margin-bottom: 20px; }

.edit-content {
  margin-left: 5px; }

ul.learn-press-nav-tabs {
  list-style: none;
  border-bottom: 3px solid #DDD;
  margin: 0 0 20px 0;
  padding: 0; }
  ul.learn-press-nav-tabs .course-nav {
    float: left;
    position: relative;
    margin: 0;
    list-style: none; }
    ul.learn-press-nav-tabs .course-nav a {
      display: inline-block;
      padding: 10px 20px;
      border-bottom: none;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      ul.learn-press-nav-tabs .course-nav a:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    ul.learn-press-nav-tabs .course-nav.active:after, ul.learn-press-nav-tabs .course-nav:hover:after {
      position: absolute;
      bottom: -3px;
      background: #00adff;
      height: 3px;
      width: 100%;
      content: '';
      left: 0; }
  ul.learn-press-nav-tabs:after {
    clear: both;
    display: block;
    content: ''; }

.course-item-popup #tab-curriculum {
  display: block; }

.course-curriculum ul.curriculum-sections {
  list-style: none;
  margin: 0;
  padding: 0; }
  .course-curriculum ul.curriculum-sections .section {
    margin: 0;
    padding: 0; }
    .course-curriculum ul.curriculum-sections .section.section-empty .section-header {
      margin-bottom: 20px; }
    .course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
      margin-left: 15px;
      margin-right: 15px; }
  .course-curriculum ul.curriculum-sections .section-header {
    display: table;
    border-bottom: 1px solid #00adff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .course-curriculum ul.curriculum-sections .section-header .section-left {
      display: table-cell;
      vertical-align: top;
      cursor: pointer; }
    .course-curriculum ul.curriculum-sections .section-header .section-title,
    .course-curriculum ul.curriculum-sections .section-header .section-desc {
      margin: 0 0 10px 0; }
    .course-curriculum ul.curriculum-sections .section-header .section-title {
      font-weight: normal;
      margin-bottom: 0;
      font-size: 18px;
      padding: 10px 0; }
    .course-curriculum ul.curriculum-sections .section-header .section-desc {
      font-size: 14px;
      font-style: italic; }
    .course-curriculum ul.curriculum-sections .section-header .section-meta {
      display: table-cell;
      white-space: nowrap;
      padding-left: 20px;
      text-align: right;
      font-size: 14px;
      vertical-align: middle; }
      .course-curriculum ul.curriculum-sections .section-header .section-meta .section-progress {
        display: inline-block;
        margin-right: 5px; }
        .course-curriculum ul.curriculum-sections .section-header .section-meta .section-progress .progress-bg {
          width: 100px; }
  .course-curriculum ul.curriculum-sections .section-content {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0; }
    .course-curriculum ul.curriculum-sections .section-content .course-item {
      position: relative;
      font-size: 14px;
      border-bottom: 1px solid #EEE;
      transition: padding-left linear 0.15s;
      background: #FFF;
      margin: 0;
      padding: 0; }
      .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
        border-bottom: none;
        display: table;
        box-shadow: none;
        outline: none;
        width: 100%;
        line-height: 1.5; }
        .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before {
          font-family: fontawesome;
          font-size: 18px;
          /*position: absolute;*/
          left: 0;
          transition: left linear 0.15s;
          display: table-cell;
          width: 20px;
          padding: 10px 0; }
      .course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,
      .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 10px; }
      .course-curriculum ul.curriculum-sections .section-content .course-item .item-icon:before {
        font-size: 18px; }
      .course-curriculum ul.curriculum-sections .section-content .course-item .item-icon.icon-lock {
        float: right;
        margin-top: 15px; }
      .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
        padding: 10px 0;
        text-align: right; }
        .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
          height: 20px;
          line-height: 20px;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px;
          padding: 0 8px;
          border-radius: 3px;
          font-size: 14px;
          color: #FFF; }
          .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz {
            background: #14c4ff; }
          .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.trans {
            padding: 0; }
        .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
          background: #dd88ae; }
        .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
          background: #009688; }
        .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status {
          color: #DDD;
          margin-left: 5px;
          display: none;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status:before {
            vertical-align: middle;
            font-size: 14px; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.has-status .course-item-status {
        display: inline-block; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-viewed .course-item-status {
        display: none; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz.status-started .course-item-status:before {
        content: "\f00c"; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before {
        content: "\f017"; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before {
        content: "\f0f6"; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-video .section-item-link:before {
        content: "\f03d"; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link:before {
        content: "\f027"; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
        background: #00adff;
        font-style: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status:before {
          content: attr(data-preview);
          color: #FFF;
          vertical-align: baseline; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status {
        display: inline-block; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
          content: "\f023";
          color: #ab6060; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.has-status {
        padding-top: 1px; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status {
          border-color: #00adff;
          color: #DDD; }
          .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before {
            content: "\f00c"; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status {
          color: #00adff; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed .course-item-status {
          border-color: #00adff;
          color: #00adff; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status {
          border-color: #FF0000;
          color: #FF0000; }
          .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status:before, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status:before {
            content: "\f00d"; }
      .course-curriculum ul.curriculum-sections .section-content .course-item:before {
        background: #00adff;
        height: 0;
        left: 0;
        top: 50%;
        position: absolute;
        content: '';
        width: 3px;
        transition: height linear 0.15s, top linear 0.15s; }
      .course-curriculum ul.curriculum-sections .section-content .course-item.current {
        padding-left: 10px;
        background: #F9F9F9; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.current a:before {
          left: 10px; }
        .course-curriculum ul.curriculum-sections .section-content .course-item.current:before {
          top: 0;
          height: 100%; }
      .course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status {
        font-family: fontawesome; }

body.course-item-popup {
  overflow: hidden;
  _opacity: 0; }
  body.course-item-popup #learn-press-course-curriculum {
    position: fixed;
    top: 32px;
    bottom: 0;
    left: 0;
    width: 400px;
    background: #FFF;
    border-right: 1px solid #DDD;
    overflow: auto;
    z-index: 9999; }
    body.course-item-popup #learn-press-course-curriculum .section-header {
      padding: 0 15px; }
      body.course-item-popup #learn-press-course-curriculum .section-header .section-desc {
        margin: -10px 0 5px; }
    body.course-item-popup #learn-press-course-curriculum .course-item {
      padding-left: 15px;
      padding-right: 15px; }
      body.course-item-popup #learn-press-course-curriculum .course-item a:before {
        left: 15px; }
  body.course-item-popup #learn-press-content-item {
    position: fixed;
    z-index: 9999;
    background: #FFF;
    top: 32px;
    left: 400px;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    body.course-item-popup #learn-press-content-item .content-item-wrap {
      margin: 10px auto;
      max-width: 900px; }
    body.course-item-popup #learn-press-content-item .course-item-title {
      font-size: 1.4rem; }
    body.course-item-popup #learn-press-content-item .content-question-summary .review-heading {
      text-align: center; }
    body.course-item-popup #learn-press-content-item .content-question-summary .question-title {
      font-size: 1.2rem;
      margin-bottom: 10px; }
  body.course-item-popup #content-item-nav {
    position: fixed;
    z-index: 99999;
    left: 400px;
    right: 0;
    background: #F5F5F5;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #DDD; }
    body.course-item-popup #content-item-nav .content-item-nav-wrap {
      max-width: 900px;
      margin: 10px auto; }
    body.course-item-popup #content-item-nav button {
      height: 40px;
      line-height: 40px;
      padding: 0 20px; }
  body.course-item-popup .comment-form-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body.course-item-popup.wpadminbar #learn-press-course-curriculum,
  body.course-item-popup.wpadminbar #learn-press-content-item {
    top: 92px; }
  body.course-item-popup.wpadminbar #course-item-content-header {
    top: 32px; }
  body.course-item-popup.wpadminbar .content-item-description {
    margin-bottom: 20px; }
  body.course-item-popup .content-item-summary {
    margin-bottom: 50px; }
    body.course-item-popup .content-item-summary > h3 {
      margin-bottom: 20px; }
    body.course-item-popup .content-item-summary.content-item-video .entry-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
      line-height: 1; }
      body.course-item-popup .content-item-summary.content-item-video .entry-video iframe {
        width: 100%;
        margin-bottom: 0;
        max-width: 900px;
        vertical-align: top; }
  body.course-item-popup .learn-press-content-protected-message {
    margin-bottom: 50px;
    padding: 20px;
    background: #ffe0e0; }
  body.course-item-popup.content-only #learn-press-content-item {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999; }
    body.course-item-popup.content-only #learn-press-content-item #course-item-content-header,
    body.course-item-popup.content-only #learn-press-content-item #course-item-content-footer {
      display: none; }
    body.course-item-popup.content-only #learn-press-content-item .content-item-scrollable {
      bottom: 0; }

body #ifr-course-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #FFF; }

body.full-screen-content-item #course-item-content-header .toggle-content-item:before {
  font: 28px/60px fontawesome;
  content: "\f066"; }

body .content-item-summary .form-button-finish-course,
body .lp-quiz-buttons .form-button-finish-course {
  float: right; }

#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item:before,
#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item:before,
#wpadminbar #wp-admin-bar-edit-lp_question .ab-item:before {
  font-family: fontawesome;
  top: 2px; }

#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item:before {
  content: "\f017"; }

#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item:before {
  content: "\f0f6"; }

#wpadminbar #wp-admin-bar-edit-lp_question .ab-item:before {
  content: "\f29c"; }

.scroll-wrapper {
  opacity: 0;
  overflow: hidden; }
  .scroll-wrapper .scroll-element {
    background: transparent; }
    .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
      transition: opacity 0.25s; }
  .scroll-wrapper:hover .scroll-element.scroll-y.scroll-scrolly_visible {
    opacity: 0.7; }

.course-remaining-time .lp-label.label-enrolled {
  font-size: inherit; }

.learn-press-course-results-progress {
  margin-right: -4%; }
  .learn-press-course-results-progress .items-progress,
  .learn-press-course-results-progress .course-progress {
    float: left;
    margin-right: 4%;
    width: 46%;
    margin-bottom: 30px; }
    .learn-press-course-results-progress .items-progress .lp-course-progress-heading,
    .learn-press-course-results-progress .course-progress .lp-course-progress-heading {
      margin-bottom: 10px; }
    .learn-press-course-results-progress .items-progress .lp-progress-bar,
    .learn-press-course-results-progress .course-progress .lp-progress-bar {
      height: 10px;
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      .learn-press-course-results-progress .items-progress .lp-progress-bar .lp-progress-value,
      .learn-press-course-results-progress .course-progress .lp-progress-bar .lp-progress-value {
        height: 10px;
        border-radius: 5px;
        margin-left: -100%;
        position: absolute;
        width: 100%; }
    .learn-press-course-results-progress .items-progress .lp-course-status .grade.failed,
    .learn-press-course-results-progress .course-progress .lp-course-status .grade.failed {
      background: #FF0000; }
    .learn-press-course-results-progress .items-progress .lp-course-status .grade.passed,
    .learn-press-course-results-progress .course-progress .lp-course-status .grade.passed {
      background: #3eadff; }
  .learn-press-course-results-progress:after {
    clear: both;
    display: block;
    content: ''; }

#course-item-content-header,
#course-item-content-footer {
  position: fixed;
  height: 60px;
  right: 0;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#course-item-content-header {
  top: 0;
  left: 0;
  background: #e7f7ff;
  z-index: 100;
  border-bottom: 1px solid #DDDDDD;
  padding: 0; }
  #course-item-content-header .course-item-search {
    float: left;
    width: 400px;
    padding: 15px;
    box-sizing: border-box;
    position: relative; }
    #course-item-content-header .course-item-search input {
      height: 30px;
      width: 385px;
      background: transparent;
      border: none;
      padding: 0;
      box-shadow: none;
      float: left;
      font-style: italic;
      color: #AAA; }
      #course-item-content-header .course-item-search input:focus {
        box-shadow: none;
        outline: none;
        color: #777; }
    #course-item-content-header .course-item-search button {
      background: transparent;
      border: none;
      position: absolute;
      z-index: 99;
      margin-left: -30px;
      padding: 0;
      height: 30px;
      line-height: 30px;
      font-size: 15px;
      right: 15px;
      color: #777; }
      #course-item-content-header .course-item-search button:after {
        font-family: fontawesome;
        content: "\f002"; }
    #course-item-content-header .course-item-search.has-keyword button:after {
      content: "\f00d"; }
  #course-item-content-header .course-title {
    font-size: 1.4rem;
    float: left;
    clear: none;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    margin: 0; }
    #course-item-content-header .course-title a {
      box-shadow: none; }
    #course-item-content-header .course-title:before {
      content: '';
      display: none; }
  #course-item-content-header .form-button.lp-button-back {
    float: right;
    margin-right: 15px; }
    #course-item-content-header .form-button.lp-button-back button {
      line-height: 34px; }
  #course-item-content-header .toggle-content-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: right;
    text-align: center;
    border-left: 1px solid #DDD; }
    #course-item-content-header .toggle-content-item:before {
      font: 28px/60px fontawesome;
      content: "\f065"; }

#course-item-content-footer {
  border-top: 1px solid #DDD;
  bottom: 0;
  left: 400px;
  padding: 15px;
  display: none; }
  #course-item-content-footer button,
  #course-item-content-footer .lp-button {
    height: 35px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px; }

.learn-press-form.completed button:before {
  font-family: fontawesome;
  content: '\f00c';
  font-size: 18px;
  margin-right: 10px; }

.lp-course-progress {
  position: relative; }
  .lp-course-progress .lp-passing-conditional {
    position: absolute;
    height: 10px;
    width: 3px;
    background: #FF0000;
    top: 0;
    margin-left: -1px; }

@media screen and (max-width: 1300px) {
  body.course-item-popup #course-item-content-header .course-item-search {
    width: 300px; }
    body.course-item-popup #course-item-content-header .course-item-search input {
      width: 285px; }
    body.course-item-popup #course-item-content-header .course-item-search button {
      left: 300px; }
  body.course-item-popup #learn-press-course-curriculum {
    width: 300px; }
    body.course-item-popup #learn-press-course-curriculum .progress-bg {
      width: 40px; }
  body.course-item-popup #content-item-nav,
  body.course-item-popup #learn-press-content-item,
  body.course-item-popup #course-item-content-footer {
    left: 300px; }
  body.course-item-popup .section-desc {
    display: none; } }

@media screen and (max-width: 1200px) {
  body.course-item-popup #course-item-content-header .course-item-search {
    width: 300px; }
    body.course-item-popup #course-item-content-header .course-item-search input {
      width: 285px; }
    body.course-item-popup #course-item-content-header .course-item-search button {
      left: 300px; }
  body.course-item-popup #learn-press-course-curriculum {
    width: 300px; }
  body.course-item-popup #content-item-nav,
  body.course-item-popup #learn-press-content-item,
  body.course-item-popup #course-item-content-footer {
    left: 300px; }
  body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
  body.course-item-popup #learn-press-content-item .content-item-wrap {
    width: 90%; } }

@media screen and (max-width: 768px) {
  body.course-item-popup #course-item-content-header .course-item-search {
    width: 200px; }
    body.course-item-popup #course-item-content-header .course-item-search input {
      width: 185px; }
    body.course-item-popup #course-item-content-header .course-item-search button {
      left: 200px; }
  body.course-item-popup #learn-press-course-curriculum {
    width: 200px; }
  body.course-item-popup #content-item-nav,
  body.course-item-popup #learn-press-content-item,
  body.course-item-popup #course-item-content-footer {
    left: 200px; }
  body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
  body.course-item-popup #learn-press-content-item .content-item-wrap {
    width: 90%; }
  body.course-item-popup.wpadminbar #learn-press-content-item,
  body.course-item-popup.wpadminbar #learn-press-course-curriculum {
    top: 106px; }
  body.course-item-popup.wpadminbar #course-item-content-header {
    top: 46px; }
  .learn-press-course-results-progress {
    margin-right: 0%; }
    .learn-press-course-results-progress .items-progress,
    .learn-press-course-results-progress .course-progress {
      float: none;
      margin-right: 0%;
      width: 100%;
      margin-bottom: 20px; } }

.lp-quiz-buttons {
  margin-bottom: 20px;
  clear: both;
  display: block;
  content: ''; }

.quiz-progress {
  background: #e7f7ff;
  margin-bottom: 30px; }
  .quiz-progress .progress-items {
    display: flex; }
    .quiz-progress .progress-items .progress-item {
      flex: 1;
      position: relative;
      font-size: 15px;
      color: #777; }
      .quiz-progress .progress-items .progress-item .progress-number,
      .quiz-progress .progress-items .progress-item .progress-label {
        display: block;
        text-align: center;
        line-height: 1; }
      .quiz-progress .progress-items .progress-item .progress-number {
        font-size: 20px;
        margin: 15px 0 10px 0; }
      .quiz-progress .progress-items .progress-item .progress-label {
        font-size: 14px;
        margin-bottom: 15px; }
      .quiz-progress .progress-items .progress-item i {
        display: none;
        width: 60px;
        height: 60px;
        font-size: 30px;
        text-align: center;
        line-height: 60px;
        color: #FFF;
        background: #00adff;
        float: left; }
      .quiz-progress .progress-items .progress-item:after {
        clear: both;
        display: block;
        content: ''; }

.answer-options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .answer-options .answer-option {
    margin: 0 0 15px 0;
    position: relative;
    background: #F5F5F5;
    padding: 10px;
    display: flex;
    overflow: hidden;
    color: #777;
    cursor: pointer;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background linear 0.25s;
    -moz-transition: background linear 0.25s;
    transition: background linear 0.25s; }
    .answer-options .answer-option .option-title {
      font-size: smaller;
      display: table-cell; }
      .answer-options .answer-option .option-title .option-title-content {
        display: inline-block;
        vertical-align: middle; }
      .answer-options .answer-option .option-title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        content: '';
        background: #DDD;
        -webkit-transition: background linear 0.25s;
        -moz-transition: background linear 0.25s;
        transition: background linear 0.25s; }
    .answer-options .answer-option input[type="checkbox"],
    .answer-options .answer-option input[type="radio"] {
      -webkit-appearance: initial;
      -moz-appearance: initial;
      margin: 0 10px 0 3px;
      position: relative;
      border: 1px solid #eaeaea;
      z-index: 10;
      width: 32px;
      height: 32px;
      min-width: 32px;
      background: #FFF;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .answer-options .answer-option input[type="checkbox"]:focus,
      .answer-options .answer-option input[type="radio"]:focus {
        outline: none; }
      .answer-options .answer-option input[type="checkbox"]:after,
      .answer-options .answer-option input[type="radio"]:after {
        content: '';
        border: 2px solid #00adff;
        display: inline-block;
        width: 7px;
        height: 15px;
        border-top: none;
        border-left: none;
        position: absolute;
        top: 50%;
        left: 10px;
        box-sizing: content-box;
        opacity: 0;
        margin-top: -10px;
        -webkit-transform: rotate(36deg) scale(0);
        -moz-transform: rotate(36deg) scale(0);
        -ms-transform: rotate(36deg) scale(0);
        -o-transform: rotate(36deg) scale(0);
        transform: rotate(36deg) scale(0);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }
      .answer-options .answer-option input[type="checkbox"]:checked ~ .option-title .option-title-content,
      .answer-options .answer-option input[type="radio"]:checked ~ .option-title .option-title-content {
        position: relative; }
      .answer-options .answer-option input[type="checkbox"]:checked ~ .option-title:before,
      .answer-options .answer-option input[type="radio"]:checked ~ .option-title:before {
        background: #00adff; }
      .answer-options .answer-option input[type="checkbox"]:checked:after,
      .answer-options .answer-option input[type="radio"]:checked:after {
        opacity: 1;
        -webkit-transform: rotate(36deg) scale(1);
        -moz-transform: rotate(36deg) scale(1);
        -ms-transform: rotate(36deg) scale(1);
        -o-transform: rotate(36deg) scale(1);
        transform: rotate(36deg) scale(1); }
    .answer-options .answer-option input[type="radio"] {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .answer-options .answer-option input[type="radio"]:before {
        border-radius: 50%; }
    .answer-options .answer-option .option-title {
      margin: 0; }
    .answer-options .answer-option:hover {
      background: #e1f5ff; }
    .answer-options .answer-option.answer-correct {
      background: #e1f5ff; }
      .answer-options .answer-option.answer-correct input[type="radio"]:checked ~ .option-title:before,
      .answer-options .answer-option.answer-correct input[type="checkbox"]:checked ~ .option-title:before {
        background: #e1f5ff; }
    .answer-options .answer-option.answered-correct input[type="radio"]:checked ~ .option-title:before,
    .answer-options .answer-option.answered-correct input[type="checkbox"]:checked ~ .option-title:before {
      background: #00adff; }
    .answer-options .answer-option.answered-wrong input[type="radio"]:before, .answer-options .answer-option.answered-wrong input[type="radio"]:after,
    .answer-options .answer-option.answered-wrong input[type="checkbox"]:before,
    .answer-options .answer-option.answered-wrong input[type="checkbox"]:after {
      border-color: #FF0000; }
    .answer-options .answer-option.answered-wrong input[type="radio"]:checked ~ .option-title:before,
    .answer-options .answer-option.answered-wrong input[type="checkbox"]:checked ~ .option-title:before {
      background: #FF0000; }

button[data-counter] {
  position: relative; }
  button[data-counter]:after {
    content: "(+" attr(data-counter) ")";
    padding-left: 5px; }

.quiz-result {
  max-width: 400px;
  margin: 30px auto 20px;
  text-align: center; }
  .quiz-result .result-grade .result-achieved,
  .quiz-result .result-grade .result-require {
    display: inline-block;
    margin: 0 auto; }
  .quiz-result .result-grade .result-achieved {
    font-size: 36px;
    border-bottom: 2px solid #04adff; }
  .quiz-result .result-grade .result-require {
    display: block; }
  .quiz-result .result-grade .result-message {
    font-size: 14px; }
  .quiz-result.failed .result-achieved {
    color: #c55757; }
  .quiz-result.failed .result-message strong {
    color: #c55757; }
  .quiz-result.passed .result-achieved {
    color: #04adff; }
  .quiz-result.passed .result-message strong {
    color: #04adff; }
  .quiz-result .result-statistic {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0; }
    .quiz-result .result-statistic .result-statistic-field {
      display: flex; }
      .quiz-result .result-statistic .result-statistic-field label, .quiz-result .result-statistic .result-statistic-field p {
        flex: 1;
        margin: 0; }
      .quiz-result .result-statistic .result-statistic-field label {
        font-weight: bold; }
      .quiz-result .result-statistic .result-statistic-field p {
        text-align: right; }

.question-numbers {
  list-style: none;
  text-align: center; }
  .question-numbers li {
    display: inline-block;
    position: relative;
    margin-bottom: 3px; }
    .question-numbers li a {
      display: block;
      padding: 8px;
      background: #F5F5F5;
      line-height: 1;
      color: #999;
      border: 1px solid #DDD;
      font-size: 12px;
      min-width: 20px;
      box-shadow: none; }
      .question-numbers li a span {
        vertical-align: middle; }
      .question-numbers li a:hover {
        background: #00adff;
        color: #FFF;
        border: 1px solid #3880a2; }
    .question-numbers li.current a {
      background: #00adff;
      color: #FFF !important;
      border-color: #3880a2; }
    .question-numbers li.current.skipped:after {
      background: #FFF; }
    .question-numbers li.answered a:after {
      font-family: fontawesome;
      font-size: 8px;
      vertical-align: middle;
      margin-left: 3px; }
    .question-numbers li.answered.answered-wrong a {
      color: #FF0000; }
    .question-numbers li.answered.answered-true a {
      color: #00adff; }
    .question-numbers li.answered.answered-true.current a {
      color: #FFF; }
    .question-numbers li.skipped:after {
      content: '';
      background: #AAA;
      width: 10px;
      height: 4px;
      position: absolute;
      border-radius: 2px;
      left: 50%;
      margin-left: -5px;
      bottom: 3px; }

.quiz-intro {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: table; }
  .quiz-intro li {
    margin: 0;
    display: table-row; }
    .quiz-intro li label, .quiz-intro li span {
      display: table-cell; }
    .quiz-intro li label {
      font-weight: bold;
      padding: 0 20px 10px 0px;
      line-height: 1; }
    .quiz-intro li span {
      text-align: left; }

.question-explanation-content,
.question-hint-content {
  margin-bottom: 20px;
  background: #F5F5F5;
  padding: 10px 15px; }

.redo-quiz button[type="submit"] {
  content: attr(data-counter); }

.circle-bar {
  position: relative;
  width: 300px;
  height: 300px;
  border-color: #DDD; }
  .circle-bar:before {
    border-radius: 50%;
    border: 10px solid #DDD;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    content: '';
    box-sizing: border-box; }
  .circle-bar .before,
  .circle-bar .after {
    border-radius: 50%;
    border: 10px solid #14c4ff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box; }
  .circle-bar .before {
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg); }
  .circle-bar .after {
    border-color: #14c4ff;
    border-right-color: transparent;
    border-top-color: transparent;
    transform: rotate(45deg); }
  .circle-bar.bg50 .after {
    transform: rotate(45deg);
    z-index: 10;
    border-left-color: inherit;
    border-bottom-color: inherit; }

.learn-press-message.fixed {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  background: rgba(0, 173, 255, 0.6);
  text-align: center;
  z-index: 100;
  color: #FFF;
  padding: 10px; }
  .learn-press-message.fixed[data-delay-in] {
    display: none; }

/**
 * CSS for overriding some style defaults of themes
 */
/**/
body.twentysixteen.learnpress-page .entry-footer {
  display: none; }

body.twentysixteen.learnpress-page .entry-content {
  float: none;
  width: auto; }

@media screen and (min-width: 61.5625em) {
  body.twentysixteen.learnpress-page .entry-footer {
    display: none; }
  body.twentysixteen.learnpress-page .entry-content {
    float: none;
    width: auto; }
  body:not(.search-results) article:not(.type-page) .entry-footer {
    display: none; }
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: auto; } }

body.twentyseventeen.learnpress-page #primary article.page .entry-header,
body.twentyseventeen.learnpress-page #primary article.page .entry-content {
  width: 100%;
  float: none; }

@media screen and (min-width: 48em) {
  body.twentyseventeen.learnpress-page #primary article.page .entry-header,
  body.twentyseventeen.learnpress-page #primary article.page .entry-content {
    width: 100%;
    float: none; } }

.lp-widget .items-progress,
.lp-widget .course-progress {
  width: 100%; }

.lp-widget .course-remaining-time {
  font-size: 14px; }

.lp-widget .lp-course-info-fields {
  margin: 0; }
  .lp-widget .lp-course-info-fields .lp-course-info {
    list-style: none;
    margin: 0 0 10px 0; }
    .lp-widget .lp-course-info-fields .lp-course-info .lp-label {
      float: right;
      background: #03a9f4; }

.learn-press-tip {
  display: none;
  line-height: 1;
  margin: 0 5px;
  font-size: 16px;
  vertical-align: baseline;
  cursor: pointer;
  font-style: normal; }
  .learn-press-tip.ready {
    display: inline-block; }
  .learn-press-tip:before {
    font-family: Fontawesome;
    content: "\f059"; }
  .learn-press-tip:hover {
    color: #0073aa; }

.learn-press-tip-floating {
  background: rgba(39, 115, 170, 0.9);
  padding: 8px 10px;
  line-height: 1.2em;
  color: #FFF;
  min-width: 20px;
  position: absolute;
  margin-left: -1px;
  font-size: 12px;
  z-index: 9999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .learn-press-tip-floating .close {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    top: -8px;
    border: 1px solid #FFF;
    text-align: center;
    line-height: 16px;
    background: #468fbc;
    color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .learn-press-tip-floating .close:before {
      content: "\f00d";
      font-family: Fontawesome; }
  .learn-press-tip-floating p {
    margin: 0; }
  .learn-press-tip-floating:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -7px;
    border: 7px solid transparent;
    border-top-color: rgba(39, 115, 170, 0.9);
    border-bottom-width: 0;
    left: 50%;
    margin-left: -7px; }

body.lp-preview.admin-bar #learn-press-content-item {
  top: 32px !important; }

body.lp-preview #learn-press-course-curriculum {
  display: none; }

body.lp-preview #learn-press-content-item {
  top: 0 !important;
  left: 0 !important; }

body.lp-preview #course-item-content-header {
  display: none; }

/**
 * CSS for jAlerts
 */
/**
 * Mixin
 */
@-webkit-keyframes rotating4 /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating4 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes animation4 /* Safari and Chrome */ {
  from {
    left: -40%;
    width: 40%; }
  to {
    left: 100%;
    width: 10%; } }

@keyframes animation4 {
  from {
    left: -40%;
    width: 40%; }
  to {
    left: 100%;
    width: 10%; } }

#popup_container {
  opacity: 0;
  transform: scale(0.5); }

body.confirm #popup_overlay {
  z-index: 999998 !important; }

body.confirm #popup_container {
  z-index: 999999 !important;
  max-width: 90% !important;
  min-width: 300px !important;
  padding: 10px !important;
  background: #F5F5F5;
  transition: opacity 0.25s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  body.confirm #popup_container #popup_title {
    display: none !important; }
  body.confirm #popup_container #popup_message {
    margin: -10px;
    background: #FFF;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  body.confirm #popup_container .close {
    position: absolute;
    top: 3px;
    right: 10px; }
  body.confirm #popup_container #popup_panel {
    margin-top: 20px;
    text-align: center; }
    body.confirm #popup_container #popup_panel button, body.confirm #popup_container #popup_panel input[type="button"], body.confirm #popup_container #popup_panel input[type="submit"] {
      height: 30px;
      line-height: 30px;
      padding: 0 25px; }
  body.confirm #popup_container #popup_cancel {
    display: none; }
  body.confirm #popup_container.ready {
    opacity: 1;
    transform: scale(1); }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hide-if-js {
  display: none !important; }

.clearfix:after {
  clear: both;
  display: block;
  content: ''; }

.learn-press-breadcrumb {
  margin-bottom: 20px; }

.learnpress-page .lp-button {
  line-height: 45px;
  padding: 0 12px;
  height: 45px; }

.course-meta {
  margin-bottom: 20px; }

#learn-press-course-tabs {
  margin-bottom: 40px; }

/* Archive */
form[name="search-course"] {
  margin-bottom: 20px;
  position: relative; }
  form[name="search-course"] .search-course-input {
    width: 100%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  form[name="search-course"] .search-course-button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 15px;
    height: auto;
    line-height: 1px; }

ul.learn-press-courses {
  list-style: none;
  margin-right: -2.1%;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.learn-press-courses .course {
    list-style: none;
    width: 31.33333%;
    margin: 0 2% 20px 0;
    box-shadow: none;
    padding: 0; }
    ul.learn-press-courses .course .course-thumbnail,
    ul.learn-press-courses .course .course-title,
    ul.learn-press-courses .course .course-info {
      margin: 0 0 0.8em 0;
      line-height: 1; }
    ul.learn-press-courses .course .course-thumbnail img {
      line-height: 1;
      vertical-align: top; }
    ul.learn-press-courses .course .course-title {
      font-size: 1.2em;
      padding: 0;
      font-weight: normal; }
    ul.learn-press-courses .course .course-info {
      font-size: 14px; }
      ul.learn-press-courses .course .course-info > span {
        display: block; }
      ul.learn-press-courses .course .course-info .course-price {
        float: left; }
        ul.learn-press-courses .course .course-info .course-price .origin-price,
        ul.learn-press-courses .course .course-info .course-price .price {
          vertical-align: middle; }
        ul.learn-press-courses .course .course-info .course-price .origin-price {
          font-size: 16px;
          text-decoration: line-through;
          font-style: italic;
          margin-right: 10px; }
        ul.learn-press-courses .course .course-info .course-price .price {
          font-size: 18px; }
      ul.learn-press-courses .course .course-info .course-instructor {
        float: right; }
      ul.learn-press-courses .course .course-info:after {
        clear: both;
        display: block;
        content: ''; }
    ul.learn-press-courses .course .lp-course-buttons form {
      width: 100%;
      margin-bottom: 10px; }
      ul.learn-press-courses .course .lp-course-buttons form button {
        width: 100%; }

.order-comments {
  width: 100%;
  min-height: 150px; }

.learn-press-progress {
  position: relative; }
  .learn-press-progress .progress-bg {
    background: #DDD;
    height: 10px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .learn-press-progress .progress-bg .progress-active {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 50%;
      margin-left: -100%;
      background: #00adff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

/**
 * Forms
 */
.retake-course,
.enroll-course,
.purchase-course {
  display: inline-block; }

/* */
.table-orders {
  font-size: 16px; }
  .table-orders th, .table-orders td {
    padding: 5px 10px; }

.form-button {
  display: inline-block; }

.learn-press-pagination {
  text-align: center;
  margin-bottom: 20px; }
  .learn-press-pagination .page-numbers {
    display: inline-block;
    list-style: none;
    margin: 0; }
    .learn-press-pagination .page-numbers > li {
      display: inline-block;
      margin: 0; }
      .learn-press-pagination .page-numbers > li a, .learn-press-pagination .page-numbers > li span {
        display: block;
        padding: 5px 10px;
        border: 1px solid #DDD;
        box-shadow: none;
        line-height: 1;
        float: none;
        font-size: 1em;
        border-radius: 0; }
      .learn-press-pagination .page-numbers > li span {
        background: #F5F5F5; }

.learn-press-message {
  padding: 10px 12px 10px 15px;
  background: #F5F5F5;
  position: relative;
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .learn-press-message.icon {
    padding-left: 45px; }
    .learn-press-message.icon:after {
      font-size: 20px;
      vertical-align: baseline;
      margin-right: 10px;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -13px;
      height: 26px;
      line-height: 26px;
      background: #04adff;
      width: 26px;
      text-align: center;
      border-radius: 50%;
      color: #FFF;
      font-family: FontAwesome; }
  .learn-press-message:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #00adff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .learn-press-message.error:before {
    background: #d85554; }
  .learn-press-message.error.icon:before {
    background: #d85554; }
  .learn-press-message.error.icon:after {
    content: "\f00d";
    background: #d85554; }
  .learn-press-message.success.icon:before {
    background: #00adff; }
  .learn-press-message.success.icon:after {
    content: "\f129";
    background: #00adff; }

ul.list-table-nav {
  display: flex;
  list-style: none;
  margin-left: 0; }
  ul.list-table-nav .nav-text {
    flex: 1;
    text-align: left; }
  ul.list-table-nav .nav-pages {
    flex: 1;
    text-align: right; }
    ul.list-table-nav .nav-pages .learn-press-pagination {
      display: inline-block;
      margin-bottom: 0; }

.primary-color {
  color: #00adff; }

.primary-color-before:before {
  color: #00adff; }

.primary-color-after:after {
  color: #00adff; }

.primary-background-color {
  background: #00adff; }

.primary-background-color {
  background: #00adff; }

.course-origin-price {
  font-size: 85%;
  text-decoration: line-through;
  margin-right: 5px; }

.course-item-nav {
  display: flex; }
  .course-item-nav .prev, .course-item-nav .next {
    flex: 1; }
    .course-item-nav .prev span, .course-item-nav .next span {
      display: block;
      font-weight: bold; }
    .course-item-nav .prev a, .course-item-nav .next a {
      color: #999999; }
  .course-item-nav .next {
    text-align: right; }

.content-item-wrap #comments {
  margin-left: 0;
  margin-right: 0; }
  .content-item-wrap #comments #comment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (max-width: 768px) {
  ul.learn-press-courses .course {
    width: 48%; } }

@media screen and (max-width: 600px) {
  ul.learn-press-courses {
    margin-right: 0; }
    ul.learn-press-courses .course {
      width: 100%;
      margin-right: 0; } }