@charset "UTF-8"; /*!
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: 1.0.7
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;
}
.hvr-push,
.mobile-menu-container ul li .icon-toggle .fa,
.width-navigation ul li {
    vertical-align: middle;
}
.effect-right,
ul.product-grid li.product .wrapper .stats .box-price .added_to_cart:hover:before,
ul.product-grid li.product .wrapper .stats .box-price a.button:hover:before,
ul.product-list li.product .stats .box-price .added_to_cart:hover:before,
ul.product-list li.product .stats .box-price a.button:hover:before {
    -webkit-animation: toright 0.6s linear infinite;
    -moz-animation: toright 0.6s linear infinite;
    -o-animation: toright 0.6s linear infinite;
    animation: toright 0.6s linear infinite;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes toright {
    from {
        -webkit-transform: translateX(0) rotate(0);
    }
    to {
        -webkit-transform: translateX(7px) rotate(0);
    }
}
@-moz-keyframes toright {
    from {
        -moz-transform: translateX(0) rotate(0);
    }
    to {
        -moz-transform: translateX(7px) rotate(0);
    }
}
@keyframes toright {
    from {
        transform: translateX(0) rotate(0);
    }
    to {
        transform: translateX(7px) rotate(0);
    }
}
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.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(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hvr-push {
    display: inline-block;
    -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: 0.3s;
    animation-duration: 0.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, 0.5);
    -webkit-transition: opacity 0.25s ease-in-out;
    -khtml-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.gallery-caption:before,
.gallery:after {
    content: "";
}
.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);
    }
}
@media (max-width: 1600px) and (min-width: 1400px)
{
    .new_frm iframe {
        height: 195px !important;
    }
} 
@media (min-width: 1600px) 
{
    .new_frm iframe {
        height: 219px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1546px;
    }
    .events_box .inside .inner {
        height: 215px;
    }
    .hytPlayerWrap iframe {
        height: 195px;
    }
  /*  .sidefix {
        padding: 6px 6px;
    }*/
}
.screen-reader-text {
    display: none;
}
.box-shadow .boxed-area {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.23);
}
.content-pusher.boxed-area {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.content-pusher.boxed-area header.site-header {
    max-width: 1200px;
    margin: 0 auto;
}
.gallery-columns-1 .gallery-item,
img {
    max-width: 100%;
}
* {
    margin: 0;
    padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: inherit;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
hr {
    border: none;
    background: rgba(0, 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, 0.18);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 3px 0 rgba(0, 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:1199px){
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .size-default .title-1 h1{
        font-size: 42px !important;
      }
}
@media(max-width:992px){
    .col-md-4 {
        -webkit-box-flex:unset; 
       -ms-flex:unset;
        flex:unset; 
        max-width:unset; 
     }
     .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    /*.sidefix {
        padding: 6px 6px;
    }*/
}
@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
    }
    .responsive .thim-header-slider-3 .thim-sc-text-box {
        padding-top: 150px !important;
    }
    .vc_row.vc_row-o-full-height {
        min-height: 50vh !important;
    }
    .main-header .width-logo a img{
        margin-top: -1px !important;
    }
    .width-350{
        width: 350px;
    }
    .col-md-4 {
        -webkit-box-flex:unset; 
       -ms-flex:unset;
        flex:unset; 
        max-width:unset; 
      }
    .vc_custom_1601403241956 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .vc_carousel-slideline {
        width: 1670px !important;
    }
    .hostels .vc_carousel-slideline {
        width: 2000px !important;
    }
    .academics .vc_carousel-slideline {
        width: 330px !important;
    }
    .wpb_images_carousel{
        padding-left: 0px !important;
    }
    .mySlides .content{
        padding: 0px 0px !important;
    }
    .events_box .inside {
        /*height: 370px;*/
    }
    .gallery-bg h4, .events_details h4 {
        font-size: 30px;
    }
    #load_more_images .inner {
        height: 240px;
    }
    .events_details_page #load_more_images .inner {
        height: 210px !important;
    }
    .popular-info h5{
        font-size:12px;
    }
    .about-banner {
        display: none !important;
    }
    .announcement-title {
        display: unset !important;
    }
    marquee{
        margin-left: 0px !important;
    }
    .announce a,blink{
        font-size:14px !important;
    }
    .announcement-title p{
        font-size:20px !important;
    }
    .masonry-filter {
        overflow-y: auto;
        white-space: nowrap;
    }
    .masonry-filter li {
        display: inline-block;
        float: unset !important;
        color: #333;
        font-weight: 600;
    }
    iframe {
        height: 200px !important;
    }
    .thim-course-block-3 {
        padding-top: 0px !important; 
    }
    .popular-thumb img {
        width: 100%;
        height: 220px !important;
    }
    .popular-main .popular-item {
        margin-bottom: 20px;
    } 

}
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, 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 {
    display: none !important;
}
.bypostauthor > article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}
dd,
table {
    margin-bottom: 24px;
}
ol,
ul {
    margin-bottom: 10px;
    margin-left: 25px;
}
ol {
    list-style: decimal;
    margin-left: 15px;
}
ul.square {
    list-style: square;
}
ul.circle {
    list-style: circle;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 4px 0 5px 30px;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
    margin-bottom: 6px;
}
td,
th {
    padding: 4px 6px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
.breadcrumb {
    background: 0 0;
}
figure {
    max-width: 100%;
}
.hidden {
    visibility: hidden !important;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.select2-container {
    display: block;
}
.select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #e7e7e7;
    outline: 0;
}
.select2-container .select2-selection--single:hover {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#thim-header-topbar .thim-sc-course-search input[name="s"],
header#masthead.template-layout-2 .header-wrapper:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    padding: 14px 0 14px 19px;
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
#thim-header-topbar {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
}
#thim-header-topbar .thim-sc-login {
    display: inline;
    padding: 0 20px;
}
#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, 0.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 0.2s ease-in-out 0s;
    transition: all 0.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, 0.2);
}
#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: 23px;
}
#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 .top-white .thim-sc-course-search button,
#thim-header-topbar .top-white .thim-sc-course-search input[name="s"] {
    color: #fff;
}
#thim-header-topbar .widget_shopping_cart {
    position: absolute;
    right: -135px;
    top: 0;
}
.thim-logo .mobile-logo,
.thim-logo .retina-logo {
    display: none;
}
header#masthead.affix-top .header-wrapper {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header#masthead .main-header .header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
header#masthead .main-header .header-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
header#masthead .main-header .width-logo {
    margin: auto;
}
header#masthead .main-header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
    color: #202121;
    text-transform: uppercase;
    align-items: center;
}
header#masthead .mobile-logo,
header#masthead .retina-logo {
    display: none;
}
@media (-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 .no-sticky-logo {
        width: 180px;
        max-width: 180px;
        display: inline-block !important;
    }
    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 {
        display: inline-block !important;
    }
}
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 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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.palette-white .header-wrapper:before {
    display: none;
}
header#masthead.template-layout-2.affix .main-header {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
header#masthead.template-layout-2.affix .header-wrapper:before {
    display: none;
}
header#masthead.template-layout-2 .header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 181px;
    /* background-image: url(./images/header2-bg.png); */
    background-repeat: repeat-x;
    background-size: auto 100%;
    -khtml-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
header#masthead.template-layout-2 .main-header {
    padding-top: 28px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
header#masthead.template-layout-2 .main-header .header-right {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
header#masthead.template-layout-2 .main-header .header-right .widget {
    padding: 0 8px;
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login {
    font-weight: 300;
    padding: 15px 8px;
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login:before {
    content: "";
    font-family: ionicons;
    width: 27px;
    height: 27px;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 12px;
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login .user {
    margin: 0;
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login .user-name {
    padding: 0;
    display: inline-block;
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .text,
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login .avatar,
header#masthead.template-layout-2 .menu-mobile-effect.navbar-toggle {
    display: none;
}
header#masthead.template-layout-2 .main-header .header-right .widget_thim-login a {
    line-height: 27px;
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart {
    background: 0 0;
    padding: 0;
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .items-number {
    right: -3px;
    position: relative;
    top: -3px;
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .minicart_hover {
    color: #9c9c9c;
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .minicart_hover .cart-items-number {
    padding-right: 0;
}
header#masthead.template-layout-2 .main-header .header-right .widget_shopping_cart .minicart_hover .ion {
    font-size: 16px;
}
header#masthead.template-layout-2 .width-logo {
    padding: 5px 0;
    float: left;
    margin: 0;
}
header#masthead.template-layout-2 .width-navigation {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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);
}
.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 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: 12px;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea {
    padding: 44px 30px 38px;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea ul {
    margin: 0;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea ul li {
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #888;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea ul li a {
    color: #888;
    display: initial;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .fa {
    margin-right: 10px;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget {
    margin-bottom: 27px;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget ul.socials {
    margin-left: -7px;
    margin-right: -7px;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget ul.socials li {
    margin: 0 7px;
}
.mobile-menu-container .inner-off-canvas .off-canvas-widgetarea .widget ul.socials li a {
    display: inline-block;
}
.mobile-menu-container span.icon-toggle {
    cursor: pointer;
}
.mobile-menu-container > .nav {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.mobile-menu-container ul {
    float: none;
}
.mobile-menu-container ul.socials {
    text-align: center;
}
.mobile-menu-container ul.socials:after,
.mobile-menu-container ul.socials:before {
    content: " ";
    display: table;
}
.mobile-menu-container ul.socials li {
    float: left;
}
.mobile-menu-container ul.sub-menu {
    background-image: none !important;
    overflow: hidden;
    display: none;
    margin: 0;
}
.mobile-menu-container ul li.current-menu-parent ul.sub-menu,
.mobile-menu-container ul.sub-menu li ul {
    display: block;
}
.mobile-menu-container ul.sub-menu li {
    margin: 0;
}
.mobile-menu-container ul li {
    float: none;
}
.mobile-menu-container ul li.disable_link {
    margin-left: 20px;
}
.mobile-menu-container ul li .icon-toggle {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    top: 20px;
    line-height: 40px;
    text-align: center;
    color: #888;
}
.mobile-menu-container ul li .icon-toggle .fa:before {
    content: "\f0c9";
}
.mobile-menu-container ul li a {
    line-height: 30px;
    display: block;
    outline: 0;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
.mobile-menu-container ul li a:focus,
.mobile-menu-container ul li a:hover {
    background: 0 0;
}
.mobile-menu-container .header-right {
    margin-top: 30px;
}
.mobile-menu-container .header-right ul {
    margin: 0;
    padding: 0 15px;
}
.mobile-menu-container .header-right ul .header-info {
    margin: 0 0 20px;
}
.mobile-menu-container .header-right ul .header-info .info-2 {
    color: #fff;
    font-size: 14px;
}
.menu-mobile-effect.navbar-toggle {
    display: inline-flex;
    align-items: center;
    padding: 28px 20px 28px 28px;
    border-right: 1px solid #e6eaea;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .menu-mobile-effect.navbar-toggle:hover .icon-wrap span.icon-bar {
        width: 100% !important;
    }
}
.menu-mobile-effect.navbar-toggle .icon-wrap {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 13px;
    padding: 0;
    position: relative;
    margin-right: 15px;
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
    background: #202121;
    width: 15px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(1) {
    width: 9px;
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(2) {
    top: 5px;
}
.menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar:nth-child(3) {
    width: 12px;
    top: 10px;
}
.menu-mobile-effect.navbar-toggle .text-menu {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: -4px;
    color: #202121;
    letter-spacing: 0.1px;
    cursor: pointer;
}
.thim-button-search {
    display: inline-flex;
    padding: 15px 15px 15px 27px;
    cursor: pointer;
}
#masthead.template-layout-1 .widget_thim-login .user-name {
    position: relative;
}
#masthead.template-layout-1 .widget_thim-login .user-name:hover .author {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "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;
    pointer-events: 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;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -khtml-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#masthead.affix.menu-hidden .navigation,
header#masthead.site-header.affix.menu-hidden .header-wrapper,
header#masthead.site-header.sticky-header.no-transition.affix .header-wrapper {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
}
#masthead.template-layout-1 .widget_thim-login .user-name .author:before {
    content: "\f2be";
    font-family: FontAwesome;
    margin-right: 5px;
}
.widget_thim-login .avatar {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 769px) {
	.responsive #masthead .main-header {
      margin-top: 0;
	   padding: 0!important;
     }
     .main-header .width-logo a img {
         margin-top: 0px !important; 
    }
    iframe {
        height: 175px !important; 
    }
	header#masthead.template-layout-2 .header-wrapper:before{
		display: none;
	}
    body.responsive #primary-menu,
    body.responsive header#masthead.site-header.affix .width-logo .sticky-logo {
        display: none;
    }
    body.responsive header#masthead .mobile-logo {
	display: inline-block !important;
	}  
	
	body.responsive header#masthead .logo {
     display: none!important;

    }
    .responsive header#masthead.template-layout-2 .menu-mobile-effect.navbar-toggle {
      display: inline-flex!important;
	   float: left!important;
    }
    .responsive header#masthead.template-layout-2 .header-wrapper,
    .responsive header#masthead.template-layout-2.palette-custom.site-header .header-wrapper {
        background-color: #fff!important;
    }
    body.responsive .content-pusher {
        right: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        height: 100%;
    }
    body.responsive header#masthead.site-header.affix .width-logo .no-sticky-logo {
        display: block;
    }
    body.responsive .thim-logo .logo {
        display: none;
    }
    body.responsive .thim-logo .mobile-logo {
        display: block;
    }
}
@media (max-width: 480px) {
    .mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.pagetitle-hide header#masthead.template-layout-2 .header-wrapper:before {
    display: none;
}
.pagetitle-hide header#masthead.template-layout-2 .header-wrapper .main-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pagetitle-hide header#masthead.template-layout-2.affix .header-wrapper .main-header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .main-header .header-right .widget_shopping_cart .minicart_hover,
.pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .widget_thim-login a,
.pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .width-navigation .main-menu > li.menu-item span.icon-toggle,
.pagetitle-hide header#masthead.template-layout-2.palette-transparent.affix-top .width-navigation .main-menu > li > a {
    color: #fff;
}
.pagetitle-hide.single-lp_course .page-title.layout-2 {
    margin-top: 110px;
}
.pagetitle-hide.single-lp_course.thim-lp-layout-2 .page-title.layout-2 {
    margin-top: 300px;
}
.home4-section header#masthead.template-layout-2 .main-header {
    padding-top: 50px;
}
.home4-section header#masthead.template-layout-2.affix .main-header {
    padding-top: 5px;
}
#masthead {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all ease-out 0.3s;
    -khtml-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.width-navigation ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
}
.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 3px 0px 5px;
    color: #fff;
    line-height: 18px;
}
.width-navigation .main-menu > li.menu-item > a {
    position: relative;
    text-transform: uppercase;
    display: block;
    padding: 20px 13px;
}
.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 .header-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -khtml-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -moz-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -ms-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -o-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header#masthead.site-header.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
header#masthead.site-header.header-overlay.template-layout-2 .header-wrapper {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header#masthead.site-header.header-overlay.template-layout-2.affix .header-wrapper {
    -webkit-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -khtml-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -moz-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -ms-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    -o-box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
    box-shadow: 0 10px 25px 0 rgba(24, 23, 24, 0.2);
}
header#masthead.site-header.header-overlay.template-layout-2.affix .width-navigation .main-menu > li.menu-item span.icon-toggle {
    color: #ccc;
}
header#masthead.site-header.palette-white.template-layout-1 .menu-mobile-effect.navbar-toggle .text-menu,
header#masthead.site-header.palette-white.template-layout-1 .thim-search-wrapper .search-form:after,
header#masthead.site-header.palette-white.template-layout-1 .widget_thim-login a {
    color: #202121;
}
header#masthead.site-header.header-default {
    position: relative;
}
header#masthead.site-header.no-affix-top .no-sticky-logo {
    display: none;
}
header#masthead.site-header.affix-top .width-logo .no-sticky-logo,
header#masthead.site-header.no-affix-top .sticky-logo {
    display: block;
}
header#masthead.site-header.affix-top {
    -webkit-transition: all ease-out 0.3s;
    -khtml-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
header#masthead.site-header.affix .width-logo .no-sticky-logo,
header#masthead.site-header.affix-top .width-logo .sticky-logo {
    display: none;
}
header#masthead.site-header.sticky-header .header-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
header#masthead.site-header.sticky-header.no-transition.affix .header-wrapper,
header#masthead.site-header.sticky-header.no-transition.affix-top.menu-show .header-wrapper {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
header#masthead.site-header.affix {
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header#masthead.site-header.affix .header-wrapper {
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 0;
    background-color: #fff;
}
header#masthead.site-header.affix .width-logo .sticky-logo {
    display: block;
}
header#masthead.site-header.palette-white.template-layout-1 .menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
    background-color: #202121;
}
header#masthead.site-header.palette-transparent .width-navigation li .sub-menu,
header#masthead.site-header.palette-white.template-layout-2 .header-wrapper,
header#masthead.site-header.palette-white.template-layout-2 .width-navigation li .sub-menu,
header#masthead.site-header.palette-white.template-layout-2.affix .header-wrapper {
    background-color: #fff;
}
header#masthead.site-header.palette-white.template-layout-2 .main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    align-items: center;
}
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login a,
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login:before {
    color: #9c9c9c;
}
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login .user-info a {
    color: #202121;
}
header#masthead.site-header.palette-white.template-layout-2 .widget_thim-login .user-info a:hover {
    color: #000;
}
header#masthead.site-header.palette-white.template-layout-2 .width-navigation li .sub-menu li a,
header#masthead.site-header.palette-white.template-layout-2.affix #primary-menu > li > a,
header#masthead.site-header.palette-white.template-layout-2.affix .header-right a {
    color: #202121;
}
header#masthead.site-header.palette-white.template-layout-2 .width-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
header#masthead.site-header.palette-white.template-layout-2 .width-navigation .main-menu > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #202121;
}
header#masthead.site-header.palette-white.template-layout-2.affix-top .header-wrapper {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.thim-loadmore .load-more,
header#masthead.site-header.palette-transparent.affix-top .header-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
}
header#masthead.site-header.palette-transparent .width-navigation {
    font-size: 14px;
}
header#masthead.site-header.palette-transparent .width-navigation .main-menu > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #9c9c9c;
}
header#masthead.site-header.palette-transparent .width-navigation .main-menu > li span.icon-toggle {
    color: #9c9c9c;
}
header#masthead.site-header.palette-transparent .width-navigation li .sub-menu li a,
header#masthead.site-header.palette-transparent.affix #primary-menu > li > a,
header#masthead.site-header.palette-transparent.affix .header-right a {
    color: #202121;
}
header#masthead.site-header.palette-transparent .header-wrapper {
    background-color: transparent;
}
header#masthead.site-header.palette-transparent.affix-top .header-wrapper {
    box-shadow: none;
}
header#masthead.site-header.palette-transparent.affix .header-wrapper {
    background-color: #fff;
}
header#masthead.site-header.palette-transparent.template-layout-1 .menu-mobile-effect.navbar-toggle .text-menu,
header#masthead.site-header.palette-transparent.template-layout-1 .thim-search-wrapper .search-form:after,
header#masthead.site-header.palette-transparent.template-layout-1 .widget_shopping_cart .minicart_hover,
header#masthead.site-header.palette-transparent.template-layout-1 .widget_thim-login a,
header#masthead.site-header.palette-transparent.template-layout-2 .widget_thim-login,
header#masthead.site-header.palette-transparent.template-layout-2 .widget_thim-login a {
    color: #9c9c9c;
}
header#masthead.site-header.palette-transparent.template-layout-1 .menu-mobile-effect.navbar-toggle {
    border-right: 0;
}
header#masthead.site-header.palette-transparent.template-layout-1 .menu-mobile-effect.navbar-toggle .icon-wrap span.icon-bar {
    background-color: #9c9c9c;
}
header#masthead.site-header.palette-transparent.template-layout-1 .widget_shopping_cart {
    background: 0 0;
}
@media (min-width: 769px) {
    .main-header .width-logo a:hover {
        text-decoration: none;
    }
    .main-header .width-logo a img {
        -webkit-transition: all ease-out 0.3s;
        -khtml-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }
    .main-header .width-navigation .main-menu > li {
        position: relative;
    }
    .main-header .width-navigation .main-menu > li .sub-menu {
        min-width: 300px;
        position: absolute;
        top: auto;
        right: 0;
        display: none;
        z-index: 999;
        padding: 0;
        margin: 0;
        background-color: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
        -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
        -ms-box-shadow: 0 2px 3px rgba(0, 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%;
    }
}
.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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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 .widget_shopping_cart {
    display: inline-block;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-item a[class^="dashicons"]:before {
    font-family: dashicons;
}
@media (min-width: 601px) {
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-1 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-2 {
        width: 50%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-2 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-3 {
        width: 33.33333%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-3 {
        width: 66.66667%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-3 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-4 {
        width: 25%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-4 {
        width: 50%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-4 {
        width: 75%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-4 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-5 {
        width: 20%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-5 {
        width: 40%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-5 {
        width: 60%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-5 {
        width: 80%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-5 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-6 {
        width: 16.66667%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-6 {
        width: 33.33333%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-6 {
        width: 50%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-6 {
        width: 66.66667%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-6 {
        width: 83.33333%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-6-of-6 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-7 {
        width: 14.28571%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-7 {
        width: 28.57143%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-7 {
        width: 42.85714%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-7 {
        width: 57.14286%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-7 {
        width: 71.42857%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-6-of-7 {
        width: 85.71429%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-7-of-7 {
        width: 100%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-8 {
        width: 12.5%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-8 {
        width: 25%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-8 {
        width: 37.5%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-8 {
        width: 50%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-8 {
        width: 62.5%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-6-of-8 {
        width: 75%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-7-of-8 {
        width: 87.5%;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-8-of-8 {
        width: 100%;
    }
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.align-bottom-right {
    text-align: right;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.item-align-right > .sub-menu {
    left: auto;
    right: 0;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu {
    float: left;
    position: static;
}
@media (min-width: 769px) {
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-item.hide-on-desktop {
        display: none;
    }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu {
        position: static;
    }
}
.navigation .tm-table,
.page-title {
    position: relative;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li {
    vertical-align: top;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li a {
    padding: 14px 0;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul {
    margin: 0;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul li {
    padding: 0;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li:after {
    left: 0;
    right: 0;
    bottom: 0;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu .sub-menu > li:after {
    display: none;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right {
    float: left;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right > .widget .btn-book:before {
    top: -15px;
    bottom: -10px;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right > .widget .btn-book .inner-bottom {
    bottom: -20px;
}
.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right > .widget.widget_shopping_cart .widget_shopping_cart_content {
    top: 57px;
}
@media (max-width: 768px) {
    .mega-menu .menu-item.hide-sub-menu-on-mobile .icon-toggle,
    .mega-menu .menu-item.hide-sub-menu-on-mobile .mega-sub-menu {
        visibility: hidden;
        display: none;
    }
}
.mega-menu .widget_products img {
    max-width: 60px;
}
.page-title .main-top {
    background-attachment: fixed;
    clear: both;
    position: relative;
    overflow: hidden;
    z-index: 8;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-title .main-top .overlay-top-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.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: 0.15;
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-opacity: 0.15;
    -o-opacity: 0.15;
    opacity: 0.15;
}
.page-title .breadcrumb-content #breadcrumbs li span.breadcrum-icon .fa:before,
.page-title .breadcrumb-content .woocommerce-breadcrumb span.breadcrum-icon:before {
    content: "/";
    color:white;
}
.page-title .main-top .content .text-description {
    padding-left: 50px;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0.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: -29px;
    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: 0.3px;
    display: inline;
}
.page-title .breadcrumb-content #breadcrumbs li a {
    color: #fff;
}
.page-title .breadcrumb-content #breadcrumbs li span.breadcrum-icon {
    margin: 0 5px;
}
.page-title .breadcrumb-content #breadcrumbs li:last-child:after {
    display: none;
}
.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: 0.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: 0.7;
}
.page-title.layout-2 {
    overflow: hidden;
}
.page-title.layout-2 .main-top .content .text-title {
    text-align: center;
    padding-right: 0;
}
.page-title.layout-2 .main-top .content .text-title h1,
.page-title.layout-2 .main-top .content .text-title h2 {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: normal;
}
.page-title.layout-2 .main-top .content .text-title:after {
    display: none;
}
.page-title.layout-2 .main-top .content .text-description {
    text-align: center;
    padding-left: 0;
    display: block;
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.4px;
    padding-top: 12px;
}
.page-title.layout-2 .breadcrumb-content {
    bottom: -133px;
}
.page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
    height: 168px;
    background: #fff;
    max-width: 886px;
    border-radius: 100px;
}
.page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper #breadcrumbs {
    position: relative;
    top: -27px;
    padding: 16px 30px;
}
.page-title.layout-3 .breadcrumb-content {
    position: relative;
    bottom: initial;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    text-align: initial;
}
.page-title.layout-3 .breadcrumb-content #breadcrumbs {
    padding: 18px 0;
    background-color: transparent;
}
.page-title.layout-3 .main-top .content .text-title {
    text-align: center;
    padding-right: 0;
}
.page-title.layout-3 .main-top .content .text-title:after {
    display: none;
}
.page-title.layout-3 .main-top .content .text-description {
    text-align: center;
    padding-left: 0;
    display: block;
    max-width: 900px;
    margin: auto;
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social {
    padding: 16px 38px;
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social .item {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile .page-title .breadcrumb-content #breadcrumbs.profile-list-social .item:not(:last-child) {
    margin-right: 30px;
}
.lp-profile .page-title.layout-3 .breadcrumb-content {
    position: absolute;
    bottom: -28px;
    text-align: center;
    background: 0 0;
}
.search-form {
    position: relative;
    line-height: 50px;
    border: 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 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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: 0.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: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.loop-pagination li a,
input[type="submit"] {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.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: 0.4px;
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-stage-outer .owl-stage .owl-item .item .user-info {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    margin-bottom: 65px;
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-dots {
    margin-left: 58px;
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container .owl-dots .owl-dot {
    margin-bottom: 34px;
}
aside .widget.widget_thim_layout_builder .thim-sc-testimonials.layout-3 .slider-container:before {
    font-size: 100px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 25px;
    line-height: 0.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: 0.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;
    color: #18c1f0;
    font-family: ionicons;
    font-size: 5px;
}
aside .widget.widget_categories ul li .children {
    padding: 12px 0 0;
}
aside .widget.widget_categories ul li .children li:before {
    content: "+";
    background: 0 0;
    top: 5px;
    font-size: 12px;
}
aside .widget.widget_categories ul li .children .children li:before {
    content: "\f3d3";
    background: 0 0;
    top: 5px;
    font-size: 12px;
}
aside .widget.widget_categories ul li a {
    border: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.25;
    letter-spacing: 0.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: 0.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: 0.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: 0.4px;
    color: #202121;
    margin-bottom: 33px;
}
aside .widget.widget_recent_entries .wrapper {
    margin-top: 30px;
    overflow: hidden;
}
aside .widget.widget_recent_entries .wrapper .thumbnail {
    width: 109px;
    float: left;
    clear: left;
}
#comments .comment-respond .comment-form .comment-notes:after,
#comments .comment-respond:after,
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info:after,
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info:after,
#comments .list-comments .comment-list .comment .content-comment:after,
#comments .list-comments .comment-list .comment:after,
#main-content .site-content:after,
#main-content .top-box:after,
#main-content:after,
.after-main:after,
.comment-navigation:after,
.home4-couter-box .thim-sc-text-box.style-4 .title-2 img,
.list-articles.style-list article:after,
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content:after,
.single-post article .content-inner .entry-content-wrapper:after,
.single-post article .nav-single:after,
.single-post article .tag-list:after {
    clear: both;
}
aside .widget.widget_recent_entries .wrapper .entry-date {
    float: left;
    width: 109px;
    height: 109px;
    background-color: #f6f6f7;
}
aside .widget.widget_recent_entries .wrapper .entry-date .entry-day {
    margin-top: 32px;
    margin-left: 36px;
    font-size: 35px;
    font-weight: 500;
    line-height: 0.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: 0.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: 0.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: 0.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: 0.3px;
    color: #202121;
}
.archive-course-widget-outer .course-entry .course-meta-data,
.archive-course-widget-outer .course-entry .course-meta-field {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.3px;
    color: #ec5f4c;
    font-weight: 500;
}
.archive-course-widget-outer .course-entry .course-detail .course-description {
    display: none;
}
#main-content .top-box:after,
#main-content .top-box:before,
#main-content:after,
#main-content:before {
    content: " ";
    display: table;
}
.archive-course-widget-outer .course-entry .course-meta-field {
    text-align: left;
}
.widget-area .widget ul ul {
    padding-top: 30px;
}
#secondary .select2-container,
#secondary .select2-container .select2-selection--single,
#secondary .selection,
#secondary select {
    width: 100%;
}
#secondary .widget {
    margin-bottom: 60px;
}
#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: 0.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: 0.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 .post-image {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.list-articles article .entry-top .post-formats-wrapper .post-image img {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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, 0.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: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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: 0.7px;
    line-height: 0.63;
}
.list-articles article .entry-top .entry-date .entry-month {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.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: 0.3px;
}
.list-articles article .entry-content .entry-meta > span:after {
    content: "/";
    margin: 0 5px;
}
.list-articles article .entry-content .entry-meta > span:last-child:after {
    display: none;
}
.list-articles article .entry-content .entry-meta > span a {
    color: #878787;
}
.list-articles article .entry-content .entry-summary {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.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: 0.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,
.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: 0.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: 0.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-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: 0.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: -webkit-box;
    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: -webkit-box;
    display: flex;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #878787;
}
#back-to-top,
.page-links .page-numbers,
.page-links > a {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
}
.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;
}
.single-post .site-content {
    padding-top: 120px;
    padding-bottom: 96px;
}
.single-post .site-main.full-width {
    max-width: 1054px;
    margin: auto;
}
.single-post .entry-content p {
    line-height: 28px;
}
.single-post article .content-inner .title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0.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: 0.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:first-child:before {
    display: none;
}
.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: 0.7px;
    line-height: 0.63;
}
.single-post article .content-inner .entry-top .entry-date .entry-month {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-top: 8px;
    text-transform: uppercase;
}
.single-post article .content-inner .entry-top .entry-date .entry.summary {
    margin-left: 30px;
}
.single-post article .content-inner .entry-top .entry-date.no-thumbnail {
    float: left;
    width: 97px;
    height: 89px;
    top: -4px;
    z-index: 2;
}
.single-post article .content-inner .entry-content-wrapper:after,
.single-post article .content-inner .entry-content-wrapper:before {
    content: " ";
    display: table;
}
.single-post article .content-inner .entry-content-wrapper .left-content {
    width: 100px;
    float: left;
}
.single-post article .content-inner .entry-content-wrapper .left-content .social-share {
    flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}
.single-post article .content-inner .entry-content-wrapper .left-content .social-share .share-text {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.8px;
    font-weight: 300;
    margin-bottom: 13px;
}
.single-post article .content-inner .entry-content-wrapper .right-content {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding: 0 33px 30px;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content {
    margin-bottom: 33px;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content:after,
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content:before {
    content: " ";
    display: table;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content strong {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content br {
    line-height: 26px;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content p {
    margin-bottom: 30px;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content figure,
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content img {
    margin-bottom: 52px;
    margin-top: 54px;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content figure img {
    margin-bottom: 0;
    margin-top: 0;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content figure.aligncenter figcaption {
    text-align: center;
}
.single-post article .content-inner .entry-content-wrapper .right-content .entry-content blockquote {
    padding: 11px 0 26px 58px;
    font-style: italic;
    font-family: "Times New Roman";
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.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: 0.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: 0.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: 0.3px;
}
.single-post article .nav-single .post-nav.nav-next .icon-nav {
    float: right;
}
.single-post article .thim-about-author {
    padding: 40px 33px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.single-post article .thim-about-author:after,
.single-post article .thim-about-author:before {
    content: " ";
    display: table;
}
.single-post article .thim-about-author:after {
    clear: both;
}
.single-post article .thim-about-author .author-wrapper.left {
    float: left;
    width: 147px;
}
.single-post article .thim-about-author .author-wrapper.left .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.single-post article .thim-about-author .author-wrapper.left .thim-author-social {
    margin: 17px 0 0;
    text-align: center;
}
.single-post article .thim-about-author .author-wrapper.left .thim-author-social li {
    display: inline-block;
    margin: 0 5px;
}
.single-post article .thim-about-author .author-wrapper.left .thim-author-social li a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: #bfbfbf;
}
.single-post article .thim-about-author .author-wrapper.right {
    float: left;
    width: -webkit-calc(100% - 147px);
    width: -moz-calc(100% - 147px);
    width: calc(100% - 147px);
    padding-left: 27px;
}
.single-post article .thim-about-author .author-wrapper.right .author-top {
    margin-top: 3px;
}
.single-post article .thim-about-author .author-wrapper.right .author-top .name {
    font-size: 18px;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.6px;
    margin-bottom: 58px;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}
#comments .list-comments .comment-list {
    margin: 0;
}
#comments .list-comments .comment-list > .comment:last-child .content-comment {
    border-bottom: 0;
}
#comments .list-comments .comment-list .comment {
    list-style: none;
    padding: 40px 0 0;
    position: relative;
}
#comments .list-comments .comment-list .comment:after,
#comments .list-comments .comment-list .comment:before {
    content: " ";
    display: table;
}
#comments .list-comments .comment-list .comment:first-child {
    padding-top: 0;
    border-top-color: transparent;
}
#comments .list-comments .comment-list .comment:last-child .content-comment .message {
    padding-bottom: 0;
}
#comments .list-comments .comment-list .comment:last-child .content-comment .message:before {
    display: none;
}
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info:after,
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info .inner-info:before,
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info:after,
#comments .list-comments .comment-list .comment .content-comment .message-wrapper .author-info:before,
#comments .list-comments .comment-list .comment .content-comment:after,
#comments .list-comments .comment-list .comment .content-comment:before {
    content: " ";
    display: table;
}
#comments .list-comments .comment-list .comment .content-comment {
    padding-bottom: 20px;
    padding-top: 3px;
    border-bottom: 1px dashed #bebebe;
}
#comments .list-comments .comment-list .comment .content-comment .author {
    margin-bottom: 13px;
    width: 84px;
    float: left;
}
#comments .list-comments .comment-list .comment .content-comment .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#comments .list-comments .comment-list .comment .content-comment .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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.3px;
    margin-bottom: 51px;
}
#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;
    margin-bottom: 20px;
}
#comments .comment-respond .comment-form > p.comment-form-author {
    padding-right: 15px;
}
#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: 0.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: 0.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;
}
input[type="text"],
input[type="email"],
textarea {
    outline: 0;
    box-shadow: none;
    padding: 15px 20px;
    font-size: 16px;
    float: left;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
}
textarea {
    width: 100%;
    min-height: 200px;
}
.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%;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-links .page-numbers:hover,
.page-links > a:hover {
    background-color: #ddd;
    color: #333;
}
article .page-links > span.page-numbers,
article .page-links > span.page-numbers:hover {
    color: #fff;
}
.comment-navigation {
    margin-bottom: 30px;
}
.comment-navigation:after,
.comment-navigation:before {
    content: " ";
    display: table;
}
.comment-navigation > div[class^="nav"] {
    width: 50%;
    float: left;
}
.comment-navigation .nav-next {
    text-align: right;
}
.page #comments {
    margin-top: 60px;
}
.page .entry-content {
    line-height: 25px;
}
.post-password-form input[type="password"] {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e7e7e7;
}
.post-password-form label {
    margin-bottom: 0;
    float: left;
}
.thim-line-center > .panel-grid-cell:last-child {
    border-left: 2px solid #8c97a5;
}
.thim-line-bottom {
    border-bottom: 0.5px solid #8c97a5;
}
.thim-line-top {
    border-top: 0.5px solid #8c97a5;
}
footer#colophon .text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer#colophon ul {
    margin: 0;
}
footer#colophon ul li {
    list-style: none;
    line-height: 22px;
    margin-bottom: 15px;
}
footer#colophon ul li:last-child {
    margin-bottom: 0;
}
footer#colophon ul li .fa {
    font-size: 15px;
    min-width: 25px;
}
footer#colophon ul.sub-menu li {
    margin: 15px 0 0 15px;
}
footer#colophon .footer {
    padding: 84px 0 142px;
}
footer#colophon .footer.no-padding {
    padding: 0;
}
footer#colophon .widget-title,
footer#colophon .widgettitle {
    margin-bottom: 26px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.4px;
    font-weight: 400;
}
footer#colophon .site-info {
    text-align: center;
}
footer#colophon .site-info a:hover {
    text-decoration: underline;
}
footer#colophon .footer-sidebars .col-md-20 {
    width: 20%;
}
footer#colophon .footer-sidebars p {
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
footer#colophon .footer-sidebars .footer-info {
    margin-bottom: 20px;
}
footer#colophon .footer-sidebars .list-link li {
    margin-bottom: 12px;
    line-height: 22px;
}
footer#colophon .footer-sidebars .list-link li a {
    line-height: 22px;
    font-size: 15px;
}
footer#colophon .footer-sidebars .list-link li a:before {
    margin-right: 10px;
}
footer#colophon .footer-sidebars .thim-tweets .tweet-item {
    top: -5px;
}
footer#colophon .copyright-content {
    padding: 30px 0;
}
footer#colophon .copyright-content ul {
    margin: 0;
    list-style: none;
}
footer#colophon .copyright-content ul li {
    display: inline-block;
}
footer#colophon .copyright-content .copyright-text {
    line-height: 38px;
}
footer#colophon .copyright-content #copyright-menu li {
    margin: 0 10px;
    font-size: 16px;
    line-height: 17px;
    align-self: center;
}
footer#colophon .copyright-content #copyright-menu li:last-child {
    margin-right: 0;
    border-right: 0;
}
footer#colophon .copyright-area {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.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: 0.2px;
}
footer .footer-fixed .thim-sc-social-links .socials li {
    display: inline-table;
}
.after-main {
    background-color: #fff;
}
.after-main:after,
.after-main:before {
    content: " ";
    display: table;
}
.after-main .widget_thim_layout_builder img {
    position: absolute;
    top: 130px;
    right: 97px;
}
footer#colophon.light {
    background-color: #fff;
    color: #888;
}
footer#colophon.light a {
    color: #888;
}
footer#colophon.light h1,
footer#colophon.light h2,
footer#colophon.light h3,
footer#colophon.light h4,
footer#colophon.light h5,
footer#colophon.light h6 {
    color: #202121;
}
footer#colophon.light .copyright-area .copyright-content {
    color: #666;
    padding: 50px 0 47px;
}
footer#colophon.light .copyright-area #copyright-menu li {
    border-right-color: #666;
}
footer#colophon.light .copyright-area #copyright-menu li a {
    color: #666;
}
footer#colophon.light .footer-sidebars .list-link li a {
    color: #888;
}
footer#colophon.dark {
    background-color: #202121;
    color: #acacac;
}
footer#colophon.dark a {
    color: #acacac;
}
footer#colophon.dark h1,
footer#colophon.dark h2,
footer#colophon.dark h3,
footer#colophon.dark h4,
footer#colophon.dark h5,
footer#colophon.dark h6 {
    color: #fff;
}
footer#colophon.dark .copyright-area #copyright-menu li a,
footer#colophon.dark .copyright-area .copyright-content {
    color: #646565;
}
footer#colophon.dark .copyright-area #copyright-menu li {
    border-right: 0;
    padding-right: 0;
    border-right-color: #646565;
}
footer#colophon.dark .footer-sidebars .list-link li a {
    color: #acacac;
}
footer#colophon.dark .footer {
    padding-top: 125px;
    padding-bottom: 60px;
}
footer#colophon.dark .footer .copyright-content {
    padding-top: 36px;
    padding-bottom: 37px;
}
footer#colophon.dark .footer .widget-title,
footer#colophon.dark .footer .widgettitle {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 36px;
    font-size: 16px;
}
footer#colophon.dark .footer .widget-title:after,
footer#colophon.dark .footer .widgettitle:after {
    content: "";
    width: 25px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
#copyright-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
#copyright-menu .menu-item {
    display: inline-block;
    float: left;
    margin: 0 10px;
}
#copyright-menu .menu-item a[href$="/feed/"],
#copyright-menu .menu-item a[href*="dribbble.com"],
#copyright-menu .menu-item a[href*="facebook.com"],
#copyright-menu .menu-item a[href*="flickr.com"],
#copyright-menu .menu-item a[href*="foursquare.com"],
#copyright-menu .menu-item a[href*="plus.google.com"],
#copyright-menu .menu-item a[href*="instagram.com"],
#copyright-menu .menu-item a[href*="linkedin.com"],
#copyright-menu .menu-item a[href*="pinterest.com"],
#copyright-menu .menu-item a[href*="reddit.com"],
#copyright-menu .menu-item a[href*="tumblr.com"],
#copyright-menu .menu-item a[href*="twitter.com"],
#copyright-menu .menu-item a[href*="vimeo.com"],
#copyright-menu .menu-item a[href*="wordpress.com"],
#copyright-menu .menu-item a[href*="wordpress.org"],
#copyright-menu .menu-item a[href*="youtube.com"],
#copyright-menu .menu-item a[href*="mailto:"],
#copyright-menu .menu-item a[href*="twitch.tv"] {
    display: block;
    text-indent: 9999px;
    width: 38px;
    white-space: nowrap;
    height: 38px;
    float: left;
    line-height: 0;
}
#copyright-menu .menu-item a[href$="/feed/"]:after,
#copyright-menu .menu-item a[href*="dribbble.com"]:after,
#copyright-menu .menu-item a[href*="facebook.com"]:after,
#copyright-menu .menu-item a[href*="flickr.com"]:after,
#copyright-menu .menu-item a[href*="foursquare.com"]:after,
#copyright-menu .menu-item a[href*="plus.google.com"]:after,
#copyright-menu .menu-item a[href*="instagram.com"]:after,
#copyright-menu .menu-item a[href*="linkedin.com"]:after,
#copyright-menu .menu-item a[href*="pinterest.com"]:after,
#copyright-menu .menu-item a[href*="reddit.com"]:after,
#copyright-menu .menu-item a[href*="tumblr.com"]:after,
#copyright-menu .menu-item a[href*="twitter.com"]:after,
#copyright-menu .menu-item a[href*="vimeo.com"]:after,
#copyright-menu .menu-item a[href*="wordpress.com"]:after,
#copyright-menu .menu-item a[href*="wordpress.org"]:after,
#copyright-menu .menu-item a[href*="youtube.com"]:after,
#copyright-menu .menu-item a[href*="mailto:"]:after,
#copyright-menu .menu-item a[href*="twitch.tv"]:after {
    font-family: FontAwesome;
    text-indent: 0;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.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, 0.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, 0.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: 0.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: -0.9s;
}
.sk-wave .sk-rect5 {
    animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.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: -0.9s;
}
@keyframes sk-wanderingCube {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: translateX(30px) rotate(-90deg) scale(0.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(0.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-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,
.sk-fading-circle .sk-circle:before {
    display: block;
    height: 15%;
    border-radius: 100%;
    content: "";
    background-color: #333;
}
.sk-circle .sk-child:before {
    margin: 0 auto;
    width: 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: -0.9s;
}
.sk-circle .sk-circle5:before {
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    animation-delay: -0.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: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    animation-delay: 0ms;
}
.sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    animation-delay: 0.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%;
    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: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    animation-delay: -0.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: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
#thim-preloading {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#back-to-top {
    color: #fff;
    width: 44px;
    height: 44px;
    position: fixed;
    font-size: 26px;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    z-index: 999;
}
#back-to-top.scrolldown {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
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;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.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: 40px;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.btn-secondary {
    background: #fff;
    padding: 0 40px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 48px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn [class^="ion"] {
    margin-left: 10px;
}
.error-404.not-found {
    text-align: center;
    padding: 0;
}
.error-404.not-found .page-content {
    padding-top: 68px;
}
.error-404.not-found .page-content h3 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 100;
    line-height: 45px;
    letter-spacing: 7.8px;
    color: #fff;
}
.error-404.not-found .page-content p {
    font-size: 24px;
    font-weight: 100;
    line-height: 2.5;
    letter-spacing: 1.4px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 48px;
}
.error-404.not-found .page-content a {
    color: #fff;
    text-decoration: underline;
}
.error-404.not-found .page-content a:hover {
    color: #ccc;
}
.error404 .page-title .breadcrumb-content #breadcrumbs li,
.error404 .page-title .breadcrumb-content #breadcrumbs li a,
.error404 .page-title .breadcrumb-content #breadcrumbs li span.breadcrum-icon .fa:before {
    color: #fff;
}
@media (max-width: 768px) {
    .error404 .error-404.not-found .page-content {
        padding-top: 0;
    }
    .error404 .error-404.not-found .page-content .intro {
        font-size: 40px;
        line-height: normal;
    }
    .error404 .error-404.not-found .page-content p {
        font-size: 14px;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .error404 .error-404.not-found .page-content {
        padding-top: 0;
    }
    .error404 .error-404.not-found .page-content .intro {
        font-size: 25px;
        letter-spacing: 5px;
    }
}
.site-content {
    padding-top: 130px;
    padding-bottom: 122px;
}
.site-content.no-padding {
    padding: 0;
}
a {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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: 0.8;
    left: 5px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.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, 0.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: 0.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, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.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, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #a8b7c9;
    outline: 0;
}
.thim-form-homepage .select2-container .select2-selection--single:hover {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 {
    width: 100%;
    height: 45px;
    color: #999;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 14px;
    -khtml-transition: all 0.5s;
    float: left;
}
.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 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.wpcf7-form textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 186px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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: 0.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 {
    opacity: 1 !important;
    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: -7px;
}
.thim-bg-advance-overlay .advance-overlay .svg-clip-path {
    position: absolute;
    z-index: -1;
}
.thim-bg-advance-overlay .advance-overlay.over {
    top: -35px;
    height: auto;
}
.thim-bg-advance-overlay.overlay-y .svg-image {
    y: 0;
}
.thim-bg-advance-overlay.over {
    min-height: unset;
    overflow: unset !important;
}
.thim-bg-advance-overlay .svg-image {
    -webkit-animation: overlay-image-effect 3s infinite alternate ease-in-out;
    -moz-animation: overlay-image-effect 3s infinite alternate ease-in-out;
    -ms-animation: overlay-image-effect 3s infinite alternate ease-in-out;
}
@-webkit-keyframes overlay-image-effect {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
    }
}
@-moz-keyframes overlay-image-effect {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
    }
}
@-ms-keyframes overlay-image-effect {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
    }
}
@-o-keyframes overlay-image-effect {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
    }
}
@keyframes overlay-image-effect {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
    }
}
.vc_row-fluid.bg-top-right {
    background-position: top right !important;
}
.thim-textbox {
    max-width: 724px;
    margin: auto;
    padding-top: 44px;
    padding-bottom: 4px;
}
.thim-textbox .title {
    font-size: 34px;
    letter-spacing: 0.7px;
}
.thim-textbox .sub-title {
    font-size: 16px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 0.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: 0.7px;
}
.thim-background-overlay .thim-textbox .sub-title {
    color: #dbdbdb;
    letter-spacing: 0.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: 0.6px;
}
.thim-textbox-2 .sub-title {
    font-size: 16px;
    letter-spacing: 0.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: 0.6px;
    margin-bottom: 12px;
}
.thim-textbox-header p {
    max-width: 530px;
    margin: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.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 {
    max-width: 1065px;
    margin: auto;
}
.thim-header-block .thim-sc-scroll-heading .title .text {
    text-indent: -9999px;
    width: 52px;
    height: 26px;
    display: block;
    overflow: hidden;
    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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.thim-header-block .thim-sc-scroll-heading .title .text:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 20px;
}
.thim-header-block .thim-sc-scroll-heading .title .text:hover:after,
.thim-header-block .thim-sc-scroll-heading .title .text:hover:before {
    background: #fff;
}
.thim-header-block .thim-sc-course-search {
    max-width: 720px;
}
.thim-header-block .thim-sc-course-search input.courses-search-input {
    height: 60px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.thim-header-block .thim-sc-course-search input.courses-search-input:-moz-placeholder {
    color: #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 button {
    cursor: pointer;
    width: 65px;
    line-height: 60px;
    background: #18c1f0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    font-size: 22px;
    color: #fff;
}
.thim-header-block .thim-sc-course-search button:before {
    display: none;
}
.thim-bg-top-center,
.vc_row.thim-bg-top-center {
    background-position: top center !important;
}
span.wpcf7-not-valid-tip {
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
}
form.wpcf7-form .ajax-loader {
    width: 100%;
    margin-left: 0;
    background-image: url(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: 300px;
    padding-left: 200px;
}
.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: 0.8px;
}
.thim-module-news-events:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 622px;
    background: #f6f6f7;
    display: block !important;
    position: absolute;
    z-index: 2;
}
.thim-module-news-events.vc_parallax > * {
    z-index: 3;
}
.thim-module-news-events.thim-background-overlay .overlay {
    z-index: 1;
}
.no-padding-container.vc_column_container {
    padding: 0 !important;
}
.vc_row.bg-postion-bottom {
    background-position: bottom !important;
}
.vc_row.thim-custom-mini-width {
    max-width: 710px;
    margin: auto;
    padding-top: 53px;
}
.home .thim-bg-positon-custom {
    background-position: top -16px left calc(50% + 123px) !important;
}
.thim-pagetitle-lighter .page-title .main-top .content .text-title {
    margin-top: 0 !important;
}
.thim-pagetitle-lighter .page-title .main-top .content .text-title h1 {
    font-size: 75px;
    font-weight: 100;
    letter-spacing: 1.5px;
}
.home1-section .thim-bg-advance-overlay .advance-overlay.tl {
    padding-top: 25px;
}
.home1-section .thim-bg-advance-overlay .advance-overlay.tl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #fff;
}
.home1-section .thim-sc-steps.layout-2 {
    padding-top: 50px;
}
@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: 0.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: 0.4px;
    font-weight: 300;
}
.wp-social-login-provider:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49px;
    content: "\f090";
    font-family: FontAwesome;
    font-size: 16px;
    border-right: 1px solid #fff;
}
.home4-couter-box,
.home4-header-box .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.wp-social-login-provider:hover {
    color: #fff;
}
.wp-social-login-provider-facebook {
    background: #3b5998;
}
.wp-social-login-provider-facebook:before {
    content: "\f09a";
}
.wp-social-login-provider-facebook:hover {
    background: #1e2e4f;
}
.wp-social-login-provider-google {
    background: #dd4b39;
}
.wp-social-login-provider-google:before {
    content: "\f0d5";
}
.wp-social-login-provider-google:hover {
    background: #96271a;
}
.wp-social-login-provider-twitter {
    background: #1da1f2;
}
.wp-social-login-provider-twitter:before {
    content: "\f099";
}
.wp-social-login-provider-twitter:hover {
    background: #0967a0;
}
.wp-social-login-provider-linkedin {
    background: #0077b5;
}
.wp-social-login-provider-linkedin:before {
    content: "\f0e1";
}
.wp-social-login-provider-linkedin:hover {
    background: #00344f;
}
.wp-social-login-provider-tumblr {
    background: #35465c;
}
.wp-social-login-provider-tumblr:before {
    content: "\f173";
}
.wp-social-login-provider-tumblr:hover {
    background: #10151b;
}
.home4-header-box .thim-gallery-carousel .owl-theme .owl-dots {
    margin-left: 165px;
}
.home4-couter-box:before {
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    display: inline-block;
    z-index: 1;
}
.home4-couter-box .vc_column_container {
    position: static;
}
.home4-couter-box .vc_column_container > .vc_column-inner {
    padding: 0 !important;
}
.home4-couter-box .thim-sc-counter-box {
    position: absolute;
    bottom: 0;
    padding: 0 35px 125px;
}
.home4-couter-box .thim-sc-text-box.style-4 {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 60px;
    min-height: 584px;
    margin-left: -30px;
}
.home4-couter-box .thim-sc-text-box.style-4 .title-1 {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.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: 0.6;
    letter-spacing: 0.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: 0.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, 0.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: 0.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: 0.8px;
    margin-bottom: 26px;
}
.register-lesson label {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.3px;
    color: #878787;
}
.home4-newsletter {
    position: relative;
}
.home4-newsletter:before {
    content: "";
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
    background-color: rgba(33, 32, 32, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 32, 32, 0)), to(rgba(33, 32, 32, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: -moz-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: -ms-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: -o-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.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: 0.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: 0.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, 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(0.2, 0.2);
    -moz-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.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: 730px;
    min-height: 525px;
    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-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: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}
#thim-popup-login .login-html {
    display: flex;
    width: 100%;
}
#thim-popup-login .login-html .login-banner,
#thim-popup-login .login-html .login-form {
    width: 50%;
}
#thim-popup-login .login-banner {
    position: relative;
    background-size: cover;
}
#thim-popup-login .login-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
}
#thim-popup-login .login-banner .login-banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px;
}
#thim-popup-login .login-banner .title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
#thim-popup-login .login-banner .sub-title {
    font-size: 30px;
    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 {
    padding: 50px 30px 20px;
}
#thim-popup-login .login-form button,
#thim-popup-login .login-form input,
#thim-popup-login .login-form label {
    width: 100%;
    display: block;
}
#thim-popup-login .login-form button,
#thim-popup-login .login-form input {
    font-size: 14px;
    padding: 12px 20px;
    border: 1px solid #e6e6e6;
    font-family: inherit;
}
#thim-popup-login .login-form input[type="text"],
#thim-popup-login .login-form input[type="email"],
#thim-popup-login .login-form input[type="password"] {
    float: none;
}
#thim-popup-login .login-form input::-webkit-input-placeholder {
    color: #888;
    letter-spacing: 0.4px;
}
#thim-popup-login .login-form input::-moz-placeholder {
    color: #888;
    letter-spacing: 0.4px;
}
#thim-popup-login .login-form input:-ms-input-placeholder {
    color: #888;
    letter-spacing: 0.4px;
}
#thim-popup-login .login-form input::placeholder {
    color: #888;
    letter-spacing: 0.4px;
}
#thim-popup-login .login-form .login-remember {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
#thim-popup-login .login-form .login-remember input[type="checkbox"] {
    display: none;
}
#thim-popup-login .login-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, 0.1);
}
#thim-popup-login .login-form .icon-check:after,
#thim-popup-login .login-form .icon-check:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}
#thim-popup-login .login-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 {
    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 .login-form .sign-in-htm .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
#thim-popup-login #rememberme: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 #rememberme: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 #wp-submit {
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#thim-popup-login .login-extra-options {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#thim-popup-login .login-extra-options .lost-pass-link {
    text-transform: none;
}
#thim-popup-login .shortcode {
    text-align: center;
    margin-top: 25px;
}
#thim-popup-login .shortcode .wp-social-login-connect-with {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
#thim-popup-login .shortcode .wp-social-login-provider-list {
    margin-top: 22px;
}
#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, 0.6);
}
#thim-popup-login .thim-login-container.loading .thim-loading-icon {
    display: block;
}
#thim-popup-login .popup-message {
    margin-top: 20px;
    text-align: center;
}
#thim-popup-login .popup-message .message.message-error {
    color: #ff6351;
}
header#masthead .header-right .widget_thim-login #thim-popup-login .shortcode .wp-social-login-provider {
    color: #fff !important;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
input[type="text"].invalid,
input[type="email"].invalid,
input[type="password"].invalid {
    border: 1px solid #ff6351 !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: 0.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: 0.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: 0.3px;
    line-height: 1.5;
}
div.wpb_content_element .wpcf7-form .wpcf7-response-output {
    text-align: center;
}
div.wpcf7 {
    max-width: 1120px;
    margin: 0 auto;
}
.thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li,
.thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li a,
.thim-breadcrumb-primary-color .page-title .breadcrumb-content #breadcrumbs li span.breadcrum-icon .fa:before {
    color: #fff;
}
.thim-max-width-lg {
    max-width: 1195px;
    margin: auto;
}
.view-able {
    display: none;
}
.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description {
    margin-bottom: 87px;
}
.single-lp_course .page-title.layout-2 .main-top .content .text-description .banner-description > .price {
    margin-bottom: -87px;
}
.single-lp_course header#masthead.template-layout-2 ~ #main-content .page-title .main-top {
    height: 520px;
    padding-top: 85px;
}
.page-title.layout-2 .main-top .content .text-title {
    margin-top: -28px;
}
.page-title.layout-2 .main-top .content .text-title h1 {
    text-transform: capitalize;
}
.page-title.layout-2 .main-top .content .banner-description .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 310px;
    margin: auto;
    height: 100px;
    line-height: 100px;
}
.page-title.layout-2 .main-top .content .banner-description .price .course-price {
    display: block;
    width: 100%;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    float: left;
    top: 60px;
    order: 1;
    margin-right: 20px;
    letter-spacing: 1.2px;
}
.page-title.layout-2 .main-top .content .banner-description .price .course-origin-price {
    display: block;
    font-weight: 300;
    font-style: italic;
    font-size: 32px;
    color: #c5c5c6;
    order: 2;
    margin-right: 27px;
    letter-spacing: 0.6px;
}
.page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button,
.page-title .breadcrumb-content .learn-press-course-buttons .purchase-button,
.page-title .breadcrumb-content .learn-press-course-buttons .woocommerce-message .button {
    padding: 0 40px;
    letter-spacing: 0.3px;
    min-width: 226px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    -khtml-transition: 0.3s;
    display: inline-block;
    margin: 0 5px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
}
.page-title .breadcrumb-content .learn-press-course-buttons {
    text-align: center;
}
.page-title .breadcrumb-content .learn-press-course-buttons form {
    display: inline-block;
}
.page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button,
.page-title .breadcrumb-content .learn-press-course-buttons .purchase-button {
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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 {
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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: 0.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,
.thim-courses-block-2 .no-gutter .intro-item .wrapper {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.layout-3 .main-top,
.thim-lp-layout-1 .main-top {
    overflow: inherit;
}
.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: 0.63;
    letter-spacing: 0.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: 0.9px;
    margin-top: 7px;
}
.single .instructors {
    margin: 40px 0 42px;
    width: 100%;
    min-height: 350px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 27px 29px 0;
    background: #fdfdfd;
}
.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 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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: 0.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: 0.3px;
}
.single .instructors .info .content .author .role {
    display: block;
    clear: both;
    text-transform: capitalize;
}
.single .instructors .info .content .author:after {
    display: block;
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    bottom: -25px;
}
.single #lp-single-course .course-summary {
    margin-top: 10px;
}
.single #lp-single-course .course-summary .landing-1 .course-info {
    margin-bottom: 37px;
}
.single #lp-single-course .course-summary .landing-1 .course-landing-summary .share {
    width: 93px;
    float: left;
    position: relative !important;
    top: 0;
}
.single #lp-single-course .course-summary .landing-1 .course-landing-summary .content-landing-1 {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 37px;
}
.single #lp-single-course .course-summary .landing-1 .course-landing-summary .content-landing-1 .course-curriculum {
    margin-top: 54px;
}
.single #lp-single-course .course-summary .landing-2 {
    margin: 0 -100px;
    position: relative;
    padding-right: 169px;
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail {
    z-index: 99;
    position: relative;
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail img {
    margin-top: -162px;
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button {
    position: absolute;
    left: 101px;
    bottom: 0;
    width: 101px;
    height: 93px;
    top: auto;
    background: #202121;
}
.single #lp-single-course .course-summary .landing-2 .main-course .course-thumbnail .play-button .video-thumbnail {
    height: 47px;
    width: 47px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    top: 23px;
    left: 27px;
    text-align: center;
    line-height: 47px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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;
    min-width: 225px;
    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: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.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: 0.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: 0.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: 0.4px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.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: 0.3px;
}
.learnpress.single-lp_course .site-content {
    padding-top: 0;
}
.single .landing-1 .course-thumbnail {
    margin-bottom: 56px;
}
.single .landing-2 .course-info {
    margin: 15px 0 30px;
    border-bottom: 1px solid #ececec;
}
.single .landing-2 .course-info .list-inline {
    display: inline-flex;
    letter-spacing: 0.3px;
}
.single.thim-lp-layout-1 #main {
    margin: auto;
}
.single .review-stars-rated .review-stars.empty,
.single .review-stars-rated .review-stars.filled {
    width: 90px;
}
.single .course-info {
    padding: 20px 0 25px;
}
.single .course-info .list-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 -36px;
}
.single .course-info .list-inline .list-inline-item {
    padding: 5px 36px 0;
    border-right: 1px solid #e7e7e7;
    font-weight: 500;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 16px;
    line-height: normal;
}
.single .course-info .list-inline .list-inline-item .author span.avatar {
    float: left;
    padding-right: 17px;
}
.single .course-info .list-inline .list-inline-item .author span.avatar img {
    -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 #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;
}
.single .course-info .list-inline .list-inline-item a {
    color: #1e1e1e;
}
.single .course-info .list-inline .list-inline-item.item-author span.avatar {
    margin-top: -10px;
}
.single .course-info .list-inline .list-inline-item.item-review {
    font-size: 14px;
    font-weight: 300;
}
.single .course-info .list-inline .list-inline-item.item-review .review-stars-rated {
    margin-top: 2px;
    width: 60px;
    float: left;
    height: 12px;
    margin-right: 8px;
}
.single .course-info .list-inline .list-inline-item.item-review .review-stars-rated .review-stars.empty,
.single .course-info .list-inline .list-inline-item.item-review .review-stars-rated .review-stars.filled {
    font-size: 12px;
    width: 60px;
    height: 12px;
}
.single .course-info .list-inline .list-inline-item.item-review label {
    font-size: 16px;
}
.single .course-info .list-inline .list-inline-item:last-child {
    border-right: 0;
}
.lp-landing .container.site-content {
    max-width: 1022px;
}
.single .course-thumbnail {
    position: relative;
}
.single .course-thumbnail .play-button {
    width: 128px;
    height: 128px;
    position: absolute;
    top: calc(50% - 63px);
    left: calc(50% - 63px);
    background: 0 0;
}
.single .course-thumbnail .play-button .video-thumbnail {
    position: absolute;
    width: 113px;
    height: 113px;
    line-height: 113px;
    color: #fff;
    background-color: rgba(61, 61, 61, 0.6);
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.single .course-thumbnail .play-button .video-thumbnail:before {
    position: absolute;
    content: "\f215";
    font-family: Ionicons;
    font-size: 62px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    left: 0;
}
.single .learn-press-course-results-progress button.course-lesson {
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single .learn-press-course-results-progress button.course-lesson:hover {
    cursor: pointer;
}
.single #learn-press-course-description h4 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: -7px;
    margin-bottom: 19px;
}
.single #learn-press-course-description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.4px;
    margin-bottom: 41px;
}
.single #learn-press-course-description ul {
    margin-left: 0;
}
.single #learn-press-course-description ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.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: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.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 {
    width: 418px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 80px;
    z-index: 2;
}
body #course-curriculum-popup #popup-sidebar .learn-press-breadcrumb {
    padding: 35px 20px;
    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: 0.3px;
}
body #course-curriculum-popup #popup-sidebar .learn-press-breadcrumb .item-name {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #202121;
    display: block;
}
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,
body #course-curriculum-popup #popup-sidebar .learn-press-course-results-progress {
    display: none;
}
body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum {
    max-width: 407px;
    margin-right: 8px;
    position: relative;
    background: 0 0;
    border: none;
}
body #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .curriculum-sections {
    background: 0 0;
}
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: 0.3px;
    cursor: pointer;
}
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 .section-header .meta .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 .meta .collapse:before {
    content: "\f106";
    font-family: FontAwesome;
}
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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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: 0.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: 0.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, 0.08);
    -khtml-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2.6px 3.1px 16px 0 rgba(0, 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, 0.15);
}
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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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.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: 0.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: 0.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: 0.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;
}
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 {
    margin-bottom: 50px;
}
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: 0.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: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
#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 {
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    float: left;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -khtml-background-clip: padding-box;
}
#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: 0.3px;
    overflow: hidden;
}
#form-question #respond form .submit {
    height: 40px;
    border-radius: 20px;
    background-color: #ec5f4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    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: 0.3px;
    overflow: hidden;
}
#question-list #respond form .submit {
    height: 40px;
    border-radius: 20px;
    background-color: #ec5f4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    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: 55px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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, 0.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: 0.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: 0.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: -0.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 .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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.single-lp_course #course-curriculum-popup .icon-toggle-curriculum:not(.open):after {
    content: "\f0c9";
    font-family: FontAwesome;
}
.single-lp_course #course-curriculum-popup .icon-toggle-curriculum.open:before {
    content: "\f053";
    font-family: FontAwesome;
}
.single-lp_course #course-curriculum-popup .icon-toggle-curriculum:hover {
    color: #e0e0e0;
}
.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, 0.2);
    -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.lp-landing .sticky-sidebar .info-bar .inner-content,
.lp-learning #learn-press-course-curriculum .curriculum-sections .section:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
.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%;
}
.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: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.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 {
    width: 42px;
    max-height: 42px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
}
#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 .children .comment #respond .comment-form-comment {
    max-width: 767px;
    float: right;
}
#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 #respond .avatar {
    width: 42px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    margin-top: 21px;
}
#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 .avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    max-height: 42px;
    margin-right: 30px;
    position: absolute;
}
#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;
}
.thim-related-course .related-title {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.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: 0.5s ease-in-out;
    -khtml-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.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, 0.7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.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: 0.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;
}
.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: 0.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: 0.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: 0.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: 0.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: 0.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 .course-description {
    margin-bottom: 40px;
}
.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: 0.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: #fdfdfd;
    border: 1px 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: 1px solid #e5e5e5;
    margin: 0 25px;
}
.lp-landing #learn-press-course-curriculum .curriculum-sections .section .section-header {
    position: relative;
    background: #fdfdfd;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #2b3339;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 16px;
}
.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 .collapse {
    background: 0 0;
    margin-left: 0;
    width: auto;
    height: auto;
}
.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;
    border-bottom: 1px solid #e5e5e5;
    line-height: 46px;
    padding: 9px 0 9px 30px;
}
.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: 26px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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-sidebar {
    width: 317px;
    height: auto;
    position: absolute !important;
    z-index: 99;
    top: -87px;
    right: 0;
    background: #fff;
}
.lp-landing .sticky-sidebar .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;
}
.lp-landing .sticky-sidebar .info-bar .price-box .course-price {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #fff;
}
.lp-landing .sticky-sidebar .info-bar .price-box .course-origin-price {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #e3e3e3;
    padding-right: 0;
    padding-left: 5px;
    order: 2;
}
.lp-landing .sticky-sidebar .info-bar .inner-content {
    border: 1px solid #e6e6e6;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box {
    margin: 30px 0 25px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .intro {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: normal;
    text-align: center;
    font-weight: 300;
    margin-top: 17px;
    margin-bottom: 0;
    padding: 0 15px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .purchase-course {
    margin-bottom: 10px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons {
    text-align: center;
    padding: 0 15px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button,
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward,
.lp-landing .sticky-sidebar .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: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 46px;
    padding: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    outline: 0;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button:focus,
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons #learn-press-pmpro-notice .button:hover,
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward:focus,
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons .woocommerce-message .button.wc-forward:hover,
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons button:focus,
.lp-landing .sticky-sidebar .info-bar .inner-content .button-box .learn-press-course-buttons button:hover {
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    outline: 0;
}
.lp-landing .sticky-sidebar .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, 0.8);
}
.lp-landing .sticky-sidebar .info-bar .inner-content .includes-box .title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.56;
    letter-spacing: 0.4px;
    color: #2b3339;
    text-transform: uppercase;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .includes-box ul {
    margin-left: 0;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .includes-box ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.3px;
    padding-bottom: 2px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .includes-box ul li i {
    margin-right: 7px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .includes-box a {
    text-decoration: underline;
    font-size: 15px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .share-text {
    display: none;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .thim-social-share {
    margin: 0 30px;
}
.lp-landing .sticky-sidebar .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-sidebar .info-bar .inner-content .thim-social-share .links li {
    display: inline-block;
    float: none;
    margin: 0 7px 14px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .thim-social-share .links li a.link {
    width: 43px;
    height: 43px;
}
.lp-landing .sticky-sidebar .info-bar .inner-content .thim-social-share .links li a.link i {
    font-size: 21px;
    letter-spacing: 0.4px;
    color: #bfbfbf;
    line-height: 43px;
}
.lp-landing .sticky-sidebar .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 .instructors {
    border-top: 1px solid #e6e6e6;
    border-right: none;
    border-bottom: none;
    border-left: none;
    min-height: 0;
}
.lp-learning .course-learning-summary .learn-press-tab-panel-announcements .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 27px;
}
.lp-learning #learn-press-course-curriculum .title-search .course-curriculum-title {
    font-size: 30px;
    letter-spacing: 0.6px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 26px;
    padding-top: 3px;
}
.lp-learning #learn-press-course-curriculum .title-search .search .search-form label {
    min-width: 256px;
    position: absolute;
    right: 0;
}
.lp-learning #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: 0.3px;
}
.lp-learning #learn-press-course-curriculum .title-search .search .search-form label .search-submit {
    max-height: 39px;
    margin-right: 15px;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections {
    background-color: #fff;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section {
    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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.archive-courses .content:hover .sub-content,
.lp-learning #learn-press-course-curriculum .curriculum-sections .active {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
.lp-learning #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 #learn-press-course-curriculum .curriculum-sections .section .section-header {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding: 23px 29px 11px 28px;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-header .count-lessons {
    float: right;
    margin-right: 60px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lp-learning #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 #learn-press-course-curriculum .curriculum-sections .section .section-header .meta .step {
    display: block;
    padding-top: 3px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-header .meta .collapse {
    display: none;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content {
    background: #fff;
    display: none;
}
.lp-learning #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: 0.2s;
    -khtml-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.lp-learning #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: 0.3px;
    padding-left: 12px;
    color: #888;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .time {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #d8d8d8;
    display: block;
    position: absolute;
    right: 66px;
}
.lp-learning #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 #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 #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 #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 #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 #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 #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 #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 #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .item-status:not([class*="item-status-"]):before {
    background: 0 0;
    content: "";
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:first-child {
    border-top: 1px solid #e6e6e6;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:last-child {
    border-bottom: none;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-format-icon,
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-item-title {
    color: #fff;
}
#course-curriculum-popup .learn-press-course-buttons button.learn-press-popup-certificate:hover,
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .time {
    color: #fff;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .course-item-meta .lp-label {
    border-color: #fff;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:hover .item-status {
    background-color: #fff;
    border: none;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .item-completed .course-item-meta .item-status-passed {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: 0 0;
    border: 2px solid #e2e2e2;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .item-completed .course-item-meta .item-status-passed:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .item-completed:hover .course-item-meta .item-status-passed:before {
    background: #fff;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .section .section-content .course-lesson.course-item .course-item-title:before {
    content: "";
    display: none;
}
.lp-learning #learn-press-course-curriculum .curriculum-sections .active {
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
body.lp-learning #course-curriculum-popup #popup-sidebar #learn-press-course-curriculum .course-item .course-item-meta .lp-label.lp-label-preview {
    display: none;
}
.learn-press-course-buttons .woocommerce-message {
    position: relative;
    margin-bottom: 85px;
}
.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 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#course-curriculum-popup .learn-press-course-buttons {
    text-align: center;
    margin-top: 50px;
}
#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;
}
.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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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: 0.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: 0.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: 0.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, 0.1);
    -khtml-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, 0.1);
    -moz-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, 0.1);
    -ms-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, 0.1);
    -o-box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, 0.1);
    box-shadow: 12px 12px 16px 0 rgba(68, 68, 68, 0.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;
}
.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: 0.3px;
}
.thim-recent-courses-widget .recent-courses-wrapper .course-item .content .price {
    text-transform: uppercase;
    display: inline-flex;
    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: 0.3px;
    font-weight: 300;
}
.lp-profile.logged-in .site-content {
    padding-top: 37px;
    padding-bottom: 0;
    max-width: 1024px;
}
.lp-profile .learn-press-user-profile .list-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px 12px;
}
.lp-profile .learn-press-user-profile .list-contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 5px;
}
.lp-profile .learn-press-user-profile .list-contact .item:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
.lp-profile .learn-press-user-profile .list-contact .item .contact-icon {
    font-size: 21px;
    margin-right: 20px;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #bfbfbf;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile .learn-press-user-profile .list-contact .item .contact-content {
    letter-spacing: 0.3px;
    font-size: 16px;
    flex-grow: 1;
    line-height: 1;
}
.lp-profile .learn-press-user-profile .list-contact .item .contact-content .title {
    margin-bottom: 6px;
}
.lp-profile .learn-press-user-profile .list-contact .item .contact-content a {
    color: #1e1e1e;
    font-weight: 400;
}
.lp-profile .learn-press-user-profile .info-general {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 59px;
    padding-top: 43px;
}
.lp-profile .learn-press-user-profile .info-general .avatar {
    flex-shrink: 0;
}
.lp-profile .learn-press-user-profile .info-general .biographical {
    padding-top: 28px;
    padding-left: 28px;
    line-height: 1.67;
    letter-spacing: 0.4px;
}
.lp-profile .learn-press-user-profile .info-general .biographical .title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.6px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.8);
    margin-bottom: 40px;
}
.lp-profile .group-settings .tabs-title {
    list-style: none;
    border-bottom: 1px solid rgba(230, 230, 230, 0.8);
    padding-bottom: 13px;
    margin-left: 0;
    margin-bottom: 40px;
}
.lp-profile .group-settings .tabs-title .tab {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.lp-profile .group-settings .tabs-title .tab:not(:last-child) {
    margin-right: 59px;
}
.lp-profile .group-settings .tabs-title .tab.active {
    position: relative;
}
.lp-profile .group-settings .tabs-title .tab.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -14px;
}
.lp-profile .group-settings .tabs-content {
    padding-bottom: 130px;
}
.lp-profile .group-settings .tabs-content .content:not(.active) {
    display: none;
}
.lp-profile .group-settings .tabs-content .user-profile-section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left,
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right {
    width: calc(50% - 26px);
}
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left {
    margin-right: 52px;
}
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right .lp-form-field-wrap {
    margin-left: 0;
}
.lp-profile .group-settings .tabs-content .lp-user-profile-form .lp-form-field {
    position: relative;
    overflow: auto;
    margin-bottom: 28px;
}
.lp-profile .group-settings .tabs-content .lp-user-profile-form .lp-form-field-label {
    color: #2b3339;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
}
.lp-profile .lp-form-field input,
.lp-profile .lp-form-field textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.3px;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile .lp-form-field input:not([type="password"]):focus,
.lp-profile .lp-form-field textarea:not([type="password"]):focus {
    font-style: normal;
}
.lp-profile .lp-form-field input::placeholder,
.lp-profile .lp-form-field textarea::placeholder {
    font-style: italic;
}
.lp-profile .lp-form-field textarea {
    line-height: 1.88;
}
.lp-profile .lp-form-field input {
    line-height: 47px;
}
.lp-profile .additional-information .lp-form-field-input {
    position: relative;
}
.lp-profile .additional-information .lp-form-field-input .icon {
    position: absolute;
    left: 0;
    line-height: 49px;
    width: 54px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile .additional-information .lp-form-field-input input {
    padding-left: 53px;
}
.lp-profile .additional-information .lp-form-field:hover .clear-field {
    display: inline-block;
    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;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview:before,
.lp-profile .additional-information .clear-field {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -khtml-transition: all 0.5s;
}
.lp-profile .additional-information .clear-field {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 2px;
    font-size: 16px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile .additional-information .clear-field:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 7px;
}
.lp-profile .additional-information .clear-field:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 19px);
    right: 0;
    bottom: 6px;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field-label {
    display: block;
    flex-basis: 100%;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:first-child {
    flex-basis: 100%;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:not(:first-child) {
    width: calc(50% - 12px);
    margin-bottom: 22px;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:last-child {
    margin-left: 24px;
}
.lp-profile .lp-user-profile-form .submit.update-profile {
    text-align: center;
    margin-top: 13px;
    border: none;
    padding-top: 0;
}
.lp-profile .lp-user-profile-form .submit.update-profile button[type="submit"] {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    height: 55px;
    line-height: 55px;
    border: none;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 82px;
    padding-right: 82px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.lp-profile .lp-user-profile-form .submit.update-profile button[type="submit"][disabled="disabled"] {
    cursor: not-allowed;
}
.lp-profile .lp-user-profile-form .submit.update-profile button[type="submit"] .sk-three-bounce {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview {
    width: 100px !important;
    height: 100px !important;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions {
    text-align: right;
    height: 100%;
    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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions #lp-upload-photo {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    background-color: unset;
    border: none;
    margin-right: 5px;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions #lp-remove-upload-photo {
    position: relative;
    color: #fff;
    cursor: pointer;
    background-color: unset;
    font-size: 15px;
    border: none;
    margin-right: 5px;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview:hover:not(.croping):before {
    background-color: #000;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview:hover:not(.croping) #lp-avatar-actions {
    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;
}
.lp-profile .learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions {
    margin: 0;
}
.lp-profile .after-main {
    overflow: hidden;
}
.lp-profile .after-main .container {
    max-width: 1024px;
}
.lp-profile .after-main .widget_thim_layout_builder img {
    position: static;
}
.lp-profile .after-main .thim-content-talk p {
    margin-bottom: 44px;
}
.lp-profile .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, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lp-profile .after-main form.wpcf7-form .sub-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.lp-profile .after-main form.wpcf7-form .main-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.8px;
    margin-bottom: 26px;
}
.lp-profile .after-main form.wpcf7-form label {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.lp-profile .after-main form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
}
.lp-profile .after-main form.wpcf7-form input,
.lp-profile .after-main form.wpcf7-form textarea {
    border: 1px solid #e2e2e2;
    line-height: 1.5;
    letter-spacing: 0.3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lp-profile .after-main form.wpcf7-form input.wpcf7-not-valid,
.lp-profile .after-main form.wpcf7-form textarea.wpcf7-not-valid {
    border-color: red;
}
.lp-profile .after-main form.wpcf7-form input[type="email"] {
    height: 50px;
}
.lp-profile .after-main form.wpcf7-form input[type="submit"] {
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    height: 50px;
}
.lp-profile .after-main form.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 10px;
}
.lp-profile .after-main .thim-content-talk {
    margin-top: 190px;
    margin-left: 0;
}
.lp-profile .learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
    background: #202121;
    border-color: #202121;
}
.lp-profile #tab-settings .certificates-section .certificates-section-wrap {
    padding-left: 9px;
    padding-right: 18px;
}
.lp-profile #tab-settings .certificates-section .learn-press-user-profile-certs .item .inside {
    width: 100px;
}
.lp-profile #tab-settings .certificates-section .learn-press-cert-preview #cert-design-viewport {
    margin-top: 0;
}
.lp-profile #tab-settings .certificates-section .learn-press-user-profile-certs {
    margin: 0;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav > div {
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #2b3339;
    background-color: transparent;
    padding: 0;
    margin: -15px 0 0;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav > div.owl-prev {
    left: -10px;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav > div.owl-next {
    right: -19px;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item .inside {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child {
    position: absolute;
    height: 100%;
    right: 0;
    padding-left: 11px;
    background-clip: content-box;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child .more-info {
    position: relative;
    background-color: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child .more-info:before {
    position: absolute;
    content: "\002b";
    font-size: 24px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.lp-profile .sk-three-bounce {
    display: inline-block;
    width: 65px;
    text-align: center;
}
.lp-profile .sk-three-bounce .sk-child {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.lp-profile .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.lp-profile .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field:after,
.learn-press-user-profile .lp-form-field-wrap .lp-form-field:before {
    content: " ";
    display: table;
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field:after {
    clear: both;
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field input {
    display: block;
    width: 100% !important;
    border: 1px solid #e7e7e7;
    min-width: 100px;
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 {
    display: block;
    width: 100% !important;
    min-width: 100px;
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection {
    line-height: 50px;
    height: 50px;
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection .select2-selection__rendered {
    line-height: 50px;
    padding: 0 25px;
}
.learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection .select2-selection__arrow {
    height: 50px;
}
.learn-press-user-profile .learn-press-subtabs {
    background: #efefef;
    margin: 0 0 30px;
    padding: 10px 20px;
}
.lp-form-field input {
    line-height: 50px;
    padding: 0 25px;
}
table,
td,
tr {
    border: 1px solid #e7e7e7;
}
.learnpress .learn-press-user-profile .learn-press-subtab-content .profile-courses .learn-press-course-results-progress {
    padding: 0 28px;
}
#learn-press-form-login {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
#learn-press-form-login p {
    display: inline-block;
    width: 100%;
}
#learn-press-form-login p input[type="text"],
#learn-press-form-login p input[type="password"] {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e7e7e7;
    width: 450px;
    max-width: 100%;
    color: #999;
    float: none;
    border-radius: 5px;
}
#learn-press-form-login p.login-password label,
#learn-press-form-login p.login-username label {
    display: block;
}
#learn-press-form-login 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;
}
#load-more-button.loading .loadmore span,
#load-more-button.loading .loadmore:hover span {
    color: transparent;
}
.lp-profile .group-settings .tabs-content .profile-courses .content {
    display: inline-block;
}
.profile-courses .course {
    padding-bottom: 40px;
}
.profile-courses .content,
.profile-courses .content .thim-course-content,
.profile-courses .content .thumbnail {
    float: left;
    width: 100%;
}
#load-more-button {
    text-align: center;
    margin-top: 20px;
}
#load-more-button .loadmore {
    position: relative;
    height: 55px;
    line-height: 55px;
    padding: 0 86px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#load-more-button .loadmore .sk-three-bounce {
    display: none;
}
#load-more-button.loading .loadmore .sk-three-bounce {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.learn-press-user-profile-certs {
    margin: 0 -15px;
}
.learn-press-user-profile-certs li {
    margin-bottom: 0;
    width: 33.33%;
}
.learn-press-user-profile-certs li .inside {
    margin: 0 15px 15px;
}
.learn-press-user-profile-certs .learn-press-cert-preview #cert-design-viewport {
    margin-top: 0;
}
.table-orders {
    border: none;
    border-top: 1px solid #e7e7e7;
}
.table-orders th {
    border: 1px solid #e7e7e7;
}
.table-orders tbody tr td,
.table-orders thead tr th {
    float: left;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.table-orders thead tr {
    width: 100%;
    float: left;
    border-right: none;
    border-top: none;
}
.table-orders thead tr th {
    width: 20%;
    line-height: 50px;
    padding: 0 20px;
    color: #1e1e1e;
    font-weight: 500;
}
.table-orders tbody tr {
    width: 100%;
    float: left;
    border-right: none;
    border-top: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.table-orders tbody tr td {
    min-width: 20%;
    line-height: 26px;
    padding: 12px 20px;
    font-weight: 300;
    color: #888;
}
.table-orders tbody tr td a {
    color: #888;
}
.learn-press-wishlist-courses {
    margin: 0;
    list-style: none;
}
.learn-press-wishlist-courses li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.learn-press-wishlist-courses li a {
    line-height: 50px;
    color: #202121;
}
.learn-press-wishlist-courses li button {
    padding: 0 40px;
    line-height: 50px;
    border: none;
    display: inline-block;
    -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;
    float: right;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border-radius: 30px;
}
.lp_order_details h2 {
    margin: 50px 0 20px;
}
.lp_order_details ~ a {
    height: 55px;
    line-height: 55px;
    padding: 0 86px;
    -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;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 70px;
    display: inline-block;
    border-radius: 30px;
}
.lp_order_details ~ a:hover {
    color: #fff;
}
.order_details thead tr th {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-left: 1px solid #e7e7e7;
}
.order_details thead tr th:first-child {
    border: none;
}
.order_details tbody tr td {
    line-height: 26px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #888;
}
.order_details tbody tr td a {
    color: #888;
}
.order_details tfoot tr th {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.order_details tfoot tr td {
    line-height: 26px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #888;
}
.order_details tfoot tr td a {
    color: #888;
}
.thim-course-results-progress.learn-press-course-results-progress .course-result {
    font-size: 12px;
}
.thim-course-results-progress.learn-press-course-results-progress .course-result .value {
    color: #202121;
    font-weight: 700;
}
.thim-course-results-progress.learn-press-course-results-progress .lp-progress-bar {
    height: 10px;
    margin: 0 0 15px;
}
.learnpress .learn-press-search-course-form,
.thim-course-top {
    margin-bottom: 60px;
}
.thim-course-results-progress.learn-press-course-results-progress .lp-passing-conditional {
    height: 20px;
}
.sc-review-stars {
    display: inline;
}
.learnpress .site-content {
    padding-top: 130px;
}
.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:after {
    clear: both;
}
.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:after {
    clear: both;
}
.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 .course-index {
    font-size: 16px;
    display: table-cell;
    vertical-align: bottom;
    height: 32px;
}
.thim-course-top .lpr_course-switch {
    float: right;
    margin-left: 6px;
}
.thim-course-top .lpr_course-switch 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;
}
.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;
}
.thim-course-top .courses-searching input:active,
.thim-course-top .courses-searching input:focus {
    box-shadow: none;
    background: 0 0;
}
.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 .content .thumbnail {
    overflow: hidden;
    position: relative;
}
.archive-courses .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, 0.7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0) 50%', endColorStr='rgba(32, 33, 33, 0.7) 100%');
}
.archive-courses .content .thumbnail .img_thumbnail:before img {
    transform: scale(1);
}
.archive-courses .content .thumbnail .img_thumbnail img {
    -webkit-transition: 0.5s ease-in-out;
    -khtml-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.archive-courses .content .thumbnail .img_thumbnail:hover img {
    transform: scale(1.2);
}
.archive-courses .content .thumbnail .price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.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;
}
.archive-courses .content .thumbnail .price .course-origin-price {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.57;
    letter-spacing: 0.3px;
    margin-left: 10px;
    text-decoration: line-through;
    padding-top: 1px;
    order: 2;
}
.bbpress #bbpress-forums a,
.page-title .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .purchase-button,
ul.product-grid li.product .wrapper .stats .box-price .price ins,
ul.product-list li.product .stats .box-price .price ins,
ul.product-list li.product .stats .box-title .title-product a {
    text-decoration: none;
}
.archive-courses .content .thumbnail .price .course-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.4px;
}
.archive-courses .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;
}
.archive-courses .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, 0.8);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.archive-courses .content .thumbnail .review .sc-review-stars {
    z-index: 999;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 27px;
}
.archive-courses .content .thumbnail .review .sc-review-stars .review-stars-rated {
    width: 55px;
    margin-left: 60px;
    height: 27px;
    margin-top: 0;
}
.archive-courses .content .thumbnail .review .sc-review-stars .review-stars-rated .filled {
    right: 0;
}
.archive-courses .content .thumbnail .review .sc-review-stars .review-stars-rated .empty,
.archive-courses .content .thumbnail .review .sc-review-stars .review-stars-rated .filled {
    font-size: 11px;
    color: #e5e5e6;
}
.archive-courses .content .thumbnail .review .vote {
    display: none;
}
.archive-courses .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;
}
.archive-courses .content .thumbnail .review.review-course .sc-review-stars {
    right: 72px;
}
.archive-courses .content .sub-content {
    height: auto;
    padding-bottom: 25px;
}
.archive-courses .content .sub-content .title {
    padding: 25px 28px 12px;
    line-height: 18px;
}
.archive-courses .content .sub-content .title a {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: uppercase;
}
.archive-courses .content .sub-content .date-comment {
    padding: 0 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: 0.3px;
    color: #878787;
}
.archive-courses .content:hover .thumbnail .price {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.archive-courses .content:hover .sub-content,
.thim-coming-soon-course:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.archive-courses .content:hover .sub-content {
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}
.archive-courses.course-list .content:hover,
.thim-sc-courses-carousel .content:hover .thumbnail .price {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.archive-courses .content .content-list {
    display: none;
}
.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 {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-transition: 0.3s ease-in-out;
    transition: 0.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: 0.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: 0.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;
}
.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;
}
.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: 43px;
    font-size: 16px;
    color: #878787;
    background: #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;
}
.learn-press-pagination ul li .page-numbers.current,
.learn-press-pagination ul li .page-numbers:hover {
    color: #fff;
}
.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: 0.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: 0.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: 15px;
}
.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 {
    max-width: 710px;
    margin: -30px auto 40px;
}
.become-instructor-page .thim-sc-counter-box .counter_box {
    display: table;
}
.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 {
    display: none;
}
.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 .number .number_counter:before {
    content: "";
    border-top: 2px dotted #dfdfdf;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: 188px;
    -webkit-transform: translate(-140%, 0);
    -moz-transform: translate(-140%, 0);
    -ms-transform: translate(-140%, 0);
    -o-transform: translate(-140%, 0);
}
.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: 0.3px;
    max-width: 845px;
    margin: auto;
}
.overflow-visible {
    z-index: 2;
}
.align-right .register-content {
    float: right;
}
.register-content {
    max-width: 490px;
    border: 6px solid rgba(35, 35, 35, 0.4);
    margin-top: -200px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.register-content.ban_click .register-form .register-fields li button,
.register-content.ban_click .register-form .register-fields li input {
    cursor: not-allowed;
}
.register-content:after,
.register-content:before {
    content: " ";
    display: table;
}
.register-content:after {
    clear: both;
}
.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: 0.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: 0.8px;
    text-align: left;
}
.register-content .register-form .success {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.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: 0.4px;
    cursor: pointer;
}
.register-content .register-form .register-fields li {
    margin-bottom: 78px;
}
.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: 0.3px;
    text-align: left;
}
.minimal .plan h3,
.plan li,
.select {
    text-align: center;
}
.register-content .register-form .register-fields li button,
.register-content .register-form .register-fields li input {
    width: 100%;
    height: 50px;
    -webkit-transition: 0.5s ease-in-out;
    -khtml-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.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;
}
.minimal .features ul,
.minimal .select {
    border: 1px solid #ddd;
}
.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: 0.5px;
    color: #fff;
    margin-bottom: 53px;
}
.thim-content-talk p:last-child {
    margin-bottom: 0;
}
.thim-content-talk:before {
    content: "‘‘";
    height: 39px;
    font-size: 160px;
    line-height: 0.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;
}
#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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#shaon-pricing-table-plus .minimal .highlight:hover {
    background: #fff;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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(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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 20px;
}
.pmpro-checkout form.pmpro_form .pmpro_submit {
    margin: 0;
}
.pmpro-checkout form.pmpro_form label {
    font-weight: 400;
    margin: 0;
    padding: 0 20px;
    line-height: normal;
}
.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 .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: 0.4px;
    font-weight: 400;
    text-transform: capitalize;
    border-color: transparent;
}
.pmpro-checkout span.pmpro_asterisk {
    padding: 0 10px;
    line-height: 50px;
    color: red;
}
.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;
}
.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 {
    display: flex;
}
.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;
}
.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-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: 322px;
    background: url(images/single-course-bg.png);
}
.lp-learning .header-course .header-course-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.lp-learning .header-course .header-content {
    margin-top: -231px;
    padding-bottom: 75px;
}
.lp-learning .header-course .header-content .header-info {
    min-height: 203px;
    overflow: hidden;
}
.lp-learning .header-course .header-content .course-thumbnail {
    margin-bottom: 16px;
    box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.3);
}
.lp-learning .header-course .header-content .course-thumbnail .time {
    display: none;
}
.lp-learning .header-course .header-content .course-title {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: normal;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 17px;
}
.lp-learning .header-course .header-content .description {
    font-size: 16px;
    color: #c5c5c6;
    letter-spacing: 0.3px;
    line-height: 24px;
}
.lp-learning .header-course .header-content button {
    height: 55px;
    border-radius: 30px;
    display: inline-block;
    line-height: 55px;
    font-size: 16px;
    letter-spacing: 0.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-bottom: 0;
}
.lp-learning .header-course .header-content .lp-course-status {
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-top: 59px;
}
.lp-learning .header-course .header-content .lp-course-status .text-number b {
    font-weight: 500;
}
.lp-learning .header-course .header-content .lp-course-progress {
    max-width: 570px;
}
.lp-learning .header-course .header-content .lp-course-progress .lp-progress-bar {
    background-color: #e8e8e8;
    border-radius: 10px;
    margin: 10px 0 15px;
}
.lp-learning .header-course .header-content .lp-course-progress .lp-progress-bar .lp-progress-value {
    background-color: #d2d2d2;
}
.lp-learning .header-course .header-content .lp-course-progress .lp-passing-conditional {
    display: block;
    z-index: 99;
    height: 15px;
    top: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.lp-learning .header-course .header-content .lp-course-progress .lp-passing-conditional:before {
    width: 3px;
    background: #fff;
    border: 0;
    height: 15px;
}
.lp-learning .header-course .header-content .lp-course-progress .lp-passing-conditional:after {
    border: 0;
    top: -35px;
    content: "";
    font-family: Ionicons;
    position: absolute;
    color: #d2d2d2;
    font-size: 26px;
    left: 90%;
}
.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;
}
.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab a {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: normal;
    padding: 27px 10px;
    border-bottom: 0;
    margin-bottom: 0;
}
.lp-learning .course-learning-summary .learn-press-tabs .nav-tabs-wrapper .learn-press-nav-tabs .learn-press-nav-tab.active:after {
    bottom: -2px;
    left: 0;
}
.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper {
    padding-top: 80px;
}
.lp-learning .course-learning-summary .learn-press-tabs .tabs-wrapper .container {
    max-width: 1023px;
    padding: 0;
}
.lp-learning .course-learning-summary .instructors {
    margin: 78px 0 0;
    padding: 0;
}
.lp-learning .course-learning-summary .instructors .text {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding-top: 72px;
    padding-bottom: 33px;
}
.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, 0.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, 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 #popup_panel input[type="button"] {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.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;
}
.learnpress.lp-learning .learn-press-course-results-progress .course-progress .lp-course-status,
.lp-learning .course-learning-summary .learn-press-course-buttons .learn-press-course-wishlist {
    display: none;
}
.lp-learning #popup_panel #popup_cancel {
    background-color: #fff;
}
.learnpress.lp-learning .learn-press-course-results-progress .course-progress,
.learnpress.lp-learning .learn-press-course-results-progress .items-progress {
    float: none;
    width: 100%;
}
.lp-learning .header-course .header-content button.learn-press-course-wishlist {
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -khtml-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.thim-coming-soon-course {
    position: relative;
    margin-top: 60px;
}
.thim-coming-soon-course:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -khtml-transition: all 0.3s;
    transition: all 0.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 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thim-coming-soon-course:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.75;
    background: #fff;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.4s cubic-bezier(0.175, 0.885, 0.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: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}
.thim-coming-soon-course * {
    box-sizing: border-box;
    -webkit-transition: all 0.6s;
    -khtml-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#event-lightbox .event_auth_button,
.entry-register .event_auth_button {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.thim-coming-soon-course img {
    width: 100%;
    filter: alpha(opacity=35s);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35s)";
    -webkit-opacity: 0.35s;
    -khtml-opacity: 0.35s;
    -moz-opacity: 0.35s;
    -ms-opacity: 0.35s;
    -o-opacity: 0.35s;
    opacity: 0.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%;
}
.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;
}
#bbp-search-form,
.single-tp_event article,
.tp_event .thumbnail {
    position: relative;
}
.tp_event .date-start {
    font-size: 35px;
    line-height: 22px;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-bottom: 8px;
}
.tp_event .month-start {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.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: 39px;
    line-height: 39px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.tp_event .title {
    font-size: 34px;
    letter-spacing: 0.7px;
    line-height: normal;
}
.tp_event .entry-meta {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
}
.tp_event .entry-meta > span {
    margin-right: 10px;
}
.tp_event .author:before {
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 5px;
}
.tp_event .entry-excerpt {
    padding: 16px 0;
}
.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;
}
.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;
}
.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: 0.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 {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
}
.single-tp_event article .entry-right .entry-countdown {
    margin-top: 0;
}
.single-tp_event article .entry-summary {
    padding: 60px 0;
}
.single-tp_event article .entry-summary:after,
.single-tp_event article .entry-summary:before {
    content: " ";
    display: table;
}
.entry-register,
.entry-register .event-info {
    display: inline-block;
    width: 100%;
    float: left;
    list-style: none;
}
.single-tp_event article .entry-summary:after {
    clear: both;
}
.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 {
    margin: 30px 0;
    padding: 30px;
    background: #f5f5f5;
}
.entry-register .event-info {
    margin: 0;
    padding: 0;
}
.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;
}
#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 {
    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 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.bottom-link {
    margin-top: 30px;
    font-weight: 600;
}
.bbpress #bbpress-forums .bbp-author-avatar .avatar.avatar-14,
.bbpress .breadcrumb-content {
    display: none;
}
.bbpress .bbp-body .bbp-topic-permalink {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.bbpress .site-content {
    margin-top: -50px;
}
.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 .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, 0.1);
    -khtml-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 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: 35px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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;
}
.forum-archive.bbpress #bbpress-forums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.forum-archive.bbpress #bbpress-forums .bbp-breadcrumb {
    order: -1;
}
.forum-archive.bbpress #bbpress-forums .bbp-search-form {
    float: none;
    text-align: right;
    background-color: #f5f5f5;
    height: 54px;
    margin-bottom: 30px;
}
.forum-archive.bbpress #bbpress-forums .bbp-forums {
    border: 0;
}
.forum-archive.bbpress #bbpress-forums .bbp-header {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 15px 30px;
}
.forum-archive.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.forum-archive.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 13px;
}
#bbp-search-form {
    display: inline-block;
    background: #f5f5f5;
    padding: 10px;
}
#bbp-search-form:after {
    content: "\f002";
    font-family: FontAwesome;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 20px;
    color: #ccc;
}
#bbp-search-form #bbp_search {
    width: 270px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #999;
    height: 34px;
    padding: 0 35px 0 15px;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#bbp_search_submit {
    font-size: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    z-index: 1;
}
.single-forum.bbpress .bbp-breadcrumb {
    float: none;
}
.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;
}
.widget_shopping_cart,
.widget_shopping_cart .minicart_hover {
    position: relative;
}
.widget_shopping_cart .minicart_hover i.ion {
    padding-left: 5px;
}
.widget_shopping_cart .minicart_hover .cart-items-number {
    padding-right: 10px;
}
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    position: absolute;
    top: -10px;
    font-size: 14px;
}
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
    margin-left: 4px;
}
.widget_shopping_cart .widget_shopping_cart_content {
    text-transform: none;
    background: #fff;
    left: auto;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 350px;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 20px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
    max-height: 315px;
    overflow: auto;
    padding: 0 20px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
    width: 6px;
}
.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, 0.3);
    border-radius: 6px;
}
.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, 0.5);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    margin-left: 0 !important;
    line-height: 20px;
}
.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;
}
.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;
}
.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%;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
    margin: 0 !important;
    padding: 0 !important;
}
.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;
}
.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;
}
.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;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.removing {
    position: relative;
    overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.removing:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/icons/ajax-loader.gif);
    background-size: 32px 32px;
    background-color: rgba(255, 255, 255, 0.75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
    border-top: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
    padding-top: 17px;
    text-align: center;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    font-size: 13px;
    padding: 5px;
    margin: 0 20px;
}
.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    font-weight: 700;
    margin-left: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
    padding: 5px;
    text-align: center;
}
.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;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
    color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
    position: relative;
}
.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;
}
.widget_shopping_cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
}
.widget_shopping_cart .widget_shopping_cart_content {
    overflow: hidden;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#masthead .widget {
    padding: 0 30px;
}
#masthead .widget .user-name {
    display: block;
    padding: 20px 0;
}
#masthead .widget .user-name:hover .user-info {
    display: block;
}
#masthead .widget .user-info {
    margin: 0 0 0 -19px;
    position: absolute;
    top: 100%;
    list-style: none;
    display: none;
    background: #fff;
    min-width: 210px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}
#masthead .widget .user-info li {
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
#masthead .widget .user-info li a {
    padding: 15px 20px;
    display: block;
}
#masthead .widget .user-info li:hover {
    background: #f7f7f7;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#masthead .widget .user-info li:hover a {
    color: #202121;
}
#masthead .widget:hover .user-info {
    display: block;
}
#masthead .widget_shopping_cart {
    padding: 0 30px;
}
#masthead .widget_shopping_cart .minicart_hover {
    color: #fff;
}
#masthead .widget_shopping_cart .widget_shopping_cart_content {
    line-height: normal;
}
#masthead .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#masthead .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:hover {
    color: #222 !important;
}
#masthead .widget_shopping_cart .widget_shopping_cart_content .total {
    padding: 10px 0;
    text-align: center;
}
#masthead .widget_shopping_cart .widget_shopping_cart_content .total strong {
    text-transform: uppercase;
}
#masthead .widget_shopping_cart .widget_shopping_cart_content .buttons a {
    padding: 0 30px !important;
    line-height: 46px;
    margin: 15px 5px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #222;
}
ul.product-grid li.product .wrapper .stats .box-price a.button.loading,
ul.product-list li.product .stats .box-price a.button.loading:after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.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;
}
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-wishlist .site-content {
    padding-top: 35px;
}
.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 {
    margin-left: 0;
    margin-right: 0;
}
.product-filter i {
    font-size: 16px;
    color: #202121;
}
.product-filter .display {
    display: inline-block;
    float: left;
}
.product-filter .display a {
    margin-right: 6px;
}
.product-filter .woocommerce-result-count {
    margin-bottom: 0 !important;
    margin-left: 10px !important;
    font-size: 16px;
    line-height: 22px;
}
.product-filter .woocommerce-ordering {
    position: relative;
    margin: 0 !important;
    float: right;
}
.product-filter .woocommerce-ordering span {
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    width: auto !important;
    float: left;
    line-height: 22px;
}
.product-filter .woocommerce-ordering select.orderby {
    display: none;
}
.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.category-product,
ul.product-grid {
    list-style: none;
}
ul.product-grid li.product {
    margin-bottom: 30px;
}
ul.product-grid li.product .wrapper {
    background: #fff;
    border: 1px solid #e7e7e7;
}
ul.product-grid li.product .wrapper .feature-image {
    text-align: center;
    margin-bottom: 26px;
}
ul.product-grid li.product .wrapper .stats {
    padding: 0 20px;
}
ul.product-grid li.product .wrapper .stats .description {
    display: none !important;
}
ul.product-grid li.product .wrapper .stats .box-title .title-product {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
ul.product-grid li.product .wrapper .stats .box-title .title-product a {
    font-size: 16px;
    text-decoration: none;
}
ul.product-grid li.product .wrapper .stats .box-price {
    padding: 20px 0;
    min-height: 61px;
}
ul.product-grid li.product .wrapper .stats .box-price .star-rating {
    display: none;
    float: none;
    margin: 0 auto;
}
ul.product-grid li.product .wrapper .stats .box-price .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
ul.product-grid li.product .wrapper .stats .box-price .price del {
    margin-right: 5px;
    position: relative;
}
ul.product-grid li.product .wrapper .stats .box-price .price del:before {
    content: "";
    width: auto;
    height: 1px;
    background: #333;
    top: 50%;
    left: -5px;
    right: -5px;
    position: absolute;
}
ul.product-grid li.product .wrapper .stats .box-price .price del span {
    color: #aaa;
}
ul.product-grid li.product .wrapper .stats .box-price a.button {
    float: right;
    background: 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    line-height: 24px;
    -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;
}
ul.product-grid li.product .wrapper .stats .box-price .added_to_cart,
ul.product-list li.product .stats .box-price a.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    height: auto;
    -khtml-box-shadow: none;
}
ul.product-grid li.product .wrapper .stats .box-price a.button:before {
    display: inline-block;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    width: 10px;
    max-width: 10px;
}
ul.product-grid li.product .wrapper .stats .box-price a.button.loading {
    opacity: 1;
    padding-right: 15px;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul.product-grid li.product .wrapper .stats .box-price a.button.loading:before {
    margin: 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;
}
ul.product-grid li.product .wrapper .stats .box-price a.button.loading:after {
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    top: 1px;
    right: -1px;
    line-height: 1.6em;
    display: inline-block;
}
ul.product-grid li.product .wrapper .stats .box-price a.button.added {
    display: none;
}
ul.product-grid li.product .wrapper .stats .box-price .added_to_cart {
    float: right;
    background: 0 0 !important;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
}
ul.product-grid li.product .wrapper .stats .box-price .added_to_cart:before {
    display: inline-block;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    width: 10px;
    max-width: 10px;
}
ul.product-grid li.product.product-type-variable:not(.has-default-attributes) .stats .box-price {
    text-align: left;
}
ul.product-grid li.product.product-type-variable:not(.has-default-attributes) .stats .box-price a {
    float: right;
}
ul.product-list.row {
    margin-left: 0;
    margin-right: 0;
}
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 .stats {
    width: calc(100% - 270px);
    float: right;
    padding-left: 30px;
    padding-right: 0;
    margin-top: 0;
}
ul.product-list li.product .stats .box-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
}
ul.product-list li.product .stats .box-title .title-product {
    padding-bottom: 15px;
    line-height: 15px;
    text-align: left;
    padding-top: 0;
}
ul.product-list li.product .stats .box-title .title-product a {
    font-size: 20px !important;
    font-weight: 700;
}
ul.product-list li.product .stats .box-price {
    padding: 0;
}
ul.product-list li.product .stats .box-price .star-rating {
    float: none;
    margin: 10px 0;
    font-size: 12px;
}
ul.product-list li.product .stats .box-price .star-rating > span {
    color: #fed559;
}
ul.product-list li.product .stats .box-price .description {
    margin: 30px 0;
}
ul.product-list li.product .stats .box-price .price {
    font-weight: 400;
}
ul.product-list li.product .stats .box-price .price del {
    margin-right: 5px;
}
ul.product-list li.product .stats .box-price .price del span {
    color: #aaa;
}
ul.product-list li.product .stats .box-price a.button {
    background: 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
}
ul.product-list li.product .stats .box-price a.button:before {
    display: inline-block;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    width: 10px;
    max-width: 10px;
}
ul.product-list li.product .stats .box-price a.button.loading {
    opacity: 1;
}
ul.product-list li.product .stats .box-price a.button.loading:before {
    margin: 0;
    display: none;
}
ul.product-list li.product .stats .box-price a.button.loading:after {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    top: -1px;
    right: -20px;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul.product-list li.product .stats .box-price a.button.added {
    display: none;
}
ul.product-list li.product .stats .box-price .added_to_cart {
    background: 0 0 !important;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    height: auto;
    -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;
}
ul.product-list li.product .stats .box-price .added_to_cart:before {
    display: inline-block;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    width: 10px;
    max-width: 10px;
}
.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 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.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 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.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: 0.5s;
    animation-duration: 0.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, 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 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.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 {
    width: 101px;
    float: left;
    margin-right: 15px;
    overflow: visible !important;
}
.product-info .left #carousel .slides {
    transform: translate3d(0, 0, 0) !important;
}
.product-info .left #carousel .slides li {
    float: none !important;
    margin-bottom: 5px;
    opacity: 1 !important;
}
.product-info .left #carousel .slides li img {
    border-right: 1px solid transparent;
    width: 100%;
}
.product-info .left #carousel .slides li:hover {
    cursor: pointer;
}
.product-info .left #slider {
    overflow: hidden;
    width: 100%;
    float: left;
}
.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: 0.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 {
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    -webkit-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: 5px;
    height: 40px;
}
.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: 40px;
}
.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;
    padding: 10px 25px !important;
    border: none !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    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;
}
.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%;
}
body.woocommerce-page .shop_table {
    border: none !important;
}
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: none !important;
}
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;
}
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 {
    min-width: 120px;
}
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 .woocommerce-info > a,
body.woocommerce-page.woocommerce-checkout 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: 80px;
    height: 80px;
}
body.woocommerce-page.woocommerce-cart .shop_table th {
    padding-left: 0 !important;
}
body.woocommerce-page.woocommerce-cart .shop_table tbody td {
    padding: 20px 0;
    border-bottom: 2px dotted #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 {
    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;
}
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 input {
    float: none;
    font-size: 14px;
}
body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon input.input-text {
    width: 200px;
    padding: 12px 15px 11px;
    font-size: 13px;
    margin-right: 10px;
    height: 50px;
    -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;
}
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: 0.3px;
    border-radius: 30px;
}
body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions > .button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 14px 30px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    border-radius: 30px;
    letter-spacing: 0.3px;
}
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals h2 {
    display: none;
}
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;
    text-align: right;
    padding: 10px 0;
}
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    color: #202121;
    font-size: 18px;
}
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: 15px 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.6em;
    border-radius: 30px;
}
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    float: right;
}
body.woocommerce-page.woocommerce-checkout .dk-select {
    display: none !important;
}
body.woocommerce-page.woocommerce-checkout .woocommerce-info:before,
body.woocommerce-page.woocommerce-checkout form .woocommerce-error {
    display: none;
}
body.woocommerce-page.woocommerce-checkout td,
body.woocommerce-page.woocommerce-checkout th {
    padding: 10px 0;
}
body.woocommerce-page.woocommerce-checkout tfoot th {
    border: none;
    font-weight: 400;
    color: #202121;
}
body.woocommerce-page.woocommerce-checkout .select2-drop.select2-drop-above.select2-drop-active {
    border-color: #e7e7e7 !important;
}
body.woocommerce-page.woocommerce-checkout #payment {
    margin-top: 30px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce-info {
    border: none;
    text-align: center;
    background: 0 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body.woocommerce-page.woocommerce-checkout form {
    border-radius: 0 !important;
}
body.woocommerce-page.woocommerce-checkout form .select2-container .select2-selection--single,
body.woocommerce-page.woocommerce-checkout form select,
body.woocommerce-page.woocommerce-checkout form textarea {
    -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;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    border-radius: 5px;
    -khtml-background-clip: padding-box;
}
body.woocommerce-page.woocommerce-checkout form #order_review_heading {
    text-align: left;
}
body.woocommerce-page.woocommerce-checkout form #order_review {
    padding: 0 15px;
}
body.woocommerce-page.woocommerce-checkout form .woocommerce-invalid input.input-text,
body.woocommerce-page.woocommerce-checkout form .woocommerce-invalid textarea {
    border-color: #a00 !important;
}
body.woocommerce-page.woocommerce-checkout form textarea {
    padding: 20px;
    border-color: #e7e7e7;
    background-clip: padding-box;
    min-height: 80px;
}
body.woocommerce-page.woocommerce-checkout form .select2-container .select2-selection--single,
body.woocommerce-page.woocommerce-checkout form select {
    background-clip: padding-box;
}
body.woocommerce-page.woocommerce-checkout form .form-row {
    margin: 0 0 15px;
}
body.woocommerce-page.woocommerce-checkout form input.input-text {
    padding: 10px 20px;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e7e7e7;
    height: 50px;
    -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;
}
body.woocommerce-page.woocommerce-checkout form input.input-text:focus {
    outline: 0;
}
body.woocommerce-page.woocommerce-checkout form input[type="submit"] {
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 0.3px;
}
body.woocommerce-page.woocommerce-checkout form label.inline {
    margin-left: 10px;
}
body.woocommerce-page.woocommerce-checkout form input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
}
body.woocommerce-page.woocommerce-checkout form p.lost_password {
    margin-bottom: 0;
    margin-top: 15px;
}
body.woocommerce-page.woocommerce-checkout form.checkout_coupon p {
    margin-bottom: 0;
}
body.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 80%;
}
body.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 20%;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details {
    margin-top: 50px;
    margin-bottom: 50px;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-1 {
    float: left;
    width: 57%;
    max-width: 100%;
    flex: 100%;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
    margin-top: 30px;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-1 input.input-text {
    border: 1px solid #e7e7e7;
}
body.woocommerce-page.woocommerce-checkout 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 form.checkout #customer_details .col-1 .woocommerce-invalid input.input-text,
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-1 .woocommerce-invalid textarea {
    border-color: #a00;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-2 {
    background: #ebe9eb;
    float: right;
    width: 35%;
    padding: 30px;
    max-width: 100%;
    flex: 100%;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-2 h3 {
    margin-top: 0;
}
body.woocommerce-page.woocommerce-checkout 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 form.checkout #customer_details .col-2 table tbody > tr:last-child td {
    border-bottom: 2px solid #e7e7e7 !important;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-2 table tfoot tr.cart-subtotal td,
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-2 table tfoot tr.cart-subtotal th {
    border-bottom: 2px dotted #e7e7e7 !important;
}
body.woocommerce-page.woocommerce-checkout form.checkout #customer_details .col-2 table tfoot th {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
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: 0.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 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: 25px;
    bottom: 16px;
}
#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;
}
.return-to-shop a.button {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.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: 0.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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
}
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;
}
.home .mfp-bg,
.woocommerce .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.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: -0.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: 0.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: 0.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: 0.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, 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, 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, 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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .home .mfp-arrow,
    .woocommerce .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.home .mfp-fade.mfp-bg.mfp-ready,
.woocommerce .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.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 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.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;
}
.home .quickview .quick-view-detail:hover,
.thim-login .link-bottom a,
.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;
}
#buddypress div.item-list-tabs#subnav ul li.last label,
.home .quickview .product-info .right .share-click .thim-social-share,
.woocommerce .quickview .product-info .right .share-click .thim-social-share {
    margin: 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 .fancy,
.woocommerce .quickview .product-info .right .share-click .thim-social-share .fancy {
    margin-top: 0;
}
.home .quickview .quick-view-detail,
.woocommerce .quickview .quick-view-detail {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-transform: none;
    font-weight: 400;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
    padding: 5px 15px;
}
#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;
    background: #efefef;
}
#buddypress div.item-list-tabs#subnav ul li.last {
    padding-right: 10px;
}
#buddypress div.item-list-tabs#subnav ul li.last select {
    max-width: 100% !important;
}
#buddypress div.item-list-tabs ul li.current:after,
#buddypress div.item-list-tabs ul li.selected:after {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    border-bottom: 2px solid #e7e7e7;
    display: block;
    bottom: -1px;
}
#buddypress div#item-nav {
    border-bottom: 1px solid #e7e7e7;
}
#buddypress div.item-list-tabs ul li.current,
#buddypress div.item-list-tabs ul li.selected {
    position: relative;
}
#buddypress div#whats-new-options {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}
#buddypress #whats-new-content:after,
#buddypress #whats-new-content:before {
    content: " ";
    display: table;
}
#buddypress #whats-new-content:after {
    clear: both;
}
#buddypress #item-body form#whats-new-form {
    padding: 20px 0;
}
#buddypress #item-body form#whats-new-form textarea {
    min-height: 30px;
    height: 100px !important;
    border: 1px solid #e7e7e7;
}
#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 {
    border: 1px solid #e7e7e7;
    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;
}
@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 .main-header .header-right {
        margin-right: 20px;
    }
    .about-banner h2 {
        left: -82px !important;
    }
    .events_box .inside {
        /*height: 350px !important;*/
    }
    #load_more_images .inner {
        height: 250px;
    }
    .popular-info h5{
      font-size: 15px !important;
    }
    .popular-thumb img {
        width: 100%;
        height: 235px !important;
    }
    .popular-main .popular-item, .popular-main .popular-item .popular-box {
        height: 237px;
    }
    iframe{
        height:230px !important;
    }
}
@media (max-width: 1440px) {
    .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;
    }
  
    .masonry-filter li {
        display: inline-block;
        float: unset !important;
        color: #333;
        font-weight: 600;
    }
}
@media (max-width: 1280px) {
    .responsive .width-navigation .main-menu > li.menu-item span.icon-toggle {
        padding: 20px 10px 0px 0px;
    }
  
    .about-banner h2 {
        left: -142px !important;
    }
    .events_box .inside {
        /*height: 370px !important;*/
    }
    .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;
    }
}
@media (max-width: 1024px) {
    .responsive #masthead.template-layout-2 .main-header .width-logo {
        width: 200px;
    }
    .thim-header-slider-3 .thim-sc-text-box {
        padding-top: 300px;
        padding-left: 100px;
    }
    .events_box .inside {
        /*height: 330px !important;*/
    }
   /* .sidefix {
        padding: 6px 6px;
    }*/
    .hytPlayerWrap iframe {
        height: 180px;
    }
    .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-block-counter .wpb_single_image {
        margin-top: 0 !important;
    }
    .responsive .thim-block-counter .thim-sc-counter-box {
        margin-top: 70px;
    }
    .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;
    }
    #load_more_images .inner {
        height: 220px;
    }
    .item-b{
        margin-top:-10px !important;
     }
}
@media (max-width: 768px) {
    .responsive .thim-block-counter .wpb_single_image .vc_single_image-wrapper,
    .responsive .thim-courses-block-2 .no-gutter {
        display: block;
    }
    .thim-header-slider-3 .thim-sc-text-box {
    
        padding-left: 0px !important;
    }
    .size-default .title-1 h1{
        font-size: 35px !important;
    }
    .events_box .inside {
        /*height: 300px !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 > [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 .wpb_single_image .vc_single_image-wrapper .vc_single_image-img {
        display: block;
        margin: auto;
    }
    .responsive .thim-block-counter .thim-sc-counter-box .counter-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
    }
    .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 header#masthead.template-layout-2 {
        padding-top: 0;
        padding-bottom: 0 !important;
    }
    .responsive header#masthead.template-layout-2 .header-wrapper,
    .responsive header#masthead.template-layout-2.palette-custom.site-header .header-wrapper {
        background-color: #fff;
    }
    .responsive header#masthead.template-layout-2 .header-wrapper:before,
    .responsive header#masthead.template-layout-2.palette-custom.site-header .header-wrapper:before {
        display: none;
    }
    .responsive header#masthead.template-layout-2 .main-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .responsive header#masthead.template-layout-2 .main-header .width-logo {
        padding: 0;
        width: -webkit-calc(100% - 79px);
        width: -moz-calc(100% - 79px);
        width: calc(100% - 79px);
        text-align: center;
    }
    .responsive header#masthead.template-layout-2 .main-header .width-navigation {
        width: 0;
    }
    .responsive header#masthead.template-layout-2 .menu-mobile-effect.navbar-toggle {
        display: inline-flex;
        float: left;
    }
    .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-block-counter .thim-sc-counter-box {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .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;
    }
}
@media (max-width: 480px) {
    .responsive .thim-sc-events.events-layer-3 .owl-nav .owl-prev {
        left: -20px;
        font-size: 50px;
    }
    .events_box .inside {
        /*height: 330px !important;*/
    }
    .responsive .thim-sc-events.events-layer-3 .owl-nav .owl-next {
        right: -5px;
        font-size: 50px;
    }
}
@media (max-width: 320px) {
    .responsive .thim-courses-collection.rounded-courses-collection .slidee .collection-item {
        margin: 0 10px;
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box {
        margin-right: 0;
    }
    .width-350 {
        width: 300px;
    }
}
@media (max-width: 1440px) {
    .responsive .thim-sc-skills-bar .circle .number {
        top: 23px;
    }
    .item-b{
        margin-top:-10px !important;
     }
    .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 #masthead .widget {
        padding: 0 20px;
    }
    .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-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-sc-counter-box .counter_box {
        margin-right: 80px;
    }
    .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
    /*.responsive footer#colophon ul li .fa */
    {
        display: none;
    }
    .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: 0;
    }
    .responsive #masthead .main-header .width-logo {
        width: 100%;
    }
    .responsive #masthead .main-header .width-navigation {
        width: calc(100% - 372px);
    }
    .responsive #masthead .main-header .width-navigation .main-menu > li.menu-item > a {
        padding: 20px 8px;
    }
    .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 {
        display: none;
    }
    .responsive .list-iconbox {
        text-align: center;
        margin-top: 50px;
    }
    .responsive .list-iconbox .thim-sc-icon-box.layout-2 {
        display: inline-block;
    }
    .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-sc-steps.layout-3 .background-overlay:after {
        display: none;
    }
    .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;
    }
    .responsive #masthead .widget {
        padding: 0 10px;
    }
}
@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 .main-header .header-left {
        display: inline-block;
        width: 25%;
    }
    .responsive header#masthead .main-header .header-center {
        display: inline-block;
        width: 50%;
    }
    .responsive header#masthead .main-header .width-logo {
        line-height: 69px;
    }
    .responsive header#masthead .main-header .header-right {
        display: inline-block;
        width: 25%;
        text-align: right;
    }
    .responsive header#masthead .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,
    .responsive header#masthead .main-header .header-right {
        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: 1280px) {

    iframe {
        height: 165px !important; 
    }
}
@media (max-width: 1025px) {
    iframe {
        height: 193px !important; 
    }
    #load_more_images .inner {
        height: 220px !important;
    }
    .popular-thumb img {
        height: 200px !important;
    }
    .popular-main .popular-item, .popular-main .popular-item .popular-box {
        height: 200px;
    }
    .popular-main .popular-item {
        margin-bottom: 140px;
    }
    .popular_item {
       margin-bottom: 225px !important;
    }
} 
@media (max-width: 768px) {
    iframe {
        height: 193px !important; 
    }
    #load_more_images .inner {
        height: 240px !important;
    }
    .events_box .inside .inner {
        height: 175px !important;
    }
    .transform-center {
        font-size: 14px;
    }
} 
@media (max-width: 768px) {
	 
	 .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 {
        text-align: center;
    }
    .responsive header#masthead .main-header .header-left {
        width: 150px;
    }
    .responsive header#masthead .main-header .header-center {
        width: calc(100% - 215px);
        text-align: center;
    }
    .responsive header#masthead .main-header .header-center .width-logo {
        width: 100%;
    }
    .responsive header#masthead.site-header.header-default {
        padding: 0;
    }
    .responsive header#masthead.sticky-header.affix {
        position: relative !important;
    }
    .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, 0.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;
    }
    .events_box .inside .inner {
        height: 200px !important;
    }
    .hytPlayerWrap iframe {
        height: 200px !important;
    }
}
@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-courses-collection .slidee .collection-item {
        width: 166px;
    }
    .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;
    }
    .sidefix {
        font-size: 13px;
    }
    .btn-primary, .learnpress .learn-press-search-course-form .search-course-button {
        height: 40px;
        line-height: 40px;
    }
    h2,.responsive .thim-course-block-3 .title {
        font-size: 1.7rem !important;
    }
}
@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.header-overlay {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px !important;
    }
    .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;
    }
    .search_btn {
        margin-right: 20px;
        margin-bottom: 5px;
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box {
        margin-right: 0px;
        min-width: 0;
    }
    iframe{
        height: 193px !important;
    }
}
@media (max-width: 375px) {
    .responsive .thim-sc-steps.layout-4 .sc-steps-wrapper .inner-steps-wrapper .media-box .player-wrapper {
        width: 290px;
        height: 310px;
    }
    .events_box .inside .inner {
        height: 170px !important;
    }
    .events_box .inside {
        /*height: 300px !important;*/
    }
    .hytPlayerWrap iframe {
        height: 170px !important;
    }
    .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: 12px;
        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;
    }
    .website_news ul {
        list-style: none;
        margin-left: 10px;
    }
}
@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 .list-articles.style-grid article .entry-date {
        position: static;
        margin: 0 auto;
    }
    .blog.responsive #secondary .widget_media_image {
        text-align: center;
    }
    .website_news ul {
        list-style: none;
        margin-left: 0px;
    }
}
@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: 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-right: 40px;
        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: 768px) {
    .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 .page-title .main-top {
        max-height: 300px;
    }
    .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: 1024px) {
    .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: 768px) {
    .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 (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: 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: 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 .rating-review .detailed_rating,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .rating-review .detailed_rating {
        clear: both;
    }
    .responsive.single-lp_course #main {
        padding-top: 30px;
    }
    .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;
    }
    .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 .avatar,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 .course-info .list-inline .list-inline-item .avatar {
        display: none;
    }
    .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: 12px;
        padding: 0 20px;
    }
    .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: 12px;
        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;
    }
    .responsive.single-lp_course .breadcrumb-content .learn-press-course-buttons #learn-press-pmpro-notice .button.purchase-button {
        margin: 0 5px;
        font-size: 12px;
        padding: 0 20px;
        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: 360px) {
    .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 #main-content #lp-single-course .course-summary .landing-1 #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta,
    .responsive.single-lp_course #main-content #lp-single-course .course-summary .landing-2 #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta,
    .responsive.single-lp_course.single #lp-single-course .course-summary .course-learning-summary .wrap-label {
        display: none;
    }
    .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;
    }
}
@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 .social-share .thim-social-share ul.links li {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .responsive.single-post article .content-inner .entry-top .entry-date,
    .responsive.single-post article .content-inner .related-archive .item .thumbnail-wrapper .entry-date {
        display: none;
    }
    .responsive.single-post article .content-inner .entry-content-wrapper .right-content {
        width: 100%;
    }
    .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;
    }
    .search_btn {
        margin-right: 15px;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .responsive.single-post article .content-inner .entry-top {
        margin-bottom: 20px;
    }
    .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 .content-inner .social-share .thim-social-share ul.links li {
        display: inline-block;
    }
    .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 .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;
    }
}
.thim-sc-button .btn-basic:hover,
.thim-sc-button .btn-secondary:hover {
    color: #fff;
}
@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;
    }
    .event_item{
        margin-top: 10px;
    }
    .responsive .thim-instructors .avatar-item {
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
        -khtml-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 3px 0 rgba(0, 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 (max-width: 1400px) {
    .responsive #shaon-pricing-table-plus .minimal .select .pt-button {
        padding: 0 20px;
    }
    .responsive .align-right .register-content {
        margin-left: 0;
    }
    .responsive .thim-sc-counter-box .counter-box .counter_box.has-line:before {
        top: 19px;
    }
    .website_news ul {
   
        margin-left: 200px;
    }
}
@media (max-width: 1024px) {
    .responsive #shaon-pricing-table-plus .minimal .select .pt-button {
        padding: 0 20px;
    }
    .website_news ul {
   
        margin-left: 100px;
    }
    .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;
    }
    .website_news ul {
   
        margin-left: 10px;
    }
}
@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;
    }
    .website_news ul {
   
        margin-left: 10px;
    }
    .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 .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 .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: 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;
    }
}
@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 (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 #thim-header-topbar .widget_shopping_cart {
        right: -75px;
    }
    .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-header-slider-3 .thim-sc-text-box {
        padding-top: 100px;
    }
    .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-course-block-3 .course-item .course-meta .course-rating span {
        display: none;
    }
    .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);
    }
}
@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-sc-events.absolute-bottom-right {
        position: relative;
        float: right;
        right: 0;
    }
    .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: 135px;
    }
    .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;
    }
}
@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;
    }
}
@media (max-width: 1024px) {
    .responsive #thim-header-topbar .thim-sc-login {
        padding: 0 10px;
    }
    .responsive .thim-header-slider-3 .thim-sc-text-box {
        padding-top: 160px !important;
    }
    .vc_row.vc_row-o-full-height {
        min-height: 50vh !important;
    }
    .events_box .inside .inner {
        height:200px;
    }
  
    .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-header-slider-3 .thim-sc-text-box {
        padding-bottom: 50px;
    }
    .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 {
        margin-left: 0;
        margin-right: 0;
    }
    .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 (max-width: 768px) {
    .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-header-topbar .thim-sc-login,
    .responsive #thim-header-topbar ul.list-inline li {
        line-height: 40px;
    }
    .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 .events-layer-1 .owl-stage-outer .events .events-before .thumbnail img,
    .responsive .thim-background-overlay > .vc_column_container,
    .responsive .thim-module-news-events > .vc_column_container,
    .responsive .thim-sc-video-box.layout-3 .video .video-box,
    .responsive .vc_row.thim-column-gap-70 > .vc_column_container {
        width: 100%;
    }
    .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.absolute-bottom-right {
        max-width: 100%;
        margin: 0;
    }
    .responsive .events-layer-2 .owl-nav {
        left: 0;
    }
    .responsive .events-layer-2 .events {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .responsive .responsive .thim-course-block-3 .course-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .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-testimonials.layout-5:after {
        top: 380px;
    }
    .responsive .thim-course-block-3 .masonry-items .course-item {
        flex: 50%;
        max-width: 50%;
    }
    .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;
    }
}
@media (max-width: 767px) {
    .responsive .events-layer-2 .owl-stage-outer .events .events-before .thumbnail,
    .responsive .thim-sc-testimonials.layout-5 .owl-carousel .owl-stage-outer {
        max-width: 100%;
    }
    .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 {
        text-align: center;
    }
    .responsive #thim-header-topbar .pull-right .wpb_wrapper {
        display: inline-block;
    }
    .responsive #thim-header-topbar .pull-right .wpb_wrapper .thim-sc-login,
    .responsive #thim-header-topbar .thim-sc-course-search {
        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-header-slider-3 .thim-sc-text-box {
        padding-top: 50px;
    }
    .responsive .events-layer-2 .owl-stage-outer .events .events-after {
        max-width: 60%;
        position: absolute;
        background: #fff;
        height: 100%;
        right: 0;
        top: 0;
    }
    .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;
    }
}
@media (max-width: 480px) {
    .responsive #thim-header-topbar {
        display: none;
    }
    .responsive .events-layer-2 .owl-stage-outer .events,
    .responsive .events-layer-2 .owl-stage-outer .events .events-before {
        display: inline-block;
        width: 100%;
    }
    .responsive .events-layer-2 .owl-stage-outer .events .events-before .thumbnail {
        width: 100%;
    }
    .responsive .events-layer-2 .owl-stage-outer .events .events-after .content-inner {
        padding: 30px 15px;
    }
    .responsive .events-layer-2 .owl-stage-outer .events .events-after .content-inner .author,
    .responsive .events-layer-2 .owl-stage-outer .events .events-after .content-inner .description,
    .responsive .events-layer-2 .owl-stage-outer .events .events-after .content-inner .time-location:after {
        display: none;
    }
    .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 .thim-sc-text-box.style-4 .title-1 {
        font-size: 24px;
    }
    .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 {
        max-width: 100%;
        width: 100%;
        position: relative;
        height: auto;
    }
    .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;
    }
}
@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 (max-width: 1024px) {
    .responsive.lp-profile .thim-content-talk:before {
        top: 0;
        left: -30px;
    }
}
@media (max-width: 768px) {
    .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%;
    }
    .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: 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 .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, 0.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: 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 .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: 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 {
        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 (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);
        padding-bottom: 20px;
    }
    .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 {
        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 {
        padding-bottom: 32px !important;
    }
    .responsive.home4-section .courses-trusted .thim-sc-text-box {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .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:before {
        display: none;
    }
    .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;
    }
    .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.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-section .courses-trusted .thim-sc-text-box .title-2 {
        max-width: 100%;
    }
    .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-header-topbar .pull-right .wpb_wrapper {
        float: right;
        height: 0;
        width: 100%;
    }
    .responsive #thim-header-topbar .pull-right .wpb_wrapper .thim-sc-course-search form {
        margin-bottom: 0;
    }
    .responsive .thim-sc-testimonials.layout-4 .slider ul.scrollable {
        overflow: visible;
    }
}
@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%;
    }
    .masonry-filter {
        overflow-y: auto;
        white-space: nowrap;
    }
}
@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;
    }
}
@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: 768px) {
    .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%;
    }
    .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: 480px) {
    .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 .sticky-sidebar {
        order: 1;
    }
    .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: 480px) {
    .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;
    }
}
@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: 992px) {
    body.responsive .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    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 {
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #ddd;
        padding: 10px 0 !important;
        background-color: #fff;
        -webkit-transition: all ease-out 0.3s;
        -khtml-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }
    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 header#masthead .logo {
        display: none;
    }
    body.responsive header#masthead .mobile-logo {
        display: inline-block;
    }
    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,
    body.responsive header .width-navigation,
    body.responsive header#masthead .header-v1 .header-right {
        display: none;
    }
    body.responsive header#masthead .header-v1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    body.responsive header.site-header.header-overlay.affix {
        position: fixed;
    }
    body.responsive header.site-header {
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
    body.responsive header .width-logo {
        float: left;
    }
    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-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;
    }
}
.thim-sc-button .btn-basic,
.thim-sc-button .btn-secondary {
    background-color: #fff;
    font-weight: 400;
}
@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;
    }
}
.thim-brands .container,
.thim-courses-block-2 .no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
@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;
    }
}
body.disable-responsive .container {
    width: 1170px;
    max-width: none !important;
}
body.disable-responsive .wrapper-container {
    min-width: 1170px !important;
    overflow: visible !important;
}
body.disable-responsive .menu-mobile-effect,
body.disable-responsive .mobile-menu-container {
    display: none !important;
}
.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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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-border-top {
    border-top: 1px solid #e7e7e7;
}
.thim-border-left {
    border-left: 1px solid #e7e7e7;
}
.thim-border-right {
    border-right: 1px solid #e7e7e7;
}
.thim-border-bottom {
    border-bottom: 1px solid #e7e7e7;
}
.thim-sc-button {
    text-align: center;
    position: relative;
}
.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: 0.3px;
    text-transform: uppercase;
    padding: 0 32px;
    line-height: 42px;
    height: 43px;
}
.thim-sc-button .btn.btn-lg {
    font-size: 14px;
    letter-spacing: 0.3px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
}
.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: 0.4px;
    line-height: 0.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.flex-center .counter-box {
    justify-content: center;
}
.thim-sc-counter-box .sc-title {
    font-size: 42px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
.thim-sc-counter-box .counter-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.thim-sc-counter-box .counter-box .counter_box {
    margin-right: 107px;
    min-width: 155px;
    position: relative;
}
.thim-sc-counter-box .counter-box .counter_box:last-child {
    margin-right: 0;
}
.thim-sc-counter-box .counter-box .counter_box .icon_counter {
    font-size: 50px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.thim-sc-counter-box .counter-box .counter_box.has-line:before {
    content: "..........................................................................................................";
    width: 70px;
    display: block;
    position: absolute;
    top: 27px;
    left: -93px;
    overflow: hidden;
    color: #dfdfdf;
    font-size: 25px;
}
.thim-sc-counter-box .counter-box .counter_box .number {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin: 15px 0 5px;
    line-height: 1.25;
}
.thim-sc-counter-box .counter-box .counter_box .number:after,
.thim-sc-counter-box .counter-box .counter_box .number:before {
    content: " ";
    display: table;
}
.thim-sc-counter-box .counter-box .counter_box .number:after {
    clear: both;
}
.thim-sc-counter-box .counter-box .counter_box .number > span {
    float: left;
}
.thim-sc-counter-box .counter-box .counter_box .title_counter {
    display: block;
    clear: both;
}
.thim-sc-counter-box .counter-box .counter_box:first-child:before,
.thim-sc-counter-box.style-2 .text-number {
    display: none;
}
.thim-sc-counter-box .counter-box .counter_box .title_counter .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.3px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.thim-sc-counter-box .counter-box .counter_box:hover .icon_counter,
.thim-sc-counter-box .counter-box .counter_box:hover .title_counter .title {
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.thim-block-1 .main-course .featured-img,
.thim-sc-course-search input[name="s"] {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.thim-sc-counter-box.style-2 .counter-box .counter_box {
    margin-right: 122px;
    text-align: center;
    min-width: 0;
    position: relative;
    display: inline-block;
}
.thim-sc-counter-box.style-2 .counter-box .counter_box:after {
    content: "";
    position: absolute;
    right: -87px;
    top: 50%;
    margin-top: -22px;
    color: #fff;
    width: 37px;
    height: 72px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
}
.thim-sc-counter-box.style-2 .counter-box .counter_box:last-child {
    margin: 0;
}
.thim-sc-counter-box.style-2 .counter-box .counter_box:last-child:after {
    display: none;
}
.thim-sc-counter-box.style-2 .counter-box .counter_box .number {
    font-size: 65px;
    margin: 15px 0;
    line-height: 0.7;
    display: inline-block;
}
.thim-sc-counter-box.style-2 .counter-box .counter_box .title_counter .title {
    text-transform: uppercase;
    margin: 0;
}
.thim-sc-counter-box.style-2 .counter-box .counter_box:hover .title_counter .title {
    color: rgba(255, 255, 255, 0.6) !important;
}
.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, 0.08);
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.3px;
    border: 0;
    transition: all 0.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, 0.08);
}
.thim-sc-course-search button {
    width: 47px;
    border: 0;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
}
.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-block-1:after,
.thim-block-1:before,
.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-block-1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    z-index: 7;
}
.thim-block-1 .main-course .content-video:before,
.thim-block-1 .main-course .featured-img:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.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, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 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, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition: all 0.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 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -khtml-transition: all 0.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 0.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: 0.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: 0.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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(223, 108, 79, 0.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 .title {
    font-size: 18px;
    margin-top: 33px;
    margin-bottom: 0;
    line-height: 1.22;
    letter-spacing: 0.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: 0.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: 0.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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 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 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.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 {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.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 .intro-item .wrapper {
    position: absolute;
    top: 50%;
    padding-left: 30px;
}
.thim-courses-block-2 .intro-item {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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-courses-block-2 .intro-item .title {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 33px;
    padding-left: 9px;
    letter-spacing: 0.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: 0.4px;
}
.thim-courses-block-2 .intro-item .view-courses-button {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.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, 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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
}
.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, 0.7));
    background-image: -moz-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, 0.7));
    background-image: -ms-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, 0.7));
    background-image: -o-linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, 0.7));
    background-image: linear-gradient(top, rgba(223, 108, 79, 0), rgba(223, 108, 79, 0.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, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.7));
    background-image: -moz-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.7));
    background-image: -ms-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.7));
    background-image: -o-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.7));
    background-image: linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.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: 0.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: 0.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: 0.4px;
    margin-right: 11px;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.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: 0.3px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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 .title {
    font-size: 42px;
    letter-spacing: 0.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: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.thim-course-block-3 .course-item .wrapper:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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: transparent 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 40%), to(rgba(102, 102, 102, 0.8)));
    background-image: -webkit-linear-gradient(top, transparent 40%, rgba(102, 102, 102, 0.8));
    background-image: -moz-linear-gradient(top, transparent 40%, rgba(102, 102, 102, 0.8));
    background-image: -ms-linear-gradient(top, transparent 40%, rgba(102, 102, 102, 0.8));
    background-image: -o-linear-gradient(top, transparent 40%, rgba(102, 102, 102, 0.8));
    background-image: linear-gradient(top, transparent 40%, rgba(102, 102, 102, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 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: 0.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 30px;
    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: 0.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: 0.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: 0.3px;
}
.thim-course-block-3 .new-course-label,
.thim-course-block-3 .sale-course-label {
    position: absolute;
    top: 18px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    text-transform: uppercase;
}
.thim-course-block-3 .new-course .wrapper:before,
.thim-course-block-3 .sale .wrapper:before {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-right: 86px solid transparent;
    border-top: 86px solid #f47e49;
    content: "";
}
.thim-course-block-3 .new-course .wrapper {
    position: relative;
}
.thim-course-block-3 .new-course .wrapper:before {
    position: absolute;
    z-index: 2;
}
.thim-course-block-3 .new-course .wrapper .new-course-label {
    z-index: 2;
}
.thim-course-block-3 .sale .wrapper {
    position: relative;
}
.thim-course-block-3 .sale .wrapper:before {
    position: absolute;
    z-index: 3;
}
.thim-course-block-3 .sale .wrapper .sale-course-label {
    z-index: 3;
}
.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 .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: 0.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: #f6f6f7;
    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: 0.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: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    margin: 0 2px;
}
.thim-sc-courses-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 1px;
}
.thim-sc-courses-carousel .owl-dots .owl-dot.active {
    border-radius: 100%;
    border: 1px solid;
    width: 13px;
    height: 13px;
    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, 0.7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.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: 0.5s ease-in-out;
    -khtml-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.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: 0.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: 0.3px;
    margin-left: 10px;
    text-decoration: line-through;
    padding-top: 1px;
    order: 2;
}
.thim-sc-courses-carousel .content .thumbnail .price .course-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.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, 0.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-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 .content .sub-content .title {
    padding: 25px 28px 12px;
    line-height: 1.38;
}
.thim-sc-courses-carousel .content .sub-content .title a {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.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: 0.3px;
    color: #878787;
}
.thim-sc-courses-carousel .content:hover .thumbnail .price {
    background: #fff;
    -khtml-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.thim-sc-courses-carousel .content:hover .sub-content {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
}
.thim-collection-info .view-all-button,
.thim-courses-collection .slidee .collection-item:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.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-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: 0.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: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
}
.thim-collection-info .description {
    flex-grow: 1;
    margin-top: 6px;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.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: 0.3px;
    font-weight: 400;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -khtml-transition: all 0.5s;
    transition: all 0.5s;
}
.thim-collection-info .view-all-button:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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, 0.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-4 {
    width: calc(100% - 242px);
    margin-left: 121px;
}
.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, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.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 0.5s;
    transition: all 0.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 .name {
    padding: 0 10px;
    text-align: center;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.thim-courses-collection .slidee .collection-item .collection-wrapper .number-courses {
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.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: 0.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: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.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: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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-4 {
    width: calc(100% - 310px);
    margin-left: 155px;
}
.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: 0.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 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.thim-instructors .item,
.thim-sc-enroll-course .learn-press-course-buttons .button {
    -webkit-transition: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.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: 0.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, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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: 0.55;
    -khtml-opacity: 0.55;
    -moz-opacity: 0.55;
    -ms-opacity: 0.55;
    -o-opacity: 0.55;
    opacity: 0.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: 28.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;
    border-bottom: 1px solid #e7e7e7;
    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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 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;
}
.thim-sc-enroll-course {
    padding-top: 134px;
    padding-bottom: 215px;
    max-width: 1093px;
    margin: auto;
    text-align: center;
}
.events-layer-1,
.events-layer-1 .owl-stage-outer .events {
    max-width: 725px;
}
.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: 0.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: 0.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 .owl-stage-outer .owl-item .events .time-location {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.thim-sc-events .owl-stage-outer .owl-item .events .time-location .time {
    margin-right: 19px;
}
.thim-sc-events .owl-stage-outer .owl-item .events .time-location .location i,
.thim-sc-events .owl-stage-outer .owl-item .events .time-location .time i {
    margin-right: 4px;
}
.thim-sc-events .owl-stage-outer .owl-item .events .time-location .location {
    text-transform: capitalize;
}
.thim-sc-events .owl-stage-outer .owl-item .events .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.thim-sc-events .owl-stage-outer .owl-item .events .author img {
    width: 61px;
    height: 61px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.thim-sc-events .owl-stage-outer .owl-item .events .author .author-contain {
    margin: 5px 0 0 17px;
}
.thim-sc-events .owl-stage-outer .owl-item .events .author .author-contain .jobTitle {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.3px;
    margin: 5px 0 2px;
    clear: both;
    display: block;
    line-height: normal;
}
.thim-sc-events .owl-stage-outer .owl-item .events .author .author-contain .name a {
    font-size: 16px;
    letter-spacing: 0.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: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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 {
    position: relative;
}
.events-layer-1 .sc-title {
    height: 103px;
    line-height: 103px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.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: 0.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: 0.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: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    clear: both;
    width: 58px;
    background: #fff;
    border-radius: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 0.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;
}
.events-layer-2 {
    max-width: 745px;
    margin-left: 86px;
}
.events-layer-2 .owl-stage-outer {
    background: #fff;
    max-height: 381px;
}
.events-layer-2 .owl-stage-outer .events .events-before .thumbnail {
    max-width: 342px;
    float: right;
}
.events-layer-2 .owl-stage-outer .events .events-after {
    max-width: 401px;
    float: left;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner {
    padding: 38px 40px 0;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .date {
    font-size: 25px;
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .title {
    line-height: 1em;
    font-weight: 400;
    margin-top: 21px;
    margin-bottom: 4px;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .title a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .time-location:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(136, 136, 136, 0.2);
    width: 46px;
    height: 2px;
    margin-top: 24px;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .time-location .location {
    text-transform: uppercase;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.3px;
    margin-bottom: 33px;
}
.events-layer-2 .owl-stage-outer .events .events-after .content-inner .author .name a {
    font-size: 14px;
    letter-spacing: 0.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-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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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, 0.7) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.7) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(32, 33, 33, 0.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: 0.73;
    letter-spacing: 0.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: 0.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;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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: 0.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, 0.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: 0.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: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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-sc-features-list .title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.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: 0.3px;
    line-height: 22px;
}
.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: 0.4px;
}
.thim-gallery-carousel {
    z-index: 1;
    position: relative;
    object-fit: contain;
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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-gradient(linear, left top, left bottom, from(rgba(33, 32, 32, 0)), to(rgba(33, 32, 32, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: -moz-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: -ms-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: -o-linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.4));
    background-image: linear-gradient(top, rgba(33, 32, 32, 0), rgba(33, 32, 32, 0.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: 0.8;
    letter-spacing: 1.5px;
    margin: 0 0 19px;
    color: #fff;
}
.thim-gallery-carousel .info h4 {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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: 50px;
    letter-spacing: 0.7px;
    margin-bottom: 25px;
    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: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    display: inline-block;
    position: absolute;
    -khtml-opacity: 0.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: 0.5;
    opacity: 0.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: 0.5;
    opacity: 0.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: 0.8px;
    margin-bottom: 2px;
}
.thim-sc-heading.layout-2 .secondary-heading {
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}
.thim-sc-heading.layout-2 .underline {
    display: inline-block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #202121;
}
.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;
}
.vc_row-has-fill .thim-sc-heading.layout-2 .primary-heading,
.vc_row-has-fill .thim-sc-heading.layout-2 .secondary-heading {
    color: #fff;
}
.vc_row-has-fill .thim-sc-heading.layout-2 .underline {
    border-bottom-color: #fff;
}
#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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.thim-instructors .avatar-item:hover,
.thim-sc-icon-box.layout-1 .icon-box-wrapper:hover {
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
.thim-sc-icon-box.layout-1 .icon-box-wrapper:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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: 0.4px;
}
.thim-sc-icon-box.layout-1 .icon-box-wrapper .box-content .description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.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;
    float: left;
    text-align: center;
    -webkit-transition: box-shadow 0.2s;
    -khtml-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    display: table;
    padding-bottom: 10px;
}
.thim-sc-icon-box.layout-2 .icon-box-wrapper:hover:after {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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 0.2s, opacity 0.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-top: 30px;
    line-height: 45px;
    margin-bottom: 13px;
}
.thim-sc-icon-box.layout-2 .icon-box-wrapper .title {
    font-size: 16px;
    letter-spacing: 0.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: 0.4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 17px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.thim-sc-icon-box.layout-5 .box-icon:before,
.thim-sc-icon-box.layout-6 .box-icon {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.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: 0.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, 0.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: 0.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 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.thim-sc-icon-box.layout-5 .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.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: 0.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 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin-bottom: 8px;
}
.thim-sc-icon-box.layout-6 .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.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, 0.3);
    background: rgba(255, 255, 255, 0.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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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(0.1);
    filter: blur(10px) grayscale(1) opacity(0.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: 0.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: 0.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: 0.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;
}
.thim-instructors .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transition: 0.3s ease-in-out;
}
.thim-instructors .avatar-item,
.thim-sc-post-block-1 .row .item .inner-item .information {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
}
.thim-instructors .avatar-item {
    width: 100%;
    margin-bottom: 30px;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.thim-instructors .avatar-item:hover {
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.6s;
    -khtml-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.thim-instructors .load-more,
.thim-sc-photo-wall .grid .grid-item .inner-item .item-info {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -khtml-transition: all 0.5s;
}
.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;
    -ms-transition: all 0.5s;
    transition: all 0.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;
}
.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: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.thim-form-login .message-error {
    color: #a94442;
    background: #f2dede;
    margin: 0 0 30px;
    -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, 0.4);
    padding: 60px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 8px;
}
.thim-login .subtitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 300;
    color: #202121;
    text-transform: uppercase;
}
.thim-login .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.8px;
    font-weight: 500;
    color: #202121;
    margin: 0 0 32px;
}
.thim-login form p {
    margin: 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.thim-login form .input,
.thim-login form .lost-pass-link,
.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 {
    line-height: 50px;
    width: 50%;
    text-align: right;
    display: inline-block;
}
.thim-login form .login-remember {
    width: 50%;
    display: inline-block;
}
.thim-login form .input {
    letter-spacing: 0.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: 0.4px;
    font-weight: 400;
    text-transform: capitalize;
}
.thim-login .link-bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #878787;
    width: 100%;
    display: inline-block;
    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;
    display: inline-block;
}
.social-login-form .subtitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.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: 0.8px;
    font-weight: 500;
    color: #202121;
    margin: 0 0 32px !important;
}
.mo-openid-app-icons .btn {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.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-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;
    -ms-transition: all 0.5s;
    transition: all 0.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-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: 0.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: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.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 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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: 0.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, 0.8) 100%));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, 0.8) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, 0.8) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, 0.8) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(68, 68, 68, 0.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 .information .data-meta .tag,
.thim-sc-post-block-1 .row .item .inner-item .sub-content .tag {
    display: none;
}
.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;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 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: 0.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: 0.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: 0.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: 25px;
    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: 0.3px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
}
.thim-sc-post-block-1 .row .item .inner-item .data-meta {
    font-size: 16px;
    padding-top: 10px;
}
.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: 0.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 {
    text-align: center;
}
.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: 0.3s ease-in-out;
    -khtml-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.thim-sc-review-course .read-more-link .read-more:focus {
    outline: 0;
}
.thim-sc-scroll-heading {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 45px;
}
.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: 0.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;
    text-align: center;
    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%;
    text-align: center;
    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: 0.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 {
    text-align: center;
}
.thim-sc-social-links .socials {
    margin: 0;
    padding: 0;
}
.thim-sc-social-links .socials li {
    display: inline-block;
    margin: 0 10px;
}
.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: -999999px;
    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 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: FontAwesome;
    text-indent: 0;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.thim-sc-testimonials.layout-1 .slider-container .thumbnail-slider .owl-stage .owl-item,
.thim-sc-text-box.style-3 {
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.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: #00aced;
}
.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: #3b5998;
}
.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: #517fa4;
}
.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: #007bb6;
}
.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-sc-steps {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.thim-sc-steps .sc-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.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, 0.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, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.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: 0.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, 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: 0.4px;
    clear: both;
}
.thim-sc-steps .steps-wrapper .steps .tab-content .tab-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
    letter-spacing: 0.4px;
}
.thim-sc-steps .steps-wrapper .steps .tab-content .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.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, 0.08);
    font-size: 14px;
    letter-spacing: 0.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(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: 0.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, 0.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: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.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, 0.75);
    background-image: url(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(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, 0.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: 0.4px;
    color: #fffefc;
}
.thim-sc-steps.has-bg .steps-wrapper .steps .tab-content .readmore {
    background-color: #fff;
    letter-spacing: 0.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: 320px;
}
.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: 0.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: 0.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, 0.06);
    -khtml-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 4.5px 5.4px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.5px 5.4px 10px 0 rgba(0, 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: 0.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: 0.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(0.84, 0.84);
    -moz-transform: scale(0.84, 0.84);
    -ms-transform: scale(0.84, 0.84);
    -o-transform: scale(0.84, 0.84);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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 img {
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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 {
    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: 0.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: 0.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: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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: 0.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: 0.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: 0.15;
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-opacity: 0.15;
    -o-opacity: 0.15;
    opacity: 0.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, 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, 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, 0.5) 5%, #bfbcbb 50%, rgba(191, 188, 187, 0.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, 0.5)),
        color-stop(50%, #bfbcbb),
        color-stop(95%, rgba(191, 188, 187, 0.5)),
        color-stop(100%, rgba(191, 188, 187, 0))
    );
    background: -webkit-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, 0.5) 5%, #bfbcbb 50%, rgba(191, 188, 187, 0.5) 95%, rgba(191, 188, 187, 0) 100%);
    background: -o-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, 0.5) 5%, #bfbcbb 50%, rgba(191, 188, 187, 0.5) 95%, rgba(191, 188, 187, 0) 100%);
    background: -ms-linear-gradient(left, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, 0.5) 5%, #bfbcbb 50%, rgba(191, 188, 187, 0.5) 95%, rgba(191, 188, 187, 0) 100%);
    background: linear-gradient(to right, rgba(191, 188, 187, 0) 0, rgba(191, 188, 187, 0.5) 5%, #bfbcbb 50%, rgba(191, 188, 187, 0.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: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.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: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.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: 0.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, 0.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: 0.8;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 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;
    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: 0.4px;
    font-weight: 300;
    font-style: italic;
}
.thim-sc-testimonials.layout-5 .content-wrap .user-info {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.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, 0.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.left .title-1 {
    font-family: TimesNewRomanPS-MT;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.22;
    letter-spacing: 0.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: 0.4px;
}
.thim-sc-text-box.left .btn {
    height: 39px;
    line-height: 39px;
    padding: 0 36px;
    -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: 0.3px;
    color: #fff;
    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: 0.3px;
    color: #878787;
}
.thim-sc-text-box.center .title-2 {
    font-size: 42px;
    font-weight: 100;
    letter-spacing: 0.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: 0.3px;
    text-transform: uppercase;
}
.thim-sc-text-box.center .btn:hover .text {
    color: #fff;
}
.thim-sc-text-box.style-3 {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.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, 0.08);
    -khtml-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    border-color: #fff;
}
.thim-sc-text-box.style-3 .title-1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 0.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: 0.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 h1 {
    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: 0.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: 0.4px;
    text-transform: uppercase;
    padding: 0 45px;
    height: 56px;
}
.thim-sc-text-box.style-4 .btn:after {
    /* content: ""; */
    font-family: ionicons;
    margin-left: 14px;
}
.thim-sc-text-box.size-small .title-1 {
    font-size: 18px;
    color: #202121;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: normal;
    margin-bottom: 27px;
}
.thim-sc-text-box.size-small .title-2 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 300;
}
.thim-sc-text-box.size-small .btn {
    height: 51px;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 0.3px;
    padding: 0 40px;
    background-color: #0671f7d4;
    color:white;
}
.thim-sc-text-box.size-small .btn:hover {
    color: #fff;
}
.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: 0.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, 0.5);
    height: 127px;
    width: 127px;
    display: block;
    color: rgba(255, 255, 255, 0.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, 0.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(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 {
    content: "A sneak peek on TVIS";
	font-size: 18px;
	width: 230px;
	height: 230px;
	left: unset;
	top: unset;
	right: 0;
	bottom: 0;
	padding: 28px;
	color: #fff;
	background-color: #292b2ce3;
}
.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, 0.15);
    -khtml-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.15);
    -moz-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.15);
    -ms-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.15);
    -o-box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.15);
    box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.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;
}
.owl-carousel.owl-drag .owl-item {
    width: fit-content !important;
}
.m_hd_cr
{
    font-size: 11px !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
} 
.m_hd_cr_1_1
{
    /*font-size: 12px !important;*/
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
} 
.m_hd_cr_2
{
    color: #333 !important;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
} 
.m_hd_cr_2_1
{
    color: #333 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
} 
.m_hd_cr_3
{
    color: #888 !important;
    font-size: 9px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
} 