@charset "UTF-8";

.effect-right, ul.product-grid li.product .wrapper .stats .box-price .added_to_cart:hover:before, ul.product-grid li.product .wrapper .stats .box-price a.button:hover:before, ul.product-list li.product .stats .box-price .added_to_cart:hover:before, ul.product-list li.product .stats .box-price a.button:hover:before {
-webkit-animation:toright .6s linear infinite;
-moz-animation:toright .6s linear infinite;
-o-animation:toright .6s linear infinite;
animation:toright .6s linear infinite;
	-webkit-animation-direction:alternate;
	-o-animation-direction:alternate;
	animation-direction:alternate
}
@-webkit-keyframes toright {
from {
-webkit-transform:translateX(0) rotate(0)
}
to {
	-webkit-transform:translateX(7px) rotate(0)
}
}
@-moz-keyframes toright {
from {
-moz-transform:translateX(0) rotate(0)
}
to {
	-moz-transform:translateX(7px) rotate(0)
}
}
@keyframes toright {
from {
transform:translateX(0) rotate(0)
}
to {
	transform:translateX(7px) rotate(0)
}
}
@-webkit-keyframes hvr-pulse {
25% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
75% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@keyframes hvr-pulse {
25% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
75% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@keyframes scissor {
0%, 100% {
transform:rotate(0)
}
50% {
transform:rotate(-20deg)
}
}
@-webkit-keyframes scissor {
0%, 100% {
-webkit-transform:rotate(0)
}
50% {
-webkit-transform:rotate(-20deg)
}
}
@keyframes scissol {
0%, 100% {
transform:rotate(0)
}
50% {
transform:rotate(20deg)
}
}
@-webkit-keyframes scissol {
0%, 100% {
-webkit-transform:rotate(0)
}
50% {
-webkit-transform:rotate(20deg)
}
}
@-webkit-keyframes hvr-push {
50% {
-webkit-transform:scale(.8);
transform:scale(.8)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes hvr-push {
50% {
-webkit-transform:scale(.8);
transform:scale(.8)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.hvr-push {
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px transparent
}
.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
	-webkit-animation-name:hvr-push;
	animation-name:hvr-push;
-webkit-animation-duration:.3s;
animation-duration:.3s;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1
}
.clear-after, .product-filter:after, .woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment_container:after {
	clear:both;
	content:"";
	display:block
}
.thim-button {
	font-size:16px;
	text-transform:uppercase;
	display:inline-block
}
.thim-button-icon {
	width:10px;
	max-width:10px;
	display:inline-block;
	margin-right:10px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transition:all 1s;
	-khtml-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s
}
.thim-effect-loading {
	text-align:center
}
.loading .thim-icon-loading {
	display:block !important;
	position:absolute;
	z-index:9;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%)
}
.loadmore .thim-icon-loading {
	display:block !important;
	position:relative;
	z-index:9;
	top:auto;
	left:0;
	right:0;
	transform:translateY(0)
}
.thim-icon-loading {
	display:none
}
.effect-zoom {
	transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1)
}
.no-effect-zoom {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1)
}
.effect-image {
	position:relative;
	display:block
}
.effect-image:before {
	position:absolute;
	content:'';
	left:0;
	top:0;
	display:block;
	right:0;
	bottom:0;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	z-index:1;
	background:rgba(255, 255, 255, .5);
-webkit-transition:opacity .25s ease-in-out;
-khtml-transition:opacity .25s ease-in-out;
-moz-transition:opacity .25s ease-in-out;
-ms-transition:opacity .25s ease-in-out;
-o-transition:opacity .25s ease-in-out;
transition:opacity .25s ease-in-out
}
.gallery-caption:before, .gallery:after {
	content:""
}
.effect-image-hover:before {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0)
}
40% {
-webkit-transform:translate(0, -30px);
-moz-transform:translate(0, -30px);
-ms-transform:translate(0, -30px);
-o-transform:translate(0, -30px)
}
60% {
-webkit-transform:translate(0, -15px);
-moz-transform:translate(0, -15px);
-ms-transform:translate(0, -15px);
-o-transform:translate(0, -15px)
}
}
@-webkit-keyframes hvr-icon-pulse-grow {
to {
-webkit-transform:scale(1.3);
transform:scale(1.3)
}
}
@keyframes hvr-icon-pulse-grow {
to {
-webkit-transform:scale(1.3);
transform:scale(1.3)
}
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform:translateX(6px);
transform:translateX(6px)
}
33.3% {
-webkit-transform:translateX(-5px);
transform:translateX(-5px)
}
49.95% {
-webkit-transform:translateX(4px);
transform:translateX(4px)
}
66.6% {
-webkit-transform:translateX(-2px);
transform:translateX(-2px)
}
83.25% {
-webkit-transform:translateX(1px);
transform:translateX(1px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform:translateX(6px);
transform:translateX(6px)
}
33.3% {
-webkit-transform:translateX(-5px);
transform:translateX(-5px)
}
49.95% {
-webkit-transform:translateX(4px);
transform:translateX(4px)
}
66.6% {
-webkit-transform:translateX(-2px);
transform:translateX(-2px)
}
83.25% {
-webkit-transform:translateX(1px);
transform:translateX(1px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}

.screen-reader-text {
	display:none
}
.box-shadow .boxed-area {
	box-shadow:0 0 32px rgba(0, 0, 0, .23)
}
.content-pusher.boxed-area {
	max-width:1200px;
	overflow:hidden;
	margin:0 auto
}
.content-pusher.boxed-area header.site-header {
	max-width:1200px;
	margin:0 auto
}
.gallery-columns-1 .gallery-item, img {
	max-width:100%
}
* {
	margin:0;
	padding:0
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height:inherit
}
p {
	margin-bottom:20px
}
p:last-child {
	margin-bottom:0
}
hr {
	border:0;
	background:rgba(0, 0, 0, .1);
	height:1px;
	margin:20px 0
}
code {
	white-space:normal
}
.clear {
	clear:both
}
mark {
	background-color:#ff0;
	color:#000
}
.alert {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
a:focus, input:focus, textarea:focus {
	outline:0;
	box-shadow:none;
	text-decoration:none
}
.post.sticky .content-inner {
	border-bottom:0 !important;
	padding:30px 15px;
	background:#eaeaea;
	-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .18);
	-khtml-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .18);
	-moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .18);
	-ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .18);
	-o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .18);
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, .18)
}
.post.sticky .entry-content.no-thumbnail {
	margin-top:0 !important
}
.alignleft {
	float:left
}
.alignright {
	float:right
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
@media(max-width:767px) {
.alignleft, .alignright {
float:none
}
}
img:not(.lazy-hidden) {
height:auto
}
blockquote.alignleft, img.alignleft {
	margin:7px 24px 7px 0
}
.wp-caption.alignleft {
	margin:7px 14px 7px 0
}
blockquote.alignright, img.alignright {
	margin:7px 0 7px 24px
}
.wp-caption.alignright {
	margin:7px 0 7px 14px
}
.wp-caption-text {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;
	font-style:italic;
	line-height:1.5;
	margin:9px 0;
	padding-right:10px
}
.gallery {
	margin-bottom:20px
}
.gallery-item {
	float:left;
	margin:0 4px 4px 0;
	overflow:hidden;
	position:relative
}
.gallery-columns-2 .gallery-item {
	max-width:48%;
	max-width:-webkit-calc(50% - 4px);
	max-width:calc(50% - 4px)
}
.gallery-columns-3 .gallery-item {
	max-width:32%;
	max-width:-webkit-calc(33.3% - 4px);
	max-width:calc(33.3% - 4px)
}
.gallery-columns-4 .gallery-item {
	max-width:23%;
	max-width:-webkit-calc(25% - 4px);
	max-width:calc(25% - 4px)
}
.gallery-columns-5 .gallery-item {
	max-width:19%;
	max-width:-webkit-calc(20% - 4px);
	max-width:calc(20% - 4px)
}
.gallery-columns-6 .gallery-item {
	max-width:15%;
	max-width:-webkit-calc(16.7% - 4px);
	max-width:calc(16.7% - 4px)
}
.gallery-columns-7 .gallery-item {
	max-width:13%;
	max-width:-webkit-calc(14.28% - 4px);
	max-width:calc(14.28% - 4px)
}
.gallery-columns-8 .gallery-item {
	max-width:11%;
	max-width:-webkit-calc(12.5% - 4px);
	max-width:calc(12.5% - 4px)
}
.gallery-columns-9 .gallery-item {
	max-width:9%;
	max-width:-webkit-calc(11.1% - 4px);
	max-width:calc(11.1% - 4px)
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right:0
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear:left
}
.gallery:after, .mobile-menu-container ul.socials:after, .widget-area .widget .tagcloud:after, .widget-area .widget:after {
	clear:both
}
.gallery-caption {
	background-color:rgba(0, 0, 0, .7);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	line-height:1.5;
	margin:0;
	max-height:50%;
	opacity:0;
	padding:6px 8px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	width:100%
}
.gallery-caption:before {
	height:100%;
	min-height:49px;
	position:absolute;
	top:0;
	left:0;
	width:100%
}
.gallery-item:hover .gallery-caption {
	opacity:1
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display:none
}
.gallery:after {
	display:block
}
.hidden, .hide, .thim-home6-form>br {
	display:none !important
}
.bypostauthor>article .fn:before {
	content:"\f408";
	margin:0 2px 0 -2px;
	position:relative;
	top:-1px
}
dd, table {
	margin-bottom:24px
}
ol, ul {
	margin-bottom:10px;
	margin-left:25px
}
ol {
	list-style:decimal;
	margin-left:15px
}
ul.square {
	list-style:square
}
ul.circle {
	list-style:circle
}
ol ol, ol ul, ul ol, ul ul {
	margin:4px 0 5px 30px
}
ol ol li, ol ul li, ul ol li, ul ul li {
	margin-bottom:6px
}
td, th {
	padding:4px 6px
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%
}
caption, td, th {
	font-weight:400;
	text-align:left
}
th {
	border-width:0 1px 1px 0;
	font-weight:700
}
a:focus, a:hover {
	text-decoration:none
}
.breadcrumb {
	background:0 0
}
figure {
	max-width:100%
}
.hidden {
	visibility:hidden !important
}
.show {
	display:block !important
}
.invisible {
	visibility:hidden
}
.pull-right {
	float:right !important
}
.pull-left {
	float:left !important
}
.select2-container {
	display:block
}
.select2-container .select2-selection--single {
	height:50px;
	border:1px solid #e7e7e7;
	outline:0
}
.select2-container .select2-selection--single:hover {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
#thim-header-topbar .thim-sc-course-search input[name=s], header#masthead.template-layout-2 .header-wrapper:before {
-webkit-transition:all .2s ease-in-out 0s;
-moz-transition:all .2s ease-in-out 0s;
-ms-transition:all .2s ease-in-out 0s;
-o-transition:all .2s ease-in-out 0s
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:22px;
	padding:14px 0 14px 19px
}
.select2-container .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:50px
}
#thim-header-topbar {
	font-size:14px;
	line-height:normal;
	font-weight:300;
	letter-spacing:.3px
}
#thim-header-topbar .thim-sc-login .ion-android-person {
	padding-right:5px
}
#thim-header-topbar .thim-sc-course-search {
	display:inline-block;
	margin:inherit;
	color:#dedede
}
#thim-header-topbar .thim-sc-course-search .courses-list-search {
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	display:none;
	z-index:99999
}
#thim-header-topbar .thim-sc-course-search input[name=s] {
	background:rgba(3, 44, 75, .2);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	width:56px;
	height:56px;
	visibility:inherit;
-khtml-transition:all .2s ease-in-out 0s;
transition:all .2s ease-in-out 0s;
	color:#dedede;
	font-size:14px
}
#thim-header-topbar .thim-sc-course-search input[name=s]:-moz-placeholder {
color:#D8BC73
}
#thim-header-topbar .thim-sc-course-search input[name=s]::-moz-placeholder {
color:#D8BC73
}
#thim-header-topbar .thim-sc-course-search input[name=s]:-ms-input-placeholder {
color:#D8BC73
}
#thim-header-topbar .thim-sc-course-search input[name=s]::-webkit-input-placeholder {
color:#D8BC73
}
#thim-header-topbar .thim-sc-course-search button {
	font-size:20px;
	width:56px;
	height:56px;
	line-height:50px;
	color:#dedede;
	background-color:rgba(3, 44, 75, .2);
	cursor:pointer
}
#thim-header-topbar .container .widget_shopping_cart, #thim-header-topbar .top-white .thim-sc-course-search button, #thim-header-topbar .top-white .thim-sc-course-search input[name=s] {
	color:#fff
}
#thim-header-topbar .thim-sc-course-search button:before {
	display:none
}
#thim-header-topbar .thim-sc-course-search.hover input[name=s], #thim-header-topbar .thim-sc-course-search:hover input[name=s] {
	width:400px;
	visibility:visible;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1
}
#thim-header-topbar .thim-sc-course-search.hover .courses-list-search, #thim-header-topbar .thim-sc-course-search:hover .courses-list-search {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
	display:inline-block
}
#thim-header-topbar .thim-sc-course-search .thim-loading-icon:before {
	display:none
}
#thim-header-topbar .thim-sc-course-search .thim-loading-icon>* {
	margin:4px auto
}
#thim-header-topbar .pull-right .wpb_wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-end;
	align-items:center
}
#thim-header-topbar ul {
	margin:0
}
#thim-header-topbar ul li {
	list-style:none
}
#thim-header-topbar ul.list-inline li {
	line-height:56px;
	margin-right:19px
}
#thim-header-topbar ul.list-inline li .fa, #thim-header-topbar ul.list-inline li [class^=ion] {
margin-right:5px
}
#thim-header-topbar ul.list-inline li:last-child {
	margin-right:0
}
#thim-header-topbar .wpb_button, #thim-header-topbar .wpb_content_element, #thim-header-topbar ul.wpb_thumbnails-fluid>li {
	margin-bottom:0
}
#thim-header-topbar .container {
	display:flex
}
#thim-header-topbar .container .widget_shopping_cart .text, .thim-logo .mobile-logo, .thim-logo .retina-logo {
	display:none
}
#thim-header-topbar .container>.widget_thim_layout_builder {
	-webkit-box-flex:1;
	-webkit-flex:1 0;
	-moz-box-flex:1;
	-moz-flex:1 0;
	-ms-flex:1 0;
	flex:1 0
}
#thim-header-topbar .container>.widget_shopping_cart {
	-webkit-box-flex:0;
	-webkit-flex:0 0 56px;
	-moz-box-flex:0;
	-moz-flex:0 0 56px;
	-ms-flex:0 0 56px;
	flex:0 0 56px;
	position:relative
}
#thim-header-topbar .container .widget_shopping_cart .minicart_hover {
	text-align:center;
	margin-top:20px
}
#masthead .widget {
	padding:0 30px
}
header#masthead.affix-top .header-wrapper {
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
header#masthead .main-header .header-left {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center
}
header#masthead .main-header .header-center {
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex
}
header#masthead .main-header .width-logo {
	margin:auto
}
header#masthead .main-header .header-right {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-end;
	font-size:14px;
	font-weight:500;
	color:#202121;
	text-transform:uppercase;
	align-items:center
}
header#masthead .mobile-logo, header#masthead .retina-logo {
	display:none
}
@media(min-width:769px) and (-webkit-min-device-pixel-ratio:2), (min-width:769px) and (min--moz-device-pixel-ratio:2), (min-width:769px) and (-o-min-device-pixel-ratio:2 / 1), (min-width:769px) and (min-device-pixel-ratio:2), (min-width:769px) and (min-resolution:192dpi), (min-width:769px) and (min-resolution:2dppx) {

}
header#masthead .thim-search-wrapper .search-form {
	position:relative;
	line-height:50px;
	border:0
}
header#masthead .thim-search-wrapper .search-form:after {
	content:"\f2f5";
	font-family:ionicons;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:50px;
	text-align:center;
	line-height:50px
}
header#masthead .thim-search-wrapper .search-form label {
	margin-bottom:0
}
header#masthead .thim-search-wrapper .search-form .search-field {
	font-size:14px;
-webkit-transition:all .3s ease-in-out;
-khtml-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	background:0 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width:50px;
	border:0;
	padding:0 30px;
	color:#888
}
header#masthead .thim-search-wrapper .search-form .search-field:-moz-placeholder {
color:#D8BC73
}
header#masthead .thim-search-wrapper .search-form .search-field::-moz-placeholder {
color:#D8BC73
}
header#masthead .thim-search-wrapper .search-form .search-field:-ms-input-placeholder {
color:#D8BC73
}
header#masthead .thim-search-wrapper .search-form .search-field::-webkit-input-placeholder {
color:#D8BC73
}
header#masthead .thim-search-wrapper .search-form .search-submit {
	width:40px;
	position:absolute;
	top:0;
	right:0;
	border:0;
	z-index:2;
	background:0 0 !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:50px;
	height:50px;
	color:transparent;
	font-size:0;
	font-weight:700;
	text-transform:uppercase
}
header#masthead .thim-search-wrapper .search-form.active .search-field {
	width:300px
}
header#masthead.template-layout-1 .widget_thim-login .avatar {
	width:30px;
	height:30px
}
header#masthead.template-layout-1 .widget_thim-login .user-name .author {
	height:30px;
	line-height:30px;
	white-space:nowrap
}
header#masthead.template-layout-2.palette-white .header-wrapper:before {
	display:none
}
header#masthead.template-layout-2.affix .main-header {
	padding-top:5px;
	padding-bottom:5px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex
}
header#masthead.template-layout-2.affix .header-wrapper:before {
	display:none
}
header#masthead.template-layout-2 .header-wrapper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	min-height:181px;
	background-image:url(//wordpresslms.thimpress.com/demo-elearning-2/wp-content/themes/wordpress-lms/assets/images/header2-bg.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
-khtml-transition:all .2s ease-in-out 0s;
transition:all .2s ease-in-out 0s
}
header#masthead.template-layout-2 .main-header {
	padding-top:0px;
-webkit-transition:all .2s ease-in-out 0s;
-khtml-transition:all .2s ease-in-out 0s;
-moz-transition:all .2s ease-in-out 0s;
-ms-transition:all .2s ease-in-out 0s;
-o-transition:all .2s ease-in-out 0s;
transition:all .2s ease-in-out 0s
}
header#masthead.template-layout-2 .main-header .header-right {
	margin-left:20px;
	font-size:14px;
	font-weight:400;
	text-transform:none
}
header#masthead.template-layout-2 .main-header .header-right .widget {
	padding:0 8px
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login {
	font-weight:300;
	padding:15px 8px
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login:before {
	content:'';
	font-family:ionicons;
	width:27px;
	height:27px;
	border:1px solid;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	line-height:25px;
	margin-right:10px;
	font-size:12px
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login .user {
	margin:0
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login .user-name {
	padding:0;
	display:inline-block
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .text, header#masthead.template-layout-2 .main-header .header-right .widget_thim-login .avatar, header#masthead.template-layout-2 .menu-mobile-effect.navbar-toggle {
	display:none
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login a {
	line-height:27px
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart {
	background:0 0;
	padding:0
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .items-number {
	right:-3px;
	position:relative;
	top:-3px
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .minicart_hover {
	color:#9c9c9c
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .minicart_hover .cart-items-number {
	padding-right:0
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .minicart_hover .ion {
	font-size:16px
}
header#masthead.template-layout-2 .width-logo {
	padding:5px 0;
	float:left;
	margin:0;
	padding-left: 5%;
}
header#masthead.template-layout-2 .width-navigation {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	margin-top: 48px;
	justify-content:flex-end
}
header#masthead.template-layout-2 .width-navigation .main-menu {
	width:auto;
	text-align:inherit
}
header#masthead.template-layout-2.palette-custom .width-navigation .main-menu>li.menu-item:last-child>a {
	padding-right:7px
}
.content-pusher {
	overflow:hidden
}
.content-pusher.creative-left .mobile-menu-container {
	-webkit-transform:translate(-320px);
	-moz-transform:translate(-320px);
	-ms-transform:translate(-320px);
	-o-transform:translate(-320px)
}
.content-pusher.creative-right .mobile-menu-container, .content-pusher.mobile-menu-open .mobile-effect.mobile-menu-container {
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0)
}
.content-pusher.creative-right #masthead .main-header .header-left {
	order:2;
	flex-direction:row-reverse
}
.content-pusher.creative-right .menu-mobile-effect.navbar-toggle {
	right:15px;
	border-right:0;
	border-left:1px solid #e6eaea
}
.content-pusher.creative-right .mobile-menu-container {
	left:100%
}
.content-pusher.mobile-menu-open.content-pusher:after {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1
}
.content-pusher.mobile-menu-open.content-pusher.creative-right .mobile-effect.mobile-menu-container {
	-webkit-transform:translate(-320px, 0);
	-moz-transform:translate(-320px, 0);
	-ms-transform:translate(-320px, 0);
	-o-transform:translate(-320px, 0)
}
.admin-bar .mobile-menu-container {
	margin-top:32px
}
@media(max-width:480px) {
.admin-bar .mobile-menu-container {
margin-top:0
}
}
.mobile-menu-container {
	position:fixed;
	visibility:visible;
	top:0;
	left:0;
	bottom:0;
	z-index:99999;
	width:320px;
	overflow:auto;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
	background:#fff
}
.mobile-menu-container .inner-off-canvas, .mobile-menu-container .inner-off-canvas .navbar-nav li {
	position:relative
}
.mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle {
	display:block;
	border-right:0;
	text-align:right;
	padding:23px 20px;
	align-items:initial;
	font-size:18px;
	line-height:28px;
	color:#202121;
	word-spacing:3px;
	cursor:pointer
}
.mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle .fa {
-webkit-transition:all .2s ease-in-out 0s;
-khtml-transition:all .2s ease-in-out 0s;
-moz-transition:all .2s ease-in-out 0s;
-ms-transition:all .2s ease-in-out 0s;
-o-transition:all .2s ease-in-out 0s;
transition:all .2s ease-in-out 0s
}
@media(min-width:1200px) {
.mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle:hover .fa {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
color:red
}
}
.mobile-menu-container .inner-off-canvas .navbar-nav {
	overflow:hidden;
	overflow-y:auto;
	margin:0
}
.mobile-menu-container .inner-off-canvas .navbar-nav::-webkit-scrollbar {
width:8px;
background:0 0
}
.mobile-menu-container .inner-off-canvas .navbar-nav::-webkit-scrollbar-thumb {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:#e7e7e7
}
.mobile-menu-container .inner-off-canvas .navbar-nav::-webkit-scrollbar-thumb:active, .mobile-menu-container .inner-off-canvas .navbar-nav::-webkit-scrollbar-thumb:hover {
background:#b4b4b4
}
.mobile-menu-container .inner-off-canvas .navbar-nav>.show-submenu>.tc-menu-inner {
	-webkit-box-shadow:4.5px 5.4px 10px 0 rgba(0, 0, 0, .06);
	-khtml-box-shadow:4.5px 5.4px 10px 0 rgba(0, 0, 0, .06);
	-moz-box-shadow:4.5px 5.4px 10px 0 rgba(0, 0, 0, .06);
	-ms-box-shadow:4.5px 5.4px 10px 0 rgba(0, 0, 0, .06);
	-o-box-shadow:4.5px 5.4px 10px 0 rgba(0, 0, 0, .06);
	box-shadow:4.5px 5.4px 10px 0 rgba(0, 0, 0, .06)
}
.mobile-menu-container .inner-off-canvas .navbar-nav li a {
	display:block;
	padding:23px 20px 23px 30px;
	font-size:18px;
	line-height:28px;
	font-weight:300;
	border-top:1px solid #e7e7e7
}
.mobile-menu-container .inner-off-canvas .navbar-nav li .sub-menu a {
	padding-left:40px;
	font-size:16px;
	color:#888
}
.mobile-menu-container .inner-off-canvas .navbar-nav li .sub-menu .sub-menu a {
	padding-left:50px
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea {
	padding:44px 30px 38px
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea ul {
	margin:0
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea ul li {
	list-style:none;
	font-size:14px;
	line-height:28px;
	color:#888
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea ul li a {
	color:#888;
	display:initial
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .fa {
	margin-right:10px
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget {
	margin-bottom:27px
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget ul.socials {
	margin-left:-7px;
	margin-right:-7px
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget ul.socials li {
	margin:0 7px
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget ul.socials li a {
	display:inline-block
}
.mobile-menu-container span.icon-toggle {
	cursor:pointer
}
.mobile-menu-container>.nav {
	margin-top:15px;
	padding-left:5px;
	padding-right:5px
}
.mobile-menu-container ul {
	float:none
}
.mobile-menu-container ul.socials {
	text-align:center
}
.mobile-menu-container ul.socials:after, .mobile-menu-container ul.socials:before {
	content:" ";
	display:table
}
.mobile-menu-container ul.socials li {
	float:left
}
.mobile-menu-container ul.sub-menu {
	background-image:none !important;
	overflow:hidden;
	display:none;
	margin:0
}
.mobile-menu-container ul li.current-menu-parent ul.sub-menu, .mobile-menu-container ul.sub-menu li ul {
	display:block
}
.mobile-menu-container ul.sub-menu li {
	margin:0
}
.mobile-menu-container ul li {
	float:none
}
.mobile-menu-container ul li.disable_link {
	margin-left:20px
}
.mobile-menu-container ul li .icon-toggle {
	position:absolute;
	right:10px;
	width:40px;
	height:40px;
	top:20px;
	line-height:40px;
	text-align:center;
	color:#888
}
.mobile-menu-container ul li .icon-toggle .fa {
	vertical-align:middle
}
.mobile-menu-container ul li .icon-toggle .fa:before {
	content:'\f0c9'
}
.mobile-menu-container ul li a {
	line-height:30px;
	display:block;
	outline:0;
-webkit-transition:background .3s, box-shadow .3s;
transition:background .3s, box-shadow .3s
}
.mobile-menu-container ul li a:focus, .mobile-menu-container ul li a:hover {
	background:0 0
}
.mobile-menu-container .header-right {
	margin-top:30px
}
.mobile-menu-container .header-right ul {
	margin:0;
	padding:0 15px
}
.mobile-menu-container .header-right ul .header-info {
	margin:0 0 20px
}
.mobile-menu-container .header-right ul .header-info .info-2 {
	color:#fff;
	font-size:14px
}
.menu-mobile-effect.navbar-toggle {
	display:inline-flex;
	align-items:center;
	padding:28px 20px 28px 28px;
	border-right:1px solid #e6eaea;
	cursor:pointer
}
@media(min-width:1200px) {
.menu-mobile-effect.navbar-toggle:hover .icon-wrap span.icon-bar {
width:100% !important
}
}
.menu-mobile-effect.navbar-toggle .icon-wrap {
	cursor:pointer;
	display:inline-block;
	width:15px;
	height:13px;
	padding:0;
	position:relative;
	margin-right:15px
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
	background:#fff;
	width:15px;
	height:3px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	position:absolute;
	left:0;
	margin:0 auto;
	top:0;
-webkit-transition:all .3s ease-in-out;
-khtml-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(1) {
width:9px
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(2) {
top:5px
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(3) {
width:12px;
top:10px
}
.menu-mobile-effect.navbar-toggle .text-menu {
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	line-height:15px;
	margin-bottom:-4px;
	color:#202121;
	letter-spacing:.1px;
	cursor:pointer
}
.thim-button-search {
	display:inline-flex;
	padding:15px 15px 15px 27px;
	cursor:pointer
}
#masthead.template-layout-1 .widget_thim-login .user-name {
	position:relative
}
#masthead.template-layout-1 .widget_thim-login .user-name:hover .author {
	visibility:visible;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
	-webkit-transform:translate(-12px);
	-moz-transform:translate(-12px);
	-ms-transform:translate(-12px);
	-o-transform:translate(-12px)
}
#masthead.template-layout-1 .widget_thim-login .user-name .author {
	position:absolute;
	right:100%;
	height:45px;
	line-height:45px;
	visibility:hidden;
	color:#202121;
	pointer-events:none;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
-webkit-transition:opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
-khtml-transition:opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
-moz-transition:opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
-ms-transition:opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
-o-transition:opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
transition:opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
#masthead.affix.menu-hidden .navigation, header#masthead.site-header.affix.menu-hidden .header-wrapper, header#masthead.site-header.sticky-header.no-transition.affix .header-wrapper {
	-webkit-transform:translate(0, -100%);
	-moz-transform:translate(0, -100%);
	-ms-transform:translate(0, -100%);
	-o-transform:translate(0, -100%)
}
#masthead.template-layout-1 .widget_thim-login .user-name .author:before {
	content:"\f2be";
	font-family:FontAwesome;
	margin-right:5px
}
.widget_thim-login .avatar {
	display:inline-block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
@media(max-width:768px) {
body.responsive #primary-menu, body.responsive header#masthead.site-header.affix .width-logo .sticky-logo {
display:none
}
body.responsive .content-pusher {
right:0;
position:relative;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
height:100%
}
body.responsive header#masthead.site-header.affix .width-logo .no-sticky-logo {
display:block
}
body.responsive .thim-logo .logo {
display:none
}
body.responsive .thim-logo .mobile-logo {
display:block
}
}
@media(max-width:480px) {
.mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle {
padding-top:10px;
padding-bottom:10px
}
}
.pagetitle-hide header#masthead.template-layout-2 .header-wrapper:before {
	display:none
}
.pagetitle-hide header#masthead.template-layout-2 .header-wrapper .main-header {
	padding-top:10px;
	padding-bottom:10px
}
.pagetitle-hide header#masthead.template-layout-2.affix .header-wrapper .main-header {
	padding-top:5px;
	padding-bottom:5px
}
.pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .main-header .header-right .widget_shopping_cart .minicart_hover, .pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .widget_thim-login a, .pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .width-navigation .main-menu>li.menu-item span.icon-toggle, .pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .width-navigation .main-menu>li>a {
	color:#FFF
}
.pagetitle-hide.single-lp_course .page-title.layout-2 {
	margin-top:110px
}
.pagetitle-hide.single-lp_course.thim-lp-layout-2 .page-title.layout-2 {
	margin-top:300px
}
.home4-section header#masthead.template-layout-2 .main-header {
	padding-top:50px
}
.home4-section header#masthead.template-layout-2.affix .main-header {
	padding-top:5px
}
.header-v2.style2 .main-header {
	display:flex;
	align-items:center;
	padding-top:24px;
	padding-bottom:24px
}
.header-v2.style2 .main-header:before {
	position:absolute;
	content:'';
	width:auto;
	height:1px;
	background-color:rgba(255, 255, 255, .15);
	bottom:0;
	left:15px;
	right:15px
}
.header-v2.style2 .thim-search-wrapper {
	position:relative;
	max-width:100%;
	margin-left:35px;
	padding-left:30px
}
.header-v2.style2 .thim-search-wrapper:before {
	content:"";
	width:1px;
	height:57px;
	position:absolute;
	background-color:rgba(255, 255, 255, .15);
	left:0;
	top:calc((100% - 57px)/2)
}
.header-v2.style2 .width-navigation {
	text-transform:capitalize;
	-webkit-box-flex:1;
	-webkit-flex:1 1 auto;
	-moz-box-flex:1;
	-moz-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.header-v2.style2 .width-navigation .main-menu>li.menu-item {
	padding:20px 0
}
.header-v2.style2 .width-navigation .main-menu>li.menu-item:not(:last-child) {
margin-right:48px
}
.header-v2.style2 .width-navigation .main-menu>li.menu-item>a {
	text-transform:capitalize;
	padding:0
}
.header-v2.style2 .width-navigation .main-menu>li.menu-item span.icon-toggle {
	padding:0;
	margin-left:10px
}
.header-v2.style2 .width-navigation .main-menu>li.menu-item.menu-item-has-children:not(:last-child) {
margin-right:38px
}
.header-v2.style2 .width-navigation .main-menu>li.menu-item span.icon-toggle>i {
	vertical-align:middle
}
.header-v2.style2 .thim-link-login {
	border:1px solid #9c9c9c;
	height:40px;
	line-height:40px;
	border-radius:20px;
	min-width:150px;
	text-align:center
}
.header-v2.style2 .widget_shopping_cart_content {
	margin-top:11px
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 {
	background:rgba(0, 0, 0, .7);
	background:-moz-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, transparent 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .7)), color-stop(20%, rgba(28, 28, 28, .56)), color-stop(100%, transparent));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, transparent 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, transparent 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, transparent 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, transparent 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .width-navigation {
	font-size:inherit
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .width-navigation .main-menu>li>a {
	color:#fff
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .width-navigation li .sub-menu {
	background-color:rgba(17, 17, 17, .8)
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .width-navigation li .sub-menu li a {
	color:#bcbcbc;
	padding:17px 20px
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .widget_thim-login .user-info {
	background-color:rgba(17, 17, 17, .8);
	text-align:left;
	margin-left:0
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .widget_thim-login li.menu-item {
	background-color:transparent
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .widget_thim-login li.menu-item>a {
	color:#bcbcbc;
	padding:16px 20px
}
header#masthead.template-layout-2 .header-v2.style2 .header-right .widget_thim-login, header#masthead.template-layout-2 .header-v2.style2 .width-logo {
	padding:0
}
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .widget_thim-login li.menu-item:not(:last-child) {
border-bottom:1px solid rgba(255, 255, 255, .1)
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search] {
	color:#D8BC73;
	font-weight:100
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]::-webkit-input-placeholder {
color:#D8BC73;
font-weight:100
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]::-moz-placeholder {
color:#D8BC73;
font-weight:100
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]:-ms-input-placeholder {
color:#D8BC73;
font-weight:100
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]:-moz-placeholder {
color:#D8BC73;
font-weight:100
}
header#masthead.template-layout-2.affix-top .header-v2.style2 #header-mini-cart, header#masthead.template-layout-2.affix-top .header-v2.style2 .widget.widget_thim-login a {
	color:#fff
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-link-login {
	border:1px solid rgba(255, 255, 255, .3);
	color:#fff
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .widget_shopping_cart {
	border:1px solid rgba(255, 255, 255, .3)
}
header#masthead.template-layout-2 .header-v2.style2 .thim-search-wrapper input[type=search] {
	width:282px;
	font-size:18px;
	font-weight:300;
	padding-right:0;
	color:#D8BC73;
	letter-spacing:.4px
}
header#masthead.template-layout-2 .header-v2.style2 .thim-search-wrapper input[type=search]::-webkit-input-placeholder {
font-size:18px;
font-weight:300;
color:#D8BC73;
letter-spacing:.4px
}
header#masthead.template-layout-2 .header-v2.style2 .thim-search-wrapper input[type=search]::-moz-placeholder {
font-size:18px;
font-weight:300;
color:#D8BC73;
letter-spacing:.4px
}
header#masthead.template-layout-2 .header-v2.style2 .thim-search-wrapper input[type=search]:-ms-input-placeholder {
font-size:18px;
font-weight:300;
color:#D8BC73;
letter-spacing:.4px
}
header#masthead.template-layout-2 .header-v2.style2 .thim-search-wrapper input[type=search]:-moz-placeholder {
font-size:18px;
font-weight:300;
color:#D8BC73;
letter-spacing:.4px
}
header#masthead.template-layout-2 .header-v2.style2 .main-header .header-right {
	margin-left:28px
}
header#masthead.template-layout-2 .header-v2.style2 .width-navigation {
	width:auto;
	align-items:center
}
header#masthead.template-layout-2 .header-v2.style2 .width-navigation .main-menu>li>a {
	font-size:16px;
	font-weight:300
}
header#masthead.template-layout-2 .header-v2.style2 .width-navigation .main-menu>li span.icon-toggle {
	color:#fff
}
body.logged-in header#masthead.template-layout-2 .widget_thim-login ul.user-info li.menu-item>a, header#masthead.template-layout-2 .header-v2.style2 .widget.widget_thim-login>a {
	color:#202121
}
header#masthead.template-layout-2 .header-v2.style2 .header-right .widget_thim-login:before {
	content:none
}
header#masthead.template-layout-2 .header-v2.style2 .search-form:after {
	right:unset;
	left:0;
	font-size:21px;
	text-align:left
}
header#masthead.template-layout-2 .header-v2.style2 .widget.widget_thim-login .avatar {
	width:30px;
	height:30px;
	display:block
}
header#masthead.template-layout-2 .header-v2.style2 .widget_shopping_cart {
	width:39px;
	height:39px;
	border:1px solid #9c9c9c;
	margin-left:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
header#masthead.template-layout-2 .header-v2.style2 .widget_shopping_cart .items-number {
	right:unset;
	top:0;
	margin-left:0
}
header#masthead.template-layout-2 .header-v2.style2 #header-mini-cart {
	margin-top:10px;
	margin-right:10px
}
header#masthead.template-layout-2 .header-v2.style2 #header-mini-cart .ion {
	font-size:18px
}
header#masthead.template-layout-2 .header-v2.style2 #header-mini-cart .wrapper-items-number {
	top:-8px;
	font-size:12px
}
body.logged-in header#masthead.template-layout-2.affix-top .header-v2.style2 .header-right .widget_shopping_cart {
	border-left:1px solid rgba(255, 255, 255, .15)
}
body.logged-in header#masthead.template-layout-2 .header-v2.style2 .header-right .widget_thim-login {
	padding:16px 0
}
body.logged-in header#masthead.template-layout-2 .header-v2.style2 .header-right .widget_thim-login .user-name {
	display:flex
}
body.logged-in header#masthead.template-layout-2 .header-v2.style2 .header-right .widget_shopping_cart {
	margin-left:20px;
	padding-left:15px;
	height:30px;
	width:auto;
	border:0;
	border-left:1px solid #9c9c9c;
	border-radius:unset
}
body.logged-in header#masthead.template-layout-2 .header-v2.style2 .header-right #header-mini-cart {
	margin-top:0;
	margin-right:0
}
body.logged-in header#masthead.template-layout-2 .header-v2.style2 .header-right .widget_thim-login .author {
	order:1;
	margin-left:10px
}
#masthead .widget .user-info {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
#masthead.site-header.palette-transparent.affix .header-v2.style2 .header-right .user-info li a {
	padding:10.5px 20px
}
.template-layout-2.palette-custom.custom-sticky.affix .width-navigation .main-menu>li.menu-item span.icon-toggle {
	opacity:1
}
header#masthead.template-layout-2.affix .header-v2.style2 .width-navigation .main-menu>li span.icon-toggle {
	color:#9c9c9c
}
#masthead {
	background-repeat:no-repeat;
	background-size:cover;
-webkit-transition:all ease-out .3s;
-khtml-transition:all ease-out .3s;
-moz-transition:all ease-out .3s;
-ms-transition:all ease-out .3s;
-o-transition:all ease-out .3s;
transition:all ease-out .3s

}
a:active, a:focus {
	text-decoration:none
}
.width-navigation ul li {
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:middle
}
.width-navigation a:hover {
	text-decoration:none
}
.width-navigation .main-menu {
	position:relative;
	border:0;
	padding:0;
	text-align:right;
	min-height:inherit;
	float:left;
	margin:0;
	width:100%
}
.width-navigation .main-menu>li.menu-item {
	float:left
}
.width-navigation .main-menu>li.menu-item.menu-item-has-children>a {
	padding-right:0
}
.width-navigation .main-menu>li.menu-item span.icon-toggle {
	display:inline-block;
	font-size:14px !important;
	padding:20px 20px 20px 7px;
	color:#fff;
	line-height:18px
}
.width-navigation .main-menu>li.menu-item>a {
	position:relative;
	text-transform:uppercase;
	display:block;
	padding: 20px 15px;
}
.width-navigation .main-menu>li.menu-item>a, .width-navigation .main-menu>li.menu-item>span {
	float:left
}
.width-navigation .main-menu>li.menu-item>ul.sub-menu {
	left:0;
	top:100%
}
.width-navigation .main-menu>li.menu-item .menu-item-has-children .icon-toggle {
	position:absolute;
	right:0;
	top:0;
	padding:14px 20px
}
.width-navigation .main-menu li:first-child a {
	padding-left:0
}
.width-navigation .header-right {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	position:relative
}
.width-navigation .header-right .widget {
	float:left
}
.width-navigation .header-right .menu-right {
	margin-left:5px;
	float:left
}
.width-navigation .header-right .menu-right .button_search {
	cursor:pointer;
	border-radius:50%;
	background:#333;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:11px;
	color:#FFF
}
.width-navigation .header-right .menu-right .search-form {
	position:absolute;
	top:100%;
	right:0;
	width:300px;
	z-index:99;
	display:none;
	line-height:normal
}
.width-navigation .header-right .menu-right .search-form:after {
	color:#333
}
header#masthead.site-header.palette-white.template-layout-1 .menu-mobile-effect.navbar-toggle .text-menu, header#masthead.site-header.palette-white.template-layout-1 .thim-search-wrapper .search-form:after, header#masthead.site-header.palette-white.template-layout-1 .widget_thim-login a {
	color:#202121
}
header#masthead.site-header .header-wrapper {
	background:#FFF;
	-webkit-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-khtml-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-moz-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-ms-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-o-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
header#masthead.site-header.header-overlay {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:999
}
header#masthead.site-header.header-overlay.template-layout-2 .header-wrapper {
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
header#masthead.site-header.header-overlay.template-layout-2.affix .header-wrapper {
	-webkit-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-khtml-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-moz-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-ms-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	-o-box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2);
	box-shadow:0 10px 25px 0 rgba(24, 23, 24, .2)
}
header#masthead.site-header.header-default {
	position:relative
}
header#masthead.site-header.no-affix-top .no-sticky-logo {
	display:none
}
header#masthead.site-header.affix-top .width-logo .no-sticky-logo, header#masthead.site-header.no-affix-top .sticky-logo {
	display:block;
	position: relative;
	top: -2px;
	background-color: transparent;
	padding: 17px 0px 0px;
}
header#masthead.site-header.affix-top {
-webkit-transition:all ease-out .3s;
-khtml-transition:all ease-out .3s;
-moz-transition:all ease-out .3s;
-ms-transition:all ease-out .3s;
-o-transition:all ease-out .3s;
transition:all ease-out .3s
}
header#masthead.site-header.affix-top .width-logo .sticky-logo {
	display:none
}
header#masthead.site-header.sticky-header .header-wrapper {
	position:absolute;
	left:0;
	right:0;
	z-index:999
}
header#masthead.site-header.sticky-header.no-transition.affix .header-wrapper, header#masthead.site-header.sticky-header.no-transition.affix-top.menu-show .header-wrapper {
	-webkit-transition:none;
	-khtml-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none
}
header#masthead.site-header.affix {
-webkit-transition:all .4s;
-khtml-transition:all .4s;
-moz-transition:all .4s;
-ms-transition:all .4s;
-o-transition:all .4s;
transition:all .4s
}
header#masthead.site-header.affix .header-wrapper {
	z-index:999;
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top: 100px;
	-webkit-transition:all .4s;
	-khtml-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	padding-bottom:0;
	background-color:#FFF
}
@media(-webkit-min-device-pixel-ratio:2), (min--moz-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2 / 1), (min-device-pixel-ratio:2), (min-resolution:192dpi), (min-resolution:2dppx) {
header#masthead.site-header.affix.has-retina-logo .width-logo .sticky-logo img {
display:inline-block !important
}
}
header#masthead.site-header.affix .width-logo .no-sticky-logo {
	display:none
}
header#masthead.site-header.affix .width-logo .sticky-logo {
	display:block
}
header#masthead.site-header.palette-white.template-layout-1 .menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
	background-color:#202121
}
header#masthead.site-header.palette-transparent .width-navigation li .sub-menu, header#masthead.site-header.palette-white.template-layout-2 .header-wrapper, header#masthead.site-header.palette-white.template-layout-2 .width-navigation li .sub-menu, header#masthead.site-header.palette-white.template-layout-2.affix .header-wrapper {
	background-color:#FFF
}
header#masthead.site-header.palette-white.template-layout-2 .main-header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:0;
	align-items:center
}
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login a, header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login:before {
	color:#9c9c9c
}
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login .user-info a {
	color:#202121
}
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login .user-info a:hover {
	color:#000
}
header#masthead.site-header.palette-white.template-layout-2 .width-navigation li .sub-menu li a, header#masthead.site-header.palette-white.template-layout-2.affix #primary-menu>li>a, header#masthead.site-header.palette-white.template-layout-2.affix .header-right a {
	color:#202121
}
header#masthead.site-header.palette-white.template-layout-2 .width-navigation {
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px
}
header#masthead.site-header.palette-white.template-layout-2 .width-navigation .main-menu>li>a {
	font-weight:400;
	font-size:14px;
	line-height:normal;
	color:#202121
}
header#masthead.site-header.palette-white.template-layout-2.affix-top .header-wrapper {
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.thim-loadmore .load-more, header#masthead.site-header.palette-transparent.affix-top .header-wrapper {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-khtml-box-shadow:none
}
header#masthead.site-header.palette-transparent .width-navigation {
	font-size:14px
}
header#masthead.site-header.palette-transparent .width-navigation .main-menu>li>a {
	font-weight:400;
	font-size:14px;
	line-height:normal;
	color:#9c9c9c
}
header#masthead.site-header.palette-transparent .width-navigation .main-menu>li span.icon-toggle {
	color:#9c9c9c
}
header#masthead.site-header.palette-transparent .width-navigation li .sub-menu li a, header#masthead.site-header.palette-transparent.affix #primary-menu>li>a, header#masthead.site-header.palette-transparent.affix .header-right a {
	color:#202121
}
header#masthead.site-header.palette-transparent .header-wrapper {
	background-color:transparent
}
header#masthead.site-header.palette-transparent.affix-top .header-wrapper {
	box-shadow:none
}
header#masthead.site-header.palette-transparent.affix .header-wrapper {
	background-color:#FFF
}
header#masthead.site-header.palette-transparent.template-layout-1 .menu-mobile-effect.navbar-toggle .text-menu, header#masthead.site-header.palette-transparent.template-layout-1 .thim-search-wrapper .search-form:after, header#masthead.site-header.palette-transparent.template-layout-1 .widget_shopping_cart .minicart_hover, header#masthead.site-header.palette-transparent.template-layout-1 .widget_thim-login a, header#masthead.site-header.palette-transparent.template-layout-2 .widget_thim-login, header#masthead.site-header.palette-transparent.template-layout-2 .widget_thim-login a {
	color:#9c9c9c
}
header#masthead.site-header.palette-transparent.template-layout-1 .menu-mobile-effect.navbar-toggle {
	border-right:0
}
header#masthead.site-header.palette-transparent.template-layout-1 .menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
	background-color:#9c9c9c
}
header#masthead.site-header.palette-transparent.template-layout-1 .widget_shopping_cart {
	background:0 0
}
@media(min-width:769px) {
.main-header .width-logo a:hover {
text-decoration:none
}
.main-header .width-logo a img {
-webkit-transition:all ease-out .3s;
-khtml-transition:all ease-out .3s;
-moz-transition:all ease-out .3s;
-ms-transition:all ease-out .3s;
-o-transition:all ease-out .3s;
transition:all ease-out .3s
}
.main-header .width-navigation .main-menu>li {
position:relative
}
.main-header .width-navigation .main-menu>li .sub-menu {
min-width:290px;
position:absolute;
top:auto;
right:0;
display:none;
z-index:999;
padding:0;
margin:0;
background-color:#fff;
box-shadow:0 2px 3px rgba(0, 0, 0, .09);
-moz-box-shadow:0 2px 3px rgba(0, 0, 0, .09);
-o-box-shadow:0 2px 3px rgba(0, 0, 0, .09);
-ms-box-shadow:0 2px 3px rgba(0, 0, 0, .09)
}
.main-header .width-navigation .main-menu>li .sub-menu li {
width:100%;
text-align:left;
position:relative
}
.main-header .width-navigation .main-menu>li .sub-menu li:after {
content:"";
position:absolute;
left:20px;
right:20px;
height:1px;
background-color:#eee
}
.main-header .width-navigation .main-menu>li .sub-menu li:last-child:after {
display:none
}
.main-header .width-navigation .main-menu>li .sub-menu li a {
color:#3a3a3a;
padding:14px 20px;
display:block
}
.main-header .width-navigation .main-menu>li .sub-menu li>.sub-menu {
top:0;
left:100%
}
header#masthead.template-layout-2.affix-top .header-v2.style2 .main-menu>li .sub-menu li:after {
left:0;
right:0;
background-color:#fff;
filter:alpha(opacity=10);
-ms-filter:"alpha(opacity=10)";
-webkit-opacity:.1;
-khtml-opacity:.1;
-moz-opacity:.1;
-ms-opacity:.1;
-o-opacity:.1;
opacity:.1
}
}
.content-pusher {
	position:relative;
	left:0;
	z-index:99;
	height:100%
}
#wrapper-container {
	overflow:hidden
}
.overlay-close-menu {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#000;
	z-index:99999;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	visibility:hidden;
-webkit-transition:all .2s ease-in-out 0s;
-khtml-transition:all .2s ease-in-out 0s;
-moz-transition:all .2s ease-in-out 0s;
-ms-transition:all .2s ease-in-out 0s;
-o-transition:all .2s ease-in-out 0s;
transition:all .2s ease-in-out 0s
}
.mobile-menu-open .overlay-close-menu {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-webkit-opacity:.5;
	-khtml-opacity:.5;
	-moz-opacity:.5;
	-ms-opacity:.5;
	-o-opacity:.5;
	opacity:.5;
	visibility:visible
}
.thim-mobile-search-cart {
	position:relative;
	padding-right:50px
}
.thim-mobile-search-cart.no-cart {
	padding:0
}
.menu-mobile-effect span.thim-mobile-login {
	background-color:#fff;
	display:inline;
	float:left;
	font-size:16px
}
.menu-mobile-effect span.thim-mobile-login .menu-item-log-out {
	margin-left:10px;
	background-color:#fff
}
.menu-mobile-effect span.thim-mobile-login img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.menu-mobile-effect span.thim-mobile-login.logined {
	margin-top:-10px
}
.thim-mini-cart {
	position:absolute;
	height:50px;
	width:50px;
	right:0;
	bottom:0;
	text-align:center;
	line-height:51px;
	border:1px solid #eee;
	border-left:0;
	border-right:0;
	color:#fff
}
.thim-mini-cart .text {
	display:none
}
.thim-mini-cart .widget_shopping_cart {
	display:inline-block
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-item a[class^=dashicons]:before {
font-family:dashicons
}
@media(min-width:601px) {
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-1 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-2 {
width:50%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-2 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-3 {
width:33.33333%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-3 {
width:66.66667%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-3-of-3 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-4 {
width:25%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-4 {
width:50%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-3-of-4 {
width:75%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-4-of-4 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-5 {
width:20%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-5 {
width:40%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-3-of-5 {
width:60%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-4-of-5 {
width:80%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-5-of-5 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-6 {
width:16.66667%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-6 {
width:33.33333%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-3-of-6 {
width:50%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-4-of-6 {
width:66.66667%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-5-of-6 {
width:83.33333%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-6-of-6 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-7 {
width:14.28571%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-7 {
width:28.57143%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-3-of-7 {
width:42.85714%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-4-of-7 {
width:57.14286%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-5-of-7 {
width:71.42857%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-6-of-7 {
width:85.71429%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-7-of-7 {
width:100%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-1-of-8 {
width:12.5%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-2-of-8 {
width:25%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-3-of-8 {
width:37.5%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-4-of-8 {
width:50%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-5-of-8 {
width:62.5%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-6-of-8 {
width:75%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-7-of-8 {
width:87.5%
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary>li.menu-megamenu>ul.sub-menu li.menu-columns-8-of-8 {
width:100%
}
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.align-bottom-right {
	text-align:right
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.item-align-right>.sub-menu {
	left:auto;
	right:0
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu {
	float:left;
	position:static
}
@media(min-width:769px) {
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-item.hide-on-desktop {
display:none
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu {
position:static
}
}
.navigation .tm-table, .page-title {
	position:relative
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li {
	vertical-align:top
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li a {
	padding:14px 0
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul {
	margin:0
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul li {
	padding:0
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li:after {
	left:0;
	right:0;
	bottom:0
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu .sub-menu>li:after {
	display:none
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right {
	float:left
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right>.widget .btn-book:before {
	top:-15px;
	bottom:-10px
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right>.widget .btn-book .inner-bottom {
	bottom:-20px
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right>.widget.widget_shopping_cart .widget_shopping_cart_content {
	top:57px
}
@media(max-width:768px) {
.mega-menu .menu-item.hide-sub-menu-on-mobile .icon-toggle, .mega-menu .menu-item.hide-sub-menu-on-mobile .mega-sub-menu {
visibility:hidden;
display:none
}
}
.mega-menu .widget_products img {
	max-width:60px
}
.page-title .main-top {
	background-attachment:fixed;
	clear:both;
	position:relative;
	overflow:hidden;
	z-index:8;
	background-repeat:no-repeat;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center
}
.page-title .main-top .overlay-top-header {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:1;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
	-webkit-opacity:.6;
	-khtml-opacity:.6;
	-moz-opacity:.6;
	-ms-opacity:.6;
	-o-opacity:.6;
	opacity:.6
}
.page-title .main-top .content {
	z-index:3
}
.page-title .main-top .content .text-title {
	text-align:right;
	padding-right:50px
}
.page-title .main-top .content .text-title h1, .page-title .main-top .content .text-title h2 {
	margin:0;
	font-size:58px;
	font-weight:100 !important;
	line-height:83px;
	letter-spacing:1.5px
}
.page-title .main-top .content .text-title:after {
	content:'';
	right:0;
	width:1px;
	border-right:1px solid #FFF;
	position:absolute;
	top:-10px;
	bottom:-10px;
	filter:alpha(opacity=15);
	-ms-filter:"alpha(opacity=15)";
	-webkit-opacity:.15;
	-khtml-opacity:.15;
	-moz-opacity:.15;
	-ms-opacity:.15;
	-o-opacity:.15;
	opacity:1
}
.page-title .breadcrumb-content #breadcrumbs span.breadcrum-icon .fa:before, .page-title .breadcrumb-content .woocommerce-breadcrumb span.breadcrum-icon:before {
	color:#fff !important;
}
.page-title .main-top .content .text-description {
	padding-left:50px;
	font-size:18px;
	font-weight:300;
	line-height:24px;
	letter-spacing:.3px;
	text-align:left;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-self:center;
	padding-top:18px
}
.page-title .main-top .content .text-description strong {
	font-weight:300;
}
.page-title .main-top .content .text-description .br {
	display:block;
	margin-bottom:6px
}
.page-title .breadcrumb-content {
	position:absolute;
	bottom:-22px;
	z-index:99;
	left:0;
	right:0;
	text-align:center
}
.page-title .breadcrumb-content .learn-press-course-buttons .button.wc-forward {
	left:0
}
.page-title .breadcrumb-content #breadcrumbs {
	padding:15px 57px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0;
	background-color:#333;
	display:inline-block
}
.page-title .breadcrumb-content #breadcrumbs li {
	font-size:16px;
	font-weight:300;
	line-height:1.38;
	letter-spacing:.3px;
	display:inline
}
.page-title .breadcrumb-content #breadcrumbs li a {
	color:#FFF
}
.page-title .breadcrumb-content #breadcrumbs li:last-child:after {
	display:none
}
.page-title .breadcrumb-content #breadcrumbs span.breadcrum-icon {
	margin:0 5px
}
.page-title .breadcrumb-content .woocommerce-breadcrumb {
	padding:10px 57px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin:0;
	background-color:#333;
	display:inline-block
}
.page-title .breadcrumb-content .woocommerce-breadcrumb a {
	font-size:16px;
	font-weight:300;
	line-height:1.38;
	letter-spacing:.3px;
	display:inline;
	color:#FFF
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social .item a, .page-title .breadcrumb-content.breadcrumb-plus #breadcrumbs li, .page-title .breadcrumb-content.breadcrumb-plus #breadcrumbs li a, .page-title .breadcrumb-content.breadcrumb-plus #breadcrumbs li span.breadcrum-icon .fa:before {
	color:#fff
}
.page-title .breadcrumb-content .woocommerce-breadcrumb span.breadcrum-icon {
	margin:0 5px
}
.page-title .breadcrumb-content.breadcrumb-plus #breadcrumbs li a:hover {
	opacity:.7
}
.page-title.layout-2 {
	overflow:hidden
}
.page-title.layout-2 .main-top .content .text-title {
	text-align:center;
	padding-right:0
}
.page-title.layout-2 .main-top .content .text-title h1, .page-title.layout-2 .main-top .content .text-title h2 {
	font-size:42px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:.8px;
	line-height:normal
}
.page-title.layout-2 .main-top .content .text-title:after {
	display:none
}
.page-title.layout-2 .main-top .content .text-description {
	text-align:center;
	padding-left:0;
	display:block;
	max-width:900px;
	margin:auto;
	font-size:18px;
	line-height:26px;
	letter-spacing:.4px;
	padding-top:12px
}
.page-title.layout-2 .breadcrumb-content {
	bottom:-133px
}
.page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
	height:168px;
	background:#FFF;
	max-width:886px;
	border-radius:100px
}
.page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper #breadcrumbs {
	position:relative;
	top:-27px;
	padding:16px 30px
}
.page-title.layout-3 .breadcrumb-content {
	position:relative;
	bottom:initial;
	border-bottom:1px solid rgba(255, 255, 255, .15);
	text-align:initial
}
.page-title.layout-3 .breadcrumb-content #breadcrumbs {
	padding:18px 0;
	background-color:transparent
}
.page-title.layout-3 .main-top .content .text-title {
	text-align:center;
	padding-right:0
}
.page-title.layout-3 .main-top .content .text-title:after {
	display:none
}
.page-title.layout-3 .main-top .content .text-description {
	text-align:center;
	padding-left:0;
	display:block;
	max-width:900px;
	margin:auto
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social {
	padding:16px 38px
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social .item {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social .item:not(:last-child) {
margin-right:30px
}
.lp-profile .page-title.layout-3 .breadcrumb-content {
	position:absolute;
	bottom:-28px;
	text-align:center;
	background:0 0
}
.search-form {
	position:relative;
	line-height:50px;
	border:0
}
.search-form label {
	width:100%;
	display:inline-block;
	font-weight:400;
	margin:0
}
.search-form .search-field {
	line-height:50px;
	background:#fff;
	height:50px;
	padding:0 60px 0 15px;
	font-size:14px;
	width:100%;
	border:1px solid #eee;
-webkit-transition:all .3s ease-in-out;
-khtml-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.search-form .search-submit {
	position:absolute;
	top:0;
	background:0 0;
	border:0;
	right:20px;
	color:#888;
	font-size:20px
}
.search-form .search-submit:hover {
	cursor:pointer
}
.search-form .search-submit:focus {
	outline:0
}
.theiaStickySidebar {
	padding-top:130px
}
.widget_search {
	margin-bottom:71px
}
.widget_search .search-form {
	margin-right:10px;
	width:317px;
	max-width:100%
}
.widget_search .search-form .search-field {
	padding-left:3px;
	height:40px;
	font-size:16px;
	font-weight:300;
	font-style:italic;
	line-height:1.63;
	letter-spacing:.3px;
	color:#888;
	border-color:#fff #fff #e7e7e7
}
.widget_search .search-form input::-webkit-input-placeholder {
font-size:16px;
font-weight:300;
font-style:italic;
line-height:1.63;
letter-spacing:.3px;
color:#D8BC73
}
.widget_search .search-form input::-webkit-input-placeholder:-moz-placeholder {
color:#D8BC73
}
.widget_search .search-form input::-webkit-input-placeholder::-moz-placeholder {
color:#D8BC73
}
.widget_search .search-form input::-webkit-input-placeholder:-ms-input-placeholder {
color:#D8BC73
}
.widget_search .search-form input::-webkit-input-placeholder::-webkit-input-placeholder {
color:#D8BC73
}
.widget_search .search-form:after {
	color:#fff
}
.widget-area aside.widget_categories {
	font-size:16px;
	color:#000
}
.widget-area aside.widget_categories h3.widget-title {
	font-size:24px
}
.widget-area aside.widget_thim-courses-categories {
	font-size:16px;
	color:#000
}
.widget-area aside.widget_thim-courses-categories h3.widget-title {
	font-size:24px
}
.widget-area .widget {
	position:relative
}
.widget-area .widget:after, .widget-area .widget:before {
	content:" ";
	display:table
}
.widget-area .widget .widget-title {
	position:relative;
	padding-bottom:9px;
	line-height:1.33;
	text-transform:uppercase;
	margin-bottom:30px;
	font-size:18px;
	font-weight:500
}
.widget-area .widget .widget-title:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:35px;
	height:1px
}
.widget-area .widget.widget_archive ul li .children, .widget-area .widget.widget_archive ul li .sub-menu, .widget-area .widget.widget_categories ul li .children, .widget-area .widget.widget_categories ul li .sub-menu, .widget-area .widget.widget_meta ul li .children, .widget-area .widget.widget_meta ul li .sub-menu, .widget-area .widget.widget_nav_menu ul li .children, .widget-area .widget.widget_nav_menu ul li .sub-menu, .widget-area .widget.widget_pages ul li .children, .widget-area .widget.widget_pages ul li .sub-menu, .widget-area .widget.widget_recent_comments ul li .children, .widget-area .widget.widget_recent_comments ul li .sub-menu, .widget-area .widget.widget_recent_entries ul li .children, .widget-area .widget.widget_recent_entries ul li .sub-menu, .widget-area .widget.widget_thim-courses-categories ul li .children, .widget-area .widget.widget_thim-courses-categories ul li .sub-menu {
	padding-left:15px
}
.widget-area .widget.widget_archive ul li .children li, .widget-area .widget.widget_archive ul li .sub-menu li, .widget-area .widget.widget_categories ul li .children li, .widget-area .widget.widget_categories ul li .sub-menu li, .widget-area .widget.widget_meta ul li .children li, .widget-area .widget.widget_meta ul li .sub-menu li, .widget-area .widget.widget_nav_menu ul li .children li, .widget-area .widget.widget_nav_menu ul li .sub-menu li, .widget-area .widget.widget_pages ul li .children li, .widget-area .widget.widget_pages ul li .sub-menu li, .widget-area .widget.widget_recent_comments ul li .children li, .widget-area .widget.widget_recent_comments ul li .sub-menu li, .widget-area .widget.widget_recent_entries ul li .children li, .widget-area .widget.widget_recent_entries ul li .sub-menu li, .widget-area .widget.widget_thim-courses-categories ul li .children li, .widget-area .widget.widget_thim-courses-categories ul li .sub-menu li {
	font-size:16px;
	border:0;
	padding-bottom:0
}
.widget-area .widget.widget_recent_comments ul li:before {
	content:"\f0da";
	font-family:FontAwesome;
	margin-right:10px;
	color:#333;
	font-size:14px
}
.widget-area .widget.widget_recent_comments ul li a:before {
	display:none
}
.widget-area .widget.widget_rss ul li .rsswidget {
	width:100%;
	display:inline-block
}
.widget-area .widget.widget_rss .rss-date {
	font-size:16px;
	font-style:italic
}
.widget-area .widget ul {
	margin:0
}
.widget-area .widget ul li {
	list-style:none;
	display:block;
	margin-bottom:30px
}
.widget-area .widget ul li a {
	font-weight:400;
	text-transform:capitalize;
	line-height:1.38
}
.widget-area .widget ul li:last-child {
	margin-bottom:0
}
.widget-area .widget select {
	max-width:100%
}
.widget-area .widget.widget_thim_recent_posts ul {
	margin:10px 0 0
}
.widget-area .widget.widget_thim_recent_posts ul li {
	margin-bottom:40px;
	display:inline-block;
	padding:0 0 0 130px;
	position:relative;
	min-height:100px
}
.widget-area .widget.widget_thim_recent_posts ul li:last-child {
	margin:0
}
.widget-area .widget.widget_thim_recent_posts ul li.no-thumbnail {
	padding:0
}
.widget-area .widget.widget_thim_recent_posts ul li .post_thumbnail {
	position:absolute;
	top:0;
	left:0
}
.widget-area .widget.widget_thim_recent_posts ul li .title {
	margin:0;
	line-height:24px;
	font-size:14px;
	position:relative;
	top:-4px
}
.widget-area .widget.widget_thim_recent_posts ul li .title a {
	font-weight:700;
	font-size:14px;
	text-transform:none;
	color:#333;
	line-height:24px;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.widget-area .widget.widget_thim_recent_posts ul li .time {
	margin-top:20px;
	font-size:12px;
	font-style:italic;
	color:#666;
	font-weight:700
}
.widget-area .widget.widget_social_link_widget ul {
	width:100%;
	float:left;
	margin-top:5px
}
.widget-area .widget.widget_social_link_widget ul li {
	width:100%;
	float:left;
	position:relative;
	margin-bottom:10px;
	padding:0
}
.widget-area .widget.widget_social_link_widget ul li:last-child {
	margin:0
}
.widget-area .widget.widget_social_link_widget ul li a {
	color:#fff;
	line-height:40px;
	font-size:16px;
	width:100%;
	float:left;
	border:0;
	height:40px;
	text-align:left;
	border-radius:0
}
.widget-area .widget.widget_social_link_widget ul li i {
	width:47px;
	float:left;
	margin-right:28px;
	position:relative;
	text-align:center;
	font-size:14px;
	line-height:40px;
	display:inline-block
}
.widget-area .widget.widget_social_link_widget ul li i:after {
	content:'';
	height:26px;
	width:1px;
	background:#fff;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-13px
}
.widget-area .widget.widget_social_link_widget ul li.facebook {
	background:#3b5998
}
.widget-area .widget.widget_social_link_widget ul li.twitter {
	background:#55acee
}
.widget-area .widget.widget_social_link_widget ul li.skype {
	background:#00aff0
}
.widget-area .widget.widget_social_link_widget ul li.pinterest {
	background:#cb2027
}
.widget-area .widget.widget_social_link_widget ul li.google {
	background:#dd4b39
}
.widget-area .widget.widget_social_link_widget ul li.tumblr {
	background:#32506d
}
.widget-area .widget.widget_social_link_widget ul li.linkedin {
	background:#007bb5
}
.widget-area .widget.widget_social_link_widget ul li.rss {
	background:#f60
}
.widget-area .widget.widget_social_link_widget ul li.instagram {
	background:#125688
}
.widget-area .widget.widget_social_link_widget ul li.youtube {
	background:#b00
}
.widget-area .widget .tagcloud {
	padding-top:47px
}
.widget-area .widget .tagcloud:after, .widget-area .widget .tagcloud:before {
	content:" ";
	display:table
}
.widget-area .widget .tagcloud a {
	height:40px;
	line-height:40px;
	font-size:16px !important;
	text-transform:uppercase;
	border:1px solid #e7e7e7;
	padding:0 20px;
	margin-right:15px;
	margin-bottom:20px;
	float:left
}
.widget-area .widget .tagcloud a:hover {
	background-color:#e7e7e7
}
aside .widget table {
	margin-bottom:0
}
aside .widget.widget_thim_layout_builder {
	margin-bottom:5px
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 {
	max-width:318px;
	background-color:#f6f6f7
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer {
	position:relative;
	top:28px;
	left:-48px
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-stage .owl-item .item {
	padding-left:7px;
	border:0
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-stage .owl-item .item .content {
	font-size:20px;
	font-style:italic;
	line-height:1.5;
	letter-spacing:.4px
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-stage .owl-item .item .user-info {

	font-size:14px;
	font-weight:500;
	line-height:1.86;
	margin-bottom:65px
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-dots {
	margin-left:58px
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-dots .owl-dot {
	margin-bottom:34px
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container:before {
	font-size:100px;
	text-align:left;
	position:absolute;
	top:10px;
	left:25px;
	line-height:.32;
	letter-spacing:-7px
}
aside .widget.widget_categories {
	margin-bottom:44px;
	max-width:318px
}
aside .widget.widget_categories h3.widget-title {
	margin-top:0;
	font-size:18px;
	font-weight:500;
	line-height:1.33;
	letter-spacing:.4px;
	color:#202121
}
aside .widget.widget_categories ul, aside .widget.widget_thim-courses-categories ul {
	margin-top:-15px
}
aside .widget.widget_categories .widget-title:after {
	content:"";
	border-bottom:solid 1px #000;
	position:absolute;
	top:31px;
	left:0;
	width:35px
}
aside .widget.widget_categories .cat-item {
	border:0
}
aside .widget.widget_categories ul li {
	position:relative;
	margin-left:25px;
	padding:0;
	margin-bottom:0
}
aside .widget.widget_categories ul li:before {
	content:"\f21b";
	position:absolute;
	left:-14px;
	top:0;
	line-height:36px;
	display:block;
	color:#18c1f0;
	font-family:ionicons;
	font-size:5px
}
aside .widget.widget_categories ul li .children {
	padding:12px 0 0
}
aside .widget.widget_categories ul li .children li:before {
	content:'+';
	background:0 0;
	top:5px;
	font-size:12px
}
aside .widget.widget_categories ul li .children .children li:before {
	content:"\f3d3";
	background:0 0;
	top:5px;
	font-size:12px
}
aside .widget.widget_categories ul li a {
	border:0;
	font-size:16px;
	font-weight:300;
	line-height:2.25;
	letter-spacing:.3px;
	color:#202121
}
aside .widget.widget_thim-courses-categories {
	margin-bottom:44px;
	max-width:318px
}
aside .widget.widget_thim-courses-categories h3.widget-title {
	font-size:18px;
	font-weight:500;
	line-height:1.33;
	letter-spacing:.4px;
	color:#202121
}
aside .widget.widget_thim-courses-categories .widget-title:after {
	content:"";
	border-bottom:solid 1px #000;
	position:absolute;
	top:31px;
	left:0;
	width:35px
}
aside .widget.widget_thim-courses-categories .cat-item {
	border:0
}
aside .widget.widget_thim-courses-categories ul li {
	padding:0;
	display:list-item;
	list-style:none;
	margin-bottom:0
}
aside .widget.widget_thim-courses-categories ul li a {
	border:0;
	font-size:16px;
	font-weight:300;
	line-height:2.25;
	letter-spacing:.3px;
	color:#202121
}
aside .widget.widget_recent_entries {
	max-width:318px
}
aside .widget.widget_recent_entries h3.widget-title {
	font-size:18px;
	font-weight:500;
	line-height:1.33;
	letter-spacing:.4px;
	color:#202121;
	margin-bottom:33px
}
aside .widget.widget_recent_entries .wrapper {
	margin-top:30px;
	overflow:hidden
}
aside .widget.widget_recent_entries .wrapper .thumbnail {
	width:109px;
	float:left;
	clear:left
}
#comments .comment-respond .comment-form .comment-notes:after, #comments .comment-respond:after, #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info:after, #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info:after, #comments .list-comments .comment-list .comment .content-comment:after, #comments .list-comments .comment-list .comment:after, #main-content .site-content:after, #main-content .top-box:after, #main-content:after, .after-main:after, .comment-navigation:after, .home4-couter-box .thim-sc-text-box.style-4 .title-2 img, .list-articles.style-list article:after, .single-post article .content-inner .entry-content-wrapper .right-content .entry-content:after, .single-post article .content-inner .entry-content-wrapper:after, .single-post article .nav-single:after, .single-post article .tag-list:after {
	clear:both
}
aside .widget.widget_recent_entries .wrapper .entry-date {
	float:left;
	width:109px;
	height:109px;
	background-color:#f6f6f7
}
aside .widget.widget_recent_entries .wrapper .entry-date .entry-day {
	margin-top:32px;
	margin-left:36px;
	font-size:35px;
	font-weight:500;
	line-height:.63
}
aside .widget.widget_recent_entries .wrapper .entry-date .entry-month {
	margin-left:36px;
	font-size:18px;
	font-weight:300;
	line-height:1.22;
	letter-spacing:.9px;
	margin-top:11px;
	text-transform:uppercase
}
aside .widget.widget_recent_entries .wrapper .content {
	margin-left:128px;
	margin-top:-4px
}
aside .widget.widget_recent_entries .wrapper .content .title {
	font-weight:400;
	font-size:16px;
	line-height:1.38;
	letter-spacing:.3px;
	color:#202121
}
aside .widget.widget_recent_entries .wrapper .content .post-date {
	margin-top:9px;
	font-size:14px;
	font-weight:300;
	line-height:1.57;
	letter-spacing:.3px;
	color:#888
}
.archive-course-widget-outer {
	max-width:318px
}
.archive-course-widget-outer .course-entry .course-cover {
	float:left;
	width:109px;
	margin-right:19px
}
.archive-course-widget-outer .course-entry .course-cover img {
	height:109px
}
.archive-course-widget-outer .course-entry .course-detail .course-title {
	font-size:16px;
	line-height:1.38;
	letter-spacing:.3px;
	color:#202121
}
.archive-course-widget-outer .course-entry .course-meta-data, .archive-course-widget-outer .course-entry .course-meta-field {
	font-size:16px;
	line-height:1.38;
	letter-spacing:.3px;
	color:#ec5f4c;
	font-weight:500
}
.archive-course-widget-outer .course-entry .course-detail .course-description {
	display:none
}
#main-content .top-box:after, #main-content .top-box:before, #main-content:after, #main-content:before {
	content:" ";
	display:table
}
.archive-course-widget-outer .course-entry .course-meta-field {
	text-align:left
}
.widget-area .widget ul ul {
	padding-top:30px
}
#secondary .select2-container, #secondary .select2-container .select2-selection--single, #secondary .selection, #secondary select {
	width:100%
}
#secondary .widget {
	margin-bottom:60px
}
.lp-landing.thim-lp-layout-1 .sticky-sidebar.flex-first {
	right:unset
}
.lp-landing.thim-lp-layout-1 .sticky-sidebar {
	top:80px;
	position:relative !important
}
.wrapper-info-bar aside#secondary {
	margin-top:60px
}
#main-content .top-box {
	margin-bottom:25px
}
#main-content .top-box .title-text .title {
	font-size:42px;
	font-weight:500;
	line-height:normal;
	letter-spacing:.8px;
	margin:0
}
#main-content .top-box .filter-search-right .search-form {
	display:inline-block;
	width:320px;
	line-height:32px;
	float:left
}
#main-content .top-box .filter-search-right .search-form .search-field {
	height:30px;
	padding-left:3px;
	font-size:16px;
	font-weight:300;
	font-style:italic;
	line-height:1.63;
	letter-spacing:.3px;
	color:#888;
	border-color:#fff #fff #e7e7e7
}
#main-content .top-box .filter-search-right .search-form .search-field:-moz-placeholder {
color:#D8BC73
}
#main-content .top-box .filter-search-right .search-form .search-field::-moz-placeholder {
color:#D8BC73
}
#main-content .top-box .filter-search-right .search-form .search-field:-ms-input-placeholder {
color:#D8BC73
}
#main-content .top-box .filter-search-right .search-form .search-field::-webkit-input-placeholder {
color:#D8BC73
}
#main-content .top-box .filter-search-right .search-form .search-submit {
	position:absolute;
	top:0;
	background:0 0;
	border:0;
	right:5px;
	color:#888;
	font-size:20px
}
#main-content .top-box .filter-search-right .search-form .search-submit:hover {
	cursor:pointer
}
#main-content .top-box .filter-search-right .search-form .search-submit:focus {
	outline:0
}
#main-content .top-box .filter-search-right .search-form:after {
	color:#888
}
#main-content .top-box .filter-search-right .blog-filter {
	margin-left:10px;
	float:left;
	display:inline-block
}
#main-content .top-box .filter-search-right .blog-filter .icon {
	text-align:center;
	width:32px;
	height:32px;
	color:#888;
	background-color:#e7e7e7;
	font-size:16px;
	margin:0;
	line-height:32px
}
#main-content .top-box .filter-search-right .blog-filter .icon.switcher-active {
	color:#fff
}
#main-content .top-box .filter-search-right .blog-filter .icon.icon-list {
	margin-right:4px
}
#main-content .top-box .filter-search-right .blog-filter .icon:hover {
	color:#fff;
	cursor:pointer
}
#main-content .top-box .filter-search-right {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-end;
	align-items:center
}
#main-content .site-content:after, #main-content .site-content:before, .list-articles.style-list article:after, .list-articles.style-list article:before {
	display:table;
	content:" "
}
.list-articles iframe {
	max-width:100%
}
.list-articles.style-list {
	margin-bottom:55px
}
.list-articles.style-list article {
	width:100%
}
.list-articles.style-list .content-inner {
	padding-bottom:60px;
	margin-bottom:69px
}
.list-articles article {
	padding-left:15px;
	padding-right:15px
}
.list-articles article .content-inner {
	border-bottom:solid 1px #e7e7e7
}
.list-articles article .entry-top {
	position:relative
}
.list-articles article .entry-top .post-formats-wrapper {
	overflow:hidden
}
.list-articles article .entry-top .post-formats-wrapper .post-image img {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.loop-pagination li a, body.blog article.format-video .post-formats-wrapper .post-image:before {
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
-khtml-transition:all .5s
}
.list-articles article .entry-top .post-formats-wrapper .post-image:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1)
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-next, .list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-prev {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	width:55px;
	height:55px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:rgba(33, 33, 33, .3);
	position:absolute
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-prev {
	left:24px
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-next {
	right:24px
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-next:hover, .list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-prev:hover {
	cursor:pointer
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-next::before, .list-articles article .entry-top .post-formats-wrapper .flexslider .flex-direction-nav .flex-prev::before {
font-size:30px;
color:#fff
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-control-nav {
	width:100%;
	position:absolute;
	text-align:center;
	list-style:none;
	z-index:2;
	bottom:-7px
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-control-nav li a {
	width:9px;
	height:9px;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#fff;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-webkit-opacity:.5;
	-khtml-opacity:.5;
	-moz-opacity:.5;
	-ms-opacity:.5;
	-o-opacity:.5;
	opacity:.5
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-control-nav li .flex-active {
	background:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	height:9px;
	width:9px;
	position:relative;
	left:0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-control-nav li .flex-active:before {
	content:" ";
	position:absolute;
	z-index:-1;
	top:-2px;
	left:-2px;
	right:-2px;
	bottom:-2px;
	border:1px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.list-articles article .entry-top .post-formats-wrapper .flexslider .flex-control-nav li:hover a {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1
}
.list-articles article .entry-top .entry-date {
	position:absolute;
	display:block;
	bottom:0;
	height:auto;
	background-color:#fff;
	z-index:2;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:0;
	text-align:center;
	padding:20px;
	width:97px;
	white-space:unset;
	line-height:normal
}
.list-articles article .entry-top .entry-date .entry-day {
	font-size:35px;
	font-weight:500;
	letter-spacing:.7px;
	line-height:.63
}
.list-articles article .entry-top .entry-date .entry-month {
	font-size:18px;
	font-weight:300;
	line-height:1;
	letter-spacing:.9px;
	margin-top:8px;
	text-transform:uppercase
}
.list-articles article .entry-top .entry-date .entry.summary {
	margin-left:30px
}
.list-articles article .entry-top .entry-date.no-thumbnail {
	background-color:#f6f6f7;
	top:-4px;
	z-index:2;
	bottom:auto
}
.list-articles article .entry-content {
	padding-left:30px;
	display:inline-block;
	width:100%
}
.list-articles article .entry-content .entry-title a {
	color:#202121
}
.list-articles article .entry-content .entry-meta {
	font-size:16px;
	font-weight:300;
	line-height:1.38;
	letter-spacing:.3px
}
.list-articles article .entry-content .entry-meta>span:after {
	content:"/";
	margin:0 5px
}
.list-articles article .entry-content .entry-meta>span:last-child:after {
	display:none
}
.list-articles article .entry-content .entry-meta>span a {
	color:#878787
}
.list-articles article .entry-content .entry-summary {
	font-size:16px;
	font-weight:300;
	line-height:1.63;
	letter-spacing:.3px
}
.list-articles article .entry-content .readmore a {
	margin-top:32px;
	width:161px;
	height:39px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	font-size:14px;
	line-height:1.71;
	letter-spacing:.3px;
	font-weight:500;
	text-transform:uppercase
}
.list-articles.style-grid article .entry-content .entry-meta .meta-category, .list-articles.style-grid article .entry-content:after, .single-post article .content-inner .entry-meta>span:first-child:before, .thim-loadmore.last-page .load-more, .thim-loadmore.no-data .load-more {
	display:none
}
.list-articles article .entry-content .readmore a:hover {
	cursor:pointer;
	color:#fff
}
.list-articles article .entry-content .readmore a:after {
	content:"\f125";
	font-family:ionicons;
	font-size:14px;
	line-height:1.38;
	margin-left:13px
}
.list-articles article:last-child .content-inner {
	margin-bottom:0
}
.list-articles .entry-content .entry-title {
	margin-top:20px;
	font-size:32px;
	font-weight:500;
	letter-spacing:.6px;
	line-height:1.4
}
.list-articles .entry-content .entry-meta {
	margin-top:-3px
}
.list-articles .entry-content .entry-summary {
	margin-top:18px
}
.list-articles .entry-content.no-thumbnail {
	padding-left:140px
}
.list-articles .entry-content.no-thumbnail .entry-title {
	margin-top:0
}
.list-articles.style-grid .content-inner {
	padding-bottom:48px;
	margin-bottom:60px
}
.list-articles.style-grid article {
	float:left
}
.list-articles.style-grid article .content-inner {
	border-bottom:0;
	margin-bottom:0
}
.list-articles.style-grid article .entry-content .entry-title {
	margin-top:25px;
	margin-bottom:12px;
	font-size:16px;
	font-weight:400;
	line-height:1.38;
	text-transform:uppercase
}
.list-articles.style-grid article .entry-content .entry-meta {
	font-size:16px;
	font-weight:300;
	line-height:1.38;
	letter-spacing:.3px;
	color:#878787
}
.list-articles.style-grid article .entry-content .entry-summary {
	margin-top:10px
}
.list-articles.style-grid article .entry-content.no-thumbnail {
	padding-left:125px;
	margin-top:-30px
}
.thim-loadmore {
	height:55px;
	text-align:center;
	position:relative;
	margin-top:30px
}
.loop-pagination, .loop-pagination li a {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	justify-content:center
}
.thim-loadmore.loading button.load-more {
	cursor:not-allowed;
	color:#fff
}
.thim-loadmore.loading button.load-more:hover {
	cursor:not-allowed
}
.loop-pagination li:hover, .thim-loadmore .load-more:hover {
	cursor:pointer
}
.thim-loadmore.loading button.load-more .thim-loading-icon {
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.thim-loadmore .load-more {
	padding-left:86px;
	padding-right:86px;
	height:55px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	text-align:center;
	font-size:16px;
	letter-spacing:.3px;
	color:#fff;
	font-weight:400
}
.thim-loadmore::before {
content:"";
position:absolute;
border-bottom:solid 1px #e7e7e7;
width:100%;
z-index:-1;
bottom:50%;
left:0
}
.loop-pagination {
	display:flex;
	margin-right:-4px;
	margin-left:-4px
}
.loop-pagination li {
	margin-left:4px;
	margin-right:4px;
	float:left;
	list-style:none;
	border-radius:50%
}
.loop-pagination li a {
	display:flex;
	align-items:center;
	width:43px;
	height:43px;
	border:1px solid #e7e7e7;
	border-radius:50%;
-webkit-transition:all .5s;
transition:all .5s;
	color:#878787
}
.loop-pagination li span {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	width:43px;
	height:43px;
	border-radius:50%;
	color:#fff
}
.loop-pagination li:hover a, .loop-pagination li:hover span {
	color:#fff
}
.widget_media_image {
	margin-bottom:30px
}
.list-articles article:not(.column-1) {
padding-bottom:5px
}
body.blog article.format-video .post-formats-wrapper {
	position:relative
}
body.blog article.format-video .post-formats-wrapper .post-image {
	display:block
}
body.blog article.format-video .post-formats-wrapper .post-image:before {
	position:absolute;
	z-index:2;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .5);
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
-webkit-transition:all .5s;
transition:all .5s
}
body.blog article.format-video .post-formats-wrapper .post-image:after {
	content:"\f487";
	font-family:Ionicons;
	position:absolute;
	width:113px;
	height:113px;
	z-index:9;
	left:50%;
	top:50%;
	margin-top:-57px;
	margin-left:-57px;
	color:#fff;
	font-size:80px;
	line-height:107px;
	text-align:center;
	border:3px solid #fff;
	padding-left:12px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0
}
body.blog article.format-video .post-formats-wrapper .post-image:hover:after, body.blog article.format-video .post-formats-wrapper .post-image:hover:before {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1
}
body.blog article.format-video .entry-top .post-formats-wrapper .post-image img {
	-webkit-transition:none;
	-khtml-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-transform:unset;
	-moz-transform:unset;
	-ms-transform:unset;
	-o-transform:unset
}
.single-post .site-content {
	padding-top:120px;
	padding-bottom:96px
}
.single-post .site-main.full-width {
	max-width:1054px;
	margin:auto
}
.single-post .entry-content p {
	line-height:28px
}
.single-post article .content-inner .title {
	font-size:42px;
	font-weight:500;
	letter-spacing:.8px;
	text-align:center;
	line-height:normal;
	margin-bottom:5px
}
.single-post article .content-inner .post-formats-wrapper iframe {
	width:100%
}
.single-post article .content-inner .entry-meta {
	font-size:16px;
	line-height:22px;
	color:#878787;
	letter-spacing:.3px;
	margin-bottom:50px;
	text-align:center
}
.single-post article .content-inner .entry-meta a {
	color:#878787
}
.single-post article .content-inner .entry-meta>span {
	text-transform:capitalize;
	margin-left:20px
}
.single-post article .content-inner .entry-meta>span:first-child {
	margin-left:0
}
.single-post article .content-inner .entry-meta>span:before {
	content:'/';
	margin-left:-13px;
	position:absolute
}
.single-post article .content-inner .entry-top {
	position:relative;
	margin-bottom:52px
}
.single-post article .content-inner .entry-top .entry-date {
	position:absolute;
	width:97px;
	height:auto;
	color:#FFF;
	bottom:0;
	z-index:2;
	text-align:center;
	padding:20px;
	white-space:unset;
	font-size:15px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	justify-content:center
}
.single-post article .content-inner .entry-top .entry-date .entry-day {
	font-size:35px;
	font-weight:500;
	letter-spacing:.7px;
	line-height:.63
}
.single-post article .content-inner .entry-top .entry-date .entry-month {
	font-size:18px;
	font-weight:300;
	line-height:1;
	letter-spacing:.9px;
	margin-top:8px;
	text-transform:uppercase
}
.single-post article .content-inner .entry-top .entry-date .entry.summary {
	margin-left:30px
}
.single-post article .content-inner .entry-top .entry-date.no-thumbnail {
	float:left;
	width:97px;
	height:89px;
	top:-4px;
	z-index:2
}
.single-post article .content-inner .entry-content-wrapper:after, .single-post article .content-inner .entry-content-wrapper:before {
	content:" ";
	display:table
}
.single-post article .content-inner .entry-content-wrapper .left-content {
	width:100px;
	float:left
}
.single-post article .content-inner .entry-content-wrapper .left-content .social-share {
	flex-direction:column;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	margin-top:4px
}
.single-post article .content-inner .entry-content-wrapper .left-content .social-share .share-text {
	font-size:16px;
	text-transform:uppercase;
	line-height:16px;
	letter-spacing:.8px;
	font-weight:300;
	margin-bottom:13px
}
.single-post article .content-inner .entry-content-wrapper .right-content {
	width:-webkit-calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:calc(100% - 100px);
	float:left;
	padding:0 33px 30px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content {
	margin-bottom:33px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content:after, .single-post article .content-inner .entry-content-wrapper .right-content .entry-content:before {
	content:" ";
	display:table
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content strong {
	font-size:16px;
	font-weight:400;
	line-height:19px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content br {
	line-height:26px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content p {
	margin-bottom:30px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content figure, .single-post article .content-inner .entry-content-wrapper .right-content .entry-content img {
	margin-bottom:52px;
	margin-top:54px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content figure img {
	margin-bottom:0;
	margin-top:0
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content figure.aligncenter figcaption {
	text-align:center
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content blockquote {
	padding:11px 0 26px 58px;
	font-style:italic;
	font-family:"Times New Roman";
	font-size:24px;
	line-height:34px;
	letter-spacing:.5px;
	position:relative
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content blockquote p {
	margin-bottom:0;
	line-height:34px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content blockquote:before {
	content:'''';
	font-family:Arial;
	font-size:120px;
	position:absolute;
	letter-spacing:-10px;
	font-style:normal;
	left:0;
	top:48px
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content .entry-header {
	margin-bottom:0
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content .entry-header .entry-title {
	margin-top:0;
	margin-bottom:18px
}
.single-post article .tag-list {
	margin-bottom:80px
}
.single-post article .tag-list:after, .single-post article .tag-list:before {
	content:" ";
	display:table
}
.single-post article .tag-list .tags {
	margin-right:9px;
	margin-bottom:9px;
	font-style:normal
}
.single-post article .tag-list .tags:hover {
	background:0 0
}
.single-post article .tag-list a {
	display:inline-block;
	text-transform:capitalize;
	font-style:italic;
	padding:10px 30px;
	border:1px solid #e9e9e9;
	margin-right:5px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.single-post article .tag-list a:not(.tags):hover {
color:#FFF
}
.single-post article .nav-single {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:70px;
	margin-top:32px;
	border:1px solid #e7e7e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.single-post article .nav-single:after, .single-post article .nav-single:before {
	content:" ";
	display:table
}
.single-post article .nav-single .post-nav {
	float:left;
	padding:30px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	width:50%
}
.single-post article .nav-single .post-nav.nav-next {
	flex-direction:row-reverse
}
.single-post article .nav-single .post-nav:first-child {
	border-right:1px solid #e7e7e7
}
.single-post article .nav-single .post-nav .icon-nav {
	width:62px
}
.single-post article .nav-single .post-nav .icon-nav a {
	width:62px;
	height:62px;
	display:block;
	border:1px solid #e7e7e7;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:62px;
	color:#bfbfbf;
	font-size:40px
}
.single-post article .nav-single .post-nav .icon-nav a:hover {
	color:#FFF
}
.single-post article .nav-single .post-nav .content-nav {
	width:-webkit-calc(100% - 62px);
	width:-moz-calc(100% - 62px);
	width:calc(100% - 62px);
	float:left;
	padding-top:4px
}
.single-post article .nav-single .post-nav .content-nav label {
	text-transform:uppercase;
	font-size:16px;
	line-height:26px;
	letter-spacing:.3px;
	cursor:pointer
}
.single-post article .nav-single .post-nav .content-nav .post-title {
	font-size:18px;
	text-transform:uppercase;
	font-weight:400;
	line-height:26px;
	letter-spacing:.4px;
	margin-top:7px;
	margin-bottom:3px
}
.single-post article .nav-single .post-nav .content-nav .date {
	font-size:16px;
	line-height:22px;
	letter-spacing:.3px
}
.single-post article .nav-single .post-nav.nav-next .icon-nav {
	float:right
}
.single-post article .thim-about-author {
	padding:40px 33px;
	border:1px solid #e7e7e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.single-post article .thim-about-author:after, .single-post article .thim-about-author:before {
	content:" ";
	display:table
}
.single-post article .thim-about-author:after {
	clear:both
}
.single-post article .thim-about-author .author-wrapper.left {
	float:left;
	width:147px
}
.single-post article .thim-about-author .author-wrapper.left .author-avatar img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.single-post article .thim-about-author .author-wrapper.left .thim-author-social {
	margin:17px 0 0;
	text-align:center
}
.single-post article .thim-about-author .author-wrapper.left .thim-author-social li {
	display:inline-block;
	margin:0 5px
}
.single-post article .thim-about-author .author-wrapper.left .thim-author-social li a {
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	font-size:19px;
	color:#bfbfbf
}
.single-post article .thim-about-author .author-wrapper.right {
	float:left;
	width:-webkit-calc(100% - 147px);
	width:-moz-calc(100% - 147px);
	width:calc(100% - 147px);
	padding-left:27px
}
.single-post article .thim-about-author .author-wrapper.right .author-top {
	margin-top:3px
}
.single-post article .thim-about-author .author-wrapper.right .author-top .name {
	font-size:18px;
	letter-spacing:.4px;
	line-height:26px;
	font-weight:400;
	text-transform:capitalize
}
.single-post article .thim-about-author .author-wrapper.right .author-top .role {
	padding-bottom:30px;
	font-size:16px;
	letter-spacing:.3px;
	line-height:20px;
	text-transform:capitalize;
	position:relative
}
.single-post article .thim-about-author .author-wrapper.right .author-top .role:after {
	content:"";
	position:absolute;
	border-bottom:solid 1px #e7e7e7;
	width:35px;
	top:46px;
	left:0
}
.single-post article .thim-about-author .author-wrapper.right .author-bio {
	margin-top:21px
}
.single-post article .thim-about-author .author-wrapper.right .author-bio .author-description {
	font-size:18px;
	line-height:28px;
	letter-spacing:.4px
}
.single-post article.format-chat .group-chat li {
	font-weight:700
}
.single-post article.format-chat .group-chat li .chat-name {
	min-width:80px;
	display:inline-block
}
.single-post article.format-chat .group-chat li .chat-message {
	font-weight:400
}
.single-post article .related-archive .related-title {
	font-size:30px;
	letter-spacing:.6px;
	line-height:normal;
	font-weight:400;
	text-transform:capitalize;
	margin-bottom:58px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:20px;
	margin-top:73px
}
.single-post article .related-archive .item .thumbnail-wrapper {
	position:relative
}
.single-post article .related-archive .item .thumbnail-wrapper .entry-date {
	position:absolute;
	left:0;
	bottom:0;
	background:#FFF;
	width:88px;
	height:81px;
	text-align:center;
	padding:17px
}
.single-post article .related-archive .item .thumbnail-wrapper .entry-date .entry-day {
	font-size:31px;
	line-height:20px;
	font-weight:500;
	letter-spacing:.6px;
	margin-bottom:7px
}
.single-post article .related-archive .item .thumbnail-wrapper .entry-date .entry-month {
	text-transform:uppercase;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	letter-spacing:.8px
}
.single-post article .related-archive .item .rel-post-text {
	padding:24px 0
}
.single-post article .related-archive .item .rel-post-text .entry-title {
	font-size:16px;
	line-height:22px;
	letter-spacing:.3px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:9px
}
.single-post article .related-archive .item .rel-post-text .entry-meta {
	margin-bottom:0;
	text-align:initial
}
.single-post article .related-archive .related-carousel.owl-theme .owl-nav {
	position:absolute;
	right:0;
	top:-117px;
	margin:0 -2.5px
}
.single-post article .related-archive .related-carousel.owl-theme .owl-nav [class*=owl-] {
width:37px;
height:37px;
text-align:center;
line-height:30px;
background:0 0;
opacity:1;
color:#bfbfbf;
border:1px solid #e7e7e7;
border-radius:50%;
font-size:16px;
margin:0 2.5px
}
.single-post article .related-archive .related-carousel.owl-theme .owl-nav [class*=owl-]:hover {
color:#FFF
}
.single-post article .related-archive .related-carousel.owl-theme .owl-nav [class*=owl-].disabled {
opacity:.5;
cursor:not-allowed
}
.thim-social-share ul {
	margin:0
}
.thim-social-share ul li {
	display:block;
	float:none;
	margin-bottom:20px
}
.thim-social-share ul li:last-child {
	margin-bottom:0
}
.thim-social-share ul li .link {
	width:43px;
	height:43px;
	color:#bfbfbf;
	display:block;
	text-align:center;
	line-height:43px;
	border:1px solid #e7e7e7;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-size:18px
}
.thim-social-share ul li .link:hover {
	color:#FFF
}
#comments .list-comments .comments-title {
	list-style:none;
	font-size:30px;
	text-transform:capitalize;
	line-height:normal;
	letter-spacing:.6px;
	margin-bottom:58px;
	font-weight:400;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:20px
}
#comments .list-comments .comment-list {
	margin:0
}
#comments .list-comments .comment-list>.comment:last-child .content-comment {
	border-bottom:0
}
#comments .list-comments .comment-list .comment {
	list-style:none;
	padding:40px 0 0;
	position:relative
}
#comments .list-comments .comment-list .comment:after, #comments .list-comments .comment-list .comment:before {
	content:" ";
	display:table
}
#comments .list-comments .comment-list .comment:first-child {
	padding-top:0;
	border-top-color:transparent
}
#comments .list-comments .comment-list .comment:last-child .content-comment .message {
	padding-bottom:0
}
#comments .list-comments .comment-list .comment:last-child .content-comment .message:before {
	display:none
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info:after, #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info:before, #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info:after, #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info:before, #comments .list-comments .comment-list .comment .content-comment:after, #comments .list-comments .comment-list .comment .content-comment:before {
	content:" ";
	display:table
}
#comments .list-comments .comment-list .comment .content-comment {
	padding-bottom:20px;
	padding-top:3px;
	border-bottom:1px dashed #bebebe
}
#comments .list-comments .comment-list .comment .content-comment .author {
	margin-bottom:13px;
	width:84px;
	float:left
}
#comments .list-comments .comment-list .comment .content-comment .author img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
#comments .list-comments .comment-list .comment .content-comment .comment-awaiting-moderation {
	padding-left:30px
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper {
	width:-webkit-calc(100% - 84px);
	width:-moz-calc(100% - 84px);
	width:calc(100% - 84px);
	padding-left:30px;
	float:left
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info {
	float:left
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info p {
	margin-bottom:0
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .author-name {
	text-transform:capitalize;
	font-size:18px;
	line-height:18px;
	letter-spacing:.4px;
	font-weight:400;
	margin-bottom:4px
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .comment-date {
	font-size:16px;
	line-height:16px;
	letter-spacing:.3px;
	position:relative;
	margin-bottom:20px
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .comment-date:after {
	position:absolute;
	content:'';
	left:0;
	bottom:-27px;
	width:35px;
	display:block;
	border-bottom:1px solid
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .comment-links {
	float:right;
	margin-top:17px
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .comment-links .comment-edit-link, #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .comment-links .comment-reply-link {
	font-size:16px;
	letter-spacing:.3px;
	line-height:26px;
	text-transform:capitalize;
	margin-left:20px;
	text-decoration:underline
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .message {
	margin-top:30px;
	position:relative;
	line-height:28px;
	letter-spacing:.4px
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .message p {
	margin-bottom:10px
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .message img.emoji {
	float:none
}
#comments .list-comments .comment-list .comment .children {
	margin:0;
	position:relative;
	padding-top:35px;
	padding-left:115px
}
#comments .list-comments .comment-list .comment .children li:last-child .content-comment .message:before {
	display:block
}
#comments .comment-respond {
	margin-top:32px
}
#comments .comment-respond:after, #comments .comment-respond:before {
	content:" ";
	display:table
}
#comments .comment-respond #reply-title {
	font-size:30px;
	text-transform:capitalize;
	line-height:normal;
	margin-bottom:24px;
	letter-spacing:.6px;
	font-weight:400;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:20px
}
#comments .comment-respond #reply-title small {
	font-weight:700;
	font-size:12px;
	margin:0 10px
}
#comments .comment-respond .comment-form .comment-notes {
	display:block;
	width:100%;
	font-size:16px;
	line-height:26px;
	letter-spacing:.3px;
	margin-bottom:53px
}
#comments .comment-respond .comment-form .comment-notes:after, #comments .comment-respond .comment-form .comment-notes:before {
	content:" ";
	display:table
}
#comments .comment-respond .comment-form>p {
	width:50%;
	display:inline-block;
	margin-right:0;
	float:left
}
#comments .comment-respond .comment-form>p.comment-form-author {
	padding-right:15px;
	margin-bottom:20px
}
#comments .comment-respond .comment-form>p.comment-form-email {
	padding-left:15px
}
#comments .comment-respond .comment-form>p.comment-form-comment, #comments .comment-respond .comment-form>p.form-submit {
	width:100%;
	display:block
}
#comments .comment-respond .comment-form>p.form-submit {
	margin-top:9px;
	margin-bottom:0
}
#comments .comment-respond .comment-form>p input[type=text], #comments .comment-respond .comment-form>p input[type=email] {
	width:100%
}
#comments .comment-respond .comment-form>p input.submit {
	border:1px solid;
	height:52px;
	line-height:52px;
	padding:0 50px;
	color:#FFF;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	letter-spacing:.3px
}
#comments .comment-respond .comment-form input[type=text], #comments .comment-respond .comment-form input[type=email], #comments .comment-respond .comment-form textarea {
	outline:0;
	box-shadow:none;
	padding:15px 20px;
	font-size:16px;
	float:left;
	border-radius:5px;
	line-height:26px;
	border:1px solid #e7e7e7;
	letter-spacing:.3px;
	font-style:italic
}
#comments .comment-respond .comment-form input[type=text]:-moz-placeholder, #comments .comment-respond .comment-form input[type=email]:-moz-placeholder, #comments .comment-respond .comment-form textarea:-moz-placeholder {
color:#D8BC73
}
#comments .comment-respond .comment-form input[type=text]::-moz-placeholder, #comments .comment-respond .comment-form input[type=email]::-moz-placeholder, #comments .comment-respond .comment-form textarea::-moz-placeholder {
color:#D8BC73
}
#comments .comment-respond .comment-form input[type=text]:-ms-input-placeholder, #comments .comment-respond .comment-form input[type=email]:-ms-input-placeholder, #comments .comment-respond .comment-form textarea:-ms-input-placeholder {
color:#D8BC73
}
#comments .comment-respond .comment-form input[type=text]::-webkit-input-placeholder, #comments .comment-respond .comment-form input[type=email]::-webkit-input-placeholder, #comments .comment-respond .comment-form textarea::-webkit-input-placeholder {
color:#D8BC73
}
#comments .comment-respond .comment-form textarea {
	width:100%;
	border-color:#e7e7e7;
	box-sizing:border-box
}
.page-links {
	margin-bottom:30px
}
.page-links .page-numbers, .page-links>a {
	font-weight:700;
	display:inline-block;
	width:37px;
	text-align:center;
	height:37px;
	line-height:35px;
	margin:0 5px;
	background-color:#fff;
	color:#bfbfbf;
	border:1px solid #e7e7e7;
	font-size:13px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
-webkit-transition:all .3s;
-khtml-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}
.page-links .page-numbers:hover, .page-links>a:hover {
	background-color:#ddd;
	color:#333
}
article .page-links>span.page-numbers, article .page-links>span.page-numbers:hover, body.single-post article.format-gallery .flexslider:hover .flex-direction-nav a:before {
	color:#fff
}
.comment-navigation {
	margin-bottom:30px
}
.comment-navigation:after, .comment-navigation:before {
	content:" ";
	display:table
}
.comment-navigation>div[class^=nav] {
width:50%;
float:left
}
.comment-navigation .nav-next {
	text-align:right
}
.page #comments {
	margin-top:60px
}
.page .entry-content {
	line-height:28px
}
.post-password-form input[type=password] {
	height:50px;
	padding:0 20px;
	border:1px solid #e7e7e7
}
.post-password-form label {
	margin-bottom:0;
	float:left
}
.single-post article.post.format-video .post-formats-wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0
}
.single-post article.post.format-video .post-formats-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.single-post article.post.format-video .content-inner .entry-top .entry-date {
	display:none
}
.thim-line-center>.panel-grid-cell:last-child {
	border-left:2px solid #8c97a5
}
.thim-line-bottom {
	border-bottom:.5px solid #8c97a5
}
.thim-line-top {
	border-top:.5px solid #8c97a5
}
footer#colophon .text-right {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-end;
	align-items:center
}
footer#colophon ul {
	margin:0
}
footer#colophon ul li {
	list-style:none;
	line-height:22px;
	margin-bottom:15px
}
footer#colophon ul li:last-child {
	margin-bottom:0
}
footer#colophon ul li .fa {
	font-size:15px;
	min-width:25px
}
footer#colophon ul.sub-menu li {
	margin:15px 0 0 15px
}
footer#colophon .footer {
	padding:84px 0 142px
}
footer#colophon .footer.no-padding {
	padding:0
}
footer#colophon .widget-title, footer#colophon .widgettitle {
	margin-bottom:26px;
	font-size:18px;
	text-transform:uppercase;
	line-height:1;
	letter-spacing:.4px;
	font-weight:400
}
footer#colophon .site-info {
	text-align:center
}
footer#colophon .site-info a:hover {
	text-decoration:underline
}
footer#colophon .footer-sidebars .col-md-20 {
	width:20%
}
footer#colophon .footer-sidebars p {
	margin-bottom:35px;
	font-size:16px;
	font-weight:300;
	line-height:1.5
}
footer#colophon .footer-sidebars .footer-info {
	margin-bottom:20px
}
footer#colophon .footer-sidebars .list-link li {
	margin-bottom:12px;
	line-height:22px
}
footer#colophon .footer-sidebars .list-link li a {
	line-height:22px;
	font-size:15px
}
footer#colophon .footer-sidebars .list-link li a:before {
	margin-right:10px
}
footer#colophon .footer-sidebars .thim-tweets .tweet-item {
	top:-5px
}
footer#colophon .copyright-content {
	padding:30px 0
}
footer#colophon .copyright-content ul {
	margin:0;
	list-style:none
}
footer#colophon .copyright-content ul li {
	display:inline-block
}
footer#colophon .copyright-content .copyright-text {
	line-height:38px
}
footer#colophon .copyright-content #copyright-menu li {
	margin:0 10px;
	font-size:16px;
	line-height:17px;
	align-self:center
}
footer#colophon .copyright-content #copyright-menu li:last-child {
	margin-right:0;
	border-right:0
}
footer#colophon .copyright-area {
	font-weight:300;
	background-color: transparent;
	font-size:16px;
	line-height:24px;
	letter-spacing:.3px
}
footer#colophon.dark .copyright-area, footer#colophon.dark ul li {
	font-size:15px
}
footer#colophon .copyright-area.no-footer-sticky .copyright-content {
	border-top:1px solid #333434
}
footer#colophon .footer-fixed .textwidget {
	line-height:26px;
	letter-spacing:.2px
}
footer .footer-fixed .thim-sc-social-links .socials li {
	display:inline-table
}
.after-main {
	background-color:#fff
}
.after-main:after, .after-main:before {
	content:" ";
	display:table
}
.after-main .widget_thim_layout_builder img {
	position:absolute;
	top:130px;
	right:97px
}
footer#colophon.light {
	background-color:#FFF;
	color:#888
}
footer#colophon.light a {
	color:#888
}
footer#colophon.light h1, footer#colophon.light h2, footer#colophon.light h3, footer#colophon.light h4, footer#colophon.light h5, footer#colophon.light h6 {
	color:#202121
}
footer#colophon.light .copyright-area .copyright-content {
	color:#666;
	padding:50px 0 47px
}
footer#colophon.light .copyright-area #copyright-menu li {
	border-right-color:#666
}
footer#colophon.light .copyright-area #copyright-menu li a {
	color:#666
}
footer#colophon.light .footer-sidebars .list-link li a {
	color:#888
}
footer#colophon.dark {
	background-color:#202121;
	color:#acacac
}
footer#colophon.dark a {
	color:#acacac
}
footer#colophon.dark h1, footer#colophon.dark h2, footer#colophon.dark h3, footer#colophon.dark h4, footer#colophon.dark h5, footer#colophon.dark h6 {
	color:#FFF
}
footer#colophon.dark .copyright-area #copyright-menu li a, footer#colophon.dark .copyright-area .copyright-content {
	color:#646565
}
footer#colophon.dark .copyright-area #copyright-menu li {
	border-right:0;
	padding-right:0;
	border-right-color:#646565
}
footer#colophon.dark .footer-sidebars .list-link li a {
	color:#acacac
}
footer#colophon.dark .footer {
	padding-top:125px;
	padding-bottom:60px
}
footer#colophon.dark .footer .copyright-content {
	padding-top:36px;
	padding-bottom:37px
}
footer#colophon.dark .footer .widget-title, footer#colophon.dark .footer .widgettitle {
	position:relative;
	padding-bottom:14px;
	margin-bottom:36px;
	font-size:16px
}
footer#colophon.dark .footer .widget-title:after, footer#colophon.dark .footer .widgettitle:after {
	content:'';
	width:25px;
	border-bottom:1px solid #FFF;
	position:absolute;
	left:0;
	bottom:0;
	display:block
}
#copyright-menu {
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-end
}
#copyright-menu .menu-item {
	display:inline-block;
	float:left;
	margin:0 10px
}
#copyright-menu .menu-item a[href$="/feed/"], #copyright-menu .menu-item a[href*="dribbble.com"], #copyright-menu .menu-item a[href*="facebook.com"], #copyright-menu .menu-item a[href*="flickr.com"], #copyright-menu .menu-item a[href*="foursquare.com"], #copyright-menu .menu-item a[href*="plus.google.com"], #copyright-menu .menu-item a[href*="instagram.com"], #copyright-menu .menu-item a[href*="linkedin.com"], #copyright-menu .menu-item a[href*="pinterest.com"], #copyright-menu .menu-item a[href*="reddit.com"], #copyright-menu .menu-item a[href*="tumblr.com"], #copyright-menu .menu-item a[href*="twitter.com"], #copyright-menu .menu-item a[href*="vimeo.com"], #copyright-menu .menu-item a[href*="wordpress.com"], #copyright-menu .menu-item a[href*="wordpress.org"], #copyright-menu .menu-item a[href*="youtube.com"], #copyright-menu .menu-item a[href*="mailto:"], #copyright-menu .menu-item a[href*="twitch.tv"] {
display:block;
text-indent:9999px;
width:38px;
white-space:nowrap;
height:38px;
float:left;
line-height:0
}
#copyright-menu .menu-item a[href$="/feed/"]:after, #copyright-menu .menu-item a[href*="dribbble.com"]:after, #copyright-menu .menu-item a[href*="facebook.com"]:after, #copyright-menu .menu-item a[href*="flickr.com"]:after, #copyright-menu .menu-item a[href*="foursquare.com"]:after, #copyright-menu .menu-item a[href*="plus.google.com"]:after, #copyright-menu .menu-item a[href*="instagram.com"]:after, #copyright-menu .menu-item a[href*="linkedin.com"]:after, #copyright-menu .menu-item a[href*="pinterest.com"]:after, #copyright-menu .menu-item a[href*="reddit.com"]:after, #copyright-menu .menu-item a[href*="tumblr.com"]:after, #copyright-menu .menu-item a[href*="twitter.com"]:after, #copyright-menu .menu-item a[href*="vimeo.com"]:after, #copyright-menu .menu-item a[href*="wordpress.com"]:after, #copyright-menu .menu-item a[href*="wordpress.org"]:after, #copyright-menu .menu-item a[href*="youtube.com"]:after, #copyright-menu .menu-item a[href*="mailto:"]:after, #copyright-menu .menu-item a[href*="twitch.tv"]:after {
font-family:FontAwesome;
text-indent:0;
display:block;
float:left;
font-size:17px;
line-height:38px;
width:38px;
height:38px;
text-align:center;
border:1px solid rgba(255, 255, 255, .2);
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
color:#4d4d4d
}
#copyright-menu .menu-item a[href$="/feed/"]:hover:after, #copyright-menu .menu-item a[href*="dribbble.com"]:hover:after, #copyright-menu .menu-item a[href*="facebook.com"]:hover:after, #copyright-menu .menu-item a[href*="flickr.com"]:hover:after, #copyright-menu .menu-item a[href*="foursquare.com"]:hover:after, #copyright-menu .menu-item a[href*="plus.google.com"]:hover:after, #copyright-menu .menu-item a[href*="instagram.com"]:hover:after, #copyright-menu .menu-item a[href*="linkedin.com"]:hover:after, #copyright-menu .menu-item a[href*="pinterest.com"]:hover:after, #copyright-menu .menu-item a[href*="reddit.com"]:hover:after, #copyright-menu .menu-item a[href*="tumblr.com"]:hover:after, #copyright-menu .menu-item a[href*="twitter.com"]:hover:after, #copyright-menu .menu-item a[href*="vimeo.com"]:hover:after, #copyright-menu .menu-item a[href*="wordpress.com"]:hover:after, #copyright-menu .menu-item a[href*="wordpress.org"]:hover:after, #copyright-menu .menu-item a[href*="youtube.com"]:hover:after, #copyright-menu .menu-item a[href*="mailto:"]:hover:after, #copyright-menu .menu-item a[href*="twitch.tv"]:hover:after {
color:#FFF;
background-color:red;
border-color:red
}
#copyright-menu .menu-item a[href$="/feed/"]:after {
content:"\f09e"
}
#copyright-menu .menu-item a[href*="twitch.tv"]:after {
content:"\f1e8"
}
#copyright-menu .menu-item a[href*="youtube.com"]:after {
content:"\f167"
}
#copyright-menu .menu-item a[href*="wordpress.com"]:after, #copyright-menu .menu-item a[href*="wordpress.org"]:after {
content:"\f19a"
}
#copyright-menu .menu-item a[href*="vimeo.com"]:after {
content:"\f194"
}
#copyright-menu .menu-item a[href*="tumblr.com"]:after {
content:"\f173"
}
#copyright-menu .menu-item a[href*="reddit.com"]:after {
content:"\f231"
}
#copyright-menu .menu-item a[href*="twitter.com"]:after {
content:"\f099"
}
#copyright-menu .menu-item a[href*="dribbble.com"]:after {
content:"\f17d"
}
#copyright-menu .menu-item a[href*="facebook.com"]:after {
content:"\f09a"
}
#copyright-menu .menu-item a[href*="flickr.com"]:after {
content:"\f16e"
}
#copyright-menu .menu-item a[href*="foursquare.com"]:after {
content:"\f180"
}
#copyright-menu .menu-item a[href*="plus.google.com"]:after {
content:"\f0d5"
}
#copyright-menu .menu-item a[href*="instagram.com"]:after {
content:"\f16d"
}
#copyright-menu .menu-item a[href*="linkedin.com"]:after {
content:"\f0e1"
}
#copyright-menu .menu-item a[href*="pinterest.com"]:after {
content:"\f231"
}
.newsletter-form {
	position:relative;
	width:100%;
	display:inline-block;
	background-color:rgba(255, 255, 255, .05)
}
.newsletter-form:before {
	content:"\f2c3";
	font-family:Ionicons;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:50px;
	pointer-events:none;
	color:#fff;
	font-size:18px;
	text-align:center;
	z-index:1;
	line-height:38px
}
.newsletter-form input {
	padding:0 17px;
	height:40px;
	width:100%;
	background:0 0;
	outline:0;
	font-size:15px;
	font-weight:300;
	font-style:italic;
	color:#989898;
	border:1px solid rgba(255, 255, 255, .2)
}
.newsletter-form input[type=submit] {
	width:50px;
	border:0;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	font-size:0 !important;
	background:0 0
}
footer#colophon .footer-sidebars p img {
	margin-bottom:-13px
}
.thim-loadmore .load-more {
	position:relative;
	outline:0;
	box-shadow:none
}
.thim-loadmore .load-more:active, .thim-loadmore .load-more:focus {
	outline:0;
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.thim-loadmore .thim-loading-icon {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	z-index:-1
}
.thim-loadmore .thim-loading-icon .custom-image {
	height:40px;
	margin:3px auto
}
.thim-loadmore .thim-loading-icon .sk-chasing-dots, .thim-loadmore .thim-loading-icon .sk-cube-grid, .thim-loadmore .thim-loading-icon .sk-double-bounce, .thim-loadmore .thim-loading-icon .sk-fading-circle, .thim-loadmore .thim-loading-icon .sk-folding-cube, .thim-loadmore .thim-loading-icon .sk-rotating-plane, .thim-loadmore .thim-loading-icon .sk-spinner-pulse, .thim-loadmore .thim-loading-icon .sk-wandering-cubes, .thim-loadmore .thim-loading-icon .sk-wave, .thim-loadmore .thim-loading-icon>.sk-circle {
	margin:9px auto;
	width:35px;
	height:35px
}
.thim-loadmore .thim-loading-icon .sk-chasing-dots>.sk-circle, .thim-loadmore .thim-loading-icon .sk-cube-grid>.sk-circle, .thim-loadmore .thim-loading-icon .sk-double-bounce>.sk-circle, .thim-loadmore .thim-loading-icon .sk-fading-circle>.sk-circle, .thim-loadmore .thim-loading-icon .sk-folding-cube>.sk-circle, .thim-loadmore .thim-loading-icon .sk-rotating-plane>.sk-circle, .thim-loadmore .thim-loading-icon .sk-spinner-pulse>.sk-circle, .thim-loadmore .thim-loading-icon .sk-wandering-cubes>.sk-circle, .thim-loadmore .thim-loading-icon .sk-wave>.sk-circle, .thim-loadmore .thim-loading-icon>.sk-circle>.sk-circle {
	margin:0 auto
}
.thim-loadmore .thim-loading-icon>.sk-wandering-cubes {
	margin:7px auto
}
.thim-loadmore .thim-loading-icon>.sk-three-bounce {
	width:80px;
	margin:14px auto
}
.thim-loadmore .thim-loading-icon>.sk-wave {
	width:50px
}
.sk-double-bounce, .sk-rotating-plane {
	width:40px;
	height:40px;
	margin:40px auto
}
.thim-loadmore .thim-loading-icon .sk-chasing-dots .sk-child, .thim-loadmore .thim-loading-icon .sk-circle .sk-child:before, .thim-loadmore .thim-loading-icon .sk-cube-grid .sk-cube, .thim-loadmore .thim-loading-icon .sk-double-bounce .sk-child, .thim-loadmore .thim-loading-icon .sk-fading-circle .sk-circle:before, .thim-loadmore .thim-loading-icon .sk-folding-cube .sk-cube:before, .thim-loadmore .thim-loading-icon .sk-rotating-plane, .thim-loadmore .thim-loading-icon .sk-spinner-pulse, .thim-loadmore .thim-loading-icon .sk-three-bounce .sk-child, .thim-loadmore .thim-loading-icon .sk-wandering-cubes .sk-cube, .thim-loadmore .thim-loading-icon .sk-wave .sk-rect {
	background-color:#FFF
}
.thim-loadmore.loading .thim-loading-icon {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
	z-index:1
}
.sk-rotating-plane {
	background-color:#333;
	animation:sk-rotatePlane 1.2s infinite ease-in-out
}
@keyframes sk-rotatePlane {
0% {
transform:perspective(120px) rotateX(0) rotateY(0)
}
50% {
transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
}
100% {
transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
}
.sk-double-bounce {
	position:relative
}
.sk-double-bounce .sk-child {
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:#333;
	opacity:.6;
	position:absolute;
	top:0;
	left:0;
	animation:sk-doubleBounce 2s infinite ease-in-out
}
.sk-double-bounce .sk-double-bounce2 {
	animation-delay:-1s
}
@keyframes sk-doubleBounce {
0%, 100% {
transform:scale(0)
}
50% {
transform:scale(1)
}
}
.sk-wave {
	margin:40px auto;
	width:50px;
	height:40px;
	text-align:center;
	font-size:10px
}
.sk-wave .sk-rect {
	background-color:#333;
	height:100%;
	width:6px;
	display:inline-block;
	animation:sk-waveStretchDelay 1.2s infinite ease-in-out
}
.sk-wave .sk-rect1 {
	animation-delay:-1.2s
}
.sk-wave .sk-rect2 {
	animation-delay:-1.1s
}
.sk-wave .sk-rect3 {
	animation-delay:-1s
}
.sk-wave .sk-rect4 {
animation-delay:-.9s
}
.sk-wave .sk-rect5 {
animation-delay:-.8s
}
@keyframes sk-waveStretchDelay {
0%, 100%, 40% {
transform:scaleY(.4)
}
20% {
transform:scaleY(1)
}
}
.sk-wandering-cubes {
	margin:40px auto;
	width:40px;
	height:40px;
	position:relative
}
.sk-wandering-cubes .sk-cube {
	background-color:#333;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:0;
	animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}
.sk-chasing-dots, .sk-spinner-pulse {
	width:40px;
	height:40px;
	margin:40px auto
}
.sk-wandering-cubes .sk-cube2 {
animation-delay:-.9s
}
@keyframes sk-wanderingCube {
0% {
transform:rotate(0)
}
25% {
transform:translateX(30px) rotate(-90deg) scale(.5)
}
50% {
transform:translateX(30px) translateY(30px) rotate(-179deg)
}
50.1% {
transform:translateX(30px) translateY(30px) rotate(-180deg)
}
75% {
transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)
}
100% {
transform:rotate(-360deg)
}
}
.sk-spinner-pulse {
	background-color:#333;
	border-radius:100%;
	animation:sk-pulseScaleOut 1s infinite ease-in-out
}
@keyframes sk-pulseScaleOut {
0% {
transform:scale(0)
}
100% {
transform:scale(1);
opacity:0
}
}
.sk-chasing-dots {
	position:relative;
	text-align:center;
	animation:sk-chasingDotsRotate 2s infinite linear
}
.sk-chasing-dots .sk-child {
	width:60%;
	height:60%;
	display:inline-block;
	position:absolute;
	top:0;
	background-color:#333;
	border-radius:100%;
	animation:sk-chasingDotsBounce 2s infinite ease-in-out
}
.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
	display:block;
	border-radius:100%;
	content:'';
	background-color:#333
}
.sk-chasing-dots .sk-dot2 {
	top:auto;
	bottom:0;
	animation-delay:-1s
}
@keyframes sk-chasingDotsRotate {
100% {
transform:rotate(360deg)
}
}
@keyframes sk-chasingDotsBounce {
0%, 100% {
transform:scale(0)
}
50% {
transform:scale(1)
}
}
.sk-circle {
	margin:40px auto;
	width:40px;
	height:40px;
	position:relative
}
.sk-circle .sk-child {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0
}
.sk-circle .sk-child:before {
	margin:0 auto;
	width:15%;
	height:15%;
	animation:sk-circleBounceDelay 1.2s infinite ease-in-out both
}
.sk-circle .sk-circle2 {
	transform:rotate(30deg)
}
.sk-circle .sk-circle3 {
	transform:rotate(60deg)
}
.sk-circle .sk-circle4 {
	transform:rotate(90deg)
}
.sk-circle .sk-circle5 {
	transform:rotate(120deg)
}
.sk-circle .sk-circle6 {
	transform:rotate(150deg)
}
.sk-circle .sk-circle7 {
	transform:rotate(180deg)
}
.sk-circle .sk-circle8 {
	transform:rotate(210deg)
}
.sk-circle .sk-circle9 {
	transform:rotate(240deg)
}
.sk-circle .sk-circle10 {
	transform:rotate(270deg)
}
.sk-circle .sk-circle11 {
	transform:rotate(300deg)
}
.sk-circle .sk-circle12 {
	transform:rotate(330deg)
}
.sk-circle .sk-circle2:before {
	animation-delay:-1.1s
}
.sk-circle .sk-circle3:before {
	animation-delay:-1s
}
.sk-circle .sk-circle4:before {
animation-delay:-.9s
}
.sk-circle .sk-circle5:before {
animation-delay:-.8s
}
.sk-circle .sk-circle6:before {
animation-delay:-.7s
}
.sk-circle .sk-circle7:before {
animation-delay:-.6s
}
.sk-circle .sk-circle8:before {
animation-delay:-.5s
}
.sk-circle .sk-circle9:before {
animation-delay:-.4s
}
.sk-circle .sk-circle10:before {
animation-delay:-.3s
}
.sk-circle .sk-circle11:before {
animation-delay:-.2s
}
.sk-circle .sk-circle12:before {
animation-delay:-.1s
}
@keyframes sk-circleBounceDelay {
0%, 100%, 80% {
transform:scale(0)
}
40% {
transform:scale(1)
}
}
.sk-cube-grid {
	width:40px;
	height:40px;
	margin:40px auto
}
.sk-cube-grid .sk-cube {
	width:33.33%;
	height:33.33%;
	background-color:#333;
	float:left;
	animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}
.sk-cube-grid .sk-cube1 {
animation-delay:.2s
}
.sk-cube-grid .sk-cube2 {
animation-delay:.3s
}
.sk-cube-grid .sk-cube3 {
animation-delay:.4s
}
.sk-cube-grid .sk-cube4 {
animation-delay:.1s
}
.sk-cube-grid .sk-cube5 {
animation-delay:.2s
}
.sk-cube-grid .sk-cube6 {
animation-delay:.3s
}
.sk-cube-grid .sk-cube7 {
	animation-delay:0ms
}
.sk-cube-grid .sk-cube8 {
animation-delay:.1s
}
.sk-cube-grid .sk-cube9 {
animation-delay:.2s
}
@keyframes sk-cubeGridScaleDelay {
0%, 100%, 70% {
transform:scale3D(1, 1, 1)
}
35% {
transform:scale3D(0, 0, 1)
}
}
.sk-fading-circle {
	margin:40px auto;
	width:40px;
	height:40px;
	position:relative
}
.sk-fading-circle .sk-circle {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0
}
.sk-fading-circle .sk-circle:before {
	margin:0 auto;
	width:15%;
	height:15%;
	animation:sk-circleFadeDelay 1.2s infinite ease-in-out both
}
#thim-preloading, .thim-contact-info .textwidget {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox
}
.sk-fading-circle .sk-circle2 {
	transform:rotate(30deg)
}
.sk-fading-circle .sk-circle3 {
	transform:rotate(60deg)
}
.sk-fading-circle .sk-circle4 {
	transform:rotate(90deg)
}
.sk-fading-circle .sk-circle5 {
	transform:rotate(120deg)
}
.sk-fading-circle .sk-circle6 {
	transform:rotate(150deg)
}
.sk-fading-circle .sk-circle7 {
	transform:rotate(180deg)
}
.sk-fading-circle .sk-circle8 {
	transform:rotate(210deg)
}
.sk-fading-circle .sk-circle9 {
	transform:rotate(240deg)
}
.sk-fading-circle .sk-circle10 {
	transform:rotate(270deg)
}
.sk-fading-circle .sk-circle11 {
	transform:rotate(300deg)
}
.sk-fading-circle .sk-circle12 {
	transform:rotate(330deg)
}
.sk-fading-circle .sk-circle2:before {
	animation-delay:-1.1s
}
.sk-fading-circle .sk-circle3:before {
	animation-delay:-1s
}
.sk-fading-circle .sk-circle4:before {
animation-delay:-.9s
}
.sk-fading-circle .sk-circle5:before {
animation-delay:-.8s
}
.sk-fading-circle .sk-circle6:before {
animation-delay:-.7s
}
.sk-fading-circle .sk-circle7:before {
animation-delay:-.6s
}
.sk-fading-circle .sk-circle8:before {
animation-delay:-.5s
}
.sk-fading-circle .sk-circle9:before {
animation-delay:-.4s
}
.sk-fading-circle .sk-circle10:before {
animation-delay:-.3s
}
.sk-fading-circle .sk-circle11:before {
animation-delay:-.2s
}
.sk-fading-circle .sk-circle12:before {
animation-delay:-.1s
}
@keyframes sk-circleFadeDelay {
0%, 100%, 39% {
opacity:0
}
40% {
opacity:1
}
}
.sk-folding-cube {
	margin:40px auto;
	width:40px;
	height:40px;
	position:relative;
	transform:rotateZ(45deg)
}
.sk-folding-cube .sk-cube {
	float:left;
	width:50%;
	height:50%;
	position:relative;
	transform:scale(1.1)
}

.sk-folding-cube .sk-cube:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#333;
	animation:sk-foldCubeAngle 2.4s infinite linear both;
	transform-origin:100% 100%
}
.sk-folding-cube .sk-cube2 {
	transform:scale(1.1) rotateZ(90deg)
}
.sk-folding-cube .sk-cube3 {
	transform:scale(1.1) rotateZ(180deg)
}
.sk-folding-cube .sk-cube4 {
	transform:scale(1.1) rotateZ(270deg)
}
.sk-folding-cube .sk-cube2:before {
animation-delay:.3s
}
.sk-folding-cube .sk-cube3:before {
animation-delay:.6s
}
.sk-folding-cube .sk-cube4:before {
animation-delay:.9s
}
@keyframes sk-foldCubeAngle {
0%, 10% {
transform:perspective(140px) rotateX(-180deg);
opacity:0
}
25%, 75% {
transform:perspective(140px) rotateX(0);
opacity:1
}
100%, 90% {
transform:perspective(140px) rotateY(180deg);
opacity:0
}
}
#thim-preloading {
	position:fixed;
	z-index:999999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center
}
#back-to-top {
	color:#fff;
	width:44px;
	height:44px;
	position:fixed;
	font-size:26px;
	bottom:40px;
	right:20px;
	cursor:pointer;
-webkit-transition:all .3s;
-khtml-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:44px;
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	-o-transform:translateY(100px);
	z-index:999
}
#back-to-top.scrolldown {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0)
}
.lp-form-field input[type=submit], input[type=submit] {
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	border:0;
	padding:0 25px;
	line-height:50px;
	height:50px !important;
	display:inline-block;
	cursor:pointer;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
input[type=submit]:hover {
	color:#fff
}
#buddypress input[type=reset], #buddypress input[type=submit], .btn-primary, .learnpress .learn-press-search-course-form .search-course-button {
	height:50px;
	line-height:50px;
	padding:0 40px;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	cursor:pointer
}
.btn-secondary {
	background:#fff;
	padding:0 40px;
	font-size:16px;
	text-transform:uppercase;
	line-height:48px;
	cursor:pointer;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.btn [class^=ion] {
margin-left:10px
}
.error-404.not-found {
	text-align:center;
	padding:0
}
.error-404.not-found .page-content {
	padding-top:68px
}
.error-404.not-found .page-content h3 {
	text-transform:uppercase;
	font-size:60px;
	font-weight:100;
	line-height:45px;
	letter-spacing:7.8px;
	color:#fff
}
.error-404.not-found .page-content p {
	font-size:24px;
	font-weight:100;
	line-height:2.5;
	letter-spacing:1.4px;
	color:#fff;
	margin-top:35px;
	margin-bottom:48px
}
.error-404.not-found .page-content a {
	color:#fff;
	text-decoration:underline
}
.error-404.not-found .page-content a:hover {
	color:#ccc
}
.error404 .page-title .breadcrumb-content #breadcrumbs li, .error404 .page-title .breadcrumb-content #breadcrumbs li a, .error404 .page-title .breadcrumb-content #breadcrumbs li span.breadcrum-icon .fa:before {
	color:#FFF
}
@media(max-width:768px) {
.error404 .error-404.not-found .page-content {
padding-top:0
}
.error404 .error-404.not-found .page-content .intro {
font-size:40px;
line-height:normal
}
.error404 .error-404.not-found .page-content p {
font-size:14px;
line-height:normal;
margin-top:0;
margin-bottom:0
}
}
@media(max-width:480px) {
.error404 .error-404.not-found .page-content {
padding-top:0
}
.error404 .error-404.not-found .page-content .intro {
font-size:25px;
letter-spacing:5px
}
}
.site-content {
	padding-top:130px;
	padding-bottom:122px
}
.site-content.no-padding {
	padding:0
}
a {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.flexslider {
	position:relative
}
.flexslider ul {
	margin:0;
	list-style:none
}
.flexslider .flex-direction-nav {
	margin:0
}
.flexslider .flex-direction-nav a {
	position:absolute;
	z-index:9;
	top:50%;
	cursor:pointer;
	width:31px;
	margin:-16px 0 0;
	height:32px;
	background-color:#fff;
	text-align:center;
	overflow:hidden;
	font-size:0;
-webkit-transition:all .3s ease-in-out;
-khtml-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.flexslider .flex-direction-nav a:hover:before {
	color:#fff
}
.flexslider .flex-direction-nav .flex-prev {
	left:-36px;
	opacity:0
}
.flexslider .flex-direction-nav .flex-prev:before {
	content:"\f104";
	font-family:FontAwesome;
	font-size:22px;
	line-height:31px;
	display:inline-block
}
.flexslider .flex-direction-nav .flex-next {
	right:-36px;
	opacity:0
}
.flexslider .flex-direction-nav .flex-next:before {
	content:"\f105";
	font-family:FontAwesome;
	font-size:22px;
	line-height:31px;
	display:inline-block
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity:.8;
	left:5px
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity:.8;
	right:5px
}
.lp-form-field .post-password-form input[type=submit], .post-password-form .lp-form-field input[type=submit], .post-password-form input[type=submit] {
	line-height:32px;
	padding:0 25px
}
#list-icon-box {
	border-bottom:1px solid #ddd
}
#list-icon-box .panel-grid-cell {
	border-right:1px solid #ddd
}
#list-icon-box .panel-grid-cell:last-child {
	border:0
}
.article__parallax {
	background-attachment:fixed;
	background-position:50% 0;
	position:relative;
	z-index:1
}
.article__parallax:before {
	content:'';
	height:100%;
	width:100%;
	background:rgba(17, 17, 17, .6);
	position:absolute;
	top:0;
	left:0;
	z-index:-1
}
.action-info {
	text-align:center;
	color:#fff
}
.action-info h3 {
	font-size:30px;
	color:#FFF;
	line-height:42px;
	margin:0 0 50px
}
.action-info .button {
	height:50px;
	line-height:50px;
	padding:0 50px;
	font-size:13px
}
#home-discover .thim-list-posts {
	border-bottom:1px solid #ddd
}
#home-discover .thim-list-posts .item-post {
	margin-bottom:0;
	border-bottom:0
}
#home-gallery {
	position:relative
}
#home-gallery .widget_thim_gallery {
	margin-bottom:0 !important
}
#home-gallery .gallery-info {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	margin-left:-250px;
	margin-top:-145px
}
#home-gallery .gallery-info .thim-heading {
	margin-bottom:30px
}
.gallery-info {
	width:100%;
	height:290px;
	background:#fff;
	text-align:center;
	padding-top:74px
}
.gallery-info .all-gallery {
	font-size:13px;
	font-weight:700
}
.gallery-info .all-gallery:after {
	content:"\f105";
	font-family:FontAwesome;
	margin-left:8px;
	font-weight:400
}
.thim-contact-info {
	margin-top:80px
}
.thim-contact-info .textwidget {
	display:flex
}
.thim-contact-info .form-icon {
	margin-right:9px;
	color:#1976d2
}
.thim-contact-info .form-content, .thim-contact-info a {
	color:#a1aab6
}
.thim-form-homepage {
	margin-top:62px
}
.thim-form-homepage .title {
	font-size:14px;
	text-transform:uppercase;
	color:#eef0f3;
	letter-spacing:.29px;
	margin-bottom:16px
}
.thim-form-homepage input[type=text], .thim-form-homepage input[type=tel] {
	height:50px;
	color:#444;
	font-size:15px;
	background:rgba(255, 255, 255, .1);
	border:1px solid rgba(255, 255, 255, .8)
}
.thim-form-homepage input[type=text]:focus, .thim-form-homepage input[type=tel]:focus {
	background-color:#fff
}
.thim-form-homepage .heading-button {
	margin-top:20px;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center
}
.lp-form-field .thim-form-homepage .heading-button input[type=submit], .thim-form-homepage .heading-button .lp-form-field input[type=submit], .thim-form-homepage .heading-button input[type=submit] {
	width:auto;
	color:#fff;
	font-size:16px;
	letter-spacing:0;
	border:0;
	padding:0 40px;
	line-height:50px;
	height:auto;
	font-weight:300;
	cursor:pointer
}
.thim-form-homepage .select2-container {
	display:block;
	width:100% !important
}
.thim-form-homepage .select2-container .select2-selection--single {
	height:50px;
	background:rgba(255, 255, 255, .1);
	border:1px solid rgba(255, 255, 255, .8);
	color:#a8b7c9;
	outline:0
}
.thim-form-homepage .select2-container .select2-selection--single:hover {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.thim-form-homepage .select2-container .select2-selection--single .select2-selection__rendered, .thim-form-homepage .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:48px;
	padding-left:19px
}
.thim-form-homepage .select2-container .select2-selection--single .select2-selection__arrow, .thim-form-homepage .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:50px
}
.wpcf7-form input, .wpcf7-form textarea {
	background-color:transparent;
	width:100%;
	height:45px;
-moz-transition:all .5s;
-o-transition:all .5s;
border:0px;
	border-bottom: 1px solid #D8BC73;
-khtml-transition:all .5s;
	float:left
}
.thim-form-homepage .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom:40px
}
.home-services-image .panel-grid-cell {
	position:relative
}
.home-services-image .single-image {
	position:absolute;
	right:70px;
	top:-10px
}
.home-services-image .single-image img {
	max-width:initial
}
.home-events {
	padding-top:132px;
	padding-bottom:130px
}
.about-info {
	font-size:16px;
	line-height:28px
}
.about-info .about-des {
	position:relative;
	top:-7px
}
.about-info .panel-grid-cell:nth-child(2) .panel-first-child {
margin-bottom:15px !important
}
.list-about {
	margin:0;
	list-style:none
}
.list-about li {
	margin-bottom:14px
}
.list-about li:last-child {
	margin:0
}
.list-about li:before {
	content:"\f02e";
	font-family:FontAwesome;
	font-size:14px;
	margin-right:20px
}
.list-about li a {
	color:#333
}
.thim-about-us-right .thim-heading {
	margin-top:123px;
	margin-left:50px
}
.thim-about-us-right .textwidget {
	margin:75px 375px 0 48px
}
.thim-about-us-left .thim-heading {
	margin-top:124px;
	margin-left:377px
}
.thim-about-us-left .textwidget {
	margin:75px 48px 0 375px
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom:30px;
	display:inline-block;
	width:100%;
	float:left
}
.wpcf7-form input {
	padding: 0px;
	font-size:14px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
-webkit-transition:all .5s;
-ms-transition:all .5s;
transition:all .5s
}
.wpcf7-form textarea {
	padding:20px 0px 20px;
	font-size:14px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	min-height:135px;
-webkit-transition:all .5s;
-ms-transition:all .5s;
transition:all .5s
}
.wpcf7-form .contact-button {
	text-align:center
}
.wpcf7-form .contact-button .wpcf7-submit {
	width:auto;
	padding:0 45px;
	border:1px solid #CCC;
	background:#fff;
	color:#424242;
	font-size:14px;
	display:inline-block;
	text-align:center;
	float:none;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.thim-contact-page .widget-title {
	font-size:24px;
	color:#1976d2;
	letter-spacing:0;
	line-height:26px;
	margin-bottom:34px
}
.thim-contact-page .textwidget {
	line-height:23px
}
.icon-box-contact .thim-icon-box {
	text-align:left;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	padding-left:26px
}
.icon-box-contact .thim-icon-box .icon {
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:50%;
	background-color:#f8f8f8;
	margin-bottom:0
}
.icon-box-contact .thim-icon-box .icon span {
	font-size:14px
}
.icon-box-contact .thim-icon-box .contact-info {
	padding-left:19px;
	margin-top:-5px
}
.icon-box-contact .thim-icon-box .contact-info .title {
	color:#999;
	letter-spacing:.94px;
	line-height:28px;
	font-weight:300;
	font-size:14px;
	margin-bottom:2px;
	text-transform:capitalize
}
.icon-box-contact .thim-icon-box .contact-info .title a {
	color:#999
}
.icon-box-contact .thim-icon-box .contact-info .description {
	font-size:16px;
	color:#666;
	letter-spacing:0;
	line-height:23px;
	margin-top:-7px
}
.icon-box-contact .thim-icon-box .contact-info .description a {
	color:unset
}
.thim-form-contactpage input[type=text] {
	height:50px
}
.thim-form-contactpage input[type=text]:-moz-placeholder {
color:#D8BC73
}
.thim-form-contactpage input[type=text]::-moz-placeholder {
color:#D8BC73
}
.thim-form-contactpage input[type=text]:-ms-input-placeholder {
color:#D8BC73
}
.thim-form-contactpage input[type=text]::-webkit-input-placeholder {
color:#D8BC73
}
.thim-form-contactpage textarea:-moz-placeholder {
color:#D8BC73
}
.thim-form-contactpage textarea::-moz-placeholder {
color:#D8BC73
}
.thim-form-contactpage textarea:-ms-input-placeholder {
color:#D8BC73
}
.thim-form-contactpage textarea::-webkit-input-placeholder {
color:#D8BC73
}
.lp-form-field .thim-form-contactpage input[type=submit], .thim-form-contactpage .lp-form-field input[type=submit], .thim-form-contactpage input[type=submit] {
	width:auto;
	font-size:16px;
	font-weight:300;
	color:#fff;
	padding:15px 40px 14px;
	line-height:19px;
	height:unset;
	cursor:pointer
}
.thim-textbox .sub-title, .thim-textbox .title, .thim-textbox-2 .sub-title, .thim-textbox-2 .title {
	line-height:normal;
	font-weight:300
}
.thim-form-contactpage .wpcf7-form-control-wrap {
	margin-bottom:20px
}
.wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid, .wpcf7-form input[type=tel].wpcf7-not-valid, .wpcf7-form input[type=number].wpcf7-not-valid, .wpcf7-form input[type=date].wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
	border-color:red
}
.wpcf7-form div.wpcf7-validation-errors {
	border:0
}
@media(min-width:1200px) {
.siteorigin-panels-stretch {
margin-left:-385px;
margin-right:-385px;
padding-left:385px;
padding-right:385px
}
}
.thim-background-overlay {
	position:relative
}
.thim-background-overlay .overlay {
	opacity:1 !important;
	position:absolute;
	left:0;
	right:0;
	background-color: rgba(10,10,10,0.5);
	top:0;
	bottom:0
}
.thim-bg-advance-overlay {
	position:relative
}
.thim-bg-advance-overlay .advance-overlay {
	position:absolute;
	right:0;
	left:0;
	opacity:1 !important
}
.thim-bg-advance-overlay .advance-overlay.tl, .thim-bg-advance-overlay .advance-overlay.tr {
	top:0
}
.thim-bg-advance-overlay .advance-overlay.bl, .thim-bg-advance-overlay .advance-overlay.br {
	bottom:-7px
}
.thim-bg-advance-overlay .advance-overlay .svg-clip-path {
	position:absolute;
	z-index:-1
}
.thim-bg-advance-overlay .advance-overlay.over {
	top:-35px;
	height:auto
}
.thim-bg-advance-overlay.overlay-y .svg-image {
	y:0
}
.thim-bg-advance-overlay.over {
	min-height:unset;
	overflow:unset !important
}
.thim-bg-advance-overlay .svg-image {
	-webkit-animation:overlay-image-effect 3s infinite alternate ease-in-out;
	-moz-animation:overlay-image-effect 3s infinite alternate ease-in-out;
	-ms-animation:overlay-image-effect 3s infinite alternate ease-in-out
}
@-webkit-keyframes overlay-image-effect {
from {
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0)
}
to {
	-webkit-transform:translate(0, 30px);
	-moz-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	-o-transform:translate(0, 30px)
}
}
@-moz-keyframes overlay-image-effect {
from {
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0)
}
to {
	-webkit-transform:translate(0, 30px);
	-moz-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	-o-transform:translate(0, 30px)
}
}
@-ms-keyframes overlay-image-effect {
from {
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0)
}
to {
	-webkit-transform:translate(0, 30px);
	-moz-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	-o-transform:translate(0, 30px)
}
}
@-o-keyframes overlay-image-effect {
from {
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0)
}
to {
	-webkit-transform:translate(0, 30px);
	-moz-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	-o-transform:translate(0, 30px)
}
}
@keyframes overlay-image-effect {
from {
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0)
}
to {
	-webkit-transform:translate(0, 30px);
	-moz-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	-o-transform:translate(0, 30px)
}
}
.vc_row-fluid.bg-top-right {
	background-position:top right !important
}
.thim-textbox {
	max-width:724px;
	margin:auto;
	padding-top:44px;
	padding-bottom:4px
}
.thim-textbox .title {
	font-size:34px;
	letter-spacing:.7px
}
.thim-textbox .sub-title {
	font-size:16px;
	margin-bottom:17px;
	text-transform:uppercase;
	letter-spacing:.3px
}
.thim-textbox.width-small {
	max-width:630px
}
.thim-textbox .list-inline {
	margin:58px 0 0
}
.thim-textbox .list-inline .list-inline-item:not(:last-child) {
margin-right:10px
}
.thim-background-overlay .thim-textbox .title {
	color:#FFF;
	letter-spacing:.7px
}
.thim-background-overlay .thim-textbox .sub-title {
	color:#dbdbdb;
	letter-spacing:.3px
}
.thim-background-overlay .thim-textbox-2 .sub-title, .thim-background-overlay .thim-textbox-2 .title, .thim-background-overlay .thim-textbox-header h1, .thim-background-overlay .thim-textbox-header h2, .thim-background-overlay .thim-textbox-header h3, .thim-background-overlay .thim-textbox-header h4, .thim-background-overlay .thim-textbox-header h5, .thim-background-overlay .thim-textbox-header h6 {
	color:#FFF
}
.thim-background-overlay .thim-textbox-header p {
	color:#c8c8c8
}
.thim-textbox-2 {
	max-width:724px;
	margin:auto;
	padding-top:3px;
	padding-bottom:4px
}
.thim-textbox-2 .title {
	font-size:30px;
	letter-spacing:.6px
}
.thim-textbox-2 .sub-title {
	font-size:16px;
	letter-spacing:.3px;
	margin-bottom:28px;
	text-transform:uppercase
}
.thim-textbox-2 .list-inline {
	margin:51px 0 0
}
.thim-textbox-2 .list-inline .list-inline-item:not(:last-child) {
margin-right:10px
}
.vc_row.bg-top {
	background-position:top center !important
}
.thim-textbox-header {
	padding-top:90px
}
.thim-textbox-header h1, .thim-textbox-header h2, .thim-textbox-header h3, .thim-textbox-header h4, .thim-textbox-header h5, .thim-textbox-header h6 {
	font-size:46px;
	font-weight:300;
	line-height:normal;
	letter-spacing:.6px;
	margin-bottom:12px
}
.thim-textbox-header p {
	max-width:530px;
	margin:auto;
	font-size:18px;
	font-weight:300;
	line-height:26px;
	letter-spacing:.2px
}
.thim-bg-advance-overlay.overlay-position-tl {
	background-position-y:130px !important
}
.step-teachers .thim-sc-steps .media-wrapper {
	padding-top:25px
}
.step-teachers .thim-sc-steps .sc-title {
	color:#fff;
	margin-bottom:52px;
	font-size:34px
}
.step-teachers .thim-sc-steps .steps-wrapper .steps .tab-content {
	max-width:490px;
	padding-top:60px
}
.step-teachers .thim-sc-steps .steps-wrapper .steps .tab-content .tab-title {
	font-size:20px;
	color:#fff;
	font-weight:400;
	margin-bottom:26px
}
.step-teachers .thim-sc-steps .steps-wrapper .steps .tab-content .description {
	color:#ddd;
	font-size:16px
}
.step-teachers .thim-sc-steps .steps-wrapper .steps .tab-content .readmore {
	margin-top:42px;
	font-size:16px;
	height:55px;
	padding:0 86px;
	line-height:55px;
	border-radius:30px
}
.step-teachers .thim-sc-steps .steps-wrapper .steps .nav .nav-item:after {
	border-color:#b4b4b4
}
.z-index-99 {
	z-index:99 !important
}
.list-iconbox .wpb_wrapper {
	margin:0 auto 311px;
	text-align:center
}
.list-iconbox .wpb_wrapper .thim-sc-icon-box.layout-2 {
	display:inline-block;
	vertical-align:middle
}
.thim-header-block .thim-sc-scroll-heading .title .text {
	text-indent:-9999px;
	width:52px;
	height:26px;
	position:relative;
	-webkit-animation:bounce 2s infinite ease;
	-moz-animation:bounce 2s infinite ease;
	-ms-animation:bounce 2s infinite ease
}
.thim-header-block .thim-sc-scroll-heading .title .text:after, .thim-header-block .thim-sc-scroll-heading .title .text:before {
	content:'';
	height:2px;
	width:38px;
	background:#9e9e9e;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	position:absolute;
	left:-6px;
	top:10px;
-webkit-transition:all .2s ease-in-out 0s;
-khtml-transition:all .2s ease-in-out 0s;
-moz-transition:all .2s ease-in-out 0s;
-ms-transition:all .2s ease-in-out 0s;
-o-transition:all .2s ease-in-out 0s;
transition:all .2s ease-in-out 0s
}
.thim-header-block .thim-sc-scroll-heading .title .text:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	left:20px
}
.thim-header-block .thim-sc-scroll-heading .title .text:hover:after, .thim-header-block .thim-sc-scroll-heading .title .text:hover:before {
	background:#FFF
}
.thim-header-block .thim-sc-course-search {
	max-width:720px
}
.thim-header-block .thim-sc-course-search input.courses-search-input {
	height:60px;
	width:100%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px
}
.thim-header-block .thim-sc-course-search input.courses-search-input:-moz-placeholder {
color:#D8BC73 !important
}
.thim-header-block .thim-sc-course-search input.courses-search-input::-moz-placeholder {
color:#D8BC73 !important
}
.thim-header-block .thim-sc-course-search input.courses-search-input:-ms-input-placeholder {
color:#D8BC73 !important
}
.thim-header-block .thim-sc-course-search input.courses-search-input::-webkit-input-placeholder {
color:#D8BC73 !important
}
.thim-header-block .thim-sc-course-search button {
	cursor:pointer;
	width:65px;
	line-height:60px;
	background:#18c1f0;
	-webkit-border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
	font-size:22px;
	color:#FFF
}
.thim-header-block .thim-sc-course-search button:before {
	display:none
}
.thim-bg-top-center, .vc_row.thim-bg-top-center {
	background-position:top center !important
}
span.wpcf7-not-valid-tip {
	display:inline-block;
	font-size:14px;
	padding-top:10px
}
form.wpcf7-form .ajax-loader {
	width:100%;
	margin-left:0;
	background-image:url(//wordpresslms.thimpress.com/demo-elearning-2/wp-content/themes/wordpress-lms/assets/images/preloading/three-bounce.gif);
	background-position:center center;
	background-repeat:no-repeat
}
body.lp-profile form.wpcf7-form .field-wrapper {
	overflow:auto
}
body.lp-profile form.wpcf7-form .submit-button {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	justify-content:center
}
body.lp-profile form.wpcf7-form .submit-button .ajax-loader {
	margin-top:-50px;
	height:50px
}
body:not(.lp-profile) form.wpcf7-form .heading-button {
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
flex-wrap:wrap;
justify-content:center
}
body:not(.lp-profile) form.wpcf7-form .heading-button .ajax-loader {
height:55px;
margin-top:-55px
}
.thim-header-slider-3 .thim-sc-text-box {
	padding-top: 150px;
}
.vc_row.thim-column-gap-70 {
	margin-left:-45px;
	margin-right:-45px
}
.vc_row.thim-column-gap-70>.vc_column_container {
	padding:0 30px
}
.thim-custom-title {
	line-height:normal;
	letter-spacing:.8px
}
.thim-module-news-events:before {
	content:'';
	top:0;
	left:0;
	right:0;
	height:622px;
	background:#f6f6f7;
	display:block !important;
	position:absolute;
	z-index:2
}
.thim-module-news-events.vc_parallax>* {
	z-index:3
}
.thim-module-news-events.thim-background-overlay .overlay {
	z-index:1
}
.no-padding-container.vc_column_container {
	padding:0 !important
}
.vc_row.bg-postion-bottom {
	background-position:bottom !important
}
.vc_row.thim-custom-mini-width {
	max-width:710px;
	margin:auto;
	padding-top:53px
}
.home .thim-bg-positon-custom {
	background-position:top -16px left calc(50% + 123px) !important
}
.thim-pagetitle-lighter .page-title .main-top .content .text-title {
	margin-top:0 !important
}
.thim-pagetitle-lighter .page-title .main-top .content .text-title h1 {
	font-size:75px;
	font-weight:100;
	letter-spacing:1.5px
}
.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
	padding-top:25px
}
.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:25px;
	background:#fff
}
.home1-section .thim-sc-steps.layout-2 {
	padding-top:50px
}

.repeat-x, .vc_row.repeat-x {
	background-repeat:repeat-x !important
}
.vc_parallax .vc_parallax-inner {
	z-index:0 !important
}
.boxed-area .vc_row {
	padding-left:15px;
	padding-right:15px
}
.boxed-area .vc_row[data-vc-full-width] {
	left:0 !important;
	padding-left:15px !important;
	padding-right:15px !important;
	width:auto !important;
	right:0 !important
}
iframe {
	border:0
}
.wp-social-login-connect-with {
	font-size:40px;
	font-weight:500;
	line-height:44px;
	letter-spacing:.8px
}
.wp-social-login-provider-list {
	padding:0;
	margin-top:32px;
	margin-bottom:32px
}
.wp-social-login-provider {
	height:50px;
	line-height:50px;
	background:#333;
	color:#FFF;
	display:block;
	margin-bottom:20px;
	border-radius:5px;
	position:relative;
	text-align:center;
	padding:0 20px;
	font-size:18px;
	letter-spacing:.4px;
	font-weight:300
}
.wp-social-login-provider:before {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:49px;
	content:'\f090';
	font-family:FontAwesome;
	font-size:16px;
	border-right:1px solid #FFF
}
.home4-couter-box, .home4-header-box .vc_column-inner>.wpb_wrapper {
	position:relative
}
.wp-social-login-provider:hover {
	color:#FFF
}
.wp-social-login-provider-facebook {
	background:#3b5998
}
.wp-social-login-provider-facebook:before {
	content:'\f09a'
}
.wp-social-login-provider-facebook:hover {
	background:#1e2e4f
}
.wp-social-login-provider-google {
	background:#dd4b39
}
.wp-social-login-provider-google:before {
	content:'\f0d5'
}
.wp-social-login-provider-google:hover {
	background:#96271a
}
.wp-social-login-provider-twitter {
	background:#1da1f2
}
.wp-social-login-provider-twitter:before {
	content:'\f099'
}
.wp-social-login-provider-twitter:hover {
	background:#0967a0
}
.wp-social-login-provider-linkedin {
	background:#0077b5
}
.wp-social-login-provider-linkedin:before {
	content:'\f0e1'
}
.wp-social-login-provider-linkedin:hover {
	background:#00344f
}
.wp-social-login-provider-tumblr {
	background:#35465c
}
.wp-social-login-provider-tumblr:before {
	content:'\f173'
}
.wp-social-login-provider-tumblr:hover {
	background:#10151b
}
.home4-header-box .thim-gallery-carousel .owl-theme .owl-dots {
	margin-left:165px
}
.home4-couter-box:before {
	content:'';
	position:absolute;
	width:30%;
	right:0;
	top:0;
	height:100%;
	background:#fff;
	display:inline-block;
	z-index:1
}
.home4-couter-box .vc_column_container {
	position:static
}
.home4-couter-box .vc_column_container>.vc_column-inner {
	padding:0 !important
}
.home4-couter-box .thim-sc-counter-box {
	position:absolute;
	bottom:0;
	padding:0 35px 125px
}
.home4-couter-box .thim-sc-text-box.style-4 {
	position:relative;
	z-index:2;
	background:#fff;
	padding:60px;
	min-height:584px;
	margin-left:-30px
}
.home4-couter-box .thim-sc-text-box.style-4 .title-1 {
	position:relative;
	font-size:16px;
	font-weight:300;
	line-height:1.5;
	letter-spacing:.3px;
	padding:0 0 13px;
	margin:3px 0 33px
}
.home4-couter-box .thim-sc-text-box.style-4 .title-1 strong {
	font-size:40px;
	font-weight:500;
	line-height:.6;
	letter-spacing:.8px;
	margin-bottom:15px;
	display:inline-block;
	text-transform:capitalize
}
.home4-couter-box .thim-sc-text-box.style-4 .title-1:before {
	content:'';
	width:50px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#202121
}
.home4-couter-box .thim-sc-text-box.style-4 .title-2 {
	max-width:390px;
	margin-bottom:39px
}
.home4-couter-box .thim-sc-text-box.style-4 .title-2 img {
	margin-top:30px;
	display:block
}
.home4-couter-box .thim-sc-text-box.style-4 .btn {
	font-size:14px;
	letter-spacing:.3px;
	line-height:35px;
	padding:0 35px;
	height:39px;
	font-weight:400
}
.home4-couter-box .thim-sc-text-box.style-4 .btn:after {
	margin-left:8px;
	font-size:16px
}
.register-lesson {
	background-color:#fff;
	padding:56px 50px 50px;
	width:478px;
	box-sizing:border-box;
	margin:6px 6px 6px 28px;
	position:relative;
	z-index:1
}
.register-lesson:before {
	content:'';
	position:absolute;
	left:-6px;
	top:-6px;
	right:-6px;
	bottom:-6px;
	border:6px solid rgba(35, 35, 35, .4);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index:-1
}
.register-lesson .sub-title {
	font-size:20px;
	font-weight:300;
	letter-spacing:.4px;
	line-height:1.2;
	margin-bottom:6px;
	text-transform:uppercase
}
.register-lesson .main-title {
	font-size:40px;
	font-weight:500;
	line-height:1.1;
	letter-spacing:.8px;
	margin-bottom:26px
}
.register-lesson label {
	font-size:16px;
	line-height:1.5;
	letter-spacing:.3px;
	color:#202121
}
.register-lesson .wpcf7-form-control-wrap {
	margin-bottom:30px
}
.register-lesson input {
	height:50px;
	background-color:#fefefe
}
.register-lesson input, .register-lesson textarea {
	border:1px solid #e2e2e2;
	line-height:1.5;
	letter-spacing:.3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.register-lesson input.wpcf7-not-valid, .register-lesson textarea.wpcf7-not-valid {
	border-color:red
}
.lp-form-field .register-lesson input[type=email], .register-lesson .lp-form-field input[type=email], .register-lesson input[type=email] {
	height:50px
}
.register-lesson input[type=submit] {
	font-size:18px;
	letter-spacing:.4px;
	color:#fff;
	text-transform:none;
	font-weight:400;
	height:50px
}
.register-lesson .wpcf7-not-valid-tip {
	display:none
}
.register-lesson .submit-button {
	display:inline-block;
	width:100%;
	position:relative;
	overflow:hidden;
	opacity:1 !important
}
.register-lesson .submit-button .ajax-loader {
	position:absolute;
	top:0;
	left:0;
	height:50px;
	background-color:#fff;
	opacity:.5
}
.register-lesson .wpcf7-response-output {
	border:0;
	margin:15px 0 0;
	padding:0;
	font-size:14px;
	font-weight:300;
	line-height:1.71;
	letter-spacing:.3px;
	color:#878787
}
.home4-newsletter {
	position:relative
}
.home4-newsletter:before {
	content:'';
	height:70%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
	z-index:1;
	background-color:rgba(33, 32, 32, 0);
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(33, 32, 32, 0)), to(rgba(33, 32, 32, .4)));
	background-image:-webkit-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .4));
	background-image:-moz-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .4));
	background-image:-ms-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .4));
	background-image:-o-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .4));
	background-image:linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .4));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(33, 32, 32, 0)', endColorStr='rgba(33, 32, 32, 0.4)');
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)"
}
.home4-newsletter .vc_column_container>.vc_column-inner {
	padding-top:0
}
.home4-newsletter .wpb_content_element {
	margin-bottom:0
}
.home4-newsletter.vc_parallax .vc_parallax-inner {
	background-attachment:fixed
}
.home4-newsletter .thim-sc-heading.layout-2 {
	margin:343px 0 0;
	position:relative;
	padding:0;
	display:inline-block;
	z-index:1;
	float:right
}
.home4-newsletter .thim-sc-heading.layout-2 .heading-content .primary-heading {
	font-size:70px;
	font-weight:100;
	line-height:.86;
	letter-spacing:1.4px;
	margin:0 0 10px
}
.home4-newsletter .thim-sc-heading.layout-2 .secondary-heading {
	font-size:16px;
	font-weight:100;
	line-height:1.5;
	letter-spacing:.3px;
	color:#f6f6f7;
	text-transform:uppercase;
	margin:0
}
.home4-section .thim-sc-courses-carousel .owl-stage-outer {
	padding:0 0 30px;
	margin-left:0;
	margin-right:0
}
.home4-section .overflow.top-courses-overflow {
	padding-bottom:95px;
	position:relative
}
.home4-section .overflow.top-courses-overflow:before {
	content:'';
	height:95px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#f6f6f7
}
.home4-section .overflow.top-courses-overflow .thim-sc-courses-carousel .inner-carousel {
	max-width:1516px
}
.home4-section .overflow.top-courses-overflow .thim-sc-heading.layout-2 {
	margin-bottom:60px
}
.home4-section .overflow.top-courses-overflow .thim-sc-heading.layout-2 .secondary-heading {
	line-height:1.5
}
.home4-section .courses-trusted .wpb_single_image img {
	position:absolute;
	top:130px;
	right:97px
}
body.thim-popup-active {
	height:100vh;
	overflow-y:scroll
}
body.thim-popup-active.admin-bar, body.thim-popup-active.admin-bar #wrapper-container {
	height:calc(100vh - 32px);
	height:-webkit-calc(100vh - 32px);
	height:-moz-calc(100vh - 32px)
}
body.thim-popup-active #wrapper-container {
	height:100vh;
	overflow:hidden
}
body.thim-popup-active #thim-popup-login {
	cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}
.thim-link-login {
	display:inline-block
}
.thim-link-login .slash {
	margin:0 3px
}
#thim-popup-login {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:9999999;
	visibility:hidden;
	background:rgba(0, 0, 0, .8);
	margin:0;
	width:100%;
	height:100vh;
	overflow:auto;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	-webkit-transform:scale(.2, .2);
	-moz-transform:scale(.2, .2);
	-ms-transform:scale(.2, .2);
	-o-transform:scale(.2, .2);
-webkit-transition:all .3s cubic-bezier(.4, 0, 1, 1);
-khtml-transition:all .3s cubic-bezier(.4, 0, 1, 1);
-moz-transition:all .3s cubic-bezier(.4, 0, 1, 1);
-ms-transition:all .3s cubic-bezier(.4, 0, 1, 1);
-o-transition:all .3s cubic-bezier(.4, 0, 1, 1);
transition:all .3s cubic-bezier(.4, 0, 1, 1)
}
#thim-popup-login.active {
	visibility:visible;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;

	opacity:1;
	-webkit-transform:scale(1, 1);
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-o-transform:scale(1, 1)
}
#thim-popup-login .thim-login-container {
	display:flex;
	position:relative;
	overflow:hidden;
	max-width:730px;
	min-height:560px;
	margin:auto;
	top:50%;
	cursor:default;
	background:#fff;
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	-o-transform:translate(0, -50%)
}
.layout-3 .main-top, .thim-lp-layout-1 .main-top, body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content {
	overflow:inherit
}
#thim-popup-login.has-shortcode .thim-login {
	width:50%;
	padding:0 30px;
	position:relative;
	float:left;
	clear:none
}
#thim-popup-login.has-shortcode .thim-login .title {
	font-size:24px;
	font-weight:700;
	position:relative;
	text-align:center;
	margin:0 0 23px;
	padding:0;
	text-transform:none;
	line-height:30px
}
#thim-popup-login .thim-loading-container {
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
	-webkit-opacity:.6;
	-khtml-opacity:.6;
	-moz-opacity:.6;
	-ms-opacity:.6;
	-o-opacity:.6;
	opacity:.6
}
#thim-popup-login .login-html {
	display:flex;
	width:100%
}
#thim-popup-login .login-html .login-banner, #thim-popup-login .login-html .login-form, #thim-popup-login .login-html .register-form {
	width:50%
}
#thim-popup-login .login-banner {
	position:relative;
	background-size:cover
}
#thim-popup-login .login-banner:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=40);
	-ms-filter:"alpha(opacity=40)";
	-webkit-opacity:.4;
	-khtml-opacity:.4;
	-moz-opacity:.4;
	-ms-opacity:.4;
	-o-opacity:.4;
	opacity:.4
}
#thim-popup-login .login-banner .login-banner-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	padding:20px
}
#thim-popup-login .login-banner .title {
	font-size:60px;
	text-transform:uppercase;
	font-weight:800;
	color:#fff
}
#thim-popup-login .login-banner .sub-title {
	font-size:35px;
	font-weight:700;
	padding-right:120px;
	text-transform:uppercase;
	line-height:1;
	color:#fff
}
#thim-popup-login .login-banner .link-wrapper {
	position:absolute;
	bottom:20px;
	color:#fff;
	font-weight:300;
	text-transform:none
}
#thim-popup-login .login-banner .link-wrapper .register-link {
	position:relative;
	font-style:italic;
	font-weight:400;
	color:#fff !important
}
#thim-popup-login .login-banner .link-wrapper .register-link:after {
	position:absolute;
	content:'';
	height:1px;
	width:100%;
	background-color:#fff;
	bottom:0;
	left:0
}
#thim-popup-login .login-form, #thim-popup-login .register-form {
	padding:50px 30px 60px
}
#thim-popup-login .login-form button, #thim-popup-login .login-form input, #thim-popup-login .login-form label, #thim-popup-login .register-form button, #thim-popup-login .register-form input, #thim-popup-login .register-form label {
	width:100%;
	display:block
}
#thim-popup-login .login-form button, #thim-popup-login .login-form input, #thim-popup-login .register-form button, #thim-popup-login .register-form input {
	font-size:14px;
	padding:12px 20px;
	border:1px solid #e6e6e6;
	font-family:inherit
}
#thim-popup-login .login-form .lp-form-field input[type=password], #thim-popup-login .login-form input[type=text], #thim-popup-login .login-form input[type=email], #thim-popup-login .login-form input[type=password], #thim-popup-login .register-form .lp-form-field input[type=password], #thim-popup-login .register-form input[type=text], #thim-popup-login .register-form input[type=email], #thim-popup-login .register-form input[type=password], .lp-form-field #thim-popup-login .login-form input[type=password], .lp-form-field #thim-popup-login .register-form input[type=password] {
	float:none
}
#thim-popup-login .login-form input::-webkit-input-placeholder, #thim-popup-login .register-form input::-webkit-input-placeholder {
color:#D8BC73 !important;
letter-spacing:.4px
}
#thim-popup-login .login-form input::-moz-placeholder, #thim-popup-login .register-form input::-moz-placeholder {
color:#D8BC73;
letter-spacing:.4px
}
#thim-popup-login .login-form input:-ms-input-placeholder, #thim-popup-login .register-form input:-ms-input-placeholder {
color:#D8BC73;
letter-spacing:.4px
}
#thim-popup-login .login-form input::placeholder, #thim-popup-login .register-form input::placeholder {
color:#D8BC73;
letter-spacing:.4px
}
#thim-popup-login .login-form .login-remember, #thim-popup-login .register-form .login-remember {
	display:inline-block;
	text-transform:uppercase;
	font-weight:700
}
#thim-popup-login .login-form .login-remember input[type=checkbox], #thim-popup-login .register-form .login-remember input[type=checkbox] {
	display:none
}
#thim-popup-login .login-form .lost-pass-link, #thim-popup-login .register-form .lost-pass-link {
	font-weight:500
}
#thim-popup-login .login-form .icon-check, #thim-popup-login .register-form .icon-check {
	width:18px;
	height:18px;
	border-radius:2px;
	position:relative;
	top:4px;
	display:inline-block;
	margin-right:5px;
	background:rgba(255, 255, 255, .1)
}
#thim-popup-login .login-form .icon-check:after, #thim-popup-login .login-form .icon-check:before, #thim-popup-login .register-form .icon-check:after, #thim-popup-login .register-form .icon-check:before {
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute
}
#thim-popup-login .login-form .icon-check:before, #thim-popup-login .register-form .icon-check:before {
	left:4px;
	width:5px;
	bottom:6px;
	-webkit-transform:scale(0) rotate(0);
	-moz-transform:scale(0) rotate(0);
	-ms-transform:scale(0) rotate(0);
	-o-transform:scale(0) rotate(0);
	transform:scale(0) rotate(0)
}
#thim-popup-login .login-form .icon-check:after, #thim-popup-login .register-form .icon-check:after {
	top:7px;
	right:1px;
	-webkit-transform:scale(0) rotate(0);
	-moz-transform:scale(0) rotate(0);
	-ms-transform:scale(0) rotate(0);
	-o-transform:scale(0) rotate(0);
	transform:scale(0) rotate(0)
}
#thim-popup-login .title {
	font-size:24px;
	font-weight:700;
	margin-bottom:30px
}
#thim-popup-login #popupRememberme:checked+label .icon-check:before {
	-webkit-transform:scale(1) rotate(45deg);
	-moz-transform:scale(1) rotate(45deg);
	-ms-transform:scale(1) rotate(45deg);
	-o-transform:scale(1) rotate(45deg);
	transform:scale(1) rotate(45deg)
}
#thim-popup-login #popupRememberme:checked+label .icon-check:after {
	-webkit-transform:scale(1) rotate(-45deg);
	-moz-transform:scale(1) rotate(-45deg);
	-ms-transform:scale(1) rotate(-45deg);
	-o-transform:scale(1) rotate(-45deg);
	transform:scale(1) rotate(-45deg)
}
.thim-sc-video-box.layout-2.imac .video .video-box, .thim-sc-video-box.layout-2.imac .video .video-box .play-button a .icon-play {
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%)
}
#thim-popup-login input[type=submit] {
	padding:0 20px;
	border:0;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
-webkit-transition:.5s;
-khtml-transition:.5s;
-moz-transition:.5s;
-ms-transition:.5s;
-o-transition:.5s;
transition:.5s
}
#thim-popup-login .login-extra-options {
	display:flex;
	justify-content:space-between;
	align-items:baseline
}
#thim-popup-login .login-extra-options .lost-pass-link {
	text-transform:none
}
#thim-popup-login .shortcode {
	text-align:center;
	margin-top:25px
}
#thim-popup-login .shortcode .wp-social-login-connect-with {
	font-weight:700;
	font-size:14px;
	text-transform:uppercase
}
#thim-popup-login .shortcode .wp-social-login-provider-list {
	margin:0 auto
}
#thim-popup-login .shortcode .wp-social-login-provider {
	height:45px;
	line-height:45px !important;
	width:45px;
	font-size:0;
	margin-right:5px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:inline-block
}
#thim-popup-login .shortcode .wp-social-login-provider:before {
	border-right:0;
	width:45px
}
#thim-popup-login .thim-loading-icon {
	position:absolute;
	display:none;
	width:100%;
	top:50%;
	margin-top:-14px;
	z-index:3
}
#thim-popup-login .thim-login-container.loading:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, .6)
}
#thim-popup-login .thim-login-container.loading .thim-loading-icon {
	display:block
}
#thim-popup-login .popup-message {
	margin-top:20px;
	text-align:center
}
#thim-popup-login .popup-message .message.message-error {
	color:#ff6351
}
#thim-popup-login .login-form, #thim-popup-login .register-form {
	display:none
}
#thim-popup-login .login-form.active, #thim-popup-login .register-form.active {
	display:block
}
#thim-popup-login .link-to-form {
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:2;
	color:#fff;
	font-weight:300;
	text-transform:none
}
#thim-popup-login .link-to-form .wrapper {
	display:none;
	margin-bottom:0
}
#thim-popup-login .link-to-form a {
	color:#fff !important;
	font-style:italic;
	position:relative
}
#thim-popup-login .link-to-form a:after {
	position:absolute;
	content:"";
	height:1px;
	width:100%;
	background-color:#fff;
	bottom:0;
	left:0
}
#thim-popup-login .link-to-form.login .content-login, #thim-popup-login .link-to-form.login~.register-form, #thim-popup-login .link-to-form.register .content-register, #thim-popup-login .link-to-form.register~.login-form {
display:block
}
#masthead #thim-popup-login .link-to-form a:hover, #thim-popup-login .shortcode .wp-social-login-provider {
	color:#fff !important
}
.lp-form-field input[type=text], .lp-form-field input[type=email], .lp-form-field input[type=password], input[type=text], input[type=email], input[type=password] {
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
input[type=text].invalid, input[type=email].invalid, input[type=password].invalid {
	border:1px solid #ff6351 !important
}
.lesson-logo {
	display:inline-block
}
.thim-testimonials {
	border-bottom:1px solid #e7e7e7;
	margin:89px auto 34px
}
.thim-testimonials .wpb_content_element {
	margin-bottom:0
}
.thim-testimonials .thim-sc-testimonials {
	margin-top:70px
}
.thim-testimonials .thim-sc-testimonials .slider-container {
	letter-spacing:3.2px
}
.thim-testimonials .thim-sc-testimonials .slider-container .owl-stage-outer .content {
	font-size:26px;
	font-style:italic;
	line-height:1.46;
	letter-spacing:.5px
}
.thim-testimonials .thim-sc-testimonials .slider-container .owl-stage-outer .user-info {
	letter-spacing:0
}
.thim-testimonials .thim-sc-testimonials .slider-container .owl-stage-outer .user-info span.regency {
	color:#2c3339
}
div.wpb_content_element .wpcf7-form .row .wpcf7-form-control-wrap input, div.wpb_content_element .wpcf7-form .row .wpcf7-form-control-wrap textarea {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-style:italic;
	font-size:16px;
	font-weight:300;
	line-height:1.63;
	letter-spacing:.3px
}
div.wpb_content_element .wpcf7-form .row .wpcf7-form-control-wrap input {
	height:49px
}
div.wpb_content_element .wpcf7-form .row .wpcf7-form-control-wrap textarea {
	height:231px;
	background:#fdffff
}
div.wpb_content_element .wpcf7-form .heading-button {
	margin:28px auto 0
}
div.wpb_content_element .wpcf7-form .heading-button input {
	height:55px;
	color:#fff;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	font-weight:400;
	display:inline-block;
	width:auto;
	padding:0 67px;
	font-size:16px;
	letter-spacing:.3px;
	line-height:1.5
}
div.wpb_content_element .wpcf7-form .wpcf7-response-output {
	text-align:center
}
div.wpcf7 {
	max-width:1120px;
	margin:0 auto
}
.thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li, .thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li a, .thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li span.breadcrum-icon .fa:before {
	color:#FFF
}

.thim-max-width-lg {
	max-width:1195px;
	margin:auto
}
#masthead.template-layout-2.header-magic-line .header-v2.default .width-navigation #primary-menu .menu-item .icon-toggle {
	line-height:20px
}
.home6-section .courses-trusted .wpb_single_image img {
	position:absolute;
	top:135px;
	right:97px
}
.home6-section .courses-trusted .thim-sc-text-box.left .btn {
	height:44px;
	line-height:44px !important;
	border:0
}
.home6-section .courses-trusted .thim-sc-text-box.left .btn .text {
	font-size:16px
}
.home6-section .thim-sc-button.show-separator .btn {
	font-size:14px;
	font-weight:300
}
.home6-section .thim-sc-text-box.left .btn .text {
	font-size:16px !important
}
.home6-section .thim-sc-counter-box.style-2 .counter_box {
	margin-right:98px
}
.home6-section .thim-sc-counter-box.style-2 .counter_box.has-line:not(:last-child) .separator:after {
filter:alpha(opacity=35);
-ms-filter:"alpha(opacity=35)";
-webkit-opacity:.35;
-khtml-opacity:.35;
-moz-opacity:.35;
-ms-opacity:.35;
-o-opacity:.35;
opacity:.35
}
.home6-section .thim-sc-counter-box.style-2 .counter_box .number {
	font-size:50px
}
#thim-header-topbar .home-6 ul.list-inline li {
	line-height:34px
}
#thim-header-topbar .home-6 .socials {
	height:34px
}
#thim-header-topbar .home-6 a:hover {
	color:#fff
}
header#masthead.template-layout-2 .main-header .header-right .no-padding.widget {
	padding:0
}
.header-right>div, .header-right>div>div {
	display:inline-block;
	vertical-align:middle
}
header#masthead.template-layout-2.header-magic-line .header-wrapper:before {
	display:none
}
header#masthead.template-layout-2.header-magic-line.affix-top .main-header {
	padding-bottom:28px
}
#wrapper-container.line-topbar #thim-header-topbar {
	border-bottom:1px solid rgba(255, 255, 255, .15)
}
.home6-section .thim-header-slider-3 .thim-sc-text-box {
	margin-right:-30px
}
#magic-line {
	position:absolute;
	height:1px;
	z-index:999;
	bottom:17px;
	background-color:#fff
}
.thim-sc-button.home-6-top {
	text-align:left;
	display:inline-block;
	margin-right:18px
}
.thim-sc-button.home-6-top .btn {
	outline:0 !important
}
.thim-sc-button.home-6-top .btn.btn-md {
	height:49px;
	line-height:48px
}
#buddypress .thim-sc-button.home-6-top input.btn[type=reset], #buddypress .thim-sc-button.home-6-top input.btn[type=submit], .learnpress .learn-press-search-course-form .thim-sc-button.home-6-top .btn.search-course-button, .thim-sc-button.home-6-top #buddypress input.btn[type=reset], .thim-sc-button.home-6-top #buddypress input.btn[type=submit], .thim-sc-button.home-6-top .btn.btn-primary, .thim-sc-button.home-6-top .learnpress .learn-press-search-course-form .btn.search-course-button {
	border-radius:30px;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight:300;
	padding:0 37px
}
#buddypress .thim-sc-button.home-6-top input.btn:hover[type=reset], #buddypress .thim-sc-button.home-6-top input.btn:hover[type=submit], .learnpress .learn-press-search-course-form .thim-sc-button.home-6-top .btn.search-course-button:hover, .thim-sc-button.home-6-top #buddypress input.btn:hover[type=reset], .thim-sc-button.home-6-top #buddypress input.btn:hover[type=submit], .thim-sc-button.home-6-top .btn.btn-primary:hover, .thim-sc-button.home-6-top .learnpress .learn-press-search-course-form .btn.search-course-button:hover {
	border:1px solid #fff;
	background:#fff
}
#buddypress .thim-sc-button.home-6-top input.btn[type=reset]:after, #buddypress .thim-sc-button.home-6-top input.btn[type=submit]:after, .learnpress .learn-press-search-course-form .thim-sc-button.home-6-top .btn.search-course-button:after, .thim-sc-button.home-6-top #buddypress input.btn[type=reset]:after, .thim-sc-button.home-6-top #buddypress input.btn[type=submit]:after, .thim-sc-button.home-6-top .btn.btn-primary:after, .thim-sc-button.home-6-top .learnpress .learn-press-search-course-form .btn.search-course-button:after {
	content:'';
	font-family:ionicons;
	margin-left:7px
}
.btn {
	box-shadow:none !important;
	outline:0 !important
}
.thim-sc-text-box.style-4.home-6-top {
	margin-right:-30px
}
.thim-sc-text-box.style-4.home-6-top .title-1 {
	font-weight:400;
	font-style:normal;
	font-stretch:normal;
	line-height:normal;
	letter-spacing:1px;
	text-align:left;
	color:#fff;
	text-transform:none !important
}
.thim-sc-text-box.style-4.home-6-top .title-2 {
	font-weight:300;
	font-style:normal;
	font-stretch:normal;
	line-height:1.5;
	letter-spacing:.4px;
	text-align:left;
	color:#dedede
}
.thim-sc-text-box.style-4.home-6-top .btn.btn-default {
	font-weight:300;
	font-style:normal;
	font-stretch:normal;
	letter-spacing:.3px;
	text-align:left;
	background:#fff;
	outline:0 !important;
	border-color:#fff !important;
	height:49px;
	padding:0 37px;
	line-height:48px
}
.thim-sc-text-box.style-4.home-6-top .btn.btn-default:hover {
	color:#fff;
	background:0 0
}
.thim-sc-text-box.style-4.home-6-top .btn.btn-default:after {
	margin-left:5px
}
.thim-sc-text-box.style-4.home-6-top.size-default .title-1 {
	font-size:50px
}
.thim-sc-text-box.style-4.home-6-top.size-default .title-2 {
	font-size:20px
}
.thim-sc-text-box.style-4.home-6-top.size-default .btn.btn-default {
	font-size:16px
}
.iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper {
	margin-bottom:38px
}
.iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-icon {
	font-size:64px;
	line-height:64px
}
.iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content .title {
	text-transform:none;
	margin-bottom:8px
}
.thim-sc-heading.layout-2.home6-heading.white .secondary-heading {
	color:#b0b0b0
}
.thim-sc-video-box.layout-2.imac {
	max-width:1040px
}
.thim-sc-video-box.layout-2.imac .video {
	background-image:url(//wordpresslms.thimpress.com/demo-elearning-2/wp-content/themes/wordpress-lms/assets/images/sc-step-mockup-mac.png);
	height:600px;
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	position:relative;
	width:100%
}
.thim-sc-video-box.layout-2.imac .video .video-box {
	position:absolute;
	left:520px;
	background-size:cover;
	width:535px;
	height:318px;
	top:35%
}
.thim-sc-video-box.layout-2.imac .video .video-box .play-button a {
	height:58px;
	width:58px;
	border:2px solid #fff;
	color:#fff
}
.thim-sc-video-box.layout-2.imac .video .video-box .play-button a .icon-play {
	font-size:20px;
	margin-left:3px;
	position:absolute;
	top:50%;
	left:50%
}
.thim-sc-video-box.layout-2.imac .video .video-box .play-button a .icon-play:before {
	content:'\f04b';
	font-family:FontAwesome
}
.thim-sc-heading.text-center.layout-2.home-6 {
	margin-bottom:24px
}
.thim-sc-heading.text-center.layout-2.home-6 .primary-heading {
	font-size:42px;
	font-weight:300;
	letter-spacing:.8px;
	margin-bottom:15px
}
.thim-sc-heading.text-center.layout-2.home-6 .secondary-heading {
	font-weight:300;
	line-height:1.5;
	color:#e1e1e1
}
.thim-sc-heading.layout-2.home6-heading {
	margin-bottom:55px
}
.thim-sc-heading.layout-2.home6-heading .heading-content {
	max-width:1024px
}
.thim-sc-heading.layout-2.home6-heading .heading-content .primary-heading {
	margin-top:0;
	font-weight:300;
	margin-bottom:14px
}
.thim-sc-heading.layout-2.home6-heading.testimonial {
	margin-bottom:37px
}
.home6-iconbox {
	padding:0 20px
}
.home6-iconbox .thim-sc-icon-box.layout-3.has-border .icon-box-wrapper:after {
	content:"";
	position:absolute;
	right:0;
	top:54%;
	margin-top:-22px;
	color:#fff;
	width:37px;
	height:50px;
	border-left:1px solid rgba(116, 117, 21, .15);
	transform:rotate(30deg)
}
.home6-iconbox .thim-sc-icon-box.layout-3 .icon-box-wrapper {
	margin-bottom:0
}
.home6-iconbox .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-icon {
	font-size:52px;
	color:#8c8c8c;
	line-height:52px
}
.home6-iconbox .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content {
	position:relative;
	padding:0 21px
}
.home6-iconbox .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content .title {
	margin-bottom:0;
	font-size:22px;
	font-weight:400;
	letter-spacing:.4px;
	color:#1d1d1d;
	text-transform:none
}
.home6-iconbox .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content .description {
	font-weight:300;
	color:#1d1d1d
}
.thim-home6-form {
	position:relative;
	max-width:478px
}
.thim-home6-form img {
	position:absolute;
	bottom:0;
	right:-130px
}
.thim-home6-form>div.wpcf7 {
	position:relative;
	z-index:9;
	max-width:478px;
	min-height:570px;
	margin:0
}
.thim-home6-form .wpcf7-form {
	margin:85px 0;
	background:#fff;
	position:relative;
	max-width:478px;
	min-height:570px;
	padding:40px 48px 35px
}
.thim-home6-form .wpcf7-form h4 {
	line-height:normal;
	font-size:24px;
	font-weight:300;
	letter-spacing:.5px;
	text-align:center;
	margin-bottom:14px
}
.thim-home6-form .wpcf7-form div.wpcf7-validation-errors {
	border:2px solid #f7e700
}
.thim-home6-form .wpcf7-form .wpcf7-response-output {
	margin-top:4px;
	font-size:15px
}
.thim-home6-form .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom:17px
}
.thim-home6-form .wpcf7-form input {
	border-radius:3px
}
.thim-home6-form .wpcf7-form input:-moz-placeholder {
font-size:15px;
font-weight:300;
color:#fff !important
}
.thim-home6-form .wpcf7-form input::-moz-placeholder {
font-size:15px;
font-weight:300;
color:#fff !important
}
.thim-home6-form .wpcf7-form input:-ms-input-placeholder {
font-size:15px;
font-weight:300;
color:#fff !important
}
.thim-home6-form .wpcf7-form input::-webkit-input-placeholder {
font-size:15px;
font-weight:300;
color:#fff !important
}
.thim-home6-form .wpcf7-form p {
	position:relative;
	margin-bottom:0
}
.thim-home6-form .wpcf7-form p:after, .thim-home6-form .wpcf7-form p:before {
	content:" ";
	display:table
}
.thim-home6-form .wpcf7-form p:after {
	clear:both
}
.thim-home6-form .wpcf7-form p.quote {
	font-size:14px;
	font-weight:300;
	text-align:center;
	margin-top:-15px
}
.lp-form-field .thim-home6-form .wpcf7-form p input[type=submit], .thim-home6-form .wpcf7-form p .lp-form-field input[type=submit], .thim-home6-form .wpcf7-form p input[type=submit] {
	margin-top:10px;
	height:50px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:5px;
	font-weight:400;
	letter-spacing:.3px
}
.thim-home6-form .wpcf7-form p .ajax-loader {
	margin:-84px 0 0 4px;
	height:40px
}
.thim-home6-form .wpcf7-form p .wpcf7-not-valid-tip {
	display:none !important
}
.thim-home6-form .wpcf7-form .thim-sc-count-down {
	margin-bottom:30px
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .title {
	display:none
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item {
	margin:0 8px
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item:first-child {
	margin-left:0
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item:last-child {
	margin-right:0
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item:before {
	top:auto;
	bottom:21px;
	left:-11px;
	font-size:22px;
	font-weight:700;
	line-height:1.27;
	letter-spacing:.4px;
	text-align:center;
	color:rgba(32, 33, 33, .5)
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item .label {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-weight:300;
	line-height:2;
	text-align:center
}
.thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item .number {
	height:70px;
	background:#1d1d1d;
	min-width:80px;
	line-height:70px;
	border-radius:4px;
	display:inline-block;
	font-size:38px;
	margin-bottom:0;
	font-weight:400;
	font-style:normal;
	font-stretch:normal;
	letter-spacing:.8px;
	text-align:center;
	color:#fff
}
.thim-sc-icon-box.layout-3.form-style .icon-box-wrapper .box-icon {
	font-size:50px;
	text-shadow:0 12px 12px rgba(24, 23, 24, .25)
}
.thim-sc-icon-box.layout-3.form-style .icon-box-wrapper .box-content .title {
	font-size:16px
}
.thim-sc-icon-box.layout-3.form-style .icon-box-wrapper .box-content .description {
	color:#b0b0b0
}
.vc-row-bg-image {
	background-position:center center;
	background-size:cover
}
.thim-sc-testimonials.layout-6 .slider-container {
	max-width:1030px;
	margin:0 auto
}
.thim-sc-testimonials.layout-6 .slider-container #slider {
	margin:0 auto 87px
}
.thim-sc-testimonials.layout-6 .slider-container #slider .item {
	font-size:22px;
	font-weight:300;
	font-style:italic;
	font-stretch:normal;
	line-height:1.45;
	letter-spacing:.4px;
	text-align:center;
	color:#fff
}
.thim-sc-testimonials.layout-6 .slider-container .owl-next, .thim-sc-testimonials.layout-6 .slider-container .owl-prev {
	font-size:50px;
	width:25px;
	position:absolute;
	top:50%;
	color:#dcdcdc;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%)
}
.thim-sc-testimonials.layout-6 .slider-container .owl-prev {
	left:-66px
}
.thim-sc-testimonials.layout-6 .slider-container .owl-next {
	right:-66px
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails {
	position:relative;
	padding:34px 0;
	margin:0 auto
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item {
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item:hover {
	cursor:pointer
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item:before {
	display:table;
	clear:both;
	content:''
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item img {
	border-radius:50%;
	width:57px !important
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item .user-info {
	text-align:left;
	padding-left:20px
}
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item .user-info .name {
	font-size:18px;
	font-weight:400;
	color:#2c3339
}
.home6-section .thim-header-slider-3 .thim-sc-text-box {
	padding-top:0
}
.home6-section .thim-sc-counter-box.style-2 .counter-box .counter_box {
	margin-right:105px
}
.footer-col .home-6-info .textwidget {
	margin-top:-21px
}
.footer-col .home-6-info .textwidget p {
	margin-bottom:30px !important
}
.footer-col .home-6-info .textwidget img {
	margin-bottom:7px !important
}
.thim-sc-course-search.popup .form-search-wrapper form button {
	cursor:pointer
}
.pagetitle-hide header#masthead.template-layout-2.header-magic-line.affix .header-wrapper .main-header {
	padding-bottom:0
}
#thim-header-topbar .home-6 .thim-sc-social-links .socials {
	position:relative
}
#thim-header-topbar .home-6 .thim-sc-social-links .socials:before {
	content:'';
	position:absolute;
	left:-5px;
	top:50%;
	width:1px;
	height:17px;
	background:rgba(255, 255, 255, .15);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%)
}
#thumbnails .active.center .item:after, #thumbnails .active.center .item:before {
	top:54%;
	margin-top:-18px;
	color:#fff;
	width:18px;
	height:43px;
	border-left:1px solid rgba(116, 116, 117, .15);
	transform:rotate(30deg);
	content:""
}
header#masthead.palette-custom.template-layout-2.header-magic-line .width-navigation {
	font-size:16px
}
#thumbnails .active.center .item {
	position:relative
}
#thumbnails .active.center .item:before {
	position:absolute;
	left:0
}
#thumbnails .active.center .item:after {
	position:absolute;
	right:-15px
}
.home5-contact .wpcf7-form {
	width:100%;
	max-width:553px
}
.home5-contact .wpcf7-form.processing>p.submit:after {
	opacity:.2
}
.home5-contact .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom:0;
	border-bottom:1px solid #8e91e5
}
.home5-contact .wpcf7-form .wpcf7-not-valid-tip {
	display:none
}
.home5-contact .wpcf7-form .ajax-loader {
	position:absolute;
	width:16px !important;
	top:50%;
	left:50%;
	background-size:cover;
	background-image:url(//wordpresslms.thimpress.com/demo-elearning-2/wp-content/themes/wordpress-lms/assets/images/icons/ajax-loader.gif) !important;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%)
}
.home5-contact .wpcf7-form .wpcf7-response-output {
	text-align:left !important;
	margin-top:0;
	margin-left:0;
	padding:0
}
.home5-contact .wpcf7-form>p {
	display:flex;
	align-items:center;
	margin-bottom:10px
}
.home5-contact .wpcf7-form>p.email {
	margin-bottom:40px
}
.home5-contact .wpcf7-form>p i {
	margin-right:-14px;
	color:rgba(255, 255, 255, .5)
}
.home5-contact .wpcf7-form>p input {
	font-family:Lato;
	background:0 0;
	letter-spacing:.3px;
	border:0;
	font-size:16px;
	font-weight:300;
	padding:0 32px;
	color:#fff
}
.course-collection-squared-2 .view-all-collections a:hover, .home5-contact .wpcf7-form>p.submit input:hover, .home5-section .courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn:hover, .home5-section .thim-sc-text-box.style-4.thim-slider-5.size-default .btn:hover {
	background-position:right center
}
.home5-contact .wpcf7-form>p input:-moz-placeholder {
color:#D8BC73;
}
.home5-contact .wpcf7-form>p input::-moz-placeholder {
color:#D8BC73;
}
.home5-contact .wpcf7-form>p input:-ms-input-placeholder {
color:#D8BC73;
}
.home5-contact .wpcf7-form>p input::-webkit-input-placeholder {
color:#D8BC73;
}
.home5-contact .wpcf7-form>p.submit {
	position:relative;
	display:inline-block
}
.home5-contact .wpcf7-form>p.submit input {
	border:0;
	color:#fff;
	border-radius:44px;
	padding:0 54px 0 34px;
	font-size:16px;
	text-transform:uppercase;
	line-height:45px;
	height:44px;
	font-weight:400;
	background-size:220% 100%;
-webkit-transition:all .4s ease-in-out;
-khtml-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.home5-contact .wpcf7-form>p.submit:after {
	position:absolute;
	font-family:Ionicons;
	content:"\f3d3";
	color:#fff;
	top:12px;
	right:32px;
	font-size:16px
}
.home5 .newsletter-form input {
	font-family:Lato
}
.home5-section .thim-sc-heading.text-center.default {
	margin-bottom:36px
}
.home5-section .thim-sc-heading.text-center.default .secondary-heading {
	line-height:1.63
}
.home5-section .thim-sc-heading.text-left.layout-2.home5 .primary-heading {
	font-size:38px !important;
	font-weight:300 !important;
	letter-spacing:.8px !important;
	color:#fff;
	margin-top:10px !important;
	margin-bottom:19px !important
}
.home5-section .thim-sc-heading.text-left.layout-2.home5 .secondary-heading {
	line-height:1.63;
	color:#c8c8c8 !important
}
.home5-section .thim-sc-features-list.style-1 .meta-content {
	max-width:512px
}
.home5-section .courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn {
	line-height:44px !important;
	background-size:220% 100%;
-webkit-transition:all .4s ease-in-out;
-khtml-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.home5-section .courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn:after {
	content:"\f3d3";
	font-family:Ionicons;
	color:#fff;
	vertical-align:middle;
	margin-left:6px
}
.home5-section .thim-sc-text-box.style-4.thim-slider-5.size-default .title-1 {
	font-size:62px;
	font-weight:900;
	line-height:normal;
	letter-spacing:1.2px;
	color:#fff;
	margin-bottom:13px
}
.home5-section .thim-sc-text-box.style-4.thim-slider-5.size-default .title-2 {
	font-size:20px;
	font-weight:300;
	line-height:1.5;
	letter-spacing:.4px;
	color:#e0e0e0;
	margin-bottom:42px
}
.home5-section .thim-sc-text-box.style-4.thim-slider-5.size-default .btn {
	border:0;
	color:#fff !important;
	background-size:220% 100%;
-webkit-transition:all .4s ease-in-out;
-khtml-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.home5-section .thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item {
-webkit-transition:all .4s ease-in-out 0s;
-khtml-transition:all .4s ease-in-out 0s;
-moz-transition:all .4s ease-in-out 0s;
-ms-transition:all .4s ease-in-out 0s;
-o-transition:all .4s ease-in-out 0s;
transition:all .4s ease-in-out 0s
}
.home5-section .thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center {
	-webkit-transform:scale(.84, .84) !important;
	-moz-transform:scale(.84, .84) !important;
	-ms-transform:scale(.84, .84) !important;
	-o-transform:scale(.84, .84) !important
}
.home5-section .thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center:hover {
	-webkit-transform:scale(1, 1) !important;
	-moz-transform:scale(1, 1) !important;
	-ms-transform:scale(1, 1) !important;
	-o-transform:scale(1, 1) !important
}
.home5-section .thim-sc-testimonials.layout-1 .slider-controls {
	display:none
}
.home5-section .courses-trusted .wpb_single_image img {
	position:absolute;
	top:135px;
	right:97px
}
.home5-section .courses-trusted .thim-sc-text-box.left .btn {
	height:44px;
	line-height:44px !important;
	border:0
}
.home5-section .courses-trusted .thim-sc-text-box.left .btn .text {
	vertical-align:middle;
	font-size:16px !important
}
@-moz-document url-prefix() {
#thim-header-topbar .thim-sc-social-links .socials li {
display:inline-table !important
}
}
.thim-sc-text-box.home5-heading.size-default .title-1 {
	font-size:18px !important;
	font-weight:300 !important;
	letter-spacing:.4px !important;
	padding-bottom:4px !important
}
.thim-sc-text-box.home5-heading.size-default .title-2 {
	text-transform:uppercase !important;
	font-weight:500 !important
}
.thim-sc-text-box.home5-heading.size-default.center {
	padding-bottom:18px
}
.thim-sc-courses-carousel.style-1.has-bg:before {
	background:#f6f6f7;
	width:500%;
	left:-100%;
	right:-100%;
	height:50%;
	margin-top:-28px;
	content:'';
	position:absolute
}
.header-right .no-padding.widget>p {
	margin-bottom:0 !important
}
.thim-sc-counter-box.style-2.layout-center .counter-box {
	align-items:center;
	justify-content:center
}
.thim-sc-counter-box.style-2.layout-center .counter-box .counter_box:after {
	opacity:.2;
	right:-93px
}
.thim-sc-counter-box.style-2.text-center .counter_box.has-line:not(:last-child) .separator:after {
left:calc(100% + 20px)
}
.hide-number.widget_shopping_cart .minicart_hover i.ion {
	padding-left:0
}
.hide-number.widget_shopping_cart .minicart_hover i.ion:before {
	content:"\f3f8"
}
.hide-number.widget_shopping_cart #header-mini-cart {
	margin:3px 0 0 !important
}
.hide-number.widget_shopping_cart .wrapper-items-number {
	display:none
}
header#masthead.site-header.palette-transparent.affix .header-v2.style2 .header-right .widget_thim-login .user-info a {
	font-size:15px
}
.header-right .widget.widget_thim-login.circle-style form {
	line-height:1.25
}
.header-right .thim-sc-course-search {
	margin-top:-3px
}
body #learn-press-become-teacher-form input[type=text], body #learn-press-become-teacher-form input[type=email] {
	cursor:not-allowed;
	border:1px solid #e2e2e2
}
body.admin-bar input[type=text], body.admin-bar input[type=email], body.logged-in input[type=text], body.logged-in input[type=email] {
	cursor:default
}
body .register-form .register-fields {
	list-style:none
}
body.lp-learning .course-wishlist {
	display:none !important
}
body .learn-press-tab .course-reviews-list li .review-title {
	margin-bottom:0
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-author, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-author {
	padding-top:6px;
	margin-right:31px
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-author img, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-author img {
	border-radius:100%;
	height:80px;
	width:80px
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-text, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-text {
	width:auto;
	float:left;
	clear:both
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info {
	float:none
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated {
	width:75px;
	margin-top:5px
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .review-stars.empty, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .review-stars.empty {
	width:90px
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .review-stars.empty, body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .review-stars.filled, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .review-stars.empty, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .review-stars.filled {
	height:20px;
	font-size:14px !important
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info>a, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info>a {
	overflow:hidden;
	display:inline-block
}
body.single .course-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info>a h4, body.single .learn-press-tab-panel-reviews>#course-reviews .course-reviews-list li .review-content .review-author-info>a h4 {
	line-height:1.44;
	letter-spacing:.4px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	font-weight:400;
transition:.3s ease-in-out
}
body.single .course-tab-panel-reviews .reviews, body.single .learn-press-tab-panel-reviews .reviews {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	background-color:#fff;
	padding:0;
	margin-bottom:50px
}
body.single .course-tab-panel-reviews .reviews .average-rating, body.single .learn-press-tab-panel-reviews .reviews .average-rating {
	width:230px;
	display:block;
	height:198px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-right:50px;
	text-align:center;
	float:left
}
body.single .course-tab-panel-reviews .reviews .average-rating .review-stars-rated, body.single .learn-press-tab-panel-reviews .reviews .average-rating .review-stars-rated {
	width:75px;
	position:relative;
	display:inline-block
}
body.single .course-tab-panel-reviews .reviews .average-rating .review-stars-rated .review-number, body.single .learn-press-tab-panel-reviews .reviews .average-rating .review-stars-rated .review-number {
	font-size:16px;
	font-weight:400;
	color:#2b3339;
	text-transform:capitalize
}
body.single .course-tab-panel-reviews .reviews .average-rating .review-stars-rated .review-stars.empty, body.single .course-tab-panel-reviews .reviews .average-rating .review-stars-rated .review-stars.filled, body.single .learn-press-tab-panel-reviews .reviews .average-rating .review-stars-rated .review-stars.empty, body.single .learn-press-tab-panel-reviews .reviews .average-rating .review-stars-rated .review-stars.filled {
	width:75px;
	font-size:16px;
	height:20px
}
body.single .course-tab-panel-reviews .reviews .average-rating .number-rate, body.single .learn-press-tab-panel-reviews .reviews .average-rating .number-rate {
	padding-bottom:5px;
	font-size:75px;
	font-weight:700;
	padding-top:22px;
	margin-bottom:-6px;
	display:block;
	line-height:1.2
}
body.single .course-tab-panel-reviews .reviews .detailed_rating, body.single .learn-press-tab-panel-reviews .reviews .detailed_rating {
	flex-grow:1;
	margin:-4px 0 0;
	display:block
}
body.single .course-tab-panel-reviews .reviews .detailed_rating .course-rate, body.single .learn-press-tab-panel-reviews .reviews .detailed_rating .course-rate {
	margin-top:0;
	margin-bottom:20px
}
body.single .course-tab-panel-reviews .reviews .detailed_rating .course-rate .number-star, body.single .learn-press-tab-panel-reviews .reviews .detailed_rating .course-rate .number-star {
	font-size:18px;
	color:#2b3339;
	display:block;
	float:left;
	min-width:60px;
	font-weight:400
}
body.single .course-tab-panel-reviews .reviews .detailed_rating .course-rate .review-bar, body.single .learn-press-tab-panel-reviews .reviews .detailed_rating .course-rate .review-bar {
	background-color:#ececec;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	margin:0 18px;
	width:calc(100% - 145px)
}
body.single .course-tab-panel-reviews .reviews .detailed_rating .course-rate span:last-child, body.single .learn-press-tab-panel-reviews .reviews .detailed_rating .course-rate span:last-child {
	font-weight:300
}
body.single .course-tab-panel-reviews .reviews .detailed_rating .course-rate .percent, body.single .learn-press-tab-panel-reviews .reviews .detailed_rating .course-rate .percent {
	color:#888;
	font-size:18px;
	font-weight:400
}
body.single .course-tab-panel-reviews {
	padding:50px;
	border:1px solid #e6e6e6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
body.single .course-tab-panel-reviews #course-reviews ul.course-reviews-list li {
	background-color:unset;
	border-width:1px 0 0;
	border-style:solid;
	border-color:#e6e6e6
}
.pmpro-checkout form.pmpro_form input[type=image] {
	width:auto;
	float:left;
	padding-top:5px
}
#top-sidebar-courses .container>p {
	margin-bottom:0
}
.pagetitle-hide.single header#masthead.header-overlay.affix-top .header-wrapper.header-v2.style2 .width-navigation .main-menu>li.menu-item {
	padding-top:30px;
	padding-bottom:30px
}
.pagetitle-hide.single header#masthead.header-overlay.affix-top .header-wrapper.header-v2.style2 .main-header {
	padding-top:0;
	padding-bottom:0
}
.thim-courses-collection .slidee .collection-item .collection-wrapper .name {
	padding:0 10px;
	text-align:center;
	line-height:1;
	margin-bottom:14px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
	letter-spacing:.4px;
	color:#fff !important;
-webkit-transition:all .5s;
-khtml-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
.thim-sc-courses-carousel.top-courses .owl-dots {
	padding:15px 0 37px
}
body .thim-sc-pricing .pricing-wrapper .pricing-item .features>p {
	border-bottom:1px solid #e9e9e9;
	padding:5px 0
}
body .thim-sc-pricing .pricing-wrapper .pricing-item .features>p:first-child {
	border-top:1px solid #e9e9e9
}
body .thim-sc-pricing .pricing-wrapper .pricing-item .select {
	margin-top:40px
}
.view-able {
	display:none
}
.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description {
	margin-bottom:87px
}
.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description>.price {
	margin-bottom:-87px
}
.single-lp_course header#masthead.template-layout-2~#main-content .page-title .main-top {
height:520px;
padding-top:85px
}
.page-title.layout-2 .main-top .content .text-title {
	margin-top:-28px
}
.page-title.layout-2 .main-top .content .text-title h1 {
	text-transform:capitalize
}
.page-title.layout-2 .main-top .content .banner-description .price {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:310px;
	margin:auto;
	height:100px;
	line-height:100px
}
.page-title.layout-2 .main-top .content .banner-description .price .course-price {
	display:block;
	width:100%;
	font-size:60px;
	color:#fff;
	font-weight:400;
	float:left;
	top:60px;
	order:1;
	margin-right:20px;
	letter-spacing:1.2px
}
.page-title.layout-2 .main-top .content .banner-description .price .course-origin-price {
	display:block;
	font-weight:300;
	font-style:italic;
	font-size:32px;
	color:#c5c5c6;
	order:2;
	margin-right:27px;
	letter-spacing:.6px
}
.page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button, .page-title .breadcrumb-content .learn-press-course-buttons .purchase-button, .page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button {
	padding:0 40px;
	letter-spacing:.3px;
	min-width:226px;
	height:55px;
	line-height:55px;
	color:#fff;
-khtml-transition:.3s;
	display:inline-block;
	margin:0 5px;
	font-weight:300;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
	outline:0
}
.page-title .breadcrumb-content .learn-press-course-buttons {
	text-align:center
}
.page-title .breadcrumb-content .learn-press-course-buttons form {
	display:inline-block
}
.page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button, .page-title .breadcrumb-content .learn-press-course-buttons .purchase-button {
	border:0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	font-size:16px;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s;
	background:#202121;
	bottom:0
}
.page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message {
	font-size:0;
	background:0 0;
	border:0;
	display:inline-block
}
.page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button {
	border:0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	font-size:16px;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s;
	background:#202121;
	float:none
}
.layout-1 .text-description .course-origin-price, .layout-3 .text-description .course-origin-price {
	font-size:32px;
	font-weight:300;
	font-style:italic;
	letter-spacing:.6px;
	color:#c5c5c6
}
.layout-1 .text-description .price .course-price, .layout-3 .text-description .price .course-price {
	font-size:60px;
	letter-spacing:1.2px;
	text-align:left;
	color:#fff;
	font-weight:400;
	display:block;
	transform:translate(0, 25px)
}
.layout-1 .breadcrumb-content .learn-press-course-buttons {
	transform:translate(0, 25px)
}
.layout-2 .breadcrumb-content .learn-press-course-buttons .button, .layout-2 .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button, .layout-2 .breadcrumb-content .learn-press-course-buttons button {
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	-o-transform:translate(0, -50%)
}
.layout-3 .main-top .banner-description {
	min-height:150px
}
.layout-3 .main-top .banner-description .course-origin-price {
	margin-top:50px;
	display:block
}
.layout-3 .main-top .banner-description .price .course-price {
	text-align:center
}
.layout-3 .main-top .learn-press-course-buttons {
	transform:translate(0, 102px)
}
.layout-3 .main-top .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button {
	padding:20px 40px;
	font-weight:400;
	margin-right:15px
}
.layout-3 .main-top .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button:hover {
	background:#000
}
.layout-3 .site-content {
	margin-top:50px
}
.single {
	position:relative
}
.single .course-thumbnail .time {
	position:absolute;
	width:101px;
	height:93px;
	bottom:0;
	left:0;
	text-align:center;
	color:#fff
}
.single .course-thumbnail .time .date-start {
	font-size:35px;
	font-weight:500;
	line-height:.63;
	letter-spacing:.7px;
	margin-top:24px
}
.single .course-thumbnail .time .month-start {
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	line-height:1.22;
	letter-spacing:.9px;
	margin-top:7px
}
.single .instructors {
	margin:40px 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.single .instructors .text {
	color:#2b3339;
	font-size:24px;
	font-weight:400;
	width:100%;
	display:block;
	border-bottom:1px solid #ececec;
	padding-bottom:25px;
	line-height:1.17
}
.single .instructors .info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:40px;
	margin-bottom:40px
}
.single .instructors .info .lp-avatar {
	min-width:172px
}
.single .instructors .info .lp-avatar .avatar {
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%
}
.single .instructors .info .lp-avatar .social .thim-author-social {
	display:block;
	margin:12px 25px 0 0;
	text-align:center
}
.single .instructors .info .lp-avatar .social .thim-author-social li {
	list-style:none;
	margin:0;
	display:inline-block
}
.single .instructors .info .lp-avatar .social .thim-author-social li i {
-webkit-transition:all .3s;
-khtml-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
	padding:13px;
	color:#bfbfbf
}
.single .instructors .info .content {
	padding-right:108px
}
.single .instructors .info .content .author {
	margin-bottom:53px;
	position:relative
}
.single .instructors .info .content .author .name {
	font-size:18px;
	font-weight:500;
	line-height:1.44;
	letter-spacing:.4px
}
.single .instructors .info .content .author .role, .single .instructors .info .content .author-description {
	font-size:16px;
	font-weight:300;
	line-height:1.63;
	letter-spacing:.3px
}
.single .instructors .info .content .author .role {
	display:block;
	clear:both;
	text-transform:capitalize
}
.single .instructors .info .content .author:after {
	display:block;
	position:absolute;
	content:'';
	width:35px;
	height:1px;
	bottom:-25px
}
.single #lp-single-course .course-summary {
	margin-top:10px
}
.single #lp-single-course .course-summary .landing-1 .course-info {
	margin-bottom:37px
}
.single #lp-single-course .course-summary .landing-1 .course-landing-summary .share {
	width:93px;
	float:left;
	position:relative !important;
	top:0
}
.single #lp-single-course .course-summary .landing-1 .course-landing-summary .content-landing-1 {
	float:left;
	width:-webkit-calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:calc(100% - 100px);
	padding-left:32px
}
.single #lp-single-course .course-summary .landing-2 {
	margin:0 -100px;
	position:relative;
	padding-right:169px
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail {
	z-index:99;
	position:relative
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail img {
	margin-top:-162px
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail img.no-cropped {
	width:100%;
	max-width:1000px;
	max-height:500px;
	object-fit:cover
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button {
	position:absolute;
	left:101px;
	bottom:0;
	width:101px;
	height:93px;
	top:auto;
	background:#202121
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button .video-thumbnail {
	height:47px;
	width:47px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:2px solid #fff;
	position:absolute;
	top:23px;
	left:27px;
	text-align:center;
	line-height:47px;
-webkit-transition:.3s;
-khtml-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button .video-thumbnail:before {
	content:"\f487";
	font-family:Ionicons;
-webkit-transition:.3s;
-khtml-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s;
	color:#fff;
	font-size:36px;
	padding-left:3px;
	line-height:43px
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button .video-thumbnail:hover, .single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button .video-thumbnail:hover .ion-ios-play-outline {
-webkit-transition:.3s;
-khtml-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button:hover .video-thumbnail {
	border:2px solid #1976d2
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button:hover .video-thumbnail .ion-ios-play-outline {
	color:#1976d2
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-info {
	max-width:846px
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-landing-summary {
	display:block;
	max-width:846px
}
.single #lp-single-course .course-summary #learn-press-course-curriculum .section-header p {
	padding:0
}
.single button.button, .single button.close, .single button.submit-review, .single button.write-a-review {
	display:inline-block;
	padding:0 35px;
	height:55px;
	cursor:pointer;
	border:0;
	bottom:140px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
-webkit-transition:.3s ease-in-out;
-khtml-transition:.3s ease-in-out;
-moz-transition:.3s ease-in-out;
-ms-transition:.3s ease-in-out;
-o-transition:.3s ease-in-out;
transition:.3s ease-in-out
}
.single button.button:focus, .single button.close:focus, .single button.submit-review:focus, .single button.write-a-review:focus {
	outline:0
}
.single button.write-a-review {
	display:block;
	float:none;
	margin:0 auto 40px
}
.single button.submit-review {
	margin:0 auto;
	float:left
}
.single .title_row_course {
	border-bottom:0;
	text-align:center;
	font-size:30px;
	letter-spacing:.6px;
	font-weight:400
}
.single .title_row_course.text-left {
	margin-left:-20px;
	margin-bottom:50px;
	padding-bottom:20px;
	border-bottom:1px solid #e7e7e7;
	font-weight:400;
	font-size:24px;
	margin-top:-20px
}
.single .rating-review {
	border:1px solid #e7e7e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:50px 35px 0 50px;
	background-color:#fdfdfd
}
.single .rating-review .reviews {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	background-color:#fff;
	padding:0;
	margin-bottom:50px
}
.single .rating-review .reviews .average-rating {
	width:230px;
	display:block;
	height:198px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-right:50px;
	text-align:center;
	float:left
}
.single .rating-review .reviews .average-rating .number-rate {
	padding-bottom:5px;
	font-size:75px;
	font-weight:700;
	padding-top:22px;
	margin-bottom:-6px;
	display:block;
	line-height:1.2
}
.single .rating-review .reviews .average-rating .review-stars-rated {
	width:75px
}
.single .rating-review .reviews .average-rating .review-stars-rated .review-stars.empty, .single .rating-review .reviews .average-rating .review-stars-rated .review-stars.filled {
	width:75px;
	font-size:16px;
	height:20px
}
.single .rating-review .reviews .average-rating .review-number {
	font-size:16px;
	font-weight:400;
	color:#2b3339;
	text-transform:capitalize
}
.single .rating-review .reviews .detailed_rating {
	flex-grow:1;
	margin:-4px 0 0;
	display:block
}
.single .rating-review .reviews .detailed_rating .course-rate {
	margin-top:0;
	margin-bottom:20px
}
.single .rating-review .reviews .detailed_rating .course-rate:last-child {
	margin-bottom:0
}
.single .rating-review .reviews .detailed_rating .course-rate .number-star {
	font-size:18px;
	color:#2b3339;
	display:block;
	float:left;
	min-width:60px;
	font-weight:400
}
.single .rating-review .reviews .detailed_rating .course-rate span:last-child {
	font-weight:300
}
.single .rating-review .reviews .detailed_rating .course-rate .percent {
	font-size:18px;
	font-weight:400
}
.single .rating-review .reviews .detailed_rating .course-rate .review-bar {
	background-color:#ececec;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	margin:0 18px;
	width:calc(100% - 145px)
}
.single .rating-review .reviews .detailed_rating .course-rate .review-bar .rating {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.single .rating-review #course-reviews .course-reviews-list li {
	border:0;
	margin-bottom:0;
	border-top:1px solid #e7e7e7;
	border-bottom:0;
	padding:44px 0 41px 24px
}
.single .rating-review #course-reviews .course-reviews-list li.loading {
	display:none;
	border:0;
	text-align:center;
	padding:0 0 50px
}
.single .rating-review #course-reviews .course-reviews-list li.loading .fa-spin {
	font-size:50px
}
.single .rating-review #course-reviews .course-reviews-list li .review-author {
	padding-top:6px;
	margin-right:31px
}
.single .rating-review #course-reviews .course-reviews-list li .review-author img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.single .rating-review #course-reviews .course-reviews-list li .review-content {
	overflow:inherit
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info {
	float:none
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-time {
	margin-top:-5px;
	font-size:16px;
	line-height:1.63;
	letter-spacing:.3px;
	position:relative;
	margin-bottom:50px
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-time:after {
	content:'';
	position:absolute;
	width:35px;
	height:1px;
	left:0;
	top:50px
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .user-name {
	line-height:1.44;
	letter-spacing:.4px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	font-weight:400;
-webkit-transition:.3s ease-in-out;
-khtml-transition:.3s ease-in-out;
-moz-transition:.3s ease-in-out;
-ms-transition:.3s ease-in-out;
-o-transition:.3s ease-in-out;
transition:.3s ease-in-out
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated {
	width:70px;
	margin-top:5px
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .empty, .single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .filled {
	height:20px;
	font-size:14px
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info>a {
	overflow:hidden;
	display:inline-block
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-text {
	width:auto;
	float:left;
	clear:both
}
.single .rating-review #course-reviews .course-reviews-list li .review-content .review-text .review-content {
	font-size:16px;
	line-height:1.75;
	letter-spacing:.3px
}
.learnpress.single-lp_course .site-content {
	padding-top:0
}
.single .landing-1 .course-thumbnail {
	margin-bottom:56px
}
.single .landing-2 .course-info {
	margin:15px 0 30px;
	border-bottom:1px solid #ececec
}
.single .landing-2 .course-info .list-inline {
	display:inline-flex;
	letter-spacing:.3px
}
.single.thim-lp-layout-1 #main {
	margin:auto
}
.single .review-stars-rated .review-stars.empty, .single .review-stars-rated .review-stars.filled {
	width:90px
}
.single .course-info {
	padding:20px 0 25px
}
.single .course-info .list-inline {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	margin:0 -20px
}
.single .course-info .list-inline .list-inline-item {
	padding:5px 20px 0;
	border-right:1px solid #e7e7e7;
	font-weight:500;
	text-transform:uppercase;
	color:#1e1e1e;
	font-size:16px;
	line-height:normal
}
.single .course-info .list-inline .list-inline-item .author span.avatar {
	float:left;
	padding-right:17px
}
.single .course-info .list-inline .list-inline-item .author span.avatar img {
	max-width:60px;
	max-height:60px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.single .course-info .list-inline .list-inline-item .author .info {
	float:left
}
.single .course-info .list-inline .list-inline-item label {
	display:block;
	font-weight:300;
	text-transform:capitalize
}
.single .course-info .list-inline .list-inline-item a {
	color:#1e1e1e
}
.single .course-info .list-inline .list-inline-item.item-author span.avatar {
	margin-top:-10px
}
.single .course-info .list-inline .list-inline-item.item-review {
	font-size:14px;
	font-weight:300
}
.single .course-info .list-inline .list-inline-item.item-review .review-stars-rated {
	margin-top:2px;
	width:60px;
	float:left;
	height:12px;
	margin-right:8px
}
.single .course-info .list-inline .list-inline-item.item-review .review-stars-rated .review-stars.empty, .single .course-info .list-inline .list-inline-item.item-review .review-stars-rated .review-stars.filled {
	font-size:12px;
	width:60px;
	height:12px
}
.single .course-info .list-inline .list-inline-item.item-review label {
	font-size:16px
}
.single .course-info .list-inline .list-inline-item:last-child {
	border-right:0
}
.lp-landing .container.site-content {
	width:1052px
}
.lp-landing .reviews {
	border:1px solid #e7e7e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
	background-color:#fdfdfd;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:50px
}
.lp-landing .reviews .average-rating {
	width:200px;
	display:block;
	height:180px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-right:30px;
	text-align:center;
	float:left
}
.lp-landing .reviews .average-rating .number-rate {
	padding-bottom:5px;
	font-size:75px;
	font-weight:700;
	padding-top:22px;
	margin-bottom:-6px;
	display:block;
	line-height:1.2
}
.lp-landing .reviews .average-rating .review-stars-rated {
	width:75px
}
.lp-landing .reviews .average-rating .review-stars-rated .review-stars.empty, .lp-landing .reviews .average-rating .review-stars-rated .review-stars.filled {
	width:75px;
	font-size:16px;
	height:20px
}
.lp-landing .reviews .average-rating .review-number {
	font-size:16px;
	font-weight:400;
	color:#2b3339;
	text-transform:capitalize
}
.lp-landing .reviews .detailed_rating {
	flex-grow:1;
	margin:-4px 0 0;
	display:block
}
.lp-landing .reviews .detailed_rating .course-rate {
	margin-top:0;
	margin-bottom:20px
}
.lp-landing .reviews .detailed_rating .course-rate:last-child {
	margin-bottom:0
}
.lp-landing .reviews .detailed_rating .course-rate .number-star {
	font-size:18px;
	color:#2b3339;
	display:block;
	float:left;
	min-width:60px;
	font-weight:400
}
.lp-landing .reviews .detailed_rating .course-rate span:last-child {
	font-weight:300
}
.lp-landing .reviews .detailed_rating .course-rate .percent {
	font-size:18px;
	font-weight:400
}
.lp-landing .reviews .detailed_rating .course-rate .review-bar {
	background-color:#ececec;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	border-radius:10px;
	overflow:hidden;
	margin:0 18px;
	width:calc(100% - 145px)
}
.lp-landing .reviews .detailed_rating .course-rate .review-bar .rating {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.lp-landing #course-reviews .course-reviews-list li {
	border:0;
	margin-bottom:0;
	border-top:1px solid #e7e7e7;
	border-bottom:0;
	padding:44px 0 41px 24px
}
.lp-landing #course-reviews .course-reviews-list li.loading {
	display:none;
	border:0;
	text-align:center;
	padding:0 0 50px
}
.lp-landing #course-reviews .course-reviews-list li.loading .fa-spin {
	font-size:50px
}
.lp-landing #course-reviews .course-reviews-list li .review-author {
	padding-top:6px;
	margin-right:31px
}
.lp-landing #course-reviews .course-reviews-list li .review-author img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.lp-landing #course-reviews .course-reviews-list li .review-content {
	overflow:inherit
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info {
	float:none
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info .review-time {
	margin-top:-5px;
	font-size:16px;
	line-height:1.63;
	letter-spacing:.3px;
	position:relative;
	margin-bottom:50px
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info .review-time:after {
	content:'';
	position:absolute;
	width:35px;
	height:1px;
	left:0;
	top:50px
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info .user-name {
	line-height:1.44;
	letter-spacing:.4px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	font-weight:400;
-webkit-transition:.3s ease-in-out;
-khtml-transition:.3s ease-in-out;
-moz-transition:.3s ease-in-out;
-ms-transition:.3s ease-in-out;
-o-transition:.3s ease-in-out;
transition:.3s ease-in-out
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated {
	width:70px;
	margin-top:5px
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .empty, .lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .filled {
	height:20px;
	font-size:14px
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-author-info>a {
	overflow:hidden;
	display:inline-block
}
.single #learn-press-course-description .instructors .thim-author-social li:before, body #course-curriculum-popup #popup-header .popup-close:after, body #course-curriculum-popup #popup-header .popup-close:before {
	display:none
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-text {
	width:auto;
	float:left;
	clear:both
}
.lp-landing #course-reviews .course-reviews-list li .review-content .review-text .review-content {
	font-size:16px;
	line-height:1.75;
	letter-spacing:.3px
}
.single .course-thumbnail {
	position:relative
}
.single .course-thumbnail .play-button {
	width:128px;
	height:128px;
	position:absolute;
	top:calc(50% - 63px);
	left:calc(50% - 63px);
	background:0 0
}
.single .course-thumbnail .play-button .video-thumbnail {
	position:absolute;
	width:113px;
	height:113px;
	line-height:113px;
	color:#fff;
	background-color:rgba(61, 61, 61, .6);
	text-align:center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%
}
.single .course-thumbnail .play-button .video-thumbnail:before {
	position:absolute;
	content:"\f215";
	font-family:Ionicons;
	font-size:62px;
	-webkit-font-smoothing:antialiased;
	width:100%;
	height:100%;
	left:0
}
.single .learn-press-course-results-progress button.course-lesson {
-webkit-transition:.3s;
-khtml-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.single .learn-press-course-results-progress button.course-lesson:hover {
	cursor:pointer
}
.single #learn-press-course-description p {
	font-size:18px;
	font-weight:300;
	line-height:1.67;
	letter-spacing:.4px;
	margin-bottom:41px
}
.single #learn-press-course-description ul {
	margin:0
}
.single #learn-press-course-description ul li {
	list-style:none;
	font-size:18px;
	font-weight:300;
	line-height:1.67;
	letter-spacing:.4px
}
.single #learn-press-course-description ul li:before {
	content:'*';
	margin-right:5px
}
