@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.is-countdown {
border: 1px solid #ccc;
background-color: #eee;
}
.countdown-rtl {
direction: rtl;
}
.countdown-holding span {
color: #888;
}
.countdown-row {
clear: both;
width: 100%;
padding: 0px 2px;
text-align: center;
}
.countdown-show1 .countdown-section {
width: 98%;
}
.countdown-show2 .countdown-section {
width: 48%;
}
.countdown-show3 .countdown-section {
width: 32.5%;
}
.countdown-show4 .countdown-section {
width: 24.5%;
}
.countdown-show5 .countdown-section {
width: 19.5%;
}
.countdown-show6 .countdown-section {
width: 16.25%;
}
.countdown-show7 .countdown-section {
width: 14%;
}
.countdown-section {
display: block;
float: left;
font-size: 75%;
text-align: center;
}
.countdown-amount {
font-size: 200%;
}
.countdown-period {
display: block;
}
.countdown-descr {
display: block;
width: 100%;
}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor:url(//akademimeslek.com/wp-content/plugins/wp-events-manager/inc/libraries//owl-carousel/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.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); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.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; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.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; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } 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 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.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; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.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; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.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) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }  .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;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .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;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}.tp_event_counter {
background-color: #ffb606;
height: auto;
overflow: hidden;
padding: 20px;
}
.countdown-section {
background: rgba(255, 255, 255, .2);
border: 1px solid rgba(255, 255, 255, .1);
padding: 10px;
}
.countdown-amount {
position: relative;
width: 50px;
height: 40px;
overflow: hidden;
}
.countdown-period {
}
.countdown-descr {
font-size: 13px !important;
}
@font-face {
font-family: 'icomoon';
src: url(//akademimeslek.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.eot?c3wvz6);
src: url(//akademimeslek.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.eot?c3wvz6#iefix) format('embedded-opentype'),
url(//akademimeslek.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.ttf?c3wvz6) format('truetype'),
url(//akademimeslek.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.woff?c3wvz6) format('woff'),
url(//akademimeslek.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.svg?c3wvz6#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="event-icon-"], [class*=" event-icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.event-icon-spinner2:before {
content: "\e97b";
}
@keyframes anim-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.spinner {
display: inline-block;
line-height: 1;
margin: .5em;
animation: anim-rotate 2s infinite linear;
color: #fff;
text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
} .event-lightbox-wrap .mfp-close {
display: none;
}
#event-lightbox {
display: none;
visibility: none;
position: relative;
width: 500px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
}
#event-lightbox.event-fade {
display: block;
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
#event-lightbox.event-fade.event-in {
opacity: 1;
visibility: visible;
}
.tp-event-notice {
margin: 10px 0 2em !important;
position: relative;
list-style: none !important;
width: auto;
word-wrap: break-word;
}
.tp-event-notice.success {
color: #31708f;
background: #d9edf7;
padding: 10px 15px !important;
}
.tp-event-notice.error {
padding: 1em 2em 1em 1.5em !important;
background-color: #fdb494;
color: #515151;
border-left: 3px solid #c35a2c;
}
.form-row input,
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="checkbox"],
.form-row input[type="number"],
.form-row input[type="password"] {
border: 1px solid #eee;
background-color: transparent;
}
.form-row.has-error {
color: #a00;
}
.form-row.has-error input {
border-color: #a00;
}
.form-row.validated input {
border-color: #69bf29;
}
.event_auth_button {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
.event_auth_button:hover {
background: #007acc;
cursor: pointer;
color: #fff;
}
.event_auth_payment_methods {
margin: 10px 0;
list-style: none;
padding: 10px;
border-radius: 3px;
background-color: #eee;
}
.single-tp_event .entry-summary {
margin-bottom: 0;
}
.post-type-archive-tp_event .entry-title, .tax-tp_event_category .entry-title, .entry-summary .entry-countdown, .entry-summary .entry-content {
margin-top: 20px;
}
.post-type-archive-tp_event ul, .tax-tp_event_category ul {
list-style-type: none;
}
.post-type-archive-tp_event ul li.tp_event, .tax-tp_event_category ul li.tp_event {
width: calc(50% - 30px);
float: left;
}
.post-type-archive-tp_event ul li.tp_event:nth-child(2n), .tax-tp_event_category ul li.tp_event:nth-child(2n) {
margin-left: 15px;
}
.post-type-archive-tp_event ul li.tp_event:nth-child(2n+1), .tax-tp_event_category ul li.tp_event:nth-child(2n+1) {
margin-right: 15px;
clear: both;
}
.post-type-archive-tp_event .events-pagination {
clear: both;
}
.post-type-archive-tp_event .events-pagination ul.page-numbers li {
display: inline-block;
padding: 0 5px;
}
#content article.tp_single_event .entry-content {
float: none;
width: 100%;
}
.single-tp_event .entry-register a {
display: inline-block;
margin-top: -10px;
margin-bottom: 20px;
}
.wpems_g_calendar_url{
display: block !important;
}
 @-webkit-keyframes rotating4 {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating4 {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes animation4 {
from {
left: -40%;
width: 40%;
}
to {
left: 100%;
width: 10%;
}
}
@keyframes animation4 {
from {
left: -40%;
width: 40%;
}
to {
left: 100%;
width: 10%;
}
}
:root {
--lp-cotainer-max-with: var(--lp-container-max-width);
}
.wp-block-group {
--lp-container-max-width: var(--wp--style--global--wide-size);
}
@font-face {
font-family: "lp-icon";
src: url(//akademimeslek.com/wp-content/plugins/learnpress/assets/src/css/vendor/fonts/lp-icon/lp-icon.woff2?v=44) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^=lp-icon-], [class*=" lp-icon-"] { font-family: "lp-icon";
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-display: swap; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lp-icon-plus:before {
content: "\f067";
}
.lp-icon-question:before {
content: "\f128";
}
.lp-icon-minus:before {
content: "\f068";
}
.lp-icon-search:before {
content: "\f002";
}
.lp-icon-envelope-o:before {
content: "\f003";
}
.lp-icon-heart:before {
content: "\f004";
}
.lp-icon-star:before {
content: "\f005";
}
.lp-icon-star-o:before {
content: "\f006";
}
.lp-icon-user:before {
content: "\f007";
}
.lp-icon-th-large:before {
content: "\f009";
}
.lp-icon-th:before {
content: "\f00a";
}
.lp-icon-th-list:before {
content: "\f00b";
}
.lp-icon-check:before {
content: "\f00c";
}
.lp-icon-close:before {
content: "\f00d";
}
.lp-icon-remove:before {
content: "\f00d";
}
.lp-icon-times:before {
content: "\f00d";
}
.lp-icon-signal:before {
content: "\f012";
}
.lp-icon-cog:before {
content: "\f013";
}
.lp-icon-gear:before {
content: "\f013";
}
.lp-icon-trash-o:before {
content: "\f014";
}
.lp-icon-home:before {
content: "\f015";
}
.lp-icon-file-o:before {
content: "\f016";
}
.lp-icon-clock-o:before {
content: "\f017";
}
.lp-icon-download:before {
content: "\f019";
}
.lp-icon-play-circle-o:before {
content: "\f01d";
}
.lp-icon-refresh:before {
content: "\f021";
}
.lp-icon-lock:before {
content: "\f023";
}
.lp-icon-flag:before {
content: "\f024";
}
.lp-icon-book:before {
content: "\f02d";
}
.lp-icon-bookmark:before {
content: "\f02e";
}
.lp-icon-video-camera:before {
content: "\f03d";
}
.lp-icon-edit:before {
content: "\f044";
}
.lp-icon-pencil-square-o:before {
content: "\f044";
}
.lp-icon-check-square-o:before {
content: "\f046";
}
.lp-icon-arrows:before {
content: "\f047";
}
.lp-icon-chevron-left:before {
content: "\f053";
}
.lp-icon-chevron-right:before {
content: "\f054";
}
.lp-icon-check-circle:before {
content: "\f058";
}
.lp-icon-question-circle:before {
content: "\f059";
}
.lp-icon-arrow-left:before {
content: "\f060";
}
.lp-icon-arrow-right:before {
content: "\f061";
}
.lp-icon-expand:before {
content: "\f065";
}
.lp-icon-compress:before {
content: "\f066";
}
.lp-icon-exclamation-circle:before {
content: "\f06a";
}
.lp-icon-gift:before {
content: "\f06b";
}
.lp-icon-eye:before {
content: "\f06e";
}
.lp-icon-eye-slash:before {
content: "\f070";
}
.lp-icon-exclamation-triangle:before {
content: "\f071";
}
.lp-icon-warning:before {
content: "\f071";
}
.lp-icon-calendar:before {
content: "\f073";
}
.lp-icon-comment:before {
content: "\f075";
}
.lp-icon-chevron-up:before {
content: "\f077";
}
.lp-icon-chevron-down:before {
content: "\f078";
}
.lp-icon-shopping-cart:before {
content: "\f07a";
}
.lp-icon-bar-chart:before {
content: "\f080";
}
.lp-icon-bar-chart-o:before {
content: "\f080";
}
.lp-icon-key:before {
content: "\f084";
}
.lp-icon-cogs:before {
content: "\f085";
}
.lp-icon-gears:before {
content: "\f085";
}
.lp-icon-thumbs-o-up:before {
content: "\f087";
}
.lp-icon-thumbs-o-down:before {
content: "\f088";
}
.lp-icon-heart-o:before {
content: "\f08a";
}
.lp-icon-sign-out:before {
content: "\f08b";
}
.lp-icon-linkedin-square:before {
content: "\f08c";
}
.lp-icon-sign-in:before {
content: "\f090";
}
.lp-icon-phone:before {
content: "\f095";
}
.lp-icon-square-o:before {
content: "\f096";
}
.lp-icon-bookmark-o:before {
content: "\f097";
}
.lp-icon-twitter:before {
content: "\f099";
}
.lp-icon-facebook:before {
content: "\f09a";
}
.lp-icon-facebook-f:before {
content: "\f09a";
}
.lp-icon-unlock:before {
content: "\f09c";
}
.lp-icon-bullhorn:before {
content: "\f0a1";
}
.lp-icon-bell-o:before {
content: "\f0a2";
}
.lp-icon-certificate:before {
content: "\f0a3";
}
.lp-icon-briefcase:before {
content: "\f0b1";
}
.lp-icon-arrows-alt:before {
content: "\f0b2";
}
.lp-icon-copy:before {
content: "\f0c5";
}
.lp-icon-files-o:before {
content: "\f0c5";
}
.lp-icon-pinterest-square:before {
content: "\f0d3";
}
.lp-icon-google-plus-square:before {
content: "\f0d4";
}
.lp-icon-google-plus:before {
content: "\f0d5";
}
.lp-icon-money-bill-alt:before {
content: "\f0d6";
}
.lp-icon-caret-down:before {
content: "\f0d7";
}
.lp-icon-caret-up:before {
content: "\f0d8";
}
.lp-icon-caret-left:before {
content: "\f0d9";
}
.lp-icon-caret-right:before {
content: "\f0da";
}
.lp-icon-linkedin:before {
content: "\f0e1";
}
.lp-icon-comment-o:before {
content: "\f0e5";
}
.lp-icon-file-text-o:before {
content: "\f0f6";
}
.lp-icon-angle-double-left:before {
content: "\f100";
}
.lp-icon-angle-double-right:before {
content: "\f101";
}
.lp-icon-angle-double-up:before {
content: "\f102";
}
.lp-icon-angle-double-down:before {
content: "\f103";
}
.lp-icon-angle-left:before {
content: "\f104";
}
.lp-icon-angle-right:before {
content: "\f105";
}
.lp-icon-angle-up:before {
content: "\f106";
}
.lp-icon-angle-down:before {
content: "\f107";
}
.lp-icon-desktop:before {
content: "\f108";
}
.lp-icon-mobile:before {
content: "\f10b";
}
.lp-icon-mobile-phone:before {
content: "\f10b";
}
.lp-icon-circle-o:before {
content: "\f10c";
}
.lp-icon-spinner:before {
content: "\f110";
}
.lp-icon-code:before {
content: "\f121";
}
.lp-icon-puzzle-piece:before {
content: "\f12e";
}
.lp-icon-calendar-o:before {
content: "\f133";
}
.lp-icon-ellipsis-h:before {
content: "\f141";
}
.lp-icon-ellipsis-v:before {
content: "\f142";
}
.lp-icon-file:before {
content: "\f15b";
}
.lp-icon-file-alt:before {
content: "\f15c";
}
.lp-icon-youtube-play:before {
content: "\f16a";
}
.lp-icon-instagram:before {
content: "\f16d";
}
.lp-icon-dot-circle-o:before {
content: "\f192";
}
.lp-icon-graduation-cap:before {
content: "\f19d";
}
.lp-icon-mortar-board:before {
content: "\f19d";
}
.lp-icon-google:before {
content: "\f1a0";
}
.lp-icon-language:before {
content: "\f1ab";
}
.lp-icon-database:before {
content: "\f1c0";
}
.lp-icon-file-pdf:before {
content: "\f1c1";
}
.lp-icon-file-word:before {
content: "\f1c2";
}
.lp-icon-file-excel:before {
content: "\f1c3";
}
.lp-icon-file-powerpoint:before {
content: "\f1c4";
}
.lp-icon-file-image:before {
content: "\f1c5";
}
.lp-icon-file-photo:before {
content: "\f1c5";
}
.lp-icon-file-picture:before {
content: "\f1c5";
}
.lp-icon-file-archive:before {
content: "\f1c6";
}
.lp-icon-file-zip:before {
content: "\f1c6";
}
.lp-icon-file-audio:before {
content: "\f1c7";
}
.lp-icon-file-sound:before {
content: "\f1c7";
}
.lp-icon-file-movie:before {
content: "\f1c8";
}
.lp-icon-file-video:before {
content: "\f1c8";
}
.lp-icon-file-code:before {
content: "\f1c9";
}
.lp-icon-circle-thin:before {
content: "\f1db";
}
.lp-icon-share-alt:before {
content: "\f1e0";
}
.lp-icon-pie-chart:before {
content: "\f200";
}
.lp-icon-line-chart:before {
content: "\f201";
}
.lp-icon-user-secret:before {
content: "\f21b";
}
.lp-icon-television:before {
content: "\f26c";
}
.lp-icon-tv:before {
content: "\f26c";
}
.lp-icon-question-circle-o:before {
content: "\f29c";
}
.lp-icon-google-plus-circle:before {
content: "\f2b3";
}
.lp-icon-google-plus-official:before {
content: "\f2b3";
}
.lp-icon-user-circle:before {
content: "\f2bd";
}
.lp-icon-user-graduate:before {
content: "\f501";
}
.lp-icon-user-edit:before {
content: "\f4ff";
}
.lp-icon-my-courses:before {
content: "\e900";
}
.lp-icon-clock:before {
content: "\e901";
}
.lp-icon-stopwatch:before {
content: "\f2f2";
}
.lp-icon-file-download:before {
content: "\f56d";
}
.lp-icon-list:before {
content: "\f03a";
}
.lp-icon-students:before {
content: "\e902";
}
.lp-icon-courses:before {
content: "\e903";
}
.lp-icon-tiktok-alt:before {
content: "\e908";
}
.lp-icon-alarm-clock:before {
content: "\e909";
}
.lp-icon-art-and-design:before {
content: "\e90a";
}
.lp-icon-best-customer-experience:before {
content: "\e90b";
}
.lp-icon-certificate-o:before {
content: "\e90c";
}
.lp-icon-community:before {
content: "\e90d";
}
.lp-icon-online-education:before {
content: "\e90e";
}
.lp-icon-concierge-bell:before {
content: "\e90f";
}
.lp-icon-target:before {
content: "\e910";
}
.lp-icon-content-marketing:before {
content: "\e911";
}
.lp-icon-dollar-sign:before {
content: "\e912";
}
.lp-icon-website:before {
content: "\e913";
}
.lp-icon-worldwide-security:before {
content: "\e914";
}
.lp-icon-educational-programs:before {
content: "\e915";
}
.lp-icon-online-class:before {
content: "\e916";
}
.lp-icon-monitor:before {
content: "\e917";
}
.lp-icon-lucide:before {
content: "\e918";
}
.lp-icon-ebook:before {
content: "\e919";
}
.lp-icon-co-instructor:before {
content: "\e904";
}
.lp-icon-close-circle:before {
content: "\e907";
}
.lp-icon-layers:before {
content: "\e91a";
}
.lp-icon-filter:before {
content: "\e91c";
}
.lp-icon-in_progress_course:before {
content: "\e91d";
}
.lp-icon-finished_courses:before {
content: "\e91e";
}
.lp-icon-failed_courses:before {
content: "\e91f";
}
.lp-icon-passed_courses:before {
content: "\e920";
}
.lp-icon-student_in_progress:before {
content: "\e924";
}
.lp-icon-student_completed:before {
content: "\e925";
}
.lp-icon-published_course:before {
content: "\e926";
}
.lp-icon-pending_course:before {
content: "\e927";
}
.lp-icon-list-check:before {
content: "\e929";
}
.lp-icon-icon-h5p:before {
content: "\e92a";
}
.lp-icon-comment-written:before {
content: "\e921";
}
.lp-icon-book-open:before {
content: "\f518";
}
.lp-icon-pinterest-p:before {
content: "\f231";
}
.lp-icon-dropbox:before {
content: "\e905";
}
.lp-icon-edit-square:before {
content: "\e923";
}
.lp-icon-drag:before {
content: "\e922";
}
.lp-icon-map-pin:before {
content: "\e91b";
}
.lp-icon-map-marker:before {
content: "\e91b";
}
.lp-icon-box:before {
content: "\e906";
}
.lp-ico-ai {
display: inline-block;
width: 13px;
height: 13px;
background-image: url(//akademimeslek.com/wp-content/plugins/learnpress/images/icons/ico-ai.svg);
background-size: contain;
background-repeat: no-repeat;
}
.lp-skeleton-animation {
margin: 0;
padding: 0;
list-style: none;
}
.lp-skeleton-animation > li {
width: 100%;
height: 16px;
margin-top: 15px;
border-radius: 2px;
background: linear-gradient(90deg, hsla(0, 0%, 74.5%, 0.2) 25%, hsla(0, 0%, 50.6%, 0.24) 37%, hsla(0, 0%, 74.5%, 0.2) 63%);
background-size: 400% 100%;
list-style: none;
animation: lp-skeleton-loading 1.4s ease infinite;
}
@keyframes lp-skeleton-loading {
0% {
background-position: 100% 50%;
}
to {
background-position: 0 50%;
}
}
.lp-loading-circle {
width: 15px;
height: 15px;
border: 2px solid #ccc;
border-radius: 50%;
border-top-color: rgba(0, 0, 0, 0.76);
animation: spin 1s infinite linear;
display: inline-block;
}
.lp-loading-circle.hide {
display: none;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .lp-form-course-filter__title {
font-weight: 500;
margin-bottom: 12px;
}
.lp-form-course-filter__content {
position: relative;
}
.lp-form-course-filter__content .lp-course-filter__field * {
cursor: pointer;
}
.lp-form-course-filter__content .lp-course-filter__field {
position: relative;
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
}
.lp-form-course-filter__content .lp-course-filter__field input:focus {
outline: none;
}
.lp-form-course-filter__content .lp-course-filter__field input[disabled] {
cursor: not-allowed;
}
.lp-form-course-filter__content .lp-course-filter__field label {
margin: 0;
text-transform: capitalize;
line-height: inherit;
flex: 1;
}
.lp-form-course-filter__content .lp-course-filter__field .count {
color: #999;
}
.lp-form-course-filter__content .lp-course-filter-search-field {
position: relative;
display: flex;
align-items: center;
}
.lp-form-course-filter__content .lp-course-filter-search-field input {
width: 100%;
line-height: 2rem;
border: 1px solid #eee;
padding: 8px;
}
.lp-form-course-filter__content .lp-course-filter-search-field input:focus {
outline: none;
}
.lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle {
position: absolute;
right: 10px;
}
.lp-form-course-filter__content .lp-course-filter-search-result {
position: absolute;
z-index: 10;
background: white;
width: 100%;
border: 1px solid #eeeeee;
max-height: 300px;
overflow-y: auto;
padding: 0;
}
.lp-form-course-filter__content .lp-course-filter-search-result:empty {
border: none;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list {
padding: 0 10px;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest {
display: flex;
gap: 8px;
padding: 10px 0;
align-items: center;
border-bottom: 1px solid #f5f5f5;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest:last-child {
border-bottom: none;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img {
width: 50px;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img img {
width: 50px;
height: auto;
display: block;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a {
font-size: 0.875em;
line-height: 1em;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a span {
font-size: 0.875em;
line-height: 1em;
}
.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-info {
border-top: 1px solid #eeeeee;
padding: 10px;
background: #e8f0fe;
font-weight: 500;
display: flex;
justify-content: space-between;
}
.lp-form-course-filter .course-filter-submit, .lp-form-course-filter .course-filter-reset {
padding: 12px 24px;
text-transform: capitalize;
width: calc(50% - 4px);
border: 1px solid #ccc;
border-radius: 4px;
background-color: var(--lp-button-background-color);
color: var(--lp-button-color);
}
.lp-form-course-filter .course-filter-submit:focus, .lp-form-course-filter .course-filter-reset:focus {
outline: none;
}
.lp-form-course-filter .course-filter-submit:hover, .lp-form-course-filter .course-filter-reset:hover {
color: #fff;
background: var(--lp-primary-color);
}
.lp-form-course-filter .course-filter-reset {
margin-left: 4px;
}
.lp-form-course-filter .course-filter-submit {
margin-right: 4px;
}
.lp-form-course-filter .lp-form-course-filter__item {
margin-bottom: 12px;
border-bottom: 1px solid #ccc;
padding-bottom: 12px;
}
.lp-form-course-filter .lp-form-course-filter__item .lp-cate-parent .lp-cate-child {
margin-left: 1rem;
}
#learn-press-become-teacher-form .become-teacher-fields {
list-style: none;
padding: 0;
}
.lp-form-course-filter__close, .elementor-widget-container .lp-form-course-filter__close {
display: none;
}
.elementor-widget-container .learnpress-widget-wrapper {
position: unset;
}
@media (max-width: 768px) {
.widget_course_filter {
position: fixed !important;
right: 0;
top: 0;
bottom: 0;
z-index: 999999;
width: 400px;
height: 100%;
background-color: #fff;
transition: 0.3s;
display: block;
overflow-y: auto;
border: none !important;
border-radius: 0 !important;
transform: translate3d(100%, 0, 0);
margin: 0;
opacity: 0;
visibility: hidden;
padding: 20px;
}
.widget_course_filter .lp-form-block-course-filter .course-filter-submit,
.widget_course_filter .lp-form-course-filter .course-filter-submit {
width: 100%;
margin: 0;
}
.widget_course_filter .lp-form-block-course-filter .course-filter-reset,
.widget_course_filter .lp-form-course-filter .course-filter-reset {
width: 100%;
margin: 12px 0 0 0;
}
.widget_course_filter .widget-title {
display: flex;
gap: 16px;
align-items: center;
font-size: calc(var(--lp-font-size-base, 1em) * 1.25);
}
.show-lp-course-filter-mobile {
overflow: hidden;
}
.show-lp-course-filter-mobile .widget_course_filter {
transform: none;
opacity: 1;
visibility: visible;
}
.show-lp-course-filter-mobile .lp-archive-courses-sidebar::after {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
content: "";
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
z-index: 99999;
}
.show-lp-course-filter-mobile .learnpress-widget-wrapper {
position: unset;
}
.lp-form-course-filter__close, .elementor-widget-container .lp-form-course-filter__close {
display: flex;
position: absolute;
right: 0;
top: 20px;
left: auto;
align-items: center;
justify-content: center;
gap: 4px;
padding: 0 20px;
}
.lp-form-course-filter__close i, .elementor-widget-container .lp-form-course-filter__close i {
font-size: 1rem;
}
}
@media (max-width: 500px) {
.widget_course_filter {
width: 100%;
left: 0;
right: 0;
box-sizing: border-box;
}
}
@keyframes lp-rotating {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes lp-rotating {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lp-loading-change {
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.38);
top: 0;
}
.lp-load-ajax-element {
position: relative;
}
@media (min-width: 1024px) {
body.theme-divi {
--lp-cotainer-padding:0;
}
}
.learnpress.widget {
margin-bottom: 30px;
}
.learnpress.widget h3 {
margin-bottom: 20px;
}
.learnpress.widget a {
text-decoration: none;
}
.learnpress-widget-wrapper {
margin-top: 16px;
position: relative;
}
.learnpress-widget-wrapper .lp-widget-loading-change {
display: none;
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.38);
top: 0;
z-index: 10;
}
.learnpress-widget-wrapper .lp-widget-course {
margin: 0 0 30px 0;
border: 1px solid #eee;
}
.learnpress-widget-wrapper .lp-widget-course__image img {
height: auto;
width: 100%;
display: block;
}
.learnpress-widget-wrapper .lp-widget-course__title {
margin-bottom: 20px;
font-size: 1em;
font-weight: 600;
}
.learnpress-widget-wrapper .lp-widget-course__content {
margin: 0;
padding: 16px;
border-top: 1px solid #eee;
}
.learnpress-widget-wrapper .lp-widget-course__title {
margin: 4px 0 16px 0;
}
.learnpress-widget-wrapper .lp-widget-course__meta {
display: grid;
margin: 16px 0 0 0;
grid-template-columns: repeat(2, 1fr);
justify-content: space-between;
align-items: center;
gap: 24px;
}
.learnpress-widget-wrapper .lp-widget-course__meta .course-price {
margin-bottom: 0;
}
.learnpress-widget-wrapper .lp-widget-course__meta .course-price .course-item-price {
display: flex;
flex-direction: column;
}
.learnpress-widget-wrapper .lp-widget-course__description {
color: #666;
font-size: 0.875em;
}
.learnpress-widget-wrapper .lp-widget-course__price {
color: #444;
font-size: 0.875em;
font-weight: 600;
}
.learnpress-widget-wrapper .lp-widget-course__instructor {
display: flex;
align-items: center;
}
.learnpress-widget-wrapper .lp-widget-course__instructor__avatar {
margin-right: 5px;
}
.learnpress-widget-wrapper .lp-widget-course__instructor__avatar img {
width: 20px;
border-radius: 20px;
height: 20px;
display: block;
}
.learnpress-widget-wrapper .lp-widget-course__instructor > a {
color: #777;
font-size: 0.875em;
}
.learnpress.widget_course_progress .lp_widget_course_progress,
.elementor-widget-wp-widget-learnpress_widget_course_progress .lp_widget_course_progress {
margin: 0;
padding: 20px;
border: 1px solid #eee;
}
.learnpress.widget_course_progress .course-results-progress,
.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress {
margin-top: 10px;
font-size: 0.8em;
}
.learnpress.widget_course_progress .course-results-progress .items-progress,
.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress {
display: flex;
margin-bottom: 7px;
justify-content: space-between;
align-items: center;
}
.learnpress.widget_course_progress .course-results-progress .items-progress__heading,
.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress__heading {
font-weight: 400;
}
.learnpress.widget_course_progress .lp-course-progress,
.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress {
width: 100%;
}
.learnpress.widget_course_progress .lp-course-progress.learn-press-progress,
.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress {
position: relative;
}
.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg,
.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg {
overflow: hidden;
position: relative;
height: 6px;
background: #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active,
.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active {
position: absolute;
left: 50%;
width: 100%;
height: 100%;
margin-left: -100%;
background: var(--lp-primary-color);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional,
.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional {
position: absolute;
top: 0;
width: 3px;
height: 6px;
margin-left: -1px;
background: var(--lp-secondary-color);
}
.lp_widget_course_info {
margin: 0;
padding: 20px;
border: 1px solid var(--lp-border-color, #E2E0DB);
}
.lp_widget_course_info h3 {
margin-bottom: 15px;
}
.lp_widget_course_info ul {
margin: 0;
padding: 0;
}
.lp_widget_course_info ul li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
.lp_widget_course_info ul label {
font-size: var(--lp-font-size-base, 1em);
margin: 0;
}
.lp-widget-course-extra {
margin: 0;
}
.lp-widget-course-extra h3 {
margin-bottom: 20px;
font-size: var(--lp-font-size-base, 1em);
}
.lp-widget-course-extra__content h4.course-extras__title {
margin: 0;
margin-bottom: 15px;
font-size: var(--lp-font-size-base, 1em);
font-weight: 600;
}
.lp-widget-course-extra__content ul {
margin: 0;
padding: 0;
}
.lp-widget-course-extra__content ul li {
margin-bottom: 10px;
}
.lp-widget-course-extra__content .course-extras {
display: block;
}
.lp-widget-course-extra__content .course-extras .course-extras__content ul {
list-style: none;
}
.lp-widget-course-extra__content .course-extras .course-extras__content ol {
list-style-position: inside;
}
.lp-widget-course-extra__content .course-extras .course-extras__content ul li,
.lp-widget-course-extra__content .course-extras .course-extras__content ol li {
position: relative;
border: none;
}
.lp-widget-course-extra__content .course-extras.style-checks ul li,
.lp-widget-course-extra__content .course-extras.style-checks ol li {
padding-left: 20px;
}
.lp-widget-course-extra__content .course-extras.style-checks ul li::before,
.lp-widget-course-extra__content .course-extras.style-checks ol li::before {
display: inline-block;
position: absolute;
top: 50%;
left: 0;
width: 12px;
height: 7px;
border: 2px solid #8794b9;
border-top: none;
border-right: none;
content: "";
transform: rotate(-54deg) translateY(-50%);
}
.lp-widget-course-extra__content .course-extras.style-radios ul li,
.lp-widget-course-extra__content .course-extras.style-radios ol li {
padding-left: 20px;
}
.lp-widget-course-extra__content .course-extras.style-radios ul li::before,
.lp-widget-course-extra__content .course-extras.style-radios ol li::before {
display: inline-block;
position: absolute;
top: 50%;
left: 0;
width: 12px;
height: 7px;
border: 2px solid #8794b9;
border-top: none;
border-right: none;
content: "";
transform: rotate(-54deg) translateY(-50%);
}
.learnpress.widget_course_featured .lp-widget-featured-courses__footer,
.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer {
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid #eee;
}
.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link,
.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link {
font-size: 1rem;
line-height: 1;
}
.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link::before,
.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link::before {
content: "←";
}
.learnpress.widget_course_popular .lp-widget-popular-courses__footer,
.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer {
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid #eee;
}
.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link,
.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link {
font-size: 1rem;
line-height: 1;
}
.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link::before,
.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link::before {
content: "←";
}
.learnpress.widget_course_recent .lp-widget-recent-courses__footer,
.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer {
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid #eee;
}
.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link,
.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link {
font-size: 1rem;
line-height: 1;
}
.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link::before,
.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link::before {
content: "←";
}
.learnpress-widget-wrapper__restapi .lp-skeleton-animation {
min-width: 250px;
}
.learnpress-widget-wrapper__restapi ul {
padding: 0;
}@import url("https://fonts.googleapis.com/css?family=Heebo");
.clearfix:after {
content: '';
display: block;
clear: both;
} #masthead .navigation {
padding: 0 15px; }
#masthead .navigation .width-logo {
padding: 12px 0 11px; }
#masthead .navigation .width-logo img {
margin-bottom: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget {
margin-left: 22px; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li > div {
padding: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li > div.thim-widget-login-popup {
padding: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li > div.thim-widget-login-popup .thim-link-login a {
font-weight: 400;
font-size: 14px;
padding: 0 10px;
margin-left: 6px;
height: 41px;
line-height: 41px;
background: #ec5252;
transition: all 0.3s ease 0s; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li > div.thim-widget-login-popup .thim-link-login a:hover {
background: #e72424; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li > div.thim-widget-login-popup .thim-link-login a.profile {
color: #555555;
border: 1px solid #ebebeb;
background: none;
margin-left: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li > div.thim-widget-login-popup .thim-link-login a.profile:hover {
color: #ec5252;
border-color: #ec5252; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li .search-form {
height: auto;
width: 430px;
margin-right: 17px; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li .search-form:after {
width: 41px;
height: 41px;
line-height: 41px;
right: 0;
top: 0;
color: #ec5252; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li .search-form .search-field {
width: 100%;
position: static;
opacity: 1;
visibility: visible;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
background: #ebebeb;
height: 41px;
line-height: 41px;
font-size: 16px;
font-weight: 300;
color: #9d9d9d; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart {
display: inline-block;
margin-left: 11px;
padding: 19px 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart .minicart_hover {
padding: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number i {
margin-right: 0px; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number i.fa-shopping-cart:before {
content: '\f3f7';
font-family: Ionicons;
font-size: 18px; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart .minicart_hover .cart-items-number .wrapper-items-number {
display: none; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart .widget_shopping_cart_content {
top: 100%;
height: auto !important; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_shopping_cart .widget_shopping_cart_content .cart_list {
padding: 15px 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li {
padding: 10px;
position: relative; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li a {
color: #555555;
transition: all 0.3s ease 0s; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li a:hover {
color: #ec5252; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li ul.sub-menu {
padding: 10px 0;
top: 100%;
box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.2); }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li ul.sub-menu li {
padding: 0 15px; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li ul.sub-menu li.menu-item-has-children:before {
right: 15px; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_nav_menu ul li ul.sub-menu li ul.sub-menu {
min-width: 260px;
top: 0;
left: 100%;
padding: 0;
box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.2); }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories {
position: relative; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories h4 {
font-size: 16px;
font-weight: 300;
color: #555555;
margin: 0;
padding: 17px 0 16px 23px;
position: relative; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories h4:before {
content: '\f35c';
font-family: Ionicons;
font-size: 18px;
position: absolute;
top: 17px;
left: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul {
position: absolute;
min-width: 260px;
background: #ffffff;
box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.2);
z-index: 9;
padding: 10px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul li {
position: relative;
width: 100%;
padding: 0 15px;
text-align: left; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul li .icon_cate_child {
display: block;
width: 30px;
height: 100%;
position: absolute;
top: 0;
right: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul li .icon_cate_child:before {
display: block;
width: 100%;
height: 100%;
content: '\f125';
font-family: Ionicons;
font-size: 13px;
line-height: 36px;
color: #000000;
text-align: center;
position: absolute;
top: 0;
right: 0;
transition: all 0.3s ease 0s; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul li a {
position: relative;
display: block;
padding: 8px 0;
color: #555555;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul li a:hover {
color: #ec5252; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories ul li.category-has-child > a:before {
content: '\f125';
font-family: Ionicons;
font-size: 13px;
color: #000000;
text-align: center;
position: absolute;
top: 7px;
right: 0;
transition: all 0.3s ease 0s; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories > ul {
top: 100%;
left: 0; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories > ul li ul {
top: 0;
left: 100%; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories > ul li:hover > ul {
opacity: 1;
visibility: visible; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories:hover {
cursor: pointer; }
#masthead .navigation .width-navigation .navbar-nav .menu-right ul li.widget_course-categories .thim-widget-course-categories:hover > ul {
opacity: 1;
visibility: visible; }
.mobile-menu-wrapper ul li.menu-right ul li {
display: block;
margin: 0;
padding: 5px 0; }
.mobile-menu-wrapper ul li.menu-right ul li.widget_course-categories .thim-widget-course-categories ul li.category-has-child {
position: relative; }
.mobile-menu-wrapper ul li.menu-right ul li.widget_course-categories .thim-widget-course-categories ul li.category-has-child .icon_cate_child {
display: block;
width: 30px;
height: 22px;
position: absolute;
top: 0;
right: 0; }
.mobile-menu-wrapper ul li.menu-right ul li.widget_course-categories .thim-widget-course-categories ul li.category-has-child .icon_cate_child:before {
content: '\f123';
font-family: Ionicons;
font-size: 13px;
color: #fff;
text-align: center;
position: absolute;
top: 0;
right: 10px;
transition: all 0.3s ease 0s; }
.mobile-menu-wrapper ul li.menu-right ul li.widget_course-categories .thim-widget-course-categories ul li.category-has-child .icon_cate_child:hover:before {
color: #ec5252; }
.mobile-menu-wrapper ul li.menu-right ul li.widget_course-categories .thim-widget-course-categories ul li.category-has-child > ul {
display: none; }
@media (max-width: 1024px) {
body.thim-child-udemy .menu-mobile-effect.navbar-toggle span.icon-bar {
background-color: #333; } }
.thim-child-udemy .breadcrumbs-wrapper #breadcrumbs li {
font-size: 16px;
color: #555555; } footer#colophon {
position: relative;
font-size: 16px; }
footer#colophon .footer .widget_siteorigin-panels-builder:not(.thim-footer-one-course) {
padding-top: 0;
padding-bottom: 0; }
footer#colophon .footer .footer_widget .thim-widget-icon-box .content-inner .desc-icon-box .desc-content em {
display: block;
font-style: normal; }
footer#colophon .footer .footer_widget .elementor-widget-thim-icon-box .elementor-widget-container .content-inner .desc-icon-box .desc-content em {
display: block;
font-style: normal; }
footer#colophon .footer .footer_widget .widget-title {
font-size: 18px;
text-transform: none;
font-weight: 500;
margin: 0 0 6px; }
footer#colophon .footer .footer_widget .thim-social {
margin-top: 28px; }
footer#colophon .footer .footer_widget ul li {
margin-bottom: 0px; }
footer#colophon .copyright-area {
border-top: 1px solid rgba(149, 149, 149, 0.2); }
footer#colophon .copyright-area .copyright-content {
border: none;
text-align: center; }
footer#colophon .copyright-area .copyright-content .text-copyright a {
color: #ec5252; }
.thim-border-right .elementor-widget-container {
position: relative; }
.thim-border-right .elementor-widget-container:after {
content: '';
display: block;
width: 1px;
height: 51px;
background: rgba(255, 255, 255, 0.15);
position: absolute;
top: 50%;
margin-top: -25px;
right: -15px; }
@media (max-width: 767px) and (min-width: 480px) {
.thim-child-udemy .footer_widget .panel-grid.panel-has-style .panel-row-style .panel-grid-cell {
width: 100% !important; } } .vc_row.wpb_row {
margin-bottom: 0; }
.wpb_content_element {
margin-bottom: 0; }
.thim-over-visible {
overflow: visible !important;
z-index: 1; }
.thim-widget-icon-box .wrapper-box-icon .smicon-box:hover .icon .fa {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1); }
.thim-widget-icon-box .wrapper-box-icon .boxes-icon {
margin-bottom: 12px; }
.thim-widget-icon-box .wrapper-box-icon .content-inner .desc-icon-box .desc-content {
line-height: 22px; }
.thim-widget-icon-box .wrapper-box-icon .content-inner .desc-icon-box .desc-content a {
color: #ffffff; }
.thim-widget-icon-box .wrapper-box-icon:not(.background-video):not(.contact_info):not(.overlay) .smicon-box {
overflow: visible; }
footer#colophon .footer .thim-widget-icon-box .wrapper-box-icon .content-inner .desc-icon-box .desc-content a {
color: #ffffff; }
footer#colophon .footer .thim-widget-icon-box .wrapper-box-icon .content-inner .desc-icon-box .desc-content a:hover {
text-decoration: underline; }
footer#colophon .footer .elementor-widget-thim-icon-box .wrapper-box-icon .content-inner .desc-icon-box .desc-content a {
color: #ffffff; }
footer#colophon .footer .elementor-widget-thim-icon-box .wrapper-box-icon .content-inner .desc-icon-box .desc-content a:hover {
text-decoration: underline; }
.thim-border-right .thim-widget-icon-box {
position: relative; }
.thim-border-right .thim-widget-icon-box:after {
content: '';
display: block;
width: 1px;
height: 51px;
background: rgba(255, 255, 255, 0.15);
position: absolute;
top: 50%;
margin-top: -25px;
right: -15px; }
.wrapper-box-icon:not(.background-video):not(.contact_info):not(.overlay) .smicon-box:hover .icon .fa {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.thim-social {
margin-top: 28px; }
.thim-social a {
font-size: 14px;
width: 39px;
height: 39px;
margin-right: 13px; }
.thim-social a .fa {
line-height: 39px;
color: #acacac; }
.box_heading_custom .column_heading.column_heading_border_right {
margin-right: 53px;
padding-right: 53px;
border-right: 1px solid rgba(124, 124, 124, 0.2); }
.box_heading_custom .column_heading p {
color: #828282; }
.box_heading_custom .column_heading .heading {
font-size: 30px;
color: #273044; }
.thim-category-tabs.thim-course-grid {
overflow: visible; }
.thim-category-tabs.thim-course-grid .nav-tabs {
margin-bottom: 61px; }
.thim-category-tabs.thim-course-grid .nav-tabs li {
padding: 0 20px;
display: inline-block;
float: none; }
.thim-category-tabs.thim-course-grid .nav-tabs li a {
font-size: 16px;
font-weight: 300; }
.thim-category-tabs.thim-course-grid .nav-tabs li.active a:after {
content: '';
display: block;
width: 100%;
height: 1px;
background: #ec5252;
position: absolute;
bottom: 0;
left: 0; }
.thim-category-tabs.thim-course-grid .thim-list-event:after {
content: '';
display: block;
clear: both; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item {
width: 25%;
padding: 0 20px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .price {
position: absolute;
top: 21px;
right: 0;
font-size: 14px;
font-weight: 400;
color: #ffffff;
padding: 0 12px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .price .old-price {
font-size: 12px;
font-weight: 300;
font-style: italic;
text-decoration: line-through;
margin-right: 6px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content {
position: relative;
padding-bottom: 13px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-author {
margin-bottom: 15px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-author img {
width: 43px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-author .author-contain .value {
margin: 0; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-author .author-contain .value a {
font-size: 14px;
font-weight: 300;
color: #273044;
text-decoration: none;
transition: all 0.3s ease 0s; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-author .author-contain .value a:hover {
color: #ec5252; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-title {
margin: 0;
font-weight: 500;
line-height: 22px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-title a {
color: #292929; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta {
padding: 12px 0 10px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta:before {
content: none; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta:after {
content: none; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta span {
font-size: 14px;
color: #828282; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta span i {
margin-right: 3px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta span a {
color: #828282;
transition: all 0.3s ease 0s; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta span a:hover {
color: #ec5252; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .course-meta span.star i {
color: #f8c66c; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover {
position: absolute;
top: 0;
left: 100%;
width: 365px;
z-index: 99;
transform: translate(0, -50%);
padding-left: 16px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box {
background: #ffffff;
border: 1px solid #ebebeb;
padding: 21px 25px 30px;
text-align: left; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box:before {
border-top: 15px solid transparent;
border-right: 15px solid #ebebeb;
border-bottom: 15px solid transparent;
content: "";
height: 0;
left: 2px;
position: absolute;
top: 50%;
width: 0;
margin-top: -16px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box:after {
border-top: 14px solid transparent;
border-right: 14px solid #ffffff;
border-bottom: 14px solid transparent;
content: "";
height: 0;
left: 3px;
position: absolute;
top: 50%;
width: 0;
margin-top: -15px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-date {
font-size: 14px;
line-height: 24px;
color: #828282;
display: block;
margin-bottom: 8px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-title {
margin-bottom: 8px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-title a {
font-size: 18px;
line-height: 26px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-feature {
margin-bottom: 17px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-feature span {
font-size: 14px;
margin-right: 13px;
color: #828282; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-feature span i {
font-size: 16px;
font-weight: 400;
color: #ec5252;
margin-right: 3px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .course-excerpt {
margin-bottom: 22px;
color: #828282; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .lp-course-buttons button {
width: 100%;
font-size: 16px;
font-weight: 400;
padding: 0 20px;
height: 50px;
line-height: 50px;
border-radius: 3px;
font-weight: 400;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box .lp-course-buttons button:hover {
background: #e72424; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper:hover .thim-course-content .thim-course-content-hover {
visibility: visible;
opacity: 1; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(4n) .course-item-wrapper .thim-course-content .thim-course-content-hover {
left: auto;
right: 100%;
padding-left: 0;
padding-right: 16px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(4n) .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box:before {
border-left: 15px solid #ebebeb;
border-right: none;
left: auto;
right: 2px;
margin-top: -16px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(4n) .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box:after {
border-left: 14px solid #ffffff;
border-right: none;
left: auto;
right: 3px;
margin-top: -15px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(4n) .course-item-wrapper:hover .thim-course-content .thim-course-content-hover {
visibility: visible;
opacity: 1; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item.color-1 .course-item-wrapper .course-thumbnail {
border-bottom: 3px solid #ec5252; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item.color-1 .course-item-wrapper .course-thumbnail .price {
background: #ec5252; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item.color-2 .course-item-wrapper .course-thumbnail {
border-bottom: 3px solid #007791; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item.color-2 .course-item-wrapper .course-thumbnail .price {
background: #007791; }
@media (max-width: 1281px) {
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover {
width: 265px; }
.thim-category-tabs.thim-course-grid .nav-tabs li {
padding: 0 10px; } }
@media (max-width: 992px) {
.box_heading_custom .column_heading.column_heading_border_right {
border: none;
margin: 0;
padding: 0; }
.thim-category-tabs.thim-course-grid {
margin-top: 0; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item {
width: 50%; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(2n) .course-item-wrapper .thim-course-content .thim-course-content-hover {
left: auto;
right: 100%;
padding-left: 0;
padding-right: 16px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(2n) .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box:before {
border-left: 15px solid #ebebeb;
border-right: none;
left: auto;
right: 2px;
margin-top: -16px; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item:nth-child(2n) .course-item-wrapper .thim-course-content .thim-course-content-hover .thim-course-content-hover-box:after {
border-left: 14px solid #fff;
border-right: none;
left: auto;
right: 3px;
margin-top: -15px; }
.thim-category-tabs .nav-tabs {
float: left; }
.elementor-widget-thim-courses .thim-category-tabs.thim-course-grid,
.thim-widget-courses .thim-category-tabs.thim-course-grid {
margin-top: 0; }
.thim-remove-margin .vc_custom_1559029555308 {
margin-top: 0 !important;
margin-bottom: 0 !important; } }
@media (max-width: 480px) {
.thim-category-tabs.thim-course-grid .nav-tabs {
text-align: center; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item {
width: 100%; }
.thim-category-tabs.thim-course-grid .thim-list-event .course-item .course-item-wrapper .thim-course-content .thim-course-content-hover {
display: none; } }
.thim-widget-heading .sc_heading {
margin: 0;
padding: 0; }
.thim-widget-heading .sc_heading .title {
line-height: 30px; }
.thim-widget-heading .sc_heading .sub-heading {
font-weight: 300;
font-size: 16px; }
.thim-top-categories p {
margin-bottom: 0; }
.thim-top-categories h3 {
font-size: 30px;
font-weight: 600;
margin-top: 0; }
.thim-widget-button .widget-button.normal {
height: 48px;
padding: 0 36px;
line-height: 48px; }
.thim-widget-button .widget-button.normal.no-border {
line-height: 48px; }
.thim-call-to-action .thim-widget-button {
text-align: right; }
@media (max-width: 1400px) {
.thim-widget-button .widget-button.normal {
padding: 0 25px; } }
@media (max-width: 1281px) {
.thim-widget-button .widget-button.normal {
padding: 0 15px; } }
@media (max-width: 768px) {
.thim-call-to-action .thim-widget-button {
text-align: left; } }
.thim-list-event.layout-2 .wrap-arrow-slick {
position: absolute;
right: 0;
top: -50px;
display: flex; }
.thim-list-event.layout-2 .wrap-arrow-slick .arow-slick {
margin-left: 20px;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.thim-list-event.layout-2 .wrap-arrow-slick .arow-slick i {
font-size: 30px;
color: #828282; }
.thim-list-event.layout-2 .wrap-arrow-slick .arow-slick:hover {
cursor: pointer; }
.thim-list-event.layout-2 .wrap-arrow-slick .arow-slick:hover i {
color: #ec5252; }
.thim-list-event.layout-2 .slide-slick {
overflow: hidden; }
.thim-list-event.layout-2 .slide-slick .slick-list {
margin-top: -1px; }
.thim-list-event.layout-2 .item-event {
padding: 0;
border: none; }
.thim-list-event.layout-2 .item-event .item-event-wrapper {
padding: 35px 0; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .time-from {
width: 82px;
padding: 15px 0 13px; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .time-from .date {
font-size: 32px;
font-weight: 300;
margin: 0; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .time-from .month {
font-size: 13px;
font-weight: 300; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .event-wrapper {
width: calc(100% - 112px);
width: -webkit-calc(100% - 112px);
width: -moz-calc(100% - 112px); }
.thim-list-event.layout-2 .item-event .item-event-wrapper .event-wrapper h5.title {
margin-bottom: 16px;
font-weight: 500; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .event-wrapper h5.title a {
color: #273044; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .event-wrapper .meta {
text-transform: none; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .event-wrapper .meta .time {
font-weight: 300;
color: #828282;
font-size: 16px; }
.thim-list-event.layout-2 .item-event .item-event-wrapper .event-wrapper .meta .location {
font-weight: 300;
color: #828282;
font-size: 16px; }
.thim-list-event.layout-2 .item-event .item-event-wrapper:after {
content: '';
display: block;
clear: both; }
.thim-list-event.layout-2 .item-event.slick-active {
border-top: 1px solid #eeeeee; }
@media (max-width: 480px) {
.thim-list-event.layout-2 .wrap-arrow-slick {
position: static; } }
.thim-widget-testimonials {
width: 100%;
height: 650px; }
.thim-widget-testimonials .swiper-container {
width: 100%;
height: 100%; }
.thim-widget-testimonials .swiper-container .swiper-slide {
height: auto; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper {
padding: 48px 35px 57px;
background: #ffffff; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .content {
position: relative;
margin-bottom: 26px;
opacity: 0.4;
visibility: hidden; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .content:before {
content: "‘‘";
display: block;
width: 70px;
height: 70px;
font-family: Heebo;
font-weight: 400;
font-size: 200px;
line-height: 1;
color: #eaeaea;
letter-spacing: -13px;
position: absolute;
z-index: 0;
top: -33px;
left: -23px;
visibility: hidden;
opacity: 0; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .content p {
position: relative;
z-index: 1;
font-size: 18px;
color: #273044; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .author {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: center;
opacity: 0.4; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .author .image {
margin-right: 18px; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .author .image img {
width: 57px;
height: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .author .info .title {
font-size: 16px;
color: #ec5252;
margin: 0; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .author .info .regency {
font-size: 15px;
line-height: 23px; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation {
display: none;
position: absolute;
bottom: -21px;
right: 90px; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next {
position: relative;
right: auto;
background: #ffffff;
margin: 0 5px;
float: left;
width: 43px;
height: 43px;
border: 1px solid #cccccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next:after {
content: "\f3d0";
font-family: Ionicons;
font-size: 22px;
display: block;
width: 41px;
height: 41px;
line-height: 41px;
text-align: center;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next:hover {
border-color: #ec5252;
background-color: #ec5252; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next:hover:after {
color: #ffffff; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev {
position: relative;
left: auto;
background: #ffffff;
margin: 0;
float: right;
width: 43px;
height: 43px;
border: 1px solid #cccccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev:after {
content: "\f3d8";
font-family: Ionicons;
font-size: 22px;
display: block;
width: 41px;
height: 41px;
line-height: 41px;
text-align: center;
position: absolute;
top: 0;
left: 0; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev:hover {
border-color: #ec5252;
background-color: #ec5252; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev:hover:after {
color: #ffffff; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-active {
padding: 0;
z-index: 1;
-webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-o-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2); }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .content {
position: relative;
margin-bottom: 26px;
opacity: 1;
visibility: visible; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .content:before {
visibility: visible;
opacity: 1; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .author {
opacity: 1; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .swiper-navigation {
display: block; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-prev {
-webkit-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
transform-origin: bottom center; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-next {
-webkit-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
transform-origin: top center; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-next .item-wrapper {
display: flex;
flex-direction: column-reverse; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-next .item-wrapper .content {
margin-bottom: 0; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-next .item-wrapper .author {
margin-bottom: 30px; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper {
padding: 48px 35px 57px;
background: #ffffff; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .content {
position: relative;
margin-bottom: 23px; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .content:before {
content: "‘‘";
display: block;
width: 70px;
height: 70px;
font-family: Heebo;
font-weight: 400;
font-size: 200px;
line-height: 1;
color: #eaeaea;
letter-spacing: -13px;
position: absolute;
z-index: 0;
top: -33px;
left: -23px; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .content p {
position: relative;
z-index: 1;
font-size: 18px;
color: #273044; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .author {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: center; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .author .image {
margin-right: 18px; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .author .image img {
width: 57px;
height: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .author .info .title {
font-size: 16px;
color: #ec5252;
margin: 0; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item .item-wrapper .author .info .regency {
font-size: 15px;
line-height: 23px; }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item.slick-center {
position: relative;
z-index: 999;
-webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-o-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2); }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item.prevSlide {
-webkit-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg); }
.thim-widget-testimonials .thim-testimonial-slick .slick-slider .item.nextSlide {
-webkit-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg); }
.elementor-widget-thim-testimonials .elementor-widget-container {
width: 100%;
height: 650px; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container {
width: 100%;
height: 100%; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide {
height: auto; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper {
padding: 48px 35px 57px;
background: #ffffff; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .content {
position: relative;
margin-bottom: 26px;
opacity: 0.4;
visibility: hidden; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .content:before {
content: "‘‘";
display: block;
width: 70px;
height: 70px;
font-family: Heebo;
font-weight: 400;
font-size: 200px;
line-height: 1;
color: #eaeaea;
letter-spacing: -13px;
position: absolute;
z-index: 0;
top: -33px;
left: -23px;
visibility: hidden;
opacity: 0; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .content p {
position: relative;
z-index: 1;
font-size: 18px;
color: #273044; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .author {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: center;
opacity: 0.4; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .author .image {
margin-right: 18px; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .author .image img {
width: 57px;
height: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .author .info .title {
font-size: 16px;
color: #ec5252;
margin: 0; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .author .info .regency {
font-size: 15px;
line-height: 23px; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation {
display: none;
position: absolute;
bottom: -21px;
right: 90px; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next {
position: relative;
right: auto;
background: #ffffff;
margin: 0 5px;
float: left;
width: 43px;
height: 43px;
border: 1px solid #cccccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next:after {
content: "\f3d0";
font-family: Ionicons;
font-size: 22px;
display: block;
width: 41px;
height: 41px;
line-height: 41px;
text-align: center;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next:hover {
border-color: #ec5252;
background-color: #ec5252; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-next:hover:after {
color: #ffffff; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev {
position: relative;
left: auto;
background: #ffffff;
margin: 0;
float: right;
width: 43px;
height: 43px;
border: 1px solid #cccccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev:after {
content: "\f3d8";
font-family: Ionicons;
font-size: 22px;
display: block;
width: 41px;
height: 41px;
line-height: 41px;
text-align: center;
position: absolute;
top: 0;
left: 0; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev:hover {
border-color: #ec5252;
background-color: #ec5252; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide .item-wrapper .swiper-navigation .swiper-button-prev:hover:after {
color: #ffffff; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-active {
padding: 0;
z-index: 1;
-webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-o-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2); }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .content {
position: relative;
margin-bottom: 26px;
opacity: 1;
visibility: visible; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .content:before {
visibility: visible;
opacity: 1; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .author {
opacity: 1; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .swiper-navigation {
display: block; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-prev {
-webkit-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
transform-origin: bottom center; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-next {
-webkit-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(0) rotateX(0deg);
transform-origin: top center; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-next .item-wrapper {
display: flex;
flex-direction: column-reverse; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-next .item-wrapper .content {
margin-bottom: 0; }
.elementor-widget-thim-testimonials .elementor-widget-container .swiper-container .swiper-slide.swiper-slide-next .item-wrapper .author {
margin-bottom: 30px; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper {
padding: 48px 35px 57px;
background: #ffffff; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .content {
position: relative;
margin-bottom: 23px; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .content:before {
content: "‘‘";
display: block;
width: 70px;
height: 70px;
font-family: Heebo;
font-weight: 400;
font-size: 200px;
line-height: 1;
color: #eaeaea;
letter-spacing: -13px;
position: absolute;
z-index: 0;
top: -33px;
left: -23px; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .content p {
position: relative;
z-index: 1;
font-size: 18px;
color: #273044; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .author {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: center; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .author .image {
margin-right: 18px; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .author .image img {
width: 57px;
height: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .author .info .title {
font-size: 16px;
color: #ec5252;
margin: 0; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item .item-wrapper .author .info .regency {
font-size: 15px;
line-height: 23px; }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item.slick-center {
position: relative;
z-index: 999;
-webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
-o-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.2); }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item.prevSlide {
-webkit-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(170px) rotateX(0deg); }
.elementor-widget-thim-testimonials .elementor-widget-container .thim-testimonial-slick .slick-slider .item.nextSlide {
-webkit-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg);
-moz-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg);
-ms-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg);
-o-transform: translateZ(0px) scale(0.8) translateY(-170px) rotateX(0deg); }
@media (max-width: 480px) {
.thim-widget-testimonials {
height: 500px; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .content {
max-height: 245px;
overflow-y: scroll; }
.thim-widget-testimonials .swiper-container .swiper-slide .item-wrapper .swiper-navigation {
bottom: 0;
right: 0; }
.thim-widget-testimonials .swiper-container .swiper-slide.swiper-slide-active .item-wrapper .content:before {
content: none; } }
.thim-widget-twitter .thim-twitter-slider {
padding-top: 35px;
padding-bottom: 25px;
position: relative; }
.thim-widget-twitter .thim-twitter-slider:before {
content: '\f099';
display: block;
width: 310px;
line-height: 230px;
height: 230px;
font-family: FontAwesome;
font-size: 340px;
position: absolute;
top: 50%;
margin-top: -115px;
left: 50%;
margin-left: -155px;
color: rgba(204, 204, 204, 0.15); }
.thim-widget-twitter .thim-twitter-slider .thim-carousel-wrapper .tweet-item .top a {
color: #ec5252; }
.thim-widget-twitter .thim-twitter-slider .thim-carousel-wrapper .tweet-item .top .fa {
margin-bottom: 17px; }
.thim-widget-twitter .thim-twitter-slider .thim-carousel-wrapper .tweet-item .content {
padding: 0 40px;
font-size: 16px;
color: #828282; }
.thim-widget-twitter .thim-twitter-slider .thim-carousel-wrapper .tweet-item .content a {
color: #ec5252; }
.thim-border-right .thim-widget-twitter {
position: relative; }
.thim-border-right .thim-widget-twitter:after {
content: '';
display: block;
width: 1px;
height: 100%;
background: #f1f1f1;
position: absolute;
top: 0;
right: -15px; }
@media (max-width: 768px) {
.thim-responsive-full .vc_col-sm-6 {
width: 100%; }
.thim-responsive-full .elementor-column.elementor-col-50 {
width: 100%; }
.thim-responsive-full .elementor-column.elementor-column[data-col="50"] {
width: 100%; }
.thim-border-right .thim-widget-twitter:after {
content: none; } }
.thim-subcribe-form {
text-align: center;
position: relative; }
.thim-subcribe-form:before {
content: '\f422';
display: block;
width: 340px;
height: 220px;
line-height: 230px;
font-family: Ionicons;
font-size: 450px;
position: absolute;
top: 50%;
margin-top: -110px;
left: 50%;
margin-left: -170px;
color: rgba(204, 204, 204, 0.15); }
.thim-subcribe-form h3 {
margin: 0;
font-size: 30px;
font-weight: 600;
color: #273044; }
.thim-subcribe-form p {
color: #828282; }
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='email'] {
border: 1px solid #d7d7d7;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
color: #828282;
padding: 0 33px;
height: 47px;
line-height: 47px;
font-size: 14px; }
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='email']::-webkit-input-placeholder { font-style: italic;
color: #828282; }
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='email']::-moz-placeholder { font-style: italic;
color: #828282; }
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='email']:-ms-input-placeholder { font-style: italic;
color: #828282; }
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='email']:-moz-placeholder { font-style: italic;
color: #828282; }
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='submit'] {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin-left: -40px;
height: 47px;
line-height: 45px;
padding: 0 40px;
font-size: 14px;
font-weight: 400; }
@media (max-width: 1200px) {
.thim-subcribe-form form.mc4wp-form .mc4wp-form-fields input[type='email'] {
margin-bottom: 15px; } }
.elementor-widget-thim-course-categories .elementor-widget-container ul {
margin: 0 -10px;
padding: 0; }
.elementor-widget-thim-course-categories .elementor-widget-container ul li {
list-style: none;
float: left;
width: 33.33%;
padding: 10px; }
.elementor-widget-thim-course-categories .elementor-widget-container ul li a {
border: 2px solid #ffffff;
display: block;
height: 61px;
line-height: 57px;
color: #ffffff;
background: transparent;
padding: 0 20px;
font-weight: 500;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.elementor-widget-thim-course-categories .elementor-widget-container ul li a img {
margin-right: 14px;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
.elementor-widget-thim-course-categories .elementor-widget-container ul li a:Hover {
background-color: #ffffff;
color: #000000; }
.elementor-widget-thim-course-categories .elementor-widget-container ul li a:Hover img {
-webkit-filter: brightness(0%); filter: brightness(0%); }
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-3 li {
width: 33.33%; }
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-2 li {
width: 50%; }
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-4 li {
width: 25%; }
.elementor-widget-thim-course-categories .elementor-widget-container ul:after {
content: '';
display: block;
clear: both; }
@media (max-width: 768px) {
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-3 li {
width: 50%; }
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-4 li {
width: 50%; } }
@media (max-width: 480px) {
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-3 li {
width: 100%; }
.elementor-widget-thim-course-categories .elementor-widget-container ul.columns-4 li {
width: 100%; } } .thim-course-grid .course-item .thim-course-content .course-author img {
width: 40px; }
body.single #main-content .breadcrumbs-wrapper {
background: rgba(235, 235, 235, 0.3); }
body.single #main-content .breadcrumbs-wrapper #breadcrumbs {
border: none; }
body.single #main-content .breadcrumbs-wrapper #breadcrumbs li a {
position: relative;
color: #555555;
padding-right: 20px; }
body.single #main-content .breadcrumbs-wrapper #breadcrumbs li a:after {
position: absolute;
top: 0;
right: 0;
content: '\f125';
font-family: Ionicons;
font-size: 9px;
width: auto;
height: auto;
background: none; }
body.single #main-content .course-info-top {
background: #273044;
padding: 50px 0 39px; }
body.single #main-content .course-info-top .course-info-left .entry-title {
font-size: 40px;
font-weight: 400;
line-height: 50px;
color: #ffffff;
margin-bottom: 21px; }
body.single #main-content .course-info-top .course-info-left p {
font-size: 18px;
color: #dbdbdb;
line-height: 30px; }
body.single #main-content .course-info-top .course-info-left .course-meta {
display: inline-block;
position: relative;
padding: 0;
margin-bottom: 20px;
margin-top: 18px; }
body.single #main-content .course-info-top .course-info-left .course-meta > div {
display: inline-block;
line-height: 20px;
margin-right: 30px;
margin-bottom: 20px;
padding-right: 30px;
color: #ccc;
border-right: 1px solid rgba(234, 234, 234, 0.2);
float: left; }
body.single #main-content .course-info-top .course-info-left .course-meta > div label {
font-family: 'Heebo';
font-weight: 300;
font-size: 16px;
color: #dbdbdb; }
body.single #main-content .course-info-top .course-info-left .course-meta > div a {
font-family: 'Heebo';
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
color: #ffffff; }
body.single #main-content .course-info-top .course-info-left .course-meta > div.course-author img {
border-radius: 50%;
width: 59px;
height: 59px;
float: left;
margin: -7px 17px -7px 0; }
body.single #main-content .course-info-top .course-info-left .course-meta > div.course-author .author-contain {
display: inline-block; }
body.single #main-content .course-info-top .course-info-left .course-meta > div.course-review .value span {
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
color: #ffffff; }
body.single #main-content .course-info-top .course-info-left .course-meta > div:last-child {
border-right: 0;
margin-right: 0;
padding-right: 0; }
body.single #main-content #learn-press-course-description .thim-course-content {
width: 100%;
padding-right: 0;
border: none; }
body.single #main-content #learn-press-course-description .thim-course-content h4 {
font-size: 20px;
margin-bottom: 20px; }
body.single #main-content #learn-press-course-description .thim-course-content p {
margin-bottom: 43px; }
body.single #main-content #learn-press-course-curriculum {
border: 1px solid #ebebeb;
margin-top: 72px; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading {
padding: 25px;
border-bottom: 1px solid #ebebeb; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading:after {
content: '';
display: block;
clear: both; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading .curriculum-title {
margin: 0;
font-size: 20px;
text-transform: uppercase;
float: left; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading .meta-section {
float: right;
line-height: 30px; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading .meta-section span.courses-lessons {
margin-right: 25px; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading .meta-section span.text {
font-weight: 500;
color: #273044; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-heading {
font-size: 16px;
font-weight: 400;
color: #828282;
margin-bottom: -1px;
padding-bottom: 20px;
margin-top: 0;
padding-top: 21px;
padding-left: 52px;
text-transform: none;
border-bottom: 1px solid #ebebeb;
position: relative; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-heading .collapse {
position: absolute;
left: 18px;
top: 20px;
width: 30px;
height: 30px;
line-height: 30px;
display: block;
visibility: visible;
border: 0;
text-align: center;
font-size: 13px;
cursor: pointer;
-webkit-transition: all .3s ease-in-out;
-khtml-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-heading .collapse:before {
font-family: FontAwesome;
content: '\f067';
color: #ec5252; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-heading .meta {
top: 20px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content {
background: #fafafa;
padding: 0 20px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson {
padding: 11px 0px 11px 30px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson:first-child {
border-top: none; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .meta-left .index {
font-size: 16px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .lesson-title {
font-size: 16px;
font-weight: 400; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-lesson .meta {
font-size: 16px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz {
padding: 11px 0px 11px 30px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .meta-left .index {
font-size: 16px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .quiz-title {
font-size: 16px;
font-weight: 400; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section .section-content .course-quiz .meta {
font-size: 16px; }
body.single #main-content #learn-press-course-curriculum ul.curriculum-sections .section.active-accordion .section-heading .collapse:before {
content: '\f068';
top: 2px; }
body.single #main-content .thim-about-author {
padding: 0 22px;
margin-top: 40px; }
body.single #main-content .thim-about-author h3 {
margin: 0;
font-size: 20px;
padding: 25px 0;
border-bottom: 1px solid #ebebeb; }
body.single #main-content .thim-about-author .author-wrapper {
padding: 49px 0 20px; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item {
margin-bottom: 30px;
border-bottom: 1px solid #ebebeb; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item:after {
content: '';
display: block;
clear: both; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item:last-child {
margin: 0;
border: none; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-avatar {
width: 147px;
text-align: center; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-avatar ul {
margin: 15px 0 0;
display: inline-block; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-avatar ul li {
margin: 0 4px; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-avatar ul li a {
border: none;
background: none;
font-size: 18px;
color: #828282; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-avatar ul li a:hover {
color: #ec5252; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-bio {
width: -webkit-calc(100% - 177px);
width: calc(100% - 177px); }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-bio .author-top {
margin: 0 0 22px; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-bio .author-top .name {
font-weight: 500;
font-size: 18px;
margin: 0 0 7px; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-bio .author-top .job {
font-size: 16px;
color: #828282; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-bio .author-description {
font-size: 16px; }
body.single #main-content .course-review-box {
border: 1px solid #ebebeb;
padding: 0 22px;
margin-top: 40px; }
body.single #main-content .course-review-box .course-rating h3 {
font-size: 20px;
margin: 0;
padding: 25px 0;
border-bottom: 1px solid #ebebeb;
text-transform: uppercase; }
body.single #main-content .course-review-box .course-rating .course-rating-box {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 18px 0 8px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating {
width: 198px;
margin-right: 40px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-title {
display: none; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box {
text-align: center;
padding-bottom: 40px;
border: 1px solid #ec5252;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .average-value {
font-weight: 500;
font-size: 75px;
line-height: 80px;
margin: 27px 0 11px;
color: #273044; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-star {
line-height: 16px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-star .review-stars-rated {
height: 16px;
line-height: 16px;
width: 80px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-star .review-stars-rated .review-stars {
margin: 0;
display: inline-block;
list-style: none;
line-height: 16px;
height: 16px;
float: left;
font-size: 0; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-star .review-stars-rated .review-stars > li {
width: 16px;
height: 16px;
display: inline-block;
float: none;
margin-bottom: 0; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-star .review-stars-rated .review-stars .filled {
height: 16px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-star .review-stars-rated .review-stars .filled > li {
width: 16px;
height: 16px;
display: inline-block;
float: none;
margin-bottom: 0; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating .rating-box .review-amount {
color: #273044;
text-transform: capitalize; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating {
width: calc(100% - 198px - 50px); }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-title {
display: none; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box {
width: 100%;
overflow: hidden;
padding: 20px 0; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box .stars {
padding: 9px 0; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box .stars .key {
font-size: 18px;
font-weight: 500;
color: #273044;
display: inline-block;
width: 73px; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box .stars .bar {
width: calc(100% - 125px);
margin-right: 5px;
height: 15px;
background: #DDD;
display: inline-block;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
overflow: hidden; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box .stars .bar .full_bar {
height: 100%; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box .stars .bar .full_bar div {
height: 100%;
background: #ec5252; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating .rating-box .stars .value {
display: inline-block; }
body.single #main-content .course-review-box .course-review .course-reviews-list {
margin: 0; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li {
padding: 50px 0 40px;
list-style: none;
border-top: 1px solid #ebebeb; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-author {
width: 84px;
float: left;
margin: 0 30px 0 20px; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-author img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-author .author-name {
display: block;
color: #273044;
margin: 13px 0 0;
text-align: center;
word-wrap: break-word; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-text {
margin-left: 134px; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-text .review-title {
margin: 0; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-text .review-star {
margin-bottom: 14px; }
body.single #main-content .course-review-box .course-review .course-reviews-list > li .review-container .review-text .description {
color: #828282; }
body.single #main-content .thim-ralated-course {
padding-top: 20px;
margin-top: 57px;
margin-bottom: 62px; }
body.single #main-content .thim-ralated-course .related-title {
padding: 0 0 25px;
margin: 0 0 40px;
text-transform: none;
border-bottom: 1px solid #e5e5e5; }
body.single #main-content .thim-ralated-course .related-title:after {
content: none; }
body.single #main-content .thim-ralated-course .thim-course-grid {
overflow: visible; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .course-thumbnail .price {
position: absolute;
top: 21px;
right: 0;
font-size: 14px;
font-weight: 400;
color: #fff;
padding: 0 12px; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .course-thumbnail .price .old-price {
font-size: 12px;
font-weight: 300;
font-style: italic;
text-decoration: line-through;
margin-right: 6px; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content {
position: relative;
padding-bottom: 26px; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-author .author-contain .value {
margin: 0; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-author .author-contain .value a {
font-size: 14px;
font-weight: 300;
color: #273044; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-title {
font-weight: 500;
margin: 15px 0 0; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta {
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
margin-top: 16px; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta span {
font-size: 14px;
color: #828282; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta span i {
margin-right: 3px; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta span a {
color: #828282;
transition: all 0.3s ease 0s; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta span a:hover {
color: #ec5252; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta span.star i {
color: #f8c66c; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta:before {
content: none; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item .thim-course-content .course-meta:after {
content: none; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item.color-1 .course-thumbnail {
border-bottom: 3px solid #ec5252; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item.color-1 .course-thumbnail .price {
background: #ec5252; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item.color-2 .course-thumbnail {
border-bottom: 3px solid #007791; }
body.single #main-content .thim-ralated-course .thim-course-grid .lpr_course .course-item.color-2 .course-thumbnail .price {
background: #007791; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls {
position: absolute;
top: -130px;
right: 15px; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-prev {
width: 39px;
height: 39px;
line-height: 37px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #e5e5e5; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-prev i {
line-height: 37px;
font-size: 16px;
color: #bfbfbf; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-prev:hover {
border-color: #ec5252;
background-color: #ec5252; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-prev:hover i {
color: #ffffff; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-next {
width: 39px;
height: 39px;
line-height: 37px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #e5e5e5; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-next i {
line-height: 37px;
font-size: 16px;
color: #bfbfbf; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-next:hover {
border-color: #ec5252;
background-color: #ec5252; }
body.single #main-content .thim-ralated-course .thim-course-grid .owl-controls .owl-buttons .owl-next:hover i {
color: #ffffff; }
body.single #main-content .course-info-right {
margin-top: -400px; }
body.single #main-content .course-info-right .course-info-wrapper {
position: relative; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper {
background-color: #fff;
border: 1px solid #ebebeb;
color: #505763;
padding: 6px 6px 27px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment {
display: block;
float: none;
padding: 0 17px;
margin: 39px 0 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-end;
margin-bottom: 34px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price span.label {
float: left;
font-family: Heebo;
font-size: 16px;
font-weight: 300;
color: #828282;
text-transform: uppercase;
line-height: 22px;
margin: 0 12px 0 6px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price .value {
font-size: 44px;
font-weight: 500;
color: #273044;
margin: 0;
padding: 0;
line-height: 44px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price .value.has-origin {
line-height: 28px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price .value .course-origin-price {
position: static;
font-size: 22px;
color: #828282;
font-weight: 300;
margin-left: 4px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons {
display: block;
margin-left: 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons .purchase-course {
display: block; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons .purchase-course button {
width: 100%;
height: 50px;
line-height: 50px;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
color: #ffffff;
padding: 0 25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons .purchase-course button:hover {
background: #e72424; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons .purchase-course .woocommerce-message {
width: 100%; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons .purchase-course .woocommerce-message a {
width: 100%;
height: 50px;
line-height: 50px;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
color: #ffffff;
padding: 0 25px;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .lp-course-buttons .purchase-course .woocommerce-message a:hover {
background: #e72424; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .learn-press-pmpro-buy-membership {
display: block;
margin: 0 0 12px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .learn-press-pmpro-buy-membership a.button {
width: 100%;
font-size: 16px;
font-weight: 400;
text-align: center;
height: 50px;
line-height: 50px;
border-radius: 3px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .learn-press-pmpro-buy-membership a.button:hover {
color: #ffffff; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box {
padding: 0 17px;
margin-top: 12px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart {
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
border: 1px solid #dcdcdc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
color: #000000;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart:before {
content: ''; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart .text {
color: #000000; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart:hover {
border: 1px solid #ec5252;
background: #ec5252; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart:hover .text {
color: #ffffff; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart.course-wishlisted {
border: 1px solid #ec5252; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart.course-wishlisted .text {
color: #ec5252; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box .fa-heart.course-wishlisted:hover .text {
color: #ffffff; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature {
padding: 0 50px;
margin-top: 25px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature ul {
margin: 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature ul li {
list-style: none;
padding: 4px 0 5px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature ul li i {
color: #ec5252;
font-size: 16px;
margin-right: 10px;
width: 16px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature ul li span {
color: #828282; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share {
padding: 0 17px;
margin-top: 27px;
text-align: center;
position: relative; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share:before {
content: '';
display: block;
width: calc(100% - 34px);
height: 1px;
background: #e5e5e5;
position: absolute;
top: 16px;
left: 17px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share {
position: relative;
float: none;
margin: 0;
display: inline-block;
padding: 0 9px;
background: #ffffff; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li {
margin-right: 8px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li > div a {
width: 32px;
height: 32px;
color: #ffffff; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li > div.facebook-social a {
border-color: #3b5998;
background-color: #3b5998; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li > div.googleplus-social a {
border-color: #dd4b39;
background-color: #dd4b39; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li > div.twitter-social a {
border-color: #00aced;
background-color: #00aced; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li > div.pinterest-social a {
border-color: #cb2027;
background-color: #cb2027; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li.heading {
display: none; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .social_share ul.thim-social-share li:last-child {
margin-right: 0; }
@media (max-width: 1200px) {
body.single #main-content #learn-press-course-curriculum .curriculum-heading .curriculum-title {
float: none; }
body.single #main-content #learn-press-course-curriculum .curriculum-heading .meta-section {
float: none; } }
@media (max-width: 992px) {
body.single #main-content .course-info-top .course-info-left .entry-title {
font-size: 28px; }
body.single #main-content .course-info-top .course-info-left .course-meta > div.course-author img {
display: none; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment {
padding: 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price {
display: block; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price span.label {
display: block;
float: none;
margin-bottom: 10px;
text-align: left; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box {
padding: 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature {
padding: 0; } }
@media (max-width: 767px) and (min-width: 481px) {
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price span.label {
display: inline-block;
float: left;
margin-bottom: 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-wishlist-box {
padding: 0; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .thim-course-feature {
padding: 0; } }
@media (max-width: 767px) {
body.single #main-content #learn-press-course > .row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
body.single #main-content .course-info-right {
margin-top: 0 !important; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content {
position: static !important;
width: 100% !important; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content.slideDown .right-col__wrapper .course-thumbnail {
display: block; }
body.single #main-content .thim-about-author .author-wrapper .thim-author-item .author-bio {
width: 100%; }
body.single #main-content .course-review-box .course-rating .course-rating-box {
display: block;
text-align: center; }
body.single #main-content .course-review-box .course-rating .course-rating-box .average-rating {
display: inline-block;
margin-right: 0; }
body.single #main-content .course-review-box .course-rating .course-rating-box .detailed-rating {
width: 100%; } }
@media (max-width: 480px) {
body.single #main-content .course-info-top .course-info-left .course-meta {
display: block; }
body.single #main-content .course-info-top .course-info-left .course-meta > div {
display: block;
border: none;
float: none;
margin: 0 0 20px; }
body.single #main-content .course-info-right .course-info-wrapper .right-col__content .right-col__wrapper .course-payment .course-price .value {
text-align: left; } }