/*!
Theme Name: Course Builder
Theme URI: http://wordpresslms.thimpress.com/
Author: ThimPress
Author URI: http://thimpress.com
Description: Premium Course Builder theme for all LMS, colleges, schools, educational institutions, learning centers, learning hubs. This theme is best used as an Education WordPress Theme.
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: course-builder
Domain Path: /languages/
*/

.width-navigation a:hover,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

.effect-right {
    -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
}

.font13{ font-size: 13px !important; }

@-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: "progid:DXImageTransform.Microsoft.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: ""
}

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

.effect-image-hover:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.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)
    }
}

@media (min-width:1400px) {
    .container {
        /* width: 1546px!important; */
    }
}

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

b {
    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: none;
    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: none !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,
td,
tr {
    border: 1px solid #ccc;
}

td,
th {
    border-width: 0 1px 1px 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

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

th {
    font-weight: 700
}

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

#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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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: #dedede
}

#thim-header-topbar .thim-sc-course-search input[name=s]::-moz-placeholder {
    color: #dedede
}

#thim-header-topbar .thim-sc-course-search input[name=s]:-ms-input-placeholder {
    color: #dedede
}

#thim-header-topbar .thim-sc-course-search input[name=s]::-webkit-input-placeholder {
    color: #dedede
}

#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 .elementor-widget-wp-widget-woocommerce_widget_cart,
#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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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 .elementor-widget-wp-widget-woocommerce_widget_cart .text,
#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>.elementor-widget-wp-widget-woocommerce_widget_cart,
#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 .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover,
#thim-header-topbar .container .widget_shopping_cart .minicart_hover {
    text-align: center;
    height: 100%
}

#masthead .header-wrapper .widget {
    padding: 0 30px
}

@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.has-retina-logo .logo,
    header#masthead.has-retina-logo .mobile-logo,
    header#masthead.has-retina-logo .sticky-logo img {
        display: none !important
    }
    header#masthead.has-retina-logo .retina-logo {
        height: 70px;
        object-fit: contain;
        display: inline-block !important
    }
    header#masthead.has-retina-logo.has-retina-logo-sticky.affix .sticky-logo img,
    header#masthead.has-retina-logo.has-retina-logo-sticky.affix img.retina-logo {
        display: none !important
    }
    header#masthead.has-retina-logo.has-retina-logo-sticky.affix .retina-logo-sticky {
        height: 70px;
        object-fit: contain;
        display: inline-block !important
    }
    header#masthead.has-retina-logo.has-retina-logo-sticky.affix .sticky-logo .retina-logo-sticky {
        display: inline-block !important;
    }
}

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 .header-center .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,
header#masthead .retina-logo-sticky,
header#masthead.template-layout-2.palette-white .header-wrapper:before {
    display: none
}

header#masthead .thim-search-wrapper .search-form {
    position: relative;
    line-height: 50px;
    border: none
}

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: #888
}

header#masthead .thim-search-wrapper .search-form .search-field::-moz-placeholder {
    color: #888
}

header#masthead .thim-search-wrapper .search-form .search-field:-ms-input-placeholder {
    color: #888
}

header#masthead .thim-search-wrapper .search-form .search-field::-webkit-input-placeholder {
    color: #888
}

header#masthead .thim-search-wrapper .search-form .search-submit {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    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.affix .main-header {
    /* 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 {
    position: relative
}

header#masthead.template-layout-2 .header-wrapper:before {
    content: '';
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    min-height: 181px;
    background-image: url(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: 6px;
    -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;
    display: none;
}

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;
    background: #0291bb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid;
    text-align: center;
}

header#masthead.template-layout-2 .main-header .header-right .elementor-widget-wp-widget-woocommerce_widget_cart .text,
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: 24px;
}

header#masthead.template-layout-2 .main-header .header-right .elementor-widget-wp-widget-woocommerce_widget_cart,
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 .elementor-widget-wp-widget-woocommerce_widget_cart .items-number,
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 .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover,
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 .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover .cart-items-number,
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 .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover .ion,
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: 9px 0;
    float: left;
    margin: 0
}

header#masthead.template-layout-2 .width-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    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: 0
}

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

@media (max-width:1024px) {
    .content-pusher.creative-right header#masthead .main-header .header-left.col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .content-pusher.creative-right header#masthead .menu-mobile-effect.navbar-toggle {
        float: right
    }
    .content-pusher.creative-right .header-v1 .main-header.row,
    .content-pusher.creative-right header#masthead .main-header .header-center .width-logo {
        margin: 0
    }
}

.content-pusher.creative-right #masthead.template-layout-1 .elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content,
.content-pusher.creative-right #masthead.template-layout-1 .widget_shopping_cart .widget_shopping_cart_content {
    right: auto;
    left: 0
}

.content-pusher.creative-right #masthead.template-layout-1 .widget_thim-login .user-name .author {
    left: 100%;
    right: auto;
    padding-left: 20px
}

.content-pusher.creative-right #masthead .header-v1 .main-header .header-right {
    flex-direction: row-reverse
}

.content-pusher.creative-right #masthead .main-header .header-center {
    order: 1
}

.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: none;
    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: "progid:DXImageTransform.Microsoft.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 {
    width: 40px;
    height: 40px;
    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 div.sub-menu {
    background-image: none !important;
    overflow: hidden;
    display: none;
    margin: 0
}

.mobile-menu-container div.sub-menu li {
    margin: 0
}

.mobile-menu-container div.sub-menu li ul {
    display: block
}

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

header.template-layout-2 .menu-mobile-effect.navbar-toggle {
    padding: 25px 15px;
    border: none !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: #202121;
    width: 20px;
    height: 2px;
    -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
}

#masthead.template-layout-1 .widget_thim-login .user-name .author,
.thim-sc-login .widget_thim-login .author {
    pointer-events: none;
    -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)
}

.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(2) {
    top: 6px
}

.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(3) {
    top: 12px
}

.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;
    padding: 20px 0
}

#masthead.template-layout-1 .widget_thim-login .user-name:hover .author {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.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;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -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)
}

header#masthead.site-header.affix.menu-hidden,
header#masthead.site-header.sticky-header.no-transition.affix {
    -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 #masthead .widget {
        padding: 0
    }
    body.responsive #thim-header-topbar .vc_column_container {
        width: auto;
        float: left
    }
    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: none;
    }
    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.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.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 #thim-header-topbar .thim-sc-login .widget_thim-login ul.user-info .menu-item a {
    color: #202121 !important
}

header#masthead.template-layout-2.affix .header-v2 .main-header {
    padding-top: 5px
}

header#masthead.template-layout-2.affix .header-v2.style2 .main-header {
    padding-top: 10px;
    padding-bottom: 10px
}

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%, rgba(0, 0, 0, 0) 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%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, rgba(28, 28, 28, .56) 20%, rgba(0, 0, 0, 0) 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 .widget-title,
header#masthead.template-layout-2.palette-transparent.affix-top .header-v2.style2 .width-navigation li .sub-menu .widgettitle {
    color: #bcbcbc
}

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 .width-navigation li .sub-menu .thim-courses-megamenu .course-item .course-detail .title a:hover {
    color: #bcbcbc
}

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: #fff;
    color: rgba(255, 255, 255, .5);
    font-weight: 100
}

header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-weight: 100
}

header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]::-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-weight: 100
}

header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]:-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-weight: 100
}

header#masthead.template-layout-2.affix-top .header-v2.style2 .thim-search-wrapper input[type=search]:-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    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:not(.lost-pass-link) {
    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 .elementor-widget-wp-widget-woocommerce_widget_cart,
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: #202121;
    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: #202121;
    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: #202121;
    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: #202121;
    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: #202121;
    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 .elementor-widget-wp-widget-woocommerce_widget_cart,
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 .elementor-widget-wp-widget-woocommerce_widget_cart .items-number,
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 .elementor-widget-wp-widget-woocommerce_widget_cart,
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 .elementor-widget-wp-widget-woocommerce_widget_cart,
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: none;
    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: .6
}

header#masthead.template-layout-2.affix .header-v2.style2 .width-navigation .main-menu>li span.icon-toggle {
    color: #9c9c9c
}

.thim-sc-course-search.popup .toggle-form:hover {
    background: #fff
}

.login-password {
    position: relative
}

.login-password #show_pass {
    position: absolute;
    line-height: 50px;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 2;
    color: #aeaeae
}

.thim-login-popup .login-password #show_pass {
    line-height: 43px
}

@media (max-width:600px) {
    #thim-header-topbar .vc_column-inner {
        text-align: right;
        padding: 0
    }
    #thim-header-topbar .elementor-widget-wp-widget-woocommerce_widget_cart,
    #thim-header-topbar .thim-sc-course-search,
    #thim-header-topbar .widget_shopping_cart,
    #thim-header-topbar .wpb_text_column {
        display: none
    }
    #thim-header-topbar .thim-sc-login {
        display: block
    }
}

header .thim-search-wrapper .search-form .search-submit {
    right: unset;
    left: -5px;
    width: 30px
}

#masthead {
    background-repeat: no-repeat;
    background-size: cover
}

.width-navigation ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.width-navigation .main-menu {
    position: relative;
    border: none;
    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 10px;
    color: #fff;
    line-height: 18px
}

.width-navigation .main-menu>li.menu-item>a {
    position: relative;
    text-transform: uppercase;
    display: block;
    padding: 18px 17px
}

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

.site-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    -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.palette-white {
    background: #fff
}

header#masthead.site-header.sticky-header {
    position: relative !important;
}

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

header#masthead.site-header.affix-top .width-logo .sticky-logo {
    display: none
}

header#masthead.site-header.sticky-header.no-transition.affix,
header#masthead.site-header.sticky-header.no-transition.affix-top.menu-show {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

header#masthead.site-header.affix {
    position: fixed !important;
    width: 100%;
    left: 0;
    right: 0;
    -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 .no-sticky-logo {
        /*        display: inline-block!important*/
    }
    header#masthead.site-header.affix.has-retina-logo .logo,
    header#masthead.site-header.affix.has-retina-logo .mobile-logo,
    header#masthead.site-header.affix.has-retina-logo .sticky-logo img {
        display: none !important;
    }
    header#masthead.site-header.affix.has-retina-logo .retina-logo {
        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-white.template-layout-2 {
    background-color: transparent
}

header#masthead.site-header.palette-white.template-layout-2 .width-navigation li .sub-menu,
header#masthead.site-header.palette-white.template-layout-2.affix {
    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 {
    -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 {
    -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 {
    background-color: transparent
}

header#masthead.site-header.palette-transparent .width-navigation li .sub-menu,
header#masthead.site-header.palette-transparent.affix {
    background-color: #FFF
}

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: 16px;
    line-height: normal;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

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.affix-top {
    box-shadow: none
}

header#masthead.site-header.palette-transparent.template-layout-1 .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover,
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 .elementor-widget-wp-widget-woocommerce_widget_cart,
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: 260px;
        position: absolute;
        margin: 0;
        top: auto;
        right: 0;
        display: none;
        z-index: 999;
        padding: 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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        -webkit-opacity: .1;
        -khtml-opacity: .1;
        -moz-opacity: .1;
        -ms-opacity: .1;
        -o-opacity: .1;
        opacity: .1
    }
}

#thim-popup-login .login-banner a:hover,
.error-404.not-found .page-content a,
footer#colophon .site-info a:hover {
    text-decoration: underline
}

.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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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: none;
    border-right: none;
    color: #fff
}

.thim-mini-cart .text {
    display: none
}

.thim-mini-cart .elementor-widget-wp-widget-woocommerce_widget_cart,
.thim-mini-cart .widget_shopping_cart {
    display: inline-block
}

@media (min-width:992px) {
    .tc-menu-layout-builder .sub-menu .widget ul li:after,
    .tc-menu-layout-builder .sub-menu>p {
        display: none
    }
    .tc-menu-layout-builder .wpb_button,
    .tc-menu-layout-builder .wpb_content_element,
    .tc-menu-layout-builder ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0 !important
    }
    .tc-menu-layout-builder .sub-menu {
        top: 100% !important;
        right: auto !important;
        padding: 25px 30px !important;
        min-width: 800px !important;
        width: auto !important
    }
    .tc-menu-layout-builder .sub-menu .widget-title,
    .tc-menu-layout-builder .sub-menu .widgettitle {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        text-transform: capitalize
    }
    .tc-menu-layout-builder .sub-menu .widget {
        padding: 0 !important
    }
    .tc-menu-layout-builder .sub-menu .widget ul {
        margin: 0
    }
    .tc-menu-layout-builder .sub-menu .widget ul li {
        padding: 0
    }
    .tc-menu-layout-builder .sub-menu .widget ul li a {
        padding: 8px 0 !important;
        transition: all .3s
    }
    .width-navigation .main-menu>li.menu-item.tc-menu-layout-builder>a {
        padding-right: 0
    }
}

.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.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content,
.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
}

@media (max-width:480px) {
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline {
        display: block !important
    }
    .single .course-info .list-inline .list-inline-item.item-author span.avatar {
        display: none
    }
}

header#masthead.template-layout-2.affix-top .header-v2.style2 .widget.widget_thim-login .user-info a {
    color: #888
}

.everest-tab-main-wrapper>.etab-header-wrap>ul.etab-title-tabs>li {
    list-style: none !important
}

.page-title .main-top {
    clear: both;
    position: relative;
    overflow: hidden;
    z-index: 8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.page-title .main-top.parallax {
    background-attachment: fixed
}

.page-title .main-top .overlay-top-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.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: 75px;
    font-weight: 100;
    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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -webkit-opacity: .15;
    -khtml-opacity: .15;
    -moz-opacity: .15;
    -ms-opacity: .15;
    -o-opacity: .15;
    opacity: .15
}

.page-title .breadcrumb-content #breadcrumbs span.breadcrum-icon .fa:before,
.page-title .breadcrumb-content .woocommerce-breadcrumb span.breadcrum-icon:before {
    content: '\f111';
    font-size: 5px;
    position: relative;
    top: -2px;
}

.page-title .main-top .content .text-description {
    padding-left: 50px;
    font-size: 16px;
    font-weight: 100;
    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;
    text-transform: uppercase
}

.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: 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 #breadcrumbs li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: .3px;
    color: #7cf8e0 !important;
    display: inline-block;
}

.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: 35px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: normal;
    text-transform: uppercase;
}

.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: -68px; */
}

.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: 0px 30px;
}

.page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper .learn-press-course-buttons>* {
    margin: 0 3px
}

.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: left;
    padding-left: 0;
    display: block;
    max-width: 900px;
    margin: auto
}

.page-title.layout-3 .main-top .content .text-title,
.page-title.layout-3 .main-top .content .text-description {
    text-align: left !important;
    width: 500px;
    max-width: 100%;
}

.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social {
    padding: 16px 38px
}

.single.single-lp_course .page-title.layout-2 .main-top .content .text-title,
.single.single-lp_course .page-title.layout-2 .main-top .content .text-description {
    text-align: left !important;
    width: 500px;
    max-width: 100%;
}

.single.single-lp_course .page-title.layout-2 .main-top .content .text-title h1 {
    text-transform: capitalize;
    font-size: 46px !important;
    letter-spacing: 1.5px;
    line-height: 1.3;
}

.sidebar-events .widget_book-event .event_auth_register_message_error ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.page-title .content .text-title h1,
.page-title .content .text-title h2 {
    text-transform: capitalize
}

.search-form {
    position: relative;
    line-height: 50px;
    border: none
}

.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: none;
    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: #888
}

.widget_search .search-form input::-webkit-input-placeholder:-moz-placeholder {
    color: #888
}

.widget_search .search-form input::-webkit-input-placeholder::-moz-placeholder {
    color: #888
}

.widget_search .search-form input::-webkit-input-placeholder:-ms-input-placeholder {
    color: #888
}

.widget_search .search-form input::-webkit-input-placeholder::-webkit-input-placeholder {
    color: #888
}

.widget_search .search-form:after {
    color: #888
}

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

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;
    position: relative;
    z-index: 5
}

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

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

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: none;
    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,
#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,
.related-portfolio,
.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,
.single-post article .thim-about-author: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;
    font-weight: 500;
    line-height: 1.38;
    color: #ec5f4c;
    letter-spacing: .3px
}

.archive-course-widget-outer .course-entry .course-detail .course-description {
    display: none
}

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

.widget-area .thim_widget_categories {
    margin-bottom: 50px
}

.widget-area .thim_widget_categories ul {
    list-style: none
}

.widget-area .thim_widget_categories ul li {
    display: block;
    margin-bottom: 0
}

#main-content .top-box:after,
#main-content .top-box:before,
#main-content:after,
#main-content:before {
    content: " ";
    display: table
}

.widget-area .thim_widget_categories ul li a {
    font-weight: 300;
    line-height: 2.25;
    letter-spacing: .3px;
    text-align: left;
    color: inherit;
    text-transform: uppercase
}

aside .widget.widget_thim-courses-categories ul li.sub-child {
    padding-left: 20px
}

#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: #888
}

#main-content .top-box .filter-search-right .search-form .search-field::-moz-placeholder {
    color: #888
}

#main-content .top-box .filter-search-right .search-form .search-field:-ms-input-placeholder {
    color: #888
}

#main-content .top-box .filter-search-right .search-form .search-field::-webkit-input-placeholder {
    color: #888
}

#main-content .top-box .filter-search-right .search-form .search-submit {
    position: absolute;
    top: 0;
    background: 0 0;
    border: none;
    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 {
    -webkit-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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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;
    display: none;
}

.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%;
    -moz-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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -moz-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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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
}

.thim-sc-gallery .wrapper-gallery>[class*=col-sm-] {
    padding-bottom: 30px
}

.list-articles.style-list article .flexslider {
    width: 100% !important;
    height: 480px !important
}

.list-articles.style-list article .flexslider .slides img {
    width: 100%;
    height: 480px;
    object-fit: cover
}

body.single-post article.format-gallery .flexslider {
    width: 100% !important;
    height: 600px !important
}

body.single-post article.format-gallery .flexslider .slides img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

main.full-width .list-articles.style-grid article .flexslider {
    width: 100% !important;
    height: 291px !important
}

main.full-width .list-articles.style-grid article .flexslider .slides img {
    width: 100%;
    height: 291px;
    object-fit: cover
}

@media (max-width:1366px) {
    main.full-width .list-articles.style-grid article .flexslider {
        width: 100% !important;
        height: 210px !important
    }
    main.full-width .list-articles.style-grid article .flexslider .slides img {
        width: 100%;
        height: 210px;
        object-fit: cover
    }
}

.list-articles.style-grid article .flexslider {
    width: 100% !important;
    height: 214px !important
}

.list-articles.style-grid article .flexslider .slides img {
    width: 100%;
    height: 214px;
    object-fit: cover
}

.single-post article .post-formats-wrapper .post-image {
    cursor: default;
    pointer-events: none
}

.single-post .site-content {
    padding-top: 120px;
    padding-bottom: 96px
}

.single-post .site-main.full-width {
    max-width: 1054px;
    margin: auto
}

.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.has-social .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 .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 .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 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 .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:after {
    clear: both
}

#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: #888
}

#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: #888
}

#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: #888
}

#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: #888
}

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

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info .cat_portfolio a,
.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info h3 a,
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
}

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

.three-col.item_portfolio {
    width: 33.33%
}

.wapper_portfolio.gutter .item_portfolio {
    margin-bottom: 20px
}

.wapper_portfolio .content_portfolio {
    list-style: none;
    margin: 0
}

.wapper_portfolio .content_portfolio .element-item {
    float: left
}

.wapper_portfolio .filters {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -10px
}

.wapper_portfolio .filters .portfolio-tabs {
    margin: 0 auto;
    display: inline-block;
    padding: 0 10px
}

.wapper_portfolio .filters .portfolio-tabs li {
    list-style: none;
    display: inline-block
}

.wapper_portfolio .filters .portfolio-tabs li a {
    position: relative;
    text-transform: uppercase;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px
}

.wapper_portfolio .filters .portfolio-tabs li a:after {
    content: '';
    width: 100%;
    background: 0 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transition: all .5s
}

.wapper_portfolio .item_portfolio .portfolio-image {
    position: relative;
    overflow: hidden
}

.wapper_portfolio .item_portfolio .portfolio-image img {
    width: 100%
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover {
    background: #15233d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -khtml-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding: 30px
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transition: all .5s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1)
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: all .5s;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0)
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content {
    vertical-align: middle;
    text-align: center;
    position: static;
    top: auto;
    transform: none
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: -20px
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .view-gallery {
    font-size: 26px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    color: #fff
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info {
    position: absolute;
    width: 100%;
    transform: none;
    bottom: 30px;
    padding: 20px 20px 0;
    transition: all .5s
}

.related-portfolio .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover:hover {
    opacity: 1
}

.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover:hover .thumb-bg:after,
.wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover:hover .thumb-bg:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

body.tax-portfolio_category .page-title .breadcrumb-content {
    display: none
}

.wapper_portfolio .item_portfolio.four-col .portfolio-image .portfolio-hover {
    padding: 20px
}

.wapper_portfolio .item_portfolio.four-col .portfolio-image .portfolio-hover .info h3 {
    font-size: 20px !important
}

session.portfolio-content article .content>.col-md-3,
session.portfolio-content article .content>.col-md-9,
session.portfolio-content article>.col-md-3,
session.portfolio-content article>.col-md-9 {
    float: left
}

.portfolio-format-left-sidebar section.portfolio-description h3,
.portfolio-format-right-sidebar section.portfolio-description h3 {
    margin-top: -10px
}

.portfolio-format-standard .entry-content-portfolio .single-img {
    margin-bottom: 50px
}

.portfolio-format-left-sidebar .entry-content-portfolio,
.portfolio-format-right-sidebar .post-formats-wrapper,
.portfolio-format-sidebar-slider .post-formats-wrapper {
    padding-left: 0
}

.portfolio-format-left-sidebar .post-formats-wrapper,
.portfolio-format-right-sidebar .entry-content-portfolio,
.portfolio-format-sidebar-slider .entry-content-portfolio {
    padding-right: 0
}

.related-portfolio {
    margin-top: 40px;
    padding: 0
}

.related-portfolio .widget-title {
    font-weight: 400;
    margin-bottom: 30px
}

.wapper_portfolio {
    list-style: none
}

article .post-formats-wrapper img {
    transition: all .3s ease-in-out 0s
}

.entry-content-portfolio .portfolio-description,
.entry-content-portfolio .share,
.entry-content-portfolio .tags {
    margin-bottom: 30px
}

section.tags ul {
    margin: 0 0 0 10px;
    list-style: none
}

section.tags i,
section.tags ul {
    display: inline-block;
    vertical-align: middle
}

section.tags li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

section.tags li a {
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px
}

section.portfolio-description h3 {
    font-size: 26px;
    text-transform: uppercase
}

section.portfolio-description p {
    line-height: 1.6em;
    margin-top: 15px
}

.related-portfolio .widget-title {
    font-size: 30px;
    text-transform: uppercase
}

article .post-formats-wrapper {
    margin-bottom: 30px
}

.bd-content-portfolio,
.portfolio-format-gallery .entry-content-portfolio {
    padding: 0 30px
}

.bd-content-portfolio p,
.portfolio-format-gallery .entry-content-portfolio p {
    line-height: 1.6em
}

.portfolio-gallery {
    margin-bottom: 20px
}

.portfolio-gallery .columns {
    float: left
}

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

body.single-lp_course.lp-landing footer#colophon {
    margin-bottom: 60px
}

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: 20px;
    margin-bottom: 12px;
}

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-top: 20px;
}

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 .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;
    font-size: 13px;
    color: #000;
}

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;
    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 {
    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: 5px 0 15px;
}

footer#colophon.light .copyright-area #copyright-menu li {
    border-right-color: #666;
    margin-left: 15px;
}

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

#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: none;
    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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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: 40px;
    height: 40px;
    position: fixed;
    font-size: 26px;
    bottom: 29px;
    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: 38px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    z-index: 999
}

a,
input[type=submit] {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s
}

#back-to-top.scrolldown {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

input[type=submit] {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    -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;
    background: #0190ba;
}

.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;
    margin-top: 30px
}

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

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

@media (min-width:1400px) {
    body.home.responsive #wrapper-container .container {
        max-width: calc(100vw - 100px)
    }
}

.site-content {
    padding-top: 60px;
    padding-bottom: 40px
}

.site-content.no-padding {
    /*padding: 0*/
}

a {
    -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
}

.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: none
}

.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: none
}

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

.thim-form-homepage .heading-button input[type=submit] {
    width: auto;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    border: none;
    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
}

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

.wpcf7-form input,
.wpcf7-form textarea {
    background: #FFF;
    width: 100%;
    float: left;
    height: 45px;
    color: #999;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #CCC;
    font-size: 14px;
    -khtml-transition: all .5s
}

.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: 0 20px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.wpcf7-form textarea {
    padding: 20px;
    min-height: 186px;
    -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;
    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: #999
}

.thim-form-contactpage input[type=text]::-moz-placeholder {
    color: #999
}

.thim-form-contactpage input[type=text]:-ms-input-placeholder {
    color: #999
}

.thim-form-contactpage input[type=text]::-webkit-input-placeholder {
    color: #999
}

.thim-form-contactpage textarea:-moz-placeholder {
    color: #999
}

.thim-form-contactpage textarea::-moz-placeholder {
    color: #999
}

.thim-form-contactpage textarea:-ms-input-placeholder {
    color: #999
}

.thim-form-contactpage textarea::-webkit-input-placeholder {
    color: #999
}

.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: none
}

@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 {
    position: absolute;
    left: 0;
    right: 0;
    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: -8px
}

.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 {
    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%;
    padding-left: 25px;
    -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: #a8a8a8 !important
}

.thim-header-block .thim-sc-course-search input.courses-search-input::-moz-placeholder {
    color: #a8a8a8 !important
}

.thim-header-block .thim-sc-course-search input.courses-search-input:-ms-input-placeholder {
    color: #a8a8a8 !important
}

.thim-header-block .thim-sc-course-search input.courses-search-input::-webkit-input-placeholder {
    color: #a8a8a8 !important
}

.thim-header-block .thim-sc-course-search .thim-loading-icon {
    height: 60px;
    line-height: 60px
}

.thim-header-block .thim-sc-course-search button {
    cursor: pointer;
    width: 65px;
    line-height: 60px;
    -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(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: 230px
}

.thim-header-slider-3 .thim-sc-text-box.style-4 .title-2 p {
    max-width: 47%
}

.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: 630px;
    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
}

.thim-module-news-events.vc_parallax .vc_parallax-inner {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 120%
}

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

@media (min-width:1600px) {
    .vc_row[data-vc-full-width] {
        left: -178.5px
    }
}

@media (min-width:1200px) {
    .vc_row[data-vc-full-width] {
        position: relative;
        left: -120.5px;
        width: 100vw
    }
}

.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: #fd7e14
}

.wp-social-login-provider-google:before {
    content: '\f1a0'
}

.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,
.home4-couter-box .vc_thim-counter-box,
.home4-couter-box .vc_vc_column {
    position: static
}

.home4-couter-box .vc_column_container>.vc_column-inner,
.home4-couter-box .vc_thim-counter-box>.vc_column-inner,
.home4-couter-box .vc_vc_column>.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-newsletter:before,
.thim-gallery-carousel .item-gallery .gallery-img:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 32, 32, 0)), to(rgba(33, 32, 32, .4)))
}

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

.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: none;
    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-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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.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: 420px;
    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%);
}

.thim-sc-course-search.popup .form-search-wrapper form button,
.thim-sc-testimonials.layout-6 .slider-container #thumbnails .item:hover {
    cursor: pointer
}

#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: "progid:DXImageTransform.Microsoft.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: 100%;
}

#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: "progid:DXImageTransform.Microsoft.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 a {
    color: #fff
}

#thim-popup-login .login-banner * {
    color: #fff
}

#thim-popup-login .login-banner h2 {
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff
}

#thim-popup-login .login-banner h3 {
    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: 30px
}

#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 .login-password{
    direction:flex;
}


#thim-popup-login .login-form .login-password input{
    width: 40px;
    padding:8px 2px;
    display: inline;
}

#thim-popup-login .register-form .register-password input{
    width: 40px !important;
    padding:8px 2px !important;
    display: inline !important;
}

#thim-popup-login .register-form a#popupRegisterBtn,
#thim-popup-login .login-form a#popupLoginBtn{
    background-color: #0190ba;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    cursor: pointer;
    line-height: 1.6em;
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
}

#thim-popup-login .register-form a#popupRegisterBtn:hover,
#thim-popup-login .login-form a#popupLoginBtn:hover{
    color:#fff !important;
    background-color: #016987 !important;
}

#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: 8px 20px;
    border: 1px solid #e6e6e6;
    font-family: inherit;
    line-height: 1.6em;
}

#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 input[type=text],
#thim-popup-login .register-form input[type=email],
#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: #888;
    letter-spacing: .4px
}

#thim-popup-login .login-form input::-moz-placeholder,
#thim-popup-login .register-form input::-moz-placeholder {
    color: #888;
    letter-spacing: .4px
}

#thim-popup-login .login-form input:-ms-input-placeholder,
#thim-popup-login .register-form input:-ms-input-placeholder {
    color: #888;
    letter-spacing: .4px
}

#thim-popup-login .login-form input::placeholder,
#thim-popup-login .register-form input::placeholder {
    color: #888;
    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: 20px;
    text-align: center
}

#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-popup-login input[type=submit] {
    padding: 0 20px;
    border: none;
    -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: center;
    align-items: baseline
}

#thim-popup-login .login-extra-options .lost-pass-link {
    text-transform: none
}

#thim-popup-login .shortcode .mo-openid-app-icons>p,
#thim-popup-login .shortcode .wp-social-login-connect-with {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

#thim-popup-login .shortcode {
    text-align: center;
    margin-top: 25px
}

#thim-popup-login .shortcode .mo_openid_image {
    display: none
}

#thim-popup-login .shortcode .mo-openid-app-icons>p {
    color: #202121 !important;
    margin-bottom: 0 !important
}

#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: none;
    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 .register-popup-message,
#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: #050505;
    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: #0190ba !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,
#thim-popup-login label[for=become_teacher] {
    display: block
}

#thim-popup-login label[for=become_teacher] input {
    width: auto;
    display: inline-block;
    vertical-align: middle
}

label[for=become_teacher] input {
    vertical-align: middle
}

#thim-popup-login .shortcode .wp-social-login-provider {
    color: #fff !important;
}

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.invalid {
    border-color: #ff6351 !important
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #666;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 16px;
    width: auto !important;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline-offset: -2px;
    outline: 0
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    line-height: 16px;
    background: 0 0 !important;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 14px;
    speak: none;
    content: '\f00c';
    margin: 0
}

.lesson-logo {
    display: inline-block
}

.learn-press-message:before,
.message-error:before,
.message-info:before,
.message-success:before,
.message-warning:before,
.wp-block-quote br {
    display: none
}

.learn-press-message,
.message-error,
.message-info,
.message-success,
.message-warning {
    border-radius: 0;
    margin: 0 0 10px;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none;
    font-weight: 400
}

.mfp-content .learn-press-message,
.mfp-content .message-error,
.mfp-content .message-info,
.mfp-content .message-success,
.mfp-content .message-warning {
    margin-top: 15px
}

.learn-press-message.success,
.message-success {
    color: #3c763d;
    background: #dff0d8
}

.learn-press-message.error,
.message-error,
.woocommerce-error {
    color: #a94442;
    background: #f2dede
}

.learn-press-message.notice,
.message-info {
    color: #31708f;
    background: #d9edf7
}

.learn-press-message.warning,
.message-warning {
    color: #8a6d3b;
    background: #fcf8e3
}

.woocommerce-error {
    border-top: none
}

.woocommerce-error a.button {
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 0
}

main.full-width .entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px;
    max-width: 100vw
}

main.full-width .entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw
}

main.full-width .entry-content .alignfull img {
    width: 100vw
}

.has-text-color.has-border-color {
    color: #e7e7e7 !important
}

.has-background.has-border-background-color {
    background-color: #e7e7e7 !important
}

.widget_thim_layout_builder>p,
.wpb_revslider_element {
    margin-bottom: 0 !important
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size {
    font-size: 16px
}

.has-large-font-size {
    font-size: 30px
}

.has-huge-font-size {
    font-size: 48px
}

p.has-drop-cap:not(:focus)::first-letter {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    float: left;
    line-height: 1;
    font-weight: 700;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.entry-content .wp-block-image img {
    display: block
}

.entry-content .wp-block-image.alignfull img {
    width: 100vw;
    max-width: calc(100% + (2 * 1rem))
}

.entry-content .wp-block-image {
    max-width: 100%
}

input.term-field {
    display: inline-block !important
}

label[for=termFormField] {
    display: inline-block !important;
    width: auto !important
}

.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 !important
}

.thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li a {
    position: relative;
    overflow: hidden
}

.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-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li a:hover:after {
    visibility: visible;
    opacity: 1
}

.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: none
}

.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: "progid:DXImageTransform.Microsoft.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(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%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.thim-sc-video-box.layout-2.imac .video .video-box .play-button a {
    height: 58px;
    width: 58px;
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: cubic-bezier(.175, .885, .52, 1.575) .2s;
    -khtml-transition: cubic-bezier(.175, .885, .52, 1.575) .2s;
    -moz-transition: cubic-bezier(.175, .885, .52, 1.575) .2s;
    -ms-transition: cubic-bezier(.175, .885, .52, 1.575) .2s;
    -o-transition: cubic-bezier(.175, .885, .52, 1.575) .2s;
    transition: cubic-bezier(.175, .885, .52, 1.575) .2s
}

.home5-contact .wpcf7-form>p.submit input,
.home5-section .courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn {
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -khtml-transition: all .4s ease-in-out;
    background-size: 220% 100%
}

.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%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.thim-sc-video-box.layout-2.imac .video .video-box .play-button a .icon-play:before {
    content: '\f04b';
    font-family: FontAwesome
}

.thim-sc-video-box.layout-2.imac .video .video-box .play-button a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.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: #888
}

.thim-home6-form .wpcf7-form input::-moz-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #888
}

.thim-home6-form .wpcf7-form input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #888
}

.thim-home6-form .wpcf7-form input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #888
}

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

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

.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 {
    content: "";
    top: 54%;
    margin-top: -18px;
    width: 18px;
    height: 43px;
    border-left: 1px solid rgba(116, 116, 117, .15);
    transform: rotate(30deg);
    color: #fff
}

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(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;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    border: none;
    opacity: .8
}

.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 {
    background: 0 0;
    letter-spacing: .3px;
    border: none;
    font-size: 15px;
    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: rgba(255, 255, 255, .8)
}

.home5-contact .wpcf7-form>p input::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.home5-contact .wpcf7-form>p input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.home5-contact .wpcf7-form>p input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.home5-contact .wpcf7-form>p.submit {
    position: relative;
    display: inline-block
}

.home5-contact .wpcf7-form>p.submit input {
    border: none;
    color: #fff;
    border-radius: 44px;
    padding: 0 54px 0 34px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 45px;
    height: 44px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    -moz-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;
    -webkit-transition: all .4s ease-in-out;
    -moz-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: none;
    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: none
}

.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.elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover i.ion,
.hide-number.widget_shopping_cart .minicart_hover i.ion {
    padding-left: 0
}

.hide-number.elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover i.ion:before,
.hide-number.widget_shopping_cart .minicart_hover i.ion:before {
    content: "\f3f8"
}

.hiw-bg-overlay:before,
.ne-bg-overlay:before {
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0
}

.hide-number.elementor-widget-wp-widget-woocommerce_widget_cart #header-mini-cart,
.hide-number.widget_shopping_cart #header-mini-cart {
    margin: 3px 0 0 !important
}

.hide-number.elementor-widget-wp-widget-woocommerce_widget_cart .wrapper-items-number,
.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
}

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
}

.pagetitle-hide.single header.header-overlay .header-v2.style2 .thim-search-wrapper form:after {
    color: #fff
}

.home6-slider {
    max-height: calc(100vh - 36px)
}

body.admin-bar .home6-slider {
    max-height: calc(100vh - 68px)
}

body.admin-bar .home5-slider {
    max-height: calc(100vh - 32px)
}

.brands-home5>.overlay {
    z-index: 1
}

.hiw-bg-overlay:before {
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, #1fb8fc, #000 69%);
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: .8;
    -khtml-opacity: .8;
    -moz-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8
}

.ne-bg-overlay:before {
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 55%, rgba(27, 186, 252, .47) 100%)
}

header#masthead.palette-transparent .main-header .header-right .widget_thim-login .shortcode .wp-social-login-provider:hover {
    color: #fff !important
}

#thim-popup-login .thim-login-container .close-popup {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    opacity: .6
}

.thim-instructors .avatar-item .avatar-instructors img {
    height: 100%;
    max-width: inherit
}

.after-main .widget_thim_layout_builder .vc_single_image-wrapper img {
    position: absolute
}

.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 .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 {
    text-align: center
}

.page-title .breadcrumb-content .learn-press-course-buttons form {
    display: inline-block
}

.page-title .breadcrumb-content .learn-press-course-buttons form.enroll-course {
    margin-right: 10px
}

.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;
    position: relative;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer
}

.page-title .breadcrumb-content .learn-press-course-buttons .purchase-button {
    font-weight: 400;
    border: none;
    -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 #learn-press-pmpro-notice .purchase-button {
    font-weight: 300;
    border: none;
    -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: none;
    display: inline-block
}

.page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button {
    font-weight: 400;
    border: none;
    -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.has-social .share {
    width: 93px;
    float: left;
    position: relative !important;
    top: 0
}

.single #lp-single-course .course-summary .landing-1 .course-landing-summary.has-social .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-top: 50px;
    /*position: relative;*/
    /*padding-right: 169px*/
}

.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail {
    z-index: 99;
    position: relative;
    padding: 10px;
    border: 1px solid #7cf8d6;
    margin-top: 20px;
}

.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail img {
    /*margin-top: -162px*/
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.57);
    width: 100%;
}

.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: 50%;
    width: 101px;
    height: 101px;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: #2021219e;
    border-radius: 50%;
}

.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: 26px;
    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: none;
    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: none;
    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: none;
    margin-bottom: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
    padding: 44px 0 41px 24px
}

.single .rating-review #course-reviews .course-reviews-list li.loading {
    display: none;
    border: none;
    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: 0;
    border-bottom: 0px 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: 17px 0 10px;
}

.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: 0px solid #e7e7e7;
    font-weight: 500;
    text-transform: capitalize;
    color: #808588;
    font-size: 15px;
    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: #808588;
}

.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: none;
    margin-bottom: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
    padding: 44px 0 41px 24px
}

.lp-landing #course-reviews .course-reviews-list li.loading {
    display: none;
    border: none;
    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;
    /* background: #2021219e; */
    /* border-radius: 50%; */
}

.single .course-thumbnail .play-button .video-thumbnail {
    position: absolute;
    width: 113px;
    height: 113px;
    line-height: 113px;
    color: #fff;
    background-color: rgb(46, 33, 34);
    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
}

body #course-curriculum-popup {
    background: #fff;
    z-index: 99
}

body #course-curriculum-popup #popup-header {
    left: 0;
    height: 80px;
    right: 0;
    position: absolute;
    z-index: 9999
}

body #course-curriculum-popup #popup-header .popup-close {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-transform: none;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    z-index: 99999;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}

body #course-curriculum-popup #popup-header .popup-close .fa {
    font-size: 29px;
    vertical-align: middle
}

body #course-curriculum-popup #popup-header .popup-close:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

body #course-curriculum-popup #popup-sidebar {
    display: flex;
    flex-direction: column;
    width: 400px;
    top: 80px;
    z-index: 2
}

body #course-curriculum-popup #popup-sidebar .learn-press-breadcrumb {
    padding: 20px 10px;
    margin: 0
}

body #course-curriculum-popup #popup-sidebar .learn-press-breadcrumb .delimiter {
    color: #a9a9a9;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

body #course-curriculum-popup #popup-sidebar .learn-press-breadcrumb a {
    font-size: 16px;
    color: #a9a9a9;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .3px
}

body #course-curriculum-popup #popup-sidebar .learn-press-breadcrumb .item-name {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .4px;
    color: #202121;
    display: block
}

body #course-curriculum-popup #popup-sidebar .learn-press-course-results-progress {
    padding: 0 10px;
    margin-bottom: 15px
}

body #course-curriculum-popup #popup-sidebar .learn-press-course-results-progress button.course-item {
    display: none
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .count-lessons,
body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .curriculum-heading,
body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .info-course {
    display: none
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .curriculum-sections {
    height: calc(100% - 20px);
    width: 418px;
    overflow-y: scroll;
    background-color: transparent
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .section-header {
    background: 0 0;
    padding: 30px 58px;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #888;
    position: relative;
    font-weight: 300;
    letter-spacing: .3px;
    cursor: pointer
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .section-header .collapse {
    position: absolute;
    left: 20px;
    top: 30px;
    line-height: 20px;
    font-size: 24px;
    background: 0 0;
    margin: 0;
    height: auto;
    width: auto;
    color: #202121
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .section-header .collapse:before {
    content: "\f106";
    font-family: FontAwesome
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .section-header .section-description {
    font-weight: 500;
    color: #202121;
    display: block;
    font-size: 16px;
    font-style: normal;
    padding: 0
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .section-header .meta {
    position: static
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .section-header .meta .step {
    position: absolute;
    right: 20px;
    top: 30px;
    line-height: 26px;
    font-size: 16px
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum ul.section-content {
    background: 0 0;
    margin: 0;
    padding: 0;
    border: none
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item {
    display: block;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 23px 20px 23px 56px;
    background: #fff;
    position: relative;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item:first-child {
    border-top: 1px solid #e7e7e7
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-format-icon {
    position: absolute;
    left: 21px;
    top: 30px;
    line-height: 20px;
    font-size: 11px;
    background: 0 0;
    margin: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #b3b3b3;
    border: 1px solid #b3b3b3
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-title {
    flex-basis: 226px;
    padding: 0 90px 7px 0;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .3px;
    font-style: normal
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-title:before {
    display: none
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .view-able {
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    border-radius: 25px;
    color: #fff;
    background-color: #ec5f4c;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 14px;
    border: 1px solid transparent
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-meta .lp-label {
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-topleft: 25px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    background-color: #ec5f4c;
    display: inline-block;
    font-size: 14px;
    border: 1px solid transparent;
    margin-top: 0;
    border-radius: 25px
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-meta .lp-label.lp-label-completed {
    position: static;
    padding: 0;
    width: 26px;
    text-align: center;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 50%
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .time {
    order: 9;
    font-size: 15px;
    line-height: 26px;
    color: #bdbdbd;
    letter-spacing: .3px;
    display: block;
    clear: both;
    position: static
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-meta {
    margin-top: 0;
    position: absolute;
    line-height: normal;
    top: 23px
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.course-quiz .course-item-title:before {
    content: "\f128";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 30px;
    line-height: 20px;
    font-size: 15px;
    background: 0 0;
    margin: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    display: inline-block
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current .course-format-icon,
body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current.course-quiz .course-item-title:before {
    color: #fff;
    border-color: #fff
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current:before,
body #course-curriculum-popup .thim-sc-course-search button:before {
    display: none
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current {
    color: #fff
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current .course-item-title,
body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current .time {
    color: #fff
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.item-current .course-item-meta .lp-label {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item:hover {
    -webkit-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .08);
    box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .08);
    z-index: 9
}

body #course-curriculum-popup #popup-main {
    padding-top: 80px;
    border-left: 1px solid #e7e7e7;
    left: 400px;
    z-index: 9
}

body #course-curriculum-popup #popup-main.expand {
    padding-top: 80px
}

body #course-curriculum-popup #popup-main #popup-content {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
    width: 100%;
    height: 100%
}

body #course-curriculum-popup #popup-main #popup-content #popup-content-inner {
    overflow: hidden;
    margin: 0
}

body #course-curriculum-popup .thim-sc-course-search {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 0 22px 60px
}

body #course-curriculum-popup .thim-sc-course-search input[name=s] {
    width: 100%;
    height: 36px;
    padding: 0 0 0 40px;
    line-height: 36px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #e0e0e0;
    border-right: 1px solid rgba(255, 255, 255, .15)
}

.lp-landing .sticky-sidebars .info-bar .inner-content,
body #course-curriculum-popup .thim-sc-course-search .courses-list-search {
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]::-webkit-input-placeholder {
    color: #e0e0e0
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]:-moz-placeholder {
    color: #e0e0e0
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]::-moz-placeholder {
    color: #e0e0e0
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]:-ms-input-placeholder {
    color: #e0e0e0
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]:focus::-webkit-input-placeholder {
    color: transparent
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]:focus:-moz-placeholder {
    color: transparent
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]:focus::-moz-placeholder {
    color: transparent
}

body #course-curriculum-popup .thim-sc-course-search input[name=s]:focus:-ms-input-placeholder {
    color: transparent
}

body #course-curriculum-popup .thim-sc-course-search button {
    width: auto;
    border: 0;
    background: 0 0;
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
    line-height: 36px;
    font-size: 20px;
    color: #fff
}

body #course-curriculum-popup .thim-sc-course-search .courses-list-search {
    top: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

body #course-curriculum-popup .thim-sc-course-search .courses-list-search li:first-child {
    margin-top: 10px
}

body #course-curriculum-popup .thim-sc-course-search .courses-list-search li:last-child {
    margin-bottom: 10px
}

body #course-curriculum-popup .popup-logo.thim-logo {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    text-align: center
}

body.learnpress-v3.course-item-popup #learn-press-content-item {
    overflow: unset
}

body.learnpress.content-item-only .learn-press-content-item-only {
    padding: 0;
    max-width: 100vw
}

body.learnpress.content-item-only #learn-press-content-item {
    width: 100%;
    max-width: inherit
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-video-intro {
    width: 100%;
    background: #000
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-video-intro .video-content {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-video-intro .video-content iframe {
    max-width: 100%
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-container {
    width: 890px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 50px;
    max-width: 100%
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 42px;
    font-weight: 100;
    line-height: 50px;
    color: #202121;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 60px;
    border: none;
    text-align: center
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-title:before {
    content: '';
    width: 35px;
    height: 1px;
    background: #202121;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -17px
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-title .lp-expand {
    display: none;
    order: 3;
    margin: 0;
    background: 0 0;
    border-radius: 50%;
    border-color: #e7e7e7
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-title.content-item-quiz-title h4 {
    flex-basis: 100%;
    font-size: 42px;
    font-weight: 100;
    line-height: 50px;
    float: none;
    text-align: center
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 77px;
    letter-spacing: .4px;
    padding: 0 30px
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary .quiz-description {
    margin-bottom: 50px
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary .quiz-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary .quiz-intro {
    padding: 30px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background: #fdffff;
    border-radius: 5px
}

#form-question .author-avatar img,
body.learnpress.content-item-only #learn-press-content-item .course-item-navigation {
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary .quiz-intro li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #202121;
    font-weight: 400
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary .quiz-intro li .quiz-intro li label {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: .3px;
    color: #888
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary button {
    margin: 50px auto 0;
    display: block;
    padding: 0 50px;
    line-height: 55px;
    border: none;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer
}

#form-question,
body.learnpress.content-item-only #learn-press-content-item #learn-press-quiz-questions {
    margin-bottom: 50px
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary button:focus {
    outline: 0
}

body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary button[disabled=disabled] {
    display: none
}

body.learnpress.content-item-only #learn-press-content-item #learn-press-quiz-questions .quiz-questions-list .question-title {
    font-size: 16px
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation {
    border: 1px solid #e7e7e7;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    background: #fdffff;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 60px;
    position: relative;
    border-radius: 5px
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation:before {
    content: '';
    height: 100%;
    width: 1px;
    border-left: 1px solid #e7e7e7;
    position: absolute;
    top: 0;
    left: 50%
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link {
    width: 50%;
    padding: 30px 20px
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a {
    position: relative;
    padding-left: 100px;
    min-height: 62px;
    display: inline-block;
    width: 100%
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a .meta-nav {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: .3px
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a .post-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #202121;
    font-weight: 400
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a:before {
    content: "\f3d5";
    font-family: Ionicons;
    width: 62px;
    height: 62px;
    line-height: 60px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 40px;
    color: #bfbfbf;
    background: #fff;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a:hover:before {
    color: #fff
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link.nav-previous a {
    text-align: right
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link.nav-next a {
    padding-right: 100px;
    padding-left: 0;
    text-align: left
}

body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link.nav-next a:before {
    content: "\f3d6";
    left: auto;
    right: 0
}

#form-question #respond form .submit,
#question-list #respond form .submit {
    right: 20px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: .3px
}

#form-question {
    position: relative;
    display: inline-block;
    width: 100%
}

#form-question .author-avatar {
    position: absolute;
    top: 0;
    left: 30px;
    width: 84px;
    height: 84px;
    overflow: hidden
}

#form-question .author-avatar img {
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    background-clip: padding-box;
    border-radius: 50%
}

#form-question #respond form,
#question-list #respond form {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    float: left;
    -khtml-background-clip: padding-box;
    overflow: hidden
}

#form-question #respond {
    width: 100%;
    display: inline-block;
    padding-left: 150px;
    position: relative;
    float: left;
    margin-top: 0
}

#form-question #respond .comment-reply-title {
    display: none
}

#form-question #respond form {
    display: inline-block;
    width: 100%;
    border: 1px solid #e7e7e7;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    background: #fdffff;
    padding-right: 120px;
    border-radius: 5px
}

#form-question #respond form p {
    margin: 0
}

#form-question #respond form textarea {
    height: 82px;
    min-height: 0;
    width: 90%;
    display: inline-block;
    border: none;
    background: 0 0;
    padding: 20px;
    font-size: 16px;
    letter-spacing: .3px;
    overflow: hidden
}

#form-question #respond form .submit {
    height: 40px;
    border-radius: 20px;
    background-color: #ec5f4c;
    line-height: 40px;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -20px
}

#question-list .author-avatar {
    position: absolute;
    top: 0;
    left: 30px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden
}

#question-list #respond {
    width: 100%;
    display: inline-block;
    padding-left: 150px;
    position: relative;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px
}

#question-list #respond .comment-reply-title {
    display: none
}

#question-list #respond form {
    display: inline-block;
    width: 100%;
    border: 1px solid #e7e7e7;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    background: #fdffff;
    padding-right: 120px;
    border-radius: 5px
}

#question-list #respond form p {
    margin: 0
}

#question-list #respond form textarea {
    height: 83px;
    min-height: 0;
    width: 90%;
    display: inline-block;
    border: none;
    background: 0 0;
    padding: 20px;
    font-size: 16px;
    letter-spacing: .3px;
    overflow: hidden
}

#question-list #respond form .submit {
    height: 40px;
    border-radius: 20px;
    background-color: #ec5f4c;
    line-height: 40px;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

#comments #question-list.list-comments .comment-list .comment {
    display: inline-block;
    width: 100%
}

#comments #question-list.list-comments .comment-list .comment .content-comment {
    position: relative
}

#comments #question-list.list-comments .comment-list .comment .content-comment .author {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 30px
}

#comments #question-list.list-comments .comment-list .comment .content-comment .message-wrapper {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    padding: 0;
    float: right
}

#comments #question-list.list-comments .comment-list .comment .children {
    border-top: 1px dashed #e7e7e7;
    padding-left: 120px;
    display: inline-block;
    width: 100%
}

#comments #question-list.list-comments .comment-list .comment .children li {
    border-bottom: 1px dashed #e7e7e7
}

#comments #question-list.list-comments .comment-list .comment .children li:last-child {
    border-bottom: none
}

#learn-press-block-content:after,
#learn-press-block-content:before {
    display: none
}

.lp-learning .course-learning-summary .learn-press-course-buttons {
    text-align: center;
    margin-top: 40px
}

.lp-learning .course-learning-summary .learn-press-course-buttons button {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 42px;
    margin: 0 10px;
    line-height: 48px;
    height: 48px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: 0;
    border-radius: 30px
}

.lp-learning .course-learning-summary .learn-press-course-buttons button:active,
.lp-learning .course-learning-summary .learn-press-course-buttons button:focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.curriculum-empty {
    padding: 30px;
    text-align: center
}

#learn-press-block-content .thim-loading-icon {
    background: rgba(255, 255, 255, .22);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.lp-checkout .message {
    color: #202121;
    margin: 0 0 40px;
    border: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 13px;
    background: #d9edf7
}

#order_review h3 {
    margin-bottom: 50px;
    text-align: center
}

#order_review .learn-press-checkout-review-order-table {
    margin-bottom: 80px
}

#order_review .learn-press-checkout-review-order-table th {
    padding: 10px 15px;
    border: 1px solid #eee;
    font-weight: 500;
    color: #202121
}

#order_review .learn-press-checkout-review-order-table td {
    padding: 10px 15px;
    border: 1px solid #eee;
    font-weight: 300
}

#order_review .learn-press-checkout-review-order-table tfoot th {
    text-align: right;
    border: 1px solid #eee;
    border-right: none
}

#order_review .learn-press-checkout-review-order-table tfoot td {
    border-left: none
}

#order_review textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 80px
}

#order_review input[type=submit] {
    padding: 0 30px;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: .3px
}

#learn-press-payment ul.payment-methods {
    margin: 0 0 50px;
    list-style-type: none;
    background: #ebe9eb;
    border-radius: 5px;
    text-align: left;
    padding: 1em
}

#learn-press-payment ul.payment-methods li {
    line-height: 2;
    text-align: left;
    margin: 0
}

#learn-press-payment ul.payment-methods li .payment-method-form {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#learn-press-payment ul.payment-methods li .payment-method-form:before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#learn-press-course-curriculum .course-item.item-has-result .item-result.item-loop-meta-text,
.single-lp_course #learn-press-course-curriculum .course-lesson.item-has-status .item-status,
.single-lp_course.lp-learning #course-curriculum-popup .curriculum-sections .section-content .course-item-meta .wrap-label {
    display: none
}

.single-lp_course.lp-learning #course-curriculum-popup .curriculum-sections .section-content .course-item-meta {
    position: absolute;
    top: 28px;
    float: none
}

.single-lp_course.lp-learning #course-curriculum-popup .curriculum-sections .section-content .course-item-meta .lp-icon {
    line-height: 23px
}

.single-lp_course.lp-learning #course-curriculum-popup .curriculum-sections .section-content .course-item-meta .lp-icon.item-status {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff
}

.single-lp_course #course-curriculum-popup #popup-sidebar {
    background-color: #f4f4f4;
    border-right: none
}

.single-lp_course #course-curriculum-popup .curriculum-sections li.section {
    max-width: 380px;
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.single-lp_course .breadcrumb-content .learn-press-message {
    background: 0 0;
    border-left: none
}

.single-lp_course .header-course .header-content .container {
    width: 1366px;
    max-width: 100%
}

.icon-toggle-curriculum {
    position: absolute;
    z-index: 9999;
    width: 24px;
    height: 100%;
    font-size: 28px;
    color: #fff;
    line-height: 80px;
    margin-left: 20px;
    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
}

.icon-toggle-curriculum:not(.open):after {
    content: "\f0c9";
    font-family: FontAwesome
}

.icon-toggle-curriculum.open:before {
    content: "\f053";
    font-family: FontAwesome
}

.icon-toggle-curriculum:hover {
    color: #e0e0e0
}

.review-stars-rated {
    position: relative;
    display: inline-block
}

.review-stars-rated .review-stars {
    margin: 0;
    list-style: none;
    overflow: hidden
}

.review-stars-rated .review-stars:after {
    clear: both;
    content: '';
    display: block
}

.review-stars-rated .review-stars.empty,
.review-stars-rated .review-stars.filled {
    height: 24px;
    font-family: FontAwesome
}

.review-stars-rated .review-stars.empty:before,
.review-stars-rated .review-stars.filled:before {
    line-height: 1;
    vertical-align: top
}

.review-stars-rated .review-stars.empty:before {
    content: '\f006\f006\f006\f006\f006'
}

.review-stars-rated .review-stars.filled {
    position: absolute;
    top: 0;
    left: 0
}

.review-stars-rated .review-stars.filled:before {
    content: '\f005\f005\f005\f005\f005'
}

#lp-announcements {
    padding: 31px 30px 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#lp-announcements .lp-announcement-item .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

#lp-announcements .lp-announcement-item .author .img-avatar {
    margin-right: 23px
}

#lp-announcements .lp-announcement-item .author .img-avatar .avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

#lp-announcements .lp-announcement-item .author .info .name,
#lp-announcements .lp-announcement-item .author .info .time {
    display: block
}

#lp-announcements .lp-announcement-item .author .info .name a,
#lp-announcements .lp-announcement-item .author .info .time a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

#lp-announcements .lp-announcement-item .author .info .time {
    font-size: 16px;
    margin-top: 5px
}

#lp-announcements .lp-announcement-item .author .info .time .ion-flag {
    margin-left: 8px
}

#lp-announcements .lp-announcement-item .author .info .name {
    margin-top: 5px
}

#lp-announcements .thim-title {
    font-size: 24px;
    margin-bottom: 14px
}

#lp-announcements .lp-announcement-content {
    background: #FFF;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e7e7e7
}

#lp-announcements .lp-announcement-content .lp-announcement-wrap-content {
    line-height: 1.45;
    font-size: 16px;
    margin-bottom: 55px
}

#lp-announcements .lp-announcement-content #comments {
    margin-top: 0;
    padding-right: 14px;
    position: relative
}

#lp-announcements .lp-announcement-content #comments .form-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond #commentform .comment-form-comment label,
#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond #commentform .logged-in-as,
#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond #reply-title {
    display: none
}

#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond {
    margin-top: 0;
    order: 2;
    width: 100%
}

#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond #commentform .comment-form-comment {
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond #commentform .comment-form-comment #comment {
    max-height: 40px;
    font-size: 16px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    max-width: 883px;
    float: right;
    display: inline-block;
    padding: 5px 20px;
    line-height: 30px
}

#lp-announcements .lp-announcement-content #comments .form-comment .comment-respond #commentform .form-submit {
    margin-bottom: 20px;
    margin-left: 65px
}

#lp-announcements .lp-announcement-content #comments .form-comment .avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

#lp-announcements .lp-announcement-content #comments .list-comments {
    padding-bottom: 20px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment {
    border-bottom: 1px solid #ececec;
    padding-top: 28px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .children {
    padding-top: 0
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment {
    border-bottom: none;
    padding-bottom: 15px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .author {
    max-width: 42px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .author-name a {
    font-size: 16px;
    font-weight: 300
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .author-name:after {
    content: '-';
    height: 1px;
    margin-right: 5px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .date,
#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .role {
    font-size: 16px;
    font-weight: 300
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .role:after {
    content: '.';
    height: 1px;
    margin-right: 5px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .comment-links,
#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .message {
    margin-top: 0
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment .content-comment .message-wrapper .message p {
    line-height: 1;
    font-size: 16px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment #respond {
    margin-top: 0
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment #respond .comment-form-comment {
    position: relative
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment #respond .comment-form-comment label {
    display: none
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment #respond .comment-form-comment #comment {
    max-height: 40px;
    font-size: 16px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    max-width: 883px;
    float: right;
    display: inline-block;
    padding: 5px 20px;
    line-height: 30px
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment:last-child {
    border-bottom: none
}

#lp-announcements .lp-announcement-content #comments .list-comments .comment-list .comment:first-child {
    padding-top: 19px
}

#lp-announcements .lp-announcement-content #comments .comment-respond .comment-form {
    width: 100%
}

#lp-announcements .lp-announcement-content #comments .comment-respond .comment-form .form-submit {
    margin-bottom: 25px;
    margin-left: 65px;
    display: none
}

#lp-announcements .lp-announcement-content textarea {
    min-height: 40px;
    padding: 7px 20px
}

#lp-announcements #respond .comment-form-comment {
    display: flex;
    max-width: unset
}

#lp-announcements #respond .comment-form-comment .avatar-wrapper {
    flex-shrink: 0;
    margin-right: 23px
}

#lp-announcements #respond .comment-form-comment .avatar-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thim-related-course .related-title {
    position: relative;
    font-size: 30px;
    letter-spacing: .6px;
    font-weight: 400;
    margin: 52px 0 40px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 17px
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail {
    position: relative;
    overflow: hidden
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .img_thumbnail img {
    -webkit-transition: .5s ease-in-out;
    -khtml-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .img_thumbnail:hover img {
    transform: scale(1.2)
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .img_thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0) 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0) 50%), to(rgba(32, 33, 33, .7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0) 50%', endColorStr='rgba(32, 33, 33, 0.7) 100%')
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .img_thumbnail:before img {
    transform: scale(1)
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .4px;
    padding: 11px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 0
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-price .course-origin-price {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.57;
    letter-spacing: .3px;
    margin-left: 10px;
    text-decoration: line-through;
    padding-top: 1px;
    order: 2;
    color: #202121
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating .review-stars-rated {
    max-width: 54px;
    margin-right: 7px
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating .review-stars-rated .review-stars.empty,
.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating .review-stars-rated .review-stars.filled {
    font-size: 10.5px;
    color: #ddd;
    width: auto;
    margin: 0;
    padding: 0;
    height: 40px;
    letter-spacing: 1.3px
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating .review-stars-rated .review-stars.empty::before,
.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating .review-stars-rated .review-stars.filled::before {
    line-height: 40px
}

.thim-related-course .owl-stage-outer .wrapper-course-thumbnail .course-rating .vote {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.62;
    letter-spacing: .3px;
    color: #ddd
}

.thim-related-course .owl-stage-outer .item-list-center {
    margin-left: 25px
}

.thim-related-course .owl-stage-outer .item-list-center .course-title .title {
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: .3px;
    font-weight: 400;
    margin-top: 27px
}

.thim-related-course .owl-stage-outer .item-list-center .course-title .title a {
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: .3px;
    text-transform: uppercase
}

.thim-related-course .owl-stage-outer .item-list-center .date-comment {
    display: block;
    color: #878787;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.21;
    letter-spacing: .3px
}

.thim-related-course .owl-nav {
    position: absolute;
    top: -115px;
    right: 0
}

.thim-related-course .owl-nav .owl-next,
.thim-related-course .owl-nav .owl-prev {
    width: 37px;
    height: 37px;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    background: #fff
}

.thim-related-course .owl-nav .owl-next i,
.thim-related-course .owl-nav .owl-prev i {
    font-size: 16px;
    color: #bfbfbf
}

.thim-related-course .owl-nav .owl-next:hover i,
.thim-related-course .owl-nav .owl-prev:hover i {
    color: #fff
}

.thim-related-course .owl-nav .owl-next.disabled,
.thim-related-course .owl-nav .owl-prev.disabled {
    border: 1px solid #e6e6e6 !important;
    background: #fff !important
}

.thim-related-course .owl-nav .owl-next.disabled i,
.thim-related-course .owl-nav .owl-prev.disabled i {
    color: #bfbfbf
}

.lp-landing .course-landing-summary .course-meta {
    margin-bottom: 0
}

.lp-landing .course-landing-summary .share {
    float: left
}

.lp-landing .course-landing-summary .share .text {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: .8px
}

.lp-landing .course-landing-summary .share .thim-social-share ul li {
    margin-bottom: 15px
}

.lp-landing .course-landing-summary .share .thim-social-share ul li .link {
    width: 43px;
    height: 43px;
    line-height: 43px;
    display: block;
    margin: auto
}

.lp-landing .course-landing-summary .share .thim-social-share ul li .link i {
    font-size: 18px
}

.lp-landing .course-landing-summary #learn-press-course-description .list {
    margin-bottom: 50px
}

.lp-landing #learn-press-course-curriculum {
    background: #ffffff;
    border: 0px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.lp-landing #learn-press-course-curriculum .info-course {
    position: relative;
    display: block;
    margin: 22px 27px 0 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.lp-landing #learn-press-course-curriculum .info-course .course-curriculum-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    color: #2b3339;
    padding: 5px 0 4px
}

.lp-landing #learn-press-course-curriculum .info-course .total-lessons,
.lp-landing #learn-press-course-curriculum .info-course .total-time {
    position: absolute;
    top: 8px;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.88
}

.lp-landing #learn-press-course-curriculum .info-course .total-lessons {
    right: 145px
}

.lp-landing #learn-press-course-curriculum .info-course .total-time {
    right: 0
}

.lp-landing #learn-press-course-curriculum .curriculum-sections {
    background: 0 0;
    position: relative
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .count-lessons {
    display: block;
    position: absolute;
    right: 172px;
    top: 0;
    padding-top: 18px;
    z-index: 9;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section-description {
    color: #202121;
    display: block;
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    padding-top: 2px
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section {
    border-bottom: 0px solid #e5e5e5;
    margin: 0 25px;
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-header {
    font-weight: 500;
    position: relative;
    /* background: #fdfdfd; */
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 3px;
    border-bottom: 0;
    cursor: pointer;
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-header .collapse {
    background: 0 0;
    margin-left: 0;
    width: auto;
    height: auto
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-header .meta {
    position: absolute;
    top: 21px;
    left: 0
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-header .meta .step {
    display: none
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content {
    background: #fff;
    margin-top: 1px;
    border-top: 1px solid #e5e5e5;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: baseline;
    align-items: flex-start;
    line-height: 46px;
    padding: 0px 0 0px 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-format-icon {
    font-size: 16px
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-title {
    flex-grow: 1;
    max-width: 526px;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    padding: 11px 65px 7px 12px
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .time {
    order: 9;
    margin-left: auto;
    font-size: 16px;
    font-weight: 300
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta {
    line-height: inherit;
    margin-top: 0
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label {
    z-index: 2;
    position: relative;
    color: #fff;
    text-align: center;
    height: 24px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover {
    background: #fff
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-item-meta .lp-label {
    color: #fff
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:last-child {
    border-bottom: hidden;
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-lesson .course-item-title:before {
    content: '' !important;
    display: none
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-quiz .course-item-title {
    padding-left: 0
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-quiz .course-item-title:before {
    font-style: normal;
    font-size: 14px
}

.lp-landing #learn-press-course-curriculum .curriculum-sections .section:last-child {
    border-bottom: none
}

.lp-landing .sticky-sidebars {
    /* width: 317px; */
    /* height: auto; */
    /* position: absolute !important; */
    z-index: 99;
    /* top: -87px; */
    right: 0;
    background: #fff;
}

.lp-landing .sticky-sidebars .info-bar .price-box {
    height: 47px;
    width: 100%;
    line-height: 86px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    padding: 0 20px;
}

.lp-landing .sticky-sidebars .info-bar .price-box .course-price {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.7px;
    color: #ffffff;
    margin-right: 10px;
}

.lp-landing .sticky-sidebars .info-bar .price-box .course-origin-price {
    font-size: 22px;
    font-weight: 300;
    /* font-style: italic; */
    letter-spacing: 1.4px;
    color: #ffffff;
    padding-right: 0;
    padding-left: 5px;
    order: 2;
}

.lp-landing .sticky-sidebars .info-bar .inner-content {
    border: 0px solid #e6e6e6;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    background: #0190ba;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .active,
.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section:hover {
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box {
    margin: 30px 0 25px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .intro {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: normal;
    text-align: center;
    font-weight: 300;
    margin-top: 17px;
    margin-bottom: 0;
    padding: 0 15px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .purchase-course {
    padding-bottom: 10px;
    display: block;
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons {
    /* text-align: center; */
    padding: 0 20px;
    /* position: relative; */
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons button {
    /* display: block; */
    margin: auto auto 10px;
    min-width: 100%;
    height: 46px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    background: #15d2a8;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 0;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #ffffff;
    font-size: 19px;
    line-height: 42px;
    padding: 0;
    letter-spacing: .3px;
    text-transform: capitalize;
    outline: 0;
}

.lp-landing .sticky-sidebars .info-bar .inner-content .share-text,
.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-header .collapse {
    display: none
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button:focus,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button:hover,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward:focus,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward:hover,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons button:focus,
.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons button:hover {
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    outline: 0
}

.lp-landing .sticky-sidebars .info-bar .inner-content .includes-box {
    margin: 23px 31px 29px 26px;
    padding-top: 23px;
    padding-left: 20px;
    border-top: 1px solid;
    border-color: rgba(236, 236, 236, .8)
}

.lp-landing .sticky-sidebars .info-bar .inner-content .includes-box .title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.56;
    letter-spacing: .4px;
    color: #2b3339;
    text-transform: uppercase
}

.lp-landing .sticky-sidebars .info-bar .inner-content .includes-box ul {
    margin-left: 0
}

.lp-landing .sticky-sidebars .info-bar .inner-content .includes-box ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .3px;
    padding-bottom: 2px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .includes-box ul li i {
    margin-right: 7px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .includes-box a {
    text-decoration: underline;
    font-size: 15px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .thim-social-share {
    margin: 0 30px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .thim-social-share .links {
    padding: 30px 0 9px;
    margin: 0;
    border-top: 1px solid #ececec;
    display: inline-block;
    width: 100%;
    text-align: center
}

.lp-landing .sticky-sidebars .info-bar .inner-content .thim-social-share .links li {
    display: inline-block;
    float: none;
    margin: 0 7px 14px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .thim-social-share .links li a.link {
    width: 43px;
    height: 43px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .thim-social-share .links li a.link i {
    font-size: 21px;
    letter-spacing: .4px;
    color: #bfbfbf;
    line-height: 43px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .thim-social-share .links li a.link:hover i {
    color: #fff
}

.lp-learning .course-learning-summary .course-tabs .nav-tabs {
    text-align: center;
    margin-left: 0
}

.lp-learning .course-learning-summary .course-tabs .nav-tabs .nav-item .nav-link.active {
    border-top: none;
    border-right: none;
    border-left: none
}

.lp-learning .course-learning-summary .course-tabs .tab-content .title-search {
    margin: 67px 0 40px
}

.lp-learning .course-learning-summary .course-tabs .tab-content .title-search .course-curriculum-title {
    font-size: 30px;
    font-weight: 400;
    display: block
}

.lp-learning .course-learning-summary .course-tabs .tab-content .title-search .search {
    float: right;
    display: block
}

.lp-learning .course-learning-summary .course-tabs .tab-content .title-search .search .search-form {
    width: 256px;
    height: 39px
}

.lp-learning .course-learning-summary .course-tabs .tab-content .title-search .search .search-form .search-field {
    height: 39px;
    width: 256px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.lp-learning .course-learning-summary .learn-press-tab-panel-announcements .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 27px
}

#learn-press-course-curriculum .course-item-meta .count-questions {
    background-color: transparent;
    font-size: 16px;
    color: #d8d8d8;
    line-height: inherit;
    height: unset
}

.course-item-meta .lp-icon.item-status {
    width: 23px;
    height: 23px;
    border: 2px solid #e2e2e2;
    display: inline-block;
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-left: 15px;
    display: none;
}

.course-item-meta .lp-icon.item-status.item-has-status:before {
    font-family: Dashicons;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.course-item-meta .lp-icon.item-status.item-has-status.item-status-completed:before,
.course-item-meta .lp-icon.item-status.item-has-status.item-status-passed:before {
    content: "\f147"
}

.course-item-meta .lp-icon.item-status.item-has-status.item-status-failed:before {
    content: "\f335"
}

.course-item-meta .lp-icon.item-status.item-has-status.item-status-viewed:before {
    content: "\f177"
}

.course-item-meta .lp-label {
    position: absolute;
    right: 100%;
    top: -1px;
    font-size: 14px;
    padding: 0 15px;
    height: 26px;
    line-height: 24px;
    border-radius: 26px;
    color: #fff;
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .title-search .course-curriculum-title {
    font-size: 30px;
    letter-spacing: .6px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 26px;
    padding-top: 3px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .title-search .search .search-form label {
    min-width: 256px;
    position: absolute;
    right: 0
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .title-search .search .search-form label .search-field {
    max-height: 39px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .3px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .title-search .search .search-form label .search-submit {
    max-height: 39px;
    margin-right: 15px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections {
    background-color: #fff
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section {
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    cursor: pointer
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section.active .count-lessons {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-header {
    background-color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .3px;
    padding: 24px 28px;
    margin: 0;
    border-bottom: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-header .count-lessons {
    float: right;
    margin-right: 60px;
    -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
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-header .section-description {
    display: block;
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    padding-top: 2px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-header .meta .step {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #888
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .meta {
    position: absolute;
    right: 28px;
    top: 24px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content {
    background: #FFF;
    display: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
    padding: 30px 29px 30px 30px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-duration: .2s;
    -khtml-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .3px;
    padding-left: 12px;
    color: #888
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .time {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #d8d8d8;
    display: block;
    position: absolute;
    right: 66px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-top: 0
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .wrap-label {
    flex-grow: 1;
    padding-left: 65px;
    padding-right: 14px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label {
    line-height: 26px;
    font-size: 14px;
    height: 26px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid transparent
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label.lp-label-completed {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 24px;
    height: 24px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label.lp-label-preview {
    font-size: 0;
    display: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label.lp-label-preview:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 22px
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .item-status {
    display: block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.lp-learning.learnpress-v3:not(.course-item-popup) .course-curriculum .learn-press-breadcrumb,
.lp-learning.learnpress-v3:not(.course-item-popup) .course-curriculum .learn-press-course-results-progress,
body.lp-learning #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-meta .lp-label.lp-label-preview {
    display: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .item-status:not([class*=item-status-]) {
    border: 2px solid #ddd;
    background-color: #fff
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .item-status:not([class*=item-status-]):before {
    background: 0 0;
    content: ''
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:first-child {
    border-top: 1px solid #e6e6e6
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:last-child {
    border-bottom: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-format-icon,
.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-item-title {
    color: #FFF
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-item-meta .lp-label {
    border-color: #fff
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .item-status {
    background-color: #fff;
    border: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .time {
    color: #fff
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-lesson.course-item .course-item-title:before {
    content: '';
    display: none
}

.lp-learning:not(.learnpress-v3) #learn-press-course-curriculum .curriculum-sections .active {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.lp-learning.learnpress-v3 #learn-press-course-curriculum .section-header {
    font-size: 16px;
    color: #2b3339;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .3px;
    padding: 24px 28px 14px;
    border-bottom: 0;
    position: relative
}

#course-curriculum-popup .learn-press-course-buttons button.learn-press-popup-certificate:hover,
body.learnpress.learnpress-v3 .course-learning-summary .course-curriculum ul.curriculum-sections .section-content .course-item.current .course-format-icon,
body.learnpress.learnpress-v3 .course-learning-summary .course-curriculum ul.curriculum-sections .section-content .course-item:hover .course-format-icon {
    color: #fff
}

.lp-learning.learnpress-v3 #learn-press-course-curriculum .section-header .meta {
    position: absolute;
    top: 24px;
    right: 28px
}

.learn-press-course-buttons .woocommerce-message {
    position: relative;
    margin-bottom: 85px;
    display: inline-block;
}

.learn-press-course-buttons .button.wc-forward {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%)
}

.curriculum-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px
}

.curriculum-heading .course-curriculum-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.curriculum-heading .search-form {
    line-height: 40px
}

.curriculum-heading .search-form input.search-field {
    height: 40px;
    line-height: 40px;
    width: 258px;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    font-family: inherit;
    font-style: italic;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#course-curriculum-popup .learn-press-course-buttons {
    text-align: center;
    margin-top: 20px
}

#course-curriculum-popup .learn-press-course-buttons button {
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px
}

#course-curriculum-popup .learn-press-course-buttons button.learn-press-popup-certificate {
    background-color: transparent
}

#course-curriculum-popup .learn-press-course-buttons button.learn-press-course-wishlist {
    display: none
}

.wrapper-instructor {
    border: 1px solid #e6e6e6;
    margin: 40px auto;
    background-color: #fdfdfd
}

.wrapper-instructor .instructors:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.learn-press-course-buttons .purchase-course.button,
.start-quiz {
    display: inline-block
}

.course-item-nav {
    clear: both;
    border-top: 1px dashed #ddd;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.course-item-nav .next,
.course-item-nav .prev {
    position: relative
}

.course-item-nav .next span,
.course-item-nav .prev span {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px
}

.course-item-nav .next a,
.course-item-nav .prev a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: none
}

body.learnpress .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before {
    content: none !important
}

body.course-item-popup #learn-press-content-item .content-item-wrap {
    padding-bottom: 30px
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections li.section {
    border: 0px solid #e6e6e6;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: box-shadow .3s;
    -khtml-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections li.section:hover {
    cursor: pointer;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    display: block;
    color: #202121
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content {
    margin-bottom: 0
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .3px;
    /* border-bottom: 0 !important; */
    border-top: solid 1px #e6e6e6;
    padding: 33px 30px 27px;
    display: flex;
    color: #cacaca;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
    padding: 0
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
    flex-grow: 1;
    font-weight: 500
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
    display: inline-flex;
    position: relative
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current .course-item-meta .duration,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current .section-item-link,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:hover,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:hover .course-item-meta .duration,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:hover .section-item-link {
    color: #fff
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current .course-item-meta .count-questions,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:hover .course-item-meta .count-questions {
    color: #fff !important
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current .course-item-meta .lp-label,
body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:hover .course-item-meta .lp-label {
    background-color: #fff
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-format-icon {
    margin-right: 10px
}

body.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
    font-size: 16px;
    color: #928c8c;
    background-color: transparent;
    height: unset;
    line-height: unset;
}

body.learnpress-v3.lp-landing .site-main>#comments,
body.learnpress-v3.lp-learning .site-main>#comments {
    display: none
}

body.course-item-popup .course-curriculum ul.curriculum-sections {
    margin: 20px 5px 0
}

body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item:before {
    content: none
}

body.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed {
    border-color: #e5e5e5;
    color: #cacaca
}

.course-author h3 {
    color: #2b3339;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 25px;
    line-height: 1.17;
    margin-bottom: 0;
    padding-top: 24px;
    letter-spacing: 1.5px;
}

.learn-press-course-buttons button {
    display: inline-block;
    padding: 0 35px;
    height: 55px;
    cursor: pointer;
    border: none;
    color: #fff;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

body.course-item-popup .thim-content-protected.learn-press-content-protected-message {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

body.course-item-popup .thim-content-protected.learn-press-content-protected-message a {
    text-decoration: underline;
    font-style: italic;
    font-weight: 400
}

body.course-item-popup .thim-content-protected.learn-press-content-protected-message .message {
    display: inline-block
}

#learn-press-course-curriculum::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #F5F5F5;
    border-radius: 5px
}

#learn-press-course-curriculum::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#learn-press-course-curriculum::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c6c6c6
}

#learn-press-content-item .scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    background: #ababab;
    width: 6px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#thim-landing-course-menu-tab,
.course .content:hover .sub-content {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

@media (min-width:768px) {
    #thim-landing-course-menu-tab .woocommerce-message {
        margin: 0 10px 0 -20px !important
    }
}

#thim-landing-course-menu-tab {
    position: fixed;
    background-color: #fff;
    left: 0;
    bottom: -60px;
    width: 100vw;
    z-index: 999;
    align-items: stretch;
    line-height: 60px;
    justify-content: center;
    -khtml-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4);
    -khtml-box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4);
    -moz-box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4);
    -ms-box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4);
    -o-box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4);
    box-shadow: 0 3px 6px 2px rgba(42, 42, 42, .4)
}

#thim-landing-course-menu-tab .wrapper {
    width: 1052px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
}

#thim-landing-course-menu-tab .woocommerce-message {
    height: 50px;
    line-height: 50px;
    border: none !important;
    padding: 0 !important;
    font-size: 0;
    background: 0 0;
    display: inline-block
}

#thim-landing-course-menu-tab .woocommerce-message:after,
#thim-landing-course-menu-tab .woocommerce-message:before {
    display: none !important
}

#thim-landing-course-menu-tab .woocommerce-message .button.wc-forward {
    text-transform: uppercase;
    position: static;
    font-size: 14px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    transform: none;
    -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
}

#thim-landing-course-menu-tab #learn-press-pmpro-notice.purchase-course a {
    font-size: 14px;
    height: 40px;
    padding: 0 30px;
    display: inline-block;
    font-weight: 400;
    line-height: 40px;
    -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
}

#thim-landing-course-menu-tab .has-wishlist .learn-press-course-buttons {
    position: relative
}

.logged-in #thim-landing-course-menu-tab .has-wishlist .learn-press-course-buttons {
    padding-left: 57px
}

#thim-landing-course-menu-tab .has-wishlist .learn-press-course-buttons button.course-wishlist {
    position: absolute;
    top: 10px;
    left: 0
}

#thim-landing-course-menu-tab .learn-press-course-buttons button {
    padding: 0 30px
}

#thim-landing-course-menu-tab #learn-press-pmpro-notice {
    margin-right: 11px
}

#thim-landing-course-menu-tab #learn-press-pmpro-notice,
#thim-landing-course-menu-tab .lp-course-buttons {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

#thim-landing-course-menu-tab #learn-press-wc-message {
    display: inline-block
}

#thim-landing-course-menu-tab ul.course-landing-tab {
    float: left;
    list-style: none;
    margin: 0
}

#thim-landing-course-menu-tab ul.course-landing-tab .course-nav-tab-students-list {
    display: none
}

#thim-landing-course-menu-tab ul.course-landing-tab>li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: inline-block
}

#thim-landing-course-menu-tab ul.course-landing-tab>li:not(:last-child) {
    margin-right: 20px
}

#thim-landing-course-menu-tab ul.course-landing-tab>li a {
    color: #202121
}

#thim-landing-course-menu-tab ul.course-landing-tab>li.active:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0
}

#thim-landing-course-menu-tab ul.course-landing-tab li.course-nav-tab-announcements {
    display: none
}

#thim-landing-course-menu-tab .course-purchase-info {
    float: right;
    padding: 0;
    height: 60px;
    margin: 0 !important
}

#thim-landing-course-menu-tab .course-purchase-info .course-price {
    vertical-align: middle;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0 !important;
    margin-right: 20px;
    color: #2b902e;
    letter-spacing: 0
}

#thim-landing-course-menu-tab .course-purchase-info .course-price.free {
    color: #2b902e;
    margin: 0 16px 0 0;
    font-size: 28px;
    font-weight: 500
}

#thim-landing-course-menu-tab .course-purchase-info .course-origin-price {
    font-size: 16px;
    font-weight: 400;
    color: #202121;
    margin-right: 10px;
    vertical-align: middle
}

#thim-landing-course-menu-tab .learn-press-course-buttons {
    display: inline-block
}

#thim-landing-course-menu-tab .learn-press-course-buttons button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    bottom: 0
}

#thim-landing-course-menu-tab .learn-press-course-buttons button.ajaxload_wishlist:after,
#thim-landing-course-menu-tab .learn-press-course-buttons button.loading:after {
    top: 7px !important
}

#thim-landing-course-menu-tab .learn-press-course-buttons button.course-wishlist {
    font-size: 0;
    cursor: pointer;
    width: 40px;
    line-height: 42px;
    padding: 0
}

#thim-landing-course-menu-tab .learn-press-course-buttons button.course-wishlist.ajaxload_wishlist {
    opacity: .6
}

#thim-landing-course-menu-tab .learn-press-course-buttons button.course-wishlist:before {
    position: relative;
    font-size: 18px;
    content: "\f004";
    font-family: FontAwesome;
    opacity: .6;
    background: 0 0
}

#thim-landing-course-menu-tab .learn-press-course-buttons button.course-wishlist.on:before {
    opacity: 1
}

#thim-landing-course-menu-tab .learn-press-message {
    display: none
}

#thim-landing-course-menu-tab form.enroll-course {
    margin-right: 10px
}

body.course-tab-active #thim-landing-course-menu-tab {
    bottom: 0;
    display: none;
}

body.thim-lp-layout-2 #thim-landing-course-menu-tab .wrapper {
    width: 1268px
}

.lp-assignment-buttons button.button {
    height: 52px;
    line-height: 52px;
    padding: 0 50px
}

#content-item-assignment .learn_press_assignment_attachment h2,
#content-item-assignment .learn_press_assignment_attachment h3,
#content-item-assignment .lp-assignment-buttons h2,
#content-item-assignment .lp-assignment-buttons h3,
.content-item-assignment .learn_press_assignment_attachment h2,
.content-item-assignment .learn_press_assignment_attachment h3,
.content-item-assignment .lp-assignment-buttons h2,
.content-item-assignment .lp-assignment-buttons h3 {
    font-size: 18px
}

#content-item-assignment>h2,
.content-item-assignment>h2 {
    font-size: 1.4rem !important
}

li.course-item-lp_assignment .course-format-icon i:before {
    content: "\f0f6";
    font-family: FontAwesome
}

.lp-assignment-buttons #_lp_upload_file {
    width: 97%;
    max-width: 100%
}

div.assignment-status .progress-items .progress-item {
    color: #fff
}

ul.assignment-files {
    margin-left: 0
}

ul.assignment-files li:before {
    font-size: 20px
}

div.assignment-result .result-grade .result-message {
    margin-top: 10px
}

div.assignment-result .result-grade .result-require {
    margin-top: 5px !important
}

.content-item-wrap .form-button-finish-course,
div.learn_press_assignment_attachment {
    margin-top: 10px
}

div.assignment-result .result-grade .result-achieved {
    border-bottom-color: #999
}

.page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button.wc-forward {
    min-width: 200px
}

.thim-sc-enroll-course .learn-press-course-buttons .button {
    position: relative
}

#thim-landing-course-menu-tab .lp-course-buttons .ajaxload_wishlist:before,
#thim-landing-course-menu-tab .purchase-course a.purchase-button.loading:before,
#thim-landing-course-menu-tab form button.lp-button.loading:before,
#thim-landing-course-menu-tab form.purchase-course .button-add-to-cart.loading:before,
.page-title .lp-course-buttons .ajaxload_wishlist:before,
.page-title .purchase-course a.purchase-button.loading:before,
.page-title form button.lp-button.loading:before,
.page-title form.purchase-course .button-add-to-cart.loading:before,
.thim-sc-enroll-course .lp-course-buttons .ajaxload_wishlist:before,
.thim-sc-enroll-course .purchase-course a.purchase-button.loading:before,
.thim-sc-enroll-course form button.lp-button.loading:before,
.thim-sc-enroll-course form.purchase-course .button-add-to-cart.loading:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: .4;
    -khtml-opacity: .4;
    -moz-opacity: .4;
    -ms-opacity: .4;
    -o-opacity: .4;
    opacity: .4
}

#thim-landing-course-menu-tab .lp-course-buttons .ajaxload_wishlist:after,
#thim-landing-course-menu-tab .purchase-course a.purchase-button.loading:after,
#thim-landing-course-menu-tab form button.lp-button.loading:after,
#thim-landing-course-menu-tab form.purchase-course .button-add-to-cart.loading:after,
.page-title .lp-course-buttons .ajaxload_wishlist:after,
.page-title .purchase-course a.purchase-button.loading:after,
.page-title form button.lp-button.loading:after,
.page-title form.purchase-course .button-add-to-cart.loading:after,
.thim-sc-enroll-course .lp-course-buttons .ajaxload_wishlist:after,
.thim-sc-enroll-course .purchase-course a.purchase-button.loading:after,
.thim-sc-enroll-course form button.lp-button.loading:after,
.thim-sc-enroll-course form.purchase-course .button-add-to-cart.loading:after {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    color: #fff;
    top: 14px;
    z-index: 99;
    margin-left: -12px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-enroll-course .continue-button {
    padding: 0;
    height: auto
}

.thim-sc-enroll-course .continue-button a {
    padding: 0 35px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    color: inherit
}

.wrapper-info-bar form button.lp-button,
.wrapper-info-bar form.purchase-course .button-add-to-cart {
    position: relative !important;
    bottom: 0 !important
}

.wrapper-info-bar form button.lp-button.loading:before,
.wrapper-info-bar form.purchase-course .button-add-to-cart.loading:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}

.wrapper-info-bar form button.lp-button.loading:after,
.wrapper-info-bar form.purchase-course .button-add-to-cart.loading:after {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 9px;
    z-index: 99;
    margin-left: -12px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.wrapper-info-bar .lp-course-buttons .wishlist-button {
    position: relative !important;
    bottom: 0 !important
}

.wrapper-info-bar .lp-course-buttons .wishlist-button.ajaxload_wishlist:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}

.wrapper-info-bar .lp-course-buttons .wishlist-button.ajaxload_wishlist:after {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 9px;
    z-index: 99;
    margin-left: -12px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.content-item-wrap .learn-press-content-protected-message #learn-press-pmpro-notice {
    margin-right: 15px
}

.content-item-wrap .learn-press-content-protected-message #learn-press-pmpro-notice a.button {
    padding: 0 35px;
    height: 55px;
    font-weight: 400;
    line-height: 55px;
    border: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

body.course-item-popup #learn-press-course-curriculum {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.course-tab-panel-reviews #tab-reviews .detail-content {
    display: none
}

body.single .course-description iframe {
    max-width: 100%
}

.content-item-wrap form.learn-press-form.completed {
    color: #fff;
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    margin-top: 10px;
    display: inline-block
}

.content-item-wrap #comments,
.content-item-wrap .assignment-status,
.content-item-wrap .learn-press-message {
    margin-top: 30px
}

.content-item-wrap #comments .list-comments .comment-list .comment .content-comment .message-wrapper {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px)
}

.content-item-wrap .learn-press-message {
    margin-bottom: 30px
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons button.wishlist-button {
    margin-top: 10px
}

body.confirm #popup_overlay {
    position: fixed !important;
    height: 100% !important;
    bottom: 0;
    right: 0
}

body.confirm #popup_container {
    background: #fff;
    padding: 0 !important
}

body.confirm #popup_container #popup_content {
    margin: 0;
    position: relative;
    padding: 20px;
    border: 0;
    border-radius: 0
}

body.confirm #popup_container #popup_content #popup_message {
    font-weight: 400;
    margin-top: 0 !important
}

body.confirm #popup_container a.close {
    top: 5px;
    right: 10px;
    color: #333;
    font-size: 20px
}

body.confirm #popup_container #popup_panel #popup_cancel,
body.confirm #popup_container #popup_panel #popup_ok {
    min-width: 110px;
    border-radius: 30px;
    display: inline-block !important;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 14px;
    height: 40px;
    line-height: 39px
}

.lp-learning #comments input.submit,
.lp-learning .lp-quiz-buttons button[type=submit],
.lp-learning button.button {
    /* height: 48px !important; */
    /* line-height: 48px !important; */
    /* border: none !important */
}

.lp-learning #comments input.submit {
    padding: 0 35px !important
}

body.course-item-popup .content-item-summary {
    margin-top: 0 !important;
    margin-bottom: 30px !important
}

body.course-item-popup.lp-learning.learnpress-v3 #learn-press-course-curriculum .section-header {
    padding-right: 15px;
    padding-left: 15px
}

.section-content .rank {
    font-size: 13px;
    font-weight: 400;
    min-width: 80px;
    display: inline-block;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-opacity: .75;
    -khtml-opacity: .75;
    -moz-opacity: .75;
    -ms-opacity: .75;
    -o-opacity: .75;
    opacity: .75
}

.breadcrumb-content .learn-press-message.success,
.course-curriculum ul.curriculum-sections .section-content .course-item:before {
    display: none
}

.section-content .rank .label {
    margin-right: 5px
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
    color: #888
}

.lp-landing.course-item-popup ul.curriculum-sections .section-content .course-item.current .rank,
.lp-landing.course-item-popup ul.curriculum-sections .section-content .course-item:hover .rank,
body.lp-learning.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current .rank,
body.lp-learning.learnpress.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:hover .rank {
    color: #fff
}

body.single-popup:not(.logged-in) .breadcrumb-content form.enroll-course .button-enroll-course.loading:after,
body.single-popup:not(.logged-in) .breadcrumb-content form.enroll-course .button-enroll-course.loading:before {
    display: none;
    opacity: 0
}

body.single .course-info .list-inline .list-inline-item.item-review {
    font-size: 0
}

body.buy-through-membership.in-membership .info-bar .inner-content {
    padding: 15px 0
}

.course-students-list {
    margin: 0;
    padding: 0 20px 30px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 6px
}

.course-students-list .student-list-top {
    padding: 25px 0 20px;
    float: none;
    display: block;
    border-bottom: 1px solid #e5e5e5
}

.course-students-list .student-list-top label {
    margin: 0 5px 0 0
}

.course-students-list .student-list-top .filter-students select {
    border-color: #e7e7e7;
    height: 26px;
    padding: 0 5px;
    font-size: 14px;
    color: #999;
    outline: 0 !important
}

.course-students-list .student-list-top .students-list-title {
    color: #2b3339;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    margin-bottom: 0;
    float: none
}

.lp-learning .course-students-list .student-list-top .students-list-title {
    font-size: 20px
}

.lp-landing .course-students-list {
    background: #fdfdfd;
    margin-top: 40px
}

.course-students-list ul.students {
    overflow: hidden;
    padding: 30px 0 0;
    list-style: none;
    margin: 0
}

.course-students-list ul.students li {
    margin: 0;
    width: 50% !important;
    float: left
}

.course-students-list ul.students li .user-info {
    display: inline-block;
    float: none;
    overflow: hidden;
    width: auto
}

.course-students-list ul.students li .user-info .avatar {
    float: left;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden
}

.course-students-list ul.students li .user-info .avatar img {
    height: 70px;
    width: 70px;
    background-color: #ccc;
    border-radius: 50%
}

.course-students-list ul.students li .user-info .right-info {
    padding-left: 15px;
    display: inline-block
}

.course-students-list ul.students li .user-info .right-info .name {
    text-transform: capitalize;
    position: inherit;
    margin: 10px 0 0;
    display: block;
    color: #212121;
    font-weight: 500
}

.course-students-list ul.students li .user-info .right-info .course-progress {
    font-size: 12px;
    font-weight: 700;
    color: #212121;
    line-height: 20px
}

.course-students-list ul.students li .user-info .right-info .course-progress .course-result {
    color: #999;
    margin-right: 7px
}

.answer-option input[type=checkbox]:after {
    display: none
}

.answer-option input[type=checkbox]:checked:before {
    float: none
}

.learnpress .learn-press-courses .course,
.learnpress .learn-press-courses .course-entry,
.learnpress .widget-body .course,
.learnpress .widget-body .course-entry,
.widget_lp-widget-featured-courses .learn-press-courses .course,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry,
.widget_lp-widget-featured-courses .widget-body .course,
.widget_lp-widget-featured-courses .widget-body .course-entry,
.widget_lp-widget-popular-courses .learn-press-courses .course,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry,
.widget_lp-widget-popular-courses .widget-body .course,
.widget_lp-widget-popular-courses .widget-body .course-entry,
.widget_lp-widget-recent-courses .learn-press-courses .course,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry,
.widget_lp-widget-recent-courses .widget-body .course,
.widget_lp-widget-recent-courses .widget-body .course-entry {
    margin-bottom: 40px;
    border-bottom: 0;
    padding-bottom: 0
}

.learnpress .learn-press-courses .course .course-inner,
.learnpress .learn-press-courses .course-entry .course-inner,
.learnpress .widget-body .course .course-inner,
.learnpress .widget-body .course-entry .course-inner,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner,
.widget_lp-widget-featured-courses .widget-body .course .course-inner,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner,
.widget_lp-widget-popular-courses .widget-body .course .course-inner,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner,
.widget_lp-widget-recent-courses .widget-body .course .course-inner,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner {
    -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
}

.learnpress .learn-press-courses .course .course-inner .course-cover,
.learnpress .learn-press-courses .course-entry .course-inner .course-cover,
.learnpress .widget-body .course .course-inner .course-cover,
.learnpress .widget-body .course-entry .course-inner .course-cover,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-cover,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-cover,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-cover,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-cover,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-cover,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-cover,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-cover,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-cover,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-cover,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-cover,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-cover,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-cover {
    position: relative
}

.learnpress .learn-press-courses .course .course-inner .course-cover img,
.learnpress .learn-press-courses .course-entry .course-inner .course-cover img,
.learnpress .widget-body .course .course-inner .course-cover img,
.learnpress .widget-body .course-entry .course-inner .course-cover img,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-cover img,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-cover img,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-cover img,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-cover img,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-cover img,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-cover img,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-cover img,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-cover img,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-cover img,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-cover img,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-cover img,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-cover img {
    width: 100%
}

.learnpress .learn-press-courses .course .course-inner .course-cover .price,
.learnpress .learn-press-courses .course-entry .course-inner .course-cover .price,
.learnpress .widget-body .course .course-inner .course-cover .price,
.learnpress .widget-body .course-entry .course-inner .course-cover .price,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-cover .price,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-cover .price,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-cover .price,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-cover .price,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-cover .price,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-cover .price,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-cover .price,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-cover .price,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-cover .price,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-cover .price,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-cover .price,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-cover .price {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1976d2;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .33px;
    line-height: 40px;
    padding: 0 30px;
    font-weight: 700
}

.learnpress .learn-press-courses .course .course-inner .course-cover .price.free,
.learnpress .learn-press-courses .course-entry .course-inner .course-cover .price.free,
.learnpress .widget-body .course .course-inner .course-cover .price.free,
.learnpress .widget-body .course-entry .course-inner .course-cover .price.free,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-cover .price.free,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-cover .price.free,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-cover .price.free,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-cover .price.free,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-cover .price.free,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-cover .price.free,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-cover .price.free,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-cover .price.free,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-cover .price.free,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-cover .price.free,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-cover .price.free,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-cover .price.free {
    background: #6CB719
}

.learnpress .learn-press-courses .course .course-inner .course-detail,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail,
.learnpress .widget-body .course .course-inner .course-detail,
.learnpress .widget-body .course-entry .course-inner .course-detail,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail {
    background: #FFF;
    border: 1px solid #e7e7e7
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-title,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-title,
.learnpress .widget-body .course .course-inner .course-detail .course-title,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-title,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-title,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-title,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-title,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-title,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-title,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-title,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-title,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-title,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-title,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-title,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-title,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 300;
    margin: 0 0 4px
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-detail-inner,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner,
.learnpress .widget-body .course .course-inner .course-detail .course-detail-inner,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-detail-inner,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner {
    padding: 34px 30px
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-detail-inner .author a,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner .author a,
.learnpress .widget-body .course .course-inner .course-detail .course-detail-inner .author a,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-detail-inner .author a,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner .author a {
    color: #999;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .94px;
    font-weight: 300;
    text-transform: capitalize
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data {
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 53px;
    letter-spacing: .55px
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field {
    padding: 0 20px
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:first-child,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:first-child {
    margin-left: 10px
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field:last-child,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field:last-child {
    padding-right: 0
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data .course-meta-field .icons,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .icons {
    margin-right: 2px
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data .social-share,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data .social-share,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share {
    border-left: 1px solid #e7e7e7;
    width: 54px;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #999
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share:hover,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data .social-share:hover,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data .social-share:hover,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share:hover {
    background: #e7e7e7
}

.learnpress .learn-press-courses .course .course-inner .course-detail .course-meta-data>div:after,
.learnpress .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data>div:after,
.learnpress .widget-body .course .course-inner .course-detail .course-meta-data>div:after,
.learnpress .widget-body .course-entry .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-featured-courses .widget-body .course .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-popular-courses .widget-body .course .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-recent-courses .widget-body .course .course-inner .course-detail .course-meta-data>div:after,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data>div:after {
    content: ''
}

.learnpress .learn-press-courses .course .course-inner:hover,
.learnpress .learn-press-courses .course-entry .course-inner:hover,
.learnpress .widget-body .course .course-inner:hover,
.learnpress .widget-body .course-entry .course-inner:hover,
.widget_lp-widget-featured-courses .learn-press-courses .course .course-inner:hover,
.widget_lp-widget-featured-courses .learn-press-courses .course-entry .course-inner:hover,
.widget_lp-widget-featured-courses .widget-body .course .course-inner:hover,
.widget_lp-widget-featured-courses .widget-body .course-entry .course-inner:hover,
.widget_lp-widget-popular-courses .learn-press-courses .course .course-inner:hover,
.widget_lp-widget-popular-courses .learn-press-courses .course-entry .course-inner:hover,
.widget_lp-widget-popular-courses .widget-body .course .course-inner:hover,
.widget_lp-widget-popular-courses .widget-body .course-entry .course-inner:hover,
.widget_lp-widget-recent-courses .learn-press-courses .course .course-inner:hover,
.widget_lp-widget-recent-courses .learn-press-courses .course-entry .course-inner:hover,
.widget_lp-widget-recent-courses .widget-body .course .course-inner:hover,
.widget_lp-widget-recent-courses .widget-body .course-entry .course-inner:hover {
    -webkit-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, .1);
    -khtml-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, .1);
    -moz-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, .1);
    -ms-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, .1);
    -o-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, .1);
    box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, .1)
}

.learnpress .widget-footer,
.widget_lp-widget-featured-courses .widget-footer,
.widget_lp-widget-popular-courses .widget-footer,
.widget_lp-widget-recent-courses .widget-footer {
    padding: 40px 0;
    text-align: center
}

.thim-recent-courses-widget .recent-courses-wrapper {
    list-style: none
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .feature-img {
    flex-shrink: 0;
    margin-right: 19px;
    position: relative
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .feature-img .img-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .content .title {
    margin-bottom: 11px;
    margin-top: 0;
    line-height: 1.38;
    font-size: 16px
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .content .title a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .content .price {
    text-transform: uppercase;
    align-items: center
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .content .price .course-price {
    margin-right: 8px;
    font-weight: 500;
    font-size: 16px
}

.thim-recent-courses-widget .recent-courses-wrapper .course-item .content .price .course-origin-price {
    order: 2;
    color: #202121;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .3px;
    font-weight: 300
}

.thim-course-filter-wrapper .thim-course-filter-container {
    padding: 10px 20px 30px;
    border: 1px solid #e7e7e7
}

.thim-course-filter-wrapper .thim-course-filter-container input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    font-size: 14px
}

.thim-course-filter-wrapper .thim-course-filter-container input[type=checkbox],
.thim-course-filter-wrapper .thim-course-filter-container input[type=radio] {
    border: 1px solid #999;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

.learnpress .learn-press-courses .course-meta-data:after,
.learnpress .learn-press-search-course-form:after,
.profile-container #your-profile,
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-10:nth-child(4n+1),
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-3:nth-child(3n+1),
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-4:nth-child(4n+1),
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-6:nth-child(6n+1),
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-7:nth-child(7n+1),
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-8:nth-child(4n+1),
.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-9:nth-child(4n+1),
.profile-container .thim-author-social,
.profile-container .thim-course-grid article:nth-child(3n+1),
.profile-container .thim-course-grid:after,
.register-content:after {
    clear: both
}

.thim-course-filter-wrapper .thim-course-filter-container input[type=checkbox]:checked:before,
.thim-course-filter-wrapper .thim-course-filter-container input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 14px;
    content: '\f00c';
    margin: 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 16px;
    line-height: 14px
}

.thim-course-filter-wrapper .thim-course-filter-container input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px
}

.thim-course-filter-wrapper .thim-course-filter-container .filter-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0
}

.thim-course-filter-wrapper .thim-course-filter-container ul li {
    margin-bottom: 5px;
    font-weight: 500
}

.thim-course-filter-wrapper .thim-course-filter-container ul li label {
    cursor: pointer
}

.thim-course-filter-wrapper .thim-course-filter-container .filter-submit {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px
}

.thim-course-filter-wrapper .thim-course-filter-container .filter-submit button {
    border-radius: 30px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    padding: 0 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: all .5s
}

.profile-container {
    padding: 0;
    border-radius: 0;
    border: 0;
    overflow: hidden
}

.profile-container .thim-course-grid {
    margin: 0 -15px
}

.profile-container .thim-course-grid:after,
.profile-container .thim-course-grid:before {
    content: " ";
    display: table
}

.profile-container .thim-course-grid article {
    float: left;
    margin-bottom: 40px
}

.profile-container .thim-course-grid article .course-info,
.profile-container .thim-course-grid article .learn-press-course-buttons {
    display: none
}

.profile-container a {
    cursor: pointer
}

.profile-container .box-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 11px;
    position: relative;
    padding-bottom: 19px
}

.profile-container .box-title:after {
    content: '';
    width: 35px;
    background: #111;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.profile-container .user-tab {
    width: 25%;
    width: calc(300px);
    width: -webkit-calc(300px);
    width: -moz-calc(300px);
    float: left;
    padding-right: 30px
}

.profile-container .user-tab .author-avatar {
    margin-bottom: 25px
}

.profile-container .user-tab .author-avatar img {
    margin: 0
}

.profile-container .user-tab .author-name {
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding: 52px 0 27px;
    margin: 25px 0 30px;
    position: relative;
    border-top: 1px solid #e7e7e7
}

.profile-container .user-tab .author-name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 1px
}

.profile-container .user-tab .user-information .profile-list-social {
    text-align: center;
    margin: 0
}

.profile-container .user-tab .user-information .profile-list-social li {
    list-style: none;
    margin: 0 2px;
    display: inline-block
}

.profile-container .user-tab .user-information .profile-list-social li a {
    font-size: 14px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #999;
    border: 1px solid #e7e7e7
}

.profile-container .profile-tabs .learn-press-tabs li.active a,
.profile-container .profile-tabs .learn-press-tabs li:hover a,
.profile-container .user-tab .user-information .profile-list-social li a:hover {
    color: #17d1aa;
    background: none !important;
    border-color: #e7e7e7 !important;
}

.profile-container .user-tab .list-contact {
    list-style: none;
    margin: 0;
    text-align: center
}

.profile-container .user-tab .list-contact li {
    display: block
}

.profile-container .user-tab .description {
    text-align: center;
    margin-top: 25px
}

.profile-container .profile-tabs #learn-press-profile-content .lp-avatar-preview .profile-picture,
.profile-container .profile-tabs .tab-content>.tab-pane>.box-title:first-child {
    margin-top: 0
}

.profile-container .thim-author-social {
    margin: 0;
    text-align: center
}

.profile-container .profile-tabs {
    width: 75%;
    width: calc(100% - 300px);
    width: 100%;
    width: -moz-calc(100% - 300px);
    /*    float: right;*/
}

.profile-container .profile-tabs .thim-empty-course {
    margin-bottom: 40px
}

.profile-container .profile-tabs .learn-press-tabs {
    list-style: none;
    border: 0;
    padding: 0;
    width: 25%;
    float: left;
    margin: 5px 20px;
    -webkit-box-shadow: 0 0 5px 2px #e5e5e5;
    -moz-box-shadow: 0 0 5px 2px #e5e5e5;
    box-shadow: 0 0 5px 2px #e5e5e5;
}

.profile-container .profile-tabs .learn-press-tabs li {
    float: left;
    border-radius: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    /*white-space: nowrap;*/
}

.profile-container .profile-tabs .learn-press-tabs li:last-child {
    border-bottom: none
}

.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-6 {
    width: 16.666%
}

.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-7 {
    width: 14.28%
}

.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-5 {
    width: 20%
}

.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-5:nth-child(5n+1) {
    clear: both
}

.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-4 {
    width: 25%
}

.profile-container .profile-tabs .learn-press-tabs li.thim-profile-list-3 {
    width: 33.33%
}

.profile-container .profile-tabs .learn-press-tabs li a {
    /*margin-right: 3px;
    margin-bottom: 3px;*/
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: block;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    text-align: left;
    /*margin: 5px 14px;*/
}

.profile-container .profile-tabs .learn-press-tabs li:after {
    content: "";
    display: table;
    clear: both
}

.profile-container .profile-tabs .learn-press-tabs li.settings a {
    border-bottom: none;
    margin-top: 0px;
}

.profile-container .profile-tabs .learn-press-tabs li a .fa {
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.5;
    margin-right: 8px;
    float: left;
}

.profile-container .profile-tabs .learn-press-tabs li a span {
    padding-left: 30px;
    width: 100%;
    display: block;
}

.profile-container .profile-tabs #learn-press-profile-content {
    width: 70%;
    float: left;
    margin: 0;
    background: #f6f6f6;
    padding: 10px 15px;
}

.profile-container .profile-tabs #learn-press-profile-content #lp-remove-upload-photo {
    margin-left: 10px
}

.profile-container .profile-tabs .tab-content {
    padding: 0;
}

.profile-container .profile-tabs .tab-content>.tab-pane {
    padding-left: 0;
    padding-right: 0
}

.profile-container .profile-tabs .tab-content .thim-course-grid>p {
    margin-left: 15px;
    margin-right: 15px
}

.profile-container .profile-tabs .tab-content .thim-course-grid .course-passed {
    padding-bottom: 20px
}

.profile-container .profile-tabs .tab-content .thim-course-grid .course-passed .value {
    font-weight: 700
}

.profile-container .profile-tabs .tab-content .thim-course-grid .cert-profile-view {
    margin: 0 0 15px;
    display: inline-block
}

.profile-container .profile-tabs .tab-content .thim-course-grid .cert-profile-view:hover {
    text-decoration: underline
}

.profile-container .profile-heading {
    font-size: 22px
}

.profile-container .lp-tab-sections {
    background: 0 0;
    font-size: 14px;
    margin: 0;
    line-height: 0;
    border-bottom: 1px solid #e1e1e1;
}

.profile-container .lp-tab-sections li {
    margin-right: 3px;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: 5px solid #f6f6f6;
    font-weight: 400;
    background: #f9f9f9;
    line-height: 29px;
    float: none;
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    min-width: 100px;
}

.profile-container .lp-tab-sections li.active,
.profile-container .lp-tab-sections li:hover {
    color: #000000 !important;
    border-color: #26ae88 !important;
    background: #f6f6f6 !important;
}

.profile-container .lp-tab-sections li.active a,
.profile-container .lp-tab-sections li:hover a {
    color: inherit
}

.profile-container .lp-tab-sections li span {
    border: none !important;
    padding: 0 !important
}

.profile-container #your-profile {
    padding: 0;
    border: 0px solid #e7e7e7;
    margin: 0;
}

.profile-container #your-profile ul {
    margin: 0;
    padding: 0;
}

.profile-container #your-profile li {
    list-style: none;
    width: 50%;
    float: left;
}

.profile-container #your-profile li.form-field,
.profile-container #your-profile li.lp-form-field {
    margin-bottom: 20px;
}

.profile-container #your-profile li textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 3px;
}

.profile-container #your-profile li input:not([type=checkbox]),
.profile-container #your-profile li select {
    width: 95%;
    max-width: 100%;
    padding: 0 20px;
    height: 38px;
    border: 1px solid #000000;
    border-radius: 3px;
}

.profile-container #your-profile button {
    cursor: pointer;
    margin-top: 0;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    outline: 0;
    transition: all .5s;
    border: none !important;
}

.profile-container #your-profile button[name=submit] {
    font-size: 16px;
    height: 40px;
}

.profile-container #your-profile .description,
.profile-container #your-profile input[type=checkbox] {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle
}

.profile-container #your-profile .content50 .lp-form-field {
    width: 50%;
    float: left
}

.profile-container img {
    width: 100%
}

.profile-container button.course-wishlist {
    display: none
}

table.list-book-event tr,
table.order_details tr,
table.quiz-history tr,
table.table-orders tr {
    border: 0
}

table.list-book-event tr th,
table.order_details tr th,
table.quiz-history tr th,
table.table-orders tr th {
    border: 1px solid #e7e7e7;
    border-width: 1px 1px 1px 0;
    padding: 10px 15px
}

table.list-book-event tr th:first-child,
table.order_details tr th:first-child,
table.quiz-history tr th:first-child,
table.table-orders tr th:first-child {
    border-left-width: 1px
}

table.list-book-event tr td,
table.order_details tr td,
table.quiz-history tr td,
table.table-orders tr td {
    border: 1px solid #e7e7e7;
    border-width: 1px 1px 1px 0;
    padding: 10px 15px
}

table.list-book-event tr td:first-child,
table.order_details tr td:first-child,
table.quiz-history tr td:first-child,
table.table-orders tr td:first-child {
    border-left-width: 1px
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu {
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: 0
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li {
    list-style: none;
    display: inline-block;
    padding-right: 15px
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li a {
    padding-bottom: 5px
}

.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu li span {
    padding-bottom: 2px
}

.profile-container .profile-orders .column-order-action a {
    margin-right: 5px
}

.order-recover input {
    height: 42px;
    padding: 0 20px;
    border: 1px solid #e7e7e7
}

.order-recover button {
    line-height: 42px !important;
    height: 42px !important;
    padding: 0 30px;
    border: none;
    color: #fff;
    transition: all .5s
}

.lp-list-table thead tr th {
    font-weight: 400
}

.after-main {
    overflow: hidden
}

.after-main .container {
    max-width: 1024px
}

.after-main .widget_thim_layout_builder img {
    position: static
}

.after-main .thim-content-talk p {
    margin-bottom: 44px
}

.after-main form.wpcf7-form {
    background-color: #fff;
    padding: 56px 50px 60px;
    width: 478px;
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, .8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.after-main form.wpcf7-form .sub-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase
}

.after-main form.wpcf7-form .main-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .8px;
    margin-bottom: 26px
}

.after-main form.wpcf7-form label {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px
}

.after-main form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 30px
}

.learnpress .learn-press-search-course-form,
.thim-course-top {
    margin-bottom: 60px
}

.after-main form.wpcf7-form input,
.after-main form.wpcf7-form textarea {
    border: 1px solid #e2e2e2;
    line-height: 1.5;
    letter-spacing: .3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.after-main form.wpcf7-form input.wpcf7-not-valid,
.after-main form.wpcf7-form textarea.wpcf7-not-valid {
    border-color: red
}

.after-main form.wpcf7-form input[type=email] {
    height: 50px
}

.after-main form.wpcf7-form input[type=submit] {
    font-size: 18px;
    letter-spacing: .4px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    height: 50px
}

.after-main form.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 10px
}

.after-main .thim-content-talk {
    margin-top: 190px;
    margin-left: 0
}

.sc-review-stars {
    display: inline
}

.archive-courses .thim-loading-icon {
    display: none
}

.archive-courses.loading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 99
}

.archive-courses.loading {
    position: relative;
    overflow: hidden
}

.archive-courses.loading .thim-loading-icon {
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -38px;
    z-index: 100
}

.learnpress .site-content {
    padding-top: 70px;
}

.learnpress .site-content.no-padding {
    /*padding: 0*/
}

.learnpress .learn-press-courses {
    margin-left: -15px;
    margin-right: -15px
}

.learnpress .learn-press-courses .course-meta-data:after,
.learnpress .learn-press-courses .course-meta-data:before {
    content: " ";
    display: table
}

.learnpress .learn-press-courses .course-meta-data .course-meta-field {
    display: inline-block;
    float: left
}

.learnpress .learn-press-courses .course-meta-data .course-meta-field.course-lesson-number {
    padding-right: 0 !important
}

.learnpress .learn-press-search-course-form:after,
.learnpress .learn-press-search-course-form:before {
    content: " ";
    display: table
}

.learnpress .learn-press-search-course-form .search-course-input {
    height: 50px;
    border: 1px solid #e7e7e7
}

.learnpress .learn-press-search-course-form .search-course-button {
    border: 0
}

.thim-course-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.thim-course-top .course-index {
    margin-left: 15px;
    flex-grow: 1;
    font-size: 16px
}

.thim-course-top .thim-course-order {
    margin-left: auto;
    margin-right: 20px
}

.thim-course-top .thim-course-order select {
    font-size: 16px;
    height: 32px;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    outline: 0 !important
}

.thim-course-top .thim-course-order select option {
    font-size: 14px
}

.thim-course-top .lpr_course-switch a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background: #e7e7e7;
    color: #888;
    margin-right: 4px;
    display: inline-block
}

.thim-course-top .lpr_course-switch a i {
    line-height: 32px
}

.thim-course-top .lpr_course-switch a.switcher-active,
.thim-course-top .lpr_course-switch a:hover {
    color: #fff
}

.thim-course-top .courses-searching {
    float: right
}

.thim-course-top .courses-searching form {
    position: relative;
    display: inline-block;
    float: left
}

.thim-course-top .courses-searching input {
    width: 305px;
    line-height: 31px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    border-radius: 0;
    background: 0 0 !important
}

.thim-course-top .courses-searching input:active,
.thim-course-top .courses-searching input:focus {
    box-shadow: none
}

.thim-course-top .courses-searching button {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #888;
    cursor: pointer;
    border-radius: 0
}

.thim-course-top .courses-searching button:active,
.thim-course-top .courses-searching button:focus {
    box-shadow: none;
    background: 0 0;
    border: none
}

.archive-courses.course-list .content:hover,
.course .content:hover .sub-content {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.archive-courses.course-list article {
    width: 100%;
    float: left;
    max-width: 100%;
    flex: 100%
}

.archive-courses.course-list .content {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.archive-courses.course-list .content:hover {
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -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
}

.archive-courses.course-list .content:hover .sub-content {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.archive-courses.course-list .content .thumbnail {
    float: left;
    min-width: 365px
}

.archive-courses.course-list .content .thumbnail .review {
    display: none
}

.archive-courses.course-list .content .sub-content {
    padding: 22px 30px
}

.archive-courses.course-list .content .sub-content .title {
    padding: 0;
    margin-bottom: 10px
}

.archive-courses.course-list .content .sub-content .title a {
    line-height: 40px;
    font-size: 32px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .6px
}

.archive-courses.course-list .content .sub-content .date-comment {
    padding: 0
}

.archive-courses.course-list .content .content-list {
    display: block;
    margin-top: 18px;
    letter-spacing: .3px
}

.archive-courses.course-list .content .content-list .course-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 42px
}

.archive-courses.course-list .content .content-list .courses_list_info {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.archive-courses.course-list .content .content-list .courses_list_info li {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e7e7e7;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    max-width: 33.33%;
    line-height: 1.57
}

.archive-courses.course-list .content .content-list .courses_list_info li:first-child {
    border: none;
    margin: 0;
    padding: 0
}

.archive-courses.course-list .content .content-list .courses_list_info li label {
    font-size: 14px;
    color: #878787;
    display: block;
    margin: 0
}

.archive-courses.course-list .content .content-list .courses_list_info li .avatar {
    display: block;
    float: left;
    margin-right: 10px
}

.archive-courses.course-list .content .content-list .courses_list_info li .avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: 5px
}

.archive-courses.course-list .content .content-list .courses_list_info li .info {
    display: grid
}

.archive-courses.course-list .content .content-list .courses_list_info li .info a {
    color: #202121;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.38
}

.archive-courses.course-list .content .content-list .courses_list_info .author .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    float: left
}

.archive-courses.course-list .content .content-list .courses_list_info .author .info {
    float: left
}

.archive-courses.course-list .content .content-list .courses_list_info .author .info a {
    color: #202121;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize
}

.archive-courses.course-list .content .content-list .courses_list_info .review .sc-review-stars .review-stars-rated {
    width: 55px;
    height: 24px;
    margin-top: 0;
    float: left;
    margin-right: 7px
}

.archive-courses.course-list .content .content-list .courses_list_info .review .sc-review-stars .review-stars-rated .filled {
    right: 0
}

.archive-courses.course-list .content .content-list .courses_list_info .review .sc-review-stars .review-stars-rated .empty,
.archive-courses.course-list .content .content-list .courses_list_info .review .sc-review-stars .review-stars-rated .filled {
    font-size: 11px;
    color: #ec5f4c
}

.archive-courses.course-list .content .content-list .courses_list_info .review .sc-review-stars .review-stars-rated .empty:before,
.archive-courses.course-list .content .content-list .courses_list_info .review .sc-review-stars .review-stars-rated .filled:before {
    line-height: 24px
}

.archive-courses.course-list .content .content-list .courses_list_info .review .vote {
    line-height: 24px;
    float: left;
    display: inline-block
}

.align-right .register-content,
.content-item-wrap #comments .comment-respond .comment-form>p.comment-form-email {
    float: right
}

.archive-courses.course-list .content .content-list .courses_list_info .students {
    color: #202121;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.38
}

.course .content .thumbnail {
    overflow: hidden;
    position: relative
}

.course .content .thumbnail .img_thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0) 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0) 50%), to(rgba(32, 33, 33, .7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0) 50%', endColorStr='rgba(32, 33, 33, 0.7) 100%')
}

.course .content .thumbnail .img_thumbnail:before img {
    transform: scale(1)
}

.course .content .thumbnail .img_thumbnail img {
    -webkit-transition: .5s ease-in-out;
    -khtml-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.course .content .thumbnail .img_thumbnail:hover img {
    transform: scale(1.2)
}

.course .content .thumbnail .price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .4px;
    padding: 11px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    text-transform: uppercase;
    z-index: 9
}

.course .content .thumbnail .price:empty,
.course .content .thumbnail .review .vote {
    display: none
}

.course .content .thumbnail .price .course-origin-price {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.57;
    letter-spacing: .3px;
    margin-left: 10px;
    text-decoration: line-through;
    padding-top: 1px;
    order: 2
}

.course .content .thumbnail .price .course-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .4px
}

.course .content .thumbnail .review .sc-review-stars {
    z-index: 9;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 27px
}

.course .content .thumbnail .review .sc-review-stars .review-stars-rated {
    width: 55px;
    margin-left: 60px;
    height: 27px;
    margin-top: 0
}

.course .content .thumbnail .review .sc-review-stars .review-stars-rated .filled {
    right: 0
}

.course .content .thumbnail .review .sc-review-stars .review-stars-rated .empty,
.course .content .thumbnail .review .sc-review-stars .review-stars-rated .filled {
    font-size: 11px;
    color: #e5e5e6
}

.course .content .thumbnail .review.review-course .vote {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    color: #e5e5e6;
    z-index: 2;
    bottom: 9px;
    right: 15px;
    display: inline
}

.course .content .thumbnail .review.review-course .sc-review-stars {
    right: 72px
}

.course .content .sub-content {
    height: auto;
    padding-bottom: 25px
}

.course .content .sub-content .title {
    padding: 0 !important;
    line-height: 18px;
    padding-left: 0px !important;
    padding-right: 0 !important;
    min-height: 73px;
}

.course .content .sub-content .title a {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: inherit;
}

.course .content .sub-content .date-comment {
    padding: 0 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: .3px;
    color: #878787
}

.course .content:hover .thumbnail .price {
    background: #fff;
    -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
}

.course .content:hover .sub-content {
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.33);
    -khtml-transition: all .3s;
    transition: all .3s;
    background: #fff
}

.course .content .content-list {
    display: none
}

.learn-press-pagination ul {
    margin: 20px 0
}

.learn-press-pagination ul li {
    margin: 0 2px
}

.learn-press-pagination ul li .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 45px;
    padding: 0;
    font-size: 16px;
    color: #878787;
    background: #fff
}

#top-sidebar-courses .vc_row.vc_row-has-fill .thim-sc-heading .primary-heading,
#top-sidebar-courses .vc_row.vc_row-has-fill .thim-sc-heading .secondary-heading,
.archive.learnpress .breadcrumb-content.breadcrumb-plus #breadcrumbs li a:hover,
.learn-press-pagination ul li .page-numbers.current,
.learn-press-pagination ul li .page-numbers:hover {
    color: #fff
}

.learn-press-pagination ul li .page-numbers.next {
    font-size: 0
}

.learn-press-pagination ul li .page-numbers.next:before {
    content: "\f3d3";
    font-family: Ionicons;
    font-size: 16px
}

.learn-press-pagination ul li .page-numbers.prev {
    font-size: 0
}

.learn-press-pagination ul li .page-numbers.prev:before {
    content: "\f3d2";
    font-family: Ionicons;
    font-size: 16px
}

.overflow.top-courses-overflow .thim-sc-courses-carousel .inner-carousel {
    max-width: 1546px
}

.courses-trusted.thim-background-overlay .thim-sc-text-box.left .title-1 {
    margin-top: 135px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .3px;
    font-style: normal
}

.courses-trusted.thim-background-overlay .thim-sc-text-box.left .title-2 {
    margin-top: 20px;
    font-size: 34px;
    font-weight: 100;
    line-height: 1.29;
    letter-spacing: .7px;
    max-width: 610px
}

.courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn {
    margin-top: 44px;
    margin-bottom: 24px;
    line-height: 35px
}

.courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn .text {
    font-size: 14px
}

.courses-trusted.thim-background-overlay .thim-sc-text-box.left .btn .text i {
    font-size: 16px;
    margin-left: 8px
}

.archive.learnpress .breadcrumb-content.breadcrumb-plus #breadcrumbs li a {
    position: relative;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.archive.learnpress .breadcrumb-content.breadcrumb-plus #breadcrumbs li a:hover:after {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.archive.learnpress .breadcrumb-content.breadcrumb-plus #breadcrumbs li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#top-sidebar-courses .vc_row.vc_row-has-fill .thim-sc-heading .underline {
    border-bottom-color: #fff
}

.course .content .thumbnail .sale {
    width: 0;
    height: 0;
    border-top: 86px solid #ffae00;
    border-right: 86px solid transparent;
    display: inline-block;
    position: absolute;
    z-index: 9
}

.course .content .thumbnail .sale .text-sale {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: -68px;
    display: inline-block;
    left: 10px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.archive-courses .course .course-info,
.archive-courses .course .learn-press-course-buttons,
.collection-summary .course .course-info,
.collection-summary .course .learn-press-course-buttons {
    display: none
}

.archive-courses .course .content .thumbnail .img_thumbnail img {
    width: 100%
}

body.archive.category.learnpress .learn-press-pagination .page-numbers>li,
body.archive.tag.learnpress .learn-press-pagination .page-numbers>li,
body.post-type-archive-lp_course .learn-press-pagination .page-numbers>li {
    margin: 0 5px
}

.button-when-logged {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 88;
    display: flex;
    align-items: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: rgba(0, 0, 0, .5)
}

article.course-purchased .button-when-logged,
body.logged-in .button-when-logged.has-wishlist {
    padding: 12px 10px
}

.button-when-logged button.wishlist-button {
    margin: 0 7.5px;
    font-size: 0;
    background: 0 0;
    width: 20px;
    height: 20px;
    border: none;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    outline: 0
}

.button-when-logged .course-wishlist-box span,
.thim-coming-soon-course:before {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.button-when-logged button.wishlist-button:before {
    font-size: 18px;
    content: "\f004";
    font-family: FontAwesome
}

.button-when-logged .course-wishlist-box {
    margin: 0 7.5px
}

.button-when-logged .course-wishlist-box span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    -khtml-transition: all .3s;
    transition: all .3s
}

.register-content.ban_click .register-form .register-fields li button,
.register-content.ban_click .register-form .register-fields li input,
.thim-sc-courses-carousel.style-1 .owl-nav .owl-next.disabled,
.thim-sc-courses-carousel.style-1 .owl-nav .owl-prev.disabled {
    cursor: not-allowed
}

.button-when-logged .purchased {
    margin: 0 7.5px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 22px
}

.thim-course-block-3 .featured-img .img-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4
}

.thim-course-block-3 .featured-img .course-meta {
    z-index: 5
}

#course-reviews .course-reviews-list .review-author-info,
#course-reviews .course-reviews-list .review-text {
    width: calc(100% - 111px);
    width: -webkit-calc(100% - 111px);
    width: -moz-calc(100% - 111px);
    float: right
}

#course-reviews .course-reviews-list .review-author {
    overflow: hidden
}

#course-reviews .course-reviews-list .review-stars-rated,
#course-reviews .course-reviews-list .user-name {
    display: inline-block;
    vertical-align: middle
}

#course-reviews .course-reviews-list .user-name {
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 20px 0 0
}

#course-reviews .course-reviews-list .review-stars-rated {
    margin-top: 5px
}

.lp-archive-courses article.lp-membership .thumbnail .price,
.thim-course-block-3 .course-item.in-membership .price,
.thim-related-course .inner-course.in-membership .course-price,
.thim-sc-courses-carousel .in-membership .price,
article.in-membership .content .thumbnail .price,
body.single-lp_course.buy-through-membership.in-membership .info-bar .price-box,
body.single-lp_course.buy-through-membership.in-membership .page-title .price {
    display: none;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

body.archive header .thim-courses-megamenu .course-item {
    display: none
}

body.archive header .thim-courses-megamenu .course-item:first-child {
    display: inline-block
}

.cssload-container {
    display: block;
    width: 97px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    left: 50%;
    margin-left: -48px
}

.cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #ffb606
}

.become-instructor-page .thim-sc-counter-box .counter_box .number .text-number:after,
.become-instructor-page .thim-sc-counter-box .counter_box:first-child .number_counter:before,
body:not(.logged-in) .become-teacher-form .learn-press-message.success {
    display: none
}

.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 .58s linear infinite;
    -o-animation: cssload-loading-ani2 .58s linear infinite;
    -ms-animation: cssload-loading-ani2 .58s linear infinite;
    -webkit-animation: cssload-loading-ani2 .58s linear infinite;
    -moz-animation: cssload-loading-ani2 .58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px)
}

.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 .58s linear infinite;
    -o-animation: cssload-loading-ani3 .58s linear infinite;
    -ms-animation: cssload-loading-ani3 .58s linear infinite;
    -webkit-animation: cssload-loading-ani3 .58s linear infinite;
    -moz-animation: cssload-loading-ani3 .58s linear infinite
}

.cssload-loading i:last-child {
    animation: cssload-loading-ani1 .58s linear infinite;
    -o-animation: cssload-loading-ani1 .58s linear infinite;
    -ms-animation: cssload-loading-ani1 .58s linear infinite;
    -webkit-animation: cssload-loading-ani1 .58s linear infinite;
    -moz-animation: cssload-loading-ani1 .58s linear infinite
}

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0
    }
}

@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0
    }
}

@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0
    }
}

@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1
    }
}

@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1
    }
}

@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1
    }
}

@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px)
    }
}

@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px)
    }
}

@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px)
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px)
    }
}

@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px)
    }
}

.become-instructor-page {
    margin-bottom: 122px
}

.become-instructor-page .thim-sc-video-box .video {
    margin-top: -126px;
    z-index: 100
}

.become-instructor-page .thim-sc-counter-box {
    margin: -30px auto 40px
}

.become-instructor-page .thim-sc-counter-box .counter_box .number .number_counter,
.become-instructor-page .thim-sc-counter-box .counter_box .number .text-number {
    font-size: 56px
}

.become-instructor-page .thim-sc-counter-box .counter_box .title_counter .title {
    text-transform: uppercase
}

.become-instructor-page .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: .3px;
    max-width: 845px;
    margin: auto
}

.overflow-visible {
    z-index: 2
}

.register-content {
    max-width: 490px;
    border: 6px solid rgba(35, 35, 35, .4);
    margin-top: -200px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.register-content:after,
.register-content:before {
    content: " ";
    display: table
}

.register-content .register-form {
    padding: 55px 50px 50px 45px;
    background: #fefefe
}

.register-content .register-form .title {
    margin-bottom: 25px
}

.register-content .register-form .title .title-form {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: left;
    text-transform: uppercase
}

.register-content .register-form .title .register {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .8px;
    text-align: left
}

.register-content .register-form .success {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    border-left-color: #e8554a;
    margin-bottom: 20px
}

.register-content .register-form .success.noti-success {
    border-left-color: #5cda8f
}

.register-content .register-form .register-fields {
    margin-left: 4px
}

.register-content .register-form .register-fields button {
    margin-top: 9px;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .4px;
    cursor: pointer
}

.register-content .register-form .register-fields li:last-child {
    margin-bottom: 0
}

.register-content .register-form .register-fields li .label-form {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: left
}

.register-content .register-form .register-fields li button,
.register-content .register-form .register-fields li input {
    width: 100%;
    height: 50px;
    -webkit-transition: .5s ease-in-out;
    -khtml-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.register-content .register-form .register-fields li input {
    background-color: #fefefe;
    border: 1px solid #e2e2e2
}

.register-content .register-form .register-fields li input[type=email],
.register-content .register-form .register-fields li input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.thim-content-talk {
    margin-top: 83px;
    margin-left: 80px;
    position: relative
}

.thim-content-talk p {
    max-width: 534px;
    font-size: 26px;
    font-style: italic;
    line-height: 1.46;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 53px
}

.thim-content-talk p:last-child,
.vc_row.become-teacher .wpb_text_column.wpb_content_element {
    margin-bottom: 0
}

.thim-content-talk:before {
    content: '‘‘';
    height: 39px;
    font-size: 160px;
    line-height: .2;
    letter-spacing: -12px;
    top: 58px;
    position: absolute;
    left: -80px
}

#shaon-pricing-table-plus .minimal .highlight .detail,
.minimal .highlight {
    position: relative
}

.wrap-quote {
    padding-left: 10px
}

#learn-press-become-teacher-form input[type=email],
#learn-press-become-teacher-form input[type=text] {
    padding-left: 20px
}

.vc_row.become-teacher {
    display: flex;
    align-items: center
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form {
    padding: 55px 50px 50px 45px;
    max-width: 490px;
    border: 6px solid rgba(35, 35, 35, .4);
    margin-top: -200px;
    background: #fefefe;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.vc_row.become-teacher .learnpress>div#learn-press-become-teacher-form.learn-press-form {
    margin-top: 65px
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form .title {
    margin-bottom: 25px
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form .title .title-form {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: left;
    text-transform: uppercase
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form .title .register {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .8px;
    text-align: left
}

.minimal .plan h3,
.plan li,
.select {
    text-align: center
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form form>h3 {
    display: none !important
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form form button {
    width: 100%;
    height: 50px;
    margin-top: 9px;
    color: #fff;
    border: none;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .4px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s ease-in-out;
    -khtml-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form form input[type=email],
.learnpress>div#learn-press-become-teacher-form.learn-press-form form input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.minimal .features ul,
.minimal .select {
    border: 1px solid #ddd
}

.learnpress>div#learn-press-become-teacher-form.learn-press-form form .form-fields .form-field label {
    margin-bottom: 0
}

#shaon-pricing-table-plus h3,
#shaon-pricing-table-plus h4,
#shaon-pricing-table-plus li,
#shaon-pricing-table-plus ul {
    list-style: none
}

.minimal {
    margin: 9px auto
}

.minimal .plan {
    width: 25%;
    float: left;
    margin-left: -1px;
    margin-bottom: 20px
}

.minimal .plan:first-child {
    margin-left: 0
}

.minimal .plan h3 {
    line-height: 45px;
    margin: 0
}

.minimal .plan li {
    line-height: 3.8em
}

.minimal .highlight.featured .select {
    padding-bottom: 20px
}

.minimal .features ul li {
    border-bottom: 1px solid #ddd
}

.minimal .features ul li:last-child {
    border-bottom: none
}

.interval {
    font-size: 11px
}

.highlight .amount,
.interval {
    display: block;
    text-align: center
}

.highlight .amount {
    font-size: 40px
}

.highlight .amount span {
    vertical-align: super;
    font-size: 20px
}

.minimal .p1 h3 {
    border: 1px solid #ddd;
    margin: 0
}

.minimal .plan h4 {
    padding: 10px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
    font-weight: 600 !important
}

.minimal .pt-button {
    color: #FFF;
    display: block;
    line-height: 40px;
    margin: 20px auto;
    width: 131px;
    background: #181818;
    text-transform: uppercase
}

.minimal .highlight h3 {
    padding: 10px 0
}

.minimal .highlight.featured h3 {
    margin-top: -20px;
    padding: 20px 0;
    color: #fff !important
}

#shaon-pricing-table-plus .minimal .features ul {
    margin: 0
}

#shaon-pricing-table-plus .minimal .highlight {
    border: 1px solid #e7e7e7;
    width: 16%;
    background: #fdfdfd;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#shaon-pricing-table-plus .minimal .highlight:hover {
    background: #fff;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

#shaon-pricing-table-plus .minimal .highlight:hover .detail:after {
    background-color: #FFF
}

#shaon-pricing-table-plus .minimal .highlight .detail:after {
    content: '';
    width: 161px;
    height: 20px;
    background: #fdfdfd;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    position: absolute;
    z-index: 9999;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    border: 1px solid #e7e7e7;
    border-top: 0
}

#shaon-pricing-table-plus .minimal .highlight.list-interval {
    background: #fff;
    width: 49%
}

#shaon-pricing-table-plus .minimal .highlight.list-interval .detail {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    padding-bottom: 16px
}

#shaon-pricing-table-plus .minimal .highlight.list-interval .features {
    padding-top: 0;
    border-top: 0
}

#shaon-pricing-table-plus .minimal .highlight.list-interval .features ul li {
    text-align: left
}

#shaon-pricing-table-plus .minimal .highlight.list-interval .select {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

#shaon-pricing-table-plus .minimal .highlight.list-interval:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#shaon-pricing-table-plus .minimal .highlight.featured {
    background: #fff;
    width: 19%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail {
    padding: 55px 0 28px;
    margin-top: -10px;
    position: relative
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail:before {
    content: '';
    position: absolute;
    right: -7px;
    top: -6px;
    width: 109px;
    height: 109px;
    background: url(assets/images/popular.png) no-repeat
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail h3 {
    background: 0 0;
    margin: 0
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail .title {
    color: #fff
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail .interval {
    color: #e7e7e7;
    font-size: 15px
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail h4 {
    color: #fff;
    margin-bottom: 25px
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail .amount {
    font-size: 46px
}

#shaon-pricing-table-plus .minimal .highlight.featured .detail .select {
    padding: 32px 0 42px;
    position: relative;
    margin-bottom: -10px
}

#shaon-pricing-table-plus .minimal .highlight.featured .features {
    padding-top: 17px;
    border-top: 0;
    padding-bottom: 10px;
    position: relative
}

#shaon-pricing-table-plus .minimal .highlight.featured .select {
    padding-bottom: 41px;
    padding-top: 21px
}

#shaon-pricing-table-plus .minimal .highlight.featured .select .pt-button,
#shaon-pricing-table-plus .minimal .highlight.featured .select .pt-button:hover {
    color: #fff
}

#shaon-pricing-table-plus .minimal .detail {
    padding: 45px 0 27px;
    text-align: center
}

#shaon-pricing-table-plus .minimal .detail h3 {
    padding: 0;
    border: none;
    line-height: 36px
}

#shaon-pricing-table-plus .minimal .detail .icon {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    line-height: 40px
}

#shaon-pricing-table-plus .minimal .detail .title {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2b3339;
    line-height: 28px
}

#shaon-pricing-table-plus .minimal .detail .interval {
    color: #2b3339;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-top: -12px
}

#shaon-pricing-table-plus .minimal .detail h4 {
    font-weight: 900 !important;
    padding: 0;
    line-height: 30px;
    margin-top: 15px;
    border: none;
    margin-bottom: 12px
}

#shaon-pricing-table-plus .minimal .detail .amount {
    font-size: 40px
}

#shaon-pricing-table-plus .minimal .features {
    padding-top: 30px;
    border-top: 1px solid #e7e7e7
}

#shaon-pricing-table-plus .minimal .features ul {
    border: none;
    padding: 0 30px !important
}

#shaon-pricing-table-plus .minimal .features ul li {
    line-height: 46px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    font-size: 16px
}

#shaon-pricing-table-plus .minimal .features ul li .item-mobile {
    display: none
}

#shaon-pricing-table-plus .minimal .features ul li .fa {
    font-weight: 700
}

#shaon-pricing-table-plus .minimal .features ul li .fa-check {
    color: #49c993
}

#shaon-pricing-table-plus .minimal .select {
    border: none;
    padding: 31px 0
}

#shaon-pricing-table-plus .minimal .select .pt-button {
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 40px;
    width: auto;
    display: inline-block;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: 0 0
}

#shaon-pricing-table-plus .minimal .select .pt-button:hover {
    color: #fff
}

#shaon-pricing-table-plus .minimal .select .pt-button:after {
    content: '';
    font-family: Ionicons;
    margin-left: 8px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    top: 1px
}

.pmpro-checkout table thead {
    background: #eee
}

.pmpro-checkout table td,
.pmpro-checkout table th {
    padding: 15px 30px
}

.pmpro-checkout form.pmpro_form .pmpro_submit {
    margin: 0
}

.pmpro-checkout form.pmpro_form label {
    font-weight: 400;
    margin: 0;
    padding: 0
}

.pmpro-checkout form.pmpro_form .select2-container,
.pmpro-checkout form.pmpro_form input,
.pmpro-checkout form.pmpro_form select,
.pmpro-checkout form.pmpro_form textarea {
    border: 1px solid #e7e7e7;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

.pmpro-checkout form.pmpro_form .select2-container:focus,
.pmpro-checkout form.pmpro_form input:focus,
.pmpro-checkout form.pmpro_form select:focus,
.pmpro-checkout form.pmpro_form textarea:focus {
    outline: 0
}

.pmpro-checkout form.pmpro_form .pmpro_btn-submit-checkout {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 400;
    text-transform: capitalize;
    border-color: transparent
}

.pmpro-checkout span.pmpro_asterisk {
    padding: 0 10px;
    line-height: 50px;
    color: red
}

.pmpro_form input[type=radio] {
    border-radius: 50%;
    line-height: 10px !important;
    font-size: 14px;
    border: 1px solid #b4b9be !important;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px !important;
    margin: -4px 4px 0 0 !important;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px !important;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

.pmpro_form input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background: #ffb606;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pmpro-checkout form.pmpro_form table.pmpro_checkout input {
    margin-bottom: 0
}

.lp-landing #thim-landing-course-menu-tab ul.course-landing-tab>li {
    display: none
}

.lp-landing #thim-landing-course-menu-tab ul.course-landing-tab>li.course-nav-tab-curriculum,
.lp-landing #thim-landing-course-menu-tab ul.course-landing-tab>li.course-nav-tab-instructor,
.lp-landing #thim-landing-course-menu-tab ul.course-landing-tab>li.course-nav-tab-overview,
.lp-landing #thim-landing-course-menu-tab ul.course-landing-tab>li.course-nav-tab-reviews {
    display: inline-block
}

.lp-landing.course-item-popup #comments,
.lp-landing.course-item-popup .course-item-nav,
.lp-landing.course-item-popup .edit-course-item-link,
.lp-landing.course-item-popup .message {
    max-width: 900px
}

.lp-landing.course-item-popup #comments,
.lp-landing.course-item-popup .course-item-nav,
.lp-landing.course-item-popup .message {
    margin: 30px auto 0
}

.lp-landing.course-item-popup .edit-course-item-link {
    margin: 0 auto 30px
}

.thim-bg-advance-overlay .advance-overlay.over {
    background-color: transparent
}

.custom-tab {
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 40px;
    margin-top: 40px
}

.custom-tab .tab-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    padding: 5px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    text-transform: capitalize
}

.icon-text-box,
.icon-text-box .align_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .section-item-link,
.thim-custom-questions {
    display: flex
}

.icon-text-box .align_right .thim-sc-heading .heading-content {
    margin-right: 0
}

.icon-text-box .align_right .thim-sc-heading .heading-content .primary-heading {
    color: #fff;
    font-size: 40px
}

.icon-text-box .align_right .thim-sc-heading .secondary-heading {
    max-width: 515px;
    margin-right: 0 !important;
    color: #bcbcbc
}

.icon-text-box .align_right .thim-sc-heading .underline {
    margin-top: 12px;
    margin-bottom: 45px;
    border-color: #fff
}

.icon-text-box .thim-sc-icon-box .box-content {
    max-width: 400px
}

.overflow .thim-sc-courses-carousel .inner-carousel {
    max-width: 1020px;
    margin: auto
}

.thim-custom-questions .wpb_single_image.vc_align_right.wpb_content_element {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0
}

.thim-sc-heading.start-enroll {
    padding-bottom: 32px;
    margin-bottom: 0 !important
}

.thim-sc-heading.start-enroll .heading-content .primary-heading {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 48px
}

.thim-sc-heading.start-enroll .secondary-heading {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 6px;
    color: #c4c4c4;
    font-size: 16px
}

.lp-landing.learnpress-v3:not(.course-item-popup) .course-curriculum {
    padding: 0;
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading {
    justify-content: unset;
    align-items: baseline;
    margin: 0;
    padding: 25px 0 26px;
    border-bottom: 1px solid #e5e5e5
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .title {
    flex-grow: 0;
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .title .course-curriculum-title {
    color: #2b3339;
    font-size: 24px;
    line-height: 1.17;
    margin-right: 7px;
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .total-lessons,
.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .total-time {
    font-style: italic
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .total-time {
    margin-left: 36px
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .section-item-link .item-name {
    flex-grow: 1;
    padding: 0;
    font-size: 16px
}

.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .course-item .course-item-meta .duration {
    margin-left: 7px;
    margin-right: 7px;
    padding: 0;
    color: #888;
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section {
    margin: 0;
    box-shadow: none;
    border-width: 0 0 1px;
    overflow: unset;
    margin: 15px;
    padding-bottom: 10px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(202, 196, 196);
    -moz-box-shadow: 0px 0px 7px 0px rgb(202, 196, 196);
    box-shadow: 0px 0px 7px 0px rgb(202, 196, 196);
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content {
    margin: 0;
    padding: 0 20px 0px 42px;
    display: block;
    border-top: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
    align-items: baseline;
    cursor: auto;
    border-top-width: 0;
    border: 1px solid #e5e5e5;
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-format-icon {
    margin-right: 15px
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:not(:last-child) {
    border: 1px solid #e5e5e5 !important;
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta {
    position: relative;
    padding: 0
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label-preview {
    position: static
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .duration+.lp-label-preview {
    position: absolute;
    right: 100%;
    z-index: 1
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover {
    color: #cacaca
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .section-item-link {
    color: #888
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .section-item-link .count-questions {
    color: #888 !important
}

.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .section-item-link .course-item-meta .duration {
    color: #888
}

.learnpress-v3.lp-landing #learn-press-course-curriculum .curriculum-sections .section {
    margin: 0 0 30px
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .section-item-link {
    position: relative
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.item-preview .section-item-link {
    flex-wrap: wrap
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.item-preview .course-item-meta {
    display: block;
    width: 100%;
    position: static;
    text-align: left;
    margin-top: 5px
}

.learnpress-v3.lp-landing .curriculum-sections ul.section-content>.course-item.current.item-preview .course-item-meta .lp-label-preview,
.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .search,
.lp-landing.learnpress-v3:not(.course-item-popup) .learn-press-breadcrumb {
    display: none
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.item-preview .course-item-meta .duration {
    padding-left: 0;
    margin-left: 0
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.item-preview .course-item-meta .lp-label-preview {
    position: static
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
    align-items: baseline;
    padding: 33px 15px 27px;
    line-height: unset
}

.learnpress-v3.lp-landing.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .lp-label.lp-label-preview {
    background-color: #fff
}

.learnpress-v3.lp-landing .course-author {
    border-top: 1px solid #0190ba;
    background-color: #ffffff;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
}

#learn-press-course-curriculum .section-header .collapse {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin-top: -5px;
    transition: all .5s;
    margin-right: 5px
}

#learn-press-course-curriculum li.section .section-header .collapse:before {
    content: '\f068';
    display: inline-block;
    margin: 0 auto;
    transition: all .5s
}

.lp-learning .course-tabs .tabs-wrapper .course-curriculum .lp-course-buttons form.enroll-course .button-enroll-course,
.lp-learning .course-tabs .tabs-wrapper .course-curriculum .lp-course-buttons form.enroll-course .button-purchase-course,
.lp-learning .course-tabs .tabs-wrapper .course-curriculum .lp-course-buttons form.purchase-course .button-enroll-course,
.lp-learning .course-tabs .tabs-wrapper .course-curriculum .lp-course-buttons form.purchase-course .button-purchase-course,
.lp-learning .header-course .header-content .course-thumbnail .time,
.wrapper-info-bar.infobar-single {
    display: none
}

#learn-press-course-curriculum li.section.active .section-header .collapse:before {
    content: '\f067'
}

body.course-item-popup .curriculum-sections .section .section-content .course-item.current .course-format-icon,
body.course-item-popup .curriculum-sections .section .section-content .course-item:hover .course-format-icon {
    color: #fff !important
}

.landing-review {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 40px 30px 30px;
    background-color: #fdfdfd;
    position: relative;
    display: none;
}

.landing-review .reviews {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent
}

.landing-review #course-reviews {
    margin-top: 30px;
    display: none
}

.landing-review #course-reviews li {
    background: 0 0
}

.landing-review .detail-content {
    position: absolute;
    text-align: center;
    z-index: 9;
    margin-top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

.landing-review .detail-content button {
    font-size: 26px;
    outline: 0;
    cursor: pointer;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border: none;
    color: #fff;
    border-radius: 50%
}

.landing-review .detail-content button.thim-expand i:before {
    content: "\f106"
}

ul.curriculum-sections .section-content .course-item.course-item-type-chat .course-format-icon i:before {
    content: "\f086"
}

header#masthead.palette-custom .width-navigation .widget_thim-login a.lost-pass-link {
    color: inherit
}

body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz {
    height: 26px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 26px;
    margin-left: 10px;
    border-radius: 25px
}

.lp-learning .continue-course {
    padding: 13px 0 5px 0;
    display: inherit;
}

.lp-learning .slideshow-description-container .row {
    margin: 0
}

.lp-learning .course-remaining-time {
    margin-bottom: 25px
}

.lp-learning .lp-assignment-buttons button.button {
    position: static
}

.lp-learning.course-item-popup #comments,
.lp-learning.course-item-popup .course-item-nav,
.lp-learning.course-item-popup .edit-course-item-link,
.lp-learning.course-item-popup .message {
    margin: 0 auto;
    max-width: 900px
}

.lp-learning.course-item-popup .content-item-wrap .learn-press-message {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px
}

.lp-learning.course-item-popup #comments {
    margin: 30px auto 0
}

.lp-learning.course-item-popup .edit-course-item-link {
    margin: 0 auto 30px
}

.lp-learning .quiz-question-desc {
    margin-bottom: 15px
}

.lp-learning .answer-options {
    margin-bottom: 30px
}

.lp-learning .question-numbers li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    border: none !important
}

.lp-learning .page-title {
    margin-top: 0 !important
}

.lp-learning #lp-single-course .course-summary,
.lp-learning .course-summary,
.lp-learning .site-content {
    margin-top: 0
}

.lp-learning .header-course {
    /*background-color: #f4f4f4*/
}

.lp-learning .header-course .header-course-bg {
    position: relative;
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.lp-learning .header-course .header-course-bg .overlay-top-header {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.lp-learning .header-course .header-content {
    margin-top: 50px;
    padding-bottom: 25px
}

.lp-learning .header-course .header-content .header-info {
    min-height: 203px;
    overflow: hidden
}

.lp-learning .header-course .header-content .course-thumbnail {
    margin-bottom: 16px;
    margin-top: 20px;
    /* box-shadow: 0 40px 40px -40px rgba(0, 0, 0, .3); */
    z-index: 99;
    position: relative;
    padding: 10px;
    border: 1px solid #7cf8d6;
}

.lp-learning .header-course .header-content .course-title {
    font-size: 32px;
    color: #FFF;
    letter-spacing: .6px;
    line-height: normal;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 17px
}

.lp-learning .header-course .header-content .description {
    font-size: 16px;
    color: #000000;
    letter-spacing: .3px;
    line-height: 24px
}

.lp-learning .header-course .header-content button {
    height: 48px;
    border-radius: 30px;
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: .3px;
    padding: 0 42px;
    border: 0;
    text-transform: uppercase;
    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
}

.lp-learning .header-course .header-content button .button-load-item {
    color: #fff
}

.lp-learning .header-course .header-content .learn-press-course-results-progress {
    margin-top: 60px
}

.lp-learning .course-learning-summary .course-meta {
    margin-bottom: 0
}

.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper {
    border-bottom: 1px solid #e7e7e7
}

.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0
}

.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab {
    border-bottom: 0;
    margin: 0 25px;
    position: relative
}

.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab a {
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
    letter-spacing: .4px;
    line-height: normal;
    padding: 27px 10px;
    border-bottom: 0;
    margin-bottom: 0;
    text-decoration: none
}

.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab.active:after,
.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab:hover:after {
    bottom: -1px;
    background-color: unset
}

.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper {
    margin-top: 80px
}

.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper .container {
    max-width: 1023px;
    padding: 0
}

.lp-learning .course-learning-summary .instructors.thim-co-instructor {
    margin-top: 0
}

.lp-learning .course-review-wrapper .review-form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 40px 50px
}

.lp-learning .course-review-wrapper .review-form h3 {
    font-size: 20px
}

.lp-learning .course-review-wrapper .review-form h3 .close {
    margin-top: 0;
    font-weight: 400
}

.lp-learning .course-review-wrapper .review-form .review-fields li {
    margin: 0
}

.lp-learning .course-review-wrapper .review-form .review-fields li label {
    font-size: 16px
}

.lp-learning .course-review-wrapper .review-form .review-fields li input {
    margin-bottom: 20px
}

.lp-learning .course-review-wrapper .review-form .review-fields li input,
.lp-learning .course-review-wrapper .review-form .review-fields li textarea {
    padding: 10px;
    border-color: #e7e7e7;
    background-color: #fefefe;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.lp-learning .course-review-wrapper .review-form .review-fields li textarea {
    margin-bottom: 15px
}

.lp-learning .course-review-wrapper .review-form .review-fields li.review-actions {
    text-align: center
}

.lp-learning .course-review-wrapper .review-form .review-fields li.review-actions .close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    font-weight: 300;
    background-color: rgba(32, 33, 33, .5);
    text-shadow: unset;
    margin-top: 0
}

.lp-learning .course-review-wrapper .review-form .review-fields li.review-actions .close:hover {
    background-color: rgba(0, 0, 0, .5)
}

.lp-learning .course-review-wrapper .review-form .review-fields li:last-child {
    margin-bottom: 35px
}

.lp-learning .course-review-wrapper .review-form .review-fields li .review-stars {
    height: 45px
}

.lp-learning .course-review-wrapper .review-form .review-fields li .review-stars .review-title span {
    font-size: 20px
}

.lp-learning .lp-announcement-not-found {
    padding-bottom: 30px;
    text-align: center
}

.lp-learning .lp-course-progress .lp-progress-bar .lp-progress-value {
    background-color: #d2d2d2;
    height: 15px
}

.lp-learning #tab-curriculum .lp-course-buttons form.enroll-course,
.lp-learning .course-learning-summary .learn-press-course-buttons .continue-course {
    display: none
}

.page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button {
    text-decoration: none
}

.learn-press-course-results-progress .lp-course-status {
    font-size: 16px;
    letter-spacing: .3px;
    display: inline-block
}

body.single-lp_course .learn-press-course-results-progress .number {
    font-size: 16px;
    line-height: unset;
    vertical-align: unset
}

#popup-sidebar .learn-press-course-results-progress .lp-course-status {
    margin-top: 0
}

.lp-learning #popup_panel input[type=button] {
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase;
    height: 35px;
    padding: 0 30px;
    line-height: 35px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.lp-learning #popup_panel #popup_cancel {
    background-color: #fff
}

.learnpress.lp-learning .lp-label.label-enrolled {
    margin-right: 8px
}

.learnpress.lp-learning .learn-press-course-results-progress .lp-course-progress-heading {
    font-size: 16px;
    font-weight: 500
}

.learnpress.lp-learning .learn-press-course-results-progress .course-progress .lp-course-progress-heading>*,
.learnpress.lp-learning .learn-press-course-results-progress .items-progress .lp-course-progress-heading>* {
    font-weight: 400
}

.learnpress.lp-learning .learn-press-course-results-progress .items-progress {
    float: none;
    width: 100%;
    margin-bottom: 0
}

.learnpress.lp-learning .learn-press-course-results-progress .course-progress {
    float: none;
    width: 100%
}

.lp-learning .header-course .header-content button.learn-press-course-wishlist {
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -khtml-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.lp-learning .course-learning-summary .learn-press-course-buttons .learn-press-course-wishlist {
    display: none
}

.lp-landing #learn-press-course-curriculum .info-course.hide-time .total-lessons {
    right: 0
}

.learn-press-tabs .learn-press-tab-panel {
    display: none;
    margin-bottom: 20px
}

.learn-press-tabs .learn-press-tab-panel.active {
    display: block
}

body.learnpress-v3.course-item-popup .curriculum-heading,
body.learnpress-v3.course-item-popup .learn-press-course-results-progress .button-wrapper {
    display: none
}

body.learnpress-v3.course-item-popup .learn-press-course-results-progress {
    padding: 0 10px;
    margin-bottom: 15px;
    margin-right: 0
}

body.learnpress-v3.course-item-popup .learn-press-course-results-progress .lp-course-status {
    margin-top: 0
}

body.learnpress-v3.course-item-popup #learn-press-course-curriculum {
    background-color: #f4f4f4
}

body.learnpress-v3.course-item-popup .learn-press-breadcrumb {
    padding: 20px 10px;
    margin: 0
}

body.learnpress-v3.course-item-popup .learn-press-breadcrumb a {
    color: #a9a9a9
}

body.learnpress-v3.course-item-popup .learn-press-breadcrumb .item-name {
    font-size: 20px;
    letter-spacing: .4px;
    color: #202121;
    display: block
}

body.learnpress-v3.course-item-popup .course-curriculum>.lp-course-buttons {
    display: none
}

body.learnpress-v3.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link {
    flex-wrap: wrap;
    position: relative
}

body.learnpress-v3.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .course-item-meta {
    display: block;
    width: 100%;
    position: static;
    text-align: left
}

body.learnpress-v3.course-item-popup #learn-press-course-curriculum .course-item.course-item-lp_quiz .course-item-meta {
    margin-top: 5px
}

body.learnpress-v3.course-item-popup #learn-press-course-curriculum .course-item.course-item-lp_quiz .course-item-meta .item-status {
    position: absolute;
    right: 0;
    top: 0
}

body.learnpress-v3.course-item-popup #learn-press-course-curriculum .course-item.course-item-lp_quiz .course-item-meta .count-questions {
    padding: 0;
    margin-left: 0
}

body.learnpress-v3.course-item-popup #learn-press-course-curriculum .course-item.course-item-lp_quiz .course-item-meta .duration {
    margin-left: 0
}

body.learnpress-v3.course-item-popup #learn-press-course-curriculum .course-item.course-item-lp_quiz .course-item-meta .lp-label-in-progress {
    position: static
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header {
    display: flex;
    color: #fff
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .thim-course-item-popup-logo {
    flex-grow: 1;
    text-align: center
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search,
body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back {
    position: absolute
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .toggle-content-item {
    color: #fff;
    border: 0;
    text-decoration: none;
    position: absolute;
    right: 70px
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search {
    padding-left: 59px
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search button,
body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search input {
    color: #fff
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search button {
    cursor: pointer;
    outline: 0
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search::-webkit-input-placeholder {
    color: #fff
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search::-moz-placeholder {
    color: #fff
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search:-ms-input-placeholder {
    color: #fff
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search:-moz-placeholder {
    color: #fff
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back {
    right: 50px
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button {
    font-weight: 700;
    text-transform: capitalize;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px)
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:after,
body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:before {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    -moz-transition: -moz-transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s
}

body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:hover:after,
body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.learn-press-course-results-progress .lp-course-progress {
    width: 570px;
    max-width: 100%
}

.learn-press-course-results-progress .lp-course-progress:after {
    top: -35px;
    content: '';
    font-family: Ionicons;
    position: absolute;
    color: #d2d2d2;
    font-size: 26px;
    left: 80%
}

.learn-press-course-results-progress .lp-course-progress .lp-progress-bar {
    background-color: #e8e8e8;
    border-radius: 10px;
    margin: 10px 0 15px;
    height: 15px
}

.learn-press-course-results-progress .lp-course-progress .lp-passing-conditional {
    z-index: 99;
    height: 15px;
    top: 0;
    width: 3px;
    background-color: #fff
}

.learn-press-course-results-progress .lp-course-progress .lp-passing-conditional:after,
.learn-press-course-results-progress .lp-course-progress .lp-passing-conditional:before {
    border: none
}

.lp-learning.learnpress-v3 .total-lessons,
.lp-learning.learnpress-v3 .total-time,
body.learnpress-v3.course-item-popup .course-curriculum>.learn-press-course-buttons {
    display: none
}

.lp-quiz-buttons button[type=submit] {
    margin-right: 10px;
    display: inline-block;
    padding: 0 35px;
    height: 55px;
    cursor: pointer;
    border: none;
    color: #fff;
    text-transform: uppercase;
    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
}

.lp-quiz-buttons button[type=submit]:focus {
    outline: 0
}

.thim-course-author,
.thim-course-co-instructor {
    display: flex
}

.course-author .teacher {
    /* padding: 20px; */
    /* padding-bottom: 37px; */
    /* border-top: 1px solid #e6e6e6; */
    /* background: #e6e6e6; */
}

.course-author .teacher .author-avatar {
    flex-shrink: 0;
    max-width: 80px;
}

.course-author .teacher .author-avatar img {
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.course-author .teacher .author-avatar ul.social-link {
    list-style: none;
    margin: 19px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.course-author .teacher .author-avatar ul.social-link li a:before {
    content: "\f3a0";
    font-family: Ionicons;
    font-size: 19px;
    color: #bfbfbf
}

.course-author .teacher .author-avatar ul.social-link li a[href*="facebook.com"]:before {
    content: "\f231"
}

.course-author .teacher .author-avatar ul.social-link li a[href*="twitter.com"]:before {
    content: "\f243"
}

.course-author .teacher .author-avatar ul.social-link li a.lp_info_skype:before,
.course-author .teacher .author-avatar ul.social-link li a[href*="skype:"]:before {
    content: "\f23f"
}

.course-author .teacher .author-avatar ul.social-link li a[href*="pinterest.com"]:before {
    content: "\f2b1"
}

.course-author .teacher .author-avatar ul.social-link li a[href*="plus.google.com"]:before {
    content: "\f235"
}

.course-author .teacher .author-bio {
    font-style: normal;
    font-size: 16px;
    padding-left: 27px;
    padding-top: 14px;
}

.course-author .teacher .author-bio .name {
    font-size: 19px;
    line-height: 1.44;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.course-author .teacher .author-bio .name a {
    color: #0090bc;
}

.course-author .teacher .author-bio .major {
    line-height: 1.63;
    color: #000;
}

.course-author .teacher .author-bio .description {
    position: relative;
    margin-top: 47px
}

.course-author .teacher .author-bio .description:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #202121
}

body.course-item-popup #learn-press-content-item .content-item-wrap {
    margin: 0;
    max-width: 100%
}

body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-description {
    margin-bottom: 30px;
    line-height: 1.6em;
    font-weight: 400
}

body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-description h3 {
    font-size: 22px
}

body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message {
    margin-top: 30px
}

body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message>a:hover {
    text-decoration: underline
}

@media (max-width:875px) {
    #learn-press-content-item .learn-press-video-intro.thim-lesson-media .wrapper iframe {
        max-width: 100vw;
        max-height: 56vw
    }
}

.thim-lesson-media {
    background-color: #000
}

.thim-lesson-media .wrapper {
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    text-align: center
}

.thim-lesson-media .wrapper iframe {
    width: 100%;
    max-width: 100%;
    margin: auto
}

@media (max-width:480px) {
    .thim-lesson-media .wrapper iframe {
        height: 330px
    }
}

.thim-lesson-media .wrapper embed {
    width: 100%
}

body.learnpress-v3.lp-learning .course-curriculum ul.curriculum-sections .section-description {
    font-weight: 500
}

#course-item-content-header .toggle-content-item:before {
    font-size: 24px !important
}

#course-item-content-header {
    border-bottom: none
}

#course-item-content-header .back_course {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-transform: none;
    text-align: center;
    color: #fff;
    font-size: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer
}

#course-item-content-header .back_course:hover {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: .6;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6
}

body.course-item-popup .comment-reply-title {
    font-size: 22px !important
}

body.course-item-popup .content-item-summary {
    margin: 10px auto;
    max-width: 900px
}

body.course-item-popup .content-item-summary .course-item-title {
    margin-top: 25px;
    font-size: 26px !important
}

body.course-item-popup #learn-press-content-item .lp-quiz-buttons form[name=continue-quiz] {
    margin-right: 20px
}

body.course-item-popup #learn-press-course-curriculum .section-header .step {
    font-weight: 400
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .rank {
    min-width: 30px !important
}

.course-item-meta .lp-label.item-final,
.site-content>#comments,
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .rank .label,
section.content-area>#comments {
    display: none !important
}

.learn-press-message a.edit-content {
    display: none
}

.content-item-wrap #comments .comment-respond .comment-form:after,
.content-item-wrap #comments .comment-respond .comment-form:before {
    content: " ";
    display: table
}

.content-item-wrap #comments .comment-respond .comment-form:after {
    clear: both
}

.content-item-wrap #comments .comment-respond .comment-form>p.comment-form-author,
.content-item-wrap #comments .comment-respond .comment-form>p.comment-form-email {
    padding-right: 0;
    padding-left: 0;
    width: 49%
}

.quiz-result .result-grade .result-achieved {
    padding-bottom: 10px;
    margin-bottom: 5px
}

.answer-option input[type=checkbox]:checked:before,
.answer-options .answer-option input[type=radio]:before {
    float: none;
    line-height: 29px
}

.answer-options .answer-option input[type=radio]:checked:after,
.answer-options .answer-option input[type=checkbox]:checked:after {
    display: none !important
}

.thim-coming-soon-course {
    position: relative;
    margin-top: 60px;
    min-height: 400px;
    background-color: rgba(0, 0, 0, .6)
}

.thim-coming-soon-course:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -khtml-transition: all .3s;
    transition: all .3s
}

.thim-coming-soon-course:hover .wrap-countdown,
.thim-coming-soon-course:hover:before {
    opacity: 0
}

.thim-coming-soon-course .wrap-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.thim-coming-soon-course:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: .75;
    background: #fff;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.thim-coming-soon-course.hover:after,
.thim-coming-soon-course:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.thim-coming-soon-course .course-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.thim-coming-soon-course .excerpt,
.thim-coming-soon-course .status {
    margin: 0;
    width: 100%;
    opacity: 0;
    text-align: center
}

.thim-coming-soon-course .status {
    padding: 0 30px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    color: #000
}

.thim-coming-soon-course .excerpt {
    padding: 0 50px;
    font-size: 16px
}

.thim-coming-soon-course.hover .course-info .excerpt,
.thim-coming-soon-course.hover .course-info .status,
.thim-coming-soon-course:hover .course-info .excerpt,
.thim-coming-soon-course:hover .course-info .status {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1
}

.thim-coming-soon-course * {
    box-sizing: border-box;
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.thim-coming-soon-course img {
    width: 100%;
    filter: alpha(opacity=35s);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35s)";
    -webkit-opacity: .35s;
    -khtml-opacity: .35s;
    -moz-opacity: .35s;
    -ms-opacity: .35s;
    -o-opacity: .35s;
    opacity: .35s
}

.thim-coming-soon-course .wrap-countdown .counter-block {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%
}

.thim-coming-soon-course .wrap-countdown .counter-block .counter {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    margin: 6px auto;
    width: 69px !important
}

.thim-coming-soon-course .wrap-countdown .counter-block .counter .number {
    background-color: transparent
}

.thim-coming-soon-course .wrap-countdown .counter-caption {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    color: #fff;
    text-align: center
}

.thim-coming-soon-course .learnpress-course-coming-soon .counter-block .counter .number.tens {
    left: 7px
}

.thim-coming-soon-course .learnpress-course-coming-soon .counter-block .counter .number.units {
    left: unset;
    right: 7px
}

.thim-coming-soon-course .learnpress-course-coming-soon .counter-block .counter .number.hundreds {
    display: none !important
}

.thim-coming-soon-course .learnpress-course-coming-soon .counter-block .counter.with-hundreds .number.hundreds {
    display: block !important
}

.learn-press-coming-soon-course-message {
    color: #31708f;
    margin: 40px 0;
    border: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 13px;
    background: #d9edf7
}

.learnpress-page .learn-press-pagination.collections {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0
}

.learnpress-page .learn-press-pagination.collections li {
    margin: 0 5px
}

body.single-lp_collection .lp_collection .lp-membership .content .thumbnail .price {
    display: none
}

.thim-archive-collection .lp_collection {
    padding-bottom: 40px
}

.thim-archive-collection .lp_collection .content {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-archive-collection .lp_collection .content:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-archive-collection .lp_collection .content:hover img {
    transform: scale(1.2)
}

.thim-archive-collection .lp_collection .text {
    padding: 30px 25px
}

.thim-archive-collection .lp_collection .thumb {
    position: relative;
    overflow: hidden
}

.thim-archive-collection .lp_collection .thumb img {
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.thim-sc-courses-carousel .content:hover .thumbnail .price,
form#learn-press-checkout button[type=submit] {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.thim-archive-collection .lp_collection .thumb .img-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: ""
}

.thim-archive-collection .lp_collection .title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.thim-archive-collection .lp_collection .title h3 {
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase
}

.thim-archive-collection .lp_collection .collection-introduce,
.thim-archive-collection .lp_collection .collection-introduce strong {
    font-weight: 300
}

.single-lp_collection.learnpress .learn-press-courses {
    margin: 0 -5px
}

form#learn-press-checkout .learn-press-checkout-comment textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5
}

form#learn-press-checkout button[type=submit] {
    display: inline-block;
    padding: 0 35px;
    height: 55px;
    cursor: pointer;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -khtml-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

body.checkout div.learnpress {
    position: relative;
    display: flex;
    justify-content: center
}

body.checkout div.learnpress>#learn-press-checkout-login,
body.checkout div.learnpress>#learn-press-checkout-register {
    width: 48%;
    max-width: 100%;
    border: 6px solid rgba(35, 35, 35, .4);
    border-radius: 5px;
    padding: 60px 50px;
    min-height: 353px;
    display: inline-block;
    vertical-align: top
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login h3,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register h3,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login h3,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register h3 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 15px
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=email],
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=password],
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=text],
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=email],
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=password],
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=text],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=email],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=password],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=text],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=email],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=password],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=text] {
    border: 1px solid #e2e2e2;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=email]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=password]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=text]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=email]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=password]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=text]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=email]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=password]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=text]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=email]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=password]::-webkit-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=text]::-webkit-input-placeholder {
    color: #888
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=email]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=password]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=text]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=email]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=password]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=text]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=email]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=password]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=text]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=email]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=password]::-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=text]::-moz-placeholder {
    color: #888
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=email]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=password]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=text]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=email]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=password]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=text]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=email]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=password]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=text]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=email]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=password]:-ms-input-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=text]:-ms-input-placeholder {
    color: #888
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=email]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=password]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login input[type=text]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=email]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=password]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register input[type=text]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=email]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=password]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login input[type=text]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=email]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=password]:-moz-placeholder,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register input[type=text]:-moz-placeholder {
    color: #888
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login button[type=submit],
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register button[type=submit],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login button[type=submit],
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register button[type=submit] {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
    border: unset;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-login .rwmb-label label,
body.checkout div.learnpress>#learn-press-checkout-login .learn-press-form-register .rwmb-label label,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-login .rwmb-label label,
body.checkout div.learnpress>#learn-press-checkout-register .learn-press-form-register .rwmb-label label {
    display: none
}

body.checkout div.learnpress>#learn-press-checkout-login button,
body.checkout div.learnpress>#learn-press-checkout-register button {
    outline: 0
}

body.checkout div.learnpress>#learn-press-checkout-login {
    margin-right: 20px
}

body.checkout div.learnpress>a {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%
}

body.checkout div.learnpress>a:after {
    content: "";
    clear: both;
    display: block
}

body.checkout div.learnpress>form#learn-press-checkout {
    padding-bottom: 30px
}

body.woocommerce-checkout.checkout .entry-content div.learnpress {
    display: none !important
}

body.logged-in.checkout .site-content div.learnpress {
    display: block
}

.checkout-form-login-toggle,
.checkout-form-register-toggle {
    font-weight: 500
}

.checkout-form-login-toggle:after,
.checkout-form-register-toggle:after {
    margin-left: 10px;
    content: "";
    font-family: Ionicons
}

form.learn-press-checkout .place-order-action button {
    outline: 0;
    height: 48px !important;
    line-height: 48px !important
}

form.learn-press-checkout h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px
}

form.learn-press-checkout table.learn-press-checkout-review-order-table {
    margin-bottom: 80px;
    border: 1px solid #e7e7e7
}

form.learn-press-checkout table.learn-press-checkout-review-order-table tr {
    background: 0 0 !important
}

form.learn-press-checkout table.learn-press-checkout-review-order-table td,
form.learn-press-checkout table.learn-press-checkout-review-order-table th {
    font-size: 16px;
    color: inherit;
    background: 0 0 !important;
    border: 1px solid #e7e7e7 !important
}

form.learn-press-checkout table.learn-press-checkout-review-order-table tfoot th {
    border-right: 0 !important;
    text-align: right
}

form.learn-press-checkout table.learn-press-checkout-review-order-table tfoot td {
    border-left: 0 !important
}

form.learn-press-checkout .learn-press-checkout-comment textarea {
    margin-bottom: 80px
}

form.learn-press-checkout #learn-press-payment ul.payment-methods {
    background: 0 0;
    padding: 0;
    margin-bottom: 10px
}

form.learn-press-checkout #learn-press-payment ul.payment-methods li label {
    font-weight: 700;
    background: 0 0 !important;
    padding: 0
}

form.learn-press-checkout #learn-press-payment ul.payment-methods li .payment-method-form {
    background: 0 0;
    padding: 0 0 0 18px;
    border-radius: 0;
    margin: 0;
    border: none
}

form.learn-press-checkout #learn-press-payment ul.payment-methods li .payment-method-form:before {
    display: none
}

form.learn-press-checkout #learn-press-payment ul.payment-methods input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    font-size: 14px;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

form.learn-press-checkout #learn-press-payment ul.payment-methods input[type=radio]:checked:before {
    content: '\2022';
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 3px;
    line-height: 6px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.checkout:not(.logged-in):not(.woocommerce) .entry-content .learnpress {
    display: block;
    padding-bottom: 1px
}

body.checkout:not(.logged-in):not(.woocommerce) .entry-content .learnpress .button-continue-guest-checkout button {
    height: 48px;
    display: inline-block;
    padding: 0 30px;
    color: #fff !important;
    line-height: 48px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all .5s
}

body.checkout:not(.logged-in):not(.woocommerce) .entry-content .learnpress #checkout-guest-email input[type=email] {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd
}

body.checkout:not(.logged-in):not(.woocommerce) .entry-content .learnpress #checkout-order-action #learn-press-button-guest-checkout-back {
    height: 48px;
    display: inline-block;
    padding: 0 30px;
    color: #fff !important;
    line-height: 48px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s;
    margin-left: 10px
}

body input#terms {
    border-color: #eee !important;
    outline: 0 !important;
    -webkit-appearance: checkbox !important
}

body input#terms:before {
    content: '' !important
}

body.logged-in .account-login-page .social-login-form {
    display: none
}

body.logged-in .account-login-page .thim-form-login.vc_col-sm-6 {
    width: 100%;
    text-align: center
}

body .account-login-page {
    display: flex;
    align-items: center
}

.tp_event .date {
    width: 97px;
    height: 89px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ec5f4c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF
}

.list-tab-event,
.tp_event .thumbnail-content {
    position: relative
}

.tp_event .date-start {
    font-size: 35px;
    line-height: 22px;
    letter-spacing: .7px;
    font-weight: 500;
    margin-bottom: 8px
}

.tp_event .month-start {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .9px;
    text-transform: uppercase
}

.tp_event .content {
    /* padding: 25px 30px; */
}

.tp_event .read-more a {
    border: 1px solid;
    border-radius: 30px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3px
}

.tp_event .read-more a i {
    margin-left: 5px
}

.tp_event .read-more a:hover {
    color: #fff
}

.tp_event .title {
    font-size: 34px;
    letter-spacing: .7px;
    line-height: normal
}

.tp_event .entry-meta {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px
}

.tp_event .entry-meta>span {
    margin-right: 10px
}

.tp_event .author:before {
    content: '\f007';
    font-family: FontAwesome;
    margin-right: 5px;
    display: none;
}

.tp_event .entry-excerpt {
    padding: 16px 0;
    line-height: 1.6em
}

.tp_event .read-more {
    padding: 19px 0
}

.tp_event article {
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
    padding-bottom: 15px
}

.post-type-archive-tp_event .site-content {
    padding-bottom: 100px
}

.post-type-archive-tp_event article {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 60px;
    padding-bottom: 15px
}

.event-wrapper-shortcode {
    margin-bottom: 100px;
    margin-top: 50px;
    text-align: center;
    display: none;
}

.event-wrapper-shortcode .event-auth-form {
    margin-bottom: 20px
}

.event-wrapper-shortcode .event-auth-form p,
.event-wrapper-shortcode .event-auth-form p label {
    display: inline-block;
    width: 100%
}

.event-wrapper-shortcode .event-auth-form p label.inline {
    display: inline-block
}

.event-wrapper-shortcode .event-auth-form p input.input {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e7e7e7;
    width: 450px;
    max-width: 100%;
    color: #999;
    float: none;
    border-radius: 5px
}

.event-wrapper-shortcode .event-auth-form p input[type=submit] {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 5px
}

.list-tab-event {
    margin-bottom: 5px
}

.list-tab-event .nav-tabs {
    margin: 0 !important;
    border: none;
    text-align: center;
    display: block
}

.list-tab-event .nav-tabs li {
    display: inline-block;
    vertical-align: middle
}

.list-tab-event .nav-tabs a {
    position: relative;
    display: inline-block;
    border-radius: 0;
    background: 0 0;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    border-bottom: none;
    text-transform: uppercase;
    min-width: 1px !important
}

.list-tab-event .nav-tabs a:after {
    content: '';
    width: 100%;
    background: 0 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transition: all .5s
}

.list-tab-event .tab-pane.fade.active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.list-tab-event .display-layout {
    position: absolute;
    right: 0;
    top: 9px
}

.list-tab-event .display-layout a {
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background: #e7e7e7;
    color: #888;
    margin-left: 4px;
    display: inline-block
}

.list-tab-event .display-layout a.switcher-active,
.list-tab-event .display-layout a:hover {
    color: #fff
}

.list-tab-event .tab-content {
    border: 0;
    padding: 60px 0 0
}

.list-tab-event .tab-content .tab-pane {
    margin: 0 -15px
}

.list-tab-event .tab-content .tab-pane:after,
.list-tab-event .tab-content .tab-pane:before {
    content: " ";
    display: table
}

.list-tab-event .tab-content .tab-pane:after {
    clear: both
}

.list-tab-event .tab-content .tab-pane .tp_event {
    margin-bottom: 30px;
    /* background: #f5f5f5; */
    transition: all .3s;
    border: 1px solid #e5e5e5;
}

.list-tab-event .tab-content .tab-pane .tp_event:hover {
    box-shadow: 0 25px 40px -20px #85a2ce
}

.list-tab-event .tab-content .tab-pane .tp_event .title {
    font-size: 26px
}

.list-tab-event .tab-content .tab-pane .tp_event .time-from {
    text-align: center
}

.list-tab-event .tab-content .tab-pane .tp_event .time-from .date {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 0;
    display: block;
    width: auto;
    height: auto;
    position: static;
    background: 0 0
}

@media (max-width:1400px) {
    .list-tab-event .tab-content .tab-pane .tp_event .time-from .date {
        font-size: 40px
    }
}

.list-tab-event .tab-content .tab-pane .tp_event .time-from .month {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    display: block
}

.list-tab-event .tab-content .tab-pane .tp_event .meta {
    margin-bottom: 15px
}

.list-tab-event .tab-content .tab-pane .tp_event .meta span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase
}

.list-tab-event .tab-content .tab-pane .tp_event .meta span:first-child {
    margin-right: 10px
}

.list-tab-event .tab-content .tab-pane .tp_event .image {
    position: relative;
    overflow: hidden
}

.list-tab-event .tab-content .tab-pane .tp_event .image:hover:before {
    opacity: .6
}

.list-tab-event .tab-content .tab-pane .tp_event .image:hover a:before {
    opacity: 1
}

.list-tab-event .tab-content .tab-pane .tp_event .image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease-out
}

.list-tab-event .tab-content .tab-pane .tp_event .image a {
    display: block
}

.list-tab-event .tab-content .tab-pane .tp_event .image a.img-link {
    display: none
}

.list-tab-event .tab-content .tab-pane .tp_event .image a:before {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all .5s ease-out;
    opacity: 0;
    font-size: 20px
}

.thim-list-event .tab-pane article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.thim-list-event .tab-pane article:last-child .content,
.thim-list-event .tab-pane article:last-child .read-more {
    padding-bottom: 0 !important
}

p.event-notice {
    text-align: center
}

.list-tab-event .entry-thumbnail img {
    width: 100%;
    object-fit: cover
}

.tm-flex {
    align-items: center;
    display: flex
}

.tm-flex>div {
    float: left
}

.list-tab-event .tab-content .tab-pane .tp_event .image img {
    width: 100%
}

.tm-flex .col-lg-4.col-md-5 {
    padding-right: 0
}

.single-tp_event article {
    position: relative
}

.single-tp_event article .sticky-sidebar {
    width: 100px;
    float: left;
    padding: 0 23px
}

.single-tp_event article .sticky-sidebar .share-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.single-tp_event article .sticky-sidebar .thim-social-share .link {
    margin: auto
}

.single-tp_event article .entry-right .entry-countdown {
    margin-top: 0;
    display: none;
}

.single-tp_event article .entry-summary {
    padding: 15px 0 0;
}

.single-tp_event article .entry-summary:after,
.single-tp_event article .entry-summary:before {
    content: " ";
    display: table
}

.single-tp_event article .entry-summary:after {
    clear: both
}

.single-tp_event article .entry-summary.has-social .entry-right {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: 100%;
    float: left;
}

.single-tp_event article .tp_event_counter {
    border: 0;
    color: #FFF
}

.single-tp_event article .entry-register {
    margin-top: 30px;
    border: 1px solid #e7e7e7;
    padding: 30px
}

.single-tp_event article .event-info {
    margin-bottom: 30px
}

.single-tp_event article .event_register_submit {
    margin-bottom: 0;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    font-size: 16px
}

.single-tp_event article .event_register_submit:hover {
    color: #FFF
}

.single-tp_event article .event-google-map-canvas {
    margin-top: 30px
}

.single-tp_event article .entry-thumbnail .attachment-post-thumbnail {
    width: 100%
}

.entry-register {
    list-style: none;
    margin: 30px 0;
    padding: 30px;
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    float: left
}

.entry-register .event-info {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    float: left
}

.entry-register .event-info li {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.entry-register .event-info li .label {
    width: 50%;
    float: left;
    font-weight: 700
}

.entry-register .register-inner {
    width: 100%;
    float: left
}

.entry-register .event_auth_button {
    margin-top: 30px !important;
    margin-right: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out 0s;
    -khtml-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#event-lightbox .event_auth_button,
.sidebar-events .widget_book-event .event_register_foot .event_auth_button {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

#event-lightbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#event-lightbox h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px
}

#event-lightbox label {
    margin-bottom: 0
}

#event-lightbox .event_auth_form_field label {
    line-height: 30px;
    margin-right: 20px
}

#event-lightbox .event_auth_form_field input {
    width: 55px;
    line-height: 30px;
    border: 1px solid #eee;
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: center
}

#event-lightbox .event_auth_payment_methods {
    margin: 20px 0
}

#event-lightbox .event_auth_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#event-lightbox .tp-event-notice {
    margin: 0 !important
}

.event-auth-form,
.lost_reset_password,
.thim-loginpage form {
    max-width: 400px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee
}

.event-auth-form p,
.lost_reset_password p,
.thim-loginpage form p {
    margin-bottom: 10px
}

.event-auth-form .required,
.lost_reset_password .required,
.thim-loginpage form .required,
#shareneedform .required {
    color: red
}

.event-auth-form label,
.lost_reset_password label,
.thim-loginpage form label {
    color: #333
}

.event-auth-form input,
.lost_reset_password input,
.thim-loginpage form input {
    height: 40px;
    width: 100%;
    padding: 0 10px
}

.event-auth-form input[type=radio],
.event-auth-form input[type=checkbox],
.lost_reset_password input[type=radio],
.lost_reset_password input[type=checkbox],
.thim-loginpage form input[type=radio],
.thim-loginpage form input[type=checkbox] {
    width: 16px;
    height: 16px;
    padding: 0
}

.event-auth-form input[type=submit],
.lost_reset_password input[type=submit],
.thim-loginpage form input[type=submit] {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 25px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s
}

.bottom-link {
    margin-top: 30px;
    font-weight: 600
}

.sidebar-events .widget_book-event .book-title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 72px;
    padding: 0;
    text-align: center;
    position: relative
}

.sidebar-events .widget_book-event .event_register_area {
    padding: 25px 19px;
    border: 1px solid #0190ba;
    border-top: 0;
    background: #0190ba;
    color: #fff;
    border-radius: 5px;
}

.sidebar-events .widget_book-event .event_register_area .info-event {
    margin: 0;
    padding: 0;
}

.sidebar-events .widget_book-event .event_register_area .info-event li {
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 52px;
    clear: both;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden
}

.sidebar-events .widget_book-event .event_register_area .info-event li .label {
    display: inline-block
}

.sidebar-events .widget_book-event .event_register_area .info-event li .value {
    display: inline-block;
    font-weight: 700;
    float: right
}

.sidebar-events .widget_book-event .event_register_area .info-event li input[type=number] {
    width: 55px;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: center
}

.sidebar-events .widget_book-event .event_register_area .info-event li.event-cost .value {
    font-size: 18px
}

.sidebar-events .widget_book-event .event_register_area .info-event li.event-payment {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidebar-events .widget_book-event .event_register_foot {
    padding: 10px 0;
    text-align: center;
}

.sidebar-events .widget_book-event .event_register_foot .event_auth_button {
    color: #fff;
    border-radius: 0;
    padding: 0 22px;
    width: 100%;
    border: 2px solid #fff;
    height: 51px;
    outline: 0;
    line-height: 50px;
    font-weight: 400;
    display: inline-block;
    text-transform: inherit;
    font-size: 19px;
    letter-spacing: 1.1px;
    -khtml-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.sidebar-events .widget_book-event .event_register_foot .event_auth_button.event-register-loading {
    position: relative;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}

.sidebar-events .widget_book-event .event_register_foot .event_auth_button.event-register-loading:before {
    line-height: 40px;
    top: 0;
    right: 0;
    content: "\f110";
    font-family: FontAwesome;
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #fff;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute
}

.sidebar-events .widget_book-event .event_register_foot .event_button_disable {
    /* opacity: .5; */
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-transform: inherit;
    font-size: 19px;
    background: #8896a1 !important;
    border: 2px solid #fff;
    letter-spacing: 1.1px;
    font-weight: 400;
}

.sidebar-events .widget_book-event .event_register_foot .login-notice {
    color: #8a6d3b;
    background: #fcf8e3;
    line-height: 20px;
    padding: 10px;
    font-size: 13px
}

.sidebar-events .widget_book-event .event_auth_register_message_error {
    color: #a94442;
    background: #f2dede;
    margin: 25px 0 0;
    border: 0;
    text-align: center;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 0;
    font-size: 13px
}

.sidebar-events .widget_book-event .event_auth_payment_methods {
    text-align: center
}

.sidebar-events .widget_book-event .event_auth_payment_methods input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    font-size: 14px;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

.sidebar-events .widget_book-event .event_auth_payment_methods input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background: #ffb606;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sidebar-events .widget_book-event .event_auth_payment_methods label {
    margin-bottom: 0
}

.back-to-events {
    text-align: left;
    display: block
}

.back-to-events a {
    margin-top: 24px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 30px
}

@media (max-width:1440px) {
    .widget_book-event li.event-payment .label {
        display: none !important
    }
    .widget_book-event li.event-payment .event_auth_payment_methods {
        width: 100%
    }
}

body.single:not(.logged-in) .widget_book-event a.event_register_submit.loading {
    position: relative;
    opacity: .65
}

body.single:not(.logged-in) .widget_book-event a.event_register_submit.loading:before {
    line-height: 40px;
    top: 0;
    right: 0;
    content: "\f110";
    font-family: FontAwesome;
    left: 0;
    margin: auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #fff;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute
}

#subscription-toggle,
.bbpress #bbpress-forums .bbp-author-avatar .avatar.avatar-14,
.site-content .bbp-breadcrumb {
    display: none
}

.bbpress .bbp-body .bbp-topic-permalink {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

@media (max-width:768px) {
    #thim-header-topbar .thim-sc-social-links {
        display: none
    }
    #masthead.template-layout-2 .main-header .width-logo {
        width: auto !important
    }
}

body.bbpress #bbpress-forums #bbp-search-form .icon-search {
    display: inline-block;
    text-align: center;
    color: #888
}

body.bbpress #bbpress-forums #bbp-search-form .icon-search:after {
    content: "\f4a4";
    font-family: Ionicons;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.bbpress #bbpress-forums a {
    text-decoration: none
}

.bbpress #bbpress-forums li.bbp-body .bbp-author-name {
    font-size: 13px;
    text-transform: capitalize
}

.bbpress #bbpress-forums li.bbp-body ul {
    border-top: 0;
    padding: 20px 30px;
    background: #fff;
    font-size: 14px
}

.bbpress #bbpress-forums li.bbp-body ul.odd {
    font-size: 13px;
    text-transform: capitalize
}

.bbpress #bbpress-forums label[for] {
    color: #323945;
    font-weight: 700
}

.bbpress #bbpress-forums fieldset.bbp-form {
    padding: 20px;
    margin-bottom: 0
}

.bbpress #bbpress-forums fieldset.bbp-form div.bbp-submit-wrapper {
    float: none
}

.bbpress #bbpress-forums fieldset.bbp-form label[for] {
    color: #212121
}

.bbpress #bbpress-forums fieldset.bbp-form select {
    color: #999
}

.bbpress #bbpress-forums fieldset .wp-editor-container,
.bbpress #bbpress-forums fieldset.bbp-form p {
    overflow: hidden
}

.bbpress #bbpress-forums fieldset input[type=text],
.bbpress #bbpress-forums fieldset textarea {
    background: #f6f6f6;
    border: none;
    padding: 9px
}

.bbpress #bbpress-forums input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -khtml-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: 50ms border-color ease-in-out;
    -khtml-transition: 50ms border-color ease-in-out;
    -moz-transition: 50ms border-color ease-in-out;
    -ms-transition: 50ms border-color ease-in-out;
    -o-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out
}

.bbpress #bbpress-forums input[type=checkbox]:checked:before {
    content: "\f00c";
    float: left;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 14px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bbpress #bbpress-forums .bbp-body .bbp-forum-freshness>a,
.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness>a {
    color: #858585
}

.bbpress #bbpress-forums button[type=submit] {
    min-width: 130px;
    height: 43px;
    font-size: 14px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.bbpress #bbpress-forums .bbp-template-notice {
    border-radius: 0;
    border: 0;
    padding: 5px 15px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 0
}

.bbpress #bbpress-forums .bbp-template-notice.info {
    background: #d9edf7;
    color: #31708f
}

.bbpress #bbpress-forums .bbp-reply-content a {
    color: #fff
}

.bbpress #bbpress-forums fieldset.bbp-form legend {
    text-align: center
}

.bbpress .select2-container .select2-selection--single {
    height: 24px
}

.bbpress .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 8px
}

.bbpress .select2-container .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__arrow,
.bbpress .select2-container .select2-selection--single .select2-selection__arrow {
    height: 22px
}

.bbpress .select2-results__option {
    padding: 0 6px;
    font-size: 13px
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    font-size: 16px
}

.bbpress #bbpress-forums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.bbpress #bbpress-forums .bbp-breadcrumb {
    order: -1
}

.bbpress #bbpress-forums .bbp-search-form {
    float: none;
    text-align: right;
    height: 54px;
    margin-bottom: 30px
}

.bbpress #bbpress-forums .bbp-forums {
    border: 0;
    margin-bottom: 0 !important
}

.bbpress #bbpress-forums .bbp-header {
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 15px 30px
}

.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-title {
    font-size: 16px;
    font-weight: 600;
    color: #212121
}

.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 13px
}

#bbp-search-form {
    position: relative;
    display: inline-block;
    padding: 10px
}

#bbp-search-form input#bbp_search {
    width: 305px !important;
    max-width: 100%;
    line-height: 31px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    font-size: 16px;
    font-style: italic
}

#bbp_search_submit {
    font-size: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    z-index: 1
}

.single-forum.bbpress .bbp-breadcrumb {
    float: none
}

.single-forum.bbpress #bbpress-forums {
    margin-bottom: 0
}

.single-forum.bbpress #bbpress-forums .bbp-replies,
.single-forum.bbpress #bbpress-forums .bbp-topics {
    border: none
}

.single-forum.bbpress #bbpress-forums .bbp-header {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 15px 30px
}

.single-forum.bbpress #bbpress-forums .bbp-header .forum-titles li {
    font-weight: 700;
    font-size: 16px
}

.single-forum.bbpress #bbpress-forums .bbp-body .bbp-topic-permalink {
    color: #333
}

.topic.bbpress #bbpress-forums .bbp-replies {
    border: none
}

.topic.bbpress #bbpress-forums .bbp-header {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 15px 30px
}

.topic.bbpress #bbpress-forums .favorite-toggle:hover,
.topic.bbpress #bbpress-forums .subscription-toggle:hover {
    color: #fff
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
    background-color: #f5f4f4 !important
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
    background-color: #f9f9f9 !important
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
    background: 0 0 !important;
    border-top: none !important
}

.elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover,
.widget_shopping_cart .minicart_hover {
    position: relative;
    text-align: center
}

.elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover i.ion,
.widget_shopping_cart .minicart_hover i.ion {
    padding-left: 5px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover .cart-items-number span.wrapper-items-number,
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    position: absolute;
    top: -10px;
    font-size: 14px;
    right: -4px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number,
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
    margin-left: 4px
}

#thim-header-topbar .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover .cart-items-number,
#thim-header-topbar .widget_shopping_cart .minicart_hover .cart-items-number {
    line-height: 56px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content,
.widget_shopping_cart .widget_shopping_cart_content {
    display: none;
    text-transform: none;
    background: #fff;
    left: auto;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 350px;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 0 !important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 20px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
    max-height: 315px;
    overflow: hidden;
    padding: 0 20px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
    width: 6px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 6px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
    padding: 15px 20px 15px 0;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    margin-left: 0 !important;
    line-height: 20px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li img,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li img {
    margin-right: 15px;
    width: 65px !important;
    float: left;
    margin-left: 0
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li a,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
    border: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 0 !important;
    color: #202121
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
    border-left: 0 none !important;
    float: left;
    padding-left: 0 !important;
    min-width: 60%
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
    margin: 0 !important;
    padding: 0 !important
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
    float: left;
    padding: 0;
    text-align: left;
    width: calc(100% - 80px);
    font-size: 13px;
    display: block;
    margin-top: 5px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
    padding: 0 !important;
    left: auto !important;
    right: 10px;
    top: 17px !important;
    font-size: 0;
    width: initial;
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
    font-family: FontAwesome;
    content: '\f00d';
    font-size: 16px;
    font-weight: 400
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li.removing,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.removing {
    position: relative;
    overflow: hidden
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li.removing:after,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.removing:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(assets/images/icons/ajax-loader.gif);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    z-index: 9
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
    border-top: none
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
    padding-top: 17px;
    text-align: center
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .total,
.widget_shopping_cart .widget_shopping_cart_content .total {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    font-size: 13px;
    padding: 10px 0;
    margin: 0 20px;
    text-align: center
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .total .amount,
.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    font-weight: 700;
    margin-left: 10px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .total strong,
.widget_shopping_cart .widget_shopping_cart_content .total strong {
    text-transform: uppercase;
    font-weight: 700
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .buttons,
.widget_shopping_cart .widget_shopping_cart_content .buttons {
    padding: 5px;
    text-align: center
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .buttons a,
.widget_shopping_cart .widget_shopping_cart_content .buttons a {
    display: inline-block !important;
    font-size: 13px;
    line-height: 40px;
    padding: 0 20px !important;
    margin: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .buttons a:hover,
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
    color: #fff
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .buttons .checkout,
.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
    position: relative
}

.elementor-widget-wp-widget-woocommerce_widget_cart:hover .widget_shopping_cart_content,
.widget_shopping_cart:hover .widget_shopping_cart_content {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

#masthead .widget.widget_thim-login .user-name {
    display: block;
    white-space: nowrap
}

#masthead .widget.widget_thim-login .user-name:hover .user-info {
    display: block
}

#masthead .widget.widget_thim-login .user-info {
    margin: 0 0 0 -19px;
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    display: none;
    background: #fff;
    min-width: 200px;
    z-index: 20;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
}

#masthead .widget.widget_thim-login .user-info li {
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block
}

#masthead .widget.widget_thim-login .user-info li a {
    padding: 10px 22px;
    display: block;
}

#masthead .widget.widget_thim-login .user-info li:hover {
    background: #f7f7f7;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#masthead .widget.widget_thim-login .user-info li:hover a {
    color: #202121
}

#masthead .widget.widget_thim-login:hover .user-info {
    display: block
}

#masthead .elementor-widget-wp-widget-woocommerce_widget_cart,
#masthead .widget_shopping_cart {
    position: relative;
    padding: 0 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

#masthead .elementor-widget-wp-widget-woocommerce_widget_cart .minicart_hover,
#masthead .widget_shopping_cart .minicart_hover {
    color: #FFF
}

#masthead .elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content,
#masthead .widget_shopping_cart .widget_shopping_cart_content {
    line-height: normal
}

#masthead .elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove,
#masthead .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#masthead .elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:hover,
#masthead .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:hover {
    color: #222 !important
}

#masthead .elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .buttons a,
#masthead .widget_shopping_cart .widget_shopping_cart_content .buttons a {
    padding: 0 30px !important;
    line-height: 46px;
    margin: 15px 5px;
    border-radius: 0px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #222
}

.pagetitle-hide header#masthead.palette-transparent .main-header .header-right .widget_thim-login:before {
    color: #fff;
    border-color: #fff
}

.pagetitle-hide header#masthead.site-header.palette-transparent.template-layout-2 .widget_thim-login .user-info li a {
    color: #9c9c9c
}

.elementor-widget-wp-widget-woocommerce_widget_cart .widget_shopping_cart_content .cart_list.product_list_widget li,
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
    padding-right: 20px
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-wishlist .site-content {
    padding-top: 50px;
}

.product-filter {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 13px 15px 11px 20px;
    margin-bottom: 30px
}

.product-filter .woocommerce-message {
    background: 0 0;
    margin: 0 !important;
    padding: 0 0 8px !important;
    border: none;
    font-style: italic
}

.product-filter .woocommerce-message:before {
    position: static;
    margin-right: 10px;
    font-style: normal
}

.product-filter.row,
ul.product-list.row {
    margin-left: 0;
    margin-right: 0
}

.product-filter i {
    font-size: 16px;
    color: #ccc
}

.product-filter .display {
    display: inline-block;
    float: left
}

.product-filter .display a {
    line-height: 34px;
    margin-right: 6px
}

.product-filter .woocommerce-result-count {
    margin-bottom: 0 !important;
    margin-left: 10px !important;
    font-size: 16px;
    line-height: 34px
}

.product-filter .woocommerce-ordering {
    position: relative;
    margin: 0 !important;
    float: right
}

.product-filter .woocommerce-ordering>span {
    display: none
}

.product-filter .woocommerce-ordering select.orderby {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    padding: 6px 0 6px 10px;
    border-radius: 0;
    width: 100%;
    min-width: 120px;
    height: 34px;
    border: 1px solid #e7e7e7;
    outline: 0
}

.product-filter .select2 .select2-selection {
    border: 0;
    height: 22px
}

.product-filter .select2 .select2-selection .select2-selection__rendered {
    line-height: 22px;
    padding: 0 20px
}

.product-filter .select2 .select2-selection .select2-selection__arrow {
    height: 22px;
    top: -1px
}

ul.product-grid li.product.sale .price ins:before,
ul.product-list li.product.sale .price ins:before {
    content: " – "
}

ul.product-grid ins,
ul.product-grid u,
ul.product-list ins,
ul.product-list u {
    text-decoration: none
}

ul.category-product,
ul.product-grid {
    list-style: none
}

ul.product-grid li.product {
    margin-bottom: 30px
}

ul.product-grid li.product.product-type-grouped .wrapper .product-content .title-product {
    min-height: 49px
}

ul.product-grid li.product.product-type-variable:not(.has-children) .wrapper .stats .content {
    text-align: center;
    display: block
}

ul.product-grid li.product.product-type-variable:not(.has-children) .wrapper .stats .content a {
    float: none
}

ul.product-grid li.product .wrapper {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 40px
}

ul.product-grid li.product .wrapper .feature-image {
    text-align: center
}

ul.product-grid li.product .wrapper .product-content {
    position: relative;
    margin-top: 25px;
    padding-right: 60px
}

ul.product-grid li.product .wrapper .product-content .title-product {
    text-transform: none
}

ul.product-grid li.product .wrapper .product-content .title-product a {
    font-weight: 400;
    font-size: 18px;
    text-decoration: none
}

ul.product-grid li.product .wrapper .product-content .description {
    display: none
}

ul.product-grid li.product .wrapper .product-content .added_to_cart {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
    font-size: 14px;
    text-transform: uppercase
}

ul.product-grid li.product .wrapper .product-content a.add_to_cart_button,
ul.product-grid li.product .wrapper .product-content a.product_type_external,
ul.product-grid li.product .wrapper .product-content a.product_type_grouped,
ul.product-grid li.product .wrapper .product-content a.product_type_variable {
    position: absolute;
    right: 0;
    top: 5px;
    text-transform: uppercase;
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    z-index: 9;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

ul.product-grid li.product .wrapper .product-content a.add_to_cart_button:before,
ul.product-grid li.product .wrapper .product-content a.product_type_external:before,
ul.product-grid li.product .wrapper .product-content a.product_type_grouped:before,
ul.product-grid li.product .wrapper .product-content a.product_type_variable:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 16px
}

ul.product-grid li.product .wrapper .product-content a.add_to_cart_button:hover,
ul.product-grid li.product .wrapper .product-content a.product_type_external:hover,
ul.product-grid li.product .wrapper .product-content a.product_type_grouped:hover,
ul.product-grid li.product .wrapper .product-content a.product_type_variable:hover {
    width: auto;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
    font-size: 14px !important
}

ul.product-grid li.product .wrapper .product-content a.add_to_cart_button:hover:before,
ul.product-grid li.product .wrapper .product-content a.product_type_external:hover:before,
ul.product-grid li.product .wrapper .product-content a.product_type_grouped:hover:before,
ul.product-grid li.product .wrapper .product-content a.product_type_variable:hover:before {
    display: none
}

ul.product-grid li.product .wrapper .product-content a.add_to_cart_button.added,
ul.product-grid li.product .wrapper .product-content a.product_type_external.added,
ul.product-grid li.product .wrapper .product-content a.product_type_grouped.added,
ul.product-grid li.product .wrapper .product-content a.product_type_variable.added {
    display: none !important
}

ul.product-list li.product {
    width: 100%;
    clear: both;
    border: 1px solid #e7e7e7;
    padding: 50px 50px 50px 20px;
    background-color: #fff;
    margin-bottom: 30px;
    max-width: 100%;
    flex: 100%
}

ul.product-list li.product:last-child {
    margin-bottom: 20px
}

ul.product-list li.product .feature-image {
    max-width: 240px;
    margin-right: 30px;
    height: auto;
    float: left;
    margin-bottom: 0;
    text-align: center
}

ul.product-list li.product .product-content {
    width: calc(100% - 270px);
    float: right;
    padding-right: 0;
    margin-top: 0
}

ul.product-list li.product .product-content .title-product {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    padding-bottom: 15px;
    line-height: 15px;
    text-align: left;
    padding-top: 0
}

ul.product-list li.product .product-content .title-product a {
    font-size: 20px !important;
    font-weight: 700;
    text-decoration: none
}

ul.product-list li.product .product-content .description {
    margin-top: 25px
}

ul.product-list li.product .product-content a.added_to_cart,
ul.product-list li.product .product-content a.button {
    margin-top: 30px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px
}

ul.product-list li.product .product-content a.added_to_cart.added,
ul.product-list li.product .product-content a.button.added {
    display: none
}

.quick-view {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -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;
    border: none !important
}

.quick-view i {
    font-size: 24px
}

.quick-view span {
    outline: 0;
    border: 0;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all .2s ease-out;
    -khtml-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 32px;
    text-decoration: none !important;
    color: #fff
}

.quick-view span.loading.dark {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome !important;
    width: auto;
    border: none !important
}

.quick-view span.loading.dark:before {
    content: "\f110";
    border: none !important
}

.feature-image {
    display: inline-block;
    position: relative;
    -webkit-perspective: 500px;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 100%
}

.feature-image img {
    width: 100%
}

.feature-image:hover .quick-view,
.feature-image:hover:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-image:hover .onsale {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.feature-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, .3);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -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
}

.feature-image .onsale {
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 15px !important;
    left: 15px !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.quickview .product-info .right .cart button.button {
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.onsale {
    color: #fff
}

body.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 20px 0 0
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none !important
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    list-style: none;
    border: none;
    margin: 0 5px
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #878787;
    background: #fff !important;
    display: inline-block;
    padding: 0
}

.product-info .left #carousel .flex-direction-nav a:before,
.product-info .left #slider .flex-direction-nav a:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    color: #fff
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
    font-size: 0
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before {
    font-family: Ionicons;
    font-size: 16px;
    line-height: 43px
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before {
    content: "\f3d2"
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:before {
    content: "\f3d3"
}

.product-info {
    margin-bottom: 90px
}

.product-info .left:after {
    clear: both;
    content: '';
    display: block
}

.product-info .left .onsale,
.product-info .right .woocommerce-product-rating .woocommerce-review-link {
    display: none
}

.product-info .left #carousel .slides li {
    margin-right: 15px
}

.product-info .left #carousel .slides li img {
    border-right: none !important;
    width: 100%
}

.product-info .left #carousel .slides li:hover {
    cursor: pointer
}

.product-info .left #slider {
    margin-bottom: 30px
}

.product-info .left #slider .slides img {
    width: 100%
}

.product-info .right .woocommerce-product-rating .star-rating>span,
.woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .star-rating span {
    color: #fed559
}

.product-info .right .variations_form .woocommerce-variation {
    margin-bottom: 20px
}

.product-info .right .clear {
    clear: none
}

.product-info .right .product_title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3px
}

.product-info .right .woocommerce-product-rating .star-rating,
.woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .star-rating {
    font-size: 12px
}

.product-info .right .price {
    font-weight: 400;
    font-size: 24px !important;
    margin-bottom: 40px
}

.product-info .right .price del {
    margin-right: 5px;
    position: relative
}

.product-info .right .price del:before {
    content: "";
    width: auto;
    height: 1px;
    background: #333;
    top: 50%;
    left: -5px;
    right: -5px;
    position: absolute
}

.product-info .right table.variations select,
.woocommerce-tabs .entry-content #reviews #comments .commentlist li img.avatar {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box
}

.product-info .right .price del span {
    color: #aaa
}

.product-info .right .price ins {
    text-decoration: none
}

.product-info .right table.variations td,
.product-info .right table.variations th {
    border: none
}

.product-info .right table.variations select {
    min-width: 200px;
    height: 40px !important;
    padding: 0 15px;
    border-color: #e7e7e7;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px
}

.product-info .right .description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px
}

.product-info .right .stock {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.product-info .right .stock.in-stock {
    color: #4cae4c
}

.product-info .right .stock.out-stock {
    color: #843534
}

.product-info .right .description {
    margin-bottom: 35px
}

.product-info .right .cart .quantity .qty {
    font-size: 14px;
    line-height: 40px;
    padding: 5px;
    height: 55px;
    border: 1px solid #e7e7e7;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-info .right .cart .single_add_to_cart_button {
    margin-left: 10px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    border-radius: 30px
}

.product-info .right .cart .single_add_to_cart_button:active,
.product-info .right .cart .single_add_to_cart_button:focus,
.product-info .right .cart .single_add_to_cart_button:hover {
    background: #fff;
    outline: 0
}

.product-info .right .thim-social-share {
    margin-top: 25px
}

.product-info .right form.cart table {
    border: none
}

.product-info .right form.cart table td,
.product-info .right form.cart table tr {
    border: none;
    vertical-align: middle !important
}

.product-info .right form.cart table td label,
.product-info .right form.cart table tr label {
    margin-bottom: 0 !important
}

.product-info .right form.cart table.variations tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.product-info .right form.cart table.variations tr:last-child {
    margin-bottom: 0
}

.product-info .right form.cart table.variations td {
    padding: 0;
    display: inline-block;
    float: left
}

.product-info .right form.cart table.variations td.label {
    min-width: 100px
}

.product-info .right form.cart table.variations td.value {
    min-width: 200px
}

.product-info .right form.cart table.variations td.value .select2-container .select2-selection--single {
    border-radius: 0;
    height: 48px
}

.product-info .right form.cart table.variations td.value .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 0 9px 19px;
    font-size: 14px
}

.product-info .right form.cart table.variations td.value .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px
}

.product-info .right form.cart table.variations label {
    text-transform: capitalize;
    font-weight: 400;
    color: #202121;
    line-height: 40px;
    font-size: 16px
}

.product-info .right form.cart table.variations .dk-select {
    width: 70%
}

.product-info .right form.cart table.variations .dk-select .dk-selected {
    padding: 8px 20px;
    border-color: #e7e7e7 !important
}

.product-info .right form.cart table.variations .dk-select .dk-selected:after {
    content: "\f107";
    font-family: FontAwesome;
    border: none;
    top: 10px !important;
    color: #bbb
}

.product-info .right form.cart table.variations .dk-select .dk-selected:before {
    display: none
}

.product-info .right form.cart table.variations .dk-select .dk-select-options {
    left: 0;
    right: 0;
    border-color: #e7e7e7 !important
}

.product-info .right form.cart table.variations .dk-select .dk-select-options li {
    padding: 5px 20px
}

.product-info .right form.cart table.variations .dk-select.dk-select-open-down .dk-selected:after {
    content: "\f106"
}

.product-info .right .thim-social-share ul li {
    display: block;
    float: left;
    margin: 0 10px 10px 0
}

.product-info .right .product_meta>span {
    width: 100%;
    display: inline-block
}

.woocommerce-tabs .entry-content #reviews #comments h2,
.woocommerce-tabs .entry-content h2 {
    display: none
}

.product-type-external .product-info .right .yith-wcwl-add-to-wishlist {
    width: auto !important
}

.woocommerce-tabs .tabs {
    text-align: center
}

.woocommerce-tabs .tabs:before {
    border-bottom-width: 1px !important;
    bottom: 1px !important;
    box-shadow: none !important
}

.woocommerce-tabs .tabs li {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 35px 0 0 !important;
    background-color: transparent !important;
    box-shadow: none !important
}

.woocommerce-tabs .tabs li:after,
.woocommerce-tabs .tabs li:before {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    box-shadow: none !important
}

.woocommerce-tabs .tabs li a {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
    text-transform: uppercase;
    color: #999 !important;
    font-weight: 400 !important
}

.woocommerce-tabs .entry-content {
    margin-top: 40px !important;
    margin-bottom: 70px !important;
    padding: 0 200px !important;
    text-align: center
}

.woocommerce-tabs .entry-content #reviews #comments {
    border: none !important
}

.woocommerce-tabs .entry-content #reviews #comments .woocommerce-noreviews {
    margin-bottom: 50px
}

.woocommerce-tabs .entry-content #reviews #comments .commentlist {
    text-align: left
}

.woocommerce-tabs .entry-content #reviews #comments .commentlist li img.avatar {
    position: static;
    width: 60px;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    border-radius: 50%
}

.woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text {
    margin: 0 0 20px;
    float: right;
    padding: 15px;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px
}

.woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .meta,
.woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text p {
    text-align: left
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper #reply-title,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    width: 100%;
    color: #202121
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form label {
    width: 100%;
    text-align: left
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .comment-form-rating .select2-container,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .dk-select {
    display: none
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .comment-form-rating .stars span a,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .comment-form-rating .stars span a:hover {
    color: #fed559
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .comment-form-rating .dk-select {
    min-width: 150px
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .comment-form-rating .dk-select .dk-select-options {
    left: 0;
    right: 0
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.related,
.related h2 {
    margin-bottom: 45px
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea {
    border: 1px solid #eee;
    padding: 10px 25px !important;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:active,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:hover,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:active,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:hover {
    outline: 0 !important
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input.submit {
    font-size: 16px;
    border: none !important;
    text-transform: uppercase;
    font-weight: 400
}

.woocommerce-tabs .entry-content .shop_attributes th {
    color: #202121;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400
}

.woocommerce-tabs .entry-content .shop_attributes td p,
body.woocommerce-page .shop_table caption,
body.woocommerce-page .shop_table td,
body.woocommerce-page .shop_table th {
    font-weight: 300
}

.woocommerce-tabs .entry-content .shop_attributes td {
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input.submit {
    border-radius: 30px !important;
    padding: 10px 30px !important
}

.related h2 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center
}

.related ul.row {
    margin-left: -15px;
    margin-right: -15px
}

.related .box-price {
    text-align: left
}

.related li,
.related ul {
    margin-bottom: 0 !important
}

.related ul.product-list li.product {
    margin-bottom: 30px !important
}

.related ul.product-list li.product:last-child {
    margin-bottom: 0 !important
}

body.woocommerce-page table.shop_table {
    margin-bottom: 0;
    margin-top: 50px;
}

body.woocommerce-page.woocommerce-cart .site-content,
body.woocommerce-page.woocommerce-wishlist .site-content {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px
}

body.woocommerce-page .shop_table {
    border: none !important;
    border-collapse: collapse;
}

body.woocommerce-page .shop_table thead th {
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    border-top: none !important;
    border-bottom: 2px solid #e7e7e7;
    border-left: none;
    border-right: none
}

body.woocommerce-page .shop_table tbody tr {
    border: 1px solid #e5e5e5 !important;
    /* border-collapse: collapse; */
    margin-bottom: 10px;
}

body.woocommerce-page .shop_table tbody tr td {
    border-top: none !important;
    /* border-bottom: 2px dotted #e7e7e7; */
    border-left: none;
    border-right: none;
    text-align: left;
}

body.woocommerce-page .shop_table tbody tr td a {
    text-decoration: none !important;
    color: grey;
    font-size: 19px;
}

body.woocommerce-page .shop_table tbody tr td.product-remove {
    text-align: center;
    font-size: 0;
    width: 13px;
    line-height: 0;
    min-width: 30px
}

body.woocommerce-page .shop_table tbody tr td.product-remove a.remove {
    line-height: 1.6em
}

body.woocommerce-page .shop_table tbody tr td.product-remove a:before {
    font-family: FontAwesome;
    content: '\f00d';
    font-size: 16px;
    font-weight: 400
}

body.woocommerce-page .shop_table tbody tr td.product-thumbnail {
    max-width: 85px;
}

body.woocommerce-page .shop_table tbody tr td ins {
    text-decoration: none
}

body.woocommerce-page div.woocommerce-message a,
body.woocommerce-page.woocommerce-account .woocommerce form p.lost_password a,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-page.woocommerce-checkout .site-content .woocommerce-info>a,
body.woocommerce-page.woocommerce-checkout .site-content form p.lost_password a {
    text-decoration: none !important
}

body.woocommerce-page .shop_table tfoot td {
    border: none !important
}

body.woocommerce-page div.woocommerce-message .button {
    border: none;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto
}

body.woocommerce-page.woocommerce-wishlist .wishlist-empty {
    text-align: center
}

body.woocommerce-page.woocommerce-wishlist .wishlist-title {
    display: none
}

body.woocommerce-page.woocommerce-wishlist table.wishlist_table {
    border-radius: 0;
    border: none
}

body.woocommerce-page.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a {
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

body.woocommerce-page.woocommerce-wishlist table.wishlist_table tfoot td {
    padding: 0
}

body.woocommerce-page.woocommerce-wishlist table.wishlist_table tfoot td h4 {
    margin: 0
}

body.woocommerce-page.woocommerce-wishlist .yith-wcwl-share {
    margin-bottom: 0;
    margin-top: 30px
}

body.woocommerce-page.woocommerce-wishlist .yith-wcwl-share li {
    margin-right: 2px
}

body.woocommerce-page.woocommerce-wishlist .yith-wcwl-share .yith-wcwl-share-title,
body.woocommerce-page.woocommerce-wishlist .yith-wcwl-share ul {
    display: inline-block;
    padding: 5px 0 0;
    vertical-align: middle
}

body.woocommerce-page.woocommerce-wishlist .yith-wcwl-share ul {
    margin-left: 20px
}

body.woocommerce-page.woocommerce-cart .shop_table img {
    width: 125px;
    height: 85px;
}

body.woocommerce-page.woocommerce-cart .shop_table th {
    padding-left: 0 !important
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7 !important;
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.product>a:last-child {
    padding-left: 15px
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.product-quantity span {
    padding-left: 30px;
    text-align: left !important
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions {
    /* text-align: center; */
    float: none;
    width: 100%;
    background: #0190ba;
    padding: 20px;
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.product-quantity .buttons_added {
    float: none;
    display: inline-block !important;
    padding-right: 0 !important;
    width: auto;
    margin: 0
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.product-quantity .qty {
    padding: 5px !important;
    width: 50px !important;
    height: 40px !important;
    position: static;
    box-shadow: none;
    text-align: center;
    float: left;
    text-shadow: 0 0 0;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px !important;
    border: 1px solid #e7e7e7 !important;
    font-weight: 400;
    font-size: 13px
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon button[name=apply_coupon] {
    transition: all .5s;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    padding: 0 35px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 400
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon input {
    float: none;
    font-size: 14px
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon input.input-text {
    text-transform: uppercase;
    width: 200px;
    border-radius: 30px !important;
    padding: 0 20px;
    font-size: 15px;
    margin-right: 10px;
    height: 48px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon input.button {
    width: auto;
    padding: 14px 40px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .3px;
    border-radius: 30px
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions>.button {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    border-radius: 30px;
    letter-spacing: .3px
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals h2 {
    /* display: none; */
    font-size: 20px;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 30px 0 0;
    border: none !important;
    text-align: right
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table td,
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th {
    border: none !important;
    padding: 10px 0
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: center
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    color: #202121;
    font-size: 18px
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 15px;
    padding: 19px 0 0;
    border-top: 0px dotted #e7e7e7;
}

body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 30px;
    padding: 0
}

body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout:after {
    clear: both
}

body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a {
    font-size: 16px;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 35px;
    height: 50px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: 2px solid #fff;
    width: 100%;
}

body.woocommerce-page.woocommerce-checkout .site-content .dk-select {
    display: none !important
}

body.woocommerce-page.woocommerce-checkout .site-content td,
body.woocommerce-page.woocommerce-checkout .site-content th {
    padding: 10px 0
}

body.woocommerce-page.woocommerce-checkout .site-content tfoot th {
    border: none;
    font-weight: 400;
    color: #202121
}

body.woocommerce-page.woocommerce-checkout .site-content .select2-drop.select2-drop-above.select2-drop-active {
    border-color: #e7e7e7 !important
}

body.woocommerce-page.woocommerce-checkout .site-content #payment {
    margin-top: 30px
}

body.woocommerce-page.woocommerce-checkout .site-content .woocommerce-info {
    border: none;
    text-align: center;
    background: 0 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

body.woocommerce-page.woocommerce-checkout .site-content .woocommerce-info:before {
    display: none
}

body.woocommerce-page.woocommerce-checkout .site-content form {
    border-radius: 0 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form .woocommerce-error {
    margin-top: 20px
}

body.woocommerce-page.woocommerce-checkout .site-content form #order_review_heading {
    text-align: left;
    text-transform: uppercase;
    font-size: 24px
}

body.woocommerce-page.woocommerce-checkout .site-content form #order_review {
    padding: 0 15px
}

body.woocommerce-page.woocommerce-checkout .site-content form .woocommerce-invalid input.input-text,
body.woocommerce-page.woocommerce-checkout .site-content form .woocommerce-invalid textarea {
    border-color: #a00 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form textarea {
    padding: 20px;
    border-color: #e7e7e7;
    min-height: 100px
}

body.woocommerce-page.woocommerce-checkout .site-content form .select2-container .select2-selection--single {
    border-color: #e7e7e7;
    border-radius: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form .form-row {
    margin: 0 0 15px
}

body.woocommerce-page.woocommerce-checkout .site-content form input.input-text {
    padding: 10px 20px;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e7e7e7;
    height: 48px;
    border-radius: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form input.input-text:focus {
    outline: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form input[type=submit] {
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    letter-spacing: .3px
}

body.woocommerce-page.woocommerce-checkout .site-content form label.inline {
    margin-left: 10px
}

body.woocommerce-page.woocommerce-checkout .site-content form input[type=checkbox] {
    vertical-align: middle;
    margin-top: -2px
}

body.woocommerce-page.woocommerce-checkout .site-content form p.lost_password {
    margin-bottom: 0;
    margin-top: 15px
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout_coupon p {
    margin-bottom: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout_coupon .form-row-first {
    width: 80%
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout_coupon .form-row-last {
    width: 20%
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details {
    margin-top: 50px
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-1 {
    float: left;
    width: 57%;
    max-width: 100%;
    flex: 100%
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-1 input.input-text {
    border: 1px solid #e7e7e7
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-1 .select2-container .select2-choice {
    padding: 3px 3px 5px 8px;
    border-color: #e7e7e7;
    border-radius: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-1 .woocommerce-invalid input.input-text,
body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-1 .woocommerce-invalid textarea {
    border-color: #a00
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 {
    float: right;
    width: 43%;
    max-width: 100%;
    flex: 100%
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 .your-order {
    margin-top: 40px;
    border: 2px solid #e7e7e7;
    padding: 30px 30px 0
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 .your-order #order_review {
    padding: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 h3 {
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 .woocommerce-checkout-review-order table {
    border: none !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table {
    margin-top: 0;
    padding: 0 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table tbody tr td {
    border-bottom: 1px solid #e7e7e7 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table tbody>tr:last-child td {
    border-bottom: 3px solid #e7e7e7 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table tfoot tr.cart-subtotal td,
body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table tfoot tr.cart-subtotal th {
    border-bottom: 1px solid #e7e7e7 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table tfoot th {
    font-weight: 700;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 table thead th {
    border-bottom: 3px solid #e7e7e7 !important
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment {
    margin: 30px -30px 0;
    padding: 30px;
    border-radius: 0
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    font-size: 14px;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment input[type=radio]:checked:before {
    content: '\2022';
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 2px;
    line-height: 8px;
    background: #ffb606;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment ul.payment_methods {
    padding: 0;
    border: none
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment ul.payment_methods label {
    color: #202121
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment #place_order {
    float: none;
    margin: 25px 0 0;
    transition: all .5s
}

body.woocommerce-page.woocommerce-account h2 {
    text-align: center
}

body.woocommerce-page.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info {
    background: 0 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

body.woocommerce-page.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info .button {
    padding: 10px 25px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
    border-radius: 0
}

body.woocommerce-page.woocommerce-account form.edit-account fieldset {
    margin-top: 25px
}

body.woocommerce-page.woocommerce-account form.edit-account input {
    padding: 10px 20px;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e7e7e7
}

body.woocommerce-page.woocommerce-account form.edit-account input:focus {
    outline: 0
}

body.woocommerce-page.woocommerce-account form.edit-account input[type=submit] {
    margin-top: 20px;
    padding: 13px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    border: none
}

body.woocommerce-page.woocommerce-account form.lost_reset_password .form-row-first {
    width: 60%
}

body.woocommerce-page.woocommerce-account form.lost_reset_password input {
    padding: 10px 20px;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e7e7e7
}

body.woocommerce-page.woocommerce-account form.lost_reset_password input:focus {
    outline: 0
}

body.woocommerce-page.woocommerce-account form.lost_reset_password input[type=submit] {
    padding: 13px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 0
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: square
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 5px 0
}

body.woocommerce-page.woocommerce-account .woocommerce form {
    border-color: #e7e7e7;
    border-radius: 0
}

body.woocommerce-page.woocommerce-account .woocommerce form.login {
    width: 48%;
    margin: 0 auto
}

body.woocommerce-page.woocommerce-account .woocommerce form input.input-text {
    padding: 10px 20px;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

body.woocommerce-page.woocommerce-account .woocommerce form input.input-text:focus {
    outline: 0
}

body.woocommerce-page.woocommerce-account .woocommerce form input[type=submit] {
    padding: 13px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3px;
    border: none;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

body.woocommerce-page.woocommerce-account .woocommerce form label.inline {
    margin-left: 10px
}

body.woocommerce-page.woocommerce-account .woocommerce form input[type=checkbox] {
    vertical-align: middle;
    margin-top: -2px
}

body.woocommerce-page.woocommerce-account .woocommerce form p.lost_password {
    margin-top: 15px
}

.home .quickview .product-info .right .price ins,
.home .quickview a,
.woocommerce .quickview .product-info .right .price ins,
.woocommerce .quickview a {
    text-decoration: none
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login.col2-set .col-1,
body.woocommerce-page.woocommerce-account .woocommerce #customer_login.col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login form {
    padding: 30px 40px
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login form.login {
    position: relative;
    margin: 2em 0;
    width: 100%
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login form.login .lost_password {
    display: inline-block;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 50px;
    margin: 0
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login form.login button {
    margin-top: 20px
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login form button {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    height: 50px;
    color: #fff !important;
    font-weight: 400;
    border-radius: 5px
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.dk-select.country_select,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none
}

body.woocommerce-page.woocommerce-account .woocommerce #customer_login form .woocommerce-privacy-policy-text {
    margin-top: 12px
}

.return-to-shop a.button {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.select2-drop-active {
    border-color: #eee !important
}

.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li label {
    cursor: pointer
}

.woocommerce .star-rating {
    width: 5.7em !important;
    letter-spacing: .1em
}

.woocommerce .comment-form-rating p.stars:hover a:before {
    content: "\e021"
}

.woocommerce .comment-form-rating p.stars>span:hover a:before {
    content: "\e020"
}

.woocommerce .comment-form-rating p.stars a:hover~a:before {
    content: "\e021"
}

.site-main.col-sm-6 .product.col-md-3 .add_to_cart_button,
.site-main.col-sm-6 .product.col-md-4 .add_to_cart_button,
.site-main.col-sm-9 .product.col-md-3 .add_to_cart_button {
    color: transparent !important;
    width: 16px;
    position: relative
}

.site-main.col-sm-6 .product.col-md-3 .add_to_cart_button:before,
.site-main.col-sm-6 .product.col-md-4 .add_to_cart_button:before,
.site-main.col-sm-9 .product.col-md-3 .add_to_cart_button:before {
    display: none !important
}

.site-main.col-sm-6 .product.col-md-3 .add_to_cart_button:after,
.site-main.col-sm-6 .product.col-md-4 .add_to_cart_button:after,
.site-main.col-sm-9 .product.col-md-3 .add_to_cart_button:after {
    content: "\f217";
    font-family: FontAwesome;
    display: inline-block;
    color: #e7ad44;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.woocommerce .return-to-shop a.button.wc-backward {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    text-transform: uppercase
}

body.woocommerce-page.woocommerce-checkout .entry-content>.learnpress {
    padding: 20px 0 0 20px
}

body.woocommerce-page.woocommerce-checkout .entry-content>.learnpress .learn-press-message {
    display: none
}

body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-last input.button {
    padding: 13px 30px !important
}

body.woocommerce div.product form.cart .button {
    position: static
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    height: 48px;
    border-radius: 30px;
    font-weight: 400;
    padding: 0 35px;
    outline: 0;
    text-transform: uppercase
}

button {
    outline: 0
}

form.checkout_coupon button.button,
form.woocommerce-form-login button.button {
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    color: #fff !important;
    font-weight: 400;
    border-radius: 5px
}

body.woocommerce #respond input#submit.loading:after,
body.woocommerce a.button.loading:after,
body.woocommerce button.button.loading:after,
body.woocommerce input.button.loading:after {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    color: #fff;
    top: 10px;
    z-index: 9;
    margin-left: -10px
}

body.single-product div.woocommerce-message .button {
    text-transform: uppercase
}

body.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    width: 75%;
    right: 0;
    margin: 0 auto
}

body.single .left.image-panel {
    padding-right: 35px
}

body.woocommerce-cart #masthead.template-layout-1 .widget .user-info {
    right: 20px
}

ul.prosdduct-grid a.button.add_to_cart_button {
    font-size: 0 !important;
    width: 40px;
    padding: 0 !important;
    text-align: center;
    display: inline-block;
    border-radius: 50%
}

ul.prosdduct-grid a.button.add_to_cart_button:before {
    content: "\f07a" !important;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 40px;
    font-size: 20px
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: 0;
    line-height: 48px;
    padding-left: 20px
}

.woocommerce-input-wrapper .select2-container .select2-selection--single {
    height: 48px;
    outline: 0
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-wishlist .site-content {
    max-width: 1170px
}

body.woocommerce-cart .site-content form.checkout_coupon,
body.woocommerce-checkout .site-content form.checkout_coupon,
body.woocommerce-wishlist .site-content form.checkout_coupon {
    border-width: 2px;
    border-style: dashed
}

body.woocommerce-cart .site-content form.checkout_coupon button,
body.woocommerce-checkout .site-content form.checkout_coupon button,
body.woocommerce-wishlist .site-content form.checkout_coupon button {
    width: 100%;
    padding: 0 35px;
    text-transform: uppercase;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 0
}

body.woocommerce-cart .site-content form.checkout_coupon>p:first-child:not(.form-row),
body.woocommerce-checkout .site-content form.checkout_coupon>p:first-child:not(.form-row),
body.woocommerce-wishlist .site-content form.checkout_coupon>p:first-child:not(.form-row) {
    display: none
}

body.woocommerce-cart .site-content .woocommerce-additional-fields,
body.woocommerce-checkout .site-content .woocommerce-additional-fields,
body.woocommerce-wishlist .site-content .woocommerce-additional-fields {
    margin-top: 40px
}

body.woocommerce-cart .site-content .woocommerce-additional-fields .form-row,
body.woocommerce-checkout .site-content .woocommerce-additional-fields .form-row,
body.woocommerce-wishlist .site-content .woocommerce-additional-fields .form-row {
    margin-bottom: 0 !important
}

body.woocommerce-cart .site-content .woocommerce-additional-fields h3,
body.woocommerce-checkout .site-content .woocommerce-additional-fields h3,
body.woocommerce-wishlist .site-content .woocommerce-additional-fields h3 {
    font-size: 24px;
    text-transform: uppercase
}

body.woocommerce-page header.template-layout-1 .header-right .widget_thim-login .user-info {
    right: 0
}

.main_product_thumbnai {
    opacity: 1 !important
}

.product-info .left #slider {
    height: auto !important
}

.home .mfp-bg,
.woocommerce .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.home .mfp-wrap,
.woocommerce .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.home .mfp-container,
.woocommerce .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.home .mfp-container:before,
.woocommerce .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.home .mfp-align-top .mfp-container:before,
.woocommerce .mfp-align-top .mfp-container:before {
    display: none
}

.home .mfp-content,
.woocommerce .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.home .mfp-ajax-holder .mfp-content,
.home .mfp-inline-holder .mfp-content,
.woocommerce .mfp-ajax-holder .mfp-content,
.woocommerce .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.home .mfp-ajax-cur,
.woocommerce .mfp-ajax-cur {
    cursor: progress
}

.home .mfp-zoom-out-cur,
.home .mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.woocommerce .mfp-zoom-out-cur,
.woocommerce .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.home .mfp-zoom,
.woocommerce .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.home .mfp-auto-cursor .mfp-content,
.woocommerce .mfp-auto-cursor .mfp-content {
    cursor: auto
}

.home .mfp-arrow,
.home .mfp-close,
.home .mfp-counter,
.home .mfp-preloader,
.woocommerce .mfp-arrow,
.woocommerce .mfp-close,
.woocommerce .mfp-counter,
.woocommerce .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.home .mfp-loading.mfp-figure,
.woocommerce .mfp-loading.mfp-figure {
    display: none
}

.home .mfp-hide,
.woocommerce .mfp-hide {
    display: none !important
}

.home .mfp-preloader,
.woocommerce .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.home .mfp-preloader a,
.woocommerce .mfp-preloader a {
    color: #ccc
}

.home .mfp-preloader a:hover,
.woocommerce .mfp-preloader a:hover {
    color: #fff
}

.home .mfp-s-error .mfp-content,
.home .mfp-s-ready .mfp-preloader,
.woocommerce .mfp-s-error .mfp-content,
.woocommerce .mfp-s-ready .mfp-preloader {
    display: none
}

.home button.mfp-arrow,
.home button.mfp-close,
.woocommerce button.mfp-arrow,
.woocommerce button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.home button::-moz-focus-inner,
.woocommerce button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.home .mfp-close,
.woocommerce .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.home .mfp-close:focus,
.home .mfp-close:hover,
.woocommerce .mfp-close:focus,
.woocommerce .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.home .mfp-close:active,
.woocommerce .mfp-close:active {
    top: 1px
}

.home .mfp-close-btn-in .mfp-close,
.woocommerce .mfp-close-btn-in .mfp-close {
    color: #333
}

.home .mfp-image-holder .mfp-close,
.home .mfp-inline-holder .mfp-close,
.woocommerce .mfp-image-holder .mfp-close,
.woocommerce .mfp-inline-holder .mfp-close {
    color: #333;
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 0 !important;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.home .mfp-counter,
.woocommerce .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.home .mfp-arrow,
.woocommerce .mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.home .mfp-arrow:active,
.woocommerce .mfp-arrow:active {
    margin-top: -54px
}

.home .mfp-arrow:focus,
.home .mfp-arrow:hover,
.woocommerce .mfp-arrow:focus,
.woocommerce .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.home .mfp-arrow .mfp-a,
.home .mfp-arrow .mfp-b,
.home .mfp-arrow:after,
.home .mfp-arrow:before,
.woocommerce .mfp-arrow .mfp-a,
.woocommerce .mfp-arrow .mfp-b,
.woocommerce .mfp-arrow:after,
.woocommerce .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.home .mfp-arrow .mfp-a,
.home .mfp-arrow:after,
.woocommerce .mfp-arrow .mfp-a,
.woocommerce .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.home .mfp-arrow .mfp-b,
.home .mfp-arrow:before,
.woocommerce .mfp-arrow .mfp-b,
.woocommerce .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.home .mfp-arrow-left,
.woocommerce .mfp-arrow-left {
    left: 0
}

.home .mfp-arrow-left .mfp-a,
.home .mfp-arrow-left:after,
.woocommerce .mfp-arrow-left .mfp-a,
.woocommerce .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.home .mfp-arrow-left .mfp-b,
.home .mfp-arrow-left:before,
.woocommerce .mfp-arrow-left .mfp-b,
.woocommerce .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.home .mfp-arrow-right,
.woocommerce .mfp-arrow-right {
    right: 0
}

.home .mfp-arrow-right .mfp-a,
.home .mfp-arrow-right:after,
.woocommerce .mfp-arrow-right .mfp-a,
.woocommerce .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.home .mfp-arrow-right .mfp-b,
.home .mfp-arrow-right:before,
.woocommerce .mfp-arrow-right .mfp-b,
.woocommerce .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.home .mfp-inline-holder,
.woocommerce .mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.home .mfp-inline-holder .mfp-content,
.woocommerce .mfp-inline-holder .mfp-content {
    width: 100%;
    max-width: 900px
}

.home .mfp-inline-holder .mfp-close,
.woocommerce .mfp-inline-holder .mfp-close {
    top: -40px
}

.home .mfp-iframe-scaler,
.woocommerce .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 60%
}

.home .mfp-iframe-scaler #content,
.woocommerce .mfp-iframe-scaler #content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #fff
}

.home img.mfp-img,
.woocommerce img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.home .mfp-figure,
.woocommerce .mfp-figure {
    line-height: 0
}

.home .mfp-figure:after,
.woocommerce .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.home .mfp-figure small,
.woocommerce .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.home .mfp-figure figure,
.woocommerce .mfp-figure figure {
    margin: 0
}

.home .mfp-bottom-bar,
.woocommerce .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.home .mfp-title,
.woocommerce .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.home .mfp-image-holder .mfp-content,
.woocommerce .mfp-image-holder .mfp-content {
    max-width: 100%
}

.home .mfp-gallery .mfp-image-holder .mfp-figure,
.woocommerce .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .home .mfp-img-mobile .mfp-image-holder,
    .woocommerce .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .home .mfp-img-mobile img.mfp-img,
    .woocommerce .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .home .mfp-img-mobile .mfp-figure:after,
    .woocommerce .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .home .mfp-img-mobile .mfp-figure small,
    .woocommerce .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .home .mfp-img-mobile .mfp-bottom-bar,
    .woocommerce .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .home .mfp-img-mobile .mfp-bottom-bar:empty,
    .woocommerce .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .home .mfp-img-mobile .mfp-counter,
    .woocommerce .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .home .mfp-img-mobile .mfp-close,
    .woocommerce .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .home .mfp-arrow,
    .woocommerce .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .home .mfp-arrow-left,
    .woocommerce .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .home .mfp-arrow-right,
    .woocommerce .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .home .mfp-container,
    .woocommerce .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.home .mfp-ie7 .mfp-img,
.woocommerce .mfp-ie7 .mfp-img {
    padding: 0
}

.home .mfp-ie7 .mfp-bottom-bar,
.woocommerce .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.home .mfp-ie7 .mfp-container,
.woocommerce .mfp-ie7 .mfp-container {
    padding: 0
}

.home .mfp-ie7 .mfp-content,
.woocommerce .mfp-ie7 .mfp-content {
    padding-top: 44px
}

.home .mfp-ie7 .mfp-close,
.woocommerce .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.home .mfp-fade.mfp-bg,
.woocommerce .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.home .mfp-fade.mfp-bg.mfp-ready,
.woocommerce .mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.home .mfp-fade.mfp-bg.mfp-removing,
.woocommerce .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.home .mfp-fade.mfp-wrap .mfp-content,
.woocommerce .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.home .mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.woocommerce .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.home .mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.woocommerce .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.home .mfp-content #content.quickview,
.woocommerce .mfp-content #content.quickview {
    height: auto;
    background: #fff
}

.home .quickview .woocommerce-review-link,
.woocommerce .quickview .woocommerce-review-link {
    display: none
}

.home .quickview .product-info .right .woocommerce-product-rating,
.woocommerce .quickview .product-info .right .woocommerce-product-rating {
    margin-bottom: 10px !important
}

.home .quickview .product-info .right .product_meta,
.woocommerce .quickview .product-info .right .product_meta {
    padding-bottom: 10px
}

.home .quickview .product-info,
.woocommerce .quickview .product-info {
    margin-bottom: 0;
    position: relative;
    height: 100%;
    padding-bottom: 50px
}

.home .quickview .product-info .flexslider,
.woocommerce .quickview .product-info .flexslider {
    overflow: hidden
}

.home .quickview .product-info .left,
.woocommerce .quickview .product-info .left {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left
}

.home .quickview .product-info .right,
.woocommerce .quickview .product-info .right {
    text-align: left;
    padding-left: 15px;
    float: left
}

.home .quickview .product-info .right .description,
.woocommerce .quickview .product-info .right .description {
    margin-bottom: 20px;
    font-size: 15px;
    float: left;
    margin-top: 15px
}

.home .quickview .product-info .right .woocommerce-product-rating .star-rating,
.woocommerce .quickview .product-info .right .woocommerce-product-rating .star-rating {
    float: left
}

.home .quickview .product-info .right .product_meta>span,
.woocommerce .quickview .product-info .right .product_meta>span {
    display: block
}

.home .quickview .product-info .right .product_title,
.woocommerce .quickview .product-info .right .product_title {
    font-weight: 500;
    margin-top: 25px;
    font-size: 24px;
    line-height: 24px
}

.home .quickview .product-info .right .thim-social-share,
.woocommerce .quickview .product-info .right .thim-social-share {
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block
}

.home .quickview .product-info .right .star-rating,
.woocommerce .quickview .product-info .right .star-rating {
    margin: 0;
    font-size: 12px
}

.home .quickview .product-info .right .star-rating>span,
.woocommerce .quickview .product-info .right .star-rating>span {
    color: #fed559
}

.home .quickview .product-info .right .stock,
.woocommerce .quickview .product-info .right .stock {
    margin: 0
}

.home .quickview .product-info .right form,
.woocommerce .quickview .product-info .right form {
    margin-bottom: 15px
}

.home .quickview .product-info .right .price,
.woocommerce .quickview .product-info .right .price {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

#buddypress #members-list li .item .item-title .activity-read-more a:hover,
.home .quickview .quick-view-detail:hover,
.woocommerce .quickview .quick-view-detail:hover {
    text-decoration: underline
}

.home .quickview .product-info .right .price del,
.woocommerce .quickview .product-info .right .price del {
    font-weight: 400;
    padding-right: 5px
}

.home .quickview .product-info .right .cart,
.woocommerce .quickview .product-info .right .cart {
    margin-top: 15px;
    float: left;
    width: 100%;
    padding-top: 0
}

.home .quickview .product-info .right .cart:after,
.home .quickview .product-info .right .cart:before,
.woocommerce .quickview .product-info .right .cart:after,
.woocommerce .quickview .product-info .right .cart:before {
    content: " ";
    display: table;
    clear: both
}

.home .quickview .product-info .right .cart a,
.woocommerce .quickview .product-info .right .cart a {
    font-weight: 400
}

.home .quickview .product-info .right .cart a .added:before,
.woocommerce .quickview .product-info .right .cart a .added:before {
    display: none !important
}

.home .quickview .product-info .right .cart button.button,
.woocommerce .quickview .product-info .right .cart button.button {
    height: auto;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.home .quickview .product-info .right .cart .quantity,
.woocommerce .quickview .product-info .right .cart .quantity {
    float: left;
    height: auto;
    margin-top: 0 !important;
    padding-top: 0
}

.home .quickview .product-info .right .cart .quantity input,
.woocommerce .quickview .product-info .right .cart .quantity input {
    padding: 5px;
    border: 1px solid #e7e7e7;
    width: 50px;
    height: 50px;
    font-weight: 400;
    margin: 0;
    font-size: 14px
}

.home .quickview .product-info .right .cart table,
.home .quickview .product-info .right .cart td,
.home .quickview .product-info .right .cart th,
.woocommerce .quickview .product-info .right .cart table,
.woocommerce .quickview .product-info .right .cart td,
.woocommerce .quickview .product-info .right .cart th {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.home .quickview .product-info .right .cart table .reset_variations,
.home .quickview .product-info .right .cart td .reset_variations,
.home .quickview .product-info .right .cart th .reset_variations,
.woocommerce .quickview .product-info .right .cart table .reset_variations,
.woocommerce .quickview .product-info .right .cart td .reset_variations,
.woocommerce .quickview .product-info .right .cart th .reset_variations {
    display: block
}

.home .quickview .product-info .right .cart table label,
.home .quickview .product-info .right .cart td label,
.home .quickview .product-info .right .cart th label,
.woocommerce .quickview .product-info .right .cart table label,
.woocommerce .quickview .product-info .right .cart td label,
.woocommerce .quickview .product-info .right .cart th label {
    font-weight: 400
}

.home .quickview .product-info .right .cart table select,
.home .quickview .product-info .right .cart td select,
.home .quickview .product-info .right .cart th select,
.woocommerce .quickview .product-info .right .cart table select,
.woocommerce .quickview .product-info .right .cart td select,
.woocommerce .quickview .product-info .right .cart th select {
    height: 30px;
    font-size: 13px
}

.home .quickview .product-info .right .reset_variations,
.woocommerce .quickview .product-info .right .reset_variations {
    font-size: 14px;
    margin-top: 10px
}

.home .quickview .product-info .right .share-click .thim-social-share .fancy,
.woocommerce .quickview .product-info .right .share-click .thim-social-share .fancy,
body.buddypress.bbpress div.site-content {
    margin-top: 0
}

.home .quickview .product-info .right .variations_form,
.woocommerce .quickview .product-info .right .variations_form {
    margin-bottom: 0
}

.home .quickview .product-info .right .share-click,
.woocommerce .quickview .product-info .right .share-click {
    width: 100%;
    float: none;
    padding-top: 0
}

.home .quickview .product-info .right .share-click .thim-social-share,
.woocommerce .quickview .product-info .right .share-click .thim-social-share {
    margin: 0
}

.home .quickview .quick-view-detail,
.woocommerce .quickview .quick-view-detail {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-transform: none;
    font-weight: 400
}

#pmpro_user_fields div {
    margin-bottom: 20px
}

#pmpro_user_fields div label {
    margin-bottom: 10px
}

#pmpro_paypalexpress_checkout .pmpro_btn-submit-checkout {
    max-width: 20%
}

body.buddypress div.site-content {
    padding-top: 130px
}

#buddypress ul.item-list li {
    padding: 25px 0
}

#buddypress ul.item-list li img.avatar {
    border-radius: 50%;
    min-width: 70px;
    max-width: 70px
}

#buddypress #bbpress-forums .entry-title {
    font-size: 24px
}

#buddypress #members-list li .item {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    float: right
}

#buddypress #members-list li .item .item-title {
    width: 100%;
    font-size: 100%
}

#buddypress #members-list li .item .item-title>a {
    font-weight: 700;
    display: block;
    text-transform: capitalize
}

#buddypress #members-list li .item .item-title .activity-read-more,
#buddypress #members-list li .item .item-title .update {
    font-size: 13px
}

#buddypress #members-list li .item .item-meta .activity {
    font-style: italic
}

#buddypress #cover-image-container img {
    border-radius: 50%;
    border: none
}

#buddypress .user-nicename {
    text-transform: capitalize
}

#buddypress .buddypress-left {
    width: 200px;
    float: left;
    margin-right: 30px
}

#buddypress .buddypress-content {
    float: left;
    width: calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px)
}

#buddypress .buddypress-content div.item-list-tabs ul li {
    float: left
}

#buddypress .buddypress-content div.item-list-tabs ul li a {
    min-width: 100px
}

#buddypress .buddypress-content div.item-list-tabs ul li.last {
    margin-top: 0 !important;
    padding: 0;
    float: right
}

#buddypress .buddypress-content #item-body #whats-new-form,
#buddypress .buddypress-content #item-body>div.item-list-tabs {
    margin-top: 0;
    margin-bottom: 30px
}

#buddypress .buddypress-content #item-body div.item-list-tabs ul li a {
    border-bottom: 1px solid #e7e7e7;
    border-left: none
}

#buddypress .buddypress-content #item-body div.item-list-tabs ul li:first-child a {
    border-left: 1px solid #e7e7e7
}

#buddypress .buddypress-content input:not([type=submit]) {
    line-height: 30px;
    background: 0 0;
    padding: 5px 10px;
    border: 1px solid #e7e7e7
}

#buddypress div.item-list-tabs {
    background: 0 0;
    clear: left
}

#buddypress div.item-list-tabs ul {
    margin: 0;
    padding: 0
}

#buddypress div.item-list-tabs ul li {
    margin: 0;
    float: none;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: center
}

#buddypress div.item-list-tabs ul li#activity-all a,
#buddypress div.item-list-tabs ul li#activity-mentions a,
#buddypress div.item-list-tabs ul li#members-all a,
#buddypress div.item-list-tabs ul li.feed a {
    border-bottom: 1px solid #e7e7e7
}

#buddypress div.item-list-tabs ul li>a,
#buddypress div.item-list-tabs ul li>span {
    background-color: transparent !important;
    font-weight: 500 !important;
    font-size: 14px;
    display: block;
    opacity: 1 !important;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-bottom: none
}

#buddypress div.item-list-tabs ul li>a span,
#buddypress div.item-list-tabs ul li>span span {
    background-color: transparent !important;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    color: #999;
    display: inline;
    font-size: 90%;
    margin-left: 5px;
    vertical-align: middle
}

#buddypress div.item-list-tabs ul li .select2-container {
    display: inline-block;
    padding: 0
}

#buddypress div.item-list-tabs ul li .select2-container .dropdown-wrapper {
    padding: 0
}

#buddypress div.item-list-tabs ul li .select2-container .select2-selection__rendered {
    padding-right: 10px
}

#buddypress div.item-list-tabs ul li .select2 span {
    padding: 5px;
    display: inline;
    height: initial;
    border: 0
}

#buddypress div.item-list-tabs ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: initial;
    position: absolute;
    top: 9px;
    right: 3px
}

#buddypress div.item-list-tabs#subnav {
    font-size: 15px
}

#buddypress div.item-list-tabs#subnav.item-activity {
    margin-bottom: 30px
}

#buddypress div.item-list-tabs#subnav.item-activity ul li {
    float: left
}

#buddypress div.item-list-tabs#subnav.item-activity ul li a {
    min-width: 120px
}

#buddypress div.item-list-tabs#subnav.item-activity ul li.last {
    margin-top: 0;
    float: right
}

#buddypress div.item-list-tabs#subnav ul li.last {
    padding-right: 10px
}

#buddypress div.item-list-tabs#subnav ul li.last select {
    border-radius: 0;
    line-height: 30px;
    padding: 9.5px;
    border: 1px solid #e7e7e7;
    outline: 0;
    max-width: 220px
}

#buddypress div.item-list-tabs#subnav ul li.last label {
    margin: 0;
    color: #212121;
    font-weight: 600
}

#buddypress #members-dir-search {
    float: left;
    margin: 0
}

#buddypress #members-dir-search label {
    margin-bottom: 0
}

#buddypress #members-directory-form {
    clear: right;
    margin-top: -50px
}

#buddypress #members-directory-form div.item-list-tabs {
    clear: right;
    text-align: right;
    margin-bottom: 40px;
    margin-top: 0 !important
}

#buddypress #members-directory-form div.item-list-tabs li {
    margin-top: 0 !important;
    padding-right: 0 !important
}

#buddypress #search-members-form {
    position: relative
}

#buddypress #search-members-form #members_search {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    color: #999;
    min-width: 250px
}

#buddypress #search-members-form #members_search_submit {
    line-height: 40px;
    background: 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
    text-align: center;
    padding: 0;
    border: none !important
}

#buddypress #search-members-form:before {
    content: "";
    font-family: Ionicons;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    color: #999
}

#buddypress .bp-list {
    border: none
}

#buddypress div.pagination .pagination-links * {
    font-weight: 600;
    font-size: 100%
}

#buddypress .buddypress-left div.item-list-tabs ul li:before {
    content: '';
    right: 0;
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 3px;
    z-index: 9
}

#buddypress div#item-nav {
    border-bottom: 1px solid #e7e7e7
}

#buddypress div#whats-new-options {
    display: block !important;
    height: auto !important;
    overflow: visible !important
}

#buddypress form#whats-new-form {
    display: flex;
    margin-bottom: 30px
}

#buddypress form#whats-new-form #whats-new-content {
    width: 100%;
    margin: 0;
    padding: 0
}

#buddypress form#whats-new-form #whats-new-avatar {
    margin-right: 25px
}

#buddypress form#whats-new-form img {
    border-radius: 50%
}

#buddypress form#whats-new-form textarea {
    padding: 10px 20px;
    min-height: 100px;
    border: 1px solid #e7e7e7
}

#buddypress input[type=reset],
#buddypress input[type=submit] {
    font-weight: 400;
    border-radius: 30px
}

#buddypress input[type=reset]:hover,
#buddypress input[type=submit]:hover {
    color: #FFF
}

#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress .standard-form button,
#buddypress a.bp-title-button,
#buddypress a.button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a {
    border-color: #e7e7e7
}

#buddypress #profile-edit-form ul.button-nav {
    margin-left: 0
}

#buddypress div.profile h2 {
    font-size: 24px
}

#buddypress .datebox-selects .select2-container {
    display: inline-block;
    min-width: 100px
}

#buddypress .input-options.datebox-selects {
    padding-bottom: 10px
}

#buddypress .standard-form p.description {
    font-size: 13px
}

#buddypress .standard-form input[type=text] {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #e7e7e7
}

#buddypress .editfield {
    margin-bottom: 10px
}

#buddypress .standard-form label,
#buddypress .standard-form legend,
#buddypress .standard-form span.label {
    font-size: 16px;
    color: #202121;
    font-weight: 500
}

#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-notoggle,
#buddypress .field-visibility-settings-toggle {
    font-size: 14px
}

#buddypress [type=checkbox],
#buddypress [type=radio] {
    margin-right: 8px
}

#buddypress form#settings-form input {
    width: 100%
}

#buddypress .notifications-options-nav .select2-container {
    display: inline-block
}

#buddypress .select2-container .select2-selection--single .select2-selection__rendered,
#buddypress .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 20px
}

#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
    height: 50px;
    padding: 0 20px
}

#buddypress li#members-order-select {
    padding-bottom: 5px
}

#buddypress form#whats-new-form textarea {
    color: inherit
}

#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
    background: #18c1f0;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer
}

#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
    color: #FFF
}

#buddypress #signup_form h2 {
    font-size: 30px
}

#buddypress #signup_form input {
    width: 100% !important;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px
}

#buddypress #signup_form input[type=submit] {
    font-size: 15px;
    font-weight: 500
}

#bp-login-widget-form input[type=text],
#bp-login-widget-form input[type=email],
#bp-login-widget-form input[type=password] {
    width: 100%;
    height: 50px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    margin-bottom: 15px
}

#buddypress div#message p,
#buddypress p.warning,
#sitewide-notice p,
div.bp-avatar-status p.success,
div.bp-cover-image-status p.success {
    color: #31708f;
    margin: 0 0 40px;
    border: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 13px;
    background: #d9edf7
}

#buddypress p.warning {
    color: #8a6d3b;
    background: #fcf8e3
}

div.bp-avatar-status p.success,
div.bp-cover-image-status p.success {
    color: #3c763d;
    background: #dff0d8
}

body #bbpress-forums {
    font-size: inherit
}

body #bbpress-forums .bbp-user-description {
    line-height: 1.6em
}

body.thim-body-elementor header #thim-header-topbar .container {
    display: block
}

body.thim-body-elementor header #thim-header-topbar .elementor-widget-wrap>.elementor-element {
    width: auto;
    float: left
}

body.thim-body-elementor header .elementor-element br {
    display: none
}

body.thim-body-elementor header .elementor-element,
body.thim-body-elementor header .elementor-widget p {
    margin-bottom: 0 !important
}

body.thim-body-elementor header .elementor-widget-wp-widget-woocommerce_widget_cart {
    width: 56px
}

.home1-bk-el-left:after,
.home1-bk-el-right:after,
.home1-skills-el-left:before,
.home1-skills-el-right:before {
    content: '';
    position: absolute;
    width: 100%
}

body.thim-body-elementor header .top-right .elementor-widget-wrap {
    justify-content: flex-end
}

.home1-skills-el-right:before {
    background: #fff;
    bottom: 0;
    height: 50%;
    transform: skewY(-10deg);
    transform-origin: bottom right;
    z-index: 2
}

.home1-skills-el-left:before {
    background: #fff;
    bottom: 0;
    height: 50%;
    transform: skewY(10deg);
    transform-origin: top left;
    z-index: 2
}

.home1-bk-el-right:after {
    background: #fff;
    bottom: -115px;
    height: 460px;
    transform: skewY(-10deg);
    transform-origin: bottom right;
    z-index: 999
}

.home1-bk-el-left:after {
    background: #18c1f0;
    bottom: 0;
    height: 100%;
    transform: skewY(10deg);
    transform-origin: top left;
    z-index: 1
}

.home1-bk-el-right .thim-sc-heading.margin-top {
    position: relative;
    z-index: 9999
}

.landing-border-top-blue,
.landing-border-top-white {
    content: '';
    position: absolute;
    width: 70%;
    height: 150px;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100px
}

.elementor-element.z-index-99 {
    z-index: auto !important
}

.z-index-99 .thim-sc-steps {
    z-index: 9999
}

header#masthead.site-header.affix {
    z-index: 99999
}

.landing-border-top-white {
    background: #fff
}

.landing-border-top-blue {
    background: #18c1f0
}

@media (max-width:1400px) {
    body.responsive #masthead .header-wrapper .widget.widget_shopping_cart {
        padding-right: 15px;
    }
}

@media (min-width:1025px) {
    body.responsive .header-v1.header-wrapper.container {
        width: 100% !important
    }
}

@media (min-width:769px) {
    body.responsive.admin-bar .sticky-header.site-header {
        top: 32px !important
    }
}

@media (max-width:1366px) {
    body.responsive .header-v2.style2 .width-navigation .main-menu>li.menu-item:not(: last-child) {
        margin-right: 25px
    }
}

@media (max-width:1024px) and (min-width:769px) {
    body.responsive .tc-megamenu-wrapper.mega-sub-menu.sub-menu {
        display: none !important
    }
}

@media (max-width:768px) {
    body.responsive .tc-megamenu-wrapper.mega-sub-menu.sub-menu p {
        margin-bottom: 0
    }
    body.responsive .tc-megamenu-wrapper.mega-sub-menu.sub-menu .widget_nav_menu .widgettitle {
        display: none
    }
    body.responsive .tc-megamenu-wrapper.mega-sub-menu.sub-menu .widget_nav_menu ul.menu {
        margin-top: 0;
        list-style: none
    }
    body.responsive .tc-megamenu-wrapper.mega-sub-menu.sub-menu .wpb_wrapper>div:not(.vc_wp_custommenu) {
        display: none !important
    }
}

@media (max-width:1024px) {
    body.responsive .header-v1 .main-header.row {
        margin: 0
    }
    body.responsive .creative-left header#masthead .menu-mobile-effect.navbar-toggle {
        padding-left: 0
    }
    body.responsive .creative-left .header-v1.header-wrapper .header-right .widget {
        padding-right: 0
    }
    body.responsive .creative-left .header-right .widget {
        padding-right: 0;
        margin-right: 0
    }
    body.responsive .creative-left .header-right .widget .thim-login-popup {
        padding: 0
    }
    body.responsive .menu-mobile-effect.navbar-toggle {
        border: none !important
    }
    body.responsive .creative-right header#masthead.template-layout-2 .width-navigation {
        padding-right: 0px
    }
    body.responsive .creative-right header#masthead.template-layout-2 .width-logo {
        text-align: left !important
    }
    body.responsive .creative-right header#masthead.template-layout-2 .menu-mobile-effect {
        position: absolute;
        right: 10px;
        left: auto;
        top: 50%;
        margin-top: -32px
    }
    body.responsive header#masthead .tc-menu-layout-builder .icon-toggle,
    body.responsive header#masthead .tc-menu-layout-builder>.sub-menu {
        display: none !important
    }
    body.responsive header#masthead .menu-mobile-effect.navbar-toggle {
        display: inline-flex;
        float: left
    }
    body.responsive header#masthead.template-layout-2 {
        padding-top: 0;
        padding-bottom: 0 !important
    }
    body.responsive header#masthead.template-layout-2 .header-wrapper {
        padding: 15px 0
    }
    body.responsive header#masthead.template-layout-2 .header-wrapper:before {
        display: none !important
    }
    body.responsive header#masthead.template-layout-2.palette-custom.site-header:before {
        display: none
    }
    body.responsive header#masthead.template-layout-2 .main-header {
        padding-top: 0;
        padding-bottom: 0
    }
    body.responsive header#masthead.template-layout-2 .main-header .width-logo {
        padding: 0;
        text-align: center
    }
    body.responsive header#masthead .width-navigation .main-menu,
    body.responsive header#masthead .width-navigation>ul {
        display: none !important
    }
    body.responsive header#masthead .logo,
    body.responsive header#masthead .width-navigation .header-right .widget:not(.widget_thim-login) {
        /*display: none*/
    }
    body.responsive header#masthead .width-logo {
        float: left
    }
    body.responsive header#masthead .mobile-logo {
        /* display: inline-block; */
    }
    body.responsive header#masthead .header-v1 {
        padding-top: 15px;
        padding-bottom: 15px
    }
    body.responsive header#masthead .header-v1 .header-right .widget:not(.widget_thim-login) {
        display: none
    }
    body.responsive header#masthead.site-header.affix.has-retina-logo .mobile-logo {
        display: none;
    }
}

@media (max-width:767px) {
    body.responsive #thim-popup-login .thim-login-container .title,
    body.responsive #thim-popup-login .thim-login-container label[for=become_teacher] {
        text-align: center
    }
    body.responsive #thim-popup-login .thim-login-container {
        max-width: 80%;
        min-height: 80vh
    }
    body.responsive #thim-popup-login .thim-login-container .login-banner {
        display: none
    }
    body.responsive #thim-popup-login .thim-login-container .login-form,
    body.responsive #thim-popup-login .thim-login-container .register-form {
        width: 100%
    }
    body.responsive #thim-popup-login .thim-login-container #popupLoginSubmit,
    body.responsive #thim-popup-login .thim-login-container #wp-submit {
        max-width: 50%;
        margin: auto
    }
    body.responsive #thim-popup-login .thim-login-container .link-to-form {
        right: 0;
        margin: auto;
        text-align: center;
        color: #202121 !important
    }
    body.responsive #thim-popup-login .thim-login-container .link-to-form a {
        font-weight: 500;
        cursor: pointer;
        color: #202121 !important
    }
}

@media (max-width:768px) {
    body.responsive header#masthead .header-v1 .main-header.row {
        margin: 0
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-left {
        width: 20%
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-center {
        width: calc(100% - 50%)
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-right {
        width: 30%
    }
    body.responsive .creative-left .responsive header#masthead .main-header .header-center {
        padding-right: 0
    }
    body.responsive .creative-right header#masthead .main-header .header-center {
        flex: 0 0 50%;
        max-width: 50%
    }
    body.responsive.admin-bar .site-header {
        top: 45px !important
    }
}

@media (min-width:480px) {
    body.responsive .creative-right header#masthead.template-layout-2 .menu-mobile-effect {
        right: 0
    }
}

@media (max-width:480px) {
    body.responsive #thim-popup-login .thim-login-container #popupLoginSubmit,
    body.responsive #thim-popup-login .thim-login-container #wp-submit {
        max-width: 100%
    }
    body.responsive header#masthead .header-v1 .main-header.row .widget .user-name {
        padding: 0
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-left {
        order: 1
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-center {
        padding-left: 0;
        order: 2;
        width: calc(100% - 20%)
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-right {
        width: 100%;
        order: 0;
        padding-bottom: 10px
    }
    body.responsive header#masthead .header-v1 .main-header.row .header-right .widget {
        padding: 0
    }
    body.responsive #thim-popup-login .thim-login-container {
        max-width: 92%
    }
    body.responsive #thim-popup-login .thim-login-container .title {
        font-size: 20px
    }
    body.responsive .creative-right header#masthead .main-header .header-center {
        flex: 0 0 70%;
        max-width: 70%
    }
    body.responsive .creative-right header#masthead .main-header .header-left.col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 0
    }
    body.responsive .creative-right header#masthead.template-layout-2 .main-header .width-logo {
        width: 150px
    }
    body.responsive .creative-right header#masthead.template-layout-2 .width-navigation {
        padding-right: 0
    }
    body.responsive .creative-right header#masthead.template-layout-2 .header-right .widget {
        padding-left: 0;
        padding-right: 0
    }
    body.responsive .widget_thim-login {
        display: flex;
        align-items: center
    }
    body.responsive .widget_thim-login:before {
        display: none !important
    }
}

@media (max-width:1440px) {
    .responsive .thim-sc-counter-box .counter-box .counter_box {
        margin-right: 60px;
        min-width: 100px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .number {
        font-size: 42px
    }
    .responsive .vc_custom_1501152653180 {
        padding-top: 100px !important;
        padding-bottom: 0 !important
    }
    .responsive header#masthead.template-layout-2.header-magic-line .main-header .header-right {
        margin-right: 0
    }
}

@media (max-width:1400px) {
    .responsive .thim-sc-steps.layout-3 .heading,
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .sc-title {
        margin-bottom: 40px
    }
    .responsive .thim-sc-steps.layout-3 {
        padding-top: 80px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content .readmore {
        margin-top: 20px
    }
    .responsive .thim-sc-steps.layout-3 .background-overlay {
        height: 310px
    }
    .responsive .thim-courses-block-2 .intro-item .title,
    .responsive .thim-courses-block-2 .no-gutter .intro-item .wrapper {
        padding-left: 0
    }
    .responsive .thim-courses-block-2 .intro-item .description {
        margin-bottom: 30px;
        padding-left: 0
    }
    .responsive .thim-courses-block-2 .course-item .content-item {
        bottom: 15px;
        padding: 0 20px
    }
    .responsive .thim-courses-block-2 .course-item .content-item .title {
        margin-bottom: 20px
    }
    .responsive .thim-courses-block-2 .course-item .content-item .title a {
        font-size: 17px;
        font-weight: 300;
        line-height: normal
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .number {
        font-size: 40px
    }
    .responsive .vc_custom_1501152653180 {
        padding-top: 80px !important;
        padding-bottom: 0 !important
    }
    .responsive .thim-courses-collection.rounded-courses-collection .collection-frame {
        margin: 0 -10px
    }
    .responsive .thim-sc-scroll-heading {
        bottom: 50px
    }
    .responsive .thim-textbox-header {
        padding-top: 0
    }
    .responsive .thim-sc-icon-box.layout-2 .icon-box-wrapper {
        width: 150px;
        height: 150px
    }
}

@media (max-width:1280px) {
    .responsive .width-navigation .main-menu>li.menu-item span.icon-toggle {
        padding: 20px 10px 20px 0
    }
    .responsive #masthead .main-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
    .responsive #masthead .main-header .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 17px 5px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        margin-left: 0
    }
    .responsive .events-layer-3 .owl-nav .owl-prev {
        left: -65px
    }
    .responsive .events-layer-3 .owl-nav .owl-next {
        right: -65px
    }
    .responsive .thim-sc-steps.layout-3 .background-overlay {
        height: 318px
    }
    .responsive .thim-courses-block-2 .course-item .featured-img:after,
    .responsive .thim-courses-block-2 .course-item .featured-img:before {
        height: 100%
    }
    .responsive .thim-courses-block-2 .course-item .content-item .name a {
        font-size: 14px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content .readmore {
        margin-top: 10px
    }
    .responsive .list-iconbox .wpb_wrapper {
        margin-bottom: 200px
    }
    .responsive .thim-sc-scroll-heading {
        bottom: 20px
    }
}

@media (max-width:1024px) {
    .responsive div.events-layer-3 .owl-nav .owl-prev {
        left: -50px
    }
    .responsive div.events-layer-3 .owl-nav .owl-next {
        right: -50px
    }
    .responsive #masthead.template-layout-2 .main-header .width-logo {
        width: 200px
    }
    .responsive #masthead.template-layout-2 .main-header .width-navigation {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px)
    }
    .responsive #thim-header-topbar ul.list-inline li {
        margin-right: 10px
    }
    .responsive .thim-sc-events .events .events-after .title {
        padding-top: 15px
    }
    .responsive .thim-sc-events .events .events-after .description {
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    .responsive .thim-sc-events .events .events-after .author {
        bottom: 15px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item {
        margin-right: 0
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item:after {
        width: 62px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper {
        padding: 80px 0 0
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        width: 465px;
        height: 444px;
        background-size: contain
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper .player-inner {
        height: 300px;
        padding: 23px 19px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box {
        margin-right: 30px;
        min-width: 0
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .number {
        font-size: 30px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .title_counter .title {
        font-size: 15px
    }
    .responsive .thim-collection-info .title,
    .responsive .thim-sc-heading .heading-content .primary-heading,
    .responsive .thim-textbox .title {
        font-size: 32px
    }
    .responsive .thim-header-block {
        padding-bottom: 0 !important
    }
    .responsive .thim-header-block .vc_empty_space {
        height: 0 !important
    }
    .responsive .thim-courses-collection-wrapper {
        padding-top: 60px
    }
    .responsive .thim-sc-icon-box.layout-2 .icon-box-wrapper {
        width: 150px;
        height: 150px;
        margin: 10px
    }
    .responsive .thim-textbox-header {
        padding-top: 90px
    }
}

@media (max-width:965px) and (min-width:801px) {
    .responsive header#masthead.template-layout-2 .main-header .header-right {
        width: auto
    }
}

@media (max-width:600px) {
    .responsive .thim-sc-counter-box.demo-single-instructor .counter_box {
        width: 100%
    }
    .responsive .thim-sc-counter-box.demo-single-instructor .counter_box .separator {
        display: none !important
    }
}

@media (max-width:768px) {
    .responsive .events-layer-3 {
        max-width: 680px
    }
    .responsive .thim-sc-steps.layout-4 .steps-wrapper .steps .nav .nav-item {
        margin-right: 40px
    }
    .responsive .thim-sc-steps.layout-4 .steps-wrapper .steps .nav .nav-item:after {
        left: 67px
    }
    .responsive #thim-header-topbar .container .widget_shopping_cart {
        display: none !important
    }
    .responsive #thim-header-topbar .thim-sc-login {
        padding-right: 0 !important
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item:after {
        left: 60px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        margin: 50px auto
    }
    .responsive .thim-sc-steps.layout-3 .media-wrapper img {
        width: calc(100% - 80px)
    }
    .responsive .thim-sc-steps.layout-3 .heading .steps-wrapper .steps .tab-content .tab-title {
        margin-bottom: 5px
    }
    .responsive .thim-sc-steps.layout-3 .heading .steps-wrapper .steps .tab-content .description {
        margin-bottom: 10px
    }
    .responsive .thim-sc-steps.layout-3 .heading .steps-wrapper .steps .tab-content .readmore {
        margin-bottom: 60px
    }
    .responsive .thim-sc-steps.layout-3 .heading .steps-wrapper .steps .nav .nav-item {
        width: 95px
    }
    .responsive .thim-sc-steps.layout-3 .heading .steps-wrapper .steps .nav .nav-item:after {
        left: 85px;
        width: 20px
    }
    .responsive .vc_empty_space {
        max-height: 30px !important
    }
    .responsive .thim-courses-block-2 .no-gutter {
        display: block
    }
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-] {
        min-height: 350px
    }
    .responsive .vc_row-no-padding .vc_column_container {
        padding: 0 !important
    }
    .responsive .thim-textbox-header h1,
    .responsive .thim-textbox-header h2,
    .responsive .thim-textbox-header h3,
    .responsive .thim-textbox-header h4,
    .responsive .thim-textbox-header h5,
    .responsive .thim-textbox-header h6 {
        font-size: 32px
    }
    .responsive .thim-block-counter .vc_column_container:last-child {
        order: -1
    }
    .responsive .thim-block-counter .wpb_single_image {
        margin-top: 0 !important
    }
    .responsive .thim-block-counter .thim-sc-counter-box.demo-coursify {
        text-align: center;
        padding: 0
    }
    .responsive .thim-sc-counter-box.demo-coursify .counter_box:not(:last-child) {
        margin-right: 100px
    }
    .responsive #thim-header-topbar .thim-sc-course-search input[name=s] {
        height: 40px
    }
    .responsive #thim-header-topbar .thim-sc-course-search button {
        height: 40px;
        line-height: 40px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .number {
        font-size: 28px;
        display: inline-block
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item .tab-title {
        display: none
    }
    .responsive .thim-collection-info.rounded-colection-info .title {
        text-align: center;
        line-height: 40px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content {
        text-align: center
    }
    .responsive .list-iconbox .wpb_wrapper {
        max-width: 650px;
        margin: 0 auto
    }
    .responsive .thim-textbox-header {
        padding-top: 200px
    }
}

@media (max-width:667px) {
    .responsive .thim-textbox-header {
        padding-top: 90px
    }
    .responsive .thim-sc-icon-box.layout-2 .icon-box-wrapper {
        width: 140px;
        height: 140px
    }
}

@media (max-width:568px) {
    .responsive .thim-sc-counter-box.demo-coursify .counter_box:not(: last-child) {
        margin-right: 50px
    }
    .responsive .thim-sc-counter-box.demo-coursify .counter_box .icon_counter,
    .responsive .thim-sc-counter-box.demo-coursify .counter_box .number {
        font-size: 40px
    }
}

@media (max-width:480px) {
    .responsive .site-content.no-padding article.page .entry-content>div:first-child .thim-sc-enroll-course {
        padding-top: 130px
    }
    .responsive #bbpress-forums li.bbp-header ul {
        font-size: 13px
    }
    .responsive .thim-sc-events.events-layer-3 .owl-nav .owl-prev {
        left: -20px;
        font-size: 50px
    }
    .responsive .thim-sc-events.events-layer-3 .owl-nav .owl-next {
        right: -5px;
        font-size: 50px
    }
    .responsive .thim-sc-counter-box.demo-coursify .counter_box {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }
    .responsive .thim-sc-counter-box.demo-coursify .counter_box:not(:last-child) {
        margin-right: 0
    }
    .responsive .thim-sc-counter-box.demo-coursify .counter_box .icon_counter {
        margin-bottom: 5px
    }
}

@media (max-width:320px) {
    .responsive .thim-sc-counter-box .counter-box .counter_box {
        margin-right: 0
    }
    .responsive .thim-courses-collection.rounded-courses-collection .slidee .collection-item {
        margin: 0 10px
    }
}

@media (min-width:1024px) {
    .thim-layout-bottom {
        position: absolute;
        bottom: 0
    }
    .thim-sc-counter-box.demo-coursify .counter_box:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width:1280px) {
    .thim-sc-counter-box.demo-coursify .counter_box:not(: last-child) {
        margin-right: 50px
    }
}

@media (min-width:1400px) {
    .thim-sc-counter-box.demo-coursify .counter_box:not(: last-child) {
        margin-right: 119px
    }
}

@media (max-width:1440px) {
    .responsive .thim-sc-skills-bar .circle .number {
        top: 23px
    }
    .responsive .thim-courses-collection {
        max-width: 1393px
    }
    .responsive .thim-courses-collection .collection-frame {
        margin-left: 0;
        margin-right: 0
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 246px;
        margin: 0 40px 0 0
    }
    .responsive .thim-courses-collection .slidee .collection-item img {
        width: auto;
        height: 177px;
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 271px;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%)
    }
    .responsive .thim-brands.thim-border-bottom {
        padding-bottom: 20px
    }
    .responsive .thim-block-1 .course-item .course-detail .title {
        padding: 0 5px
    }
    .responsive .thim-sc-heading.custom-small .heading-content .border.border-top {
        height: 70px
    }
    .responsive .thim-block-1 .course-item .feature-img {
        max-width: 124px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(4) {
        padding-top: 44px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(5) {
        padding-top: 0
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(3) {
        padding-top: 7px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(10) {
        margin-bottom: 50px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(10) img {
        width: 310px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(14) img {
        width: 150px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.bl,
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br {
        bottom: 80px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 87px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
        top: 0;
        bottom: auto;
        z-index: -1
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tr:after {
        background: 0 0
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay:after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: 0;
        width: 100%;
        height: 90px;
        background: #fff
    }
}

@media (max-width:1400px) {
    .responsive .thim-block-1 .course-item .feature-img .wrap-author .name {
        padding: 0 5px
    }
    .responsive .thim-block-1 .course-item .feature-img .wrap-author .name a {
        font-size: 14px;
        line-height: 120%
    }
    .responsive .thim-courses-collection {
        max-width: 1110px
    }
    .responsive .thim-courses-collection .collection-frame {
        margin-left: -10px;
        margin-right: -10px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 206px;
        margin: 0 10px
    }
    .responsive footer#colophon ul li {
        font-size: 14px
    }
    .responsive #masthead .widget_shopping_cart .minicart_hover i.ion {
        padding: 0
    }
    .responsive footer#colophon ul li .fa {
        min-width: 20px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content {
        padding-top: 20px
    }
    .responsive .thim-courses-block-2 .no-gutter .intro-item {
        padding: 20px 10px 0
    }
    .responsive .thim-courses-block-2 .intro-item .title {
        font-size: 28px
    }
    .responsive .thim-courses-block-2 .intro-item .description {
        font-size: 16px
    }
    .responsive .thim-courses-block-2 .course-item .content-item {
        padding: 0 25px;
        bottom: 30px
    }
    .responsive .thim-block-1 .course-item {
        margin-bottom: 28px
    }
    .responsive .thim-block-1 .course-item .feature-img {
        max-width: 100px;
        margin-right: 18px
    }
    .responsive .thim-block-1 .course-item .course-detail .title {
        font-size: 14px;
        margin-top: 15px
    }
    .responsive .thim-block-1 .course-item .course-detail .meta {
        margin-top: 25px;
        line-height: 24px;
        display: inline-block
    }
    .responsive .thim-block-1 .course-item .course-detail .meta .price {
        display: inline-block;
        font-size: 16px;
        margin-right: 0
    }
    .responsive .thim-block-1 .course-item .course-detail .meta .number-students {
        font-size: 14px;
        line-height: 24px;
        display: inline-block;
        margin-right: 25px
    }
    .responsive .thim-block-1 .course-item .course-detail .meta .number-students:before {
        font-size: 16px;
        float: left
    }
    .responsive .thim-block-1 .main-course .content-video .description {
        padding: 0 20px
    }
    .responsive .thim-sc-icon-box.layout-1 .icon-box-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
    .responsive .thim-sc-icon-box.layout-1 .icon-box-wrapper .box-content .title {
        font-size: 16px
    }
    .responsive .thim-sc-heading .heading-content .border.border-bottom {
        height: 15px
    }
    .responsive .thim-block-1 .course-item .feature-img .wrap-author .sc-review-stars {
        display: none
    }
    .responsive .thim-sc-skills-bar .circle .number {
        top: 25px
    }
    .responsive .thim-sc-photo-wall {
        padding: 0;
        margin-top: 60px
    }
    .responsive .thim-sc-photo-wall .grid .grid-item .inner-item .item-info .title {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        text-align: center
    }
    .responsive .thim-sc-photo-wall .grid .grid-item .inner-item .item-info .description {
        font-size: 14px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(1) {
        width: 10%;
        padding-top: 19px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(2) {
        width: 10%;
        padding-top: 66px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(3) {
        width: 40%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(4) {
        width: 20%;
        padding-top: 0;
        margin-top: -64px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(5) {
        width: 20%;
        margin-top: -24px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(6) {
        width: 10%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(7) {
        width: 20%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(8) {
        width: 30%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(9) {
        width: 10%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(10) {
        margin-bottom: 0;
        width: 30%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(10) img {
        width: 100%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(11),
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(12),
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(13),
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(14) {
        width: 10%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(14) img {
        width: 100%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(15) {
        width: 10%
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 80px
    }
}

@media (max-width:1280px) {
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 100px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
        height: 110px
    }
    .responsive .thim-sc-testimonials .slider-container .slider .owl-item .item {
        max-width: 1028px
    }
    .responsive .thim-sc-testimonials .slider-container .slider .owl-item .item .content {
        padding-left: 40px;
        padding-right: 40px
    }
    .responsive .thim-sc-testimonials .slider-container .slider-controls .slider-left {
        left: -40px
    }
    .responsive .thim-sc-testimonials .slider-container .slider-controls .slider-right {
        right: -40px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(2) {
        padding-top: 64px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(3) {
        margin-top: -53px;
        padding: 0
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(4) {
        padding-top: 0;
        margin-top: 70px
    }
    .responsive #masthead .widget .user-info {
        right: 0
    }
}

@media (max-width:1024px) {
    .responsive .thim-block-1 .course-item .course-detail .meta .number-students,
    .responsive .thim-block-1 .course-item .feature-img .wrap-author {
        display: none
    }
    .responsive #thim-header-topbar .vc_row {
        margin: 0
    }
    .responsive #thim-header-topbar .vc_column_container>.vc_column-inner {
        padding: 0
    }
    .responsive .thim-sc-testimonials .slider-container .slider-controls .slider-left {
        left: -5px
    }
    .responsive .thim-sc-testimonials .slider-container .slider-controls .slider-right {
        right: -5px
    }
    .responsive .thim-courses-block-2 {
        padding-bottom: 0
    }
    .responsive .vc_empty_space {
        max-height: 30px
    }
    .responsive #masthead .main-header {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .responsive #masthead .main-header .width-navigation {
        width: calc(100% - 372px)
    }
    .responsive #masthead .main-header .width-navigation .main-menu>li.menu-item>a {
        padding: 20px 10px
    }
    .responsive header#masthead .thim-search-wrapper .search-form {
        z-index: 2;
        background: #fff
    }
    .responsive .thim-slider .slides .item-link .slider-content .slider-content-inner {
        max-width: 640px
    }
    .responsive .thim-slider .slides .item-link .slider-content .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }
    .responsive .thim-slider .slides .item-link .slider-content .description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px
    }
    .responsive .thim-slider .slides .item-link .slider-content .slider-button {
        padding: 0 20px;
        line-height: 40px;
        height: 40px;
        font-size: 13px;
        margin-right: 20px
    }
    .responsive .thim-heading .primary-heading {
        font-size: 30px;
        line-height: 32px
    }
    .responsive .thim-heading .secondary-heading {
        font-size: 18px;
        line-height: 18px
    }
    .responsive .thim-heading .heading-button a {
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        font-size: 13px
    }
    .responsive .thim-masonry .masonry-items article .article-inner .content .title {
        margin-bottom: 0
    }
    .responsive .thim-masonry .masonry-items article .article-inner .content .title a {
        font-size: 15px
    }
    .responsive .thim-masonry .masonry-items article .article-inner .content .meta a {
        font-size: 13px;
        line-height: 13px
    }
    .responsive.home .list-articles article .content-inner .entry-title {
        font-size: 16px;
        line-height: 18px
    }
    .responsive .btn-secondary {
        padding: 0 20px;
        font-size: 13px;
        line-height: 40px;
        height: 40px
    }
    .responsive .thim-events .event .content {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        left: 50%;
        max-width: 400px
    }
    .responsive .thim-events .event .content .date {
        width: 50px;
        height: 50px;
        top: 0;
        left: 50%;
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        padding: 8px 0
    }
    .responsive .thim-block-1 .featured-img img,
    .responsive .thim-our-team .team-item .team-content,
    .responsive .thim-our-team .team-item .team-image {
        width: 100%
    }
    .responsive .thim-events .event .content .date .date-start {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 18px
    }
    .responsive .thim-events .event .content .date .month-start {
        font-size: 13px;
        line-height: 13px
    }
    .responsive .thim-events .event .content .read-more {
        margin-top: 40px;
        margin-bottom: 0
    }
    .responsive .thim-events .event .content .content-inner {
        padding: 50px 30px 20px
    }
    .responsive .thim-testimonial-slider .testimonial-slider .slides-content .description {
        font-size: 18px;
        line-height: 24px
    }
    .responsive .home-services-image .single-image {
        position: relative;
        right: auto;
        top: auto;
        text-align: center
    }
    .responsive .home-services-image .single-image img {
        max-width: 100%
    }
    .responsive .thim-our-team .team-item .team-content {
        padding: 20px
    }
    .responsive .thim-block-1 .main-course {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
    .responsive .thim-block-1 .course-item {
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        width: calc(33.33% - 15px);
        margin-right: 15px
    }
    .responsive .thim-block-1 .course-item:hover {
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }
    .responsive .thim-block-1 .course-item .feature-img {
        max-width: 90px;
        margin-right: 15px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
        -webkit-background-clip: padding-box;
        -khtml-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        -o-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 4px
    }
    .responsive .thim-block-1 .course-item .course-detail .meta {
        margin-top: 15px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 170px
    }
    .responsive .thim-sc-heading.custom-small .heading-content .border.border-top {
        height: 140px
    }
    .responsive .thim-brands .item-brands {
        text-align: center
    }
    .responsive .thim-brands .item-brands img {
        display: inline-block
    }
    .responsive #masthead .widget_shopping_cart .minicart_hover .text,
    .responsive .thim-sc-steps.layout-3 .background-overlay:after {
        display: none
    }
    .responsive .list-iconbox {
        text-align: center;
        margin-top: 50px
    }
    .responsive .thim-sc-steps.layout-3 {
        padding-bottom: 0
    }
    .responsive .thim-sc-steps.layout-3 .background-overlay {
        height: 177px
    }
    .responsive .thim-sc-steps.layout-3 .background-overlay:before {
        height: 100%
    }
    .responsive .thim-courses-block-2 .intro-item .description {
        margin-bottom: 25px
    }
    .responsive .events-layer-3 .owl-stage-outer .events {
        min-height: 0
    }
    .responsive .home2-couter-box .vc_col-sm-6 {
        width: 100%
    }
    .responsive .home2-couter-box .wpb_single_image.vc_align_left {
        text-align: center
    }
    .responsive .home2-couter-box .thim-sc-counter-box {
        display: inline-block;
        width: 100%;
        text-align: center
    }
    .responsive .home2-couter-box .thim-sc-counter-box .counter_box {
        display: inline-block;
        text-align: left;
        margin: 0 40px
    }
    .responsive .widget_thim-login .avatar {
        width: 30px;
        height: 30px
    }
    .responsive #masthead .widget .user-info {
        right: 0;
        margin-left: 0
    }
    .responsive.home1-section .thim-brands.thim-border-bottom {
        padding-top: 20px;
        border-top: 1px solid #e7e7e7
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 223px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
        height: 230px
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .sc-title {
        margin-bottom: 20px;
        margin-top: 40px
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .media-wrapper {
        margin-top: 49px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(1) {
        width: 10%;
        padding-top: 27px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(4) {
        margin-top: 48px
    }
}

@media (max-width:992px) {
    .responsive .thim-sc-skills-bar .circle .number {
        top: 20px
    }
}

@media (max-width:960px) {
    .responsive .container {
        width: 100%
    }
    .responsive .site-content {
        padding-bottom: 60px;
        padding-top: 60px
    }
    .responsive .site-content.no-padding {
        padding-bottom: 0;
        padding-top: 0
    }
    .responsive .thim-sc-skills-bar .circle .number {
        top: 30px
    }
    .responsive .thim-sc-skills-bar .circle .title {
        font-size: 16px
    }
    .responsive header#masthead .header-v1 .main-header .header-left {
        display: inline-block;
        width: 25%
    }
    .responsive header#masthead .header-v1 .main-header .header-center {
        display: inline-block;
        width: 50%
    }
    .responsive header#masthead .header-v1 .main-header .width-logo {
        line-height: 69px
    }
    .responsive header#masthead .header-v1 .main-header .header-right {
        display: inline-block;
        text-align: right;
        width: 25%
    }
    .responsive header#masthead .header-v1 .main-header .header-right .widget {
        display: inline-block;
        line-height: 25px;
        padding: 22px 10px
    }
    .responsive .thim-courses-collection .collection-frame {
        margin-left: -10px;
        margin-right: -10px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 166px
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        margin-right: 25px
    }
}

@media (max-width:800px) {
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 173px
    }
    .responsive .thim-block-1 .course-item .course-detail .meta .number-students {
        display: none
    }
    .responsive .thim-block-1 .course-item .course-detail .title {
        margin-top: 0;
        padding: 0
    }
    .responsive .thim-brands .item-brands {
        padding: 0 15px
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav {
        display: inline-block
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        float: left;
        margin-top: 20px
    }
    .responsive footer#colophon .footer-columns .wpb_column {
        width: 33.33%;
        float: left
    }
    .responsive footer#colophon .footer-columns .wpb_column:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:768px) {
    .responsive .page-title .main-top.parallax {
        background-attachment: initial
    }
    .responsive header#masthead.template-layout-1 {
        padding-top: 0
    }
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-detail-inner {
        padding: 20px
    }
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data:after,
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data:before {
        content: " ";
        display: table
    }
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data:after {
        clear: both
    }
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field {
        padding: 0 10px
    }
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .course-meta-field .text {
        display: none
    }
    .responsive .widget_lp-widget-popular-courses .widget-body .course-entry .course-inner .course-detail .course-meta-data .social-share {
        width: 40px
    }
    .responsive .list-articles article .content-inner .entry-content {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px
    }
    .responsive .list-articles article .content-inner .entry-content .readmore {
        margin-top: 30px
    }
    .responsive .thim-events .event .content {
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        margin-left: 10px;
        margin-right: 10px
    }
    .responsive .thim-events .event .content .content-inner {
        padding: 20px
    }
    .responsive .thim-events .event .content .content-inner .title {
        margin-top: 20px
    }
    .responsive #colophon .single-image {
        text-align: center
    }
    .responsive #colophon .thim-line-center>.panel-grid-cell:last-child {
        border-left: 0;
        text-align: center
    }
    .responsive #colophon .copyright-text,
    .responsive header#masthead .main-header .header-center {
        text-align: center
    }
    .responsive header#masthead .main-header .header-center .width-logo {
        width: 100%
    }
    .responsive header#masthead.site-header.header-default {
        padding: 0
    }
    .responsive .thim-sc-icon-box.layout-1 .icon-box-wrapper {
        padding: 20px 10px
    }
    .responsive .thim-collection-info .view-all-button {
        min-width: 130px;
        text-align: center
    }
    .responsive .thim-block-1 .course-item {
        padding: 0 15px;
        margin: 0;
        width: 33.33%
    }
    .responsive .thim-block-1 .course-item .feature-img {
        width: 100%;
        margin: 0;
        max-width: 100%
    }
    .responsive .thim-block-1 .course-item .feature-img>img {
        width: 100%
    }
    .responsive .thim-block-1 .course-detail {
        display: inline-block;
        width: 100%;
        padding: 10px 0 20px
    }
    .responsive .thim-sc-steps .steps-wrapper {
        text-align: center
    }
    .responsive .thim-sc-steps .steps-wrapper .sc-title {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
    .responsive .thim-sc-steps .steps-wrapper .steps {
        margin-top: 0;
        width: 100%;
        text-align: center
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .tab-content {
        text-align: center;
        display: inline-block;
        width: 100%
    }
    .responsive .thim-sc-steps.layout-1 .content-box,
    .responsive .thim-sc-steps.layout-2 .content-box {
        flex: 100%;
        max-width: 100%;
        padding: 0 100px;
        text-align: center
    }
    .responsive .thim-sc-steps.layout-1 .media-box,
    .responsive .thim-sc-steps.layout-2 .media-box {
        flex: 100%;
        max-width: 100%;
        order: -1
    }
    .responsive .thim-sc-steps .media-wrapper {
        margin: 0;
        text-align: center
    }
    .responsive .thim-sc-steps .media-wrapper img {
        display: inline-block
    }
    .responsive .thim-sc-steps.layout-2 .steps-wrapper .steps .tab-content {
        text-align: center;
        display: inline-block;
        width: 100%
    }
    .responsive .thim-sc-skills-bar .circle .sub-title {
        top: 65px
    }
    .responsive .thim-sc-skills-bar .circle .number {
        top: 25px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 169px
    }
    .responsive .thim-sc-heading .heading-content .border.border-bottom {
        height: 50px
    }
    .responsive .thim-sc-heading.custom-medium .heading-content .border.border-top {
        height: 100px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item {
        margin-right: 5px;
        width: 140px;
        margin-top: 10px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item:after {
        left: 110px;
        width: 65px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item .tab-title {
        padding: 0
    }
    .responsive .thim-sc-steps.layout-3 {
        padding-bottom: 100px
    }
    .responsive .thim-sc-steps.layout-3 .background-overlay {
        height: 120px
    }
    .responsive .thim-sc-steps.layout-3 .media-wrapper {
        margin: 0
    }
    .responsive .thim-sc-steps.layout-3 .media-wrapper img {
        width: 100%
    }
    .responsive .thim-courses-block-2 {
        padding-bottom: 30px
    }
    .responsive .thim-courses-block-2 .no-gutter {
        display: inline-block;
        width: 100%;
        float: left
    }
    .responsive .thim-courses-block-2 .no-gutter .intro-item {
        padding: 20px 10px 0;
        width: 50%;
        display: inline-block;
        float: left;
        max-width: 100%;
        flex: 100%;
        min-height: 416px
    }
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-] {
        width: 50%;
        min-height: 404px;
        display: inline-block;
        float: left;
        max-width: 100%;
        flex: 100%
    }
    .responsive .events-layer-3 .owl-stage-outer .events .events-before .content .content-inner {
        padding: 0 10px
    }
    .responsive .thim-sc-events .owl-stage-outer .owl-item .events .time-location .time {
        margin: 0;
        display: block
    }
    .responsive .thim-sc-testimonials.layout-1 .slider-container .slider .item .content {
        font-size: 16px
    }
    .responsive footer#colophon .footer-sidebars>div {
        flex: 33.33%;
        max-width: 33.33%
    }
    .responsive .thim-sc-photo-wall {
        margin-top: 30px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item {
        max-width: 20%;
        min-width: 20%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(3) {
        margin-top: 100px
    }
    .responsive.home1-section .vc_row-no-padding>.vc_column_container {
        padding: 0
    }
    .responsive.home1-section .thim-brands.thim-border-bottom {
        margin-top: 25px
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .media-wrapper,
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .steps {
        margin-top: 0
    }
    .responsive.home1-section .thim-bg-advance-overlay {
        max-height: 100%
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br {
        padding-bottom: 180px;
        bottom: 0
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br:after {
        bottom: 0;
        height: 200px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 50px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
        height: 100px
    }
    .responsive.home1-section .thim-sc-steps .sc-title {
        margin-bottom: 35px
    }
    .responsive.home1-section .thim-sc-steps .steps-wrapper .steps .tab-content {
        padding-top: 30px
    }
    .responsive.home1-section .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        margin-right: 20px;
        margin-left: 20px
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item {
        bottom: 0 !important
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:after {
        position: absolute;
        width: 30px;
        height: 8px;
        background-image: radial-gradient(circle 5px, rgba(255, 255, 255, .7) 12%, transparent 16%);
        background-size: 4px 7px;
        content: '';
        left: 67px;
        top: 30px;
        border-bottom: none;
        display: inline-block
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:last-child:after {
        display: none
    }
}

@media (max-width:736px) {
    .responsive #copyright-menu li,
    .responsive .thim-sc-counter-box .counter-box .counter_box .number>span {
        float: none
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper {
        padding: 30px 0 0
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .sc-title {
        margin-bottom: 10px;
        font-size: 30px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .description {
        margin: 0 auto
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .tab-content {
        padding-top: 30px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .tab-content .readmore {
        margin-top: 10px
    }
    .responsive .thim-sc-counter-box .counter-box {
        justify-content: center;
        text-align: center
    }
    .responsive .thim-courses-block-2 .no-gutter {
        display: block
    }
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-] {
        min-height: 350px
    }
    .responsive .thim-sc-steps.layout-3 .background-overlay {
        height: 148px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item {
        margin-right: 0;
        width: 130px
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content {
        padding-bottom: 30px
    }
    .responsive .thim-grid-layout.list-articles .entry-top img {
        width: 100%
    }
    .responsive .thim-events .event .content {
        margin: -60px auto 30px;
        max-width: 600px
    }
    .responsive .thim-sc-steps.layout-1 .content-box,
    .responsive .thim-sc-steps.layout-2 .content-box {
        padding: 0
    }
    .responsive footer#colophon .copyright-area .row>div {
        flex: 100%;
        max-width: 100%
    }
    .responsive #copyright-menu {
        text-align: center;
        width: 100%;
        display: inline-block
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 161px
    }
    .responsive #thim-header-topbar .vc_col-sm-6 {
        width: 50%;
        float: left
    }
}

@media (max-width:667px) {
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 199px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.bl {
        bottom: 140px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.bl:after {
        bottom: -140px;
        height: 150px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 0
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
        height: 0
    }
    .responsive.home1-section .thim-sc-photo-wall {
        padding: 0
    }
    .responsive.home1-section .thim-sc-photo-wall .grid .grid-item {
        width: 25%
    }
    .responsive #thim-header-topbar .vc_col-sm-6 {
        width: 100%;
        float: left
    }
}

@media (max-width:568px) {
    .responsive .thim-sc-steps.layout-1 .content-box,
    .responsive .thim-sc-steps.layout-2 .content-box,
    .responsive .thim-textbox .title {
        padding: 0 20px
    }
    .responsive .thim-block-1 .main-course .content-video .description {
        display: none
    }
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-] {
        min-height: 295px
    }
    .responsive .events-layer-3 .owl-stage-outer .events .events-after .content-inner .title {
        padding-top: 20px
    }
    .responsive .events-layer-3 .owl-stage-outer .events .events-after .content-inner .author {
        bottom: 20px
    }
}

@media (max-width:480px) {
    .responsive .events-layer-3 .owl-stage-outer .events,
    .responsive .thim-slider .slides .item-link .slider-content .slider-content-inner {
        max-width: 100%
    }
    .responsive .thim-collection-info .description,
    .responsive .thim-collection-info .line,
    .responsive .thim-sc-steps.layout-3 .media-box,
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item .tab-title,
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item:after {
        display: none
    }
    .responsive .mobile-menu-container .inner-off-canvas .navbar-nav {
        height: auto !important
    }
    .responsive .mobile-menu-container .inner-off-canvas .navbar-nav li a {
        padding: 0 20px;
        font-size: 16px;
        line-height: 40px
    }
    .responsive .mobile-menu-container ul li .icon-toggle {
        top: 0
    }
    .responsive .mobile-menu-container ul li ul.sub-menu {
        padding-left: 20px;
        list-style: none
    }
    .responsive .events-layer-3 .owl-nav .owl-next,
    .responsive .events-layer-3 .owl-nav .owl-prev {
        top: unset;
        bottom: 50%
    }
    .responsive .thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item {
        width: auto;
        margin: 0 3px 20px
    }
    .responsive .thim-sc-steps.layout-3 .heading {
        margin-bottom: 0
    }
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-],
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-] img {
        width: 100%
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        width: 320px;
        height: 322px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper .player-inner {
        height: 222px;
        padding: 23px 12px
    }
    .responsive #masthead .main-header .width-logo {
        width: 250px
    }
    .responsive .thim-slider .slides .item-link .slider-content .slider-button {
        padding: 0 10px;
        margin-right: 10px
    }
    .responsive .thim-slider .slides .item-link .slider-content .title {
        font-size: 20px;
        line-height: 24px
    }
    .responsive .thim-slider .slides .item-link .slider-content .description {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 20px
    }
    .responsive .thim-counters-box .counters-wrapper .number {
        font-size: 30px
    }
    .responsive .footer-fixed,
    .responsive .thim-sc-skills-bar .circle .title {
        font-size: 14px
    }
    .responsive .thim-line-center>.panel-grid-cell>.so-panel>.panel-widget-style {
        padding: 0 !important
    }
    .responsive .thim-sc-skills-bar .circle {
        width: 100px
    }
    .responsive .thim-courses-collection .collection-frame {
        margin-left: -10px;
        margin-right: -10px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 215px;
        margin: 0 10px
    }
    .responsive .thim-block-1 .course-item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
    .responsive .thim-block-1 .course-item .feature-img {
        width: 90px;
        margin-right: 15px
    }
    .responsive .thim-block-1 .course-item .course-detail {
        display: block
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        margin-right: 30px;
        float: none;
        display: inline-block
    }
    .responsive footer#colophon .footer-columns .wpb_column {
        width: 50%
    }
    .responsive footer#colophon .footer-columns .wpb_column:nth-child(2n+1) {
        clear: both
    }
    .responsive footer#colophon .footer-columns .wpb_column:nth-child(3n+1) {
        clear: none
    }
    .responsive .thim-bg-advance-overlay .advance-overlay.br {
        padding-top: 50px
    }
    .responsive .thim-sc-course-search input[name=s] {
        width: 100%
    }
    .responsive .footer-fixed .widget_thim_layout_builder>.vc_row {
        padding: 50px 0 !important
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav {
        display: inline-block;
        text-align: center
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item {
        min-width: 25%;
        max-width: 25%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(5) {
        margin-top: 0
    }
    .responsive .thim-sc-photo-wall {
        margin-top: -50px
    }
    .responsive .thim-sc-heading.margin-top {
        margin-top: -65px
    }
    .responsive .thim-sc-heading .heading-content .border.border-top {
        height: 100px
    }
    .responsive footer#colophon.light .copyright-area .copyright-content {
        padding: 20px 0 30px
    }
    .responsive .thim-sc-events.events-layer-3 {
        padding: 0 30px
    }
    .responsive .thim-sc-events.events-layer-3 .owl-nav .owl-prev {
        left: -10px;
        font-size: 40px
    }
    .responsive .thim-sc-events.events-layer-3 .owl-nav .owl-next {
        right: -10px;
        font-size: 40px
    }
    .responsive .thim-sc-testimonials.layout-1 .slider-container .slider .owl-item .item .content {
        padding: 0 20px
    }
    .responsive .thim-sc-testimonials.layout-1 .slider-container .slider-controls>a {
        top: 20%;
        font-size: 50px;
        z-index: 9;
        text-align: center
    }
    .responsive .thim-sc-testimonials.layout-1 .slider-container .slider-controls>a.slider-left {
        left: -10px
    }
    .responsive .thim-sc-testimonials.layout-1 .slider-container .slider-controls>a.slider-right {
        right: -10px
    }
    .responsive.home1-section .thim-sc-skills-bar {
        display: inline-block;
        width: 100%
    }
    .responsive.home1-section .thim-sc-steps .steps-wrapper .steps .nav .nav-item:after,
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:after {
        display: none
    }
    .responsive.home1-section .thim-sc-skills-bar .circle {
        width: 50%;
        margin: 0 0 20px;
        float: left
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br {
        padding-bottom: 240px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br:after {
        height: 250px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
        padding-top: 270px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
        height: 300px
    }
    .responsive.home1-section .vc_row-no-padding>.vc_column_container {
        padding: 0
    }
    .responsive.home1-section .thim-bg-advance-overlay.overlay-position-tr {
        padding: 100px 0 !important
    }
}

@media (max-width:414px) {
    .responsive .thim-sc-skills-bar,
    .responsive .thim-sc-steps .steps-wrapper .steps .nav {
        display: inline-block
    }
    .responsive .thim-sc-skills-bar .circle {
        width: 175px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 180px
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        float: left;
        margin-top: 20px
    }
    .responsive .thim-sc-heading {
        padding: 0 15px
    }
    .responsive .thim-sc-course-search input[name=s] {
        width: 100%
    }
    .responsive .thim-bg-advance-overlay .advance-overlay.br {
        padding-top: 150px
    }
}

@media (max-width:375px) {
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        width: 290px;
        height: 310px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper .player-inner {
        height: 215px
    }
    .responsive .thim-courses-block-2 .no-gutter>[class*=col-] {
        min-height: 290px
    }
    .responsive #masthead .main-header .width-logo {
        width: 230px
    }
    .responsive .header-left {
        max-width: 120px
    }
    .responsive .menu-mobile-effect.navbar-toggle .icon-wrap {
        margin: 0
    }
    .responsive .menu-mobile-effect.navbar-toggle .text-menu {
        display: none
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 160px
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        float: none;
        display: inline-block;
        margin-right: 20px;
        margin-left: 20px
    }
    .responsive .thim-block-1 .main-course .content-video .title {
        font-size: 16px
    }
    .responsive .thim-block-1 .main-course .content-video span {
        width: 53px;
        height: 53px;
        font-size: 40px
    }
    .responsive .thim-block-1 .main-course .content-video span:before {
        line-height: 53px
    }
    .responsive .thim-textbox .title {
        font-size: 28px
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item {
        min-width: 33.33%;
        max-width: 33.33%
    }
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(3),
    .responsive .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(4) {
        margin-top: 0
    }
    .responsive footer#colophon .footer-sidebars>div {
        flex: 50%;
        max-width: 50%
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br {
        padding-bottom: 290px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.br:after {
        height: 300px
    }
    .responsive.home1-section .thim-bg-advance-overlay.overlay-position-tr {
        padding-top: 100px !important
    }
}

@media (max-width:320px) {
    .responsive .thim-block-1 .main-course .content-video .description,
    .responsive .thim-courses-collection .slidee .collection-item .collection-wrapper .name {
        font-size: 14px
    }
    .responsive .mobile-menu-container {
        overflow-y: auto;
        width: 300px
    }
    .responsive .mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle {
        padding: 10px 15px
    }
    .responsive .mobile-menu-container .inner-off-canvas .off-canvas-widgetarea {
        padding: 20px 20px 0
    }
    .responsive .mobile-menu-container ul li .icon-toggle {
        top: 0
    }
    .responsive .mobile-menu-container .search-form .search-field {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }
    .responsive header#masthead .main-header .header-center {
        padding-left: 0
    }
    .responsive .thim-courses-collection .collection-frame {
        margin-left: -5px;
        margin-right: -5px
    }
    .responsive .thim-courses-collection .slidee .collection-item {
        width: 290px;
        margin: 0 5px
    }
    .responsive .thim-block-1 .main-course .featured-img:before {
        border-right-width: 60px;
        border-top-width: 60px
    }
    .responsive .thim-block-1 .main-course .featured-img .course-label {
        font-size: 14px;
        top: 12px;
        left: 5px
    }
    .responsive .thim-block-1 .course-item {
        padding: 0 15px
    }
    .responsive .thim-block-1 .feature-img {
        width: 100%;
        margin: 0
    }
    .responsive .thim-block-1 .feature-img>img {
        width: 100%
    }
    .responsive .thim-block-1 .course-detail {
        display: inline-block;
        width: 100%;
        padding: 10px 0 20px
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        margin-right: 10px;
        margin-left: 10px
    }
    .responsive footer#colophon .footer-columns .wpb_column {
        width: 100%
    }
    .responsive .thim-sc-course-search input[name=s] {
        font-size: 12px
    }
    .responsive footer#colophon .copyright-area,
    .responsive footer#colophon .copyright-area #copyright-menu li {
        font-size: 14px
    }
    .responsive footer#colophon .copyright-area .copyright-text {
        line-height: 24px;
        margin-bottom: 10px
    }
    .responsive .thim-courses-collection-wrapper {
        padding-top: 30px
    }
    .responsive .thim-collection-info .title,
    .responsive .thim-courses-block-2 .intro-item .title,
    .responsive .thim-sc-heading .heading-content .primary-heading,
    .responsive .thim-sc-steps .sc-title,
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .sc-title {
        font-size: 24px
    }
    .responsive .thim-block-1 .main-course .content-video .title {
        font-size: 16px
    }
    .responsive .thim-bg-advance-overlay.overlay-position-tl {
        background-position-y: 0 !important
    }
    .responsive header#masthead .main-header .header-left {
        width: 80px
    }
    .responsive header#masthead .main-header .header-center {
        width: calc(100% - 110px)
    }
    .responsive .thim-sc-steps.layout-3 .heading .steps-wrapper .steps .nav .nav-item {
        width: 75px
    }
    .responsive .events-layer-3 .owl-stage-outer .events .events-after .content-inner .description {
        display: none
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box {
        margin-right: 0;
        margin-top: 30px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .number {
        margin-top: 0
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.bl {
        bottom: 190px
    }
    .responsive.home1-section .thim-bg-advance-overlay .advance-overlay.bl:after {
        bottom: -190px;
        height: 200px
    }
    .responsive.home1-section .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px
    }
    .responsive.home1-section .thim-sc-steps.layout-2 .steps-wrapper .sc-title {
        margin-bottom: 50px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        width: 100%;
        height: 270px
    }
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper .player-inner {
        height: 190px
    }
}

@media screen and (max-height:600px) {
    .responsive .mobile-menu-container .inner-off-canvas .navbar-nav {
        height: auto !important
    }
    .responsive .mobile-menu-container .inner-off-canvas .navbar-nav li a {
        padding: 0 20px;
        font-size: 16px;
        line-height: 40px
    }
    .responsive .mobile-menu-container ul li .icon-toggle {
        top: 0
    }
    .responsive .mobile-menu-container ul li ul.sub-menu {
        padding-left: 20px;
        list-style: none
    }
}

@media (max-width:1400px) {
    .blog.responsive .thim-sc-text-box.left .title-1 {
        font-size: 30px
    }
    .blog.responsive .thim-sc-text-box.left .title-2 {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .blog.responsive .container {
        padding-top: 80px
    }
}

@media (max-width:480px) {
    .blog.responsive .thim-sc-text-box.center .title-2 {
        font-size: 30px
    }
    .blog.responsive .thim-loadmore:before {
        bottom: 35px
    }
    .blog.responsive .thim-loadmore .load-more {
        padding-left: 39px;
        padding-right: 39px;
        height: 39px;
        font-size: 14px
    }
    .blog.responsive .thim-sc-text-box.center .btn {
        height: 45px;
        line-height: 45px;
        padding: 0 40px
    }
}

@media (max-width:768px) {
    .blog.responsive .list-articles.style-grid article .entry-top .entry-date {
        padding: 10px
    }
    .blog.responsive .list-articles.style-grid article .entry-content {
        padding: 0;
        margin: 0
    }
}

@media (max-width:1024px) {
    .blog.responsive #main,
    .blog.responsive #secondary {
        flex: 0 0 100%;
        max-width: 100%
    }
    .blog.responsive #secondary .theiaStickySidebar {
        position: static !important
    }
    .blog.responsive .thim-sc-testimonials .slider-container .slider .owl-item .item .content {
        padding-right: 0
    }
}

@media (max-width:480px) {
    .blog.responsive .list-articles.style-grid .content-inner {
        padding-bottom: 30px
    }
    .blog.responsive .list-articles.style-grid article .entry-content .entry-title {
        margin-top: 0;
        font-size: 13px;
        text-align: center
    }
    .blog.responsive .list-articles.style-grid article .entry-content .entry-meta {
        font-size: 13px;
        text-align: center
    }
    .blog.responsive #secondary .widget_media_image {
        text-align: center
    }
}

@media (max-width:736px) {
    .blog.responsive .list-articles.style-list .content-inner {
        padding-bottom: 30px;
        margin-bottom: 39px
    }
    .blog.responsive .list-articles.style-list .entry-content .entry-title {
        margin-top: 0
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .blog .res-blog-cta,
    .single-post .res-blog-cta {
        padding-bottom: 100px !important
    }
    .blog .res-blog-cta .wpb_single_image img,
    .single-post .res-blog-cta .wpb_single_image img {
        right: unset;
        left: 10px;
        top: 136px
    }
}

@media (min-width:481px) and (max-width:768px) {
    .blog .res-blog-cta,
    .single-post .res-blog-cta {
        padding-bottom: 32px !important
    }
    .blog .res-blog-cta .wpb_single_image img,
    .single-post .res-blog-cta .wpb_single_image img {
        right: unset;
        left: 5px;
        top: 143px
    }
}

@media (max-width:480px) {
    .res-blog-cta {
        padding-bottom: 50px !important;
        padding-top: 12px !important
    }
}

@media (max-width:768px) {
    .res-blog-cta .wpb_single_image {
        text-align: center !important
    }
    .res-blog-cta .wpb_single_image img {
        position: static
    }
    .res-blog-cta .thim-sc-text-box.left .title-1 {
        margin-top: 0
    }
    .responsive .list-articles article .entry-top .entry-date.no-thumbnail {
        position: relative;
        background: 0 0;
        width: 100%;
        text-align: initial;
        top: 0;
        padding: 0 0 0 30px
    }
}

@media (max-width:1440px) {
    .responsive .thim-sc-image-box .text-content .text-content-inner {
        margin-top: 30px
    }
    .responsive .thim-sc-image-box .text-content .text-content-inner .content {
        max-width: 100%
    }
}

@media (max-width:1280px) {
    .responsive .thim-sc-image-box .text-content .text-content-inner .title-box {
        font-size: 32px;
        margin-bottom: 0
    }
    .responsive .thim-sc-image-box .text-content .text-content-inner .sub-title {
        margin-top: 0
    }
    .responsive .thim-sc-image-box.right .text-content .text-content-inner {
        margin-left: 15px
    }
    .responsive .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 32px;
        margin-top: 30px
    }
    .responsive .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content {
        padding-right: 0
    }
    .responsive .thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .user-info {
        font-size: 32px
    }
}

@media (max-width:1024px) {
    .responsive .thim-sc-image-box .text-content .text-content-inner {
        margin-top: 0
    }
    .responsive .thim-sc-image-box .text-content .text-content-inner .content {
        font-size: 15px
    }
    .responsive .thim-sc-image-box.right .image-box .number {
        left: 30px
    }
    .responsive .thim-sc-image-box .image-box .number {
        font-size: 60px;
        top: 30px;
        right: 30px
    }
    .responsive .thim-sc-scroll-heading {
        margin-bottom: 30px;
        margin-top: 20px
    }
    .responsive .thim-sc-scroll-heading .title .text {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:768px) {
    .responsive .thim-sc-image-box .text-content .text-content-inner {
        position: static;
        margin-top: 30px;
        padding-bottom: 32px
    }
    .responsive .thim-sc-image-box.right .text-content {
        order: 1
    }
    .responsive .thim-sc-image-box.right .text-content .text-content-inner {
        float: right
    }
}

@media (max-width:1440px) {
    .responsive .thim-sc-testimonials.layout-3 .slider-container .slider .owl-item .item .content {
        padding-left: 0;
        margin-left: 5px
    }
}

@media (max-width:1024px) {
    .responsive .thim-testimonials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
        padding-bottom: 40px
    }
    .responsive .thim-testimonials .thim-sc-testimonials.layout-3 {
        margin-top: 0
    }
    .responsive .thim-testimonials .vc_column-inner {
        margin-left: 0 !important
    }
}

@media (max-width:768px) {
    .responsive .thim-sc-heading.layout-2 {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px
    }
    .responsive .thim-sc-testimonials.layout-3 .slider-container .slider .owl-item .item .content {
        padding-right: 0;
        margin-left: 0;
        font-size: 20px
    }
    .responsive .thim-sc-testimonials.layout-3 .slider-container .slider .owl-item .item .user-info {
        font-size: 14px;
        margin-bottom: 0
    }
}

@media (max-width:640px) {
    .responsive .thim-sc-icon-box.layout-5 .box-icon {
        width: 100px;
        height: 100px;
        font-size: 30px;
        line-height: 100px
    }
}

@media (max-width:480px) {
    .responsive .thim-sc-testimonials.layout-3 .slider-container {
        padding-left: 0
    }
    .responsive .thim-sc-testimonials.layout-3 .slider-container:before {
        display: none
    }
    .responsive .thim-sc-testimonials.layout-3 .slider-container .owl-item .item .content {
        font-size: 18px
    }
    .responsive div.wpb_content_element .wpcf7-form .heading-button input[type=submit] {
        padding: 0 30px
    }
}

@media (max-width:1440px) {
    .responsive .overflow .thim-sc-courses-carousel .inner-carousel {
        padding: 0 15px
    }
}

@media (max-width:1400px) {
    .responsive .thim-sc-courses-carousel .content .sub-content .data-comment,
    .responsive .thim-sc-courses-carousel .content .sub-content .title,
    .responsive .thim-sc-courses-carousel .content .thumbnail .price {
        padding-left: 15px;
        padding-right: 15px
    }
    .responsive .archive-courses .content .thumbnail .review.review-course .vote,
    .responsive .thim-sc-courses-carousel .content .thumbnail .review.review-course .vote {
        display: none
    }
    .responsive .archive-courses .content .thumbnail .review.review-course .sc-review-stars,
    .responsive .thim-sc-courses-carousel .content .thumbnail .review.review-course .sc-review-stars {
        right: 15px
    }
    .responsive .overflow.top-courses-overflow .thim-sc-courses-carousel .inner-carousel {
        max-width: 1140px
    }
    .responsive .archive-courses.course-list .content .thumbnail {
        min-width: 300px
    }
    .responsive .archive-courses.course-list .content .thumbnail .img_thumbnail img {
        height: 100%;
        max-width: 500px
    }
    .responsive .archive-courses.course-list .content .sub-content .date-comment,
    .responsive .archive-courses.course-list .content .sub-content .title {
        padding: 0
    }
    .responsive .archive-courses .content .sub-content .date-comment,
    .responsive .archive-courses .content .sub-content .title,
    .responsive .archive-courses .content .thumbnail .price {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1024px) {
    .responsive .overflow.top-courses-overflow .thim-sc-courses-carousel .inner-carousel {
        max-width: 960px
    }
    .responsive .overflow.top-courses-overflow .thim-sc-courses-carousel .inner-carousel .owl-stage-outer {
        margin: 0;
        padding: 0
    }
    .responsive .archive-courses.course-grid .learn-press-courses .course {
        flex: 100%;
        max-width: 50%
    }
    .responsive .archive-courses.course-list .content .content-list .courses_list_info li:last-child {
        display: none
    }
    .responsive .archive-courses.course-list .content .sub-content .title a {
        line-height: normal;
        font-size: 24px
    }
    .responsive .thim-course-top .courses-searching input {
        width: 250px
    }
    .responsive .archive-courses.course-list .content .content-list .courses_list_info li {
        max-width: 50%
    }
    .responsive .after-main .widget_thim_layout_builder .courses-trusted {
        padding-bottom: 75px !important
    }
    .responsive .after-main .widget_thim_layout_builder .courses-trusted img {
        right: auto;
        left: 30px
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .responsive .thim-recent-courses-widget .recent-courses-wrapper .course-item .feature-img {
        margin-right: 15px;
        max-width: 60px
    }
    .responsive .thim-recent-courses-widget .recent-courses-wrapper .course-item .content .title {
        margin-top: -3px;
        line-height: 14px;
        margin-bottom: 5px
    }
    .responsive .thim-recent-courses-widget .recent-courses-wrapper .course-item .content .title a {
        font-size: 14px
    }
    .responsive .thim-recent-courses-widget .recent-courses-wrapper .course-item .content .price {
        font-size: 16px
    }
    .responsive aside .widget.widget_thim-courses-categories ul li,
    .responsive aside .widget.widget_thim-courses-categories ul li a {
        font-size: 14px
    }
    .responsive aside .widget.widget_recent_entries .wrapper .thumbnail {
        width: 60px
    }
    .responsive aside .widget.widget_recent_entries .wrapper .content {
        margin-left: 75px;
        margin-top: -6px
    }
    .responsive aside .widget.widget_recent_entries .wrapper .content .title {
        font-size: 14px;
        line-height: 14px
    }
    .responsive aside .widget.widget_recent_entries .wrapper .content .post-date {
        margin-top: 5px
    }
}

@media (max-width:600px) {
    .responsive .thim-course-top .courses-searching {
        margin-top: 10px;
        float: none;
        width: 100%
    }
    .responsive .thim-course-top .courses-searching form {
        display: block;
        width: 100%
    }
    .responsive .thim-course-top .courses-searching input {
        width: 100%
    }
    .responsive .thim-course-top .thim-course-order {
        margin-right: 0
    }
    .responsive .thim-course-top .course-index {
        display: none
    }
}

@media (max-width:768px) {
    .responsive.woocommerce-checkout #main {
        padding-top: 0 !important
    }
    .responsive.learnpress #main {
        flex: 100%;
        max-width: 100%;
        padding-top: 100px
    }
    .responsive.learnpress #secondary {
        flex: 100%;
        max-width: 100%;
        margin: 100px auto
    }
    .responsive.learnpress #secondary .theiaStickySidebar {
        position: static !important
    }
    .responsive .thim-course-top .course-top2 {
        flex: 100%;
        max-width: 100%
    }
    .responsive .thim-course-top .courses-searching {
        float: left
    }
    .responsive.single-lp_course header#masthead.template-layout-2~#main-content .page-title .main-top .banner-description {
        font-size: 0
    }
    .responsive.single-lp_course header#masthead.template-layout-2~#main-content .page-title .main-top .banner-description .price {
        height: auto;
        line-height: 50px
    }
    .responsive.single-lp_course header#masthead.template-layout-2~#main-content .page-title .main-top .banner-description .price .course-price {
        font-size: 40px
    }
    .responsive .courses-trusted.thim-background-overlay .thim-sc-text-box.left .title-1 {
        margin-top: 0
    }
}

@media (max-width:640px) {
    .responsive .archive-courses.course-list .content {
        display: inline-block
    }
    .responsive .archive-courses.course-list .content .sub-content {
        padding: 22px 0;
        display: inline-block
    }
}

@media (max-width:480px) {
    .responsive .archive-courses.course-grid .learn-press-courses .course {
        max-width: 100%
    }
    .responsive .archive-courses.course-grid .content .thumbnail .img_thumbnail img {
        width: 100%
    }
    .responsive .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 30px
    }
    .responsive .thim-sc-heading.layout-2 .secondary-heading {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:360px) {
    .responsive .archive-courses.course-list .content .thumbnail {
        min-width: 0;
        max-width: 100%
    }
}

@media (max-width:320px) {
    .responsive .thim-course-top .courses-searching input {
        width: 200px;
        font-size: 13px
    }
}

@media (max-width:1300px) {
    .responsive.course-item-popup #learn-press-course-curriculum .progress-bg {
        width: auto
    }
}

@media (min-width:1024px) {
    .responsive.course-item-popup #learn-press-course-curriculum {
        width: 400px
    }
    .responsive.course-item-popup #content-item-nav,
    .responsive.course-item-popup #course-item-content-footer,
    .responsive.course-item-popup #learn-press-content-item {
        left: 400px
    }
}

@media (max-width:1200px) {
    .responsive.course-item-popup .content-item-wrap {
        width: 100% !important
    }
}

@media (max-width:1366px) {
    .responsive.course-item-popup #comments,
    .responsive.course-item-popup .content-item-summary,
    .responsive.course-item-popup .course-item-nav,
    .responsive.course-item-popup .edit-course-item-link {
        max-width: 90%
    }
}

@media (max-width:1024px) {
    .responsive .page-title .woocommerce-message {
        margin-bottom: 0
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single {
        display: block
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar {
        max-width: 400px;
        width: 100%;
        margin: auto
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .price-box {
        height: 86px;
        width: 100%;
        line-height: 86px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .price-box .course-price {
        font-size: 35px;
        font-weight: 500;
        letter-spacing: .7px;
        color: #fff
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .price-box .course-origin-price {
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        letter-spacing: .4px;
        color: #e3e3e3;
        padding-right: 0;
        padding-left: 5px;
        order: 2
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content {
        border: 1px solid #e6e6e6;
        -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
        -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
        -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
        -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
        -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
        box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
        background: #fff;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topleft: 0;
        -webkit-background-clip: padding-box;
        -khtml-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        -o-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 0 0 5px 5px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box {
        margin: 30px 0 25px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .intro {
        font-size: 15px;
        letter-spacing: .3px;
        line-height: normal;
        text-align: center;
        font-weight: 300;
        margin-top: 17px;
        margin-bottom: 0;
        padding: 0 15px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .purchase-course {
        margin-bottom: 10px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons {
        text-align: center;
        padding: 0 15px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons button {
        display: block;
        margin: auto auto 10px;
        min-width: 255px;
        height: 46px;
        text-align: center;
        color: #888;
        font-weight: 400;
        background: #fff;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border: 1px solid #e5e5e5;
        font-size: 16px;
        line-height: 46px;
        padding: 0;
        letter-spacing: .3px;
        text-transform: uppercase;
        outline: 0
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button:focus,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button:hover,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward:focus,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward:hover,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons button:focus,
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .button-box .learn-press-course-buttons button:hover {
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer;
        outline: 0
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .includes-box {
        margin: 23px 31px 29px 26px;
        padding-top: 23px;
        padding-left: 20px;
        border-top: 1px solid;
        border-color: rgba(236, 236, 236, .8)
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .includes-box .title {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.56;
        letter-spacing: .4px;
        color: #2b3339;
        text-transform: uppercase
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .includes-box ul {
        margin-left: 0
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .includes-box ul li {
        list-style: none;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.75;
        letter-spacing: .3px;
        padding-bottom: 2px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .includes-box ul li i {
        margin-right: 7px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .includes-box a {
        text-decoration: underline;
        font-size: 15px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .share-text {
        display: none
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .thim-social-share {
        margin: 0 30px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .thim-social-share .links {
        padding: 30px 0 9px;
        margin: 0;
        border-top: 1px solid #ececec;
        display: inline-block;
        width: 100%;
        text-align: center
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .thim-social-share .links li {
        display: inline-block;
        float: none;
        margin: 0 7px 14px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .thim-social-share .links li a.link {
        width: 43px;
        height: 43px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .thim-social-share .links li a.link i {
        font-size: 21px;
        letter-spacing: .4px;
        color: #bfbfbf;
        line-height: 43px
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single .info-bar .inner-content .thim-social-share .links li a.link:hover i {
        color: #fff
    }
    .responsive.lp-landing.learnpress-v3 .landing-2>.wrapper-info-bar.sticky-sidebar {
        display: none !important
    }
    .responsive.lp-landing.learnpress-v3 .landing-2 .main-course .course-thumbnail img {
        margin-top: 40px !important
    }
    .responsive.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search {
        padding-left: 30px
    }
    .responsive.single-lp_course.learnpress-v3.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper .container {
        max-width: 100%;
        padding: 0 20px
    }
    .responsive #main-content #lp-single-course .landing-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0
    }
    .responsive #main-content #lp-single-course .landing-2 .main-course .course-landing-summary {
        max-width: 100%
    }
    .responsive #main-content #lp-single-course .landing-2 .course-thumbnail {
        min-width: 100%
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar {
        width: 100%;
        overflow: visible;
        box-sizing: border-box;
        position: relative !important;
        order: -1;
        top: 0;
        right: 0;
        margin-top: 50px
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar {
        margin-bottom: 65px
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .includes-box .title {
        text-align: center
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .includes-box ul {
        justify-content: center;
        display: grid
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .price-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .price-box .course-price {
        order: 1;
        margin-right: 15px
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .price-box .course-origin-price {
        right: 0;
        order: 2
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .thim-social-share .theiaStickySidebar {
        margin-bottom: 0
    }
    .responsive #main-content #lp-single-course .landing-2 .sticky-sidebar .theiaStickySidebar .thim-social-share .theiaStickySidebar ul {
        justify-content: center
    }
    .responsive #main-content #lp-single-course .landing-2 .info-bar {
        max-width: 400px;
        width: 100%;
        margin: auto
    }
}

@media (max-width:915px) and (min-width:800px) {
    .responsive.single-lp_course #thim-landing-course-menu-tab .wrapper {
        padding-right: 10px;
        padding-left: 10px
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab ul.course-landing-tab>li {
        margin-right: 10px !important
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab #learn-press-pmpro-notice.purchase-course a,
    .responsive.single-lp_course #thim-landing-course-menu-tab .learn-press-course-buttons button {
        padding: 0 10px
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .course-purchase-info .course-price {
        margin-right: 10px
    }
}

@media (max-width:799px) and (min-width:601px) {
    .responsive.single-lp_course #thim-landing-course-menu-tab .has-wishlist .learn-press-course-buttons,
    .responsive.single-lp_course #thim-landing-course-menu-tab .has-wishlist button.course-wishlist {
        position: static !important;
        padding-left: 0
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .has-wishlist button.course-wishlist {
        margin-left: 10px !important
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab #learn-press-pmpro-notice a.button {
        display: none !important
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .learn-press-course-buttons button {
        padding: 0 15px
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .learn-press-course-buttons button.course-wishlist {
        padding: 0
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .course-purchase-info .course-price {
        margin-right: 10px
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab ul.course-landing-tab>li {
        margin-right: 11px !important
    }
}

@media (max-width:768px) {
    .responsive.single-lp_course.course-tab-active #back-to-top {
        bottom: 60px
    }
    .responsive.single-lp_course.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item {
        padding-top: 28px;
        padding-bottom: 22px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-format-icon,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-format-icon {
        margin-right: 10px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item {
        align-items: unset !important;
        padding: 28px 10px 22px !important
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
        display: inline
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .lp-label,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .lp-label {
        padding: 0 10px !important
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
        padding: 0 !important;
        margin-right: 10px;
        margin-left: 0 !important
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-status,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-status {
        vertical-align: middle;
        margin-left: 0 !important
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link,
    .responsive.single-lp_course.lp-learning.learnpress-v3.course-item-popup.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
        display: block
    }
    .responsive.single-lp_course.learnpress-v3.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper .container {
        padding: 0 !important
    }
    .responsive.single-lp_course.lp-learning .header-course .header-content .course-thumbnail img,
    .responsive.single-lp_course.thim-lp-layout-2.lp-learning .header-course .header-content .course-thumbnail img {
        width: 100%
    }
    .responsive.single-lp_course.single-lp_course .page-title .main-top {
        max-height: 450px
    }
    .responsive.single-lp_course #main,
    .responsive.single-lp_course #main-content .layout-2 .site-content {
        padding-top: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-info .list-inline {
        padding-left: 21px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-info .list-inline .list-inline-item {
        padding: 5px 15px 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-info .list-inline .list-inline-item .author {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-author.instructors .info .content {
        padding-right: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .rating-review {
        padding: 40px 20px 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .rating-review .title_row_course {
        margin-left: 0;
        margin-bottom: 35px
    }
    .responsive.single-lp_course #main-content #lp-single-course .rating-review .reviews .average-rating {
        margin: 0 30px 10px 16px
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .info-course .total-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .info-course .total-time,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .info-course .total-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .info-course .total-time {
        position: relative;
        right: 0;
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .count-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .time,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .share,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .count-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .time {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .course-item-title,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .course-item-title {
        padding-right: 20px
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .content-landing-1 {
        width: 100%;
        padding: 0
    }
    .responsive.single-lp_course.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper {
        padding: 80px 25px 0
    }
    .responsive.single-lp_course.lp-learning .header-course .header-content .col-md-6 {
        flex: 100%;
        max-width: 100%
    }
    .responsive.single-lp_course.lp-learning .header-course .header-content .header-info {
        min-height: 0;
        margin-bottom: 40px;
        margin-top: 10px
    }
    .responsive.single-lp_course.lp-learning .header-course .header-content .course-title {
        color: #202121
    }
    .responsive.single-lp_course.lp-learning .header-course .header-content .description {
        color: #888
    }
    .responsive.single-lp_course .thim-related-course {
        margin-bottom: 50px
    }
    .responsive.single-lp_course.single .rating-review .reviews {
        display: block
    }
}

@media (max-width:640px) {
    .responsive.single-lp_course.single .instructors .text {
        text-align: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .rating-review .title_row_course {
        text-align: center !important
    }
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-title h1,
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-title h2 {
        font-size: 34px
    }
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description {
        margin-bottom: 87px;
        font-size: 14px
    }
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description .price .course-price {
        font-size: 50px;
        text-transform: uppercase
    }
    .responsive.single-lp_course.single .course-info .list-inline .list-inline-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:600px) {
    .responsive.single-lp_course.lp-landing.learnpress-v3 .landing-2 .course-landing-summary .wrapper-info-bar.infobar-single {
        margin-top: 45px
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .has-wishlist .learn-press-course-buttons,
    .responsive.single-lp_course #thim-landing-course-menu-tab .has-wishlist button.course-wishlist {
        position: static !important;
        padding-left: 0
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .has-wishlist button.course-wishlist {
        margin-left: 10px !important
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .wrapper {
        justify-content: center
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab #learn-press-pmpro-notice a.button,
    .responsive.single-lp_course #thim-landing-course-menu-tab ul.course-landing-tab {
        display: none !important
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .course-purchase-info {
        text-align: center;
        float: none
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .course-purchase-info .course-price {
        margin-right: 10px
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab form.purchase-course button {
        padding: 0 20px
    }
}

@media (min-width:600px) and (max-width:767px) {
    .responsive.single-lp_course.learnpress-v3.course-item-popup .thim-course-item-popup-logo .lesson-logo {
        width: 250px
    }
    .responsive.single-lp_course.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back {
        right: 35px;
        margin-right: 0
    }
    .responsive.single-lp_course.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search {
        padding-left: 15px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .instructors .info .content .author,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .instructors .info .content .author-description,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .instructors .info .lp-avatar .social .thim-author-social,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .instructors .info .content .author,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .instructors .info .content .author-description,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .instructors .info .lp-avatar .social .thim-author-social {
        text-align: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .header-course .header-content .course-title {
        color: #202121
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-learning-summary .learn-press-tab-panel-overview .instructors .content {
        padding-right: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-learning-summary .learn-press-tab-panel-curriculum .section-content .course-lesson .course-item-title {
        padding-right: 115px
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .info-course .total-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .info-course .total-time,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .info-course .total-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .info-course .total-time {
        position: relative;
        right: 0;
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .count-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .time,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .count-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .time {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .course-item-title,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .course-item-title {
        padding-right: 20px
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .instructors .info,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .instructors .info {
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .instructors .info .lp-avatar .avatar,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .instructors .info .lp-avatar .avatar {
        margin: auto;
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .instructors .info .content .author:after,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .instructors .info .content .author:after {
        left: 50%;
        transform: translate(-20px, 0)
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .rating-review .average-rating,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .rating-review .average-rating {
        margin: auto auto 25px;
        float: inherit
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .rating-review .detailed_rating,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .rating-review .detailed_rating {
        clear: both
    }
    .responsive.single-lp_course #main-content #lp-single-course .landing-1 .course-info .item-author .avatar,
    .responsive.single-lp_course #main-content #lp-single-course .landing-2 .course-info .item-author .avatar {
        display: none
    }
}

@media (max-width:480px) {
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-reviews .rating-review .detailed_rating,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .list-inline-item:nth-child(2n+1),
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .rating-review .detailed_rating,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item:nth-child(2n+1),
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .rating-review .detailed_rating {
        clear: both
    }
    .responsive.single-lp_course #thim-landing-course-menu-tab .lp-course-buttons .ajaxload_wishlist:after,
    .responsive.single-lp_course #thim-landing-course-menu-tab form button.lp-button.loading:after,
    .responsive.single-lp_course #thim-landing-course-menu-tab form.purchase-course .button-add-to-cart.loading:after,
    .responsive.single-lp_course .page-title .lp-course-buttons .ajaxload_wishlist:after,
    .responsive.single-lp_course .page-title form button.lp-button.loading:after,
    .responsive.single-lp_course .page-title form.purchase-course .button-add-to-cart.loading:after {
        top: 6px
    }
    .responsive.single-lp_course .page-title .learn-press-course-buttons button {
        height: 40px;
        line-height: 40px
    }
    .responsive.single-lp_course .page-title .learn-press-course-buttons .woocommerce-message a {
        font-size: 14px;
        padding: 0 20px;
        margin: 0;
        min-width: 5px !important
    }
    .responsive.single-lp_course.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item {
        padding-left: 20px;
        padding-right: 20px
    }
    .responsive.single-lp_course.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper {
        margin-top: 40px
    }
    .responsive.single-lp_course .curriculum-heading {
        display: block
    }
    .responsive.single-lp_course .curriculum-heading .search-form input.search-field {
        width: 100%
    }
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .next,
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .prev {
        padding: 20px
    }
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .next a,
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .prev a {
        font-size: 16px;
        line-height: 1.4em
    }
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .next a:after,
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .next a:before,
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .prev a:after,
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-content-item .course-item-nav .prev a:before {
        display: none
    }
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-course-curriculum .thim-font-heading {
        padding-left: 5px;
        padding-right: 5px
    }
    .responsive.single-lp_course.single-lp_course.course-item-popup #learn-press-course-curriculum .thim-font-heading .delimiter {
        margin: 0 -2px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading {
        display: block
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .title {
        margin-bottom: 10px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .total-lessons,
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-heading .total-time {
        margin-left: 0;
        display: block
    }
    .responsive.single-lp_course .course-author h3 {
        text-align: center
    }
    .responsive.single-lp_course .course-author.instructors {
        margin-left: 0;
        margin-right: 0
    }
    .responsive.single-lp_course .course-author .thim-course-author.teacher,
    .responsive.single-lp_course .course-author .thim-course-co-instructor.teacher {
        display: block
    }
    .responsive.single-lp_course .course-author .thim-course-author.teacher .author-avatar,
    .responsive.single-lp_course .course-author .thim-course-co-instructor.teacher .author-avatar {
        display: block;
        margin: 0 auto 10px
    }
    .responsive.single-lp_course .course-author .thim-course-author.teacher .author-bio,
    .responsive.single-lp_course .course-author .thim-course-co-instructor.teacher .author-bio {
        padding-left: 0;
        text-align: center
    }
    .responsive.single-lp_course .course-author .thim-course-author.teacher .author-bio .description:before,
    .responsive.single-lp_course .course-author .thim-course-co-instructor.teacher .author-bio .description:before {
        right: 0;
        margin: 0 auto
    }
    .responsive.single-lp_course .page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button,
    .responsive.single-lp_course .page-title .breadcrumb-content .learn-press-course-buttons .purchase-button,
    .responsive.single-lp_course .page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button,
    .responsive.single-lp_course.single button.button.button-add-to-cart {
        height: 40px;
        line-height: 40px
    }
    .responsive.single-lp_course.thim-lp-layout-1.lp-landing .header-course .header-content .course-thumbnail .play-button .video-thumbnail:before,
    .responsive.single-lp_course.thim-lp-layout-2.lp-learning .header-course .header-content .course-thumbnail .play-button .video-thumbnail:before {
        font-size: 40px;
        top: -17px
    }
    .responsive.single-lp_course #main {
        padding-top: 30px
    }
    .responsive.single-lp_course.lp-learning #main {
        padding-top: 100px
    }
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description,
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description>.price {
        margin-bottom: 0
    }
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description .price {
        height: 50px;
        line-height: 50px
    }
    .responsive.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description .price .course-origin-price {
        line-height: 50px
    }
    .responsive.single-lp_course #main-content .main-top {
        overflow: initial
    }
    .responsive.single-lp_course #main-content .main-top .content .text-title {
        margin-top: 0
    }
    .responsive.single-lp_course #main-content .main-top .content .text-title h1 {
        font-size: 28px
    }
    .responsive.single-lp_course #main-content .main-top .content .text-description .price .course-price {
        font-size: 42px;
        margin-right: 0
    }
    .responsive.single-lp_course #main-content .main-top .content .text-description .price .course-origin-price {
        font-size: 24px;
        margin-right: 0;
        transform: translate(-40%, 0)
    }
    .responsive.single-lp_course #main-content .main-top .breadcrumb-content .breadcrumbs-wrapper {
        background: 0 0
    }
    .responsive.single-lp_course #main-content .main-top .breadcrumb-content .breadcrumbs-wrapper .purchase-button {
        margin-right: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-course-bg {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content {
        margin-top: -20px;
        padding-top: 17px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .header-info .course-title,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .header-info .description {
        color: #202121
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .header-info .course-title {
        font-size: 24px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .learn-press-course-results-progress .course-lesson {
        display: block;
        margin: 15px 0 0;
        padding: 0 35px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .learn-press-course-results-progress .course-lesson .button-load-item {
        line-height: 1;
        font-size: 12px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .learn-press-course-results-progress .lp-progress .lp-course-status {
        margin-top: 30px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .learn-press-course-results-progress .lp-progress .lp-course-progress .lp-progress-bar {
        margin-top: 40px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .play-button {
        width: 75px;
        height: 75px;
        top: calc(50% - 35px);
        left: calc(50% - 35px)
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .play-button .video-thumbnail {
        width: 100%;
        height: 100%
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .header-course .header-content .play-button .video-thumbnail .ion-ios-play-outline {
        font-size: 80px;
        display: block;
        line-height: 1;
        transform: translate(-2px, -8px)
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .nav-tabs-wrapper {
        border: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .nav-tabs-wrapper .container {
        padding: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .nav-tabs-wrapper .learn-press-nav-tabs {
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab {
        margin: 0;
        width: 50%;
        display: inline-block;
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab:nth-child(2n),
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .list-inline-item:nth-child(2n),
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item:nth-child(2n) {
        border-right: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab a {
        padding: 20px 5px;
        font-size: 15px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper {
        padding-top: 40px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-overview #learn-press-course-description .instructors .info {
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-overview #learn-press-course-description .instructors .info .avatar {
        display: block;
        margin: auto
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-overview #learn-press-course-description .instructors .info .social .thim-author-social {
        margin: 12px 0 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-overview #learn-press-course-description .instructors .info .content {
        padding-right: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-overview #learn-press-course-description .instructors .info .content .author {
        text-align: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-overview #learn-press-course-description .instructors .info .content .author:after {
        left: calc(50% - 20px)
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper #learn-press-course-curriculum .curriculum-sections .step,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper #learn-press-course-curriculum .curriculum-sections .time {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-reviews .rating-review .average-rating {
        margin: auto auto 25px;
        float: inherit
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements {
        padding: 15px 15px 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-item .info .name {
        margin-top: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .thim-title {
        font-size: 20px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments {
        padding-right: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper {
        padding-left: 15px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper .inner-info {
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper .inner-info .author-name {
        margin-bottom: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper .inner-info .author-name:after {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper .inner-info .role {
        font-style: italic;
        font-size: 15px;
        display: block;
        clear: both
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper .inner-info .role:after {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper .learn-press-tab-panel-announcements #lp-announcements .lp-announcement-content #comments .list-comments .content-comment .message-wrapper .comment-links {
        margin: 10px 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .info-course .total-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .info-course .total-time,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .info-course .total-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .info-course .total-time {
        position: relative;
        right: 0;
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .count-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-format-icon,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .section .section-content .course-quiz .course-item-title:before,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .time,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .count-lessons,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-format-icon,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .section .section-content .course-quiz .course-item-title:before,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .time {
        display: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .course-item-title,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .course-item-title {
        padding-right: 20px;
        padding-left: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-landing-summary #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
        padding-left: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .instructors .info,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .instructors .info {
        display: block
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .instructors .info .lp-avatar .avatar,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .instructors .info .lp-avatar .avatar {
        margin: auto;
        display: block;
        max-height: 147px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .instructors .info .content .author,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .instructors .info .lp-avatar .social .thim-author-social,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .instructors .info .content .author,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .instructors .info .lp-avatar .social .thim-author-social {
        text-align: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .instructors .info .content .author:after,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .instructors .info .content .author:after {
        left: 50%;
        transform: translate(-20px, 0)
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .instructors .info .content .author-description,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .instructors .info .content .author-description {
        text-align: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .rating-review .average-rating,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .rating-review .average-rating {
        margin: auto auto 25px;
        float: inherit
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail {
        margin-bottom: 30px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail img,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail img {
        margin-top: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .time,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail .time {
        max-width: 60px;
        height: 55px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .time .date-start,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail .time .date-start {
        font-size: 24px;
        margin-top: 12px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .time .month-start,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail .time .month-start {
        font-size: 14px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline {
        margin: 20px 0 0;
        display: inline-block;
        padding: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .list-inline-item,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item {
        padding: 5px;
        margin: 0 0 30px;
        float: left;
        width: 50%;
        overflow: auto;
        display: block;
        text-align: center;
        font-size: 14px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .list-inline-item .info,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item .info {
        width: 100%
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .list-inline-item .review-stars-rated,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item .review-stars-rated {
        display: inline-block;
        float: none
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .list-inline-item .review-stars-rated .review-stars,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item .review-stars-rated .review-stars {
        margin: auto
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .item-review,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .item-review {
        font-weight: 500;
        font-size: 14px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .thim-related-course .related-title,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail .play-button .video-thumbnail .ion-ios-play-outline,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .thim-related-course .related-title {
        font-size: 26px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .sticky-sidebar .info-bar,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .sticky-sidebar .info-bar {
        margin-bottom: 50px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .main-course .course-info {
        max-width: 100%;
        display: inline-block
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .main-course .course-info .list-inline {
        padding: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail .play-button {
        left: 60px;
        width: 60px;
        height: 55px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-thumbnail .play-button .video-thumbnail {
        height: 30px;
        width: 30px;
        top: 14px;
        left: 16px;
        line-height: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .sticky-sidebar .info-bar .inner-content .includes-box .title {
        text-align: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .sticky-sidebar .info-bar .inner-content .includes-box ul {
        justify-content: center;
        display: grid
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info {
        display: inline-block;
        padding: 0;
        margin: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .play-button {
        width: 75px;
        height: 75px;
        top: calc(50% - 35px);
        left: calc(50% - 35px)
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .play-button .video-thumbnail {
        width: 100%;
        height: 100%
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .play-button .video-thumbnail .ion-ios-play-outline {
        font-size: 80px;
        display: block;
        line-height: 1;
        transform: translate(-2px, -8px)
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary .sticky-sidebar {
        width: 100%;
        margin-bottom: 30px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary .sticky-sidebar .thim-social-share {
        margin: auto;
        width: 100%
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary .sticky-sidebar .thim-social-share .links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary .sticky-sidebar .thim-social-share .links li {
        margin-right: 15px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-landing-summary .content-landing-1 {
        padding-left: 0;
        width: 100%
    }
    .responsive.single-lp_course.lp-landing .rating-review #course-reviews .course-reviews-list li,
    .responsive.single-lp_course.lp-learning .rating-review #course-reviews .course-reviews-list li {
        padding: 50px 0 37px;
        text-align: center
    }
    .responsive.single-lp_course.lp-landing .rating-review #course-reviews .course-reviews-list li .review-author,
    .responsive.single-lp_course.lp-learning .rating-review #course-reviews .course-reviews-list li .review-author {
        display: inline-block;
        margin: 0 0 15px;
        float: none
    }
    .responsive.single-lp_course.lp-landing .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .user-name,
    .responsive.single-lp_course.lp-learning .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .user-name {
        margin: 0
    }
    .responsive.single-lp_course.lp-landing .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .empty,
    .responsive.single-lp_course.lp-learning .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated .empty {
        width: 100%
    }
    .responsive.single-lp_course.lp-landing .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-time:after,
    .responsive.single-lp_course.lp-learning .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-time:after {
        left: 50%;
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0)
    }
    .responsive.single-lp_course.lp-landing .rating-review #course-reviews .course-reviews-list li .review-content .review-text,
    .responsive.single-lp_course.lp-learning .rating-review #course-reviews .course-reviews-list li .review-content .review-text {
        width: 100%
    }
    .responsive.single-lp_course .layout-2 .breadcrumb-content .learn-press-course-buttons button {
        min-width: 0;
        font-size: 14px;
        padding: 0 30px
    }
    .responsive.single-lp_course.single .instructors .info .content .author-description {
        text-align: center
    }
    .responsive.single-lp_course.lp-learning .course-learning-summary .learn-press-course-buttons button {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 20px
    }
    .responsive.single-lp_course .page-title.layout-2 {
        overflow: initial
    }
    .responsive.single-lp_course .page-title.layout-2 .breadcrumb-content {
        bottom: 0
    }
    .responsive.single-lp_course .page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
        height: 0;
        max-width: 100% !important
    }
    .responsive.single-lp_course .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .button.purchase-button {
        margin: 0 5px;
        font-size: 14px;
        padding: 0 30px;
        min-width: 0
    }
    .responsive.single-lp_course.single .rating-review #course-reviews .course-reviews-list li .review-content .review-author-info .review-stars-rated {
        width: 66px
    }
    .responsive.single-lp_course.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button .video-thumbnail:before {
        font-size: 24px;
        line-height: 26px
    }
}

@media (max-width:375px) {
    .responsive.single-lp_course.lp-learning .course-learning-summary .course-curriculum ul.curriculum-sections li.section .course-item,
    .responsive.single-lp_course.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
    .responsive.single-lp_course.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta,
    .responsive.single-lp_course.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta,
    .responsive.single-lp_course.lp-learning .course-learning-summary .course-curriculum ul.curriculum-sections li.section .course-item .course-item-meta {
        white-space: unset
    }
    .responsive.single-lp_course:not(.full-screen-content-item) #learn-press-content-item .course-item-nav {
        display: none
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content {
        padding: 0 25px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3 .reviews .detailed_rating .course-rate {
        display: flex
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3 .reviews .detailed_rating .course-rate .review-bar {
        display: none
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3 .reviews .detailed_rating .course-rate .percent {
        margin-left: 20px
    }
    .responsive.single-lp_course.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label.item-loop-meta-text,
    .responsive.single-lp_course.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label.item-loop-meta-text {
        position: static;
        margin-left: 5px;
        margin-right: 5px
    }
    .responsive.single-lp_course.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .count-questions,
    .responsive.single-lp_course.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .count-questions {
        margin-left: 0;
        padding-left: 0
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link,
    .responsive.single-lp_course.lp-learning.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
        display: block
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .course-item .course-item-meta .duration,
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .course-item .course-item-meta .duration {
        margin-left: 0;
        margin-right: 5px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .course-item .course-item-meta .item-status,
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) .curriculum-sections .section-content .course-item .course-item-meta .item-status {
        vertical-align: middle;
        margin-left: 0
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .duration+.lp-label-preview,
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .duration+.lp-label-preview {
        position: static
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label-preview,
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label-preview {
        margin-bottom: 5px
    }
    .responsive.single-lp_course.lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta,
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta {
        display: block;
        text-align: left
    }
}

@media (max-width:360px) {
    .responsive.single-lp_course #thim-landing-course-menu-tab form.purchase-course button {
        padding: 0 15px !important;
        margin-right: 0 !important
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .course-learning-summary .tabs-wrapper {
        padding: 40px 0 0
    }
    .responsive.single-lp_course.single #lp-single-course .course-summary .course-learning-summary .learn-press-tab-panel-curriculum #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
        padding: 30px 15px
    }
    .responsive.single-lp_course.single #lp-single-course .course-summary .course-learning-summary .learn-press-tab-panel-curriculum #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-format-icon {
        display: none
    }
    .responsive.single-lp_course.single #lp-single-course .course-summary .course-learning-summary .learn-press-tab-panel-curriculum #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-title {
        padding: 0 5px 0 0
    }
    .responsive.single-lp_course.single #lp-single-course .course-summary .course-learning-summary .learn-press-tab-panel-curriculum #learn-press-course-curriculum .curriculum-sections .section .section-header {
        padding: 23px 15px 11px
    }
}

@media (max-width:320px) {
    .responsive.single-lp_course .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .button.purchase-button {
        padding: 0 13px
    }
    .responsive.single-lp_course .page-title .learn-press-course-buttons button {
        padding: 0 15px
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .item-review,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .item-review {
        font-size: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-info .list-inline .item-review .review-stars-rated,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .item-review .review-stars-rated {
        margin-right: 0
    }
    .responsive.single-lp_course #main-content .main-top .content .text-description .price .course-price {
        font-size: 32px
    }
    .responsive.single-lp_course.single #lp-single-course .course-summary .course-learning-summary .wrap-label {
        display: none
    }
}

@media (max-width:600px) {
    body.responsive.logged-in.admin-bar.single-lp_course.learnpress-v3 #wpadminbar {
        position: fixed !important
    }
    body.responsive.logged-in.admin-bar.single-lp_course.learnpress-v3 header#masthead.sticky-header.affix.menu-show {
        top: 46px !important
    }
    body.responsive.single-lp_course.learnpress-v3.logged-in.admin-bar .mobile-menu-container {
        margin-top: 46px
    }
}

@media (max-width:991px) {
    .page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
        max-width: 100%
    }
}

@media (max-width:480px) {
    .single .landing-1 .course-thumbnail .play-button .video-thumbnail:before {
        font-size: 40px
    }
    .single-lp_course #main-content #lp-single-course .course-summary .landing-1 .course-thumbnail .play-button .video-thumbnail {
        line-height: 75px
    }
    .lp-landing.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
        align-items: normal;
        line-height: inherit
    }
    .responsive .landing-review {
        padding: 40px 15px 30px
    }
    .responsive.learnpress-v3.course-item-popup .learn-press-course-results-progress .lp-course-status {
        margin-bottom: 40px
    }
    .responsive.learnpress-v3.course-item-popup #learn-press-course-curriculum .progress-bg {
        width: unset
    }
    .responsive.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .thim-course-item-popup-logo {
        display: none
    }
    .responsive.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:after,
    .responsive.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .lp-button-back button:before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    .responsive.learnpress-v3.course-item-popup #course-item-content-header .course-item-search input {
        font-size: 14px
    }
    .responsive.learnpress-v3.course-item-popup #course-item-content-header .course-item-search button {
        right: 0;
        left: auto
    }
    .responsive #learn-press-content-item #comments .comment-respond .comment-form>p.form-submit {
        text-align: left
    }
    .single .course-info .list-inline .list-inline-item.item-author span.avatar {
        margin-top: 0
    }
    .responsive.single-lp_course #main-content #lp-single-course .course-info .list-inline .list-inline-item .author {
        display: flex;
        align-self: center
    }
}

@media (max-width:767px) {
    body.course-item-popup #learn-press-course-curriculum {
        width: 300px
    }
    body.course-item-popup.full-screen-content-item #learn-press-content-item {
        left: 0
    }
    body.course-item-popup.full-screen-content-item #learn-press-content-item .scroll-wrapper {
        width: 100% !important
    }
    body.course-item-popup.full-screen-content-item #learn-press-course-curriculum {
        left: -300px
    }
}

@media (max-width:1440px) {
    .responsive #comments .list-comments .comment-list .comment .children {
        padding-left: 50px
    }
}

@media (max-width:1024px) {
    .responsive.single-post article .content-inner .entry-content-wrapper .left-content,
    .responsive.single-post article .content-inner .entry-content-wrapper .right-content {
        width: 100%
    }
    .responsive.single-post article .content-inner .social-share .thim-social-share ul.links li {
        display: inline-block;
        margin-left: 10px
    }
    .responsive.single-post article .content-inner .related-archive .item .thumbnail-wrapper .entry-date {
        display: none
    }
    .responsive.single-post article .content-inner .entry-top {
        margin-bottom: 40px
    }
    .responsive.single-post article .content-inner .entry-content-wrapper .left-content .social-share {
        margin-top: 0;
        display: block
    }
    .responsive.single-post article .content-inner .entry-content-wrapper .left-content .social-share .share-text,
    .responsive.single-post article .content-inner .entry-content-wrapper .left-content .social-share .thim-social-share {
        display: inline-block;
        vertical-align: middle
    }
    .responsive.single-post article .content-inner .entry-top .entry-date {
        display: none
    }
    .responsive.single-post #main,
    .responsive.single-post #secondary {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:768px) {
    .single-post article .nav-single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-content: stretch;
        margin-bottom: 20px
    }
    .single-post article .nav-single .post-nav {
        float: none;
        padding: 20px 10px
    }
    .single-post article .nav-single .content-nav {
        align-self: flex-start
    }
    .single-post article .related-archive .item .thumbnail-wrapper .entry-date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78px;
        height: 50px;
        padding: 0
    }
    .single-post article .related-archive .item .thumbnail-wrapper .entry-date .entry-day {
        font-size: 25px
    }
    .single-post article .related-archive .item .thumbnail-wrapper .entry-date .entry-month {
        font-size: 14px
    }
    .single-post article .related-archive .item .rel-post-text {
        padding: 15px 10px
    }
}

@media (max-width:667px) {
    .single-post article .nav-single .post-nav .content-nav .post-title {
        font-size: 16px
    }
    .responsive.single-post #comments .list-comments .comment-list .comment .content-comment .author {
        width: 50px
    }
    .responsive.single-post #comments .list-comments .comment-list .comment .content-comment .message-wrapper {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        padding-left: 20px
    }
    .responsive.single-post #comments .list-comments .comment-list .comment .children {
        padding-left: 30px
    }
    .responsive.single-post article .nav-single .post-nav .content-nav {
        display: none !important
    }
}

@media (max-width:568px) {
    .responsive.single-post article .content-inner .related-archive .item .thumbnail-wrapper .entry-date {
        position: static;
        width: 100%;
        padding: 12px 0 0;
        height: auto
    }
    .responsive.single-post article .nav-single .post-nav {
        flex-direction: column;
        padding: 10px
    }
    .responsive.single-post article .nav-single .post-nav .content-nav,
    .responsive.single-post article .nav-single .post-nav .icon-nav {
        float: none;
        width: 100%
    }
    .responsive.single-post article .nav-single .post-nav .content-nav {
        text-align: left !important
    }
    .responsive.single-post article .nav-single .post-nav.nav-next .icon-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end
    }
    .responsive.single-post article .nav-single .post-nav.nav-next .content-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        text-align: right !important
    }
    .single-post article .related-archive .related-carousel.owl-theme .owl-nav {
        top: -50px
    }
}

@media (max-width:480px) {
    .responsive.single-post article .content-inner .entry-top {
        margin-bottom: 30px
    }
    .responsive.single-post article .content-inner .entry-content-wrapper .left-content {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
    .responsive.single-post article .content-inner .entry-content-wrapper .right-content {
        width: 100%;
        float: none;
        padding: 0
    }
    .responsive.single-post article .content-inner .entry-content-wrapper .right-content .entry-content {
        padding: 0 5px
    }
    .responsive.single-post article .tag-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
    .responsive.single-post article .tag-list a {
        flex-basis: calc(50% - 5px);
        margin-bottom: 10px;
        margin-right: 0
    }
    .responsive.single-post article .tag-list a:nth-child(2n+1) {
        margin-right: 10px
    }
    .responsive.single-post article .related-archive .item .rel-post-text {
        padding: 0
    }
    .responsive.single-post article .related-archive .item .rel-post-text .entry-title {
        font-size: 14px;
        text-transform: capitalize
    }
    .responsive.single-post article .related-archive .related-carousel.owl-theme .owl-nav {
        top: -50px
    }
    .responsive.single-post article .thim-about-author {
        padding: 20px 10px
    }
    .responsive.single-post article .thim-about-author .author-wrapper.left,
    .responsive.single-post article .thim-about-author .author-wrapper.right {
        float: none;
        width: 100%
    }
    .responsive.single-post article .thim-about-author .author-wrapper.left {
        text-align: center;
        margin-bottom: 20px
    }
    .responsive.single-post article .thim-about-author .author-wrapper.right {
        padding-left: 0;
        text-align: center
    }
    .responsive.single-post article .thim-about-author .author-wrapper.right .author-top .role:after {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%)
    }
    #comments .comment-respond {
        margin-top: 15px
    }
    #comments .comment-respond .comment-form>p {
        width: 100%
    }
    #comments .comment-respond .comment-form>p.form-submit {
        text-align: center
    }
    #comments .comment-respond .comment-form>p.comment-form-email {
        padding-left: 0
    }
    #comments .comment-respond .comment-form>p.comment-form-author {
        padding-right: 0
    }
    #comments .comment-respond .avatar {
        display: none
    }
    #comments .list-comments .comment-list .comment .children {
        padding-left: 25px
    }
}

@media (max-width:320px) {
    .single-post article .content-inner .entry-content-wrapper .left-content .social-share .share-text,
    .single-post article .content-inner .entry-content-wrapper .left-content .social-share .thim-social-share {
        display: block !important
    }
    .single-post article .content-inner .social-share .thim-social-share ul.links li:first-child {
        margin-left: 0
    }
    .single-post article .thim-about-author {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding: 20px 15px 2px
    }
    .single-post article .thim-about-author .author-wrapper.right {
        width: 100%
    }
    .single-post article .tag-list {
        margin-bottom: 20px
    }
    .single-post article .tag-list a {
        font-size: 16px
    }
    .single-post article .content-inner .entry-content-wrapper .right-content .entry-content {
        margin-bottom: 0
    }
}

@media (max-width:736px) {
    .page-title .main-top .content .text-title {
        padding: 0 15px;
        text-align: center
    }
    .page-title .main-top .content .text-description {
        color: #e0e0e0;
        text-align: center;
        padding: 0 15px;
        display: inline-block
    }
    .responsive .thim-instructors {
        padding-top: 70px
    }
    .responsive .thim-instructors .item {
        justify-content: center
    }
}

@media (max-width:1280px) {
    body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-container {
        padding: 50px 30px 0
    }
}

@media (max-width:1024px) {
    .step-teachers .thim-sc-steps .media-wrapper {
        margin: 0
    }
    .responsive .thim-instructors .avatar-item {
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
        -khtml-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
        -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
        -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08)
    }
    .responsive .thim-instructors .avatar-item .avatar-instructors .author-social {
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
    .responsive .thim-instructors .avatar-item .avatar-instructors .author-social:after {
        height: 20px
    }
    .single-lp_course #course-curriculum-popup .icon-toggle-curriculum,
    body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum:before {
        display: none
    }
    #course-curriculum-popup {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
    body #course-curriculum-popup {
        background: #fff;
        overflow: auto;
        width: 100vw;
        height: 100vh
    }
    body #course-curriculum-popup #popup-main,
    body #course-curriculum-popup #popup-main #popup-content #popup-content-inner iframe {
        position: relative;
        left: auto;
        top: auto;
        height: auto
    }
    body #course-curriculum-popup #popup-sidebar {
        width: 100%;
        top: auto;
        position: relative;
        float: none;
        clear: both;
        max-width: 700px;
        margin: auto;
        border-right: 0;
        padding-bottom: 50px;
        padding-top: 30px
    }
    body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
        width: 100%;
        max-width: 100%
    }
    body #course-curriculum-popup #popup-main {
        width: 100%;
        float: none;
        right: auto;
        bottom: auto;
        border: none
    }
    body #course-curriculum-popup #popup-main #popup-content #popup-content-inner {
        margin: 0
    }
    body #course-curriculum-popup #popup-main #popup-content #popup-content-inner iframe body.content-item-only .learn-press-content-item-only {
        background: red
    }
    body.content-item-only .learn-press-content-item-only {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        overflow: hidden;
        padding: 0
    }
    body.content-item-only #learn-press-content-item {
        overflow: hidden
    }
    body #learn-press-block-content {
        left: 0;
        top: 0
    }
    .single-lp_course #course-curriculum-popup #popup-sidebar {
        margin-top: 50px
    }
    .single-lp_course #course-curriculum-popup .curriculum-sections li.section {
        max-width: 100%;
        margin: 0 10px
    }
    body #course-curriculum-popup .thim-sc-course-search {
        padding-left: 30px
    }
}

@media (max-width:768px) {
    .page-title .main-top .content .text-title h1,
    .page-title .main-top .content .text-title h2 {
        font-size: 50px
    }
    body #course-curriculum-popup .popup-logo {
        text-align: right;
        padding: 0 100px
    }
    body.learnpress.content-item-only #learn-press-content-item .learn-press-video-intro .video-content iframe {
        width: 100%
    }
}

@media (max-width:667px) {
    body #course-curriculum-popup .popup-logo {
        display: none
    }
    body #course-curriculum-popup .thim-sc-course-search input[name=s] {
        border: none
    }
    #question-list #respond {
        padding-left: 50px
    }
    #question-list #respond form {
        padding: 0
    }
    #question-list #respond form textarea {
        width: 100%
    }
    #question-list #respond form .submit {
        font-size: 14px;
        padding: 0 20px;
        top: auto;
        right: 20px;
        margin-top: -20px;
        bottom: -20px
    }
    #question-list .author-avatar {
        left: 0;
        width: 40px;
        height: 40px
    }
    #form-question #respond {
        padding-left: 50px
    }
    #form-question #respond form {
        padding: 0
    }
    #form-question #respond form textarea {
        width: 100%
    }
    #form-question #respond form .submit {
        font-size: 14px;
        padding: 0 20px;
        top: auto;
        right: 20px;
        margin-top: -20px;
        bottom: -20px
    }
    #form-question .author-avatar {
        left: 0;
        width: 40px;
        height: 40px
    }
    #comments #question-list.list-comments .comment-list>.comment .content-comment .author {
        left: 0;
        width: 40px
    }
    #comments #question-list.list-comments .comment-list>.comment .content-comment .message-wrapper {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px)
    }
    #comments #question-list.list-comments .comment-list>.comment .children {
        padding-left: 60px
    }
}

@media (max-width:568px) {
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a:before {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 20px
    }
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link.nav-next a {
        padding-right: 50px;
        padding-left: 0
    }
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a {
        padding-left: 50px
    }
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a .meta-nav,
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a .post-title {
        font-size: 14px
    }
}

@media (max-width:480px) {
    #form-question .author-avatar .avatar,
    #question-list .author-avatar .avatar {
        display: inline-block
    }
    #form-question #respond form textarea,
    #question-list #respond form textarea {
        padding: 10px;
        font-size: 14px
    }
    #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,
    #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .author-name,
    #comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info .comment-date {
        font-size: 14px
    }
    body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-summary {
        line-height: 26px;
        font-size: 14px;
        padding: 0
    }
    body.learnpress.content-item-only #learn-press-content-item .learn-press-content-item-title {
        font-size: 30px
    }
}

@media (max-width:414px) {
    #comments #question-list.list-comments .comment-list>.comment .children {
        padding-left: 30px
    }
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a,
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link.nav-next a {
        padding: 0
    }
    body.learnpress.content-item-only #learn-press-content-item .course-item-navigation .nav-links .nav-link a:before {
        display: none
    }
}

@media (max-width:375px) {
    body #course-curriculum-popup .thim-sc-course-search {
        width: 100%;
        padding: 22px 0 22px 20px
    }
    .thim-sc-course-search .courses-list-search li {
        font-size: 14px
    }
}

@media (max-width:320px) {
    #form-question #respond,
    #question-list #respond {
        padding: 0
    }
    #comments #question-list.list-comments .comment-list>.comment .content-comment .author,
    #form-question .author-avatar .avatar,
    #question-list .author-avatar .avatar,
    body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-format-icon,
    body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item.course-quiz .course-item-title:before {
        display: none
    }
    #comments #question-list.list-comments .comment-list>.comment .content-comment .message-wrapper {
        width: 100%
    }
    body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item {
        padding: 30px 20px 23px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body.learnpress-v3.course-item-popup .learn-press-breadcrumb .item-name {
        font-size: 18px
    }
    body.learnpress-v3.course-item-popup #course-item-content-header.thim-course-item-header .course-item-search input {
        line-height: normal
    }
}

@media (max-width:1400px) {
    .responsive #shaon-pricing-table-plus .minimal .select .pt-button {
        padding: 0 20px
    }
    .responsive .align-right .register-content {
        margin-left: 0
    }
}

@media (max-width:1024px) {
    .responsive #shaon-pricing-table-plus .minimal .select .pt-button {
        padding: 0 20px
    }
    .responsive #shaon-pricing-table-plus .minimal .detail h4 {
        font-weight: 500 !important
    }
    .responsive #shaon-pricing-table-plus .minimal .detail .amount {
        font-size: 23px
    }
    .responsive #shaon-pricing-table-plus .minimal .detail .title {
        font-size: 14px;
        line-height: normal
    }
    .responsive #shaon-pricing-table-plus .minimal .detail .interval {
        font-size: 13px;
        line-height: normal;
        margin-top: 0
    }
    .responsive #shaon-pricing-table-plus .minimal .features ul li {
        line-height: normal;
        font-size: 14px;
        padding: 10px 0
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight {
        width: 20%
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight .detail:after {
        display: none
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight.list-interval {
        width: 40%
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight.featured .detail .amount {
        font-size: 28px
    }
    .responsive .thim-sc-text-box.style-3 {
        padding: 30px
    }
    .responsive .thim-sc-text-box.style-3 .title-1 {
        font-size: 20px
    }
    .responsive .thim-sc-text-box.style-3 .title-2 {
        font-size: 15px
    }
}

@media (max-width:768px) {
    .responsive #shaon-pricing-table-plus .minimal .highlight {
        width: 33.33%
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight.list-interval {
        display: none
    }
    .responsive #shaon-pricing-table-plus .minimal .features ul li .item-mobile {
        display: inline-block
    }
    .responsive #shaon-pricing-table-plus .minimal .features ul li i,
    .responsive #shaon-pricing-table-plus .minimal .features ul li.hidden-mobile {
        display: none
    }
    .responsive .vc_row.vc_column-gap-35>.vc_column_container {
        padding: 15px 0
    }
    .responsive .thim-sc-text-box.style-3 {
        padding: 30px 20px
    }
    .responsive .thim-sc-text-box.style-3 .title-1 {
        font-size: 23px;
        line-height: normal
    }
    .responsive .thim-sc-text-box.style-3 .title-2 {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .responsive #shaon-pricing-table-plus .minimal .detail {
        padding: 20px 0
    }
    .responsive #shaon-pricing-table-plus .minimal .detail h4 {
        margin-top: 0;
        margin-bottom: 0
    }
    .responsive #shaon-pricing-table-plus .minimal .features ul {
        padding: 0 20px !important
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight {
        width: 100%
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight.featured .detail {
        padding: 20px 0 !important
    }
    .responsive #shaon-pricing-table-plus .minimal .highlight.featured .detail h4 {
        margin-bottom: 0
    }
}

@media (max-width:1440px) {
    .responsive .thim-sc-counter-box .counter-box .counter_box.has-line:before {
        width: 40px;
        left: -52px
    }
}

@media (max-width:1024px) {
    .responsive .thim-sc-video-box.layout-2 .video .video-box {
        left: 476px;
        top: 169px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box.has-line:before {
        display: none
    }
    .responsive .register-content .register-form .title .register {
        font-size: 30px
    }
}

@media (max-width:768px) {
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper .sc-title,
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper .steps .tab-content,
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper .sub-title {
        text-align: center
    }
    .responsive .become-instructor-page .thim-sc-video-box .video {
        margin-top: 0
    }
    .responsive .thim-sc-video-box.layout-2 .video .video-box {
        left: 351px;
        top: 170px;
        height: 292px
    }
    .responsive .thim-sc-video-box.layout-2 .video .video-box .play-button a .icon-play {
        font-size: 20px !important
    }
    .responsive .thim-sc-steps.custom-style {
        padding-top: 30px;
        padding-bottom: 60px
    }
    .responsive .thim-sc-steps.custom-style .media-box .media-wrapper {
        margin-left: 0
    }
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper {
        margin-right: 0;
        bottom: 0
    }
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper .sub-title:after {
        margin: 0 auto;
        left: 0
    }
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper .steps .nav .nav-item:after {
        width: 15px
    }
    .responsive .register-content {
        margin-top: 0
    }
    .responsive .register-content .register-form {
        padding: 20px
    }
    .responsive .become-instructor-page .thim-sc-counter-box .counter_box .number .number_counter,
    .responsive .become-instructor-page .thim-sc-counter-box .counter_box .number .text-number {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .responsive .vc_row.become-teacher {
        display: block
    }
    .responsive .become-instructor-page .thim-sc-counter-box .counter_box .number .number_counter,
    .responsive .become-instructor-page .thim-sc-counter-box .counter_box .number .text-number {
        font-size: 23px
    }
    .responsive .thim-sc-video-box.layout-2 {
        width: 360px
    }
    .responsive .thim-sc-video-box.layout-2 .video {
        height: 220px;
        background-size: contain
    }
    .responsive .thim-sc-video-box.layout-2 .video .video-box {
        height: 150px;
        width: auto;
        left: 60px;
        right: 64px;
        margin: auto;
        top: 12px;
        transform: none
    }
    .responsive .thim-sc-counter-box {
        overflow: hidden
    }
    .responsive .align-right .register-content {
        float: none;
        margin: 0 auto
    }
    .responsive .thim-content-talk {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .responsive .vc_row.become-teacher .learnpress>div#learn-press-become-teacher-form.learn-press-form {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 30px;
        padding-left: 30px
    }
    .responsive .thim-sc-steps.custom-style .content-box .steps-wrapper .sc-title {
        font-size: 23px
    }
    .responsive .become-instructor-page {
        margin-bottom: 30px
    }
    .responsive .become-instructor-page .thim-sc-counter-box .counter_box {
        display: block;
        margin-right: 0 !important
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .title_counter {
        padding: 0 15px
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box .title_counter .title {
        font-size: 13px
    }
}

@media (max-width:360px) {
    .responsive .thim-sc-counter-box .counter-box .counter_box .number .number_counter:before,
    .responsive .thim-sc-counter-box .counter-box .counter_box.has-line:before,
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item:after {
        display: none
    }
    .responsive .thim-sc-video-box.layout-2 {
        width: 300px
    }
    .responsive .thim-sc-video-box.layout-2 .video .video-box {
        height: 124px;
        top: 30px;
        left: 49px;
        right: 51px
    }
    .responsive #main-content .site-content {
        padding-left: 15px;
        padding-right: 15px
    }
    .responsive .thim-sc-steps .steps-wrapper .steps .nav .nav-item {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0
    }
    .responsive .thim-sc-counter-box .counter-box {
        flex-direction: column
    }
    .responsive .register-content .register-form .title .title-form {
        font-size: 14px
    }
    .responsive .register-content .register-form .title .register {
        font-size: 23px
    }
    .responsive .thim-content-talk p {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media (max-width:1440px) {
    .responsive .thim-sc-enroll-course {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .responsive .thim-sc-enroll-course .title-course {
        font-size: 32px
    }
    .responsive .thim-sc-enroll-course .excerpt {
        font-size: 16px
    }
    .responsive .icon-text-box .align_right .thim-sc-heading .heading-content .primary-heading,
    .responsive .thim-sc-about-author-course .title,
    .responsive .thim-sc-features-list .title,
    .responsive .thim-sc-heading.layout-2 .heading-content .primary-heading,
    .responsive .thim-sc-heading.start-enroll .heading-content h3.primary-heading {
        font-size: 32px
    }
}

@media (max-width:1200px) {
    .responsive #thim-landing-course-menu-tab {
        display: flex
    }
}

@media (max-width:1024px) {
    .responsive .thim-custom-questions .vc_column_container .vc_column-inner {
        padding-top: 60px !important;
        padding-bottom: 0 !important
    }
    .responsive .thim-custom-questions .vc_column_container .vc_column-inner .wpb_single_image {
        margin-bottom: 0;
        padding-top: 45px
    }
}

@media (max-width:768px) {
    .responsive .thim-sc-video-box .content-box .share {
        max-width: 100%
    }
    .responsive .thim-sc-video-box .content-box .share ul {
        display: block
    }
    .responsive .thim-sc-video-box .content-box .share ul li {
        display: inline-block;
        margin: 0 5px
    }
    .responsive .thim-sc-video-box .content-box {
        margin-top: 0
    }
    .responsive .thim-sc-video-box .content-box .main-content {
        padding-right: 30px;
        padding-left: 30px
    }
    .responsive .thim-bg-advance-overlay .advance-overlay.over {
        background: 0 0;
        top: 0
    }
    .responsive .thim-bg-advance-overlay.over {
        padding-top: 50px
    }
    .responsive .thim-sc-review-course .read-more-link .read-more {
        margin-bottom: 60px
    }
    .responsive .thim-sc-review-course {
        padding: 0 15px
    }
    .responsive .thim-sc-features-list .meta-content {
        max-width: 100%;
        margin-bottom: 0
    }
    .responsive .icon-text-box .align_right .thim-sc-heading .heading-content .primary-heading,
    .responsive .thim-sc-about-author-course .title,
    .responsive .thim-sc-enroll-course .title-course,
    .responsive .thim-sc-features-list .title,
    .responsive .thim-sc-heading.layout-2 .heading-content .primary-heading,
    .responsive .thim-sc-heading.start-enroll .heading-content h3.primary-heading {
        font-size: 23px
    }
    .responsive .thim-sc-features-list .meta-content li .sub-title {
        font-size: 16px
    }
    .responsive .thim-sc-heading.text-right .secondary-heading {
        padding-right: 0
    }
    .responsive .thim-sc-enroll-course {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .responsive .thim-sc-count-down .title {
        font-size: 23px
    }
    .responsive .thim-sc-heading .secondary-heading {
        padding: 0 15px
    }
    .responsive .thim-sc-count-down .counter .count-item .number {
        font-size: 23px;
        line-height: 23px
    }
    .responsive .thim-sc-count-down .counter .count-item {
        margin: 0 20px
    }
    .responsive .thim-sc-count-down .counter .count-item .label {
        font-size: 14px;
        line-height: 14px
    }
    .responsive .thim-sc-count-down .counter .count-item:before {
        font-size: 23px;
        top: 3px;
        left: -22px
    }
    .responsive .thim-sc-video-box.layout-1 .video .video-box .play-button a {
        width: 80px;
        height: 80px
    }
    .responsive .thim-sc-video-box.layout-1 .video .video-box .play-button a .icon-play {
        font-size: 50px;
        line-height: 75px;
        margin-left: 9px
    }
    .responsive .thim-sc-video-box.layout-1 .video .video-box {
        height: 400px
    }
    .responsive .icon-text-box {
        display: block;
        margin-top: 60px !important
    }
    .responsive .icon-text-box .vc_column-inner {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }
    .responsive .icon-text-box .thim-sc-icon-box.layout-3:last-child .icon-box-wrapper,
    .responsive .thim-sc-heading.layout-2.separator-mid {
        margin-bottom: 0
    }
    .responsive .thim-custom-questions .vc_column_container .vc_column-inner {
        padding-bottom: 30px !important;
        padding-left: 30px !important;
        padding-right: 30px
    }
    .responsive .thim-custom-questions .vc_column_container .vc_column-inner .wpb_single_image {
        text-align: center;
        padding-top: 0
    }
    .responsive .single-lp_course #main {
        order: -1
    }
}

@media (max-width:640px) {
    .responsive .thim-sc-video-box.layout-1 .video .video-box {
        height: 300px
    }
    .responsive .icon-text-box .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
    .responsive .thim-sc-enroll-course.hide_text {
        padding-top: 30px
    }
    .responsive .thim-sc-about-author-course {
        padding-left: 15px;
        margin-top: 30px
    }
    .responsive .thim-sc-about-author-course .author-wrapper .author-bio {
        margin-left: 20px;
        padding-right: 10px
    }
    .responsive .thim-sc-about-author-course .author-wrapper .author-avatar {
        width: 60px
    }
    .responsive .thim-sc-about-author-course .author-wrapper .author-avatar .social {
        flex-direction: column;
        align-items: center
    }
    .responsive .thim-sc-about-author-course .author-wrapper .author-avatar .social li {
        margin-left: unset;
        margin-bottom: 10px
    }
    .responsive .thim-sc-enroll-course button {
        min-width: 200px;
        height: 40px
    }
    .responsive .thim-sc-enroll-course .excerpt {
        font-size: 14px;
        line-height: 1.5;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px
    }
    .responsive .thim-sc-count-down .counter .count-item {
        margin: 0 5px
    }
    .responsive .thim-sc-count-down .counter .count-item:before {
        left: -6px
    }
    .responsive .thim-sc-count-down .title {
        line-height: normal
    }
    .responsive .thim-sc-review-course .read-more-link .read-more {
        height: 40px;
        line-height: 40px;
        min-width: 200px
    }
}

@media (max-width:480px) {
    .responsive #thim-landing-course-menu-tab ul.course-landing-tab {
        display: none
    }
}

@media (max-width:420px) {
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .item-status {
        position: absolute;
        right: 0;
        top: -22px
    }
    .course-item-meta .lp-icon.item-status-completed:before {
        margin-top: 1px;
        margin-left: -1px
    }
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .lp-label {
        right: auto
    }
    .responsive.single-lp_course.lp-learning.learnpress-v3:not(.course-item-popup) #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta {
        margin-left: -30px !important
    }
}

@media (max-width:768px) {
    .section-content .rank {
        min-width: 30px
    }
    .section-content .rank .label {
        display: none !important
    }
}

@media (max-width:1600px) {
    .responsive .thim-header-slider-3 .thim-sc-text-box {
        padding-top: 150px
    }
    .responsive .thim-sc-events.events-layer-2 {
        width: 690px
    }
    .responsive .thim-sc-events.events-layer-2 .events-after {
        max-width: 290px
    }
    .responsive .thim-sc-events.events-layer-2 .events-before .content-inner {
        padding: 20px 32px 0
    }
    .responsive .thim-sc-events.events-layer-2 .events-before .description {
        margin-bottom: 20px
    }
}

@media (min-width:1400px) and (max-width:1440px) {
    .responsive #thim-header-topbar .container {
        width: 1250px
    }
}

@media (max-width:1440px) {
    .responsive.page-template-home-page .thim-sc-counter-box .counter-box .counter_box.has-line:before {
        left: -73px;
        top: 20px
    }
    .responsive.page-template-home-page .thim-course-block-3 .course-item {
        margin-bottom: 30px
    }
    .responsive .thim-course-block-3 .course-item .course-meta .course-rating span,
    .responsive .thim-sc-events.events-layer-2.absolute-bottom-right .events-before .line {
        display: none
    }
    .responsive .thim-sc-events.events-layer-2.absolute-bottom-right .events-before .description {
        margin-top: 10px
    }
    .responsive #thim-header-topbar .thim-sc-course-search.hover input[name=s],
    .responsive #thim-header-topbar .thim-sc-course-search:hover input[name=s] {
        width: 350px
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 279px
    }
    .responsive .thim-module-news-events:before {
        height: 573px
    }
    .responsive .thim-courses-collection.squared-courses-collection .slidee .collection-item img {
        width: auto;
        height: auto;
        position: static;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-theme .owl-nav.disabled+.owl-dots {
        top: 375px;
        left: auto;
        right: 15px
    }
    .responsive .thim-sc-testimonials.layout-5:after {
        top: 375px
    }
    .responsive .thim-course-block-3 .course-item .course-meta .course-rating .review-stars-rated {
        margin: 0
    }
    .responsive .thim-sc-post-block-1 .row .item .inner-item {
        overflow: hidden
    }
    .responsive .thim-sc-post-block-1 .row .item .inner-item .information {
        padding: 20px;
        width: calc(100% + 17px)
    }
    .responsive .events-layer-1 .sc-title {
        width: 238px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date {
        min-height: 316px;
        width: 238px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date .date .date-start {
        font-size: 80px;
        padding: 60px 0 38px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .thumbnail {
        position: relative;
        overflow: hidden;
        width: -webkit-calc(100% - 238px);
        width: -moz-calc(100% - 238px);
        width: calc(100% - 238px)
    }
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box:not(:last-child) {
        margin-right: 70px
    }
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box:not(:last-child) .separator:before {
        left: 100%
    }
}

@media (max-width:1400px) {
    .responsive .thim-course-block-3 .course-item,
    .responsive .thim-sc-post-block-1 .row .item {
        padding-left: 10px;
        padding-right: 10px
    }
    .responsive .thim-course-block-3 .masonry-items {
        margin-left: -10px;
        margin-right: -10px
    }
    .responsive .thim-course-block-3 .course-item .course-meta .course-rating {
        padding-right: 10px
    }
    .responsive .thim-sc-testimonials.layout-5:after {
        top: 350px
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-item img {
        min-height: 396px
    }
    .responsive .thim-course-block-3 .masonry-filter .filter {
        margin: 0 15px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date,
    .responsive .events-layer-1 .sc-title {
        width: 140px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .thumbnail {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px)
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-after {
        min-height: 136px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-after .content .title {
        padding-top: 15px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-after .content .time-location {
        margin-bottom: 0
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 283px
    }
    .responsive .thim-module-news-events:before {
        height: 552px
    }
    .responsive .thim-sc-text-box.style-4.size-small .title-2 {
        font-size: 15px
    }
    .responsive .events-layer-1 {
        max-width: 522px
    }
    .responsive .thim-sc-text-box.style-4 .title-1 {
        font-size: 46px
    }
    .responsive .thim-sc-text-box.style-4 .title-2 {
        font-size: 18px;
        margin-bottom: 30px
    }
    .responsive .thim-sc-text-box.style-4 .btn {
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        padding: 0 30px
    }
    .responsive .thim-sc-events.events-layer-2 {
        width: 660px
    }
    .responsive .thim-sc-events.events-layer-2 .events-after {
        max-width: 240px
    }
    .responsive .thim-sc-events.events-layer-2 .events-before .date {
        font-size: 22px;
        margin-bottom: 11px
    }
    .responsive .thim-sc-events.events-layer-2 .events-before .line {
        margin: 10px 0
    }
}

@media (max-width:1366px) {
    .responsive div.thim-module-news-events:before {
        height: 561px
    }
    .responsive .events-layer-1 .owl-nav {
        height: 136px
    }
    .responsive .events-layer-1 .owl-nav .owl-next {
        height: 70px
    }
}

@media (max-width:1280px) {
    .responsive #thim-header-topbar .container .widget_shopping_cart {
        right: -27px
    }
    .responsive #thim-header-topbar .container .widget_shopping_cart .text {
        display: none
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 283px
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-theme .owl-nav.disabled+.owl-dots {
        right: 75px
    }
    .responsive .thim-sc-text-box.size-small .title-2 {
        font-size: 14px
    }
    .responsive .thim-course-block-3 .course-item .course-meta .price {
        padding: 0 20px
    }
    .responsive .thim-course-block-3 .course-item .course-title,
    .responsive .thim-course-block-3 .course-item .participants {
        padding-left: 20px
    }
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box:not(:last-child) {
        margin-right: 45px
    }
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box:not(:last-child) .separator:before {
        content: none
    }
}

@media (width:1024px) {
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box:not(: last-child) {
        margin-right: 15px
    }
}

@media (max-width:1024px) {
    .responsive div.vc_custom_1502095072725 {
        padding-left: 0 !important
    }
    .responsive .vc_row.thim-column-gap-70 {
        padding-right: 32px !important;
        padding-left: 32px !important;
        margin-left: 0;
        margin-right: 0
    }
    .responsive #thim-header-topbar .thim-sc-login {
        padding: 0 10px
    }
    .responsive #thim-header-topbar .thim-sc-course-search.hover input[name=s],
    .responsive #thim-header-topbar .thim-sc-course-search:hover input[name=s] {
        width: 300px
    }
    .responsive .events-layer-1 .sc-title {
        height: 50px;
        line-height: 50px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date {
        min-height: 100px;
        padding-top: 50px
    }
    .responsive .thim-sc-video-box.layout-3 .video .video-box {
        width: 100%;
        height: 550px
    }
    .responsive .thim-sc-text-box.style-4.size-small {
        padding-bottom: 10px
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-stage-outer {
        max-width: 450px
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-item img {
        min-height: 0
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-theme .owl-nav.disabled+.owl-dots {
        top: auto;
        bottom: 40px
    }
    .responsive .thim-sc-testimonials.layout-5:after {
        display: none
    }
    .responsive .thim-sc-testimonials.layout-5:before {
        left: 0
    }
    .responsive .thim-sc-testimonials.layout-5 .content-wrap {
        padding-top: 40px;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 30px
    }
    .responsive .thim-sc-testimonials.layout-5 .slider-container .slider .owl-item .item .content {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 238px
    }
    .responsive .thim-course-block-3 .title {
        font-size: 30px
    }
    .responsive .thim-sc-icon-box.layout-6 {
        padding: 0
    }
    .responsive .thim-sc-icon-box.layout-6 .box-icon {
        font-size: 50px
    }
    .responsive .thim-course-block-3 .masonry-filter .filter {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block
    }
    .responsive .thim-course-block-3 .course-item .course-meta .price {
        padding: 0 15px;
        font-size: 16px
    }
    .responsive .thim-course-block-3 .course-item .course-meta .price .course-origin-price {
        font-size: 14px
    }
    .responsive .thim-course-block-3 .course-item .course-title {
        font-size: 14px;
        line-height: normal;
        padding: 0 15px 8px
    }
    .responsive .thim-course-block-3 .course-item .participants {
        font-size: 14px;
        padding-left: 15px
    }
    .responsive .vc_row.thim-column-gap-70>.vc_column_container {
        padding: 0
    }
    .responsive .thim-module-news-events:before {
        height: 449px
    }
    .responsive .thim-sc-post-block-1 .row .item .inner-item .sub-content {
        padding-left: 15px;
        padding-right: 15px
    }
    .responsive .thim-sc-post-block-1 .row .item .inner-item .thumbnail .cat-post {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px
    }
    .responsive .thim-background-overlay .thim-textbox-2 .title {
        font-size: 24px
    }
    .responsive .thim-sc-text-box.style-4.size-small .title-2 {
        padding-right: 20px;
        margin-bottom: 30px
    }
    .responsive .thim-sc-text-box.style-4.size-small .title-2 br {
        display: none
    }
    .responsive .text-right .thim-sc-text-box.style-4.size-small .title-2 {
        padding-right: 0;
        padding-left: 20px
    }
}

@media (min-width:1023px) and (max-width:1025px) {
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box .number {
        font-size: 45px
    }
}

@media (max-width:960px) {
    .responsive.single-post.header-template-overlay .site-content {
        padding-top: 120px
    }
}

@media (max-width:768px) {
    .responsive .thim-course-block-3 .wrapper-title .view-courses-button {
        display: inline-block;
        line-height: 1
    }
    .responsive #thim-header-topbar ul.list-inline li:first-child,
    .responsive .thim-sc-events.events-layer-2 .events .events-after .description {
        display: none
    }
    .responsive .thim-course-block-3 .title {
        text-align: left;
        line-height: 120%
    }
    .responsive #thim-header-topbar .thim-sc-login,
    .responsive #thim-header-topbar ul.list-inline li {
        line-height: 40px
    }
    .responsive .thim-sc-events.events-layer-1 {
        margin: 0 auto 20px
    }
    .responsive .thim-course-block-3 .course-item,
    .responsive .thim-sc-post-block-1 .row .item {
        padding-left: 15px;
        padding-right: 15px
    }
    .responsive .thim-course-block-3 .course-item .featured-img img {
        width: 100%
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 253px
    }
    .responsive .thim-sc-events.events-layer-1 .owl-stage-outer .owl-item .events .time-location .time {
        margin-right: 19px;
        display: inherit
    }
    .responsive .thim-sc-events.events-layer-2 .events-after {
        max-width: 290px
    }
    .responsive .thim-sc-events .absolute-bottom-right {
        margin: 0
    }
    .responsive .events-layer-2 .owl-nav {
        right: 0;
        left: unset;
        top: 0;
        margin-top: 0
    }
    .responsive .vc_row.thim-column-gap-70>.vc_column_container {
        width: 100%
    }
    .responsive .responsive .thim-course-block-3 .course-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .responsive .thim-module-news-events>.vc_column_container {
        width: 100%
    }
    .responsive .vc_row-no-padding>.vc_column_container {
        width: 100%;
        padding: 0 30px
    }
    .responsive .vc_row-no-padding>.vc_column_container>.vc_column-inner {
        margin: 0 !important;
        padding-right: 15px !important;
        padding-left: 15px !important
    }
    .responsive .vc_row-no-padding .thim-sc-text-box.style-4.size-small {
        padding-bottom: 50px
    }
    .responsive .thim-sc-video-box.layout-3 .video .video-box {
        width: 100%
    }
    .responsive .thim-sc-testimonials.layout-5:after {
        top: 380px
    }
    .responsive .thim-course-block-3 .masonry-items .course-item {
        flex: 50%;
        max-width: 50%
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .thumbnail img,
    .responsive .thim-background-overlay>.vc_column_container {
        width: 100%
    }
    .responsive .thim-background-overlay .thim-textbox-2 {
        text-align: center;
        padding-bottom: 30px
    }
    .responsive .thim-sc-post-block-1 .row {
        margin-left: 0;
        margin-right: 0
    }
    .responsive #thim-header-topbar .thim-sc-course-search {
        display: none
    }
    .responsive .thim-module-news-events:before {
        height: 82%
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-stage-outer {
        max-width: 100%
    }
    .responsive .thim-course-block-3 .masonry-items {
        margin-left: -15px;
        margin-right: -15px
    }
    .responsive .thim-sc-event-layer2-mobile {
        padding-bottom: 35px
    }
    .responsive .thim-sc-event-layer2-mobile .events-layer-2 {
        position: relative;
        margin: auto;
        width: 100%
    }
}

@media (max-width:767px) {
    .responsive .thim-sc-counter-box .sc-title {
        text-align: center;
        font-size: 24px
    }
    .responsive .thim-custom-title {
        font-size: 24px !important
    }
    .responsive #thim-header-topbar .pull-right .wpb_wrapper {
        display: inline-block
    }
    .responsive #thim-header-topbar .thim-sc-course-search,
    .responsive .thim-header-slider-3 .thim-sc-events {
        display: none
    }
    .responsive #thim-header-topbar .pull-right .wpb_wrapper .thim-sc-course-search form {
        width: 350px;
        margin-bottom: 10px
    }
    .responsive #thim-header-topbar .pull-right .wpb_wrapper .thim-sc-course-search form input[name=s] {
        width: 100%;
        opacity: 1;
        visibility: visible
    }
    .responsive .thim-sc-text-box.style-4 .title-1 {
        font-size: 40px
    }
    .responsive .thim-sc-text-box.style-4 .title-2 {
        font-size: 16px;
        line-height: 1.5
    }
    .responsive .thim-sc-text-box.style-4.size-small .title-1 {
        font-size: 18px
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-stage-outer {
        max-width: 100%
    }
    .responsive .thim-sc-button {
        text-align: center !important;
        margin-bottom: 10px
    }
    .responsive .thim-sc-post-block-1 .row .item {
        width: 50%
    }
    .responsive .wpb_single_image.vc_align_right {
        padding: 0 !important;
        text-align: center
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 220px
    }
    .responsive .thim-sc-event-layer2-row {
        padding: 30px 0
    }
    .responsive .thim-sc-event-layer2-row .events-layer-2 {
        position: relative;
        margin: auto;
        left: 0
    }
}

@media (max-width:600px) {
    .responsive .vc_row.thim-column-gap-70 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .responsive .vc_row.thim-column-gap-70 .vc_custom_1502081858697 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media (max-width:480px) {
    .responsive .events-layer-1 .owl-stage-outer .events .events-after .content .title {
        line-height: 1.2
    }
    .responsive .thim-custom-title br {
        display: none
    }
    .responsive .text-right .thim-sc-text-box.style-4.size-small .title-2 {
        padding-left: 0
    }
    .responsive .thim-sc-counter-box.demo-elearning-2 .counter_box {
        margin: 0 auto !important;
        text-align: center;
        display: block
    }
    .responsive .thim-course-block-3 .wrapper-title {
        display: inline-block;
        text-align: center;
        width: 100%
    }
    .responsive .thim-course-block-3 .wrapper-title .title {
        line-height: normal;
        margin-bottom: 10px
    }
    .responsive .thim-course-block-3 .masonry-items .course-item {
        flex: 100%;
        max-width: 100%
    }
    .responsive .vc_row-no-padding>.vc_column_container>.vc_column-inner {
        padding: 0 15px !important
    }
    .responsive .thim-course-block-3 .review-stars-rated .review-stars.empty,
    .responsive .thim-course-block-3 .review-stars-rated .review-stars.filled {
        width: 100%
    }
    .responsive .thim-sc-testimonials.layout-5:before {
        left: 0
    }
    .responsive .thim-sc-testimonials.layout-5:after {
        top: -42px;
        left: 0
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-item img {
        min-height: 0
    }
    .responsive .thim-sc-testimonials.layout-5 .content-wrap {
        margin: 0;
        padding-left: 20px
    }
    .responsive .thim-sc-testimonials.layout-5 .owl-theme .owl-nav.disabled+.owl-dots {
        right: 10px;
        top: auto;
        bottom: 5px
    }
    .responsive #home-main-content .events-layer-1 .owl-stage-outer .events .events-before .title-date {
        border-bottom: none
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-after .content {
        padding-left: 20px;
        padding-right: 95px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-after .content .title a {
        font-size: 16px
    }
    .responsive .events-layer-1 .sc-title {
        position: relative;
        width: 100%;
        border: 0;
        left: 0;
        right: 0;
        top: 0
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .thumbnail {
        width: 100%
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .thumbnail img {
        position: static
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date .title {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date .date {
        padding-bottom: 20px
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date .date .date-start {
        font-size: 40px;
        padding: 20px 0 0;
        display: inline-block;
        width: 100%
    }
    .responsive .events-layer-1 .owl-stage-outer .events .events-before .title-date .date .month-year-start {
        font-size: 14px;
        letter-spacing: 0
    }
    .responsive .thim-sc-post-block-1 .row .item {
        width: 100%
    }
    .responsive .events-layer-2 .owl-stage-outer {
        max-height: inherit
    }
    .responsive .events-layer-2 .owl-stage-outer .events .events-after {
        position: relative;
        height: auto;
        max-width: 100%
    }
    .responsive .events-layer-2 .owl-nav {
        right: 0;
        margin: 0 auto
    }
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 235px
    }
    .responsive .thim-sc-event-layer2-row .events {
        flex-direction: column-reverse;
        align-items: stretch
    }
    .responsive .thim-header-slider-3 .thim-sc-text-box.style-4 .title-2 p {
        max-width: 100%
    }
}

@media (max-width:375px) {
    .responsive .thim-sc-photo-wall .loadmore {
        margin-top: 30px
    }
    .responsive footer#colophon div.footer-sidebars>div {
        flex: 100%;
        max-width: 100%
    }
}

@media (max-width:360px) {
    .responsive .thim-sc-video-box.layout-3 .video .video-box {
        height: 375px
    }
    .responsive .thim-sc-text-box.style-4.size-small {
        text-align: initial !important
    }
    .responsive .thim-sc-text-box.style-4.size-small .title-1,
    .responsive .thim-sc-text-box.style-4.size-small .title-2 {
        text-align: initial
    }
    .responsive .thim-sc-counter-box {
        text-align: center
    }
    .responsive .thim-sc-counter-box .sc-title {
        font-size: 34px
    }
    .responsive .vc_row-no-padding .thim-sc-text-box.style-4.size-small {
        padding-left: 15px;
        padding-right: 15px
    }
    .responsive .thim-custom-title {
        text-align: center;
        font-size: 26px !important
    }
    .responsive .thim-sc-button .btn.btn-lg {
        padding: 0 20px
    }
}

@media (max-width:320px) {
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 300px
    }
}

@media screen and (max-width:599px) {
    html.vc_mobile {
        margin-top: 0 !important
    }
    html.vc_mobile body.admin-bar {
        padding-top: 45px
    }
    html.vc_mobile body.admin-bar #wpadminbar {
        position: fixed
    }
}

@media (max-width:375px) {
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 365px
    }
}

@media (max-width:414px) {
    .responsive .thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
        width: 404px
    }
}

@media (max-width:768px) {
    .responsive .thim-courses-collection.squared-courses-collection .slidee .collection-item img {
        width: 100%
    }
}

@media (min-width:600px) and (max-width:767px) {
    .responsive.lp-profile .profile-container .thim-course-grid article {
        flex: 0 0 50%;
        max-width: 50%
    }
    .responsive.lp-profile .profile-container .thim-course-grid article:nth-child(3n+1) {
        clear: unset
    }
    .responsive.lp-profile .profile-container .thim-course-grid article:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:768px) and (max-width:800px) {
    .responsive.lp-profile .profile-container .thim-course-grid article {
        flex: 0 0 50%;
        max-width: 50%
    }
    .responsive.lp-profile .profile-container .thim-course-grid article:nth-child(3n+1) {
        clear: unset
    }
    .responsive.lp-profile .profile-container .thim-course-grid article:nth-child(2n+1) {
        clear: both
    }
    .responsive.lp-profile .profile-container .quiz-results .result-field {
        margin-right: 15px
    }
    .responsive.lp-profile .profile-container .user-tab {
        width: calc(250px);
        width: -webkit-calc(250px);
        width: -moz-calc(250px)
    }
    .responsive.lp-profile .profile-container .profile-tabs {
        width: calc(100% - 250px);
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px)
    }
}

@media (max-width:992px) {
    .responsive.lp-profile .profile-container .profile-tabs .learn-press-tabs li {
        width: 33.3333%
    }
}

@media (max-width:1024px) {
    .responsive.lp-profile .thim-content-talk:before {
        top: 0;
        left: -30px
    }
    .responsive.lp-profile #learn-press-profile-nav ul.tabs>li {
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    .responsive.lp-profile #learn-press-user-profile .list-contact .item {
        padding-left: 20px;
        padding-right: 20px
    }
    .responsive.lp-profile #learn-press-user-profile .list-contact .item:first-child {
        padding-left: 0 !important
    }
    .responsive.lp-profile #main {
        padding-top: 0
    }
    .responsive.lp-profile .page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
        max-width: 100%
    }
    .responsive.lp-profile .learn-press-user-profile .list-contact {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0
    }
    .responsive.lp-profile .learn-press-user-profile .list-contact .item {
        justify-content: left;
        padding-left: 10px
    }
    .responsive.lp-profile .learn-press-user-profile .info-general {
        display: inline-block;
        width: 100%;
        text-align: center
    }
    .responsive.lp-profile .learn-press-user-profile .info-general .biographical {
        padding: 0
    }
    .responsive.lp-profile .profile-courses .course {
        flex: 100%;
        max-width: 50%;
        margin: 0 0 40px;
        padding: 0 15px
    }
    .responsive.lp-profile .group-settings .tabs-content .user-profile-section-content {
        display: inline-block;
        width: 100%
    }
    .responsive.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left,
    .responsive.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right {
        margin: 0;
        width: 100%
    }
    .responsive.lp-profile .thim-content-talk p {
        max-width: 100%
    }
    .responsive.lp-profile .thim-content-talk:before {
        left: -15px
    }
    .responsive.lp-profile .after-main form.wpcf7-form {
        width: 100%
    }
}

@media (max-width:767px) {
    .responsive .fb_dialog.fb_dialog_mobile.fb_shrink_active {
        right: 16pt !important;
        bottom: 65pt !important
    }
    .responsive.lp-profile .profile-container #your-profile .content50 .lp-form-field {
        width: 100%;
        float: none
    }
    .responsive.lp-profile .profile-container .user-tab {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 40px
    }
    .responsive.lp-profile .profile-container .profile-tabs {
        width: 100%;
        float: none;
        clear: both
    }
    .responsive.lp-profile #learn-press-user-profile .list-contact {
        padding: 0 20px 12px
    }
}

@media (max-width:600px) {
    .responsive.lp-profile .profile-container .profile-tabs .learn-press-tabs li .text {
        display: none
    }
    .responsive.lp-profile .page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
        height: 42px;
        border-radius: 0
    }
    .responsive.lp-profile .page-title.layout-2 .main-top .content .text-description {
        display: none !important
    }
    .responsive.lp-profile #learn-press-user-profile .list-contact .item {
        padding: 0;
        margin-bottom: 10px
    }
    .responsive.lp-profile #learn-press-user-profile .info-general .avatar {
        max-width: 100% !important
    }
}

@media (max-width:640px) {
    .responsive.lp-profile .learn-press-user-profile .list-contact {
        width: 100%;
        text-align: center
    }
    .responsive.lp-profile .learn-press-user-profile .list-contact .item {
        width: 33%;
        display: inline-block
    }
    .responsive.lp-profile .learn-press-user-profile .list-contact .item .contact-icon {
        display: inline-block;
        margin: 0 0 10px
    }
    .responsive.lp-profile .group-settings .tabs-title .tab:not(:last-child) {
        margin-right: 40px
    }
    .responsive.lp-profile .table-orders tbody tr td {
        padding: 12px 10px;
        font-size: 14px
    }
    .responsive.lp-profile .table-orders thead tr th {
        padding: 0 10px
    }
}

@media (max-width:480px) {
    .responsive.lp-profile .learn-press-user-profile .list-contact,
    .responsive.lp-profile .table-orders thead tr {
        display: inline-block
    }
    .responsive.lp-profile .profile-container .profile-tabs .learn-press-tabs li a .fa {
        margin-right: 0
    }
    .responsive.lp-profile .learn-press-user-profile .list-contact .item {
        width: 100%;
        margin-bottom: 20px;
        border: none
    }
    .responsive.lp-profile .group-settings .tabs-title {
        padding: 0
    }
    .responsive.lp-profile .group-settings .tabs-title .tab {
        padding: 15px;
        margin: 0 !important
    }
    .responsive.lp-profile .group-settings .tabs-title .tab.active:after {
        bottom: 0;
        left: 0
    }
    .responsive.lp-profile .profile-courses .course {
        max-width: 100%
    }
    .responsive.lp-profile .profile-courses .course .content .thumbnail .img_thumbnail img {
        width: 100%
    }
    .responsive.lp-profile .table-orders thead tr th {
        width: 100%;
        text-align: center;
        display: none
    }
    .responsive.lp-profile .table-orders tbody tr,
    .responsive.lp-profile .table-orders thead tr th:first-child {
        display: inline-block
    }
    .responsive.lp-profile .table-orders tbody tr td {
        width: 100%;
        text-align: center
    }
    .responsive.lp-profile .learn-press-wishlist-courses li button {
        padding: 0 20px;
        font-size: 12px
    }
    .responsive.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item {
        padding: 0 10px
    }
    .responsive.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item li {
        width: 100%;
        margin: 0
    }
    .responsive.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item li .inside {
        margin: 0;
        width: auto
    }
}

@media (max-width:360px) {
    .responsive.lp-profile .page-title .main-top {
        max-height: 400px
    }
    .responsive.lp-profile .after-main form.wpcf7-form {
        padding-left: 21px;
        padding-right: 20px
    }
    .responsive.lp-profile .after-main form.wpcf7-form .main-title {
        font-size: 30px
    }
    .responsive.lp-profile .group-settings .tabs-title .tab {
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(230, 230, 230, .8)
    }
    .responsive.lp-profile .learn-press-wishlist-courses li {
        text-align: center
    }
    .responsive.lp-profile .learn-press-wishlist-courses li button {
        float: none
    }
    .responsive.lp-profile .learn-press-user-profile-certs li {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile .info-general,
    .responsive.learnpress-v3.profile #learn-press-user-profile .info-general {
        display: block !important
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #profile-content-settings .lp-profile-section,
    .responsive.learnpress-v3.profile #learn-press-user-profile #profile-content-settings .lp-profile-section {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #profile-content-settings form,
    .responsive.learnpress-v3.profile #learn-press-user-profile #profile-content-settings form {
        max-height: unset
    }
}

@media (max-width:480px) {
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile .info-general,
    .responsive.learnpress-v3.profile #learn-press-user-profile .info-general {
        flex-direction: column;
        padding-bottom: 0
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav {
        width: 100%;
        height: unset
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        text-align: center
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li {
        flex-grow: 1;
        background-color: #fff;
        border-width: 1px;
        margin: 0;
        border-style: solid
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li.active>a,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li.active>a {
        background-color: #fff !important
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li a,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs>li a {
        padding: 10px;
        background-color: rgba(208, 208, 208, .17)
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs .profile-tab-sections,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs .profile-tab-sections {
        top: calc(100% + 20px);
        height: unset
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-nav #profile-mobile-menu,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-nav #profile-mobile-menu {
        display: none
    }
    .responsive.learnpress-v3.lp-profile #learn-press-user-profile #learn-press-profile-content,
    .responsive.learnpress-v3.profile #learn-press-user-profile #learn-press-profile-content {
        margin-top: 120px
    }
    .responsive.lp-profile #learn-press-user-profile .list-contact {
        display: block !important
    }
    .responsive.lp-profile .learn-press-user-profile .info-general .biographical .title {
        margin-top: 20px;
        text-align: left
    }
    .responsive.lp-profile #learn-press-user-profile .list-contact .item:not(:last-child) {
        border: none !important
    }
    .responsive.lp-profile .page-title.layout-2 .main-top .content .text-title {
        margin-top: 0
    }
    .responsive.lp-profile .page-title.layout-2 .breadcrumb-content {
        bottom: -15px
    }
    .responsive.lp-profile .breadcrumbs-wrapper {
        height: auto;
        background: 0 0
    }
}

@media (max-width:1024px) {
    .responsive .mo-openid-app-icons>p,
    .responsive .thim-login .title {
        font-size: 30px;
        line-height: normal
    }
    .responsive .social-login-form .wpb_content_element>.wpb_wrapper,
    .responsive .thim-login {
        padding: 30px 20px
    }
}

@media (max-width:767px) {
    .responsive.logged-in.admin-bar header.sticky-header.affix.menu-show {
        top: 46px !important
    }
    .responsive div.account-login-page {
        display: block
    }
    .responsive .social-login-form .wpb_content_element>.wpb_wrapper {
        float: none;
        margin: 0 auto;
        display: block
    }
    .responsive .thim-login {
        display: block;
        margin: 0 auto
    }
    .responsive .thim-form-login>.vc_column-inner {
        padding-left: 15px !important
    }
}

@media (max-width:360px) {
    .responsive .social-login-form .wpb_content_element>.wpb_wrapper {
        padding: 0
    }
    .responsive .thim-login {
        border: 0;
        padding: 0
    }
    .responsive .thim-login form .login-remember,
    .responsive .thim-login form .lost-pass-link {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        line-height: normal;
        display: block
    }
}

@media (max-width:480px) and (min-width:360px) {
    .responsive.lp-landing .course-format-icon {
        display: inline-block !important
    }
}

@media (max-width:600px) {
    .responsive.checkout div.learnpress>#learn-press-checkout-login,
    .responsive.checkout div.learnpress>#learn-press-checkout-register {
        width: 100%;
        min-height: 1px
    }
    .responsive.learnpress .button-continue-guest-checkout {
        padding-top: 30px !important
    }
    .responsive.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-header {
        padding-left: 0
    }
}

@media (max-width:375px) {
    .responsive.woocommerce #payment #place_order,
    .responsive.woocommerce-page #payment #place_order {
        padding: 0 20px
    }
}

@media (max-width:320px) {
    .responsive.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details .col-2 #payment {
        padding: 10px
    }
    .responsive.woocommerce #payment #place_order,
    .responsive.woocommerce-page #payment #place_order {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    body.checkout.responsive div.learnpress {
        flex-direction: column
    }
    body.checkout.responsive div.learnpress>#learn-press-checkout-login,
    body.checkout.responsive div.learnpress>#learn-press-checkout-register {
        margin: 0 auto
    }
    body.checkout.responsive div.learnpress>#learn-press-checkout-register {
        margin-top: 50px;
        margin-left: 0 !important
    }
}

@media (max-width:480px) {
    body.checkout.responsive div.learnpress>#learn-press-checkout-login,
    body.checkout.responsive div.learnpress>#learn-press-checkout-register {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:960px) {
    body.responsive.checkout.learnpress:not(.woocommerce-checkout) .site-content {
        padding-bottom: 130px
    }
}

@media (max-width:1440px) {
    .responsive .home4-newsletter .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 70px
    }
}

@media (max-width:1400px) {
    .responsive .home4-couter-box .thim-sc-text-box.style-4 {
        min-width: 500px;
        margin-left: 0
    }
    .responsive .home4-couter-box .thim-sc-counter-box {
        left: 0
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box {
        margin-right: 110px
    }
    .responsive .home4-newsletter .thim-sc-heading.layout-2 .heading-content .primary-heading,
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box .number {
        font-size: 60px
    }
    .responsive.home4-section .courses-trusted,
    .responsive.home5-section .courses-trusted,
    .responsive.home6-section .courses-trusted {
        padding-bottom: 75px !important
    }
    .responsive footer#colophon .footer-sidebars p {
        font-size: 14px
    }
    .responsive .newsletter-form input {
        font-size: 12px
    }
    .responsive footer#colophon.dark .copyright-area {
        font-size: 14px
    }
    .responsive .home4-header-box .thim-gallery-carousel .owl-theme .owl-dots {
        margin-left: 0
    }
}

@media (max-width:1280px) {
    .responsive .home4-couter-box .thim-sc-text-box.style-4 {
        min-width: 450px;
        padding: 60px 40px
    }
}

@media (min-width:1279px) and (max-width:1281px) {
    .responsive .home4-couter-box .thim-sc-counter-box {
        padding: 0 10px 125px
    }
}

@media (max-width:1024px) {
    .responsive .home4-couter-box {
        margin-top: -190px !important
    }
    .responsive .home4-couter-box .thim-sc-text-box.style-4 {
        right: 98px;
        min-width: 440px
    }
    .responsive .home4-couter-box .thim-sc-text-box.style-4 .title-1 strong {
        line-height: 1
    }
    .responsive .home4-couter-box .thim-sc-counter-box.style-2 {
        width: calc(100% - 440px)
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box {
        display: inline-block;
        width: 100%
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box {
        width: 50%;
        float: left;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box:after {
        right: -44px
    }
    .responsive .thim-sc-testimonials.layout-4 .slider .control-nav.next,
    .responsive.home4-section .courses-trusted .wpb_single_image img,
    .responsive.home5-section .courses-trusted .wpb_single_image img,
    .responsive.home6-section .courses-trusted .wpb_single_image img {
        right: 0
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box:nth-child(2n):after {
        display: none
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box:nth-child(2n+1) {
        clear: both
    }
    .responsive .register-lesson {
        width: 100%;
        margin: 0
    }
    .responsive .register-lesson .main-title {
        font-size: 34px
    }
    .responsive .home4-newsletter .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 50px
    }
    .responsive .thim-sc-testimonials.layout-4 .slider .control-nav {
        left: 0
    }
    .responsive.home4-section .courses-trusted,
    .responsive.home5-section .courses-trusted,
    .responsive.home6-section .courses-trusted {
        padding-bottom: 32px !important
    }
    .responsive.home4-section .courses-trusted .thim-sc-text-box,
    .responsive.home5-section .courses-trusted .thim-sc-text-box,
    .responsive.home6-section .courses-trusted .thim-sc-text-box {
        padding-left: 30px
    }
    .responsive .thim-sc-counter-box.demo-single-instructor {
        display: flex;
        flex-wrap: wrap
    }
    .responsive .thim-sc-counter-box.demo-single-instructor .counter_box {
        margin-right: 0;
        width: 50%
    }
    .responsive .thim-sc-counter-box.demo-single-instructor .counter_box:not(:nth-child(n+3)) {
        margin-bottom: 20px
    }
    .responsive .thim-sc-counter-box.demo-single-instructor.style-2 .counter_box.has-line:nth-child(2n) .separator:after {
        content: none
    }
    .responsive .thim-sc-counter-box.demo-single-instructor.style-2 .counter_box.has-line:not(:last-child) .separator:after {
        left: calc(100% - 36px)
    }
}

@media (max-width:768px) {
    .responsive .home4-couter-box:before,
    .responsive.home4-section .overflow.top-courses-overflow .thim-sc-heading.layout-2 .secondary-heading br,
    .responsive.home4-section .overflow.top-courses-overflow:before {
        display: none
    }
    .responsive.home4-section .courses-trusted .thim-sc-text-box .title-2,
    .responsive.home5-section .courses-trusted .thim-sc-text-box .title-2,
    .responsive.home6-section .courses-trusted .thim-sc-text-box .title-2 {
        max-width: 100%
    }
    .responsive header#masthead.template-layout-2 {
        border-top: 1px solid #e7e7e7
    }
    .responsive .home4-header-box .thim-gallery-carousel .owl-theme .owl-dots {
        bottom: 35px;
        left: auto;
        right: 15px;
        width: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none
    }
    .responsive .home4-header-box .thim-gallery-carousel .info h3 {
        font-size: 60px
    }
    .responsive .home4-header-box .thim-gallery-carousel .info h4 {
        font-size: 14px
    }
    .responsive .home4-couter-box {
        margin-top: 0 !important
    }
    .responsive .home4-couter-box>.vc_column_container {
        width: 100%;
        padding: 0 15px
    }
    .responsive .home4-couter-box .thim-sc-text-box.style-4 {
        right: 0;
        min-width: 0;
        position: static
    }
    .responsive .home4-couter-box .thim-sc-counter-box.style-2 {
        width: 100%;
        position: static;
        padding-top: 60px;
        padding-bottom: 60px
    }
    .responsive .home4-featured .vc_column_container,
    .responsive .home4-newsletter>.vc_column_container {
        width: 100%
    }
    .responsive .home4-newsletter .thim-sc-heading.layout-2 {
        text-align: center !important;
        width: 100%
    }
    .responsive.home5-section .courses-trusted,
    .responsive.home6-section .courses-trusted {
        padding-top: 32px
    }
    .responsive.home5-section .courses-trusted .wpb_single_image img,
    .responsive.home6-section .courses-trusted .wpb_single_image img {
        position: static
    }
    .responsive.home5-section .courses-trusted .thim-sc-text-box,
    .responsive.home6-section .courses-trusted .thim-sc-text-box {
        text-align: center;
        padding: 0
    }
    .responsive.home4-section .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 32px
    }
    .responsive.home4-section .courses-trusted {
        padding-top: 32px
    }
    .responsive.home4-section .courses-trusted .wpb_single_image img {
        position: static
    }
    .responsive.home4-section .courses-trusted .thim-sc-text-box {
        text-align: center;
        padding: 0
    }
    .responsive .home4-newsletter .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 50px
    }
    .responsive .thim-sc-testimonials.layout-4 .slider .control-nav {
        z-index: 1000
    }
    .responsive footer#colophon .footer-sidebars>div.footer-col5:last-child {
        max-width: 50%;
        flex: 50%
    }
}

@media (max-width:736px) {
    .responsive .thim-sc-testimonials.layout-4 .slider ul.scrollable {
        overflow: visible
    }
    .responsive .thim-sc-counter-box.demo-single-instructor .counter_box .number {
        font-size: 50px
    }
}

@media (max-width:600px) {
    .responsive div.vc_custom_1505187454360 {
        padding-top: 60px !important
    }
}

@media (max-width:568px) {
    .responsive .home4-header-box .thim-gallery-carousel .info h3 {
        font-size: 60px
    }
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(1) {
        flex: 50%;
        max-width: 50%
    }
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(2),
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(3) {
        flex: 25%;
        max-width: 25%
    }
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(5) {
        flex: 66%;
        max-width: 66%
    }
}

@media (max-width:480px) {
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box .number {
        font-size: 50px
    }
    .responsive .home4-couter-box .thim-sc-counter-box.style-2 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box {
        padding: 0
    }
    .responsive .home4-header-box .thim-gallery-carousel .item-gallery .gallery-img:before {
        height: 100px
    }
    .responsive .home4-header-box .thim-gallery-carousel .owl-theme .owl-dots {
        bottom: 20px
    }
    .responsive .home4-header-box .thim-gallery-carousel .info {
        padding: 20px
    }
    .responsive .home4-header-box .thim-gallery-carousel .info h3 {
        font-size: 30px;
        margin-bottom: 5px
    }
    .responsive .home4-header-box .thim-gallery-carousel .info h4 {
        font-size: 13px
    }
    .responsive .thim-sc-counter-box.style-2 .counter_box.has-line .separator:after {
        content: none
    }
}

@media (max-width:375px) {
    .responsive .register-lesson {
        padding: 36px 30px 30px
    }
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(1),
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(2),
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(3),
    .responsive footer#colophon .footer-sidebars>div.footer-col5:nth-child(5) {
        flex: 100%;
        max-width: 100%
    }
}

@media (max-width:320px) {
    .responsive .home4-header-box .thim-gallery-carousel .info {
        display: none
    }
    .responsive .home4-header-box .thim-gallery-carousel .owl-theme .owl-dots {
        bottom: 10px
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box .number {
        font-size: 40px;
        line-height: 1
    }
    .responsive .home4-couter-box .thim-sc-text-box.style-4 {
        padding: 40px 20px
    }
    .responsive .home4-couter-box .thim-sc-text-box.style-4 .title-1 {
        font-size: 15px
    }
    .responsive .home4-couter-box .thim-sc-text-box.style-4 .title-1 strong {
        font-size: 34px
    }
    .responsive .register-lesson .main-title {
        font-size: 28px
    }
    .responsive .register-lesson .sub-title {
        font-size: 16px
    }
    .responsive .home4-newsletter .thim-sc-heading.layout-2 .heading-content .primary-heading {
        font-size: 40px;
        line-height: 1
    }
}

@media (max-width:1400px) and (min-width:1024px) {
    .responsive .thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info {
        width: 80%
    }
    .responsive .thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info .description,
    .responsive .thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info>a {
        margin-top: 20px
    }
}

@media (max-width:1280px) and (min-width:1200px) {
    .responsive .thim-sc-courses-carousel.style-1 .owl-nav .owl-next {
        right: -60px
    }
    .responsive .thim-sc-courses-carousel.style-1 .owl-nav .owl-prev {
        left: -60px
    }
}

@media (max-width:1440px) and (min-width:1280px) {
    .responsive .vc_custom_1516075130290 {
        padding-right: 15px !important
    }
    .responsive .thim-sc-text-box.thim-slider-5 {
        padding-top: 60px
    }
}

@media (max-width:1400px) {
    .responsive header#masthead.template-layout-2 .header-v2.style2 .main-header .header-right {
        margin-right: 0 !important
    }
    .responsive.home5-section .courses-trusted .thim-sc-text-box .title-2 br {
        display: none
    }
    .responsive .thim-instructors .home2_courses_instructor .avatar-item .avatar-instructors .avartar-info {
        left: 30px;
        width: 70%
    }
    .responsive .thim-instructors .home2_courses_instructor .avatar-item .avatar-instructors .avartar-info>a {
        margin-top: 20px
    }
}

@media (max-width:1280px) {
    .responsive #masthead .header-v2.style2 .width-navigation .main-menu>li.menu-item.menu-item-has-children:not(: last-child) {
        margin-right: 30px
    }
    .responsive #masthead .header-v2.style2 .main-header .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 0;
        margin-left: 10px
    }
}

@media (max-width:1200px) {
    .responsive .thim-sc-courses-carousel.style-1 {
        margin-left: -5px
    }
    .responsive .thim-sc-courses-carousel.style-1 .inner-carousel {
        width: 100%
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .responsive .header-v2.style2 .thim-search-wrapper {
        display: none
    }
}

@media (max-width:1024px) {
    .responsive #masthead .header-v2.style2 .main-header .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 17px 5px;
        margin-left: 0
    }
    .responsive .header-v2.style2 .width-navigation .main-menu>li.menu-item {
        padding: 0
    }
    .responsive .header-v2.style2 .main-header:before {
        display: none
    }
    .responsive .responsive .header-v2.style2 .main-header .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 17px 5px;
        margin-left: 0
    }
    .responsive .thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info {
        top: 25px;
        bottom: 25px;
        left: 25px;
        width: auto
    }
}

@media (max-width:991px) and (min-width:768px) {
    .responsive .thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info .description {
        display: none !important
    }
}

@media (min-width:1025px) {
    .responsive .thim-sc-courses-carousel.style-1 .owl-dots {
        display: none
    }
}

@media (max-width:1170px) {
    .responsive .thim-sc-courses-carousel.style-1 .content .hover-content {
        padding: 30px
    }
    .responsive .thim-sc-features-list.style-1 .meta-content {
        margin-top: 0
    }
    .responsive .thim-sc-features-list.style-1 .meta-content li {
        margin-top: 25px
    }
}

@media (max-width:1024px) {
    .responsive .header-wrapper.header-v2.style2 .thim-search-wrapper.hidden-md-down,
    .responsive .thim-sc-courses-carousel.style-1 .owl-nav {
        display: none
    }
    .responsive .thim-sc-intro-box {
        margin-bottom: 0
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .label-container .prev,
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .label-container .svg1 {
        right: 51%;
        bottom: 10px
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .label-container .next,
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .label-container .svg2 {
        left: 51%;
        bottom: 10px
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper {
        position: static;
        width: 100%;
        margin-left: 0
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .slider-wrapper {
        padding-bottom: 50px
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .slider-wrapper .single-image {
        width: 40%
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .slider-wrapper .content-wrapper {
        padding-top: 0;
        width: 60%
    }
    .responsive .thim-sc-intro-box .intro-box-content-wrapper .box-display {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .responsive .thim-sc-courses-carousel.style-1 .owl-stage-outer {
        padding-bottom: 0
    }
    .responsive .thim-sc-courses-carousel.style-1 .owl-dots .owl-dot span {
        width: 10px;
        height: 10px
    }
    .responsive .header-wrapper.header-v2.style2 .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 20px 5px
    }
    .responsive .thim-sc-courses-carousel.style-1 .owl-nav .owl-next {
        right: 0
    }
    .responsive .thim-sc-courses-carousel.style-1 .owl-nav .owl-prev {
        left: 0
    }
}

@media (max-width:1023px) and (min-width:769px) {
    .responsive .thim-slider-5 {
        padding-top: 100px
    }
}

@media (max-width:1023px) {
    .responsive .header-wrapper.header-v2.style2 .main-header .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 20px 0;
        margin-left: 0
    }
}

@media (max-width:991px) {
    .responsive .vc_custom_1516086428281 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media (max-width:800px) and (min-width:769px) {
    .responsive header#masthead.template-layout-2 .width-navigation .main-menu {
        padding-right: 40px
    }
}

@media (max-width:878px) and (min-width:769px) {
    .responsive .thim-sc-counter-box.style-2.text-center .counter_box.has-line .separator,
    .responsive header .widget_shopping_cart {
        display: none
    }
    .responsive .course-collection-squared-2 .section-content-wrapper ul.wrap-items {
        margin-right: 0;
        margin-left: 0
    }
    .responsive .thim-events-block .main-event {
        padding-right: 40px
    }
    .responsive .thim-sc-counter-box.style-2.text-center .counter_box.has-line {
        margin-right: 60px
    }
    .responsive .home5-section .thim-sc-text-box.style-4.thim-slider-5.size-default .title-1 {
        font-size: 40px
    }
}

@media (max-width:767px) and (min-width:667px) {
    .responsive .thim-sc-counter-box.style-2.text-center div.counter_box {
        margin-right: 40px !important
    }
}

@media (max-width:767px) and (min-width:568px) {
    .responsive .thim-instructors .home2_courses_instructor .avatar-item .avatar-instructors .avartar-info {
        left: 30px !important;
        top: 30px !important;
        right: 30px !important
    }
}

@media (max-width:768px) {
    .responsive .thim-sc-counter-box.style-2.text-center .counter_box.has-line .separator,
    .responsive .thim-sc-text-box.style-4.thim-slider-5 br,
    .responsive .wpb_text_column br,
    .responsive.home5-section .thim-sc-heading.text-center.default .secondary-heading br {
        display: none
    }
    .responsive header#masthead.site-header.palette-transparent.affix .header-wrapper.header-v2.style2 {
        background: rgba(0, 0, 0, .8)
    }
    .responsive .thim-sc-counter-box.style-2.text-center .counter_box:last-child {
        margin-right: 0 !important
    }
    .responsive header#masthead.template-layout-2.palette-transparent.header-overlay {
        border-top: 1px solid rgba(255, 255, 255, .15)
    }
    .responsive header#masthead.template-layout-2 .header-v2.style2 .menu-mobile-effect.navbar-toggle {
        border-right: 1px solid rgba(255, 255, 255, .15)
    }
    .responsive .thim-sc-courses-carousel.style-1 {
        margin-left: -2px
    }
    .responsive .thim-instructors .home2_courses_instructor .avatar-item .avatar-instructors .avartar-info {
        left: 10px;
        right: 10px;
        width: auto;
        top: 20px
    }
    .responsive .thim-instructors .home2_courses_instructor .avatar-item .avatar-instructors .avartar-info h5 a {
        font-size: 24px
    }
    .responsive .thim-instructors .home2_courses_instructor .wrap-teachers.columns-2 {
        padding-right: 0;
        padding-left: 0
    }
    .responsive .thim-events-block .main-event {
        padding-right: 50px
    }
    .responsive .thim-sc-heading.text-left.layout-2.home5 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }
    .responsive .thim-sc-heading.text-left.layout-2.home5 .secondary-heading {
        padding-left: 0 !important
    }
    .responsive .course-collection-squared-2 {
        margin: 0
    }
    .responsive .course-collection-squared-2 .section-content-wrapper .collection-item {
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .responsive .thim-sc-counter-box.style-2.text-center .counter_box {
        margin-right: 60px !important
    }
    .responsive .header-v2.style2 .menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
        background: #fff
    }
}

@media (min-width:769px) {
    .responsive header#masthead.site-header.palette-transparent.affix .header-v2.style2 .width-navigation {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .responsive .thim-sc-intro-box.has-bg:before {
        background: 0 0 !important
    }
    .responsive .thim-sc-text-box.style-4.thim-slider-5 {
        padding-top: 100px;
        padding-bottom: 40px
    }
    .responsive .thim-sc-text-box.style-4.thim-slider-5 br {
        display: none
    }
    .responsive .thim-sc-text-box.style-4.thim-slider-5 .title-1 {
        font-size: 30px !important
    }
    .responsive .thim-sc-text-box.style-4.thim-slider-5 .title-2 {
        font-size: 16px !important
    }
}

@media (max-width:600px) {
    .responsive .intro-box-content-wrapper .box-wrapper {
        display: block
    }
    .responsive .intro-box-content-wrapper .box-wrapper .single-image {
        width: 100% !important
    }
    .responsive .intro-box-content-wrapper .box-wrapper .content-wrapper {
        padding-left: 0 !important;
        padding-top: 30px !important;
        width: 100% !important
    }
    .responsive .thim-events-block.layout-4 .main-event {
        width: 100%;
        padding-right: 0 !important;
        margin-bottom: 30px
    }
    .responsive .thim-events-block.layout-4 .event-item {
        width: 100%
    }
    .responsive .thim-sc-courses-carousel.style-1 .owl-stage-outer {
        padding-bottom: 30px
    }
    .responsive .vc_custom_1516086266340 {
        padding-left: 15px !important
    }
    .responsive .course-collection-squared-2 .section-content-wrapper .collection-item {
        width: 100%;
        margin-right: 0
    }
    .responsive .home5-section .thim-sc-heading.text-center.default .secondary-heading br {
        display: none
    }
    .responsive .thim-brands.thim-brands-demo5 {
        margin-top: 0
    }
    .responsive .thim-sc-counter-box.style-2.text-center .counter_box {
        margin-right: 0 !important;
        margin-bottom: 20px;
        display: block
    }
}

@media (max-width:480px) {
    .responsive .thim-sc-text-box.style-4.thim-slider-5 {
        padding-top: 130px
    }
    .responsive .course-collection-squared-2 .section-content-wrapper .collection-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:440px) {
    .responsive .thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info .description {
        display: none !important
    }
}

@media (max-width:320px) {
    .responsive .thim-events-block.layout-4 .sc-title {
        text-align: left
    }
    .responsive .thim-events-block.layout-4 .main-event .date-month {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px
    }
    .responsive .thim-events-block.layout-4 .main-event .content {
        overflow: visible
    }
    .responsive .thim-course-block-3 .wrapper-title .title {
        text-align: center
    }
}

@media (max-width:1366px) {
    .responsive .home6-iconbox .thim-sc-icon-box.layout-3.has-border .icon-box-wrapper:after {
        display: none
    }
    .responsive .home6-iconbox {
        padding: 0 20px !important
    }
    .responsive div.vc_custom_1529028945101 {
        margin-top: -165px !important;
        padding-right: 40px !important;
        padding-left: 40px !important
    }
}

@media (max-width:1400px) {
    .responsive .iconbox-home6 .thim-sc-icon-box.layout-3 br,
    .responsive .thim-sc-text-box.style-4.size-default.home-6-top br,
    .responsive.home6-section .thim-sc-counter-box.style-2 .counter_box.has-line .separator {
        display: none
    }
    .responsive div.vc_custom_1513933164871 {
        padding-left: 0 !important
    }
    .responsive.home6-section .thim-sc-counter-box.style-2 .counter_box {
        margin-right: 50px !important
    }
    .responsive .thim-sc-text-box.style-4.size-small.text-home-6 .title-2 {
        font-size: 16px
    }
    .responsive .vc_custom_1515394228397 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
    .responsive .thim-sc-pricing .pricing-wrapper .pricing-item .package h4 {
        margin-bottom: 1px
    }
    .responsive .thim-header-slider-6 .vc_empty_space {
        max-height: 172px
    }
    .responsive .thim-header-slider-6 .vc_empty_space.text-top-6 {
        max-height: 130px
    }
    .responsive .thim-header-slider-6 .vc_empty_space.height30 {
        max-height: 30px
    }
    .responsive .responsive .thim-sc-counter-box.style-2.home-6 .counter-box .counter_box {
        margin-right: 93px
    }
    .responsive.home6-section .thim-sc-pricing {
        margin-top: -5px
    }
    .responsive .thim-sc-counter-box.style-2 .counter-box .counter_box:after {
        right: -95px
    }
    .responsive.home6-section .vc_custom_1514359173316 {
        padding-left: 15px !important
    }
    .responsive.home6-section .vc_custom_1514531820678,
    .responsive.home6-section .vc_custom_1515227021139 {
        padding-left: 0 !important
    }
    .responsive.home6-section .vc_custom_1514103428499,
    .responsive.home6-section .vc_custom_1514523427672 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .responsive .iconbox-home6 {
        margin-top: -149px !important
    }
    .responsive .iconbox-home6 .vc_column-inner {
        padding-top: 20px !important
    }
    .responsive .iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper {
        margin-bottom: 20px
    }
    .responsive .iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content {
        padding: 0 0 0 28px
    }
}

@media (max-width:1280px) {
    .responsive #masthead.template-layout-2.header-magic-line .header-v2.default .width-navigation #primary-menu .menu-item .icon-toggle {
        padding: 20px 5px
    }
    .responsive .thim-home6-form .wpcf7-form {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width:1200px) {
    .responsive .iconbox-home6 {
        margin-top: -139px !important
    }
    .responsive .iconbox-home6 .vc_column-inner {
        padding-top: 15px !important
    }
    .responsive .iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper {
        margin-bottom: 15px
    }
    .responsive .iconbox-home6 .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content .description {
        font-size: 14px
    }
    .responsive .home6-slide-btn {
        font-size: 16px !important
    }
}

@media (max-width:1024px) {
    .responsive.home6-section .thim-sc-counter-box.style-2 .counter_box {
        margin-right: 30px !important
    }
    .responsive.home6-section .thim-sc-counter-box.style-2 .counter_box .number {
        font-size: 50px
    }
    .responsive .thim-sc-heading.text-center.layout-2.home-6 {
        padding-top: 50px
    }
    .responsive .thim-sc-counter-box.style-2.home-6 .counter-box .counter_box:after {
        right: -38px !important
    }
    .responsive .vc_custom_1515394228397,
    .responsive .vc_custom_1515394248942 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .responsive .vc_custom_1514105945774 {
        padding-right: 0 !important
    }
    .responsive div.home6-iconbox {
        padding: 0 !important
    }
    .responsive .home6-iconbox .thim-sc-icon-box.layout-3.has-border .icon-box-wrapper:after {
        display: none !important
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container #thumbnails .item {
        padding-left: 0
    }
    .responsive .thim-sc-testimonials.layout-6 #thumbnails .active.center .item:after,
    .responsive .thim-sc-testimonials.layout-6 #thumbnails .active.center .item:before {
        display: none
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container {
        max-width: 830px
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item .number {
        min-width: 70px
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item:before {
        left: -10px
    }
    .responsive .thim-sc-text-box.style-4.home-6-top.size-default .title-1 {
        font-size: 30px
    }
    .responsive .thim-sc-video-box.layout-2.imac .video .video-box {
        left: 465px;
        top: 210px
    }
    .responsive.home6-section .vc_custom_1514103428499,
    .responsive.home6-section .vc_custom_1514523427672 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .responsive.home6-section .thim-sc-text-box.text-home-6 .title-1,
    .responsive.home6-section .thim-sc-text-box.text-home-6 .title-2 {
        text-align: center
    }
    .responsive.home6-section .thim-sc-text-box.text-home-6 .title-2 {
        margin-bottom: 0
    }
}

@media (max-width:992px) {
    .responsive .thim-sc-testimonials.layout-6 .slider-container {
        max-width: 800px
    }
    .responsive .thim-sc-video-box.layout-2.imac .video .video-box {
        left: 384px;
        top: 210px
    }
}

@media (max-width:800px) {
    .responsive .thim-sc-testimonials.layout-6 .slider-container {
        max-width: 680px
    }
    .responsive div.vc_custom_1529028945101 {
        margin-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media (max-width:800px) and (min-width:768px) {
    .responsive .home6-form>.wpb_column {
        width: 100%
    }
    .responsive .home6-form .thim-home6-form {
        margin: 0 auto
    }
    .responsive .home6-form .thim-home6-form .wpcf7-form {
        margin-top: 0 !important
    }
    .responsive .home6-form .vc_custom_1514102030409 {
        padding-top: 0
    }
    .responsive.home6-section .vc_custom_1514103428499,
    .responsive.home6-section .vc_custom_1514523427672 {
        padding-left: 15px !important
    }
    .responsive .thim-header-slider-6 .vc_custom_1514528599411 .vc_empty_space {
        max-height: 200px !important
    }
    #buddypress .responsive .thim-sc-button.home-6-top input.btn[type=reset],
    #buddypress .responsive .thim-sc-button.home-6-top input.btn[type=submit],
    .learnpress .learn-press-search-course-form .responsive .thim-sc-button.home-6-top .btn.search-course-button,
    .responsive .thim-sc-button.home-6-top #buddypress input.btn[type=reset],
    .responsive .thim-sc-button.home-6-top #buddypress input.btn[type=submit],
    .responsive .thim-sc-button.home-6-top .btn.btn-primary,
    .responsive .thim-sc-button.home-6-top .learnpress .learn-press-search-course-form .btn.search-course-button {
        padding: 0 20px !important;
        height: 44px !important;
        line-height: 44px !important;
        font-size: 14px !important
    }
    .responsive .thim-sc-text-box.style-4.home-6-top.size-default .title-2 {
        font-size: 16px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) and (min-width:600px) {
    .responsive.home6-section .thim-sc-counter-box.style-2 div.counter_box {
        margin-right: 30px !important
    }
    .responsive.home6-section .thim-sc-counter-box.style-2 div.counter_box:last-child {
        margin-right: 0 !important
    }
}

@media (max-width:768px) {
    .responsive .thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content {
        padding: 0 26px
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item:before {
        left: -13px
    }
    .responsive div.vc_custom_1513907316376,
    .responsive div.vc_custom_1515568310145 {
        padding-left: 15px !important
    }
    .responsive .course-collection-squared-2 {
        margin-top: 30px
    }
    .responsive .thim-sc-testimonials.layout-6 #thumbnails .owl-item {
        opacity: 0
    }
    .responsive .thim-sc-testimonials.layout-6 #thumbnails .owl-item.active.center {
        opacity: 1
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container .owl-next {
        right: -32px
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container .owl-prev {
        left: 0
    }
    .responsive .thim-sc-counter-box.style-2.home-6 .counter-box .counter_box:after {
        right: -37px
    }
    .responsive .thim-header-slider-6 .vc_empty_space.text-top-6 {
        max-height: 130px !important
    }
    .responsive header#masthead.template-layout-2.affix-top.header-magic-line .main-header {
        padding-bottom: 0;
        padding-top: 0
    }
    .responsive .thim-sc-video-box.layout-2.imac .video .video-box {
        left: 368px;
        top: 210px;
        height: 325px
    }
    .responsive.home6-section .vc_row.res-counter-section>.vc_column_container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .responsive.home6-section .vc_row.res-counter-section>.vc_column_container>.vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .responsive.home6-section .vc_row.res-counter-section .wpb_single_image {
        padding-left: 0 !important
    }
    .responsive.home6-section .vc_row.res-counter-section .thim-sc-counter-box.style-2 {
        display: block;
        text-align: center
    }
    .responsive.home6-section .vc_row.res-counter-section .thim-sc-counter-box.style-2 .counter_box.has-line:nth-child(2n) .separator:after {
        content: ""
    }
    .responsive.home6-section .vc_row.res-counter-section .thim-sc-text-box.style-4.size-small .title-1 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .responsive #form-question #respond form .submit {
        bottom: 20px !important
    }
    .responsive div.vc_custom_1513907316376,
    .responsive div.vc_custom_1515568310145 {
        padding-top: 0 !important
    }
    .responsive .thim-sc-pricing .pricing-wrapper .row {
        border-bottom: none
    }
    .responsive.home6-section .vc_custom_1514103428499,
    .responsive.home6-section .vc_custom_1514523427672 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .responsive .thim-home6-form {
        margin: 0 auto
    }
    .responsive .thim-home6-form form,
    .responsive .vc_custom_1515394248942 {
        margin-top: 0 !important
    }
    .responsive .thim-sc-pricing .pricing-wrapper .pricing-item {
        margin-bottom: 30px
    }
    .responsive .thim-sc-pricing .pricing-wrapper .pricing-item .content {
        border-bottom: solid 1px #e9e9e9;
        border-right: solid 1px #e9e9e9
    }
    .responsive .thim-sc-heading.text-center.layout-2.home-6 {
        padding-top: 0;
        margin-top: 0
    }
    .responsive .home6-iconbox>.wpb_column {
        margin-bottom: 20px
    }
    .responsive .vc_custom_1513907316376,
    .responsive .vc_custom_1514527608269 {
        padding-left: 15px !important
    }
    .responsive .thim-sc-pricing .pricing-wrapper .pricing-item.col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .responsive .thim-sc-video-box.layout-2.imac .video {
        height: 300px
    }
    .responsive .vc_custom_1514523427672,
    .responsive .vc_custom_1515394228397 {
        margin-top: 0 !important
    }
    .responsive .thim-sc-video-box.layout-2.imac .video .video-box {
        left: 31px;
        top: 12px;
        width: 300px;
        height: 180px;
        margin: 0 auto
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container {
        max-width: 600px
    }
}

@media (max-width:667px) {
    .responsive.home6-section .thim-sc-counter-box.style-2 .counter_box {
        margin-right: 60px !important
    }
    .responsive.home6-section .thim-sc-counter-box.style-2 .counter_box.has-line .separator {
        display: none
    }
}

@media (max-width:600px) {
    .responsive .vc_custom_1514102030409 {
        padding-right: 15px !important
    }
    .responsive .thim-home6-form img {
        display: none !important
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container {
        max-width: 520px
    }
    .responsive .iconbox-home6 {
        margin-top: 0 !important
    }
    .responsive.home .home6-slider {
        max-height: 100vh
    }
    .responsive .home6-slide-btn {
        font-size: 14px !important
    }
}

@media (max-width:568px) {
    .responsive.home6-section .thim-sc-counter-box.style-2 div.counter_box {
        margin-right: 0 !important;
        display: block;
        margin-bottom: 15px
    }
}

@media (max-width:320px) {
    .responsive .thim-home6-form form.wpcf7-form div.thim-sc-count-down .counter .count-item.seconds {
        margin-left: -4px !important
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item.days {
        margin-left: 6px !important;
        margin-right: 10px !important
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item .number {
        line-height: 50px;
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 20px
    }
}

@media (max-width:480px) {
    .responsive div.vc_custom_1513933519556 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .responsive.home6-section .thim-sc-heading.layout-2 .secondary-heading {
        font-size: 16px !important;
        line-height: 1.57 !important
    }
    .responsive .thim-sc-video-box.layout-2.imac .video .video-box {
        left: 34px;
        top: 13px;
        width: 292px;
        height: 175px;
        margin: 0 auto
    }
    .responsive .thim-sc-testimonials.layout-6 .slider-container {
        max-width: 320px
    }
}

@media (max-width:414px) {
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item:before {
        display: none
    }
}

@media (max-width:387px) {
    .responsive.home6-section .thim-sc-counter-box.style-2 div.counter_box {
        margin-right: 0 !important;
        margin-bottom: 20px;
        display: block
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item .label {
        font-size: 13px !important;
        text-transform: none
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item {
        margin: 0 4px 0 0 !important
    }
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item.seconds {
        margin-right: 0 !important
    }
}

@media (max-width:429px) {
    .responsive .thim-home6-form .wpcf7-form {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:437px) {
    .responsive .thim-home6-form .wpcf7-form .thim-sc-count-down .counter .count-item {
        margin: 0 5px
    }
}

@media (max-width:1440px) {
    .list-tab-event .tab-content.event-grid article .content {
        padding: 25px 20px
    }
    .list-tab-event .tab-content.event-grid article .content .entry-meta>span {
        display: inline-block
    }
    .list-tab-event .tab-content.event-grid article .title {
        font-size: 18px
    }
    .list-tab-event .tab-content.event-grid article .date .date-start {
        margin-top: 5px
    }
}

@media (max-width:991px) {
    .list-tab-event .tab-content.event-grid article {
        flex: 0 0 50%;
        max-width: 50%
    }
    .list-tab-event .nav-tabs a {
        min-width: 150px
    }
}

@media (max-width:768px) {
    .list-tab-event .tm-flex {
        padding: 20px 0
    }
    .archive.post-type-archive-tp_event #main,
    .archive.post-type-archive-tp_event #secondary {
        flex: 0 0 100%;
        max-width: 100%
    }
    .archive.post-type-archive-tp_event .widget.widget_recent_entries {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .single-post article .content-inner .entry-content-wrapper.has-social .right-content {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .single-tp_event article .sticky-sidebar .thim-social-share .link {
        margin: 0 !important
    }
    .single.single-tp_event .entry-summary .entry-right,
    .single.single-tp_event .entry-summary .sticky-sidebar {
        width: 100% !important
    }
    .tm-flex {
        flex-direction: column
    }
    .tm-flex>div {
        float: none;
        width: 100%
    }
    .tm-flex>div:first-child {
        order: 1
    }
    .tm-flex>div:nth-child(2) {
        order: 3
    }
    .tm-flex>div:last-child {
        order: 2
    }
    .list-tab-event .tab-content .tab-pane .tp_event .time-from {
        text-align: left;
        margin-bottom: 20px
    }
    .list-tab-event .tab-content .tab-pane .tp_event .image {
        margin-bottom: 30px
    }
    .list-tab-event .tab-content .tab-pane .tp_event .image img {
        width: 100%
    }
}

@media (max-width:600px) {
    .list-tab-event .tab-content.event-grid article {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .single.single-tp_event #main,
    .single.single-tp_event #secondary {
        flex: 0 0 100%;
        max-width: 100%
    }
    .single.single-tp_event .widget.widget_recent_entries {
        max-width: 100%
    }
}

@media (max-width:320px) {
    .list-tab-event .nav-tabs a {
        margin: 0 5px
    }
}

@media (max-width:480px) {
    .list-tab-event .grid-list-switch.display-layout {
        display: none
    }
    .single.single-tp_event .entry-summary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }
    .single.single-tp_event .entry-summary .entry-right,
    .single.single-tp_event .entry-summary .sticky-sidebar {
        width: 100%
    }
    .single.single-tp_event .entry-summary .thim-social-share .links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
    .single.single-tp_event .entry-summary .thim-social-share .links li:not(:last-child) {
        margin-right: 10px
    }
}

@media (max-width:736px) {
    .responsive ul.product-list li.product {
        padding: 50px 20px
    }
    .responsive ul.product-list li.product .stats .box-price .description {
        margin: 10px 0
    }
}

@media (max-width:767px) {
    .responsive.woocommerce-checkout form.checkout #customer_details .col-1,
    .responsive.woocommerce-checkout form.checkout #customer_details .col-2 {
        width: 100% !important
    }
}

@media (max-width:480px) {
    .responsive ul.product-list li.product .feature-image {
        margin-right: 0 !important;
        width: 100% !important
    }
    ul.product-list li.product .product-content {
        width: 100% !important;
        float: none
    }
    ul.product-list li.product .product-content .title-product a {
        line-height: 26px
    }
    body.woocommerce-page.woocommerce-checkout .site-content .woocommerce-info {
        font-size: 16px
    }
    body.woocommerce-page.woocommerce-checkout .site-content form.checkout_coupon .form-row-first,
    body.woocommerce-page.woocommerce-checkout .site-content form.checkout_coupon .form-row-last {
        width: 100%
    }
    body.woocommerce-page.woocommerce-checkout .woocommerce-info {
        padding: 0
    }
    body.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-first,
    body.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
        max-width: 100%
    }
    .responsive .product-filter .display {
        margin-bottom: 10px
    }
    .responsive .product-filter .woocommerce-ordering {
        float: none;
        clear: both
    }
    .responsive ul.product-list li.product .feature-image {
        max-width: 100%;
        margin-bottom: 30px
    }
    .responsive ul.product-list li.product .stats {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width:1024px) {
    .responsive .related.products .box-price {
        text-align: center
    }
    .responsive .related.products .wrapper .stats {
        padding: 0 10px
    }
    .responsive .related.products .wrapper .stats .box-price a.button {
        float: none;
        display: block;
        text-align: center
    }
}

@media (max-width:736px) {
    .responsive .related.products li.product {
        margin-bottom: 30px !important
    }
    .responsive .related.products .box-price {
        text-align: left
    }
    .responsive .related.products .wrapper .stats .box-price a.button {
        float: right
    }
    .responsive .woocommerce-tabs .entry-content {
        padding: 0 10px !important
    }
}

body .thim-mini-cart.hidden-lg-up {
    display: none
}

body .thim-mobile-search-cart {
    padding-right: 0
}

@media (max-width:768px) {
    body.woocommerce-page.woocommerce-account.responsive .woocommerce #customer_login form.login .lost_password {
        display: block;
        float: none;
        position: static;
        margin: 15px 0 0
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        float: left !important
    }
    body .widget_shopping_cart .widget_shopping_cart_content {
        min-width: 300px;
        width: 300px
    }
    body .widget_shopping_cart .widget_shopping_cart_content .buttons a {
        padding: 0 30px !important;
        line-height: 46px;
        margin: 15px 5px;
        border-radius: 50px;
        transition: all .5s;
        background: #222
    }
    body .widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout {
        background-color: #2174ff
    }
    .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity,
    .widget_shopping_cart .widget_shopping_cart_content .total,
    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
        color: #202121
    }
}

.thim-sc-button .btn-basic,
.thim-sc-button .btn-secondary {
    background-color: #FFF;
    font-weight: 400
}

.thim-sc-button .btn-basic:hover,
.thim-sc-button .btn-secondary:hover {
    color: #FFF
}

@media (max-width:600px) {
    #customer_login.col2-set .col-1,
    #customer_login.col2-set .col-2 {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media (max-width:375px) {
    #customer_login.col2-set form {
        padding: 30px !important
    }
}

@media (max-width:1400px) {
    .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover {
        padding: 20px
    }
    .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info {
        bottom: 15px
    }
}

@media (max-width:1366px) {
    .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info h3 {
        font-size: 20px;
        margin-bottom: 0
    }
    section.portfolio-description h3 {
        font-size: 24px
    }
    .wapper_portfolio .item_portfolio.four-col .portfolio-image .portfolio-hover .info h3 {
        font-size: 18px !important
    }
}

@media (max-width:1280px) {
    .responsive #thim-header-topbar .container .widget_shopping_cart {
        right: 0 !important
    }
    section.portfolio-description h3 {
        font-size: 20px
    }
    .wapper_portfolio .item_portfolio.four-col .portfolio-image .portfolio-hover {
        padding: 10px
    }
}

@media (max-width:1024px) {
    .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover {
        padding: 10px
    }
    .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info h3 {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .portfolio_container .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover,
    .thim-sc-portfolio .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover {
        padding: 20px
    }
    .bd-content-portfolio p,
    .portfolio-format-gallery .entry-content-portfolio p {
        margin-bottom: 20px
    }
    session.portfolio-content article .content>.col-md-3,
    session.portfolio-content article .content>.col-md-9,
    session.portfolio-content article>.col-md-3,
    session.portfolio-content article>.col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .portfolio-format-left-sidebar .post-formats-wrapper,
    .portfolio-format-right-sidebar .entry-content-portfolio,
    .portfolio-format-sidebar-slider .entry-content-portfolio {
        padding-left: 0
    }
    .portfolio-format-left-sidebar .entry-content-portfolio,
    .portfolio-format-right-sidebar .post-formats-wrapper,
    .portfolio-format-sidebar-slider .post-formats-wrapper {
        padding-right: 0
    }
    .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info h3 {
        font-size: 22px
    }
    .related-portfolio .wapper_portfolio .item_portfolio .portfolio-image .portfolio-hover .thumb-bg .mask-content .info h3 {
        font-size: 18px
    }
}

@media (max-width:599px) {
    .portfolio-gallery .columns,
    .related-portfolio .wapper_portfolio .item_portfolio {
        padding-bottom: 30px
    }
}

@media (max-width:414px) {
    .wapper_portfolio .filters .portfolio-tabs li a {
        margin: 0 10px
    }
}

@media (max-width:375px) {
    .wapper_portfolio .filters .portfolio-tabs li {
        margin-bottom: 15px
    }
}

@media (max-width:1200px) {
    body.responsive .list-link li a {
        font-size: 16px
    }
    body.responsive .thim-list-posts .item-post .article-title-wrapper h5 {
        font-size: 18px;
        line-height: 28px
    }
    body.responsive .thim-list-posts.style-3 .item-post {
        overflow: hidden
    }
    body.responsive .thim-list-posts.style-3 .item-post .article-title-wrapper h5 {
        font-size: 14px;
        line-height: 24px
    }
    body.responsive #home-gallery .gallery-info {
        width: 400px;
        margin-left: -200px;
        margin-top: -120px;
        height: 240px;
        padding-top: 45px
    }
}

@media (max-width:1200px) and (min-width:992px) {
    body.responsive .thim-testimonials .item-link {
        min-height: 410px
    }
}

@media (max-width:1024px) {
    body.responsive .container {
        width: 1024px;
        max-width: 100%
    }
}

@media (max-width:992px) {
    body.responsive .container {
        width: 960px;
        max-width: 100%;
        margin: 0 auto
    }
    body.responsive footer#colophon .footer {
        padding: 50px 0 20px
    }
    body.responsive .footer-sidebars>div {
        margin-bottom: 40px
    }
}

@media (max-width:992px) and (min-width:769px) {
    body.responsive .thim-icon-box h3 {
        font-size: 11px
    }
    body.responsive .list-link li {
        margin-bottom: 5px
    }
    body.responsive .list-link li a {
        font-size: 14px
    }
    body.responsive .thim-list-posts.style-3 .item-post {
        padding-left: 100px;
        min-height: 85px;
        margin-bottom: 25px
    }
    body.responsive .thim-list-posts.style-3 .item-post .article-image {
        width: 85px
    }
    body.responsive .thim-list-posts.style-3 .item-post .article-title-wrapper h5 {
        margin: 0 0 5px
    }
    body.responsive .thim-testimonials .item-link {
        padding-left: 220px;
        min-height: 322px
    }
    body.responsive .thim-testimonials .item-link .item-img {
        width: 200px
    }
    body.responsive .thim-testimonials .item-link .item-content .description {
        position: relative;
        font-size: 14px;
        line-height: 28px
    }
    body.responsive #home-gallery .gallery-info {
        width: 300px;
        margin-left: -150px;
        margin-top: -90px;
        height: 180px;
        padding-top: 30px
    }
    body.responsive #home-gallery .gallery-info .thim-heading {
        margin-bottom: 20px
    }
    body.responsive .footer-sidebars>div:nth-child(2n+1) {
        clear: both
    }
    body.responsive .thim-heading h3 {
        font-size: 20px;
        line-height: 28px
    }
    body.responsive .widget-area .widget.widget_thim_recent_posts ul li {
        margin-bottom: 20px;
        padding-left: 100px;
        min-height: 85px
    }
    body.responsive .widget-area .widget.widget_thim_recent_posts ul li .post_thumbnail {
        width: 85px
    }
    body.responsive .widget-area .widget.widget_thim_recent_posts ul li .time {
        margin-top: 10px
    }
    body.responsive .widget-area aside.widget .rsswidget,
    body.responsive .widget-area aside.widget .widget-title {
        font-size: 18px
    }
}

@media (max-width:768px) {
    body.responsive header#masthead.sticky-header.affix .width-logo .sticky-logo img {
        width: 372px
    }
    body.responsive .visible-lg,
    body.responsive .visible-md,
    body.responsive .visible-sm,
    body.responsive .visible-xs {
        display: block !important
    }
    body.responsive .header-v3 .navigation-top,
    body.responsive .stack-center .width-logo {
        margin: 0 !important
    }
    body.responsive .header-v3 .navigation-top>.tm-table,
    body.responsive .stack-center .width-logo>.tm-table {
        display: block
    }
    body.responsive .header-v3 .navigation-top .menu-mobile-effect,
    body.responsive .stack-center .width-logo .menu-mobile-effect {
        margin-top: 0
    }
    body.responsive #list-icon-box .panel-grid-cell {
        width: 33.33%;
        float: left
    }
    body.responsive #list-icon-box .panel-grid-cell:nth-child(3n) {
        border: none
    }
    body.responsive .thim-list-posts.style-1 .item-post .article-image .img-post,
    body.responsive .thim-list-posts.style-2 .item-post .article-image .img-post {
        display: none
    }
    body.responsive .thim-list-posts.style-1 .item-post .article-image .img-post-mobile,
    body.responsive .thim-list-posts.style-2 .item-post .article-image .img-post-mobile {
        display: block
    }
    body.responsive .thim-list-posts.style-1 .item-post .article-image img,
    body.responsive .thim-list-posts.style-2 .item-post .article-image img {
        width: 100%
    }
    body.responsive .thim-testimonials .item-link .item-content .description {
        font-size: 16px;
        line-height: 28px
    }
    body.responsive #home-gallery {
        margin-top: 30px
    }
    body.responsive .widget_thim_gallery .style-2 .row .item {
        width: 50%;
        float: left
    }
    body.responsive footer#colophon .widget_thim_gallery .row .item {
        width: 20%;
        float: left
    }
    body.responsive #list-certificate .panel-grid-cell {
        width: 33.33%;
        float: left
    }
}

@media (max-width:767px) {
    body.responsive #secondary {
        margin-top: 50px
    }
}

@media (max-width:599px) {
    body.responsive .thim-icon-box h3 {
        font-size: 14px
    }
    body.responsive .thim-testimonials .item-link {
        padding-left: 220px;
        min-height: 322px
    }
    body.responsive .thim-testimonials .item-link .item-img {
        width: 200px
    }
    body.responsive .thim-testimonials .item-link .item-content .description {
        font-size: 14px;
        line-height: 26px
    }
    body.responsive #comments .list-comments .comment-list li .content-comment .message,
    body.responsive .page-content article .nav-single h3 {
        line-height: 24px;
        font-size: 14px
    }
    body.responsive #home-gallery .gallery-info {
        width: 300px;
        margin-left: -150px;
        margin-top: -90px;
        height: 180px;
        padding-top: 25px
    }
    body.responsive #home-gallery .gallery-info .thim-heading {
        margin-bottom: 20px
    }
    body.responsive .page-content article .nav-single h3 span {
        display: block;
        font-size: 14px
    }
    body.responsive #list-certificate .panel-grid-cell {
        width: 100%
    }
    body.responsive .single-image {
        text-align: center !important
    }
}

@media (max-width:480px) {
    body.responsive #list-icon-box .panel-grid-cell {
        width: 50%;
        border: none
    }
    body.responsive .action-info h3 {
        font-size: 24px;
        margin: 0 0 30px
    }
    body.responsive .thim-testimonials .item-link {
        padding: 0;
        min-height: 0
    }
    body.responsive .thim-testimonials .item-link .item-img {
        width: 100%;
        position: static
    }
    body.responsive #home-gallery .gallery-info {
        width: 240px;
        margin-left: -120px
    }
    body.responsive footer#colophon .widget_thim_gallery .row .item {
        width: 33.33%
    }
    body.responsive .thim-social-share li {
        margin-bottom: 10px
    }
    .course .content .thumbnail .img_thumbnail img {
        width: 480px
    }
}

.rounded-view-all-button:before,
.thim-border-bottom {
    border-bottom: 1px solid #e7e7e7
}

.thim-brands .container {
    padding-right: 0;
    padding-left: 0
}

.thim-brands .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.thim-brands.thim-border-bottom {
    padding-bottom: 38px
}

.thim-brands.owl-carousel .owl-item img {
    width: auto
}

.thim-brands .item-brands {
    -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;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.thim-brands .item-brands:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05)
}

.thim-brands .item-brands img {
    width: auto;
    max-width: 100%;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: .6;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    -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-brands .item-brands:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-brands.thim-brands-demo5 {
    display: flex;
    align-items: center;
    padding: 36px 0
}

.thim-brands.thim-brands-demo5 .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.thim-border-top {
    border-top: 1px solid #e7e7e7
}

.thim-border-left {
    border-left: 1px solid #e7e7e7
}

.thim-border-right {
    border-right: 1px solid #e7e7e7
}

.thim-sc-button {
    text-align: center
}

.thim-sc-button .btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer
}

.thim-sc-button .btn.btn-md {
    font-size: 15px;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0 32px;
    line-height: 42px;
    height: 43px
}

.thim-sc-button .btn.btn-lg {
    font-size: 14px;
    letter-spacing: .3px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px
}

.thim-sc-button.show-separator {
    position: relative
}

.thim-sc-button.show-separator .btn {
    position: relative;
    z-index: 10
}

.thim-sc-button.show-separator:before {
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    z-index: 1
}

.thim-sc-button .btn-secondary {
    border-color: #FFF
}

.thim-sc-count-down {
    letter-spacing: .4px;
    line-height: .6;
    text-align: center
}

.thim-sc-count-down .title {
    margin-bottom: 31px;
    font-size: 28px;
    font-weight: 100
}

.thim-sc-count-down .counter {
    font-weight: 300
}

.thim-sc-count-down .counter .count-item {
    margin: 0 37px;
    position: relative;
    display: inline-block
}

.thim-sc-count-down .counter .count-item .number {
    font-size: 70px;
    display: block;
    line-height: 70px;
    margin-bottom: 11px
}

.thim-sc-count-down .counter .count-item .label {
    font-size: 18px;
    line-height: 18px;
    font-weight: 100
}

.thim-sc-count-down .counter .count-item:before {
    content: ':';
    position: absolute;
    left: -47px;
    top: 12px;
    font-size: 70px
}

.thim-sc-count-down .counter .count-item:first-child:before {
    display: none
}

.thim-sc-counter-box .sc-title {
    font-size: 42px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: .8px;
    margin-bottom: 15px
}

.thim-sc-counter-box.style-1 .counter_box {
    text-align: left
}

.thim-sc-counter-box.style-1 .counter_box .icon_counter {
    margin-bottom: 23px
}

.thim-sc-counter-box.style-1 .counter_box .number {
    margin-bottom: 4px
}

.thim-sc-counter-box .counter_box {
    position: relative;
    margin-right: 119px;
    text-align: center;
    display: inline-block
}

.thim-sc-counter-box .counter_box:last-child {
    margin-right: 0
}

.thim-sc-counter-box .counter_box .icon_counter {
    font-size: 50px;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.thim-sc-counter-box .counter_box .number {
    font-size: 45px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: normal;
    margin-bottom: 12px
}

.thim-sc-counter-box .counter_box .number:after,
.thim-sc-counter-box .counter_box .number:before {
    content: " ";
    display: table
}

.thim-sc-counter-box .counter_box .number:after {
    clear: both
}

.thim-sc-counter-box .counter_box .title_counter {
    display: block;
    clear: both
}

.thim-sc-counter-box .counter_box .title_counter .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .3px;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.thim-sc-counter-box .counter_box:hover .icon_counter,
.thim-sc-counter-box .counter_box:hover .title_counter .title {
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.thim-block-1 .main-course .featured-img,
.thim-sc-course-search input[name=s] {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.thim-sc-counter-box .counter_box:not(:last-child) .separator:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-image: radial-gradient(circle 5px, #dfdfdf 12%, transparent 16%);
    background-size: 4px 7px;
    left: calc(100% + 26px);
    top: 32px
}

.thim-sc-counter-box.style-2 .counter_box {
    margin-right: 114px
}

.thim-sc-counter-box.style-2 .counter_box:last-child {
    margin: 0
}

.thim-sc-counter-box.style-2 .counter_box:last-child:after {
    display: none
}

.thim-sc-counter-box.style-2 .counter_box .number {
    margin-bottom: 5px
}

.thim-sc-counter-box.style-2 .counter_box .title_counter .title {
    margin: 0
}

.thim-sc-counter-box.style-2 .counter_box.has-line .separator {
    background-color: #888
}

.thim-sc-counter-box.style-2 .counter_box.has-line .separator:before {
    content: none
}

.thim-sc-counter-box.style-2 .counter_box.has-line:not(:last-child) .separator:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 1px;
    background-color: inherit;
    top: 50%;
    left: calc(100% + 15px);
    margin-top: 4px;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: .2;
    -khtml-opacity: .2;
    -moz-opacity: .2;
    -ms-opacity: .2;
    -o-opacity: .2;
    opacity: .2
}

.thim-sc-counter-box.demo-coursify {
    padding-top: 146px;
    padding-bottom: 132px
}

.thim-sc-counter-box.demo-elearning-2 .counter_box .number {
    font-size: 56px
}

.thim-sc-counter-box.demo-single-instructor .counter_box .number {
    font-size: 65px
}

.thim-sc-counter-box.demo-test-prep .counter_box .number {
    font-size: 50px
}

.thim-sc-course-search {
    max-width: 545px;
    margin: 0 auto;
    position: relative
}

.thim-sc-course-search:after,
.thim-sc-course-search:before {
    content: " ";
    display: table
}

.thim-sc-course-search:after {
    clear: both
}

.thim-sc-course-search input[name=s] {
    width: 545px;
    height: 48px;
    background-color: #fff;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .3px;
    border: 0;
    -khtml-transition: all .5s;
    transition: all .5s
}

.thim-sc-course-search input[name=s]:-moz-placeholder {
    color: #888
}

.thim-sc-course-search input[name=s]::-moz-placeholder {
    color: #888
}

.thim-sc-course-search input[name=s]:-ms-input-placeholder {
    color: #888
}

.thim-sc-course-search input[name=s]::-webkit-input-placeholder {
    color: #888
}

.thim-sc-course-search input[name=s]:focus,
.thim-sc-course-search input[name=s]:hover {
    box-shadow: 7.9px 7.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-sc-course-search button {
    width: 47px;
    border: 0;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    outline: 0 !important
}

.thim-sc-course-search button:before {
    content: '';
    height: 18px;
    width: 1px;
    border-left: 1px solid;
    left: 0;
    top: 50%;
    position: absolute;
    border-color: #e7e7e7;
    margin-top: -9px
}

.thim-sc-course-search .thim-loading-icon {
    width: 47px;
    border: 0;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    height: 48px;
    display: none;
    text-align: center
}

.thim-sc-course-search .thim-loading-icon:before {
    content: '';
    height: 18px;
    width: 1px;
    border-left: 1px solid;
    left: 0;
    top: 50%;
    position: absolute;
    border-color: #e7e7e7;
    margin-top: -9px
}

.thim-sc-course-search .thim-loading-icon .sk-chasing-dots {
    margin: 15px auto;
    width: 18px;
    height: 18px;
    display: inline-block
}

.thim-sc-course-search .thim-loading-icon .sk-three-bounce {
    width: 100%
}

.thim-sc-course-search .thim-loading-icon .sk-three-bounce .sk-child {
    width: 9px;
    height: 9px
}

.thim-sc-course-search.loading .thim-loading-icon {
    display: inline-block
}

.thim-sc-course-search.loading button {
    display: none
}

.thim-sc-course-search form {
    position: relative;
    display: block
}

.thim-sc-course-search .courses-list-search li:after,
.thim-sc-course-search .courses-list-search li:before,
.thim-sc-course-search .courses-list-search:after,
.thim-sc-course-search .courses-list-search:before,
.thim-sc-course-search form:after,
.thim-sc-course-search form:before {
    content: " ";
    display: table
}

.thim-sc-course-search form:after {
    clear: both
}

.thim-sc-course-search .courses-list-search {
    margin: -3px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99
}

.thim-sc-course-search .courses-list-search:after {
    clear: both
}

.thim-sc-course-search .courses-list-search li {
    padding: 10px 20px
}

.thim-sc-course-search .courses-list-search li:after {
    clear: both
}

.thim-sc-course-search .courses-list-search li a {
    color: #888
}

.thim-sc-course-search.popup .toggle-form {
    cursor: pointer;
    position: relative;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thim-sc-course-search.popup .form-search-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    margin: 0;
    width: 100%;
    height: 100vh;
    -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-sc-course-search.popup .form-search-wrapper .background-toggle,
body.thim-active-search-popup .thim-sc-course-search.popup .form-search-wrapper .background-toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

.thim-sc-course-search.popup .form-search-wrapper form {
    top: 50%;
    max-width: 545px;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: relative
}

.thim-sc-course-search.popup .form-search-wrapper form:after {
    content: ''
}

.thim-sc-course-search.popup .form-search-wrapper form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: 0;
    color: #fff;
    font-size: 18px;
    outline: 0;
    box-shadow: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.thim-sc-course-search.popup .form-search-wrapper form button:before {
    display: none
}

.thim-sc-course-search.popup .form-search-wrapper form .courses-search-input {
    width: 100%;
    height: 50px
}

.thim-sc-course-search.popup .form-search-wrapper form .courses-list-search>li {
    display: block
}

body.thim-active-search-popup #back-to-top {
    z-index: 9
}

body.thim-active-search-popup .thim-sc-course-search.popup .form-search-wrapper {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.thim-block-1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.thim-block-1:after,
.thim-block-1:before {
    content: " ";
    display: table
}

.thim-block-1:after {
    clear: both
}

.thim-block-1 .main-course {
    float: left;
    width: 69.4%;
    padding-right: 40px;
    position: relative;
    z-index: 9
}

.thim-block-1 .main-course .featured-img {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-transition: all .5s;
    transition: all .5s;
    z-index: 7
}

.thim-block-1 .main-course .content-video:before,
.thim-block-1 .main-course .featured-img:after {
    content: '';
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: absolute
}

.thim-block-1 .main-course .featured-img:before {
    content: '';
    position: absolute;
    z-index: 9;
    width: 0;
    height: 0;
    top: -1px;
    left: -1px;
    border-right: 108px solid transparent
}

.thim-block-1 .main-course .featured-img .course-label {
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 24px;
    left: 18px;
    z-index: 1000;
    transform: rotate(-45deg);
    font-weight: 400;
    text-transform: uppercase
}

.thim-block-1 .main-course .featured-img:after {
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all .5s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.thim-block-1 .main-course .featured-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.thim-block-1 .main-course .featured-img:hover {
    -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)
}

.thim-block-1 .main-course .featured-img:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-block-1 .main-course .content-video {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    min-width: 70%;
    color: #fff;
    z-index: 3
}

.thim-block-1 .main-course .content-video:before {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition: all .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.thim-block-1 .course-item,
.thim-block-1 .main-course .content-video span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -khtml-transition: all .5s
}

.thim-block-1 .main-course .content-video:hover:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-block-1 .main-course .content-video span {
    display: inline-block;
    width: 93px;
    height: 93px;
    font-size: 70px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 27px;
    transition: all .5s
}

.thim-block-1 .main-course .content-video span:before {
    margin-left: 10px;
    line-height: 93px
}

.thim-block-1 .main-course .content-video .title {
    letter-spacing: .6px;
    line-height: 1;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.thim-block-1 .main-course .content-video .title a {
    color: #fff;
    font-weight: 300
}

.thim-block-1 .main-course .content-video .description {
    line-height: 1.44;
    letter-spacing: .4px;
    font-size: 18px;
    max-width: 800px
}

.thim-block-1 .course-item {
    width: 30.6%;
    float: right;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    transition: all .5s
}

.thim-block-1 .course-item .feature-img .wrap-author .sc-review-stars .review-stars-rated,
.thim-block-1 .course-item .feature-img .wrap-author .sc-review-stars .review-stars-rated .review-stars.empty {
    width: auto
}

.thim-block-1 .course-item .feature-img {
    float: left;
    position: relative;
    margin-right: 24px;
    overflow: hidden;
    border-radius: 4px 0 0 4px
}

.thim-block-1 .course-item .feature-img .wrap-author {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(223, 108, 79, .6)
}

.thim-block-1 .course-item .feature-img .wrap-author .avatar {
    max-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FFF;
    margin: 17px 0 6px
}

.thim-block-1 .course-item .feature-img .wrap-author .name a {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.38;
    color: #fff
}

.thim-block-1 .course-item .feature-img .wrap-author .sc-review-stars {
    margin-top: 4px
}

.thim-block-1 .course-item .feature-img .wrap-author .sc-review-stars .review-stars-rated .review-stars.empty,
.thim-block-1 .course-item .feature-img .wrap-author .sc-review-stars .review-stars-rated .review-stars.filled {
    font-size: 12px;
    color: #fff
}

.thim-block-1 .course-item .course-detail {
    padding: 0 20px
}

.thim-block-1 .course-item .course-detail .title {
    font-size: 18px;
    margin-top: 33px;
    margin-bottom: 0;
    line-height: 1.22;
    letter-spacing: .4px
}

.thim-block-1 .course-item .course-detail .meta {
    margin-top: 35px;
    line-height: 1
}

.thim-block-1 .course-item .course-detail .meta .number-students {
    font-size: 16px;
    letter-spacing: .3px;
    color: #adadad
}

.thim-block-1 .course-item .course-detail .meta .number-students:before {
    content: "\f212";
    font-family: Ionicons;
    display: inline-block;
    margin-right: 3px;
    font-size: 18px
}

.thim-block-1 .course-item .course-detail .meta .price {
    float: right;
    margin-right: 35px;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 500
}

.thim-block-1 .course-item .course-detail .meta .price.free {
    text-transform: uppercase;
    color: #df6c4f
}

.thim-block-1 .course-item:hover {
    -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)
}

.thim-block-1 .course-item:hover .feature-img .wrap-author {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg,
.thim-course-block-3 .sale-course-label {
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: .8;
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-courses-block-2 {
    padding-bottom: 94px
}

.thim-courses-block-2 .no-gutter {
    margin: 0
}

.thim-courses-block-2 .no-gutter>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.thim-courses-block-2 .no-gutter .intro-item .wrapper {
    position: absolute;
    top: 50%;
    padding-left: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.thim-courses-block-2 .intro-item {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .15);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .15);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .15)
}

.thim-course-block-3 .course-item .wrapper:hover,
.thim-courses-block-2 .intro-item .view-courses-button {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-courses-block-2 .intro-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.06, 1.05);
    -moz-transform: scale(1.06, 1.05);
    -ms-transform: scale(1.06, 1.05);
    -o-transform: scale(1.06, 1.05);
    z-index: -1
}

.thim-course-block-3 .sale-course-label,
.thim-courses-block-2 .course-item.new-course .course-label {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.thim-courses-block-2 .intro-item .title {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 33px;
    padding-left: 9px;
    letter-spacing: .7px;
    font-weight: 300;
    color: #fff
}

.thim-courses-block-2 .intro-item .description {
    font-size: 18px;
    color: #fff;
    line-height: 1.44;
    margin-bottom: 63px;
    padding-left: 9px;
    letter-spacing: .4px
}

.thim-courses-block-2 .intro-item .view-courses-button {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 11px 28px 9px 29px;
    background-color: #fff;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-courses-block-2 .intro-item .view-courses-button:hover {
    -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)
}

.thim-courses-block-2 .course-item.hide-label .course-label,
.thim-courses-block-2 .course-item.hide-label:before {
    display: none !important;
    opacity: 0 !important
}

.thim-courses-block-2 .course-item:hover .content-item .price .course-origin-price,
.thim-courses-block-2 .course-item:hover .content-item .price .course-price {
    color: #fff
}

.thim-courses-block-2 .course-item:hover .content-item .price .course-price.free {
    color: #fff !important
}

.thim-courses-block-2 .course-item:hover .featured-img:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-courses-block-2 .course-item:hover .featured-img:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-courses-block-2 .course-item:hover.new-course:before {
    border-top: 86px solid #df6c4f
}

.thim-courses-block-2 .course-item.new-course {
    position: relative
}

.thim-courses-block-2 .course-item.new-course:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-right: 86px solid transparent;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 4
}

.thim-courses-block-2 .course-item.new-course .course-label {
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 18px;
    left: 10px;
    z-index: 1000;
    font-weight: 400;
    text-transform: uppercase
}

.thim-courses-block-2 .course-item .featured-img {
    position: relative
}

.thim-courses-block-2 .course-item .featured-img:after,
.thim-courses-block-2 .course-item .featured-img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 110px);
    left: 0;
    bottom: 0;
    pointer-events: 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-courses-block-2 .course-item .featured-img:before {
    background-color: rgba(223, 108, 79, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 108, 79, 0)), to(rgba(223, 108, 79, .7)));
    background-image: -webkit-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, .7));
    background-image: -moz-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, .7));
    background-image: -ms-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, .7));
    background-image: -o-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, .7));
    background-image: linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, .7));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(223, 108, 79, 0)', endColorStr='rgba(223, 108, 79, 0.7)');
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-courses-block-2 .course-item .featured-img:after {
    z-index: 2;
    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, .7)));
    background-image: -webkit-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .7));
    background-image: -moz-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .7));
    background-image: -ms-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .7));
    background-image: -o-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .7));
    background-image: linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, .7));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(33, 32, 32, 0)', endColorStr='rgba(33, 32, 32, 0.7)');
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-courses-block-2 .course-item .featured-img:hover:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-courses-block-2 .course-item .featured-img:hover:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-courses-block-2 .course-item .content-item {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 0 30px 35px
}

.thim-courses-block-2 .course-item .content-item .name {
    line-height: 1;
    margin-bottom: 14px;
    text-transform: capitalize;
    display: inline-block
}

.thim-courses-block-2 .course-item .content-item .name a {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .3px;
    color: #fff
}

.thim-courses-block-2 .course-item .content-item .title {
    margin-bottom: 29px
}

.thim-courses-block-2 .course-item .content-item .title a {
    display: block;
    line-height: 1.33;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 400;
    color: #fff
}

.thim-courses-block-2 .course-item .content-item .price {
    display: inline-flex;
    align-items: center
}

.thim-courses-block-2 .course-item .content-item .price .course-price {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .4px;
    margin-right: 11px;
    -webkit-transition: all .4s;
    -khtml-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.thim-courses-block-2 .course-item .content-item .price .free {
    color: #df6c4f !important;
    font-size: 20px;
    text-transform: uppercase
}

.thim-courses-block-2 .course-item .content-item .price .course-origin-price {
    order: 2;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .3px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.thim-course-block-3 {
    padding-top: 87px
}

.thim-course-block-3.title-center .wrapper-title {
    margin-top: 6px;
    margin-bottom: 17px
}

.thim-course-block-3.hide-label .wrapper .new-course-label,
.thim-course-block-3.hide-label .wrapper:after {
    display: none !important;
    opacity: 0 !important
}

.thim-course-block-3 .title {
    font-size: 42px;
    letter-spacing: .8px;
    text-align: center;
    text-transform: capitalize;
    max-width: 927px;
    margin: 0 auto 17px
}

.thim-course-block-3 .masonry-filter {
    text-align: center;
    font-size: 18px;
    letter-spacing: .4px;
    text-transform: capitalize;
    margin-bottom: 60px
}

.thim-course-block-3 .masonry-filter .filter {
    margin-right: 54px;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent
}

.thim-course-block-3 .masonry-filter .filter.is-checked {
    border-bottom: 1px solid #1ea69a;
    color: #1ea69a;
    font-weight: 500
}

.thim-course-block-3 .masonry-items {
    margin-left: -30px;
    margin-right: -30px
}

.thim-course-block-3 .masonry-items .row:after,
.thim-course-block-3 .masonry-items .row:before {
    content: " ";
    display: table
}

.thim-course-block-3 .masonry-items .row:after {
    clear: both
}

.thim-course-block-3 .course-item {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 54px
}

.thim-course-block-3 .course-item .wrapper {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-course-block-3 .course-item .wrapper:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    background-color: #FFF
}

.thim-collection-info .view-all-button:hover,
.thim-sc-courses-carousel .content:hover .sub-content {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-course-block-3 .course-item .featured-img {
    position: relative;
    margin-bottom: 26px
}

.thim-course-block-3 .course-item .featured-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 47px);
    background-color: rgba(0, 0, 0, 0) 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0) 40%), to(rgba(102, 102, 102, .8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(102, 102, 102, .8));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(102, 102, 102, .8));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(102, 102, 102, .8));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(102, 102, 102, .8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(102, 102, 102, .8));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0) 40%', endColorStr='rgba(102, 102, 102, 0.8)')
}

.thim-course-block-3 .course-item .featured-img img {
    border: 5px solid #fff
}

.thim-course-block-3 .course-item .course-title {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0 20px 10px 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.thim-course-block-3 .course-item .participants {
    padding-left: 30px;
    padding-bottom: 28px;
    font-size: 16px
}

.thim-course-block-3 .course-item .participants .instructor {
    margin-right: 5px;
    text-transform: capitalize
}

.thim-course-block-3 .course-item .participants .students {
    display: inline-block;
    color: #878787
}

.thim-course-block-3 .course-item .participants .students:before {
    content: '/';
    margin-right: 7px
}

.thim-course-block-3 .course-item .course-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

.thim-course-block-3 .course-item .course-meta .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 45px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500
}

.thim-course-block-3 .course-item .course-meta .price .course-origin-price {
    order: 2;
    padding-right: 0;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .4px;
    color: #202121;
    font-weight: 300;
    padding-top: 3px
}

.thim-course-block-3 .course-item .course-meta .price span {
    margin-left: 7px
}

.thim-course-block-3 .course-item .course-meta .price span:last-child {
    margin-left: 0
}

.thim-course-block-3 .course-item .course-meta .price .course-price {
    letter-spacing: .4px;
    color: #f47e49
}

.thim-course-block-3 .course-item .course-meta .course-rating {
    color: #ddd;
    line-height: 42px;
    padding-right: 19px
}

.thim-course-block-3 .course-item .course-meta .course-rating .review-stars-rated {
    width: 56px;
    margin-right: 6px
}

.thim-course-block-3 .course-item .course-meta .course-rating span {
    font-size: 14px;
    letter-spacing: .3px
}

.thim-course-block-3 .new-course-label,
.thim-course-block-3 .sale-course-label {
    position: absolute;
    top: 18px;
    font-size: 16px;
    color: #fff;
    -khtml-opacity: .8;
    font-weight: 400;
    text-transform: uppercase
}

.thim-course-block-3 .sale-course-label {
    left: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .8
}

.thim-course-block-3 .new-course-label {
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8
}

.thim-course-block-3 .new-course .wrapper:after,
.thim-course-block-3 .sale .wrapper:before {
    width: 0;
    height: 0;
    top: 0;
    border-top: 86px solid #f47e49;
    content: ''
}

.thim-course-block-3 .new-course .wrapper {
    position: relative
}

.thim-course-block-3 .new-course .wrapper:after {
    position: absolute;
    z-index: 2;
    right: 0;
    border-left: 86px solid transparent
}

.thim-course-block-3 .new-course .wrapper .new-course-label,
.thim-course-block-3 .sale .wrapper .sale-course-label {
    z-index: 3
}

.thim-course-block-3 .sale .wrapper {
    position: relative
}

.thim-course-block-3 .sale .wrapper:before {
    position: absolute;
    z-index: 3;
    left: 0;
    border-right: 86px solid transparent
}

.thim-course-block-3 .review-stars-rated .review-stars.empty,
.thim-course-block-3 .review-stars-rated .review-stars.filled {
    font-size: 11px;
    height: 10px
}

.thim-course-block-3 .wrapper-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 39px
}

.thim-course-block-3 .col-sm-3.course-item .course-meta .course-rating span,
.thim-sc-courses-carousel svg {
    display: none
}

.thim-course-block-3 .wrapper-title .title {
    margin: 0
}

.thim-course-block-3 .wrapper-title .title.title-center {
    margin: 0 auto
}

.thim-course-block-3 .wrapper-title .view-courses-button {
    font-size: 16px;
    letter-spacing: .3px;
    color: #888;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid;
    line-height: 0;
    padding-bottom: 7px
}

.thim-sc-courses-carousel {
    position: relative
}

.thim-sc-courses-carousel .inner-carousel {
    z-index: 2
}

.thim-sc-courses-carousel .owl-stage-outer {
    padding: 0 30px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.thim-sc-courses-carousel .carousel-bg {
    /*background: #ffffff;*/
    content: '';
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: block;
    position: absolute
}

.thim-sc-courses-carousel .owl-nav {
    margin-top: 0
}

.thim-sc-courses-carousel .owl-nav .owl-next,
.thim-sc-courses-carousel .owl-nav .owl-prev {
    background: 0 0;
    position: absolute;
    top: 30%;
    left: -103px;
    font-size: 70px;
    opacity: .6;
    color: #fff
}

.thim-sc-courses-carousel .owl-nav .owl-next:hover,
.thim-sc-courses-carousel .owl-nav .owl-prev:hover {
    background: 0 0;
    opacity: 1;
    cursor: pointer;
    color: #fff
}

.thim-sc-courses-carousel .owl-nav .owl-next {
    left: auto;
    right: -103px
}

.thim-sc-courses-carousel .owl-dots {
    padding: 45px 0 37px;
    background: #f6f6f7;
    margin-top: 0 !important
}

.thim-sc-courses-carousel .owl-dots .owl-dot {
    padding-bottom: 1px;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: .6;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    margin: 0 2px
}

.thim-sc-courses-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 1px
}

.thim-sc-courses-carousel .owl-dots .owl-dot.active {
    border-radius: 100%;
    border: 1px solid;
    padding: 1px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-courses-carousel .content .thumbnail {
    overflow: hidden;
    position: relative
}

.thim-sc-courses-carousel .content .thumbnail .img_thumbnail:before {
    content: '';
    top: 0;
    right: -1px;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0) 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0) 50%), to(rgba(32, 33, 33, .7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0) 50%', endColorStr='rgba(32, 33, 33, 0.7) 100%')
}

.thim-sc-courses-carousel .content .thumbnail .img_thumbnail:before img {
    transform: scale(1)
}

.thim-sc-courses-carousel .content .thumbnail .img_thumbnail img {
    -webkit-transition: .5s ease-in-out;
    -khtml-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.thim-sc-courses-carousel .content .thumbnail .img_thumbnail:hover img {
    transform: scale(1.2)
}

.thim-sc-courses-carousel .content .thumbnail .price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .4px;
    padding: 11px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f7;
    text-transform: uppercase;
    z-index: 999
}

.thim-sc-courses-carousel .content .thumbnail .price .course-origin-price {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.57;
    letter-spacing: .3px;
    margin-left: 10px;
    text-decoration: line-through;
    padding-top: 1px;
    order: 2
}

.thim-login .link-bottom a,
.thim-sc-login .thim-login-popup .login:hover,
.thim-sc-login .thim-login-popup .register:hover,
.thim-sc-login.link-to-account a:hover {
    text-decoration: underline
}

.thim-sc-courses-carousel .content .thumbnail .price .course-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .4px
}

.thim-sc-courses-carousel .content .thumbnail .sale {
    width: 0;
    height: 0;
    border-top: 86px solid #ffae00;
    border-right: 86px solid transparent;
    display: inline-block;
    position: absolute;
    z-index: 999
}

.thim-sc-courses-carousel .content .thumbnail .sale .text-sale {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: -68px;
    display: inline-block;
    left: 10px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.thim-sc-courses-carousel .content .thumbnail .review .sc-review-stars {
    z-index: 999;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 27px
}

.thim-sc-courses-carousel .content .thumbnail .review .sc-review-stars .review-stars-rated {
    width: 55px;
    margin-left: 60px;
    height: 27px;
    margin-top: 0
}

.thim-sc-courses-carousel .content .thumbnail .review .sc-review-stars .review-stars-rated .filled {
    right: 0
}

.thim-sc-courses-carousel .content .thumbnail .review .sc-review-stars .review-stars-rated .empty,
.thim-sc-courses-carousel .content .thumbnail .review .sc-review-stars .review-stars-rated .filled {
    font-size: 11px;
    color: #e5e5e6
}

.thim-sc-courses-carousel .content .thumbnail .review.review-course .vote {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    color: #e5e5e6;
    z-index: 2;
    bottom: 9px;
    right: 15px;
    display: inline
}

.thim-sc-courses-carousel .content .thumbnail .review.review-course .sc-review-stars {
    right: 72px
}

.thim-sc-courses-carousel .content .sub-content {
    background: #f6f6f7;
    height: auto;
    padding-bottom: 30px
}

.thim-sc-courses-carousel .content .sub-content .title {
    padding: 25px 28px 12px;
    /* line-height: 1.38; */
}

.thim-sc-courses-carousel .content .sub-content .title a {
    font-size: 18px;
    /* line-height: 1.38; */
    /* letter-spacing: .3px; */
    /* font-weight: 400; */
    /* text-transform: uppercase; */
}

.thim-sc-courses-carousel .content .sub-content .data-comment {
    padding: 0 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: .3px;
    color: #878787
}

.thim-sc-courses-carousel .content:hover .thumbnail .price {
    background: #fff;
    -khtml-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.thim-sc-courses-carousel .content:hover .sub-content {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -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;
    background: #fff
}

.thim-sc-courses-carousel.style-1 {
    margin-left: -14px
}

.thim-sc-courses-carousel.style-1 svg {
    display: inline-block;
    width: 46px;
    height: 46px
}

.thim-sc-courses-carousel.style-1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 97%;
    border-bottom: 1px solid rgba(232, 232, 232, .7);
    margin: 0 auto
}

.thim-sc-courses-carousel.style-1 .carousel-bg {
    display: none !important
}

.thim-sc-courses-carousel.style-1 .content:hover .hover-content {
    opacity: 1
}

.thim-sc-courses-carousel.style-1 .content .thumbnail:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    opacity: .4;
    background-image: linear-gradient(to right, #000 30%, #1fb8fc)
}

.thim-sc-courses-carousel.style-1 .content .thumbnail .price {
    position: static;
    background: 0 0
}

.thim-sc-courses-carousel.style-1 .content .thumbnail .img_thumbnail img {
    transform: scale(1) !important
}

.thim-sc-courses-carousel.style-1 .content .thumbnail .img_thumbnail:before {
    display: none
}

.thim-sc-courses-carousel.style-1 .content .sub-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    padding: 0 24px 24px;
    background: 0 0;
    z-index: 2
}

.thim-sc-courses-carousel.style-1 .content .sub-content .title {
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 400;
    letter-spacing: .4px;
    color: #fff;
    padding: 0
}

.thim-sc-courses-carousel.style-1 .content .sub-content .author {
    font-family: Lato;
    font-weight: 300;
    font-style: italic;
    line-height: 1.38;
    color: #fff
}

.thim-sc-courses-carousel.style-1 .content .sub-content .price {
    padding: 0
}

.thim-sc-courses-carousel.style-1 .content .sub-content .price span {
    text-transform: capitalize !important;
    letter-spacing: .4px !important
}

.thim-sc-courses-carousel.style-1 .content .hover-content {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    padding: 50px 36px;
    align-items: left;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1)
}

.thim-collection-info .view-all-button,
.thim-courses-collection .slidee .collection-item:before {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.thim-sc-courses-carousel.style-1 .content .hover-content .title {
    margin-bottom: 8px
}

.thim-sc-courses-carousel.style-1 .content .hover-content .title a {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .4px
}

.thim-sc-courses-carousel.style-1 .content .hover-content .description {
    margin-top: 35px;
    font-weight: 300
}

.thim-sc-courses-carousel.style-1 .content .hover-content .description a {
    color: inherit
}

.thim-sc-courses-carousel.style-1 .content .hover-content .review {
    position: relative;
    padding-bottom: 10px
}

.thim-sc-courses-carousel.style-1 .content .hover-content .review:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 46px;
    height: 1px;
    background: #e7e7e7
}

.thim-sc-courses-carousel.style-1 .content .hover-content .review span.vote {
    display: none
}

.thim-sc-courses-carousel.style-1 .content .hover-content .review .sc-review-stars {
    display: inline-block;
    padding-top: 4px;
    font-size: 12px
}

.thim-sc-courses-carousel.style-1 .content .hover-content .review .sc-review-stars .review-stars {
    color: #f47e49 !important
}

.thim-sc-courses-carousel.style-1 .content .hover-content .review .sc-review-stars .review-stars-rated {
    width: auto;
    position: relative;
    display: inline-block
}

.thim-sc-courses-carousel.style-1 .content .hover-content .wrap-author {
    margin-top: 47px;
    display: flex;
    align-items: center
}

.thim-sc-courses-carousel.style-1 .content .hover-content .wrap-author img {
    float: left;
    width: 61px;
    height: 61px;
    border-radius: 50%
}

.thim-sc-courses-carousel.style-1 .content .hover-content .wrap-author .name {
    float: left;
    padding-left: 17px
}

.thim-sc-courses-carousel.style-1 .content .hover-content .wrap-author .name div {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .3px;
    text-align: left;
    color: #888
}

.thim-sc-courses-carousel.style-1 .content .hover-content .wrap-author .name a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    text-align: left
}

.thim-sc-courses-carousel.style-1 .has-video .format {
    background-color: #1fb8fc
}

.thim-sc-courses-carousel.style-1 .has-video .format:before {
    font-size: 35px;
    content: "\f487"
}

.thim-sc-courses-carousel.style-1 .format {
    position: absolute;
    z-index: 1;
    top: 25px;
    border-radius: 2px;
    right: 25px;
    display: inline-block;
    width: 56px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-sc-courses-carousel.style-1 .format:before {
    content: "\f471";
    font-family: Ionicons;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.thim-sc-courses-carousel.style-1 .owl-dots {
    background: 0 0 !important
}

.thim-background-overlay .thim-collection-info .view-all-button,
.thim-background-overlay .thim-courses-collection .scrollbar .handle,
.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:hover .collection-wrapper {
    background-color: #fff
}

.thim-sc-courses-carousel.style-1 .inner-carousel {
    width: 1132px;
    margin: 0 auto
}

.thim-sc-courses-carousel.style-1 .owl-stage-outer {
    margin: 0 -29px;
    padding-bottom: 60px;
    padding-left: 29px;
    padding-right: 29px
}

.thim-sc-courses-carousel.style-1 .owl-nav .owl-next,
.thim-sc-courses-carousel.style-1 .owl-nav .owl-prev {
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: 50%;
    font-size: 30px;
    margin-top: -53px;
    border-radius: 50%;
    opacity: 1;
    padding: 0;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.thim-sc-courses-carousel.style-1 .owl-nav .owl-prev {
    left: -86px
}

.thim-sc-courses-carousel.style-1 .owl-nav .owl-next i,
.thim-sc-courses-carousel.style-1 .owl-nav .owl-prev i {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: 2px;
    left: 0
}

.thim-sc-courses-carousel.style-1 .owl-nav .owl-next {
    right: -86px
}

.vc_row-has-fill .thim-sc-courses-carousel .owl-nav .owl-next,
.vc_row-has-fill .thim-sc-courses-carousel .owl-nav .owl-prev {
    color: #fff
}

.vc_row-has-fill .thim-sc-courses-carousel .owl-nav .owl-next:hover,
.vc_row-has-fill .thim-sc-courses-carousel .owl-nav .owl-prev:hover {
    color: #fff;
    opacity: 1
}

article.sidebar-right .thim-sc-courses-carousel {
    max-width: 1100px;
    margin-left: -50px
}

article.sidebar-right .thim-sc-courses-carousel .owl-nav .owl-next,
article.sidebar-right .thim-sc-courses-carousel .owl-nav .owl-prev {
    left: -85px
}

article.sidebar-right .thim-sc-courses-carousel .owl-nav .owl-next {
    left: auto;
    right: -85px
}

.thim-sc-courses-carousel.style-1 .owl-nav .owl-next:not(.disabled):hover i,
.thim-sc-courses-carousel.style-1 .owl-nav .owl-prev:not(.disabled):hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.thim-sc-courses-carousel.style-1 .owl-nav .owl-next:not(.disabled) i,
.thim-sc-courses-carousel.style-1 .owl-nav .owl-prev:not(.disabled) i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.thim-background-overlay .thim-collection-info .title {
    color: #fff;
    font-weight: 300
}

.thim-background-overlay .thim-collection-info .line:before {
    border-top: 30px solid #fff
}

.thim-background-overlay .thim-collection-info .description {
    color: #fff
}

.thim-background-overlay .thim-collection-info .view-all-button:hover {
    color: #fff
}

.thim-courses-collection-wrapper {
    padding-top: 106px
}

.thim-collection-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.thim-collection-info .title {
    font-size: 36px;
    letter-spacing: .8px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 20px;
    text-transform: capitalize;
    font-weight: 300
}

.thim-collection-info .line {
    display: inline-block;
    line-height: 0
}

.thim-collection-info .line:before {
    content: "";
    width: 1px;
    height: 30px;
    display: inline-block;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: .2;
    -khtml-opacity: .2;
    -moz-opacity: .2;
    -ms-opacity: .2;
    -o-opacity: .2;
    opacity: .2
}

.thim-collection-info .description {
    flex-grow: 1;
    margin-top: 6px;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: .3px
}

.thim-collection-info .view-all-button {
    color: #fff;
    padding: 11px 26px 10px 28px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 400;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -khtml-transition: all .5s;
    transition: all .5s
}

.thim-collection-info .view-all-button:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-courses-collection .slidee .collection-item,
.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-collection-info.rounded-colection-info {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 52px
}

.thim-collection-info.rounded-colection-info .title {
    margin-right: 0
}

.thim-collection-info.rounded-colection-info .description {
    padding-left: 0;
    margin-top: 32px;
    max-width: 700px
}

.thim-collection-info.squared-colection-info {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 3px;
    text-align: center
}

.thim-collection-info.squared-colection-info .title {
    margin-right: 0;
    margin-bottom: 14px;
    font-size: 42px
}

.thim-collection-info.squared-colection-info .description {
    padding-left: 0;
    max-width: 700px
}

.thim-courses-collection {
    max-width: 1516px
}

.thim-courses-collection .scrollbar {
    position: relative;
    height: 6px;
    border-top: 1px solid rgba(232, 232, 232, .3);
    margin-bottom: 65px
}

.thim-courses-collection .scrollbar .handle {
    width: 40px;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: all-scroll;
    margin-top: -3px
}

.thim-courses-collection .collection-frame-none_carousel {
    max-width: 1412px;
    margin: auto
}

.thim-courses-collection .collection-frame-none_carousel .slidee {
    padding-top: 20px
}

.thim-courses-collection .collection-frame-none_carousel .slidee li.collection-item {
    margin: 20px
}

.thim-courses-collection .collection-frame.items-3 {
    width: calc(100% - 525px);
    margin-left: 260px
}

.thim-courses-collection .collection-frame.items-2 {
    width: calc(100% - 830px);
    margin-left: 404px
}

.thim-courses-collection .collection-frame.items-1 {
    width: calc(100% - 1091px);
    margin-left: 542px
}

.thim-courses-collection .collection-frame {
    height: 200px;
    margin-left: -15px;
    margin-right: -15px
}

.thim-courses-collection .slidee {
    list-style: none;
    margin: 0;
    height: 177px
}

.thim-courses-collection .slidee .collection-item {
    float: left;
    width: 271px;
    height: 100%;
    margin: 0 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    position: relative
}

.thim-courses-collection .slidee .collection-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -khtml-transition: all .5s;
    transition: all .5s;
    z-index: 1
}

.thim-courses-collection .slidee .collection-item .collection-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1
}

.thim-courses-collection .slidee .collection-item .collection-wrapper h3 {
    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;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-courses-collection .slidee .collection-item .collection-wrapper .number-courses {
    line-height: 1;
    font-size: 16px;
    letter-spacing: .3px
}

.thim-courses-collection .slidee .collection-item:nth-child(1):before {
    background-color: #ecd06f
}

.thim-courses-collection .slidee .collection-item:nth-child(2):before {
    background-color: #df6c4f
}

.thim-courses-collection .slidee .collection-item:nth-child(3):before {
    background-color: #49a942
}

.thim-courses-collection .slidee .collection-item:nth-child(4):before {
    background-color: #00a78e
}

.thim-courses-collection .slidee .collection-item:nth-child(5):before {
    background-color: #00bce4
}

.thim-courses-collection .slidee .collection-item:nth-child(6):before {
    background-color: #ecd06f
}

.thim-courses-collection .slidee .collection-item:nth-child(7):before {
    background-color: #df6c4f
}

.thim-courses-collection .slidee .collection-item:nth-child(8):before {
    background-color: #49a942
}

.thim-courses-collection .slidee .collection-item:nth-child(9):before {
    background-color: #00a78e
}

.thim-courses-collection .slidee .collection-item:nth-child(10):before {
    background-color: #00bce4
}

.thim-courses-collection .slidee .collection-item:nth-child(11):before {
    background-color: #ecd06f
}

.thim-courses-collection .slidee .collection-item:nth-child(12):before {
    background-color: #df6c4f
}

.thim-courses-collection .slidee .collection-item:nth-child(13):before {
    background-color: #49a942
}

.thim-courses-collection .slidee .collection-item:nth-child(14):before {
    background-color: #00a78e
}

.thim-courses-collection .slidee .collection-item:nth-child(15):before {
    background-color: #00bce4
}

.thim-courses-collection .slidee .collection-item:nth-child(16):before {
    background-color: #ecd06f
}

.thim-courses-collection .slidee .collection-item:nth-child(17):before {
    background-color: #df6c4f
}

.thim-courses-collection .slidee .collection-item:nth-child(18):before {
    background-color: #49a942
}

.thim-courses-collection .slidee .collection-item:nth-child(19):before {
    background-color: #00a78e
}

.thim-courses-collection .slidee .collection-item:nth-child(20):before {
    background-color: #00bce4
}

.thim-courses-collection .slidee .collection-item:nth-child(21):before {
    background-color: #ecd06f
}

.thim-courses-collection .slidee .collection-item:nth-child(22):before {
    background-color: #df6c4f
}

.thim-courses-collection .slidee .collection-item:nth-child(23):before {
    background-color: #49a942
}

.thim-courses-collection .slidee .collection-item:nth-child(24):before {
    background-color: #00a78e
}

.thim-courses-collection .slidee .collection-item:nth-child(25):before {
    background-color: #00bce4
}

.thim-courses-collection .slidee .collection-item:nth-child(26):before {
    background-color: #ecd06f
}

.thim-courses-collection .slidee .collection-item:nth-child(27):before {
    background-color: #df6c4f
}

.thim-courses-collection .slidee .collection-item:nth-child(28):before {
    background-color: #49a942
}

.thim-courses-collection .slidee .collection-item:nth-child(29):before {
    background-color: #00a78e
}

.thim-courses-collection .slidee .collection-item:nth-child(30):before {
    background-color: #00bce4
}

.thim-courses-collection .slidee .collection-item:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.thim-courses-collection .slidee .collection-item:hover:before {
    opacity: .8
}

.thim-courses-collection.rounded-courses-collection {
    position: relative
}

.thim-courses-collection.rounded-courses-collection .scrollbar {
    border-top: 1px solid #e8e8e8
}

.thim-courses-collection.rounded-courses-collection .scrollbar .handle {
    background-color: #202121
}

.thim-courses-collection.rounded-courses-collection .collection-frame {
    margin: 0 -20px;
    padding-bottom: 20px
}

.thim-courses-collection.rounded-courses-collection .slidee .collection-item:before {
    background-color: #000;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: .4;
    -khtml-opacity: .4;
    -moz-opacity: .4;
    -ms-opacity: .4;
    -o-opacity: .4;
    opacity: .4
}

.thim-courses-collection.rounded-courses-collection .slidee .collection-item:hover:before {
    background-color: #df6c4f;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}

.thim-courses-collection.squared-courses-collection .collection-frame {
    height: auto;
    padding-top: 15px;
    padding-bottom: 50px;
    position: relative
}

.thim-courses-collection.squared-courses-collection .collection-frame.items-3 {
    width: calc(100% - 620px);
    margin-left: 310px
}

.thim-courses-collection.squared-courses-collection .collection-frame.items-2 {
    width: calc(100% - 930px);
    margin-left: 465px
}

.thim-courses-collection.squared-courses-collection .collection-frame.items-1 {
    width: calc(100% - 1240px);
    margin-left: 620px
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee {
    height: auto;
    margin: 0 auto
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item {
    position: relative;
    width: 310px;
    margin: 0;
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:before {
    content: none
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:nth-child(2n+1) .collection-wrapper {
    background: #f0f0f0
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .collection-wrapper {
    position: relative;
    background-color: #f6f6f7;
    padding-top: 39px;
    padding-bottom: 40px
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .collection-wrapper .name {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .3px
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .collection-wrapper .number-courses {
    text-transform: capitalize
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .thumbnail {
    position: relative
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .thumbnail:before {
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .thumbnail .collection-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .thumbnail .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .thumbnail .wrapper>span {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 18px
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item .thumbnail .wrapper .view {
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 400
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:hover {
    -webkit-transform: scale(1.09, 1.06);
    -moz-transform: scale(1.09, 1.06);
    -ms-transform: scale(1.09, 1.06);
    -o-transform: scale(1.09, 1.06);
    z-index: 2;
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.events-layer-3 .owl-stage-outer .events .events-after,
.thim-sc-icon-box.layout-1 .icon-box-wrapper:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:hover .thumbnail:before {
    filter: alpha(opacity=55);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    -webkit-opacity: .55;
    -khtml-opacity: .55;
    -moz-opacity: .55;
    -ms-opacity: .55;
    -o-opacity: .55;
    opacity: .55
}

.thim-courses-collection.squared-courses-collection .collection-frame .slidee .collection-item:hover .thumbnail .wrapper {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-courses-collection.squared-courses-collection .collection-frame .controls .page-controls {
    background-color: #fff;
    line-height: 1;
    padding: 17px 32px;
    margin-top: 15px;
    cursor: pointer;
    position: absolute;
    font-size: 47.2px;
    top: 0;
    right: 0
}

.thim-courses-collection.squared-courses-collection .collection-frame .controls .page-controls.disabled {
    cursor: not-allowed
}

.thim-courses-collection.squared-courses-collection .collection-frame .controls .prev {
    right: auto;
    left: 0
}

.rounded-view-all-button {
    margin-top: 37px;
    text-align: center;
    position: relative
}

.rounded-view-all-button:before {
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    z-index: -1;
    position: absolute
}

.rounded-view-all-button a {
    display: inline-block;
    color: #fff;
    padding: 0 44px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    line-height: 49px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.rounded-view-all-button a:hover {
    color: #fff;
    -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)
}

#lp-archive-courses .thim-courses-collection,
#lp-archive-courses .thim-courses-collection .collection-frame-none_carousel {
    max-width: 100%
}

#lp-archive-courses .thim-courses-collection .slidee {
    height: auto;
    padding: 0
}

#lp-archive-courses .thim-courses-collection .slidee .collection-item {
    height: 177px;
    width: calc(20% - 40px);
    margin: 20px
}

.course-collection-squared-2 {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center
}

.course-collection-squared-2 .description {
    font-size: 18px;
    letter-spacing: .4px;
    margin-bottom: -6px
}

.course-collection-squared-2 .title {
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 40px
}

.course-collection-squared-2 .section-content-wrapper ul.wrap-items {
    list-style: none;
    margin: 0 -15px 60px
}

.course-collection-squared-2 .section-content-wrapper .collection-wrapper {
    padding-top: 26px;
    padding-bottom: 30px
}

.course-collection-squared-2 .section-content-wrapper .name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.35;
    display: inline-block;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.course-collection-squared-2 .section-content-wrapper .number-courses {
    margin-top: -7px
}

.course-collection-squared-2 .section-content-wrapper .collection-item {
    float: left
}

.course-collection-squared-2 .section-content-wrapper .collection-item.col-md-5c {
    width: 20%
}

.course-collection-squared-2 .section-content-wrapper .collection-item img {
    width: 100%
}

.course-collection-squared-2 .section-content-wrapper .collection-item .collection-content {
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -khtml-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -ms-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -o-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -webkit-transition: box-shadow .5s;
    -khtml-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s
}

.course-collection-squared-2 .section-content-wrapper .collection-item .collection-content:hover {
    -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)
}

.course-collection-squared-2 .section-content-wrapper .thumbnail {
    position: relative
}

.course-collection-squared-2 .section-content-wrapper .thumbnail .img-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.course-collection-squared-2 .view-all-collections a {
    color: #fff;
    letter-spacing: .3px;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 44px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    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
}

.course-collection-squared-2 .view-all-collections a:after {
    content: "\f3d3";
    font-family: Ionicons;
    font-size: 18px;
    color: #fefefe;
    margin-left: 20px
}

.thim-courses-megamenu.col-sm-12 {
    padding: 0
}

.thim-courses-megamenu .course-item .feature-img {
    position: relative;
    overflow: hidden
}

.thim-courses-megamenu .course-item .feature-img img {
    width: 100%;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.thim-instructors .item,
.thim-sc-enroll-course .learn-press-course-buttons .button {
    -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
}

.thim-courses-megamenu .course-item .feature-img .img-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.thim-courses-megamenu .course-item .feature-img:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05)
}

.thim-courses-megamenu .course-item .course-detail {
    text-align: center;
    padding-top: 15px
}

.thim-courses-megamenu .course-item .course-detail .title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: 400
}

.thim-courses-megamenu .course-item .course-detail .price {
    text-transform: uppercase;
    color: #f47e49;
    font-weight: 500;
    margin-top: 5px;
    display: flex;
    justify-content: center
}

.thim-courses-megamenu .course-item .course-detail .price .course-origin-price {
    color: #999;
    order: 2;
    margin-left: 5px;
    font-weight: 400;
    margin-right: 0
}

.thim-sc-enroll-course {
    padding-top: 134px;
    padding-bottom: 215px;
    max-width: 1093px;
    margin: auto;
    text-align: center
}

.thim-sc-enroll-course .title-course {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px
}

.thim-sc-enroll-course .title-course a {
    color: #fff
}

.thim-sc-enroll-course .excerpt {
    font-size: 18px;
    margin-left: 50px;
    margin-right: 48px;
    line-height: 28px;
    margin-bottom: 52px;
    letter-spacing: .4px
}

.thim-sc-enroll-course .learn-press-course-buttons .button {
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    border: none;
    min-width: 315px;
    padding: 0 64px;
    height: 55px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease-in-out;
    display: inline-block;
    line-height: 55px;
    font-weight: 400
}

.thim-sc-enroll-course .learn-press-course-buttons .button:focus {
    outline: 0
}

.thim-sc-enroll-course.hide_text {
    padding-top: 0;
    padding-bottom: 0
}

.thim-sc-enroll-course.hide_text .learn-press-course-buttons .button {
    padding: 0 88px;
    text-transform: uppercase
}

.vc_row-has-fill .thim-sc-enroll-course .title-course {
    color: #FFF
}

.vc_row-has-fill .thim-sc-enroll-course .excerpt {
    color: #f6f6f7
}

.thim-sc-events.absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 15px
}

.thim-sc-events.absolute-bottom-left {
    position: absolute;
    bottom: 0;
    left: 15px
}

.thim-sc-events .events .time-location {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: .3px;
    margin-bottom: 50px;
    text-transform: uppercase
}

.thim-sc-events .events .time-location .time {
    margin-right: 19px
}

.thim-sc-events .events .time-location .location i,
.thim-sc-events .events .time-location .time i {
    margin-right: 4px
}

.thim-sc-events .events .time-location .location {
    text-transform: capitalize
}

.thim-sc-events .events .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.thim-sc-events .events .author img {
    width: 61px;
    height: 61px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.thim-sc-events .events .author .author-contain {
    margin: 5px 0 0 17px
}

.thim-sc-events .events .author .author-contain .jobTitle {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .3px;
    margin: 5px 0 2px;
    clear: both;
    display: block;
    line-height: normal
}

.thim-sc-events .events .author .author-contain .name a {
    font-size: 16px;
    letter-spacing: .3px;
    font-weight: 400;
    margin-top: 3px
}

.thim-sc-events .owl-nav .owl-next,
.thim-sc-events .owl-nav .owl-prev {
    position: absolute;
    background: 0 0
}

.thim-sc-events .owl-nav .owl-next:hover,
.thim-sc-events .owl-nav .owl-prev:hover {
    background: 0 0;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.thim-sc-events .owl-nav .disabled {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: #d9d9d9 !important;
    cursor: not-allowed
}

.thim-sc-events .owl-nav .disabled:hover {
    color: #d9d9d9 !important
}

.events-layer-1 {
    max-width: 725px;
    position: relative
}

.events-layer-1 .sc-title {
    height: 103px;
    line-height: 103px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 259px;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: 1px;
    border: 1px solid #202121;
    border-top: 0;
    border-left: 0
}

.events-layer-1 .owl-stage-outer {
    background: #FFF
}

.events-layer-1 .owl-stage-outer .events .events-before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.events-layer-1 .owl-stage-outer .events .events-before .title-date {
    width: 259px;
    padding-top: 103px
}

.events-layer-1 .owl-stage-outer .events .events-before .title-date .date {
    background: #fff;
    text-align: center
}

.events-layer-1 .owl-stage-outer .events .events-before .title-date .date .date-start {
    font-size: 120px;
    font-weight: 700;
    line-height: .4;
    letter-spacing: 2.4px;
    clear: both;
    display: block;
    padding: 76px 0 38px
}

.events-layer-1 .owl-stage-outer .events .events-before .title-date .date .month-year-start {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px
}

.events-layer-1 .owl-stage-outer .events .events-before .thumbnail {
    width: -webkit-calc(100% - 259px);
    width: -moz-calc(100% - 259px);
    width: calc(100% - 259px)
}

.events-layer-1 .owl-stage-outer .events .events-after {
    max-height: 135px;
    background: #fff;
    position: relative
}

.events-layer-1 .owl-stage-outer .events .events-after .content {
    padding: 0 75px 0 38px
}

.events-layer-1 .owl-stage-outer .events .events-after .content .title {
    padding-top: 34px;
    font-weight: 400
}

.events-layer-1 .owl-stage-outer .events .events-after .content .title a {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: left
}

.events-layer-1 .owl-stage-outer .events .events-after .content .time-location {
    margin-top: -5px;
    margin-bottom: 44px
}

.events-layer-1 .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 134px;
    width: 58px;
    background: #FFF
}

.events-layer-1 .owl-nav .owl-next,
.events-layer-1 .owl-nav .owl-prev {
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    clear: both;
    width: 58px;
    background: #fff;
    border-radius: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: .79;
    text-align: center
}

.events-layer-1 .owl-nav .owl-next .ion-ios-arrow-left,
.events-layer-1 .owl-nav .owl-next .ion-ios-arrow-right,
.events-layer-1 .owl-nav .owl-prev .ion-ios-arrow-left,
.events-layer-1 .owl-nav .owl-prev .ion-ios-arrow-right {
    display: block;
    padding-top: 20px
}

.events-layer-1 .owl-nav .owl-prev {
    bottom: 0;
    right: 0;
    height: 67px
}

.events-layer-1 .owl-nav .owl-next {
    height: 69px;
    bottom: 66px;
    right: 0;
    border-top: 0 !important
}

.events-layer-1 .owl-nav .disabled:hover {
    background-color: #f6f6f6 !important
}

.thim-sc-event-layer2-row .wpb_column.vc_col-sm-12 {
    min-height: 0
}

.events-layer-2 {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 742px;
    max-width: 100%
}

.events-layer-2 .owl-stage-outer {
    background: #fff
}

.events-layer-2 .owl-stage-outer .events {
    display: flex
}

.events-layer-2 .events-before .content-inner .title {
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 4px
}

.events-layer-2 .events-before .content-inner .title a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    text-transform: uppercase
}

.events-layer-2 .events-before .content-inner .time-location {
    margin-bottom: 0
}

.events-layer-2 .events-before .content-inner .time-location .location {
    text-transform: uppercase
}

.events-layer-2 .events-before .content-inner .author .name a {
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase
}

.events-layer-2 .owl-nav {
    width: 101px;
    height: 63px;
    position: absolute;
    bottom: 0;
    left: -101px
}

.events-layer-2 .owl-nav .owl-next,
.events-layer-2 .owl-nav .owl-prev {
    font-size: 30px;
    color: #d9d9d9;
    line-height: 50px;
    width: 50px
}

.events-layer-2 .owl-nav .owl-next:hover,
.events-layer-2 .owl-nav .owl-prev:hover {
    background: 0 0;
    color: #fff !important
}

.events-layer-2 .owl-nav .owl-prev {
    left: 4px
}

.events-layer-2 .owl-nav .owl-next {
    right: 0
}

.events-layer-2 .events-before {
    flex-grow: 1
}

.events-layer-2 .events-before .content-inner {
    padding: 35px 40px 0
}

.events-layer-2 .events-before .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .3px;
    margin-bottom: 33px
}

.events-layer-2 .events-before .line {
    width: 46px;
    height: 2px;
    background: rgba(136, 136, 136, .2);
    margin: 24px 0
}

.events-layer-2 .events-before .date {
    font-size: 25px;
    font-weight: 500;
    line-height: .96;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 22px
}

.events-layer-2 .events-after {
    flex-shrink: 0
}

.events-layer-3 {
    max-width: 1113px;
    margin: auto
}

.events-layer-3 .owl-stage-outer {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 30px
}

.events-layer-3 .owl-stage-outer .events {
    display: block;
    position: relative;
    max-width: 345px;
    min-height: 510px
}

.events-layer-3 .owl-stage-outer .events .events-before {
    display: block;
    opacity: 1;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.events-layer-3 .owl-stage-outer .events .events-before .thumbnail {
    overflow: hidden
}

.events-layer-3 .owl-stage-outer .events .events-before .thumbnail .img_thumbnail img {
    height: 100%;
    border-radius: 5px
}

.events-layer-3 .owl-stage-outer .events .events-before .thumbnail .img_thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0) 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0) 50%), to(rgba(32, 33, 33, .7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0) 50%', endColorStr='rgba(32, 33, 33, 0.7) 100%')
}

.events-layer-3 .owl-stage-outer .events .events-before .content {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 100%
}

.events-layer-3 .owl-stage-outer .events .events-before .content .date {
    position: absolute;
    right: 25px;
    top: 26px;
    height: 69px;
    width: 69px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center
}

.events-layer-3 .owl-stage-outer .events .events-before .content .date .date-start {
    font-size: 30px;
    font-weight: 500;
    line-height: .73;
    letter-spacing: .6px;
    color: #fff;
    padding-top: 18px
}

.events-layer-3 .owl-stage-outer .events .events-before .content .date .month-start {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 1.8px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 2px;
    font-weight: 400
}

.events-layer-3 .owl-stage-outer .events .events-before .content .content-inner {
    bottom: 0;
    position: absolute;
    padding: 0 34px
}

.events-layer-3 .owl-stage-outer .events .events-before .content .content-inner .title {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: .4px
}

.events-layer-3 .owl-stage-outer .events .events-before .content .content-inner .title a {
    color: #fff
}

.events-layer-3 .owl-stage-outer .events .events-before .content .content-inner .time-location {
    color: #fff;
    margin-bottom: 41px
}

.events-layer-3 .owl-stage-outer .events .events-after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    padding: 0 27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.events-layer-3 .owl-stage-outer .events .events-after .content-inner .title {
    padding-top: 61px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .4px
}

.events-layer-3 .owl-stage-outer .events .events-after .content-inner .time-location:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(136, 136, 136, .2);
    width: 46px;
    height: 2px;
    margin-top: 24px
}

.events-layer-3 .owl-stage-outer .events .events-after .content-inner .description {
    margin-bottom: 49px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .3px;
    text-align: left
}

.events-layer-3 .owl-stage-outer .events .events-after .content-inner .author {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 49px
}

.events-layer-3 .owl-stage-outer .events .events-after .content-inner .author .name a {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: .3px;
    text-align: left
}

.events-layer-3 .owl-stage-outer .events:hover .events-before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.events-layer-3 .owl-stage-outer .events:hover .events-after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.events-layer-3 .owl-nav .owl-next,
.events-layer-3 .owl-nav .owl-prev {
    top: 231px;
    font-size: 75px;
    color: #e8e8e8
}

.events-layer-3 .owl-nav .owl-next.disabled,
.events-layer-3 .owl-nav .owl-prev.disabled {
    color: #e8e8e8 !important
}

.events-layer-3 .owl-nav .owl-prev {
    left: -98px
}

.events-layer-3 .owl-nav .owl-next {
    right: -98px
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(1) .events .events-before .content .date {
    background: #df6c4f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(2) .events .events-before .content .date {
    background: #ecd06f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(3) .events .events-before .content .date {
    background: #49a942
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(4) .events .events-before .content .date {
    background: #00a78e
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(5) .events .events-before .content .date {
    background: #00bce4
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(6) .events .events-before .content .date {
    background: #df6c4f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(7) .events .events-before .content .date {
    background: #ecd06f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(8) .events .events-before .content .date {
    background: #49a942
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(9) .events .events-before .content .date {
    background: #00a78e
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(10) .events .events-before .content .date {
    background: #00bce4
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(11) .events .events-before .content .date {
    background: #df6c4f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(12) .events .events-before .content .date {
    background: #ecd06f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(13) .events .events-before .content .date {
    background: #49a942
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(14) .events .events-before .content .date {
    background: #00a78e
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(15) .events .events-before .content .date {
    background: #00bce4
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(16) .events .events-before .content .date {
    background: #df6c4f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(17) .events .events-before .content .date {
    background: #ecd06f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(18) .events .events-before .content .date {
    background: #49a942
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(19) .events .events-before .content .date {
    background: #00a78e
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(20) .events .events-before .content .date {
    background: #00bce4
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(21) .events .events-before .content .date {
    background: #df6c4f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(22) .events .events-before .content .date {
    background: #ecd06f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(23) .events .events-before .content .date {
    background: #49a942
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(24) .events .events-before .content .date {
    background: #00a78e
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(25) .events .events-before .content .date {
    background: #00bce4
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(26) .events .events-before .content .date {
    background: #df6c4f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(27) .events .events-before .content .date {
    background: #ecd06f
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(28) .events .events-before .content .date {
    background: #49a942
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(29) .events .events-before .content .date {
    background: #00a78e
}

.thim-sc-events.events-layer-3 .owl-item:nth-child(30) .events .events-before .content .date {
    background: #00bce4
}

article.sidebar-right .thim-sc-events.events-layer-3 {
    margin-left: -50px
}

article.sidebar-right .thim-sc-events.events-layer-3 .owl-nav .owl-next,
article.sidebar-right .thim-sc-events.events-layer-3 .owl-nav .owl-prev {
    left: -85px
}

article.sidebar-right .thim-sc-events.events-layer-3 .owl-nav .owl-next {
    left: auto;
    right: -72px
}

.thim-events-block .event-wrapper>div {
    /* border-bottom: 1px solid rgba(238, 238, 238, .2) */
}

.thim-events-block .event-wrapper>div:first-child,
.thim-events-block .event-wrapper>div:last-child {
    /* border-bottom: none; */
}

.thim-events-block .sc-title {
    margin-bottom: 30px;
    line-height: 120%;
    margin-top: -3px;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: .8px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.thim-events-block .main-event {
    /* float: left; */
    /* width: 65.4%; */
    /* padding-right: 113px; */
    /* position: relative; */
    z-index: 9;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 30px;
}

.thim-events-block .main-event .date-month {
    /* float: left; */
    /* width: 121px; */
    /* text-align: center; */
}

.thim-events-block .main-event .date-month .date {
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    letter-spacing: normal
}

.thim-events-block .main-event .date-month .month {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px
}

.thim-events-block .main-event .meta {
    font-size: 16px;
    letter-spacing: normal;
    text-align: left;
    font-weight: 400;
    color: #18c1f0;
}

.thim-events-block .main-event .meta i {
    margin-right: 8px
}

.thim-events-block .main-event .meta i.ion-ios-location {
    margin-right: 12px
}

.thim-events-block .main-event .meta .time {
    margin-bottom: 5px;
    text-transform: uppercase
}

.thim-events-block .main-event .description {
    letter-spacing: normal;
    text-align: left;
    color: #abafb1;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.63;
}

.thim-events-block .main-event .view-detail {
    margin-top: 22px;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    height: 33px;
    color: #fff;
    line-height: 33px;
    font-weight: 400;
    padding: 0px 15px;
    border-radius: 5px;
    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;
}

.thim-sc-features-list .rank,
.thim-sc-gallery .thim-gallery-show {
    display: none
}

.thim-events-block .main-event .view-detail:hover {
    background-position: right center;
}

.thim-events-block .main-event .view-detail i {
    margin-left: 10px;
    vertical-align: middle;
    display: none;
}

.thim-events-block .main-event .title {
    line-height: 120%;
    padding-top: 10px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 0px;
    /* border-bottom: 1px solid rgba(238, 238, 238, .2); */
}

.thim-events-block .main-event .title a {
    color: #18d7ab;
}

.thim-events-block .main-event .content {
    overflow: hidden;
    padding-left: 0;
}

.thim-events-block .event-item {
    width: 34.6%;
    margin-bottom: 20px;
    float: right;
    overflow: hidden
}

.thim-events-block .event-item .date {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 5px
}

.thim-events-block .event-item .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: .4px
}

.thim-events-block .event-item .title a {
    color: #abafb1
}

.thim-events-block .event-item .title a:hover {
    color: #fff
}

.thim-sc-features-list .title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: normal
}

.thim-sc-features-list .meta-content {
    list-style: none;
    margin-left: 0;
    margin-top: 45px;
    margin-bottom: 45px;
    max-width: 500px
}

.thim-sc-features-list .meta-content li {
    margin-top: 35px
}

.thim-sc-features-list .meta-content li .sub-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 22px
}

.thim-sc-features-list .meta-content li .sub-title a {
    color: inherit;
    font-size: inherit
}

.thim-sc-features-list .meta-content li .description {
    font-size: 16px;
    font-weight: 300;
    color: #878787;
    margin-top: 12px;
    text-align: left;
    line-height: 24px;
    letter-spacing: .4px
}

.thim-sc-features-list.style-1 .title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: .8px;
    color: #fff;
    text-transform: uppercase
}

.thim-sc-features-list.style-1 .meta-content {
    margin-top: 50px;
    max-width: 455px
}

.thim-sc-features-list.style-1 .meta-content li {
    margin-top: 55px
}

.thim-sc-features-list.style-1 .meta-content .sub-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff;
    -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-features-list.style-1 .meta-content .sub-title .rank {
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .4px;
    color: #fff;
    margin-right: 21px
}

.thim-sc-features-list.style-1 .meta-content .sub-title .rank .number {
    position: absolute;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center
}

.thim-sc-features-list.style-1 .meta-content .description {
    padding-left: 70px;
    color: #c8c8c8
}

.thim-sc-gallery .filter-controls {
    list-style: none;
    margin: 0 0 59px;
    text-align: center
}

.thim-sc-gallery .filter-controls li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    text-transform: uppercase
}

.thim-sc-gallery .filter-controls li a {
    font-size: 16px;
    position: relative;
    font-weight: 500;
    padding-bottom: 5px
}

.thim-sc-gallery .filter-controls li a:after {
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background-color: transparent;
    transition: all .5s
}

.thim-sc-gallery .thim-gallery-popup {
    display: block;
    position: relative
}

.thim-sc-gallery .thim-gallery-popup:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    background-color: rgba(0, 0, 0, .7)
}

.thim-sc-gallery .thim-gallery-popup:hover span,
.thim-sc-gallery .thim-gallery-popup:hover:before {
    opacity: 1;
    visibility: visible
}

.thim-sc-gallery .thim-gallery-popup span {
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    font-weight: 100;
    font-size: 30px;
    margin: 0 auto;
    color: #fff
}

.thim-sc-gallery .thim-gallery-popup.loading span:before {
    position: absolute;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    transition: none;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: -12px;
    margin-top: 12px;
    color: #fff !important
}

.thim-gallery-carousel {
    z-index: 1;
    position: relative;
    object-fit: contain;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    max-width: 100%
}

.thim-gallery-carousel .owl-carousel .owl-item img {
    width: auto
}

.thim-gallery-carousel .item-gallery,
.thim-gallery-carousel .item-gallery .gallery-img {
    display: inline-block;
    position: relative;
    float: left
}

.thim-gallery-carousel .item-gallery .gallery-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 235px;
    display: inline-block;
    z-index: 1;
    background-color: rgba(33, 32, 32, 0);
    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)"
}

.thim-gallery-carousel .info {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 33px 40px;
    display: inline-block;
    z-index: 1
}

.thim-gallery-carousel .info h3 {
    font-size: 75px;
    font-weight: 100;
    line-height: .8;
    letter-spacing: 1.5px;
    margin: 0 0 19px;
    color: #FFF
}

.home4-section .vc_row-has-fill .thim-sc-heading .primary-heading,
.home4-section .vc_row-has-fill .thim-sc-heading .secondary-heading,
.home6-section .vc_row-has-fill .thim-sc-heading .primary-heading,
.home6-section .vc_row-has-fill .thim-sc-heading .secondary-heading,
.vc_row-has-fill .thim-sc-heading.layout-2 .heading-content .primary-heading {
    color: #fff
}

.thim-gallery-carousel .info h4 {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.thim-gallery-carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.thim-gallery-carousel .owl-theme .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

.thim-gallery-carousel .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background-color: #ced2d3;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: relative
}

.thim-gallery-carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff
}

.thim-gallery-carousel .owl-theme .owl-dots .owl-dot.active span:before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    position: absolute;
    top: -2px;
    left: -2px
}

.thim-sc-googlemap {
    position: relative;
    overflow: hidden
}

.thim-sc-googlemap .map-cover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover
}

.thim-sc-googlemap .ob-google-map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.thim-sc-heading.margin-top {
    margin-top: -130px
}

.thim-sc-heading .secondary-heading {
    max-width: 800px;
    margin: auto auto 60px
}

.thim-sc-heading .heading-content {
    max-width: 800px;
    margin: auto
}

.thim-sc-heading .heading-content.show-separator {
    margin-top: -130px
}

.thim-sc-heading .heading-content .primary-heading {
    margin-top: 40px;
    letter-spacing: .7px;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 36px;
    line-height: normal
}

.thim-sc-heading .heading-content .border {
    position: relative
}

.thim-sc-heading .heading-content .border:after,
.thim-sc-heading .heading-content .border:before {
    background: #ccc;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    display: inline-block;
    position: absolute;
    -khtml-opacity: .5
}

.thim-sc-heading .heading-content .border.border-top {
    height: 243px;
    margin-bottom: 27px
}

.thim-sc-heading .heading-content .border.border-bottom {
    height: 40px;
    margin-top: 27px
}

.thim-sc-heading .heading-content .border.border-bottom:before {
    top: 100%
}

.thim-sc-heading .heading-content .border:before {
    width: 5px;
    height: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -o-opacity: .5;
    opacity: .5;
    border-radius: 50%;
    content: '';
    top: 0;
    margin: auto auto auto -2px
}

.thim-sc-heading .heading-content .border:after {
    clear: both;
    content: " ";
    width: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -o-opacity: .5;
    opacity: .5;
    top: 0;
    bottom: 0;
    margin: auto
}

.thim-sc-heading.custom-small .heading-content .border.border-top {
    height: 120px
}

.thim-sc-heading.custom-medium .heading-content {
    max-width: 479px
}

.thim-sc-heading.custom-medium .heading-content .border.border-top {
    height: 200px
}

.thim-sc-heading.layout-2 {
    margin-bottom: 55px
}

.thim-sc-heading.layout-2.text-center .secondary-heading {
    margin-bottom: 21px;
    margin-top: 2px
}

.thim-sc-heading.layout-2.text-center .underline {
    display: block;
    margin: 17px auto 0
}

.thim-sc-heading.layout-2 .heading-content .primary-heading {
    font-size: 42px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .8px;
    margin-bottom: 24px
}

.thim-sc-heading.layout-2 .secondary-heading {
    font-size: 16px;
    letter-spacing: .3px;
    margin-bottom: 5px
}

.thim-sc-heading.layout-2 .underline {
    display: inline-block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #202121
}

.home4-section .vc_row-has-fill .thim-sc-heading .underline,
.home6-section .vc_row-has-fill .thim-sc-heading .underline,
.vc_row-has-fill .thim-sc-heading.layout-2 .underline {
    border-bottom-color: #fff
}

.thim-sc-heading.layout-2.separator-mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.thim-sc-heading.layout-2.separator-mid .underline {
    order: 2;
    margin-top: 10px;
    margin-bottom: 45px
}

.thim-sc-heading.layout-2.separator-mid .heading-content {
    order: 1
}

.thim-sc-heading.layout-2.separator-mid .secondary-heading {
    order: 3;
    line-height: 28px
}

.thim-sc-heading.layout-2.separator-mid.text-right .heading-content {
    margin: 0
}

#top-sidebar-courses .thim-sc-heading .secondary-heading {
    line-height: 24px;
    margin-top: 4px
}

.thim-sc-icon-box.layout-1 .icon-box-wrapper {
    max-width: 431px;
    margin: 0 auto;
    text-align: center;
    padding: 54px 40px;
    -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);
    -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-sc-icon-box.layout-1 .icon-box-wrapper:hover {
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-sc-icon-box.layout-1 .icon-box-wrapper .box-icon {
    margin-bottom: 39px
}

.thim-sc-icon-box.layout-1 .icon-box-wrapper .box-content .title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: .4px
}

.thim-sc-icon-box.layout-1 .icon-box-wrapper .box-content .description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 13px
}

.thim-sc-icon-box.layout-2 .icon-box-wrapper {
    position: relative;
    width: 173px;
    height: 173px;
    border: 2px solid #ecd06f;
    color: #ecd06f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 20px;
    text-align: center;
    -webkit-transition: box-shadow .2s;
    -khtml-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -ms-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.thim-sc-icon-box.layout-2 .icon-box-wrapper:hover:after {
    -webkit-transform: scale(.9, .9);
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}

.thim-sc-icon-box.layout-2 .icon-box-wrapper:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform .2s, opacity .2s
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper:after,
.thim-sc-icon-box.layout-3 .icon-box-wrapper:before,
.thim-sc-icon-box.layout-4:after,
.thim-sc-icon-box.layout-4:before,
.thim-sc-icon-box.layout-5:after,
.thim-sc-icon-box.layout-5:before {
    content: " ";
    display: table
}

.thim-sc-icon-box.layout-2 .icon-box-wrapper .box-icon {
    font-size: 50px;
    margin-bottom: 10px
}

.thim-sc-icon-box.layout-2 .icon-box-wrapper .title {
    font-size: 16px;
    letter-spacing: .3px;
    line-height: normal;
    font-weight: 300
}

.thim-sc-icon-box.layout-2 .icon-box-wrapper .box-content {
    padding: 0 11px
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper {
    margin-bottom: 46px
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper:after {
    clear: both
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper .box-icon {
    font-size: 62px;
    width: 52px;
    float: left;
    line-height: 62px;
    text-align: center
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper .box-icon .icon-ionicons {
    position: relative;
    top: -2px
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content {
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
    float: left;
    padding: 0 28px
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 17px;
    -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-icon-box.layout-5 .box-icon:before,
.thim-sc-icon-box.layout-6 .box-icon {
    -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
}

.thim-sc-icon-box.layout-3 .icon-box-wrapper .box-content .description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px
}

.thim-sc-icon-box.layout-4 {
    text-align: center
}

.thim-sc-icon-box.layout-4:after {
    clear: both
}

.thim-sc-icon-box.layout-4 .box-icon {
    width: 86px;
    height: 86px;
    margin: auto;
    line-height: 86px;
    font-size: 50px;
    border: 1px solid;
    background: rgba(255, 255, 255, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thim-sc-icon-box.layout-4 .title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    font-weight: 400;
    margin: 14px auto
}

.thim-sc-icon-box.layout-4:hover .box-icon {
    border-color: transparent;
    color: #FFF
}

.thim-sc-icon-box.layout-5 {
    text-align: center
}

.thim-sc-icon-box.layout-5:after {
    clear: both
}

.thim-sc-icon-box.layout-5 .box-icon {
    width: 217px;
    height: 217px;
    margin: auto;
    line-height: 217px;
    font-size: 90px;
    position: relative;
    text-align: center
}

.thim-sc-icon-box.layout-5 .box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.thim-sc-icon-box.layout-5 .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: 500;
    margin-top: 37px;
    margin-bottom: 15px
}

.thim-sc-icon-box.layout-5 .description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .4px
}

.thim-sc-icon-box.layout-5:hover .box-icon:before {
    border: 6px solid
}

.thim-sc-icon-box.layout-6 {
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
    padding: 11px 0
}

.thim-sc-icon-box.layout-6:hover .box-icon {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.thim-sc-icon-box.layout-6.custom-style .box-icon {
    margin-bottom: 0
}

.thim-sc-icon-box.layout-6 .box-icon {
    font-size: 72px;
    line-height: 64px;
    -khtml-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    margin-bottom: 8px
}

.thim-sc-icon-box.layout-6 .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px;
    font-weight: 300
}

.thim-sc-icon-box.layout-6 .description {
    font-size: 14px
}

.vc_col-has-fill .thim-sc-icon-box.layout-2 .title,
.vc_col-has-fill .thim-sc-icon-box.layout-3 .icon-box-wrapper .title,
.vc_row-has-fill .thim-sc-icon-box.layout-2 .title,
.vc_row-has-fill .thim-sc-icon-box.layout-3 .icon-box-wrapper .title {
    color: #FFF
}

.vc_col-has-fill .thim-sc-icon-box.layout-3 .icon-box-wrapper .description,
.vc_row-has-fill .thim-sc-icon-box.layout-3 .icon-box-wrapper .description {
    color: #bcbcbc
}

.vc_col-has-fill .thim-sc-icon-box.layout-4 .box-icon,
.vc_row-has-fill .thim-sc-icon-box.layout-4 .box-icon {
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .3);
    color: #FFF
}

.vc_col-has-fill .thim-sc-icon-box.layout-4:hover .box-icon,
.vc_row-has-fill .thim-sc-icon-box.layout-4:hover .box-icon {
    border-color: transparent
}

.vc_col-has-fill .thim-sc-icon-box.layout-4 .title,
.vc_col-has-fill .thim-sc-icon-box.layout-5 .box-icon,
.vc_col-has-fill .thim-sc-icon-box.layout-5 .description,
.vc_col-has-fill .thim-sc-icon-box.layout-5 .description a,
.vc_col-has-fill .thim-sc-icon-box.layout-5 .title,
.vc_col-has-fill .thim-sc-icon-box.layout-6 .box-icon,
.vc_col-has-fill .thim-sc-icon-box.layout-6 .description,
.vc_col-has-fill .thim-sc-icon-box.layout-6 .description a,
.vc_col-has-fill .thim-sc-icon-box.layout-6 .title,
.vc_row-has-fill .thim-sc-icon-box.layout-4 .title,
.vc_row-has-fill .thim-sc-icon-box.layout-5 .box-icon,
.vc_row-has-fill .thim-sc-icon-box.layout-5 .description,
.vc_row-has-fill .thim-sc-icon-box.layout-5 .description a,
.vc_row-has-fill .thim-sc-icon-box.layout-5 .title,
.vc_row-has-fill .thim-sc-icon-box.layout-6 .box-icon,
.vc_row-has-fill .thim-sc-icon-box.layout-6 .description,
.vc_row-has-fill .thim-sc-icon-box.layout-6 .description a,
.vc_row-has-fill .thim-sc-icon-box.layout-6 .title {
    color: #FFF
}

.vc_col-has-fill .thim-sc-icon-box.layout-5 .description a:hover,
.vc_col-has-fill .thim-sc-icon-box.layout-6 .description a:hover,
.vc_row-has-fill .thim-sc-icon-box.layout-5 .description a:hover,
.vc_row-has-fill .thim-sc-icon-box.layout-6 .description a:hover {
    color: #202121
}

.thim-sc-image-box:hover .number {
    color: #FFF !important;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px)
}

.thim-sc-image-box .image-box {
    padding-right: 0;
    padding-left: 0
}

.thim-sc-image-box .image-box img {
    width: 100%
}

.thim-sc-image-box .image-box .number {
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 2.4px;
    top: 82px;
    right: 52px;
    -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-sc-image-box .text-content {
    position: relative
}

.thim-sc-image-box .text-content .bg-content {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(10px) grayscale(1) opacity(.1);
    filter: blur(10px) grayscale(1) opacity(.15)
}

.thim-sc-image-box .text-content .text-content-inner {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 111px;
    padding-bottom: 20px;
    max-width: 600px
}

.thim-sc-image-box .text-content-inner .title-box {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: .8px;
    margin-bottom: 0
}

.thim-sc-image-box .text-content-inner .sub-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .3px;
    margin-top: -6px
}

.thim-sc-image-box .text-content-inner .underline {
    margin-top: -9px;
    border-bottom: 1px solid #000;
    width: 50px
}

.thim-sc-image-box .text-content-inner .content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .3px;
    margin-top: 34px
}

.thim-sc-image-box.left .text-content-inner {
    padding-left: 45px;
    padding-right: 10px
}

.thim-sc-image-box.right .image-box {
    order: 1
}

.thim-sc-image-box.right .image-box .number {
    left: 52px
}

.thim-sc-image-box.right .text-content-inner {
    right: 0;
    padding-right: 45px;
    padding-left: 10px;
    text-align: right
}

.thim-sc-image-box.right .text-content-inner .content {
    margin-left: auto
}

.thim-sc-image-box.right .text-content-inner .underline {
    float: right
}

.thim-instructors {
    padding-top: 135px
}

body.home .thim-instructors {
    padding-top: 0
}

.thim-instructors .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transition: .3s ease-in-out
}

.thim-instructors .avatar-item,
.thim-sc-post-block-1 .row .item .inner-item .information {
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -khtml-transition: .3s ease-in-out
}

.thim-instructors .avatar-item {
    width: 100%;
    margin-bottom: 30px;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.thim-instructors .avatar-item:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-instructors .avatar-item:hover .avatar-instructors .author-social {
    opacity: 1;
    visibility: visible
}

.thim-instructors .avatar-item .avatar-instructors {
    position: relative;
    max-height: 323px;
    overflow: hidden
}

.thim-instructors .avatar-item .avatar-instructors .avatar-small img {
    width: 100%
}

.thim-instructors .avatar-item .avatar-instructors .author-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.thim-instructors .avatar-item .avatar-instructors .author-social:after {
    content: '';
    background: #fff;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-instructors .avatar-item .avatar-instructors .author-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    text-align: center;
    background: #fff;
    line-height: 38px;
    font-size: 16px;
    color: #878787;
    z-index: 1;
    position: relative;
    margin: 0 5px;
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.thim-instructors .avatar-item .avatar-instructors .author-social a:hover {
    color: #fff
}

.thim-instructors .avatar-item .avartar-info {
    background: #fff;
    text-align: center;
    padding: 21px 20px 24px
}

.thim-instructors .avatar-item .avartar-info h5 {
    margin-bottom: 5px
}

.thim-instructors .avatar-item .avartar-info h5 a {
    color: #202121;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.thim-instructors .avatar-item .avartar-info h5 .author-major {
    color: #878787;
    font-size: 16px;
    text-transform: capitalize
}

.thim-instructors .button-load {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    position: relative
}

.thim-instructors .button-load .sk-chasing-dots {
    margin: 0 auto
}

.thim-instructors .load-more {
    padding: 0 86px;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    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
}

.thim-instructors .thim-loading-icon {
    display: none;
    height: 55px;
    line-height: 55px;
    position: relative
}

.thim-instructors.loadmore .thim-loading-icon {
    margin-top: 0;
    display: block !important;
    position: relative;
    z-index: 9;
    top: auto;
    left: 0;
    right: 0;
    transform: translateY(0)
}

.thim-instructors.loadmore .load-more {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    height: 0
}

.thim-instructors .home_courses_instructor {
    text-align: center
}

.thim-instructors .home_courses_instructor .avatar-item .avatar-instructors {
    margin-bottom: 15px;
    overflow: visible
}

.thim-instructors .home_courses_instructor .avatar-item .avatar-instructors .avatar-small img {
    max-height: 332px;
    width: auto;
    margin: 0 auto
}

.thim-instructors .home_courses_instructor .avatar-item .avatar-instructors .author-social {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    bottom: -20px
}

.thim-instructors .home_courses_instructor .avatar-item .avatar-instructors .author-social a {
    border: none;
    line-height: 40px
}

.thim-instructors .home_courses_instructor .avatar-item .avatar-instructors .author-social a:hover {
    color: #fff
}

.thim-instructors .home_courses_instructor .avatar-item .avartar-info {
    padding: 21px 20px 24px;
    position: relative
}

.thim-instructors .home_courses_instructor .avatar-item .avartar-info h5 {
    margin-bottom: 0
}

.thim-instructors .home_courses_instructor .avatar-item .avartar-info h5 a {
    font-size: 18px
}

.thim-instructors .home_courses_instructor .avatar-item .description {
    margin-top: 12px
}

.thim-instructors .home_courses_instructor .avatar-item:hover {
    box-shadow: none
}

.thim-instructors .home1_courses_instructor .wrap-teachers {
    padding-left: 5%;
    padding-right: 5%
}

.thim-instructors .home1_courses_instructor .avatar-item {
    box-shadow: none !important;
    margin-bottom: 25px
}

.thim-instructors .home1_courses_instructor .avatar-item:hover .avatar-instructors:before {
    opacity: .8
}

.thim-instructors .home1_courses_instructor .avatar-item:hover .avatar-instructors .avartar-info>a {
    display: inline-block
}

.thim-instructors .home1_courses_instructor .avatar-item:hover .avatar-instructors .avartar-info .description {
    color: #fff
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors {
    max-height: 300px
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors:before {
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors img {
    width: 100%
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info {
    position: absolute;
    top: 38px;
    bottom: 40px;
    padding: 0;
    text-align: left;
    left: 40px;
    background: 0;
    width: 70%
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info h5 {
    margin-bottom: 8px
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info h5 a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: normal;
    text-transform: none
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info h5 a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 4px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info h5 a:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info .author-major {
    font-weight: 400;
    color: #fff;
    letter-spacing: normal
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info .description {
    font-weight: 400;
    margin-top: 23px;
    letter-spacing: normal;
    color: #abafb1;
    line-height: 1.5
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info>a {
    color: #fff;
    display: none;
    font-weight: 300;
    margin-top: 36px;
    line-height: 1.5;
    letter-spacing: .3px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info>a i {
    margin-left: 12px;
    vertical-align: middle
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info>a:hover span:after {
    opacity: 1;
    visibility: visible
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info>a span {
    position: relative
}

.thim-instructors .home1_courses_instructor .avatar-item .avatar-instructors .avartar-info>a span:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 1px;
    opacity: 0;
    visibility: hidden
}

.thim-instructors .home1_courses_instructor .view-more {
    margin-top: 35px;
    text-align: center
}

.thim-instructors .home1_courses_instructor .view-more a {
    display: inline-block;
    padding: 0 44px;
    height: 56px;
    line-height: 56px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    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
}

.thim-instructors .home1_courses_instructor .view-more a:hover {
    background-position: right center
}

.thim-instructors .home1_courses_instructor .view-more a i {
    vertical-align: middle;
    margin-left: 15px
}

.sk-three-bounce {
    margin: 0 auto;
    width: 80px;
    text-align: center
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
    animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
    animation-delay: -.16s
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.thim-sc-intro-box {
    position: relative;
    margin-bottom: 174px
}

.thim-sc-intro-box.has-bg:before {
    background: #f6f6f7;
    width: 500%;
    top: 0;
    left: -100%;
    right: -100%;
    height: 35%;
    content: '';
    position: absolute
}

.intro-box-background {
    position: relative
}

.intro-box-background img {
    width: 100%
}

.intro-box-content-wrapper {
    position: absolute;
    bottom: -174px;
    left: 50%;
    width: 958px;
    margin-left: -479px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -khtml-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -ms-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    -o-box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1);
    box-shadow: 0 15px 35px 0 rgba(0, 29, 44, .1)
}

.intro-box-content-wrapper .slider-wrapper {
    overflow: hidden;
    margin: 30px
}

.intro-box-content-wrapper .intro-box-slider {
    width: 500%;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.intro-box-content-wrapper .intro-box-slider .title {
    position: relative;
    margin-bottom: 25px;
    font-weight: 400
}

.intro-box-content-wrapper .intro-box-slider .title:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px
}

.intro-box-content-wrapper .intro-box-slider .title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    left: 0;
    bottom: 0
}

.intro-box-content-wrapper .label-container .next,
.intro-box-content-wrapper .label-container .svg2 {
    left: calc(100% + 35px)
}

.intro-box-content-wrapper .intro-box-slider .description {
    line-height: 1.75;
    margin-bottom: 32px
}

.intro-box-content-wrapper .box-display {
    display: inline-block;
    width: 20%;
    float: left
}

.intro-box-content-wrapper .box-wrapper {
    display: flex
}

.intro-box-content-wrapper .label-container label,
.intro-box-content-wrapper input {
    display: none
}

.intro-box-content-wrapper .box-wrapper .single-image {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none
}

.intro-box-content-wrapper .box-wrapper .content-wrapper {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding-left: 30px;
    padding-top: 28px
}

.intro-box-content-wrapper .label-container {
    position: absolute;
    bottom: 0;
    width: 100%
}

.intro-box-content-wrapper .label-container .next,
.intro-box-content-wrapper .label-container .prev {
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: 95px;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.intro-box-content-wrapper .label-container .next:hover:after,
.intro-box-content-wrapper .label-container .prev:hover:after {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.intro-box-content-wrapper .label-container .next:after,
.intro-box-content-wrapper .label-container .prev:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    font-family: Ionicons;
    font-size: 30px;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.intro-box-content-wrapper #slide10:checked~.label-container .manage10,
.intro-box-content-wrapper #slide1:checked~.label-container .manage1,
.intro-box-content-wrapper #slide2:checked~.label-container .manage2,
.intro-box-content-wrapper #slide3:checked~.label-container .manage3,
.intro-box-content-wrapper #slide4:checked~.label-container .manage4,
.intro-box-content-wrapper #slide5:checked~.label-container .manage5,
.intro-box-content-wrapper #slide6:checked~.label-container .manage6,
.intro-box-content-wrapper #slide8:checked~.label-container .manage8,
.intro-box-content-wrapper #slide9:checked~.label-container .manage9,
.social-login-form .wpb_content_element>.wpb_wrapper,
.thim-login,
.thim-login .link-bottom {
    display: inline-block
}

.intro-box-content-wrapper .label-container .svg1,
.intro-box-content-wrapper .label-container .svg2 {
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: 95px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.intro-box-content-wrapper .label-container .next:after {
    content: "\f3d3";
    right: -1px
}

.intro-box-content-wrapper .label-container .prev,
.intro-box-content-wrapper .label-container .svg1 {
    right: calc(100% + 35px)
}

.intro-box-content-wrapper .label-container .prev:after {
    content: "\f3d2";
    left: -1px
}

.intro-box-content-wrapper #auto-play:checked~.intro-box-slider {
    animation: alls 20s linear infinite
}

.intro-box-content-wrapper #slide2:checked~.slider-wrapper .intro-box-slider {
    margin-left: -100%
}

.intro-box-content-wrapper #slide3:checked~.slider-wrapper .intro-box-slider {
    margin-left: -200%
}

.intro-box-content-wrapper #slide4:checked~.slider-wrapper .intro-box-slider {
    margin-left: -300%
}

.intro-box-content-wrapper #slide5:checked~.slider-wrapper .intro-box-slider {
    margin-left: -400%
}

.intro-box-content-wrapper #slide6:checked~.slider-wrapper .intro-box-slider {
    margin-left: -500%
}

.intro-box-content-wrapper #slide7:checked~.label-container .manage7 {
    display: inline-block
}

.intro-box-content-wrapper #slide7:checked~.slider-wrapper .intro-box-slider {
    margin-left: -600%
}

.intro-box-content-wrapper #slide8:checked~.slider-wrapper .intro-box-slider {
    margin-left: -700%
}

.intro-box-content-wrapper #slide9:checked~.slider-wrapper .intro-box-slider {
    margin-left: -800%
}

.intro-box-content-wrapper #slide10:checked~.slider-wrapper .intro-box-slider {
    margin-left: -900%
}

.intro-box-content-wrapper a.more-detail {
    position: relative;
    background-color: inherit;
    overflow: hidden
}

.intro-box-content-wrapper a.more-detail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.intro-box-content-wrapper a.more-detail:after {
    content: "\f3d3";
    font-family: Ionicons;
    position: absolute;
    margin-left: 12px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.intro-box-content-wrapper a.more-detail:hover:after,
.intro-box-content-wrapper a.more-detail:hover:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.intro-box-content-wrapper a.more-detail:hover:before {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0)
}

.thim-form-login .message-error {
    color: #a94442;
    background: #f2dede;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 13px;
    width: 478px;
    max-width: 100%
}

.thim-login {
    width: 478px;
    max-width: 100%;
    border: 6px solid rgba(35, 35, 35, .4);
    padding: 60px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 8px
}

.thim-login .subtitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: 300;
    color: #202121;
    text-transform: uppercase
}

.thim-login .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: .8px;
    font-weight: 500;
    color: #202121;
    margin: 0 0 32px
}

.thim-login form p {
    margin: 0
}

.thim-login form .input,
.thim-login form label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 22px
}

.thim-login form label {
    line-height: 50px
}

.thim-login form .lost-pass-link {
    font-size: 16px;
    font-weight: 300
}

.thim-login form .input {
    letter-spacing: .3px;
    color: #888;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    background-color: #fefefe;
    height: 50px;
    border-radius: 5px
}

.thim-login form .button {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 400;
    text-transform: capitalize
}

.thim-login .link-bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .3px;
    text-align: center;
    color: #878787;
    width: 100%;
    margin-top: 19px
}

.social-login-form .wpb_content_element {
    margin-bottom: 0
}

.social-login-form .wpb_content_element>.wpb_wrapper {
    width: 478px;
    max-width: 100%;
    padding: 66px 50px;
    float: right
}

.social-login-form .subtitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: 300;
    color: #202121;
    text-transform: uppercase
}

.social-login-form .btn-social {
    max-width: 100%
}

.mo-openid-app-icons>p {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: .8px;
    font-weight: 500;
    color: #202121;
    margin: 0 0 32px !important
}

.mo-openid-app-icons .btn {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .4px;
    color: #fff
}

.mo-openid-app-icons .btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 0
}

.thim-sc-login {
    position: relative;
    padding: 0 20px
}

.thim-sc-login.link-to-account a {
    color: #fff !important
}

.thim-sc-login .widget_thim-login .user-name {
    position: relative;
    line-height: 56px
}

.thim-sc-login .widget_thim-login .user-name:hover .author {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.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)
}

.thim-sc-login .widget_thim-login .author {
    position: absolute;
    right: 100%;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -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)
}

.thim-sc-login .widget_thim-login .avatar {
    width: 30px;
    height: 30px;
    background-color: #ccc
}

.thim-sc-login .widget_thim-login:hover ul.user-info {
    display: block
}

.thim-sc-login .widget_thim-login ul.user-info {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 210px;
    z-index: 9999;
    margin-left: -19px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .09)
}

.thim-sc-login .widget_thim-login ul.user-info .menu-item:hover {
    background-color: rgba(3, 44, 75, .2)
}

.thim-sc-login .widget_thim-login ul.user-info .menu-item a {
    padding: 15px 20px;
    display: block;
    color: #fff !important
}

#thim-header-topbar .thim-sc-login .widget_thim-login a:hover {
    color: inherit
}

#resetpassform .resetpass-submit {
    position: relative
}

#resetpassform .sk-three-bounce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#resetpassform .sk-three-bounce .sk-child {
    background-color: #fff
}

#resetpassform .message-notice {
    margin-top: 15px
}

#resetpassform .alert {
    padding: 5px 20px;
    font-size: 14px
}

#loginform .wrap-fields {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: -10px
}

#loginform label {
    line-height: inherit
}

.header-right .widget.widget_thim-login.circle-style {
    padding: 0 !important;
    margin-right: 8px
}

.header-right .widget.widget_thim-login.circle-style:before {
    display: none !important
}

.header-right .widget.widget_thim-login.circle-style .thim-login-popup,
.header-right .widget.widget_thim-login.circle-style .user-name {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    background: #fff;
    letter-spacing: .3px;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.header-right .widget.widget_thim-login.circle-style .thim-login-popup a.register-link,
.header-right .widget.widget_thim-login.circle-style .thim-login-popup span.register-link,
.header-right .widget.widget_thim-login.circle-style .user-name a.register-link,
.header-right .widget.widget_thim-login.circle-style .user-name span.register-link {
    margin-right: 3px
}

body.logged-in .header-right .widget.widget_thim-login.circle-style .user-name:before {
    content: '';
    font-family: ionicons;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 16px
}

body.logged-in .header-right .widget.widget_thim-login.circle-style .user-name {
    padding: 0 20px !important
}

@media (min-width:1280px) and (max-width:1440px) {
    .thim-login {
        padding: 35px 30px
    }
    .social-login-form .wp-social-login-connect-with,
    .thim-login .title {
        font-size: 30px
    }
    .thim-login .link-bottom {
        line-height: 1.4em
    }
    .social-login-form .wpb_content_element>.wpb_wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
}

.thim-sc-photo-wall .grid {
    margin-left: -5px;
    margin-right: -15px;
    margin-bottom: 0
}

.thim-sc-photo-wall .grid .grid-item {
    float: left;
    list-style: none
}

.thim-sc-photo-wall .grid .grid-item .inner-item {
    position: relative;
    margin: 5px;
    display: grid
}

.thim-sc-photo-wall .grid .grid-item .inner-item .thumbnail {
    display: grid
}

.thim-sc-photo-wall .grid .grid-item .inner-item .item-info {
    position: absolute;
    color: #FFF;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-transform: capitalize
}

.thim-sc-post-block-1 .row .item .inner-item .information .data-meta .tag,
.thim-sc-post-block-1 .row .item .inner-item .sub-content .tag {
    display: none
}

.thim-sc-photo-wall .grid .grid-item .inner-item .item-info .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 6px;
    color: #FFF
}

.thim-sc-photo-wall .grid .grid-item .inner-item .item-info .description {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .1px;
    font-style: italic
}

.thim-sc-photo-wall .grid .grid-item .inner-item:hover:after {
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    -ms-opacity: .9;
    -o-opacity: .9;
    opacity: .9
}

.thim-sc-photo-wall .grid .grid-item .inner-item:hover .item-info {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-photo-wall .grid .grid-item .inner-item:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: '';
    z-index: 1
}

.thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(1) {
    padding-top: 13px
}

.thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(2) {
    padding-top: 69px
}

.thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(4) {
    padding-top: 109px
}

.thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(5) {
    padding-top: 49px
}

.thim-sc-photo-wall .loadmore {
    display: none;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center
}

.thim-sc-photo-wall .loadmore a {
    color: #202121;
    font-size: 16px;
    letter-spacing: .3px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:1600px) {
    .thim-sc-photo-wall .grid.image-crop .grid-item:nth-child(15) {
        left: auto !important;
        right: 10px;
        margin-top: -9px
    }
}

@media (max-width:480px) {
    .thim-sc-photo-wall .loadmore {
        display: inline-block
    }
}

.thim-sc-post-block-1 .row {
    margin-left: -30px;
    margin-right: -30px
}

.thim-sc-post-block-1 .row .item {
    padding-left: 30px;
    padding-right: 30px
}

.thim-sc-post-block-1 .row .item .inner-item {
    padding-bottom: 32px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden
}

.thim-sc-post-block-1 .row .item .inner-item .thumbnail {
    position: relative
}

.thim-sc-post-block-1 .row .item .inner-item .thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0) 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0) 50%), to(rgba(68, 68, 68, .8) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, .8) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, .8) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, .8) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, .8) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, .8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0) 50%', endColorStr='rgba(68, 68, 68, 0.8) 100%')
}

.thim-sc-post-block-1 .row .item .inner-item .thumbnail img {
    padding: 5px;
    width: 100%;
    height: auto
}

.thim-sc-post-block-1 .row .item .inner-item .thumbnail .cat-post {
    position: absolute;
    bottom: 0;
    height: 37px;
    z-index: 2;
    padding: 15px 29px 10px 39px;
    left: 0;
    color: #f47e49;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 16px
}

.thim-sc-post-block-1 .row .item .inner-item .information {
    position: absolute;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    background-color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    top: 0;
    padding: 47px 35px 48px 40px;
    overflow: auto;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-sc-post-block-1 .row .item .inner-item .information .date {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .4px
}

.thim-sc-post-block-1 .row .item .inner-item .information .data-meta {
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-top: 7px
}

.thim-sc-post-block-1 .row .item .inner-item .information .content-post {
    font-size: 16px;
    margin-bottom: 60px;
    line-height: 26px;
    position: relative;
    letter-spacing: .3px
}

.thim-sc-post-block-1 .row .item .inner-item .information .content-post:before {
    content: '';
    width: 45px;
    height: 1px;
    top: -40px;
    position: absolute;
    border: 1px solid #e7e7e7
}

.thim-sc-post-block-1 .row .item .inner-item .information .author-post .avatar {
    margin-right: 9px;
    float: left
}

.thim-sc-post-block-1 .row .item .inner-item .information .author-post .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thim-sc-post-block-1 .row .item .inner-item .information .author-post .author {
    float: left;
    margin-top: 5px;
    line-height: 1.4;
    text-transform: capitalize
}

.thim-sc-post-block-1 .row .item .inner-item .information .author-post .author .description {
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
    letter-spacing: .3px;
    text-align: left
}

.thim-sc-post-block-1 .row .item .inner-item .information .author-post .author .author-name {
    font-weight: 500
}

.thim-sc-post-block-1 .row .item .inner-item .sub-content {
    padding-left: 40px;
    padding-top: 22px;
    padding-right: 35px
}

.thim-sc-post-block-1 .row .item .inner-item:hover .information {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-post-block-1 .row .item .inner-item .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0
}

.thim-sc-pricing .pricing-wrapper,
.thim-sc-review-course .read-more-link,
.thim-sc-scroll-heading,
.thim-sc-skills-bar .circle,
.thim-sc-skills-bar .circle .number,
.thim-sc-social-links {
    text-align: center
}

.thim-sc-post-block-1 .row .item .inner-item .data-meta {
    font-size: 16px;
    padding-top: 10px
}

.thim-sc-pricing .pricing-wrapper .row {
    margin: 0;
    border-bottom: solid 1px #e9e9e9
}

.thim-sc-pricing .pricing-wrapper .pricing-item {
    padding: 0
}

.thim-sc-pricing .pricing-wrapper .pricing-item:last-child .content {
    border-right: solid 1px #e9e9e9
}

.thim-sc-pricing .pricing-wrapper .pricing-item:nth-child(odd) .package {
    background: #376db6
}

.thim-sc-pricing .pricing-wrapper .pricing-item:nth-child(odd) .package:after {
    border-color: #376db6 transparent !important
}

.thim-sc-pricing .pricing-wrapper .pricing-item:nth-child(even) .package {
    background: #1e5397
}

.thim-sc-pricing .pricing-wrapper .pricing-item:nth-child(even) .package:after {
    border-color: #1e5397 transparent !important
}

.thim-sc-pricing .pricing-wrapper .pricing-item .package {
    position: relative;
    padding: 30px 20px;
    box-sizing: content-box;
    background-color: #376db6
}

.thim-sc-pricing .pricing-wrapper .pricing-item .package:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #376db6 transparent;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 0
}

.thim-sc-pricing .pricing-wrapper .pricing-item .package p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-bottom: 0
}

.thim-sc-pricing .pricing-wrapper .pricing-item .package p:first-child {
    color: #71c7ff;
    margin-bottom: 5px
}

.thim-sc-pricing .pricing-wrapper .pricing-item .package p:last-child {
    color: #e8e8e8
}

.thim-sc-pricing .pricing-wrapper .pricing-item .package h4 {
    font-size: 22px;
    letter-spacing: .4px;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0
}

.thim-sc-pricing .pricing-wrapper .pricing-item .content {
    padding: 42px 20px 50px;
    border-left: solid 1px #e9e9e9;
    box-sizing: content-box
}

.thim-sc-pricing .pricing-wrapper .pricing-item .price {
    margin-bottom: 25px
}

.thim-sc-pricing .pricing-wrapper .pricing-item .price .amount {
    font-size: 40px;
    letter-spacing: .8px;
    display: inline-block;
    font-weight: 400
}

.thim-sc-pricing .pricing-wrapper .pricing-item .price .interval {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .4px;
    display: inline-block
}

.thim-sc-pricing .pricing-wrapper .pricing-item .features {
    margin: 0;
    list-style: none
}

.thim-sc-pricing .pricing-wrapper .pricing-item .features p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 2.19;
    list-style: none
}

.thim-sc-pricing .pricing-wrapper .pricing-item .select {
    margin-top: 30px
}

.thim-sc-pricing .pricing-wrapper .pricing-item .select a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 40px;
    text-transform: uppercase
}

.thim-sc-review-course {
    max-width: 1030px;
    margin: auto
}

.thim-sc-review-course .course-reviews-list {
    list-style: none;
    margin-left: 0
}

.thim-sc-review-course .course-reviews-list .sub-review {
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
    border: none
}

.thim-sc-review-course .course-reviews-list .sub-review:first-child {
    margin-top: 0
}

.thim-sc-review-course .course-reviews-list .sub-review:last-child {
    margin-bottom: 60px
}

.thim-sc-review-course .course-reviews-list .sub-review .author-name {
    text-transform: capitalize;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.thim-sc-review-course .course-reviews-list .sub-review .description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 19px;
    letter-spacing: .3px
}

.thim-sc-review-course .course-reviews-list .sub-review .review-star .review-stars-rated {
    max-width: 80px;
    width: auto;
    display: block
}

.thim-sc-review-course .course-reviews-list .sub-review .review-star .review-stars-rated .review-stars.empty,
.thim-sc-review-course .course-reviews-list .sub-review .review-star .review-stars-rated .review-stars.filled {
    font-size: 14px;
    width: auto
}

.thim-sc-review-course .read-more-link .read-more {
    display: inline-block;
    min-width: 225px;
    padding: 0 30px;
    height: 55px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 130px;
    text-transform: uppercase;
    cursor: pointer;
    -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
}

.thim-sc-review-course .read-more-link .read-more:focus {
    outline: 0
}

.thim-sc-scroll-heading {
    margin-top: 35px;
    margin-bottom: 45px
}

.thim-sc-scroll-heading.next-screen {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%)
}

.thim-sc-scroll-heading .title {
    display: inline-block
}

.thim-sc-scroll-heading .title .text {
    margin-left: 39px;
    margin-right: 39px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #a5a5a5;
    cursor: pointer
}

.thim-sc-scroll-heading .title .text:hover {
    color: #202121
}

.thim-sc-skills-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0
}

.thim-sc-skills-bar.text-center {
    justify-content: center
}

.thim-sc-skills-bar .circle {
    width: 175px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    line-height: 1.2
}

.thim-sc-skills-bar .circle canvas {
    vertical-align: top;
    width: 122px
}

.thim-sc-skills-bar .circle .number {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0
}

.thim-sc-skills-bar .circle .title {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-top: 22px;
    letter-spacing: .4px;
    font-weight: 400
}

.thim-sc-skills-bar .circle .sub-title {
    font-size: 16px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -o-transform: translate(0, -30%)
}

.thim-sc-skills-bar .circle:last-child {
    margin-right: 0
}

.thim-sc-social-links .socials {
    margin: 0;
    padding: 0
}

.thim-sc-social-links .socials li {
    display: inline-block;
    margin: 0;
}

.thim-sc-social-links .socials li a[href$="/feed/"],
.thim-sc-social-links .socials li a[href*="dribbble.com"],
.thim-sc-social-links .socials li a[href*="facebook.com"],
.thim-sc-social-links .socials li a[href*="flickr.com"],
.thim-sc-social-links .socials li a[href*="foursquare.com"],
.thim-sc-social-links .socials li a[href*="plus.google.com"],
.thim-sc-social-links .socials li a[href*="instagram.com"],
.thim-sc-social-links .socials li a[href*="linkedin.com"],
.thim-sc-social-links .socials li a[href*="pinterest.com"],
.thim-sc-social-links .socials li a[href*="reddit.com"],
.thim-sc-social-links .socials li a[href*="tumblr.com"],
.thim-sc-social-links .socials li a[href*="twitter.com"],
.thim-sc-social-links .socials li a[href*="vimeo.com"],
.thim-sc-social-links .socials li a[href*="wordpress.com"],
.thim-sc-social-links .socials li a[href*="wordpress.org"],
.thim-sc-social-links .socials li a[href*="youtube.com"],
.thim-sc-social-links .socials li a[href*="mailto:"],
.thim-sc-social-links .socials li a[href*="twitch.tv"] {
    display: inline-block;
    text-indent: initial;
    font-size: 0;
    float: left
}

.thim-sc-social-links .socials li a[href$="/feed/"]:after,
.thim-sc-social-links .socials li a[href*="dribbble.com"]:after,
.thim-sc-social-links .socials li a[href*="facebook.com"]:after,
.thim-sc-social-links .socials li a[href*="flickr.com"]:after,
.thim-sc-social-links .socials li a[href*="foursquare.com"]:after,
.thim-sc-social-links .socials li a[href*="plus.google.com"]:after,
.thim-sc-social-links .socials li a[href*="instagram.com"]:after,
.thim-sc-social-links .socials li a[href*="linkedin.com"]:after,
.thim-sc-social-links .socials li a[href*="pinterest.com"]:after,
.thim-sc-social-links .socials li a[href*="reddit.com"]:after,
.thim-sc-social-links .socials li a[href*="tumblr.com"]:after,
.thim-sc-social-links .socials li a[href*="twitter.com"]:after,
.thim-sc-social-links .socials li a[href*="vimeo.com"]:after,
.thim-sc-social-links .socials li a[href*="wordpress.com"]:after,
.thim-sc-social-links .socials li a[href*="wordpress.org"]:after,
.thim-sc-social-links .socials li a[href*="youtube.com"]:after,
.thim-sc-social-links .socials li a[href*="mailto:"]:after,
.thim-sc-social-links .socials li a[href*="twitch.tv"]:after {
    -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;
    font-family: FontAwesome;
    text-indent: 0;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 38px;
    width: 28px;
    /* height: 40px; */
    text-align: center;
    /* border: 1px solid #e7e7e7; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.thim-sc-social-links .socials li a[href$="/feed/"]:after {
    content: "\f09e";
    color: #f90
}

.thim-sc-social-links .socials li a[href$="/feed/"]:hover:after {
    color: #FFF;
    border-color: #f90;
    background-color: #f90
}

.thim-sc-social-links .socials li a[href*="twitch.tv"]:after {
    content: "\f1e8";
    color: #6441A5
}

.thim-sc-social-links .socials li a[href*="twitch.tv"]:hover:after {
    color: #FFF;
    border-color: #6441A5;
    background-color: #6441A5
}

.thim-sc-social-links .socials li a[href*="mailto:"]:after {
    content: "\f003"
}

.thim-sc-social-links .socials li a[href*="mailto:"]:hover:after {
    color: #FFF;
    border-color: #e7e7e7;
    background-color: #e7e7e7
}

.thim-sc-social-links .socials li a[href*="youtube.com"]:after {
    content: "\f16a";
    color: #b00
}

.thim-sc-social-links .socials li a[href*="youtube.com"]:hover:after {
    color: #FFF;
    border-color: #b00;
    background-color: #b00
}

.thim-sc-social-links .socials li a[href*="wordpress.com"]:after,
.thim-sc-social-links .socials li a[href*="wordpress.org"]:after {
    content: "\f19a";
    color: #0073aa
}

.thim-sc-social-links .socials li a[href*="wordpress.com"]:hover:after,
.thim-sc-social-links .socials li a[href*="wordpress.org"]:hover:after {
    color: #FFF;
    border-color: #0073aa;
    background-color: #0073aa
}

.thim-sc-social-links .socials li a[href*="vimeo.com"]:after {
    content: "\f194";
    color: #aad450
}

.thim-sc-social-links .socials li a[href*="vimeo.com"]:hover:after {
    color: #FFF;
    border-color: #aad450;
    background-color: #aad450
}

.thim-sc-social-links .socials li a[href*="tumblr.com"]:after {
    content: "\f173";
    color: #32506d
}

.thim-sc-social-links .socials li a[href*="tumblr.com"]:hover:after {
    color: #FFF;
    border-color: #32506d;
    background-color: #32506d
}

.thim-sc-social-links .socials li a[href*="reddit.com"]:after {
    content: "\f231"
}

.thim-sc-social-links .socials li a[href*="reddit.com"]:hover:after {
    color: #FFF;
    border-color: #e7e7e7;
    background-color: #e7e7e7
}

.thim-sc-social-links .socials li a[href*="twitter.com"]:after {
    content: "\f099";
    color: #303030;
}

.thim-sc-social-links .socials li a[href*="twitter.com"]:hover:after {
    color: #FFF;
    border-color: #00aced;
    background-color: #00aced
}

.thim-sc-social-links .socials li a[href*="dribbble.com"]:after {
    content: "\f17d";
    color: #ea4c89
}

.thim-sc-social-links .socials li a[href*="dribbble.com"]:hover:after {
    color: #FFF;
    border-color: #ea4c89;
    background-color: #ea4c89
}

.thim-sc-social-links .socials li a[href*="facebook.com"]:after {
    content: "\f09a";
    color: #303030;
}

.thim-sc-social-links .socials li a[href*="facebook.com"]:hover:after {
    color: #FFF;
    border-color: #3b5998;
    background-color: #3b5998
}

.thim-sc-social-links .socials li a[href*="flickr.com"]:after {
    content: "\f16e";
    color: #ff0084
}

.thim-sc-social-links .socials li a[href*="flickr.com"]:hover:after {
    color: #FFF;
    border-color: #ff0084;
    background-color: #ff0084
}

.thim-sc-social-links .socials li a[href*="foursquare.com"]:after {
    content: "\f180";
    color: #0072b1
}

.thim-sc-social-links .socials li a[href*="foursquare.com"]:hover:after {
    color: #FFF;
    border-color: #0072b1;
    background-color: #0072b1
}

.thim-sc-social-links .socials li a[href*="plus.google.com"]:after {
    content: "\f0d5";
    color: #dd4b39
}

.thim-sc-social-links .socials li a[href*="plus.google.com"]:hover:after {
    color: #FFF;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.thim-sc-social-links .socials li a[href*="instagram.com"]:after {
    content: "\f16d";
    color: #303030;
}

.thim-sc-social-links .socials li a[href*="instagram.com"]:hover:after {
    color: #FFF;
    border-color: #517fa4;
    background-color: #517fa4
}

.thim-sc-social-links .socials li a[href*="linkedin.com"]:after {
    content: "\f0e1";
    color: #303030;
}

.thim-sc-social-links .socials li a[href*="linkedin.com"]:hover:after {
    color: #FFF;
    border-color: #007bb6;
    background-color: #007bb6
}

.thim-sc-social-links .socials li a[href*="pinterest.com"]:after {
    content: "\f231";
    color: #cb2027
}

.thim-sc-steps .steps-wrapper .steps:after,
.thim-sc-steps .steps-wrapper .steps:before,
.thim-sc-steps .steps-wrapper:after,
.thim-sc-steps .steps-wrapper:before {
    content: " ";
    display: table
}

.thim-sc-social-links .socials li a[href*="pinterest.com"]:hover:after {
    color: #FFF;
    border-color: #cb2027;
    background-color: #cb2027
}

#thim-header-topbar .thim-sc-social-links .socials li {
    margin: 0 7px
}

#thim-header-topbar .thim-sc-social-links .socials li:last-child {
    margin-right: 0
}

#thim-header-topbar .thim-sc-social-links .socials li a:after {
    line-height: 34px;
    color: inherit;
    font-size: 14px;
    border: none;
    width: auto;
    height: auto;
    background: 0 0 !important;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item,
.thim-sc-text-box.style-3 {
    -khtml-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s
}

.thim-sc-steps {
    position: relative;
    z-index: 1;
    padding-top: 20px
}

.thim-sc-steps .sc-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: right;
    line-height: normal;
    margin-bottom: 62px
}

.thim-sc-steps .steps-wrapper {
    position: relative;
    bottom: -17px
}

.thim-sc-steps .steps-wrapper:after {
    clear: both
}

.thim-sc-steps .steps-wrapper .steps {
    float: right
}

.thim-sc-steps .steps-wrapper .steps:after {
    clear: both
}

.thim-sc-steps .steps-wrapper .steps .nav {
    margin-left: 0;
    justify-content: flex-end
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item {
    position: relative;
    margin-right: 40px
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:last-child {
    margin-right: 0
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:last-child:after {
    display: none
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:after {
    position: absolute;
    width: 30px;
    height: 8px;
    background-image: radial-gradient(circle 5px, rgba(255, 255, 255, .7) 12%, transparent 16%);
    background-size: 4px 7px;
    content: '';
    left: 67px;
    top: 30px;
    border-bottom: none
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item .nav-link {
    width: 62px;
    height: 62px;
    background-color: #df6c4f;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .4px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item .nav-link span {
    display: block;
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 400;
    margin-top: -5px
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item .nav-link .step-icon {
    font-size: 38px;
    line-height: 32px
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item .nav-link.active,
.thim-sc-steps .steps-wrapper .steps .nav .nav-item .nav-link:hover,
.thim-sc-steps .steps-wrapper .steps .nav .nav-item.active .nav-link,
.thim-sc-steps .steps-wrapper .steps .nav .nav-item:hover .nav-link {
    background-color: #FFF !important;
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, .06)
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(1) .nav-link {
    background: #333
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(2) .nav-link {
    background: #df6c4f
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(3) .nav-link {
    background: #49a942
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(4) .nav-link {
    background: #00a78e
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(5) .nav-link {
    background: #59dbff
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(6) .nav-link {
    background: #333
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(7) .nav-link {
    background: #df6c4f
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(8) .nav-link {
    background: #49a942
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(9) .nav-link {
    background: #00a78e
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(10) .nav-link {
    background: #59dbff
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(11) .nav-link {
    background: #333
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(12) .nav-link {
    background: #df6c4f
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(13) .nav-link {
    background: #49a942
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(14) .nav-link {
    background: #00a78e
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(15) .nav-link {
    background: #59dbff
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(16) .nav-link {
    background: #333
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(17) .nav-link {
    background: #df6c4f
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(18) .nav-link {
    background: #49a942
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(19) .nav-link {
    background: #00a78e
}

.thim-sc-steps .steps-wrapper .steps .nav .nav-item:nth-child(20) .nav-link {
    background: #59dbff
}

.thim-sc-steps .steps-wrapper .steps .tab-content {
    padding-top: 56px;
    text-align: right;
    max-width: 550px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.56;
    letter-spacing: .4px;
    clear: both
}

.thim-sc-steps .steps-wrapper .steps .tab-content .tab-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
    letter-spacing: .4px
}

.thim-sc-steps .steps-wrapper .steps .tab-content .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: .3px
}

.thim-sc-steps .steps-wrapper .steps .tab-content .readmore {
    color: #FFF;
    margin-top: 38px;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    font-size: 14px;
    letter-spacing: .3px;
    text-align: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    height: 35px;
    padding: 0 30px;
    line-height: 35px;
    display: inline-block;
    font-weight: 400
}

.thim-sc-steps .steps-wrapper .steps .tab-content .readmore:hover {
    color: #FFF
}

.thim-sc-steps .media-wrapper {
    margin-right: -150px;
    margin-left: 55px;
    margin-bottom: -90px
}

.thim-sc-steps .advance-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1
}

.thim-sc-steps .advance-overlay .svg-clip-path {
    position: absolute
}

.thim-sc-steps.layout-1 .steps-wrapper .steps .nav .nav-item .nav-link span {
    margin-top: -1px;
    line-height: normal
}

.thim-sc-steps.layout-1.custom-style .steps-wrapper .steps .nav .nav-item .nav-link span {
    margin-top: 6px;
    margin-bottom: -2px
}

.thim-sc-steps.layout-2 .media-box {
    order: -1
}

.thim-sc-steps.layout-2 .sc-title {
    float: left;
    text-align: left
}

.thim-sc-steps.layout-2 .steps-wrapper {
    bottom: auto
}

.thim-sc-steps.layout-2 .steps-wrapper .steps {
    margin-top: 37px;
    float: left
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav {
    margin-left: 0;
    justify-content: flex-start;
    transform: translate(0, -15px)
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item {
    position: relative
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:after {
    display: none
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(2) {
    bottom: 20px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(3) {
    bottom: 40px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(4) {
    bottom: 60px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(5) {
    bottom: 80px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(6) {
    bottom: 100px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(7) {
    bottom: 120px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(8) {
    bottom: 140px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(9) {
    bottom: 160px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(10) {
    bottom: 180px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(11) {
    bottom: 200px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(12) {
    bottom: 220px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(13) {
    bottom: 240px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(14) {
    bottom: 260px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(15) {
    bottom: 280px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(16) {
    bottom: 300px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(17) {
    bottom: 320px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(18) {
    bottom: 340px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(19) {
    bottom: 360px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(20) {
    bottom: 380px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .nav .nav-item:nth-child(21) {
    bottom: 400px
}

.thim-sc-steps.layout-2 .steps-wrapper .steps .tab-content {
    text-align: left
}

.thim-sc-steps.layout-2 .media-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 49px
}

.thim-sc-steps.layout-2 .advance-overlay {
    top: 0
}

.thim-sc-steps.layout-3 {
    background: url(assets/images/sc-step-bg-2.png) top center repeat-x #f4f4f4;
    padding-top: 132px;
    padding-bottom: 55px
}

.thim-sc-steps.layout-3 .heading {
    margin-bottom: 60px
}

.thim-sc-steps.layout-3 .steps-wrapper {
    bottom: 0
}

.thim-sc-steps.layout-3 .steps-wrapper .sc-title {
    margin-bottom: 58px
}

.thim-sc-steps.layout-3 .steps-wrapper .steps {
    float: none
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav {
    justify-content: center
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item {
    margin-right: 62px;
    text-align: center;
    width: 150px;
    cursor: pointer
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item .nav-link {
    display: inline-flex
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item .tab-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 19px;
    padding: 0 10px;
    letter-spacing: .3px
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item .tab-title:hover {
    font-weight: 400
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item:after {
    width: 125px;
    left: 119px;
    background-image: radial-gradient(circle 5px, rgba(180, 180, 180, .7) 12%, transparent 16%);
    background-size: 3px 7px;
    height: 8px;
    border-bottom: none
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .nav .nav-item.active .tab-title {
    font-weight: 400
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content {
    text-align: left;
    max-width: 560px;
    padding-top: 51px
}

.thim-sc-steps.layout-3 .steps-wrapper .steps .tab-content .tab-title {
    font-weight: 400
}

.thim-sc-steps.layout-3 .media-wrapper {
    margin-right: 0;
    margin-left: -160px;
    margin-bottom: 0
}

.thim-sc-steps.layout-3 .sc-title {
    float: none;
    text-align: center;
    max-width: 500px;
    margin: auto;
    display: block
}

.thim-sc-steps.layout-3 .background-overlay {
    height: 346px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}

.thim-sc-steps.layout-3 .background-overlay:before {
    content: '';
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
    height: 206px;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}

.thim-sc-steps.layout-3 .background-overlay:after {
    content: '';
    background: #FFF;
    position: absolute;
    height: 140px;
    left: 0;
    right: 0;
    bottom: 0
}

.thim-sc-steps.layout-4 .steps-wrapper .steps .tab-content {
    padding-top: 51px
}

.thim-sc-steps.layout-4 .steps-wrapper .steps .tab-content .readmore {
    height: 35px;
    line-height: 35px;
    padding: 0 32px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper {
    padding: 125px 0 65px;
    background: rgba(0, 0, 0, .75);
    background-image: url(assets/images/sc-step-bg-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 785px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .sc-title,
.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .tab-title {
    color: #FFF
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .sc-title {
    margin-bottom: 51px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .tab-title {
    margin-bottom: 15px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .content-box .description {
    color: #b4b4b4;
    margin-bottom: 14px;
    max-width: 450px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
    margin-top: 51px;
    margin-left: 51px;
    background: url(assets/images/sc-step-mockup-mac.png) center center no-repeat;
    width: 580px;
    height: 545px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper .player-inner {
    height: 364px;
    padding: 23px 24px
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper .player-inner iframe {
    width: 100%;
    height: 100%
}

.thim-sc-steps.layout-4 .sc-steps-wrapper .steps-wrapper .steps .nav .nav-item:after {
    background-image: radial-gradient(circle 5px, rgba(180, 180, 180, .7) 12%, transparent 16%)
}

.thim-sc-steps.layout-4.sc-step-one-title .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
    margin-top: 24px
}

.thim-sc-steps.has-bg .steps-wrapper .steps .tab-content .tab-title {
    color: #FFF;
    font-weight: 500;
    font-size: 22px
}

.thim-sc-steps.has-bg .steps-wrapper .steps .tab-content .description {
    font-size: 18px;
    letter-spacing: .4px;
    color: #fffefc
}

.thim-sc-steps.has-bg .steps-wrapper .steps .tab-content .readmore {
    background-color: #FFF;
    letter-spacing: .1px
}

.thim-sc-steps.has-bg .steps-wrapper .steps .tab-content .readmore:hover {
    color: #fff
}

.thim-sc-steps.custom-style {
    padding-top: 95px;
    padding-bottom: 200px
}

.thim-sc-steps.custom-style .content-box .steps-wrapper {
    margin-right: 10px;
    margin-top: 50px
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .sc-title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: .8px;
    text-align: right;
    margin-bottom: 0;
    max-width: unset;
    float: unset
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .sub-title {
    text-align: right;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: .3px;
    position: relative
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .sub-title:after {
    content: '';
    width: 50px;
    height: 1px;
    border-top: 1px solid #333;
    position: absolute;
    right: 0;
    bottom: -10px
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .steps {
    margin-top: 68px
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .steps .nav .nav-item .nav-link {
    background-color: transparent;
    color: #ccc;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .steps .nav .nav-item .nav-link.active {
    color: #fff;
    -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)
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .steps .nav .nav-item:after {
    content: '......................................................';
    color: #ccc;
    background-image: none;
    overflow: hidden;
    height: auto;
    top: 15px
}

.thim-sc-steps.custom-style .content-box .steps-wrapper .steps .tab-content {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .3px;
    text-align: right;
    padding-top: 55px;
    max-width: 490px
}

.thim-sc-testimonials.layout-1 .slider-container .slider,
.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content {
    text-align: center
}

.thim-sc-steps.custom-style .media-box {
    display: table-cell
}

.thim-sc-steps.custom-style .media-box .media-wrapper {
    margin-left: 25px
}

.overflow-visible {
    overflow: visible !important
}

article.sidebar-right .thim-sc-steps.layout-4 {
    margin-right: 90px
}

article.sidebar-right .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
    margin-left: 10px
}

.thim-sc-testimonials.layout-1 {
    margin-top: 55px;
    margin-bottom: 55px
}

.thim-sc-testimonials.layout-1 .slider-container {
    max-width: 1028px;
    margin: auto;
    position: relative
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item {
    letter-spacing: .4px
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item .content {
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 27px;
    font-weight: 300
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item .user-info {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #2c3339;
    margin-bottom: 30px;
    font-style: italic
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item .user-info .title:after,
.thim-sc-testimonials.layout-1 .slider-container .slider .item .user-info .title:before {
    position: relative;
    left: 0;
    margin-right: 2px;
    display: inline-block
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item .user-info .title:before {
    content: '__'
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item .user-info .title:after {
    content: ','
}

.thim-sc-testimonials.layout-1 .slider-container .slider .item .thim-sc-social-links {
    margin-bottom: 30px
}

.thim-sc-testimonials.layout-1 .slider-container .slider-controls>a {
    position: absolute;
    left: -85px;
    right: -85px;
    top: 22px;
    width: 30px;
    height: 48px;
    font-size: 75px;
    line-height: 50px
}

.thim-sc-testimonials.layout-1 .slider-container .slider-controls>a:after {
    content: '';
    font-family: Ionicons;
    color: #e8e8e8
}

.thim-sc-testimonials.layout-1 .slider-container .slider-controls>a.slider-left {
    right: auto
}

.thim-sc-testimonials.layout-1 .slider-container .slider-controls>a.slider-left:after {
    content: '\f3d2'
}

.thim-sc-testimonials.layout-1 .slider-container .slider-controls>a.slider-right {
    left: auto
}

.thim-sc-testimonials.layout-1 .slider-container .slider-controls>a.slider-right:after {
    content: '\f3d3'
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage {
    width: auto !important;
    transform: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item {
    width: auto !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -10px;
    border: 1px solid #fff;
    margin-right: -10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(.84, .84);
    -moz-transform: scale(.84, .84);
    -ms-transform: scale(.84, .84);
    -o-transform: scale(.84, .84);
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center {
    z-index: 9999 !important;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item {
    z-index: 10
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item {
    z-index: 9
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item {
    z-index: 8
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 7
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 6
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 5
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 4
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 3
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 2
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item.center+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item {
    z-index: 1
}

.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item:hover {
    z-index: 9999 !important;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    cursor: pointer;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.thim-sc-testimonials.layout-2 .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 857px;
    margin: auto;
    position: relative
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable {
    list-style: none;
    position: relative;
    display: block;
    margin: 0 auto
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable:after,
.thim-sc-testimonials.layout-2 .slider ul.scrollable:before {
    content: " ";
    display: table
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable:after {
    clear: both
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li {
    position: absolute;
    overflow: visible !important
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li:nth-child(2n+2) .slide-content {
    z-index: 99
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li img {
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li .slide-content {
    position: relative
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li .slide-content:hover {
    cursor: pointer
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li.mid-item .slide-content {
    z-index: 999
}

.thim-sc-testimonials.layout-2 .slider ul.scrollable li.mid-item img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content {
    display: none
}

.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content.current {
    display: block
}

.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .image {
    display: none
}

.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .user-info {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: .8px;
    margin-bottom: 26px;
    color: #2c3339
}

.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .thim-sc-social-links li {
    margin-bottom: 22px
}

.thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .description {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.44;
    letter-spacing: .4px
}

.thim-sc-testimonials.layout-2 .slider .slides-wrapper {
    order: -1;
    margin-bottom: 44px
}

.thim-sc-testimonials.layout-2 .slider .slides-wrapper:after,
.thim-sc-testimonials.layout-2 .slider .slides-wrapper:before {
    content: " ";
    display: table
}

.thim-sc-testimonials.layout-2 .slider .slides-wrapper:after {
    clear: both
}

.thim-sc-testimonials.layout-2 .slider .control-nav {
    position: absolute;
    z-index: 9;
    top: auto !important;
    font-size: 0;
    display: inline-block;
    padding: 0;
    bottom: 54px;
    left: -154px;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}

.thim-sc-testimonials.layout-2 .slider .control-nav:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-testimonials.layout-2 .slider .control-nav:before {
    content: '\f3d2';
    width: 28px;
    height: 45px;
    font-family: Ionicons;
    font-size: 70px;
    line-height: .31
}

.thim-sc-testimonials.layout-2 .slider .control-nav.next {
    left: auto;
    right: -154px
}

.thim-sc-testimonials.layout-2 .slider .control-nav.next:before {
    content: '\f3d3'
}

.thim-sc-testimonials.layout-3 .slider-container {
    padding-left: 67px;
    position: relative
}

.thim-sc-testimonials.layout-3 .slider-container:before {
    content: '‘‘';
    font-family: Arial;
    font-size: 160px;
    text-align: left;
    position: absolute;
    top: 58px;
    left: -9px;
    letter-spacing: -13px
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .content {
    font-family: "Times New Roman";
    font-size: 26px;
    font-style: italic;
    line-height: 1.46;
    letter-spacing: .5px;
    text-align: left;
    margin-bottom: 24px
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .user-info {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    margin-bottom: 39px;
    text-transform: uppercase
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .user-info .title:after,
.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .user-info .title:before {
    position: relative;
    left: 0;
    margin-right: 2px;
    display: inline-block
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .user-info .title:before {
    content: '__'
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .user-info .title:after {
    content: ','
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .image {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px
}

.thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-item .thim-sc-social-links {
    text-align: left
}

.thim-sc-testimonials.layout-3 .slider-container .owl-dots {
    text-align: left;
    margin-left: -7px;
    margin-right: -7px
}

.thim-sc-testimonials.layout-3 .slider-container .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #e2e2e2
}

.thim-sc-testimonials.layout-3 .slider-container .owl-dots .owl-dot.active span {
    position: relative
}

.thim-sc-testimonials.layout-3 .slider-container .owl-dots .owl-dot.active span:after {
    content: '';
    width: 13px;
    height: 13px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px
}

.thim-sc-testimonials.layout-4 .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 814px;
    margin: auto;
    position: relative
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable {
    list-style: none;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable:after,
.thim-sc-testimonials.layout-4 .slider ul.scrollable:before {
    content: " ";
    display: table
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable:after {
    clear: both
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable li {
    position: absolute;
    overflow: visible !important;
    top: auto !important;
    bottom: 0
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable li img {
    overflow: hidden;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -webkit-opacity: .15;
    -khtml-opacity: .15;
    -moz-opacity: .15;
    -ms-opacity: .15;
    -o-opacity: .15;
    opacity: .15;
    cursor: pointer
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable li .slide-content {
    position: relative
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable li.mid-item {
    z-index: 999
}

.thim-sc-testimonials.layout-4 .slider ul.scrollable li.mid-item img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-testimonials.layout-4 .slider .slides-content {
    position: relative;
    z-index: 2;
    margin-top: -21px
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content {
    display: none
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content.current {
    display: block
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content {
    text-align: center
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .image {
    display: none
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .user-info {
    font-size: 16px;
    line-height: 1.63;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .user-info .title:after {
    content: ',';
    position: relative;
    left: 0;
    margin-right: 2px;
    display: inline-block
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .thim-sc-social-links li {
    margin: 0 2px
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .thim-sc-social-links li a:after {
    background-color: #FFF;
    border-color: #FFF;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .thim-sc-social-links li a:hover:after {
    color: #FFF;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08)
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .description {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 45px
}

.thim-sc-testimonials.layout-4 .slider .slides-content .slide-content .content .description.no-social {
    padding-top: 21px
}

.thim-sc-testimonials.layout-4 .slider .slides-wrapper {
    position: relative;
    z-index: 1;
    order: -1
}

.thim-sc-testimonials.layout-4 .slider .slides-wrapper:after,
.thim-sc-testimonials.layout-4 .slider .slides-wrapper:before {
    content: " ";
    display: table
}

.thim-sc-testimonials.layout-4 .slider .slides-wrapper:after {
    clear: both;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(191, 188, 187, 0);
    background: -moz-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, .5) 5%, #bfbcbb 50%, rgba(191, 188, 187, .5) 95%, rgba(191, 188, 187, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(191, 188, 187, 0)), color-stop(14%, rgba(191, 188, 187, .5)), color-stop(50%, #bfbcbb), color-stop(95%, rgba(191, 188, 187, .5)), color-stop(100%, rgba(191, 188, 187, 0)));
    background: -webkit-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, .5) 5%, #bfbcbb 50%, rgba(191, 188, 187, .5) 95%, rgba(191, 188, 187, 0) 100%);
    background: -o-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, .5) 5%, #bfbcbb 50%, rgba(191, 188, 187, .5) 95%, rgba(191, 188, 187, 0) 100%);
    background: -ms-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, .5) 5%, #bfbcbb 50%, rgba(191, 188, 187, .5) 95%, rgba(191, 188, 187, 0) 100%);
    background: linear-gradient(to right, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, .5) 5%, #bfbcbb 50%, rgba(191, 188, 187, .5) 95%, rgba(191, 188, 187, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bfbcbb', endColorstr='#bfbcbb', GradientType=1);
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    -ms-opacity: .3;
    -o-opacity: .3;
    opacity: .3
}

.thim-sc-testimonials.layout-4 .slider .control-nav {
    position: absolute;
    z-index: 9;
    top: 175px !important;
    font-size: 0;
    display: inline-block;
    padding: 0;
    left: -133px;
    color: #e0e0e0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}

.thim-sc-testimonials.layout-4 .slider .control-nav:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.thim-sc-testimonials.layout-4 .slider .control-nav:before {
    content: '\f3d2';
    width: 28px;
    height: 45px;
    font-family: Ionicons;
    font-size: 70px;
    line-height: .31
}

.thim-sc-testimonials.layout-4 .slider .control-nav.next {
    left: auto;
    right: -133px
}

.thim-sc-testimonials.layout-4 .slider .control-nav.next:before {
    content: '\f3d3'
}

.thim-sc-testimonials.layout-5 {
    position: relative
}

.thim-sc-testimonials.layout-5:after {
    content: '‘‘';
    letter-spacing: -5px;
    position: absolute;
    padding-right: 6px;
    top: 415px;
    width: 84px;
    height: 84px;
    background: #e17545;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    font-family: Arial;
    font-size: 100px;
    text-align: center;
    line-height: 133px;
    left: 161px;
    z-index: 3
}

.thim-sc-testimonials.layout-5 .owl-stage-outer {
    max-width: 743px
}

.thim-sc-testimonials.layout-5:before {
    position: absolute;
    content: '';
    left: 90px;
    top: 40px;
    right: 0;
    bottom: 0
}

.thim-sc-testimonials.layout-5 .image {
    position: relative;
    z-index: 1
}

.thim-sc-testimonials.layout-5 .image:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 307px;
    opacity: .8;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 2;
    position: absolute
}

.thim-sc-testimonials.layout-5 .content-wrap {
    position: relative;
    margin-left: 90px;
    padding-top: 74px;
    padding-left: 72px;
    z-index: 2;
    padding-bottom: 16px;
    max-width: 654px
}

.thim-sc-testimonials.layout-5 .content-wrap .content {
    font-size: 22px;
    line-height: 30px;
    color: #FFF;
    letter-spacing: .4px;
    font-weight: 300;
    font-style: italic
}

.thim-sc-testimonials.layout-5 .content-wrap .user-info {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    color: #f8fa5f;
    padding: 24px 0;
    text-transform: uppercase;
    font-weight: 300
}

.thim-sc-testimonials.layout-5 .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto
}

.thim-sc-testimonials.layout-5 .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 422px;
    left: 667px;
    margin-top: 0
}

.thim-sc-testimonials.layout-5 .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 3px;
    background: rgba(255, 255, 255, .3)
}

.thim-sc-testimonials.layout-5 .owl-theme .owl-dots .owl-dot.active span,
.thim-sc-testimonials.layout-5 .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF
}

.vc_row-has-fill .thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .user-info {
    color: #fff
}

.vc_row-has-fill .thim-sc-testimonials.layout-2 .slider .slides-content .slide-content .content .description {
    color: #eaeaea
}

.vc_row-has-fill .thim-sc-testimonials.layout-2 .slider .control-nav {
    color: #FFF
}

.thim-sc-text-box .btn:hover {
    cursor: pointer
}

.thim-sc-text-box .btn:after {
    content: '';
    font-family: ionicons;
    margin-left: 14px
}

.thim-sc-text-box.left .title-1 {
    font-family: TimesNewRomanPS-MT;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.22;
    letter-spacing: .7px;
    margin-top: 152px
}

.thim-sc-text-box.left .title-2 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .4px
}

.thim-sc-text-box.left .btn {
    height: 39px;
    line-height: 39px;
    padding: 0 36px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 56px
}

.thim-sc-text-box.left .btn .text {
    font-size: 16px;
    letter-spacing: .3px;
    text-transform: uppercase
}

.thim-sc-text-box.center {
    padding-bottom: 130px;
    text-align: center
}

.thim-sc-text-box.center .title-1 {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #878787
}

.thim-sc-text-box.center .title-2 {
    font-size: 42px;
    font-weight: 100;
    letter-spacing: .8px;
    color: #202121;
    max-width: 754px;
    margin: auto;
    line-height: normal
}

.thim-sc-text-box.center .btn {
    margin-top: 48px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    line-height: 56px;
    padding: 0 45px
}

.thim-sc-text-box.center .btn .text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .3px;
    text-transform: uppercase
}

.thim-sc-text-box.center .btn:hover .text {
    color: #fff
}

.thim-sc-text-box.style-3 {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 58px 94px 60px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px
}

.thim-sc-text-box.style-3:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, .08);
    border-color: #FFF
}

.thim-sc-text-box.style-3 .title-1 {
    font-size: 30px;
    font-weight: 500;
    line-height: .83;
    text-align: center
}

.thim-sc-text-box.style-3 .title-1:after {
    content: '';
    width: 50px;
    height: 1px;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 17px auto 22px
}

.thim-sc-text-box.style-3 .title-2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    text-align: center;
    margin: 34px 0 31px
}

.thim-sc-text-box.style-3 .btn {
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 35px;
    height: 39px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3px;
    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-sc-text-box.style-3 .btn:hover {
    color: #FFF
}

.thim-sc-text-box.style-3 .btn:after {
    content: '';
    font-family: Ionicons;
    margin-left: 8px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    top: 1px
}

.thim-sc-text-box.style-4 .title-1 {
    font-size: 62px;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px
}

.thim-sc-text-box.style-4 .title-2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .4px;
    font-weight: 300;
    margin-bottom: 51px
}

.thim-sc-text-box.style-4 .btn {
    border: 1px solid;
    border-radius: 30px;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 0 45px;
    height: 56px
}

.thim-sc-text-box.size-small .title-1 {
    font-size: 18px;
    color: #202121;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: normal;
    margin-bottom: 27px
}

.thim-sc-text-box.size-small .title-2 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    font-weight: 300
}

.thim-sc-text-box.size-small .btn {
    height: 51px;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: .3px;
    padding: 0 40px;
    background-color: transparent
}

.thim-sc-text-box.size-small .btn:hover {
    color: #FFF
}

.thim-sc-text-box.size-small.text-home-6 .title-1 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .6px;
    text-align: left;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px
}

.thim-sc-text-box.size-small.text-home-6 .title-2 {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: left;
    color: #b0b0b0;
    margin-bottom: 0
}

.thim-background-overlay .thim-sc-text-box.left .title-1,
.thim-background-overlay .thim-sc-text-box.left .title-2 {
    color: #fff
}

.thim-background-overlay .thim-sc-text-box.style-4 .title-1 {
    color: #FFF
}

.thim-background-overlay .thim-sc-text-box.style-4 .title-2 {
    color: #e0e0e0
}

.thim-background-overlay .thim-sc-text-box.style-4 .btn {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF
}

.thim-sc-about-author-course {
    max-width: 800px;
    margin: 65px auto auto;
    padding-left: 46px
}

.thim-sc-about-author-course .title {
    font-size: 40px;
    font-weight: 100
}

.thim-sc-about-author-course .author-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.thim-sc-about-author-course .author-wrapper .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thim-sc-about-author-course .author-wrapper .author-avatar .social {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-left: 0
}

.thim-sc-about-author-course .author-wrapper .author-avatar .social li {
    margin-left: 26px
}

.thim-sc-about-author-course .author-wrapper .author-bio {
    margin-left: 35px;
    font-size: 18px;
    max-width: 612px
}

.thim-sc-about-author-course .author-wrapper .author-bio .author-description {
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: .3px
}

.thim-sc-about-author-course .author-wrapper .author-bio .author-name {
    font-weight: 400;
    text-transform: capitalize
}

.thim-sc-about-author-course .author-wrapper .author-bio .author-name a {
    color: #333
}

.thim-sc-about-author-course .author-wrapper .author-bio .author-name:before {
    content: '__'
}

.thim-sc-about-author-course .author-wrapper .author-bio .author-name .author-major {
    padding-left: 10px;
    margin-top: 7px;
    text-transform: capitalize
}

.thim-sc-video-box {
    max-width: 1007px;
    margin: auto
}

.thim-sc-video-box .video .video-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 600px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.thim-sc-video-box .video .video-box .play-button {
    line-height: inherit;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.thim-sc-video-box .video .video-box .play-button a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .5);
    height: 127px;
    width: 127px;
    display: block;
    color: rgba(255, 255, 255, .5)
}

.thim-sc-video-box .video .video-box .play-button a .icon-play {
    font-size: 100px;
    margin-left: 15px;
    line-height: 126px
}

.thim-sc-video-box .video .video-box .play-button a .icon-play:before {
    content: "";
    display: inline-block;
    font-family: Ionicons;
    font-style: normal;
    font-weight: 400
}

.thim-sc-video-box .video .video-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, .5)
}

.thim-sc-video-box .content-box {
    margin-top: 30px;
    padding-bottom: 23px
}

.thim-sc-video-box .content-box .share {
    line-height: 30px;
    list-style: none;
    max-width: 150px;
    text-align: center
}

.thim-sc-video-box .content-box .share .label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

.thim-sc-video-box .content-box .share ul {
    list-style: none;
    margin-left: 0;
    padding: inherit;
    display: inline-block
}

.thim-sc-video-box .content-box .share ul li {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 20px
}

.thim-sc-video-box .content-box .share ul li a {
    width: 45px;
    height: 45px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    display: block;
    color: #bfbfbf
}

.thim-sc-video-box .content-box .share ul li a i {
    font-size: 20px
}

.thim-sc-video-box .content-box .main-content {
    padding-left: 15px;
    padding-right: 45px
}

.thim-sc-video-box .content-box .main-content p {
    margin-bottom: 27px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.thim-sc-video-box.layout-2 .video {
    background-image: url(assets/images/macbook.png);
    height: 424px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    width: 100%
}

.thim-sc-video-box.layout-2 .video .video-box,
.thim-sc-video-box.layout-2 .video .video-box .play-button a .icon-play {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.thim-sc-video-box.layout-2 .video .video-box {
    left: 501px;
    background-size: cover;
    width: 456px;
    height: 290px;
    top: 40%
}

.thim-sc-video-box.layout-2 .video .video-box .play-button a {
    height: 58px;
    width: 58px;
    border: 2px solid #fff;
    color: #fff
}

.thim-sc-video-box.layout-2 .video .video-box .play-button a .icon-play {
    font-size: 20px;
    margin-left: 3px;
    top: 50%;
    left: 50%
}

.thim-sc-video-box.layout-2 .video .video-box .play-button a .icon-play:before {
    content: '\f04b';
    font-family: FontAwesome
}

.thim-sc-video-box.layout-3 .video:after,
.thim-sc-video-box.layout-3 .video:before,
.thim-sc-video-box.layout-3:after,
.thim-sc-video-box.layout-3:before {
    content: " ";
    display: table
}

.thim-sc-video-box.layout-3 {
    position: relative
}

.thim-sc-video-box.layout-3 .video:after {
    clear: both
}

.thim-sc-video-box.layout-3 .video .video-box {
    float: right;
    margin-bottom: 0;
    display: block;
    width: 742px;
    height: 675px
}

.thim-sc-video-box.layout-3 .video .video-box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 238px 238px;
    left: unset;
    top: unset;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.thim-sc-video-box.layout-3 .video .video-box .play-button {
    top: unset;
    left: unset;
    transform: none;
    right: 75px;
    bottom: 73px;
    -webkit-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    -khtml-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    -moz-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    -ms-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    -o-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    box-shadow: 0 12px 15px 0 rgba(24, 23, 24, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thim-sc-video-box.layout-3 .video .video-box .play-button a {
    width: 84px;
    height: 84px;
    background: #f47e49;
    border: 0;
    color: #FFF
}

.thim-sc-video-box.layout-3 .video .video-box .play-button a .icon-play {
    font-size: 37px;
    line-height: 85px;
    margin-left: 7px
}

.thim-sc-video-box.layout-3 .video .video-box .play-button a .icon-play:before {
    content: "\f215"
}

.thim-sc-video-box.layout-3 .video .video-box .play-button a:hover {
    background: #cb470c;
    color: #FFF
}

.thim-sc-video-box.layout-3 .video {
    position: relative;
    z-index: 2
}

.thim-sc-video-box.layout-3:after {
    clear: both;
    content: '';
    height: 238px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    z-index: 1
}

header#masthead .width-logo {
    width: 230px;
}

header#masthead .width-navigation {
    width: 100% !important;
}

.vc_column-inner {
    padding: 0 !important;
}

.best-from-experts {
    background: #ffffffbd;
    text-align: center;
    padding: 10px;
}

.best-from-experts h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.best-from-experts h3 {
    font-size: 25px;
}

.best-from-experts p {
    padding-left: 225px;
    padding-right: 170px;
    font-size: 16px;
    color: #000;
}

.best-from-experts a {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.best-from-experts a:after {
    border: 2px solid red;
}

.btn-banner a {
    border: 2px solid #fff !important;
    padding: 11px 35px !important;
    font-size: 18px !important;
    font-weight: 500;
}

.thim-events-block .main-event .event-detail {
    float: left;
    width: 45%;
}

.thim-events-block .main-event .event-detail.padding {
    width: 55%;
}

.thim-events-block .main-event .event-detail.padding {
    padding: 0;
    padding-left: 25px;
}

.thim-events-block .main-event .date-month {
    color: #000000 !important;
    padding-top: 0;
    font-size: 13px;
}

.thim-events-block .main-event .author a img {
    position: absolute;
    left: 30%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.thim-events-block .main-event .author span.jobTitle {
    color: #000;
}

.thim-events-block .main-event .author span.name a {
    color: #0190ba;
}

.thim-events-block .main-event .description p {
    color: #000;
    font-size: 17px;
    padding-right: 10px;
}

.thim-sc-heading.text-center.layout-3 .primary-heading {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.thim-sc-heading.text-center.layout-3 .primary-heading {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    color: #032c42;
}

.thim-sc-heading.text-center.layout-3 .primary-heading span {
    color: #008fbe;
}

.thim-sc-heading.text-center.layout-3 .heading-underline {
    width: 90px;
    border: 4px solid #18d7ae;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    bottom: 4px;
}

.training-con {
    text-align: center;
    padding-bottom: 30px;
}

.training-con a {
    font-size: 21px;
    color: #022a41;
    font-weight: 500;
}

.list-tab-event .tab-content .tab-pane .tp_event .row>div {
    padding: 0;
}

.list-tab-event .tab-content .event-content.padding {
    padding: 10px;
    padding-left: 35px;
    position: relative;
}

.list-tab-event .tab-content .date-month {
    color: #000000 !important;
    padding-top: 15px;
}

.list-tab-event .tab-content .title {
    line-height: 120%;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 0px;
    /* border-bottom: 1px solid rgba(238, 238, 238, .2); */
}

.list-tab-event .tab-content .title a {
    color: #18d7ab;
}

.list-tab-event .tab-content .author-raining a img {
    position: absolute;
    left: -31%;
    border-radius: 50%;
}

.list-tab-event .tab-content .author-raining span.jobTitle {
    color: #000;
}

.list-tab-event .tab-content .author-raining span.name a {
    color: #0190ba;
}

.list-tab-event .tab-content .description {
    letter-spacing: normal;
    text-align: left;
    color: #abafb1;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.63;
}

.list-tab-event .tab-content .description p {
    color: #000;
    font-size: 17px;
    padding-right: 10px;
}

.list-tab-event .tab-content .view-detail {
    background-color: #0190ba;
}

.list-tab-event .tab-content .view-detail {
    margin-top: 22px;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    height: 33px;
    color: #fff;
    line-height: 33px;
    font-weight: 400;
    padding: 0px 15px;
    border-radius: 5px;
    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;
}

.list-tab-event .tab-content .view-detail i {
    margin-left: 10px;
    vertical-align: middle;
    display: none;
}

.training-discount {
    color: #fff;
    padding-left: 10%;
}

.training-discount h3 {
    color: #fff;
}

.single-tp_event article .sticky-sidebar {
    display: none;
}

.book-price.course-purchase-info {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.book-price.course-purchase-info span.course-price {
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 800;
}

.training-date ul.info-train {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 16px;
}

h3.training-titile {
    padding-bottom: 15px;
    font-size: 29px;
}

.hundred-course {
    text-align: center;
    color: #fff;
}

.hundred-course .vc_icon_element {
    margin: 0;
}

.hundred-course p {
    font-size: 20px;
}

.footer-sidebars {
    border-top: 1px solid #9E9E9E;
    padding-top: 25px;
}

.newsletter-right {
    padding: 50px;
}

.newsletter-right .cousre-updated {
    text-align: center;
    font-size: 26px;
    color: black;
}

.newsletter-right .newsletter-content {
    text-align: center;
    padding-top: 8px;
}

.newsletter-right .cousre-updated span {
    position: relative;
    top: 8px;
}

.newsletter-right .newsletter-content .newsletter-mailch input[type="email"] {
    width: 55%;
    height: 50px;
    padding-left: 10px;
    opacity: 0.3;
}

.newsletter-right .newsletter-content .newsletter-mailch input[type="submit"] {
    background: #0190ba;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-left: -5px;
    line-height: 49px;
}

footer#colophon.light .copyright-area #copyright-menu li a {
    border-right: 2px solid black;
    padding-right: 10px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.7px;
}

footer#colophon.light .copyright-area #copyright-menu li:last-child>a {
    border-right: 0;
}

.thim-textbox-header h3 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 2px;
}

.widget_shopping_cart .minicart_hover .cart-items-number img {
    width: 22px;
}

.thim-link-login a.login {
    color: #222222 !important;
    border: 1px solid #012a46;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.thim-link-login a.register {
    background: #048fb8;
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 1px solid #048fb8;
}

.sidebar-events .widget_book-event .will-cover {
    padding: 25px 23px;
    background: #f5f5f5;
    margin-top: 20px;
}

.sidebar-events .widget_book-event .will-cover h3 {
    font-size: 21px;
    color: #020202;
}

.sidebar-events .widget_book-event .will-cover .training-includes {
    color: #333333;
}

.sidebar-events .widget_book-event .will-cover .training-includes ul.list-style {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
}

.sidebar-events .widget_book-event .will-cover.color {
    background: #e6fefe !important;
}

.single-tp_event article .entry-summary.has-social .entry-right p {
    font-size: 16px;
    color: #353535;
    line-height: 27px;
}

.sidebar-events .widget_book-event .will-cover .tags-includes a {
    background: #15d1a7;
    color: #fff;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
    display: inline-block;
}

.sidebar-events .widget_book-event .event_register_foot p.event_auth {
    font-size: 16px;
    margin-bottom: 5px;
}

.register-training {
    background: #51646a;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.woocommerce .cart-empty {
    text-align: center;
}

.woocommerce .cart-empty p {
    font-size: 14px;
    color: #404040;
}

.woocommerce .empty-cart-box {
    border: 1px solid #f0f0f0;
    padding: 40px 60px;
    margin-left: 18%;
    margin-right: 18%;
}

.woocommerce .empty-cart-box .return-to-shop h5 {
    font-size: 15px;
    font-weight: 500;
}

.woocommerce .empty-cart-box .return-to-shop a.button.wc-backward {
    border-radius: 0;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: inherit;
    letter-spacing: 1px;
    padding: 0 38px;
}

p.author-cart-name {
    color: #000;
}

h3.author-cart-items {
    font-size: 27px;
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td span {
    color: #000;
    font-size: 14px;
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.product-subtotal {
    text-align: right;
    vertical-align: top;
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td .author-data-cart a {
    color: #0190ba !important;
    font-size: 14px;
    text-transform: capitalize;
}

body.woocommerce-page .shop_table tbody tr td .product-remove.string a {
    font-size: 15px;
    color: #0190ba;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .sub-total-cart {
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 2px;
}

body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.terms-cod {
    height: unset;
    background: none;
    border: none;
    width: unset;
    margin: 0;
    padding: 0;
    line-height: unset;
    font-size: 14px;
    color: #15d2a8;
    text-transform: capitalize;
    font-weight: bold;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout p {
    font-size: 14px;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.terms-cod:hover {
    background: no-repeat;
}

.woocommerce-page .we-accept p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.woocommerce-order .woo-thankyou-payment-failed {
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 40px 60px;
    margin-left: 18%;
    margin-right: 18%;
}

.woocommerce-order .woo-thankyou-payment-failed h5 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.woocommerce-order .woo-thankyou-payment-failed p {
    font-size: 14px;
    color: #000;
}

.woocommerce-order .woo-thankyou-payment-failed p a.button.pay {
    border-radius: 0;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: inherit;
    letter-spacing: 1px;
    padding: 0 47px;
    font-weight: 400;
    background: #0190ba;
    color: #fff;
}

.woocommerce-order .woo-thankyou-payment-failed .thankyou-success p {
    margin-bottom: 2px;
}

.woocommerce-order .woo-thankyou-payment-failed .thankyou-success p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 15px;
    font-weight: 600;
    margin: 11px;
}

.woocommerce-order .woo-thankyou-payment-failed .thankyou-success a.button.wc-backward {
    margin: 15px 5px;
    background: #0190ba;
    color: #fff;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: inherit;
    letter-spacing: 1px;
    padding: 0 38px;
    font-weight: 500;
}

#masthead #thim-popup-login .link-to-form a:hover {
    color: #050505;
}

.buttton-after-enroll {
    text-align: center;
}

.buttton-after-enroll a {
    background: #0190ba;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    margin-right: 8px;
    transition: all 0.15s ease-in;
}

.buttton-after-enroll-white a {
    background: #ffffff;
    color: #0190ba;
    padding: 7px 15px;
    border-radius: 3px;
    margin-right: 8px;
    transition: all 0.15s ease-in;
}

.data-tabs ul.nav.nav-pills {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 15px;
}

.data-tabs ul.nav.nav-pills a.nav-link {
    background: none;
    color: #000;
    border-radius: unset;
    border-bottom: 5px solid #fff;
}

.data-tabs ul.nav.nav-pills a.nav-link.active {
    border-bottom: 5px solid #26ae88;
}

.profile-container .profile-tabs .learn-press-tabs li.quizzes {
    display: none;
}

body #wrapper-container.bg-type-color {
    background-color: #fff !important;
}

.tab-content p {
    color: #000;
}

.hdq_result_pass .exam-img,
.hdq_result_fail .exam-img {
    text-align: center;
}

.hdq_result_pass .exam-perc {
    margin-top: 8px;
    font-size: 21px;
    font-weight: bold;
    color: #0190ba;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hdq_result_pass p {
    font-size: 15.5px;
    padding-top: 10px;
}

.hdq_result_fail .exam-perc {
    font-size: 22px;
    font-weight: bold;
    margin: 17px 0px 18px;
    color: #52656b;
    letter-spacing: 1px;
    word-spacing: 1px;
}

li#certificateissue a {
    color: #0291bb;
    font-weight: 600;
    letter-spacing: 1px;
}

.certif-img {
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

.ceritifi-desc p {
    font-size: 16px;
    line-height: 25px;
    word-spacing: 1px;
}

.ceritifi-desc .certi-button {
    margin: 35px 0px;
}

.ceritifi-desc .certi-button button {
    border: 2px solid black;
    padding: 10px 50px;
    color: #000;
    border-radius: 3px;
    font-size: 19px;
    letter-spacing: 1px;
    background: #fff;
    cursor: pointer;
}

.ceritifi-desc .certi-button a {
    background: #0190ba;
    padding: 10px 30px;
    color: #fff;
    border-radius: 2px;
    margin-left: 7px;
}

.ceritifi-desc a.login-click {
    color: #15d2a8;
    background: none;
    margin: 0;
    padding: 0;
}

.row.padding-rows {
    margin-bottom: 25px;
}

.padding-rows b {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

div#expectation {
    margin-top: 25px;
    margin-bottom: 25px;
}

div#expectation h4 {
    font-size: 15px;
    font-weight: 700;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #0190ba;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 0;
    background: #15cda4;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: 0;
    background: #15cda4;
    cursor: pointer;
    border-radius: 50%;
}

.padding-rows textarea {
    width: 100%;
    margin-top: 8px;
}

.radio-toolbar {
    margin: 12px 0px 20px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 3px 30px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #444;
    color: #000;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #15cda4;
    border-color: #15cda4;
    color: #fff;
}

input#submit_btn {
    padding: 0px 60px;
    height: 45px;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 17px;
    background: #0190ba;
    border: none;
    color: #fff;
    cursor: pointer;
}

.thankyou-feedback {
    margin-top: 20px;
}

.thankyou-feedback h4 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 24px;
}

.woocommerce-form-coupon-toggle {
    /*display: none;*/
}

button#btn-razorpay {
    background: #15d2a8;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 10px 35px;
    cursor: pointer;
}

button#btn-razorpay-cancel {
    background: #0190ba;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 10px 35px;
    cursor: pointer;
}

.thim-link-login a.register:hover {
    background: #fff;
}

.buttton-after-enroll a:hover {
    color: #ffffff;
    background: #00abf0;
}

.buttton-after-enroll-white a:hover {
    color: #00abf0;
    background: #ffffff;
}

.feedback-lines {
    /*border-bottom: 1px solid #e5e5e5;*/
    padding-top: 20px;
}

.feedback-lines p {
    color: #000;
}

.feedback-lines b {
    text-transform: capitalize;
    color: #000;
}

.feedback-lines b i {
    margin-right: 10px;
    color: #15d2a8;
}

.profile-container .profile-tabs #learn-press-profile-content ul.nav.nav-pills {
    margin-left: 0;
    border-bottom: 1px solid #e1e1e1;
}

.profile-container .profile-tabs #learn-press-profile-content ul.nav.nav-pills a.nav-link {
    border-radius: 0;
    background: none;
    color: #000;
    border-bottom: 5px solid #f6f6f6;
}

.profile-container .profile-tabs #learn-press-profile-content ul.nav.nav-pills a.nav-link.active {
    border-color: #26ae88;
}

.main-event.my-course .event-detail.padding {
    padding: 0;
    padding-left: 8px;
}

.main-event.my-course h4.title {
    font-size: 15px;
    padding: 0px 5px;
}

.main-event.my-course .description p {
    font-size: 12px;
}

.main-event.my-course .date-month {
    padding-left: 5px;
}

.main-event.my-course a.view-detail {
    margin-top: 8px;
}

#masthead .widget.widget_thim-login .user-info li.menu-item.my-profule {
    padding: 10px 12px;
}

#masthead .widget.widget_thim-login .user-info li.menu-item.my-profule h5 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.3em;
}

li.certificateResult {
    display: inherit;
    margin: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

li.certificateResult .thumbnail-tittle {
    margin-left: 15px;
}

li.certificateResult .thumbnail-tittle h4.course-title {
    font-size: 15px;
    font-weight: 600;
}

li.certificateResult .thumbnail-tittle a {
    background: #0190ba;
    color: #fff;
    padding: 1px 8px;
    border-radius: 4px;
}

li.section-tab.avatar {
    display: none;
}

li.section-tab.change-password {
    display: none;
}

.profile-container #your-profile li.lp-form-field {
    width: 97%;
}

.profile-container #your-profile li label {
    color: #000;
}

.videos-page-title {
    text-align: center;
    margin-bottom: 25px;
}

.videos-page-title h1 {
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}

.lp-archive-courses .videos-page-title .heading-underline {
    width: 90px;
    border: 4px solid #18d7ae;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    bottom: 4px;
}

.course .content .sub-content {
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.33);
    transition: all .3s;
    background: #fff;
    padding: 10px;
}

.training-date table,
td,
tr {
    border: none;
}

.training-date table.table.table-borderless td {
    border: none;
    padding: 0;
}

.will-cover.resoucre a {
    width: 100%;
    display: block;
    background: #15d2a8;
    padding: 14px;
    font-size: 21px;
    text-align: center;
    color: #fff !important;
    border: 3px solid #fff;
}

.course .content .sub-content .info {
    margin: 5px 0px;
}

.course .content .sub-content .info a {
    color: #888;
    font-size: 12px;
}

.course .content .sub-content .info a i {
    color: #18d7ae;
}

.course .content .sub-content .lectures-lp i {
    color: #18d7ae;
}

.course .content .sub-content .lectures-lp span.lp_lectures {
    float: right;
}

.course .content .sub-content .lectures-lp {
    font-size: 12px;
}

.course .content .sub-content .price {
    text-align: right;
}

.course .content .sub-content .price span.course-price {
    color: #000;
    font-weight: bold;
}

.course-description h4 {
    margin: 20px 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

.course-description {
    border-bottom: 1px solid #0190ba;
}

.lectures-dura span.text {
    padding: 3px;
}

.single .course-info .list-inline .list-inline-item i {
    color: #15d2aa;
    padding-right: 5px;
}

.post-title h3 {
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.post-title p {
    color: #333333;
    font-size: 17px;
    line-height: 1.5em;
}

.lp-landing .sticky-sidebars .info-bar .inner-content .button-box .learn-press-course-buttons div#learn-press-wc-message {
    display: inline-block;
}

.lp-landing .sticky-sidebars .info-bar .widget_book-event .will-cover {
    padding: 25px 23px;
    background: #f5f5f5;
    margin-top: 20px;
}

.feedback-lines .author-feedbacks {
    border-bottom: 1px solid #bad7db;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.lp-landing .sticky-sidebars .info-bar .widget_book-event .will-cover.color {
    background: #e6fefe !important;
}

.course-author .thim-coures-status {
    padding: 20px;
    padding-bottom: 37px;
    border-top: 1px solid #e6e6e6;
    background: #e6e6e6;
    margin-top: 20px;
}

.details p.description {
    color: #000;
}

.all-tariners {
    margin: 40px 0px;
    padding-top: 20px;
}

.all-tariners .trainer-details {
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #15d2a8;
    border-radius: 3px;
    position: relative;
    display: block;
    height: 100%;
}

.all-tariners .trainer-details .trainer-author-details {
    padding: 25px;
    padding-bottom: 15px !important;
}

.all-tariners .trainer-details img {
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.44);
}

.all-tariners .trainer-details .name {
    color: #028fba;
    font-weight: bold;
    padding-top: 8px;
    font-size: 18px;
}

.all-tariners .trainer-details .major {
    color: #000;
}

.all-tariners .trainer-details .social-author {
    list-style: none;
    padding: 7px;
    margin: 0;
    background: #199ac1d1;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    transition: all .5s;
}

.trainer-details:hover>ul.social-author {
    display: block;
}

.all-tariners .trainer-details .social-author li {
    display: inline-block;
    padding: 5px 0px;
}

.all-tariners .trainer-details .social-author li a i {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
    min-width: 30px;
}

.all-tariners .trainer-details .social-author-details {
    list-style: none;
    padding: 7px;
    margin: 0;
    background: #199ac1;
}

.all-tariners .trainer-details .social-author-details li {
    display: inline-block;
    padding: 5px 0px;
}

.all-tariners .trainer-details .social-author-details li a i {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
    min-width: 30px;
}

.tariner-count {
    background: #f6f6f6;
    margin: 0;
    margin: 30px 0px;
}

.tariner-count .total-tarinee {
    background: #f6f6f6;
    padding: 10px;
}

.tariner-count hr {
    background: #15d2a8;
    margin: 0;
    margin: 0px 10px;
    color: transparent;
}

.tariner-count .total-tarinee span {
    color: #0190ba;
    font-size: 16px;
}

.tariner-count .total-tarinee span.float-right {
    font-weight: 700;
}

.tarine-posts ul.nav.nav-pills {
    margin-left: 0;
    border-bottom: 1px solid #e1e1e1;
}

.tarine-posts ul.nav.nav-pills a.nav-link {
    border-radius: 0;
    background: none;
    color: #000;
    border-bottom: 5px solid #fff;
}

.tarine-posts ul.nav.nav-pills a.nav-link.active {
    border-color: #26ae88;
}

.tarine-posts {
    margin: 30px 0px;
}

.tariner-post-list {
    border: 1px solid #e1e1e1;
    padding: 1px;
}

.course .content {
    padding: 25px 0px;
}

.tariner-post-list .date-month {
    color: #000;
    font-size: 14px;
}

.tariner-post-list .date-month h4.title a {
    color: #18d1a7;
    font-size: 19px;
}

.data-tabs .course-author {
    border-top: 1px solid #0190ba;
    background-color: #ffffff;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
}

.data-tabs .course-author {
    margin-bottom: 40px;
    margin-top: 25px;
}

.course-author .event-wrapper {
    border: 1px solid #e1e1e1;
    padding: 1px;
    position: relative;
    margin: 15px 0px;
}

.course-author .event-wrapper .content {
    padding: 10px 0;
}

.course-author .event-wrapper h4.title a {
    font-size: 15px;
    color: #15d2a8;
    font-weight: 700;
}

.course-author .event-wrapper .content img {
    position: absolute;
    left: -22%;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 50%;
    transform: translateY(-50%);
}

.course-author .event-wrapper .content h4.title {
    margin: 0;
}

.course-author .event-wrapper .description {
    color: black;
    padding-right: 20px;
    margin-bottom: 22px;
}

.course-author .event-wrapper a.view-detail {
    color: #fff;
    padding: 10px;
    margin-top: 26px;
    display: initial;
    background-color: #0190ba;
    border-radius: 8px;
}

.training-discount a {
    border: 2px solid #fff !important;
    padding: 10px 40px !important;
    font-size: 17px !important;
}

.explore {
    margin: 30px 0px;
    text-align: center;
}

.explore h3 {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    color: #032c42;
}

.thim-popular-topic a {
    display: block;
    background: #fff !important;
    border: 1px solid #e5e5e5;
    color: #000;
    border-top: 3px solid #0190b8;
    border-radius: 0 !important;
    text-transform: capitalize !important;
    height: 70px !important;
    line-height: 70px !important;
}

.thim-popular-topic {
    padding: 10px;
}

.explore .heading-underline {
    width: 90px;
    border: 4px solid #18d7ae;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    bottom: 4px;
}

.thim-popular-topic a:hover {
    border-color: #018db4 !important;
    color: #000;
}

.all-tariners .name {
    font-size: 17px;
    font-weight: 700;
}

.all-tariners .info {
    margin: 8px 0 !important;
}

.all-tariners .major {
    font-size: 13px;
}

.back-blue {
    padding: 25px;
    text-align: left;
}

.back-blue .vc_column-inner {
    background: #0190ba;
    padding: 8px !important;
    display: block;
    height: 100%;
    min-height: 340px;
}

.back-blue .explore-variety {
    padding: 13px;
    position: relative;
    top: 50px;
}

.back-blue .explore-variety h3 {
    color: #fff;
    font-size: 24px;
}

.back-blue .explore-variety p {
    color: #fff;
}

.course .content .sub-content .info a.autho-home {
    color: #000;
    font-size: 17px;
}

.course-author .event-wrapper .content a {
    font-size: 18px;
    color: #15d0a6;
}

.course-author .event-wrapper .content span.name a {
    font-size: 15px;
    color: #0190ba;
}

.course-author .event-wrapper .content .authors {
    padding: 5px 0;
}

span.jobTitle {
    color: #000;
}

span.meta-category {
    display: none;
}

span.comment-total {
    display: none;
}

.thim-events-block .main-event .view-detail:hover {
    background-color: #00abf0 !important;
}

.thim-header-block .btn-banner a,
.training-discount a {
    background: #0190ba !important;
}

.thim-header-block .btn-banner a:hover,
.training-discount a:hover {
    background: #00abf0 !important;
}

.best-from-experts a:hover {
    color: #0190ba;
}

form.enroll-course {
    display: inherit;
}

.lp-learning .header-course .header-content .course-thumbnail img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.57);
}

@media screen and (max-width: 768px) {
    .thim-events-block .main-event .event-detail {
        width: 100%;
        float: none;
    }
    .thim-events-block .main-event .event-detail.padding {
        width: 100%;
        float: none;
        padding: 25px 10px;
    }
    .responsive .thim-events-block.layout-4 .main-event {
        display: inherit !important;
    }
    .thim-events-block .main-event .author a img {
        top: 43%;
    }
}

.lp-landing #learn-press-course-curriculum .curriculum-heading {
    justify-content: unset;
    align-items: baseline;
    margin: 0;
    padding: 20px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.lp-landing #learn-press-course-curriculum h2.course-curriculum-title {
    color: #2b3339;
    font-size: 24px;
    line-height: 1.17;
    margin-right: 7px;
}

.tabs-categories-videos {
    padding-top: 15px;
}

.tabs-categories-videos ul.nav.nav-pills {
    margin-left: 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.tabs-categories-videos ul.nav.nav-pills a.nav-link.active {
    border-color: #26ae88;
}

.tabs-categories-videos ul.nav.nav-pills a.nav-link {
    border-radius: 0;
    background: none;
    color: #000;
    border-bottom: 5px solid #f6f6f6;
}

.tabs-categories-videos .tab-content {
    padding: 0;
}

.tabs-categories-videos .tab-content>.tab-pane {
    padding-left: 0;
    padding-right: 0;
}

.padding-rows i.fa {
    color: #15d1a7;
}

body.woocommerce-page div.woocommerce-message {
    border-color: #18d7ae !important;
}

body.woocommerce-page div.woocommerce-message:before {
    color: #18d7ae !important;
}

form.checkout_coupon button.button {
    background: #18d7ae !important;
}

body.woocommerce-page.woocommerce-checkout form input.input-text:focus {
    border-color: #18d7ae !important;
}

.data-vtab .tab {
    border-bottom: 1px solid #e5e5e5;
}

.data-vtab .tab a.tablinks {
    background: none;
    color: #000;
    border-radius: unset;
    border-bottom: 5px solid #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    padding-bottom: 5px;
    cursor: pointer;
}

.data-vtab .tab a.tablinks.active {
    border-bottom: 5px solid #26ae88;
}

body.responsive header#masthead.template-layout-2 .main-header .row {
    width: 100%;
}

.profile-container .profile-tabs .learn-press-tabs li br {
    display: none;
}

.thim-events-block .main-event .event-detail .thumbnail br {
    display: none;
}

.all-tariners .col-lg-3 {
    margin-bottom: 15px;
}

.register-form p {
    margin-bottom: 8px;
}
#ccountry,
.register-form select#lp_info_country {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #e6e6e6;
    font-family: inherit;
    line-height: 1.6em;
    width: 100%;
}

.register-form input#lp_info_phone {
    padding-left: 83px !important;
}

.login-form input#popupLoginUserMobile {
    padding-left: 83px !important;
}

.register-form p.htt-phone {
    position: relative;
}

.thim-link-login.thim-login-popup.login-button {
    display: block;
    text-align: center;
}

.thankyou-success.booking-event {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 12px;
}

.thankyou-success.booking-event img {
    width: 18%;
}

.thankyou-success.booking-event p {
    margin-bottom: 5px;
}

.thim-events-block .main-event .author span.name:after {
    content: ",";
}

.thim-events-block .main-event .author span.name:last-child:after {
    content: "";
}

.certificateforview {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.certificateborder {
    border: 6px solid #1c3b5d;
    padding: 4px
}

.certificateborderinner {
    border: 2px solid #15d2a8;
    padding: 15px;
    background-image: url("assets/images/bgline.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.m0 {
    margin: 0
}

.certificateheading img {
    width: 500px;
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.font20 {
    font-size: 20px
}

.mt0 {
    margin-top: 0
}

.certtraineename {
    font-size: 36px;
    font-weight: 600;
    border-bottom: 2px solid #222;
    text-align: center;
    line-height: 1.2
}

.certinsidecontwidth {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center
}

.certtrainername {
    display: inline-block;
    border-bottom: 2px solid #222;
    text-align: center;
    font-weight: 600;
    padding: 0 20px;
}

.certcolhalf:after {
    content: "";
    display: table;
    clear: both
}

.certcolhalf>div {
    float: left;
    width: 48%;
}

.certcolhalf>div:first-child {
    margin-right: 4%
}

.certtable {
    /* width: 50%; */
}

.certtable tr td {
    vertical-align: bottom
}

.certtable tr td:last-child {
    border-bottom: 2px solid #222
}

.certsign {
    width: 42px;
    max-width: 100%
}

.certtableleft {
    margin-top: 22px;
    border: none;
}

.certtableright {
    margin: 0 0 0 auto;
    border: none;
}

.certcolmargin {
    margin-top: 50px
}

@media(max-width:980px) {
    .certificateforview {
        padding: 0 10px
    }
    .certinsidecontwidth {
        max-width: 100%
    }
    .certcolhalf>div {
        float: none;
        width: 100%
    }
    .certcolhalf>div:first-child {
        margin-right: 0
    }
    .certtable {
        width: 100%
    }
    .certtrainername {
        padding: 0
    }
}

#thim-popup-login .login-form.active,
#thim-popup-login .register-form.active {
    padding-top: 35px !important;
}

.mobile-event {
    display: none;
}

@media(max-width:768px) {
    .mobile-event {
        display: block;
        margin-top: 18px;
    }
    #secondary .event_register_area {
        display: none;
    }
    .mobile-event .will-cover {
        display: none;
    }
}

.single.single-lp_course .page-title.layout-2 .main-top .content .text-title,
.single.single-lp_course .page-title.layout-2 .main-top .content .text-description {
    margin-left: 0;
}

@media(max-width:480px) {
    header#masthead.template-layout-2 .main-header .header-right {
        position: relative;
        right: 0px !important;
        margin: 0 !important;
    }
    body.responsive .creative-left .header-right .widget .thim-login-popup {
        padding: 0;
        display: flex;
        width: 100% !important;
        text-align: center;
        min-width: 270px;
        margin-right: -85px;
        margin-top: 16px;
    }
    header#masthead.template-layout-2 .main-header .header-right .widget_thim-login a {
        display: inline-block;
        font-size: 11px;
    }
    body.responsive .creative-right header#masthead.template-layout-2 .main-header .width-logo {
        width: 170px !important;
        margin-bottom: 20px;
    }
    body.responsive .creative-right header#masthead.template-layout-2 .main-header .width-logo {
        width: 170px !important;
        margin-bottom: 20px;
    }
    .responsive.single-lp_course #main-content .main-top .content .text-title h1 {
        font-size: 32px !important;
    }
}

.modal-header {
    display: block;
    text-align: center;
    border: none;
}

.modal-header h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    color: #032c42;
}

.modal-header .heading-underline {
    width: 90px;
    border: 4px solid #18d7ae;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    bottom: 4px;
}

.modal-header p {
    font-size: 15px;
}

.modal .theme-btn {
    background: #0190ba;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    margin-right: 8px;
    transition: all 0.15s ease-in;
    display: block;
    width: 100%;
    line-height: 30px;
    height: auto;
    text-transform: capitalize;
}

.modal-content {
    border-radius: 17px;
}

.btn-close {
    width: auto !important;
    min-width: 120px;
    display: inline-block !important;
}

.green-btn {
    background-color: #15d2a8 !important;
}

span.atype {
    margin-left: 20px;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.width-navigation.blue-bg {
    background: #0291bb;
    position: absolute;
    bottom: -47px;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 17px;
}


/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
    background-color: #0190ba;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal-open {
    overflow: hidden;
}

.modal {
    overflow: auto;
}

.gender-div {
    display: flex;
}

div#main-content {
    margin-top: 47px;
}

.bg-gray tr td::before,
.bg-gray tr td::before {
    display: none;
}

@media(max-width:991px) {
    .width-navigation.blue-bg {
        background-color: transparent !important;
    }
}

.idcheck {
    display: none;
}

.idcheck.showid {
    display: block;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.noticediv {
    display: none;
}

body.woocommerce-page.woocommerce-checkout .site-content form .woocommerce-error {
    margin-top: 20px;
    display: none;
}

.responsive .mobile-menu-container .inner-off-canvas .navbar-nav>li.current-menu-parent>a>a,
header#masthead.site-header.palette-transparent .width-navigation .main-menu>li.current-menu-item>a,
header#masthead.site-header.palette-transparent .width-navigation .main-menu>li.current-menu-parent>a {
    background: #15d1a7;
}